[lottie-wrapper="7"] g[clip-path] {
  clip-path: unset !important;
}

.split-type {
  /* Prevents letters from wrapping mid-word */
  word-break: keep-all; 
  white-space: pre-wrap;
}
.char {
  display: inline-block; /* Required for GSAP to animate properly */
}

.swiper-slide {
  height: auto !important;
}

.swiper.is-platform{
	overflow: visible;
}

.swiper-slide.is-platform{
	opacity: 0;
}
.swiper-slide.is-platform.swiper-slide-active{
	opacity: 1;
}