.ci-spotlight-block {
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1040px) {
  .ci-spotlight-block .container-narrow.section-title {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.ci-spotlight-block .section-title h2 {
  font-weight: 800;
  color: #fff;
}
.ci-spotlight-block .spotlight-image-slider {
  padding: 0 0 12rem 0;
  overflow: visible;
}
.ci-spotlight-block .spotlight-image-slider .swiper-wrapper {
  align-items: center;
  margin-left: calc((100vw - 100rem) / -2);
  margin-left: -10.5rem;
  margin-left: -23rem;
}
@media (min-width: 1920px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-wrapper {
    margin-left: -28rem;
  }
}
@media (min-width: 2300px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-wrapper {
    margin-left: -23rem;
  }
}
@media (max-width: 1024px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-wrapper {
    margin-left: 0;
  }
}
.ci-spotlight-block .spotlight-image-slider .swiper-slide {
  aspect-ratio: 873/700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  background: transparent;
  width: calc(100vw - (100vw - 100rem));
  width: 85rem;
  width: 62rem;
}
@media (max-width: 1024px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-slide {
    aspect-ratio: 14/9;
    width: calc(100% - 8rem);
  }
}
@media (max-width: 790px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-slide {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 500px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-slide {
    aspect-ratio: 390/435;
  }
}
@media (min-width: 1920px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-slide {
    width: 71rem;
  }
}
@media (min-width: 2300px) {
  .ci-spotlight-block .spotlight-image-slider .swiper-slide {
    width: 81rem;
  }
}
.ci-spotlight-block .spotlight-image-slider .swiper-slide.swiper-slide-active .slide-img-wrp {
  aspect-ratio: auto;
  transform: scale(1.04);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.ci-spotlight-block .spotlight-image-slider .slide-img-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0.95);
  transform-style: preserve-3d;
  transition: all 1s ease;
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.86, -0.33, 0.54, 1.43);
}
.ci-spotlight-block .spotlight-image-slider img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.ci-spotlight-block .spotlight-image-slider .gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 88%;
  left: calc((100vw - 112rem) / 2);
}
@media (max-width: 1140px) {
  .ci-spotlight-block .spotlight-image-slider .gallery-controls {
    left: 2rem;
  }
}
@media (max-width: 780px) {
  .ci-spotlight-block .spotlight-image-slider .gallery-controls {
    top: 85%;
  }
}
@media (max-width: 640px) {
  .ci-spotlight-block .spotlight-image-slider .gallery-controls {
    top: 81%;
  }
}
@media (max-width: 500px) {
  .ci-spotlight-block .spotlight-image-slider .gallery-controls {
    top: 87%;
  }
}
@media (min-width: 1920px) {
  .ci-spotlight-block .spotlight-image-slider .gallery-controls {
    top: 89%;
    left: calc((100vw - 132rem) / 2);
  }
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-play {
  position: relative;
  color: black;
  font-size: 2rem;
  z-index: 10;
  transition: all 0.3s ease;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-play:before {
  position: absolute;
  content: "";
  opacity: 1;
  background-image: url(../../../assets/images/pause.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s ease;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-play:after {
  position: absolute;
  content: "";
  background-image: url(../../../assets/images/play.svg);
  opacity: 0;
  transition: all 0.3s ease;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-play,
.ci-spotlight-block .spotlight-image-slider .swiper-button-next,
.ci-spotlight-block .spotlight-image-slider .swiper-button-prev {
  position: static;
  width: 7rem;
  height: 7rem;
  cursor: pointer;
  color: transparent;
  margin: 0;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-play:after,
.ci-spotlight-block .spotlight-image-slider .swiper-button-next:after,
.ci-spotlight-block .spotlight-image-slider .swiper-button-prev:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 7rem;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-next:after {
  background-image: url(../../../assets/images/Arrow-Button-Next.svg);
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-prev {
  left: 0;
}
.ci-spotlight-block .spotlight-image-slider .swiper-button-prev:after {
  background-image: url(../../../assets/images/Arrow-Button-Prev.svg);
}
.ci-spotlight-block .spotlight-image-slider.pause .swiper-button-play:before {
  opacity: 0;
}
.ci-spotlight-block .spotlight-image-slider.pause .swiper-button-play:after {
  opacity: 1;
}
.ci-spotlight-block .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer !important;
}
.ci-spotlight-block .spotlight-text-slider {
  padding: 2rem 0;
  position: relative;
}
.ci-spotlight-block .spotlight-text-slider .swiper-slide.spotlight-text-slide {
  position: relative;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ci-spotlight-block .spotlight-text-slider .text-swiper-slide-inner-wrp {
  max-width: 86rem;
}
.ci-spotlight-block .spotlight-text-slider .text-swiper-slide-inner-wrp h5 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.ci-spotlight-block .spotlight-text-slider .text-swiper-slide-inner-wrp p {
  margin-bottom: 3.5rem;
}
.ci-spotlight-block .spotlight-text-slider .swiper-slide.spotlight-text-slide.active {
  opacity: 1;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="1"] {
  left: -100%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="2"] {
  left: -200%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="3"] {
  left: -300%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="4"] {
  left: -400%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="5"] {
  left: -500%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="6"] {
  left: -600%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="7"] {
  left: -700%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="8"] {
  left: -800%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="9"] {
  left: -900%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="10"] {
  left: -1000%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="11"] {
  left: -1100%;
}
.ci-spotlight-block .spotlight-text-slider .spotlight-text-slide[data-index="12"] {
  left: -1200%;
}
@media (max-width: 1040px) {
  .ci-spotlight-block .spotlight-text-slider.container-narrow {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.ci-spotlight-block .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}