.wmb-reveal-ready [data-wmb-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  will-change: opacity, transform;
}

.wmb-reveal-ready [data-wmb-reveal].wmb-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-wmb-split-words] .wmb-word {
  display: inline-block;
}

[data-wmb-carousel] {
  position: relative;
  overflow: hidden;
}

[data-wmb-carousel] [data-wmb-slide] {
  position: absolute;
  inset: 0;
}

[data-wmb-carousel] [data-wmb-slide]:first-child,
[data-wmb-carousel] [data-wmb-slide].wmb-is-active {
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  [data-wmb-reveal],
  [data-wmb-parallax],
  [data-wmb-carousel] [data-wmb-slide],
  [data-wmb-split-words] .wmb-word {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
