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");
}
@font-face {
  font-family: AGGBold;
  src: url("./fonts/AvantGardeGothicBold.ttf");
}
@font-face {
  font-family: AGGThin;
  src: url("./fonts/AvanteGardeGothicThin.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: #ffffff;
}

.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: AGGThin;
  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: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  z-index: 10;
  background-color: #203C36;
  padding-block: 13rem;
  gap: 11rem;
  overflow: hidden;
}

.heroSectionDescriptionOverlay {
  position: absolute;
  top: 0;
  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;
  color: #ffffff;
}

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

.heroSectionLogo {
  margin-left: 16rem;
  position: relative;
  height: 6.4rem;
}

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

.heroSectionShapesContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 6rem;
}

.heroSectionShapesRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}

#heroSectionShapesRow1 {
  margin-left: 3vw;
}

#heroSectionShapesRow2 {
  margin-left: -9vw;
}

.heroSectionShapesCircle {
  height: 13.5vw;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.heroSectionShapesU {
  height: 13.5vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#heroSectionShapesU1 {
  background-color: #14C8B4;
}

#heroSectionShapesU2 {
  background-color: #14C8B4;
}

.heroSectionShapesSquare {
  width: 13.5vw;
  height: 13.5vw;
  background-color: #14C8B4;
}

#heroSectionShapesU1 {
  width: 20.25vw;
  border-radius: 0 13.5vw 13.5vw 0;
}

#heroSectionShapesU2 {
  width: 23.625vw;
  border-radius: 13.5vw 0 0 13.5vw;
}

#heroSectionShapesCircle1 {
  background-color: #FF4632;
}

.heroSectionShapesUImage {
  width: 100%;
}

#heroSectionShapesCircle2 {
  background-color: #F0BE28;
}

#heroSectionShapesCircleImage1 {
  height: 105%;
}

#heroSectionShapesCircleImage2 {
  height: 90%;
}

.heroSectionMainTextContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 24rem;
  color: #ffffff;
  gap: 2.4rem;
}

.heroSectionMainTextSubHeader {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.6rem;
  font-family: AGGThin;
  text-align: right;
}

.heroSectionMainTextHeader {
  font-size: 6.6rem;
  font-family: AGGBold;
  text-align: right;
}

.heroSectionBackgroundRightBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 5vw;
  background-color: #14C8B4;
}

.heroSectionBackgroundOrbits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.heroSectionBackgroundOrbit11 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 116.5rem;
  height: 116.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -10rem;
  top: -20rem;
  z-index: -2;
}

.heroSectionBackgroundOrbit12 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 113.5rem;
  height: 113.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.heroSectionBackgroundOrbit13 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 110.5rem;
  height: 110.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSectionBackgroundOrbit12Break {
  position: absolute;
  right: -3.5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background-color: #F0BE28;
  z-index: 10;
}

.heroSectionBackgroundOrbit21 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 116.5rem;
  height: 116.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -40rem;
  z-index: -1;
}

.heroSectionBackgroundOrbit22 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 113.5rem;
  height: 113.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.heroSectionBackgroundOrbit23 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 110.5rem;
  height: 110.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSectionBackgroundOrbit22Break {
  position: absolute;
  right: -5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: #FF4632;
  z-index: 10;
}

.underlineContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.aboutSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30rem;
  gap: 12rem;
  color: #203C36;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

.aboutSection2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-inline: 30rem;
  padding-block: 15rem;
  gap: 12rem;
  color: #203C36;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

.aboutSectionHeader {
  font-size: 5rem;
  width: 270rem;
}

.aboutSectionHeaderText {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.aboutSectionBody {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.boldText {
  font-family: AGGBold;
}

.aboutSectionBackgroundOrbits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}

.aboutSectionBackgroundOrbit21 {
  position: absolute;
  border: 1px solid #14C8B4;
  width: 116.5rem;
  height: 116.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
  margin-top: -76.5rem;
}

.aboutSectionBackgroundOrbit22 {
  position: absolute;
  border: 1px solid #F0BE28;
  width: 113.5rem;
  height: 113.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.aboutSectionBackgroundOrbit23 {
  position: absolute;
  border: 1px solid #FF4632;
  width: 110.5rem;
  height: 110.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutSectionBackgroundOrbit22Break {
  position: absolute;
  right: -5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  border: 3px solid #ffffff;
  background-color: #203C36;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutSectionLogo {
  width: 50%;
}

.videoSection {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.videoSectionVideo {
  width: 100%;
}

.showcaseSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
  background-color: #EDFAF9;
}

.showcaseSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  transform: rotateZ(-6deg);
  padding-block: 10rem;
}

#showcaseSectionContainerSideLeft {
  top: -11rem;
}

#showcaseSectionContainerSideRight {
  bottom: -11rem;
}

.showcaseSectionContainerSide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
}

.showcaseSectionContainerFrame {
  position: relative;
  width: 50vw;
  aspect-ratio: 1.9236111111;
  overflow: hidden;
}

.showcaseSectionContainerFrameImage {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#showcaseCircle1 {
  position: absolute;
  width: 20rem;
  aspect-ratio: 1;
  background-color: #14C8B4;
  z-index: -2;
  left: 15vw;
  bottom: 2vw;
  border-radius: 100%;
}

#showcaseCircle2 {
  position: absolute;
  width: 35rem;
  aspect-ratio: 1;
  background-color: #FF4632;
  z-index: -1;
  left: 25vw;
  margin-bottom: 13vw;
  border-radius: 100%;
}

#showcaseCircle3 {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1;
  background-color: #F0BE28;
  z-index: -3;
  right: 30vw;
  top: 1.5rem;
  border-radius: 100%;
}

.deliverablesSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
  color: #203C36;
}

.deliverablesSectionTextContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 6rem;
  font-size: 4.2rem;
  width: 100%;
  padding-inline: 20rem;
  padding-block: 24rem;
  z-index: 100;
}

.underlineTeal {
  position: absolute;
}

.deliverablesSectionImageContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
}

.deliverablesSectionBackgroundOrbit11 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 93.5rem;
  height: 93.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -30rem;
  top: -30rem;
  z-index: 1;
}

.deliverablesSectionBackgroundOrbit12 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 90.5rem;
  height: 90.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionBackgroundOrbit13 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 87.5rem;
  height: 87.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionBackgroundOrbit12Break {
  position: absolute;
  border-radius: 100%;
  z-index: 10;
}

#breakFrame1 {
  background-color: #F0BE28;
  right: -3.5rem;
  width: 7rem;
  height: 7rem;
}

.breakFrameMain {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(40deg);
  z-index: 10;
}

#breakFrame2 {
  background-color: #203C36;
  top: -23.5rem;
  width: 47rem;
  height: 47rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.breakImage {
  width: 105%;
}

.deliverablesSectionBackgroundOrbit21 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 116.5rem;
  height: 116.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -40rem;
  bottom: -40rem;
}

.deliverablesSectionBackgroundOrbit22 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 113.5rem;
  height: 113.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionBackgroundOrbit23 {
  position: absolute;
  border: 1px solid rgba(20, 200, 180, 0.3764705882);
  width: 110.5rem;
  height: 110.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliverablesSectionBackgroundOrbit22Break {
  position: absolute;
  border-radius: 100%;
  z-index: 10;
}

#breakFrame3 {
  background-color: #FF4632;
  right: -10rem;
  width: 20rem;
  height: 20rem;
}

#breakFrame4 {
  background-color: #14C8B4;
  top: -6rem;
  width: 12rem;
  height: 12rem;
}

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

.mobileSectionSide {
  position: relative;
  width: 50%;
  height: 100%;
}

#mobileSectionSideLeft {
  background-color: #203C36;
}

#mobileSectionSideRight {
  background-color: #14C8B4;
}

.mobileSectionBackgroundOrbit11 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 96.5rem;
  height: 96.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2rem;
  bottom: -10rem;
  z-index: 10;
}

.mobileSectionBackgroundOrbit12 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 93.5rem;
  height: 93.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.mobileSectionBackgroundOrbit13 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 90.5rem;
  height: 90.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.mobileSectionBackgroundOrbit12Break {
  position: absolute;
  right: -7rem;
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  background-color: #F0BE28;
  z-index: 100;
}

.mobileSectionBackgroundOrbit21 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 76.5rem;
  height: 76.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20rem;
  top: 5rem;
  z-index: 10;
}

.mobileSectionBackgroundOrbit22 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 73.5rem;
  height: 73.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.mobileSectionBackgroundOrbit23 {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  width: 70.5rem;
  height: 70.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.mobileSectionBackgroundOrbit22Break {
  position: absolute;
  top: -9rem;
  width: 18rem;
  height: 18rem;
  border-radius: 100%;
  background-color: #FF4632;
  z-index: 100;
}

.mobileSectionPhone {
  position: absolute;
  height: 50vh;
  aspect-ratio: 0.6;
  overflow: hidden;
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 0 0 4rem 0.5rem rgba(0, 0, 0, 0.6274509804);
}

.mobileSectionPhoneNav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.2509803922);
}

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

.mobileSectionTextContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileSectionTextSide {
  width: 100%;
  height: 100%;
  padding-inline: 5rem;
  padding-block: 10rem;
  color: #ffffff;
  flex-direction: column;
  gap: 3rem;
}

#mobileSectionTextSide1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#mobileSectionTextSide2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.mobileSectionTextHeader {
  font-size: 5rem;
  font-family: AGGBold;
  padding-inline: 3rem;
  border-radius: 100rem;
}

#mobileSectionTextHeader1 {
  background-color: #F0BE28;
}

#mobileSectionTextHeader2 {
  background-color: #FF4632;
}

.mobileSectionTextBody {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  font-family: AGGThin;
  max-width: 70%;
}

.cardsSection {
  position: relative;
  width: 100%;
  padding-inline: 20rem;
  padding-block: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.cardsSectionContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2%;
}

.cardsSectionDivider {
  height: 30rem;
  width: 1px;
  background-color: rgba(32, 60, 54, 0.1882352941);
}

.cardsSectionCard {
  position: relative;
  width: 32%;
  max-width: 40rem;
  aspect-ratio: 1;
  border-radius: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 5rem;
  overflow: hidden;
  z-index: 100;
}

.cardsSectionCardCircle {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.cardsSectionCardCircleIcon {
  width: 60%;
}

#cardsSectionCardCircle1 {
  background-color: #14C8B4;
}

#cardsSectionCardCircle2 {
  background-color: #F0BE28;
}

#cardsSectionCardCircle3 {
  background-color: #FF4632;
}

.cardsSectionCardHeader {
  margin-top: 8rem;
  margin-bottom: 1.3rem;
  font-family: AGGBold;
  font-size: 2.6rem;
  color: #203C36;
}

.cardsSectionCardBody {
  font-family: AGGThin;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #203C36;
}

.visitSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.visitSectionShapes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.visitSectionShapesBottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.visitSectionShapes1 {
  width: 100%;
  height: 30rem;
  border-radius: 0 15rem 15rem 0;
  background-color: #14C8B4;
}

.visitSectionShapes3 {
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  background-color: #FF4632;
}

.visitSectionShapes2 {
  width: calc(100% - 34rem);
  height: 30rem;
  background-color: #F0BE28;
}

.visitSectionText {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.visitSectionHeaderText {
  font-size: 5.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 20rem;
}

.visitSectionButton {
  position: relative;
  font-size: 1.4rem;
  font-family: AGGBold;
  border: 1px solid #203C36;
  padding-inline: 2rem;
  padding-block: 1.2rem;
  border-radius: 100rem;
  color: #203C36;
  margin-top: 8rem;
  overflow: hidden;
  z-index: 10000;
  pointer-events: auto;
}

.visitSectionButtonBack1 {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F0BE28;
}

.visitSectionButtonBack2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203C36;
}

@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;
  }
  .heroSectionLogo {
    margin-left: 4rem;
    position: relative;
    height: 6.4rem;
  }
  .heroSectionMain {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 5rem;
  }
  .heroSectionMainTextContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 4rem;
    color: #ffffff;
    gap: 2rem;
  }
  .heroSectionMainTextSubHeader {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.6rem;
    font-family: AGGThin;
    text-align: right;
  }
  .heroSectionShapesCircle {
    height: 23vw;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }
  .heroSectionShapesU {
    height: 23vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #heroSectionShapesU1 {
    background-color: #14C8B4;
  }
  #heroSectionShapesU2 {
    background-color: #14C8B4;
  }
  .heroSectionShapesSquare {
    width: 23vw;
    height: 23vw;
    background-color: #14C8B4;
  }
  #heroSectionShapesU1 {
    width: 34.5vw;
    border-radius: 0 20vw 20vw 0;
  }
  #heroSectionShapesU2 {
    width: 40.25vw;
    border-radius: 20vw 0 0 20vw;
  }
  .showcaseSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    background-color: #EDFAF9;
  }
  .showcaseSectionContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    transform: rotateZ(-6deg);
    padding-block: 2rem;
    flex-direction: column;
  }
  #showcaseSectionContainerSideLeft {
    top: 0rem;
  }
  #showcaseSectionContainerSideRight {
    bottom: 0rem;
  }
  .showcaseSectionContainerSide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }
  #showcaseSectionContainerSideLeft {
    top: -2rem;
    left: 4rem;
  }
  #showcaseSectionContainerSideRight {
    bottom: -2rem;
    right: 4rem;
  }
  .showcaseSectionContainerFrame {
    position: relative;
    width: 100vw;
    aspect-ratio: 1.9236111111;
    overflow: hidden;
  }
  .aboutSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 5rem;
    padding-block: 15rem;
    gap: 12rem;
    color: #203C36;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
  }
  .aboutSection2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 5rem;
    padding-top: 15rem;
    gap: 12rem;
    color: #203C36;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
  }
  .videoSection {
    padding-bottom: 50rem;
  }
  .deliverablesSectionImageContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -70rem;
    left: 10rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
    opacity: 0.8;
  }
  .deliverablesSectionTextContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 6rem;
    font-size: 3.6rem;
    width: 100%;
    padding-inline: 5rem;
    padding-block: 20rem;
    z-index: 100;
  }
  .mobileSectionTextContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 25;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mobileSectionTextBody {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    font-family: AGGThin;
    max-width: 100%;
  }
  .mobileSectionTextSide {
    width: 100%;
    height: 100%;
    padding-inline: 5rem;
    padding-block: 10rem;
    color: #ffffff;
    flex-direction: column;
    gap: 3rem;
  }
  .cardsSection {
    position: relative;
    width: 100%;
    padding-inline: 5rem;
    padding-block: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .cardsSectionContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 2.5rem;
    flex-direction: column;
  }
  .cardsSectionDivider {
    width: 55vw;
    height: 1px;
    background-color: rgba(32, 60, 54, 0.1882352941);
  }
  .cardsSectionCard {
    position: relative;
    width: 60vw;
    max-width: 60vw;
    aspect-ratio: 1;
    border-radius: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 5rem;
    overflow: hidden;
    z-index: 100;
  }
  .cardsSectionCardHeader {
    margin-top: 8rem;
    margin-bottom: 1.3rem;
    font-family: AGGBold;
    font-size: 2.8rem;
    color: #203C36;
  }
  .cardsSectionCardBody {
    font-family: AGGThin;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #203C36;
  }
  .visitSection {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 4rem;
    margin-top: -10vw;
    gap: 10rem;
  }
  .visitSectionShapes {
    width: calc(100vw - 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }
  .visitSectionText {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5rem;
  }
  .visitSectionButton {
    position: relative;
    font-size: 2.8rem;
    font-family: AGGBold;
    border: 1px solid #203C36;
    padding-inline: 4rem;
    padding-block: 2.4rem;
    border-radius: 100rem;
    color: #203C36;
    margin-top: 8rem;
    overflow: hidden;
    z-index: 10000;
    pointer-events: auto;
  }
}/*# sourceMappingURL=index.css.map */