/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-hub/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.acf-tts-hub__swiper {
  position: absolute;
  inset: auto 0px 60px;
  transition: opacity 0.3s ease 0.7s;
}

.acf-tts-hub__swiper.locked {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.acf-tts-hub__swiper-wrapper.locked {
  width: auto;
  transform: none !important;
}

.acf-tts-hub__swiper-slide {
  width: auto;
}

.acf-tts-hub__swiper-wrapper {
  gap: 35px;
}

.acf-tts-hub__swiper-slide {
  margin-right: 0px !important;
}

[data-explore-container]::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0px 0px;
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: clamp(124px, 20vmax, 280px);
  opacity: 0.4;
}

.acf-tts-hub__swiper-btn {
  height: var(--min-tap-target-size);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.6;
}

.acf-tts-hub__swiper-btn:hover,
.acf-tts-hub__swiper-btn[aria-expanded=true] {
  opacity: 1;
}

[data-explore-container] {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100lvh - var(--wp-admin--admin-bar--height, 0px));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  --transition: 2s cubic-bezier(0.5, 0, 0.25, 1) 0s;
}

@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
  [data-explore-container] {
    --transition: 0s cubic-bezier(0.5, 0, 0.25, 1) 0s;
  }
  .acf-tts-hub__section-title [data-c] {
    transform: none !important;
  }
}
[data-explore-wrapper] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
}

[data-explore-me] {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  transform-origin: center center;
  transition: transform var(--transition);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  backface-visibility: hidden;
}

[data-explore-me] > img {
  display: block; /* remove any extra space below image */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

[data-explore-container]::before {
  content: "";
  display: block;
  position: absolute; /* was fixed, but overlayed the footer */
  background: var(--theme--pure-black--20);
  z-index: 1;
  inset: 0px;
}

[data-w],
[data-c] {
  display: inline-block;
}

[data-w] {
  white-space: nowrap;
}

.acf-tts-hub {
  position: relative;
  color: var(--theme--pure-white--100);
}
.acf-tts-hub:last-child {
  margin-bottom: 60px;
}

.acf-tts-hub__header,
.acf-tts-hub__screen {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  position: absolute;
  inset: 0px 0px auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.acf-tts-hub__header {
  position: relative;
  transform: translateY(-100lvh);
  margin-bottom: -100svh;
}

.acf-tts-hub__intro-container {
  box-sizing: border-box;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  padding: 20vh 10% 0px;
  margin-top: -20vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.acf-tts-hub__intro {
  margin-bottom: 0px;
}

.acf-tts-hub__intro [data-w] {
  opacity: 0.2;
  transition: opacity 0.2s ease 0s;
}

.acf-tts-hub__screens-comfort-area {
  height: calc(100vh + 120px);
  height: calc(100svh + 120px);
}

.acf-tts-hub__screens-container {
  position: sticky;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  height: 100svh;
  top: calc(100dvh - 100svh);
}

[data-explore-container] {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
}

.acf-tts-hub__audio-toggle {
  position: fixed;
  inset: auto clamp(18px, 4vw, 30px) clamp(12px, 3vw, 30px) auto;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  box-sizing: border-box;
  border: 1px solid var(--theme--pure-white--30);
  z-index: 1;
}

.acf-tts-hub__section-title,
.acf-tts-hub__section-text {
  text-align: center;
}

.acf-tts-hub__section-title {
  font-weight: 400;
  margin: 0px 30%;
}

.acf-tts-hub__section-text {
  margin: 0px 20% 20px;
  max-width: 558.3333333333px;
}

.acf-tts-hub__swiper-slide__btn {
  color: var(--theme--pure-white--60);
}

.acf-tts-hub__screen {
  pointer-events: none;
}

.acf-tts-hub__screen[data-expanded=true] {
  pointer-events: all;
}

[data-chapter-content],
[data-c] {
  opacity: 0;
}

.acf-tts-hub[data-anim-ongoing=true] [aria-controls] {
  pointer-events: none;
}

.acf-tts-hub {
  background-color: var(--theme--pure-black);
}

.acf-tts-hub__gradient {
  position: absolute;
  inset: -20% 0px 20%;
  background-image: linear-gradient(var(--theme--pure-black--100) 20%, var(--theme--pure-black--0));
  z-index: 1;
}

.acf-tts-hub__screen .acf-tts-hub__section-title {
  margin-bottom: 15px;
}

.acf-tts-hub__header__logo {
  margin-bottom: 20px;
}

.acf-tts-hub__kv {
  background-color: black;
  background-size: cover;
  filter: blur(5px);
  transition: filter 1s linear 0s;
}

/* TO  BE TESTED : should second point of https://bugkiller.disko.fr/issues/80862 */
.interact-invite.interact-invite--scroll {
  top: 0px;
  bottom: auto;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  justify-content: flex-start;
}

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