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;
}

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: Carmen Sans;
  src: url("./fonts/CarmenSans.woff2") format("woff2"),
       url("./fonts/CarmenSans.woff") format("woff");
  font-display: swap;
}
/* 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: auto;
  overflow: hidden;
}

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

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

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

.heroSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  width: 100vw;
  height: 100dvh;
  padding-inline: 19rem;
  border: 1px solid red;
}

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

.heroSectionLogo {
  width: 25rem;
}

.heroSectionHeader {
  width: 70rem;
  font-size: 6.4rem;
}

.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;
}

.heroSectionMarquee {
  position: absolute;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20rem;
  z-index: 2;
  bottom: -25rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  left: 0;
  background-image: linear-gradient(to right, #E0CCCE 0%, #F8F2F2 50%, #97A7B7 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 17.5rem;
}

.fadeSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27rem;
  z-index: 10;
  padding-block: 20rem;
}

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

.showcaseSection {
  position: relative;
  z-index: 300;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 37rem;
}

.showcaseSectionBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #ffffff;
}

.showcaseSectionBackgroundImage {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotateZ(-10deg);
}

.showcaseSectionEntry {
  position: absolute;
  width: calc(100vw - 38rem);
  aspect-ratio: 1.778280543;
  border-radius: 2rem;
  overflow: hidden;
}

.showcaseSectionEntryImage {
  width: 100%;
}

.deliverablesSection {
  position: relative;
  z-index: 200;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-inline: 27rem;
  padding-top: 30rem;
  padding-bottom: 50rem;
  flex-wrap: nowrap;
}

.deliverablesSectionBase {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
}

.deliverablesSectionBaseDefault {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
}

.deliverablesSectionMarquee {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20rem;
  z-index: 5;
  left: 0;
  padding-inline: 19rem;
}

.deliverablesSectionCircle {
  position: relative;
  width: 53rem;
  height: 53rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(to top, #97A7B7 0%, #ffffff 100%);
}

.deliverablesSectionImage {
  position: absolute;
  width: 50%;
  margin-left: 26.5rem;
  margin-bottom: 26.5rem;
  filter: brightness(1.07);
}

.deliverablesSectionText {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 53rem;
}

.deliverablesSectionEntry {
  font-size: 6.4rem;
  line-height: 9rem;
  z-index: 10;
  text-align: right;
  font-weight: bold;
}

.deliverablesSectionNumber {
  font-size: 24rem;
  line-height: 25rem;
  z-index: 1;
  background-image: linear-gradient(to right, #E0CCCE 0%, #F8F2F2 50%, #97A7B7 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

.mobileSectionTop {
  position: relative;
  font-size: 24rem;
  line-height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 20rem;
  z-index: 200;
}

.mobileSectionTopText {
  position: relative;
  z-index: 0;
  background-image: linear-gradient(to right, #E0CCCE 0%, #F8F2F2 50%, #97A7B7 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.mobileSectionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mobileSectionOverlayImageRow {
  position: relative;
  width: 100%;
  height: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobileSectionOverlayImageContainer {
  position: absolute;
  height: max(120%, 60rem);
  aspect-ratio: 0.449704142;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1000;
}

#mobileSectionOverlayImageContainer1 {
  left: 19rem;
}

#mobileSectionOverlayImageContainer2 {
  right: 19rem;
}

#mobileSectionOverlayImageContainer3 {
  left: max(19rem, 20vw);
}

.mobileSectionOverlayImage {
  width: 100%;
}

.mobileSectionBottom {
  position: relative;
  width: 200vw;
  aspect-ratio: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 5.5rem;
  transform: skew(-30deg);
  z-index: 200;
}

.mobileSectionBottomDivider {
  width: 5rem;
  height: 100%;
  background-color: #ffffff;
}

.mobileSectionBottomWindow {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0rem 5.5rem #ffffff;
  border-radius: 0 8rem 8rem 0;
}

.flip {
  transform: scaleX(-1);
}

.featuresSection {
  position: relative;
  width: 100vw;
  padding-inline: 19rem;
  padding-top: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  gap: 10rem;
  z-index: 500;
}

.featuresSectionHeader {
  font-size: 6.4rem;
  line-height: 7.2rem;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #c49ba0 0%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: 5rem;
}

.featuresSectionBody {
  font-size: 3.2rem;
  line-height: 4rem;
  width: 55%;
  text-align: right;
  padding-top: 2rem;
}

.featuresSectionReverse {
  position: relative;
  width: 100vw;
  padding-inline: 19rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  background-color: #ffffff;
  gap: 10rem;
  flex-direction: row-reverse;
}

.featuresSectionHeaderReverse {
  font-size: 6.4rem;
  line-height: 7.2rem;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-image: linear-gradient(to top, #97A7B7 0%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: 5rem;
}

.featuresSectionBodyReverse {
  font-size: 3.2rem;
  line-height: 4rem;
  width: 55%;
  text-align: left;
  padding-top: 2rem;
  z-index: 1000;
}

.featuresSectionImage {
  position: absolute;
  z-index: 500;
  width: 15%;
}

#featuresSectionImage1 {
  right: 19rem;
  top: -10rem;
}

#featuresSectionImage2 {
  left: 26vw;
  top: -18rem;
}

.ctaButton {
  position: relative;
  font-size: 1.8rem;
  padding-inline: 2.2rem;
  padding-block: 1.8rem;
  background-color: #AB6988;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.ctaButtonBackgroundCircle {
  position: absolute;
  left: -100%;
  background-color: #000000;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 100%;
  z-index: 0;
}

.ctaButtonText {
  z-index: 2;
}

.ctaButtonArrow {
  height: 70%;
  z-index: 2;
}

.finalSection {
  position: relative;
  width: 100vw;
  z-index: 50;
  padding-left: 19rem;
  padding-block: 10rem;
}

.finalSectionWindow {
  position: relative;
  width: 200vw;
  aspect-ratio: 6;
  box-shadow: 0 0 0rem 60rem #ffffff;
  border-radius: 8rem 0 0 8rem;
  transform: skew(-30deg);
  left: 10rem;
}

.finalSectionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  gap: 8.4rem;
}

.finalSectionHeader {
  font-size: 6.4rem;
  line-height: 8rem;
  max-width: 40%;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 5px;
  }
  .heroSection {
    padding-inline: 5vw;
  }
  .fadeSection {
    padding-inline: 5vw;
  }
  .showcaseSection {
    padding-inline: 5vw;
  }
  .showcaseSectionEntry {
    width: 90vw;
  }
  .deliverablesSectionMarquee {
    padding-inline: 5vw;
  }
  #mobileSectionOverlayImageContainer1 {
    left: 5vw;
  }
  #mobileSectionOverlayImageContainer2 {
    right: 5vw;
  }
  #mobileSectionOverlayImageContainer3 {
    left: 15vw;
  }
  .mobileSectionBottom {
    aspect-ratio: 4;
  }
  .featuresSection {
    padding-inline: 5vw;
    flex-direction: column;
  }
  .featuresSectionHeader {
    width: 100%;
    padding-inline: 5vw;
  }
  .featuresSectionBody {
    width: 100%;
    text-align: left;
  }
  .featuresSectionReverse {
    padding-inline: 5vw;
    flex-direction: column;
    padding-top: 10rem;
  }
  .featuresSectionHeaderReverse {
    width: 100%;
    padding-inline: 5vw;
  }
  .featuresSectionBodyReverse {
    width: 100%;
    text-align: left;
  }
  #featuresSectionImage2 {
    top: 0;
  }
  .finalSectionWindow {
    aspect-ratio: 2;
    left: 5vw;
  }
  .finalSectionHeader {
    max-width: 70%;
  }
}/*# sourceMappingURL=index.css.map */