/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/tts-crossnav/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.acf-tts-crossnav {
  position: relative;
  width: 100%;
  height: 150vh;
}
.acf-tts-crossnav:last-child {
  margin-bottom: 60px;
}

.acf-tts-crossnav .chapters__swiper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.acf-tts-crossnav .chapters__slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-in-out;
}

.acf-tts-crossnav .chapters__slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  z-index: 2;
}

.chapters__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.chapters__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: white;
  text-align: center;
}

.chapters__title {
  margin-bottom: 15px;
}

.chapters__pagination {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
}

.chapters__pagination.locked .swiper-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  transform: none !important;
}

.chapters__pagination .chapters__pagination__slide {
  cursor: pointer;
  width: auto;
  opacity: 0.5;
  text-transform: uppercase;
  transition: opacity 500ms ease-in-out;
}

.chapters__pagination .chapters__pagination__slide.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide.chapters__slide::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--theme--pure-black--10);
  z-index: 1;
}

/*# sourceMappingURL=index.css.map*/