.HeroSlider-module_Wrapper__TaeBr {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Removes gray highlight when clicked on safari/mobile. */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  animation: HeroSlider-module_fade-in__5as8N var(--slider-fade-in-duration, 100) ease-in;
}

@keyframes HeroSlider-module_fade-in__5as8N {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.HeroSlider-module_Container__EBtOP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

/* `pointer-events` manipulation to allow clicking inner children AND children inside the Container. */
.HeroSlider-module_Container__EBtOP * {
  pointer-events: auto;
}

/**
* ------------------------------------
* ----------ANIMATIONS----------------
* ------------------------------------
*/

.HeroSlider-module_Sliding_Fade_In__mRgKX {
  /* keyframe name | duration | timing function | delay */
  animation: HeroSlider-module_slide-fade-in__s5eQJ var(--sliding-duration, 600ms) ease-in-out var(--sliding-delay, 0ms);
}

@keyframes HeroSlider-module_slide-fade-in__s5eQJ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.HeroSlider-module_Sliding_Left_To_Right__XPZWw {
  /* keyframe name | duration | timing function | delay */
  animation: HeroSlider-module_slide-left-to-right__mPnzQ var(--sliding-duration, 600ms) ease-in-out var(--sliding-delay, 0ms);
}

@keyframes HeroSlider-module_slide-left-to-right__mPnzQ {
  0% {
    clip-path: inset(0% 100% 0% 0%);
    -webkit-clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.HeroSlider-module_Sliding_Right_To_Left__62-PD {
  /* keyframe name | duration | timing function | delay */
  animation: HeroSlider-module_slide-right-to-left__qlxI2 var(--sliding-duration, 600ms) ease-in-out var(--sliding-delay, 0ms);
}

@keyframes HeroSlider-module_slide-right-to-left__qlxI2 {
  0% {
    clip-path: inset(0% 0% 0% 100%);
    -webkit-clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.HeroSlider-module_Sliding_Top_To_Bottom__9qXf- {
  /* keyframe name | duration | timing function | delay */
  animation: HeroSlider-module_slide-top-to-bottom__2AGIn var(--sliding-duration, 600ms) ease-in-out var(--sliding-delay, 0ms);
}

@keyframes HeroSlider-module_slide-top-to-bottom__2AGIn {
  0% {
    clip-path: inset(0% 0% 100% 0%);
    -webkit-clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.HeroSlider-module_Sliding_Bottom_To_Top__fuFNk {
  /* keyframe name | duration | timing function | delay */
  animation: HeroSlider-module_slide-bottom-to-top__fkZ3m var(--sliding-duration, 600ms) ease-in-out var(--sliding-delay, 0ms);
}

@keyframes HeroSlider-module_slide-bottom-to-top__fkZ3m {
  0% {
    clip-path: inset(100% 0% 0% 0%);
    -webkit-clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}

.index-module_Wrapper__ZIVLd {
  position: absolute;
  z-index: 3;
}

@media (max-width: 744px) {
  .index-module_Wrapper__ZIVLd {
    display: none;
  }
}

.index-module_Wrapper__ZIVLd,
.index-module_Wrapper__ZIVLd * {
  /* To disable double-tap zoom */
  touch-action: manipulation;
  pointer-events: none;
}

.index-module_Container__mtjRh {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: all 400ms;
  pointer-events: none;
  will-change: transform;
}

/* `pointer-events` manipulation to allow clicking inner children AND children inside the Container. */
.index-module_Wrapper__ZIVLd *:not(.index-module_Container__mtjRh),
.index-module_Container__mtjRh * {
  pointer-events: auto;
}

.index-module_Button__hkx4Z {
  width: 100%;
  /* Disabling button styling */
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.index-module_Button__hkx4Z svg {
  opacity: 0.5;
  width: 60px;
  height: 60px;
  transition: all 200ms ease-in-out;
  color: #FFF; 
}

.index-module_Button__hkx4Z:hover svg {
  opacity: 1;
  width: 80px;
  height: 80px;
  color: #FFF; 
}

/**
* --------------------------------------
* -------------HORIZONTAL---------------
* --------------------------------------
*/

.index-module_Horizontal__8-P70.index-module_Wrapper__ZIVLd {
  top: 0;
  width: 20%;
  height: 100%;
  min-width: 45px;
  max-width: 120px;
}

.index-module_Horizontal__8-P70.index-module_Previous__TaJVT {
  left: 0;
}

.index-module_Horizontal__8-P70.index-module_Next__sFCHR {
  right: 0;
}

.index-module_Horizontal__8-P70 .index-module_Container__mtjRh:hover {
  --shadow: 100%;
}

.index-module_Horizontal__8-P70.index-module_Previous__TaJVT .index-module_Container__mtjRh {
  left: 33%;
  transform: translateX(-50%) scaleX(-1);
  background: linear-gradient(
    90deg,
    var(--c1, transparent) 40%,
    var(--c2, rgb(37, 37, 37, .05)) 60%,
    var(--c3, rgb(37, 37, 37, 0.5)) 85%
  ) var(--shadow, 0) / 200%;
}

.index-module_Horizontal__8-P70.index-module_Next__sFCHR .index-module_Container__mtjRh {
  right: 33%;
  transform: translateX(50%);
  background: linear-gradient(
    90deg,
    var(--c1, transparent) 40%,
    var(--c2, rgb(37, 37, 37, .05)) 60%,
    var(--c3, rgb(37, 37, 37, 0.5)) 85%
  ) var(--shadow, 0) / 200%;
}

/**
* ------------------------------------
* -------------VERTICAL---------------
* ------------------------------------
*/

.index-module_Vertical__VyL0Y.index-module_Wrapper__ZIVLd {
  width: 100%;
  height: 15%;
  max-height: 200px;
}

.index-module_Vertical__VyL0Y.index-module_Previous__TaJVT {
  top: 0;
}

.index-module_Vertical__VyL0Y.index-module_Next__sFCHR {
  bottom: 0;
}

.index-module_Vertical__VyL0Y .index-module_Container__mtjRh:hover {
  --shadow: 0;
}

.index-module_Vertical__VyL0Y.index-module_Previous__TaJVT .index-module_Container__mtjRh {
  background: linear-gradient(to bottom,
    rgb(37, 37, 37, 0.66) 0%,
    rgb(37, 37, 37, 0.33) 50%,
    rgb(37, 37, 37, 0.15) 75%,
    rgb(37, 37, 37, 0.01) 100%) no-repeat 0px var(--shadow, -200px);
}

.index-module_Vertical__VyL0Y.index-module_Previous__TaJVT svg {
  transform: rotate(-90deg);
}

.index-module_Vertical__VyL0Y.index-module_Next__sFCHR .index-module_Container__mtjRh {
  background: linear-gradient(to top,
    rgb(37, 37, 37, 0.66) 0%,
    rgb(37, 37, 37, 0.33) 50%,
    rgb(37, 37, 37, 0.15) 75%,
    rgb(37, 37, 37, 0.01) 100%) no-repeat 0px var(--shadow, 200px);
}

.index-module_Vertical__VyL0Y.index-module_Next__sFCHR svg {
  transform: rotate(90deg);
}

.index-module_Button__Lw9Oe {
  z-index: 4;
  position: absolute;
  color: inherit;
  /* Placeholders */
  width: 62px;
  height: 62px;
  /* Disabling default button CSS. */
  padding: 0;
  margin: 0;
  outline: none;
  background: transparent;
  border: 0;
}

.index-module_Button__Lw9Oe svg path {
  transition: d 200ms;
}

.index-module_Wrapper__xqqKi {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 4;
  opacity: 0;
  animation: index-module_fade-in__Y7AOI var(--nav-fade-in-duration, 500) ease-in var(--nav-fade-in-delay, 1000) forwards;
}

@keyframes index-module_fade-in__Y7AOI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index-module_Button__Xnq8E {
  position: relative;
  color: currentColor;
  height: 50px;
  max-width: 60px;
  min-width: 50px;
  width: 15%;
  margin: 0 6px;
  border-bottom: 2px solid var(--nav-color, rgba(200, 215, 235, 0.6));
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index-module_Active__l5OO4 {
  border-color: var(--nav-active-color, rgba(200, 215, 235, 1))
}

@media (max-width: 744px) {
  .index-module_Button__Xnq8E {
    display: block;
    cursor: pointer;
    color: currentColor;
    outline: none;
    height: 14px;
    width: 14px;
    min-width: 14px;
    max-width: 14px;
    margin: 0 9px;
    border: 0;
    font-size: 0;
    line-height: 0;
    background: var(--nav-color, rgba(200, 215, 235, 0.6));
    border-radius: 50%;
  }

  .index-module_Active__l5OO4 {
    background: var(--nav-active-color, rgba(200, 215, 235, 1));
  }
}

.index-module_Wrapper__wU5EB {
  position: absolute;
  display: inline-flex;
  z-index: 4;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  animation: index-module_fade-in__YcH32 var(--nav-fade-in-duration, 500) ease-in var(--nav-fade-in-delay, 1000) forwards;
}

@keyframes index-module_fade-in__YcH32 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index-module_Container__YnfKU {
  display: flex;
  position: relative;
  max-width: 100%;
  height: 54px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.index-module_Button__vb0cm,
.index-module_ExtraButton__wTZEw {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 48px;
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  color: var(--nav-color, #FFF);
  flex-basis: 0;
  flex-grow: 1;
  transition: all 200ms ease-in-out;
  outline: 0;
  padding: 0;
  font-weight: 600;
}

.index-module_ExtraButton__wTZEw {
  align-items: unset;
}

/* Backgrounds set in :before to allow for opacity */
.index-module_Button__vb0cm:not(.index-module_Active__5slZ5)::before,
.index-module_ExtraButton__wTZEw:not(.index-module_Active__5slZ5)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: var(--nav-background-color, rgba(255, 255, 255, 0.8));
  z-index: -1;
  transition: all 200ms ease-in-out;
}

.index-module_Button__vb0cm:hover:not(.index-module_Active__5slZ5),
.index-module_ExtraButton__wTZEw:hover:not(.index-module_Active__5slZ5) {
  background-color: var(--nav-color, #FFF);
  color: var(--nav-active-color, rgb(59, 62, 69));
}

.index-module_ExtraButton__wTZEw {
  color: var(--nav-color, #FFF);
}

.index-module_Button__vb0cm:not(.index-module_Active__5slZ5):not(:first-child),
.index-module_ExtraButton__wTZEw {
  box-shadow: -1px 0px 0px 0px var(--nav-background-color, rgba(215, 225, 235, 0.8));
}

.index-module_Description__ZaqVb {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
}

.index-module_Text__rKn0C {
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 0.1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.index-module_Active__5slZ5 {
  height: 54px;
  cursor: default;
  color: var(--nav-color, #FFF);
  background-color: transparent;
}

/* Backgrounds set in :before to allow for opacity */
.index-module_Active__5slZ5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  box-shadow: -1px 0px 0px 0px var(--nav-active-color, rgb(59, 62, 69));
  background-color: var(--nav-active-color, rgb(59, 62, 69));
  z-index: -1;
  transition: all 200ms ease-in-out;
}

.index-module_Active__5slZ5 + .index-module_Button__vb0cm,
.index-module_Active__5slZ5 + .index-module_ExtraButton__wTZEw {
  box-shadow: -1px 0px 0px 0px transparent !important;
}

.index-module_Wrapper__-jUiF {
  position: absolute;
  display: flex;
  z-index: 4;
  width: 90%; /* May be placeholder. */
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  animation: index-module_fade-in__HoAls var(--nav-fade-in-duration, 500) ease-in var(--nav-fade-in-delay, 1000) forwards;
}

@keyframes index-module_fade-in__HoAls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index-module_Container__3Qf2J {
  display: flex;
  flex-grow: 1;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nav-color, rgba(215, 225, 235, 0.6));
}

.index-module_Extra__1b50U {
  display: flex;  
  min-width: 50px;
  margin: 0;
  padding: 0;
  color: var(--nav-active-color, #FFF);
  border-top: 1px solid var(--nav-color, rgba(215, 225, 235, 0.6));
  /* border-left: 1px solid var(--nav-color, rgba(215, 225, 235, 0.6));s */
}

.index-module_Bar__TdlPr {
  position: absolute;
  top: 0px;
  height: 4px;
  background-color: var(--nav-active-color, #FFF);
  opacity: 0.75;
  transition: transform 400ms ease;
}

.index-module_Button__F3ERg {
  list-style: none;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--nav-active-color, #FFF);
  min-height: 15%;
  height: auto;
  margin: 1rem 0;
  padding: 0.5rem 0.75rem;
}

.index-module_ExtraButton__j1mUn {
  flex: 1;
  color: var(--nav-active-color, #FFF);
  min-height: 15%;
  height: auto;
  margin: 1rem 0;
  padding: 0;
}

.index-module_Button__F3ERg:not(:first-child):not(:last-child) {
  border-left: 1px solid var(--nav-color, rgba(215, 225, 235, 0.6));
}

.index-module_Description__gzcNp {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
}

.index-module_Number__jaqYr {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  backface-visibility: hidden;
  color: var(--nav-active-color, #FFF);
  font-size: 12px;
}

.index-module_Number__jaqYr .index-module_Square__wq3HS {
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0px 0px;
  width: 24px;
  height: 24px;
  z-index: -1;
  border: 1px solid #fff;
  opacity: 0.5;
}

.index-module_Text__d-WKC {
  width: 80%;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 12px;
}

.index-module_Container__uwyVd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.index-module_Container__uwyVd * {
  pointer-events: auto;
}

.index-module_Wrapper__jT-Cn {
  width: 60px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 4;
  opacity: 0;
  animation: index-module_fade-in__5i5FF var(--nav-fade-in-duration, 500) ease-in var(--nav-fade-in-delay, 1000) forwards;
}

@keyframes index-module_fade-in__5i5FF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index-module_Button__rDMSg {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: right;
  color: var(--nav-color, #C8D7EB);
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index-module_Active__uEbtj {
  color: var(--nav-active-color, #FFF);
}

.index-module_Line__btiyM {
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transition: all ease 200ms;
}

.index-module_Number__YPUv6 {
  width: 10px;
  font-size: 19px;
  margin: 0;
  transform: scaleX(0);
  transition: all ease 200ms;
}

.index-module_Active__uEbtj .index-module_Line__btiyM {
  width: 50px;
}

.index-module_Active__uEbtj .index-module_Number__YPUv6 {
  margin: 0 0.5ch;
  transform: scaleX(1);
}

.index-module_Background__hqV3F {
  position: absolute;
  width: 100%;
  height: 100%;
}

.index-module_Image__-UrHA {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.index-module_Loading__jqajH,
.index-module_Loaded__6nMLk {
  position: absolute;
  top: 0;
  left: 0;
}

.index-module_Loading__jqajH {
  visibility: hidden;
}

/* Animations when loaded */

.index-module_FadeIn__iDwzu {
  opacity: 0;
  animation: index-module_fade-in__M3j53 var(--background-animation-duration, 300ms) ease-in-out var(--background-animation-delay, 0ms) forwards;
}

.index-module_ZoomOut__V4Peh {
  transform: scale(1.5);
  animation: 
    index-module_fade-in__M3j53 300ms ease-in-out 0ms forwards, 
    index-module_zoom-out__QDhiM var(--background-animation-duration, 30000ms) ease-in-out var(--background-animation-delay, 100ms) forwards;
}

@keyframes index-module_fade-in__M3j53 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}

@keyframes index-module_zoom-out__QDhiM {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.index-module_Slide__vy4u2,
.index-module_Container__zFpuF  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.index-module_Wrapper__tE11B {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-module_Active__5-5Mj {
  z-index: 2; /* NOTE: It is imperative for z-index to be here, do not remove. */
  transform: translate3d(0, 0, 0);
  transition-delay: var(--sliding-delay, 0ms);
}

.index-module_Slide__vy4u2 {
  /* property name | duration | timing function | delay */
  transition: transform 0ms ease-in-out var(--sliding-delay, 0ms);
  will-change: transform;
}

.index-module_Slide__vy4u2:not(.index-module_Active__5-5Mj) {
  z-index: 1;
  transform: translate3d(100%, 0, 0);
  transition-delay: var(--slide-transition-delay, 600ms);
  user-select: none;
}

.index-module_Container__zFpuF {
  backface-visibility: hidden;
  /* property name | duration | timing function | delay */
  transition: all 300ms ease-in-out var(--sliding-delay, 200ms);
  will-change: transform;
}

.index-module_Container__zFpuF:not(.index-module_Active__5-5Mj) {
  z-index: 1;
  opacity: 0;
  /* property name | duration | timing function | delay */
  transition: all 200ms ease-in-out var(--sliding-delay, 200ms);
}

.index-module_Mask__i5n4j {
  overflow: hidden;
  position: absolute;
  left: 25%;
  top: 50%;
  width: calc(var(--slider-widht, 100vw) * 0.66);
  height: calc(var(--slider-height, 100vh) * 0.66);
  max-width: 33%;
  max-height: 50%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 16% 100%, 15% 15%, 85% 15%, 85% 85%, 15% 85%, 16% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 16% 100%, 15% 15%, 85% 15%, 85% 85%, 15% 85%, 16% 100%, 100% 100%, 100% 0%);
  transform: translate3d(-33.33%, -50%, 0);
  transition: all calc(var(--mask-duration, 200ms) * 1.5) ease 0s;
  will-change: transform;
}

.index-module_Mask__i5n4j:not(.index-module_Active__1mWg7) {
  opacity: 0;
  z-index: 1;
  transform: translate3d(33.33%, -50%, 0);
  /* property name | duration | timing function | delay */
  transition: all var(--mask-duration, 200ms) ease 0s;
}

.index-module_Inner__FmWan {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  transform: translate3d(-50%, -50%, 0);
  background-size: cover;
  background-position: center center;
  -webkit-transform-origin: 50% 16.5vh;
  transform-origin: 50% 16.5vh;
  transition: all calc(var(--mask-duration, 200ms) * 1.66) ease 0s;
  will-change: transform;
}

.index-module_Inner__FmWan.index-module_Sliding__vU2M1 {
  transition: all var(--mask-duration, 200ms) ease 0s;
  transform: translate3d(-85%, -50%, 0);
}

@media (max-width: 1024px) {
  .index-module_Mask__i5n4j {
    max-width: 50% !important;
  }
  .index-module_Inner__FmWan {
    width: calc(var(--slider-width, 100vw) * 0.66);
    height: calc(var(--slider-height, 100vh) * 0.66);
  }
}

/* Mask LazyLoad */

.index-module_Loader__w-3j4 {
  opacity: 0;
  z-index: -1;
}

.index-module_Loading__53rJo {
  opacity: 0;
}

.index-module_Loaded__vpiHK {
  opacity: 0;
  animation-name: index-module_slide-in__wP0IR;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-fill-mode: forwards;
  animation-duration: var(--background-fade-in-duration, 1500ms);
  animation-delay: var(--background-fade-in-delay, 100ms);
}

@keyframes index-module_slide-in__wP0IR {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-clip-path: inset(50% 50% 50% 50%);
    clip-path: inset(50% 50% 50% 50%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
