/* Homepage runtime styles: preserves the legacy Swiper layout without the legacy plugin. */
.wlSwiper,
.js__swiper-testimonials {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  touch-action: pan-y;
}

.wlSwiper .swiper-wrapper,
.js__swiper-testimonials .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
  transition-timing-function: ease;
  will-change: transform;
}

.wlSwiper .swiper-slide,
.js__swiper-testimonials .swiper-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.wlSwiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s;
}

.wlSwiper .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  border-radius: 100%;
  background: #fff;
  box-shadow: none;
  opacity: .2;
  cursor: pointer;
  appearance: none;
}

.wlSwiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.wlSwiper .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.s-header__nav.js__scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.s-header__nav.js__scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.js__parallax-window {
  background-position: 50% 0;
  background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
  .js__parallax-window {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wlSwiper .swiper-wrapper,
  .js__swiper-testimonials .swiper-wrapper {
    transition-duration: 0s !important;
  }
}
