.vc_col-sm-9 .ypl-word-reveal-group .nectar-split-heading {
  opacity: 1 !important;
}

.ypl-word-reveal-label {
  margin: 0 0 6px 0;
}

.ypl-word-reveal {
  flex-wrap: wrap;
}

.ypl-word {
  position: relative;
  display: inline-block;
}

.ypl-word__ghost {
  opacity: 0.1;
}

.ypl-word__fill {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .ypl-word__ghost {
    opacity: 1;
  }

  .ypl-word__fill {
    display: none;
  }
}
