a {
  text-decoration: none;
}

.textAnimationClass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassContent {
  position: relative;
  display: flex;
  justify-content: center;
}

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: Playfair Display;
  src: url("./fonts/PlayfairDisplay.ttf");
}
@font-face {
  font-family: Open Sans;
  src: url("./fonts/OpenSans.ttf");
}
/* No Select */
.noselect,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  color: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

*::selection {
  color: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  -webkit-user-select: auto;
          user-select: auto;
}

/* Track */
/* Handle */
/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

.webgl {
  position: fixed;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.mobileTexture {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
  font-family: Open Sans;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  background-color: #005151;
  z-index: 100;
}

.heroSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F4F2ED;
  width: 100vw;
  height: 100dvh;
  padding-inline: 27rem;
  color: #005151;
}

.heroSectionTop {
  position: absolute;
  top: 14rem;
  padding-inline: 27rem;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.heroSectionLogoContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}

.heroSectionLogoText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.heroSectionStatContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSectionStatBar {
  width: 2px;
  height: 5rem;
  background-color: #005151;
}

.heroSectionStatRank {
  font-size: 4rem;
  margin-left: 3.2rem;
  margin-right: 1.7rem;
}

.heroSectionStatLabel {
  font-size: 1.8rem;
}

.heroSectionBottom {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
  gap: 2.6rem;
}

.heroSectionHeader {
  font-size: 12rem;
  max-width: 90%;
  line-height: 12.4rem;
  font-family: Playfair Display;
}

.heroSectionSubHeader {
  font-size: 1.8rem;
  max-width: 60%;
}

.heroSectionDescriptionOverlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-inline: 4rem;
  padding-block: 2.4rem;
  font-size: 1.6rem;
  left: 0;
}

.heroSectionDescriptionOverlayRow {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swipeSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 27rem;
  background-color: #ffffff;
  z-index: 30;
}

.swipeSectionMarquee {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
  z-index: 20;
  margin-top: -12rem;
}

.swipeSectionImageContainer {
  position: relative;
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1882352941);
}

.swipeSectionImage {
  width: 100%;
}

#swipeSectionImageContainerA1 {
  height: 44.2173913043vw;
}

#swipeSectionImageContainerA2 {
  height: 37.8913043478vw;
}

#swipeSectionImageContainerA3 {
  height: 51.847826087vw;
}

#swipeSectionImageContainerA4 {
  height: 34.1086956522vw;
}

.fadeSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27rem;
  z-index: 10;
  background-color: #ffffff;
  padding-block: 20rem;
  font-family: Playfair Display;
}

.fadeSectionTextContainer {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 4rem;
  color: #005151;
}

.videoSection {
  position: relative;
  width: 100vw;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 20;
}

.videoSectionVideo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.featureSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27rem;
  gap: 14rem;
  flex-direction: row-reverse;
  background-color: #ffffff;
  padding-block: 18rem;
}

.featureSectionTextContainer {
  position: relative;
  width: 40%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
}

.featureSectionMedia {
  position: relative;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  z-index: 20;
}

.featureSectionMediaImageA1 {
  position: relative;
  width: 37.5%;
  aspect-ratio: 1.5481481481;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 40%;
}

.featureSectionMediaImageA1Actual {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.featureSectionMediaVideoMainA {
  position: relative;
  width: 42.5%;
  aspect-ratio: 0.461669506;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0 1rem #F4F2ED;
  z-index: 5;
}

.featureSectionMediaVideoMainAActual {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

.featureSectionMediaVideoA2 {
  position: relative;
  width: 20%;
  aspect-ratio: 0.6201117318;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: -30%;
}

.featureSectionMediaVideoA2Actual {
  position: relative;
  width: 100%;
}

.featureSectionTextHeader {
  font-size: 6rem;
  font-family: Playfair Display;
  color: #005151;
}

.featureSectionTextBody {
  font-size: 1.8rem;
  color: #005151;
}

.deliverableSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 20;
  font-family: Playfair Display;
}

.deliverableSectionMarquee {
  display: flex;
  width: 500%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  padding-inline: 8rem;
  font-size: 19rem;
  text-shadow: -1px 1px #005151, -1px -1px #005151, 1px -1px #005151, 1px 1px #005151;
  color: #ffffff;
  line-height: 19rem;
}

.deliverableSectionEntry {
  white-space: nowrap;
}

.deliverableSectionLogoImage {
  width: 3rem;
}

.featureSectionReverse {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27rem;
  gap: 14rem;
  background-color: #ffffff;
  padding-block: 18rem;
  flex-direction: row;
}

.featureSectionMediaVideoB1 {
  position: relative;
  width: 20%;
  aspect-ratio: 0.6201117318;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 60%;
}

.featureSectionMediaVideoB1Actual {
  position: relative;
  height: 100%;
}

.featureSectionDesktop {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  background-color: #F4F2ED;
  border-radius: 1.5rem;
}

.featureSectionDesktopToolbar {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  gap: 0.8rem;
}

.featureSectionDesktopToolbarDot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #005151;
}

.featureSectionMediaVideoMainB {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.featureSectionMediaVideoMainBActual {
  width: calc(100% + 5px);
}

.fadeSection2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27rem;
  z-index: 10;
  padding-bottom: 30rem;
  font-family: Playfair Display;
}

.swipeSection2 {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 27rem;
  z-index: 20;
  padding-bottom: 6rem;
  background-color: #F4F2ED;
}

.swipeSection2Column {
  position: relative;
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6rem;
}

.swipeSection2Image {
  width: 100%;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1882352941);
}

.parksSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F4F2ED;
  width: 100vw;
  gap: 1rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  z-index: 10;
}

.parksSectionEntry {
  position: relative;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.parksSectionEntryVideo {
  position: absolute;
  width: 100%;
  top: 0;
}

.parksSectionEntryBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  border: 1px solid #005151;
  z-index: 1;
}

.parksSectionEntryName {
  position: relative;
  z-index: 10;
  font-size: 12rem;
  color: #F4F2ED;
  font-weight: bold;
  line-height: 9rem;
  text-shadow: 1px -1px 1px #005151, -1px -1px 1px #005151, -1px 1px 1px #005151, 1px 1px 1px #005151;
  width: 80%;
  font-family: Playfair Display;
}

.parksSectionEntryContainer {
  position: relative;
  width: calc(100vw - 27rem);
  height: calc((100dvh - 7rem) / 6);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
}

.parksSectionEntryLeft {
  justify-content: flex-start;
}

.parksSectionEntryContainerLeft {
  justify-content: flex-end;
}

.parksSectionEntryNameLeft {
  margin-right: -1.5rem;
  text-align: right;
}

.parksSectionEntryRight {
  justify-content: flex-end;
}

.parksSectionEntryContainerRight {
  justify-content: flex-start;
}

.parksSectionEntryNameRight {
  margin-left: -1.5rem;
  text-align: left;
}

.visitSection {
  position: relative;
  width: 100vw;
  padding-block: 27rem;
  display: flex;
  background-color: #005151;
  color: #ffffff;
  padding-inline: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visitSectionContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 15;
}

.visitSectionHeader {
  position: relative;
  font-family: Playfair Display;
  color: #ffffff;
  font-size: 12rem;
  line-height: 12.4rem;
}

.visitSectionHeader {
  max-width: 60%;
}

.ctaButton {
  position: relative;
  padding-block: 3.7rem;
  padding-inline: 7.2rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2rem;
  letter-spacing: 0.7rem;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.ctaButtonBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #685BC7;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 950px) {
  html {
    font-size: 6px;
  }
  .heroSectionLogoContainer {
    transform: scale(0.7);
    transform-origin: left center;
  }
  .featureSection {
    flex-direction: column;
  }
  .featureSectionTextContainer {
    width: 100%;
  }
  .featureSectionTextBody {
    max-width: 40%;
  }
  .featureSectionMedia {
    width: 100%;
  }
  .featureSectionReverse {
    flex-direction: column;
  }
  .featureSectionTextContainer {
    width: 100%;
  }
  .featureSectionTextBody {
    max-width: 40%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
  .heroSectionLogoContainer {
    transform: scale(0.5);
  }
  .heroSectionHeader {
    font-size: 7rem;
    line-height: 7.4rem;
  }
  .heroSection {
    padding-inline: 5rem;
  }
  .heroSectionTop {
    padding-inline: 5rem;
  }
  .swipeSection {
    padding-left: 5rem;
  }
  .fadeSection {
    padding-inline: 5rem;
  }
  .featureSection {
    padding-inline: 5rem;
  }
  .featureSectionReverse {
    padding-inline: 5rem;
  }
  .fadeSection2 {
    padding-inline: 5rem;
  }
  .swipeSection2 {
    padding-inline: 5rem;
  }
  .visitSection {
    padding-inline: 5rem;
  }
  .visitSectionContainer {
    flex-direction: column;
    gap: 10rem;
    align-items: flex-start;
  }
  .visitSectionHeader {
    max-width: 100%;
    font-size: 10rem;
    line-height: 10.4rem;
  }
  .parksSectionEntryContainer {
    width: calc(100vw - 5rem);
  }
  .parksSectionEntryName {
    font-size: 9rem;
    line-height: 6rem;
  }
  .deliverableSectionMarquee {
    font-size: 10rem;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 6px;
  }
  .heroSectionTop {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=index.css.map */