.cms-item.is-shell {
  position: relative;
}
.cms-item.is-shell .cms-title,
.cms-item.is-shell .cms-desc,
.cms-item.is-shell .cms-image {
  transition: opacity 0.35s ease;
}
.cms-item.is-shell.is-fading .cms-title,
.cms-item.is-shell.is-fading .cms-desc,
.cms-item.is-shell.is-fading .cms-image {
  opacity: 0;
}
.spotlight-swiper .swiper-slide {
  width: 32.5% !important; /* Fully visible center */
}
.spotlight-swiper .swiper-slide {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.spotlight-swiper .swiper-slide.scale-down {
  transform: scale(0.98);
}

.spotlight-swiper .swiper-slide-active.scale-down {
  transform: scale(0.98);
}
/* Mobile & Tablet */
.cms-desc .scramble-word {
  color: #33e1e5;
}
.cms-desc_mobile .scramble-word {
  color: #33e1e5;
}
