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: Bricolage;
  src: url("./fonts/Bricolage.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;
}

/* 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;
  background-color: #f1f1f1;
}

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

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

main {
  position: relative;
  z-index: 1;
  font-family: Bricolage;
  overflow: hidden;
}

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

.heroSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  padding-inline: 27rem;
  z-index: 10;
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
}

.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: max(1.6rem, 12px);
  left: 0;
}

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

.heroSectionLogoContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  left: 4rem;
  top: 4rem;
}

.heroSectionHeader {
  position: absolute;
  left: 4rem;
  font-size: 10rem;
  line-height: 10rem;
  width: 50%;
}

.showcaseSectionAll {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.showcaseSectionTransition {
  position: relative;
  width: 100vw;
  z-index: 10;
  height: 15vh;
}

.showcaseSection1 {
  position: relative;
  width: 100vw;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 9rem;
}

.showcaseSection1Logo {
  width: 90%;
}

.showcaseSection2 {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 4rem;
  gap: 12rem;
  padding-block: 9rem;
}

.showcaseSection3 {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  padding-inline: 4rem;
  gap: 12rem;
  padding-block: 9rem;
}

.showcaseSection4 {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 4rem;
  gap: 12rem;
  padding-top: 9rem;
  padding-bottom: 21rem;
}

.showcaseSectionImageContainer {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 2;
  box-shadow: 0rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.showcaseSectionImage {
  width: 100%;
  height: 100%;
}

#showcaseSectionImage1 {
  -o-object-fit: cover;
     object-fit: cover;
}

#showcaseSectionImage2 {
  -o-object-fit: contain;
     object-fit: contain;
}

#showcaseSectionImage3 {
  -o-object-fit: contain;
     object-fit: contain;
}

.showcaseSectionImageContainerLarge {
  position: relative;
  width: 50%;
  aspect-ratio: 0.9651898734;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 2;
  box-shadow: 0rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

#showcaseSectionImageContainer1 {
  aspect-ratio: 1.6103896104;
}

#showcaseSectionImageContainer3 {
  aspect-ratio: 1.7922077922;
}

.showcaseSectionTextContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  z-index: 100;
}

.showcaseSectionText {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  width: calc(50% - 24rem);
}

.showcaseSectionHeader {
  font-size: 6.4rem;
  z-index: 10;
}

.showcaseSectionBody {
  font-size: 1.8rem;
  z-index: 10;
}

.showcaseSectionImageRow {
  width: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  z-index: 0;
}

.showcaseSectionImageRowImageContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.showcaseSectionImageRowImage {
  width: 100%;
}

.highlightSection {
  position: relative;
  z-index: 20;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 4rem;
  padding-block: 13rem;
  flex-direction: column;
  gap: 8rem;
  background-color: #ffffff;
}

.highlightSectionHeader {
  position: relative;
  text-align: center;
  font-size: 7.2rem;
  max-width: 50%;
}

.highlightSectionImageContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 2.1451104101;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 20;
  box-shadow: 0rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.highlightSectionImage {
  width: 100%;
}

.featureSection {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  padding-bottom: 13rem;
}

.featureSectionImageContainer {
  position: relative;
  width: 30%;
  aspect-ratio: 1.5333333333;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 20;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.featureSectionImage {
  width: 100%;
}

.featureSectionText {
  width: 30%;
  font-size: 1.8rem;
  z-index: 20;
}

.swipeSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.swipeSectionContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 4rem;
}

.swipeSectionBlockImage {
  height: min(60rem, 100dvh - 30rem);
  border-radius: 2rem;
}

.swipeSectionBlockText {
  font-size: 10rem;
}

.swipeSectionBlock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8rem;
}

#swipeSectionBlockText1 {
  padding-left: 25rem;
  z-index: 20;
}

#swipeSectionBlockText2 {
  padding-left: 10rem;
}

#swipeSectionBlockText3 {
  padding-right: 100%;
  z-index: 20;
}

.swipeSectionBlockImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

#swipeSectionBlockReverse {
  flex-direction: column-reverse;
  margin-left: 17.5%;
}

#swipeSectionBlockLast {
  align-items: flex-end;
  margin-left: 17.5%;
}

#swipeSectionBlockImage1 {
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

#swipeSectionBlockImage2 {
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
  z-index: 30;
}

#swipeSectionBlockImage3 {
  box-shadow: -0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
  z-index: 30;
}

#swipeSectionBlockImage4 {
  box-shadow: -0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.deliverableSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: 16rem;
}

.deliverableSectionMarquee {
  display: flex;
  width: 500%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  padding-inline: 8rem;
  font-size: 19rem;
}

.deliverableSectionEntry {
  white-space: nowrap;
  z-index: 30;
}

.deliverableSectionLogoImage {
  width: 10rem;
  z-index: 0;
}

.visitSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 30rem;
  gap: 6rem;
  z-index: 30;
}

.visitSectionImageContainer {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  aspect-ratio: 0.7275;
  max-height: 90%;
  overflow: hidden;
  border-radius: 1.5rem;
  right: 4rem;
  bottom: 4rem;
  box-shadow: -0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
}

.visitSectionImage {
  height: 100%;
}

.visitSectionBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visitSectionHeader {
  font-size: 7.2rem;
  color: #ffffff;
  z-index: 20;
  max-width: 50%;
}

.ctaButton {
  background-color: #ffffff;
  font-size: 2.4rem;
  padding-block: 1.6rem;
  padding-inline: 4rem;
  z-index: 20;
  border-radius: 100rem;
  cursor: pointer;
}

@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;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
  .heroSectionHeader {
    position: absolute;
    left: 4rem;
    font-size: 9rem;
    line-height: 9rem;
    width: calc(100% - 8rem);
  }
  .showcaseSection2 {
    flex-direction: column;
  }
  .showcaseSection3 {
    flex-direction: column;
  }
  .showcaseSection4 {
    flex-direction: column;
  }
  .showcaseSectionImageContainer {
    width: calc(100vw - 10rem);
  }
  .showcaseSectionText {
    width: calc(100vw - 10rem);
  }
  .showcaseSectionImageContainerLarge {
    width: calc(100vw - 10rem);
  }
  .highlightSectionHeader {
    max-width: calc(100vw - 10rem);
  }
  .featureSection {
    flex-direction: column-reverse;
  }
  .featureSectionImageContainer {
    width: calc(100vw - 10rem);
  }
  .featureSectionText {
    width: calc(100vw - 10rem);
  }
  .visitSectionImageContainer {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 10rem);
    aspect-ratio: 0.7275;
    max-height: 90%;
    overflow: hidden;
    border-radius: 1.5rem;
    right: 4rem;
    bottom: 4rem;
    box-shadow: -0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3137254902);
  }
  .visitSection {
    align-items: flex-start;
  }
  .visitSectionHeader {
    padding-left: 5rem;
    max-width: calc(100vw - 10rem);
  }
  .ctaButton {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 6px;
  }
}/*# sourceMappingURL=index.css.map */