a {
  text-decoration: none;
}

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.ttf");
}
@font-face {
  font-family: OpenSauceOneLight;
  src: url("./fonts/OpenSauceOne-Light.ttf");
}
@font-face {
  font-family: OpenSauceOneMedium;
  src: url("./fonts/OpenSauceOne-Medium.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: #0080F7;
  background-color: #fcfcfc;
  text-shadow: none;
}

*::selection {
  color: #0080F7;
  background-color: #fcfcfc;
  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%;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  font-family: OpenSauceOneLight;
}

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

.webgl {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100dvh;
  z-index: 1;
  pointer-events: none;
}

.mobileTexture {
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
}

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

.heroSection {
  position: relative;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}

.heroSectionBack {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #0E345D;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.heroSectionBackRight {
  height: 100%;
  width: 50%;
  background-color: #0080F7;
}

.heroSectionFront {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-block: 2.4rem;
  padding-inline: 4rem;
  z-index: 2;
}

.heroSectionHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.2rem;
  font-family: OpenSauceOneLight;
  font-weight: 500;
}

.heroSectionHeaderRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.heroSectionBody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.heroSectionBodyLeft {
  width: 18%;
  font-size: 2rem;
  line-height: 2.4rem;
}

.heroSectionBodyRight {
  width: 50%;
  font-size: 13.6rem;
  line-height: 12.4rem;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.heroSectionCategory {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}

.heroSectionCategoryEntry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.2rem;
  border-radius: 1.6rem;
  background-color: #0080F7;
  padding: 0.4rem;
  gap: 0.8rem;
  font-size: 2rem;
  overflow: hidden;
}

.heroSectionCategoryEntryArrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.heroSectionCategoryEntryText {
  padding-right: 0.4rem;
}

.aboutSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-inline: 4rem;
  padding-block: 12rem;
  z-index: 3;
  background-color: #fcfcfc;
}

.aboutSectionLeft {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 4rem;
  background-color: #f2f2f2;
  gap: 4rem;
  border-radius: 1.6rem;
}

.aboutSectionLeftMiniHeader {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  color: #8400FF;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.aboutSectionLeftHeader {
  position: relative;
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.aboutSectionLeftHeaderBody {
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
}

.aboutSectionLeftHeaderButton {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.8rem;
  background-color: #0080F7;
  color: #fcfcfc;
  gap: 0.8rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
}

.aboutSectionRight {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 1.6rem;
}

.aboutSectionRightImage {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

.showcaseSection {
  position: relative;
  width: 100vw;
  max-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #0080F7;
  gap: 15.2rem;
  padding-block: 8rem;
  padding-inline: 15.2rem;
  overflow: hidden;
}

.showcaseSectionDesktop {
  position: relative;
  width: 100%;
  height: calc(100dvh - 16rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 8rem;
}

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

.showcaseSectionMobile {
  position: relative;
}

.videoSection {
  position: relative;
  width: 100vw;
  aspect-ratio: 1.7777777778;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 12rem;
  padding-inline: 15.2rem;
  z-index: -1;
  overflow: hidden;
  background-color: #fcfcfc;
}

.videoSectionBackground {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.videoSectionContainer {
  width: 100%;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.videoSectionVideo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

.brandingSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 12rem;
  padding-inline: 4rem;
  gap: 4.4rem;
  background-color: #fcfcfc;
}

.brandingSectionMiniHeader {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  color: #8400FF;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.brandingSectionFont {
  font-size: 12rem;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.brandingSectionColors {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.brandingSectionColorLeft {
  position: relative;
  width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}

.brandingSectionColorRight {
  position: relative;
  width: 35%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.brandingSectionColor {
  position: relative;
  width: 100%;
  height: 12rem;
  border-radius: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.4rem;
  font-size: 1.6rem;
}

.brandingSectionColor1 {
  background-color: #0080F7;
  color: #fcfcfc;
  width: 58%;
}

.brandingSectionColor2 {
  background-color: #8400FF;
  color: #fcfcfc;
  width: 42%;
}

.brandingSectionColor3 {
  background-color: #050505;
  color: #fcfcfc;
  width: 50%;
}

.brandingSectionColor4 {
  background-color: #f2f2f2;
  color: #050505;
  width: 50%;
}

.mobileSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 15.2rem;
  gap: 13.2rem;
  padding-bottom: 12rem;
  background-color: #fcfcfc;
}

.mobileSectionLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}

.mobileSectionRight {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4rem;
}

.mobileSectionHeader {
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-family: OpenSauceOneLight;
  font-weight: 600;
}

.mobileSectionBody {
  font-size: 2rem;
  line-height: 2.8rem;
}

.mobileSectionMobile {
  max-width: calc(50% - 1rem);
}

.transitionSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0080F7;
  padding: 4rem;
}

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

.transitionSectionBlueBackground {
  position: absolute;
  z-index: 0;
  width: 100%;
  opacity: 0;
}

.transitionSectionBlueLogo {
  position: absolute;
  z-index: 0;
  width: min(50%, 50rem);
}

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

.transitionSectionBlocker {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  box-shadow: 0 0 0 1000vw #fcfcfc;
  z-index: 10;
  opacity: 0;
}

.transitionSectionBackground {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.transitionSectionCard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #fcfcfc;
  outline: none;
  border: none !important;
  aspect-ratio: 1.7955801105;
}

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

.revealSection {
  position: relative;
  width: 100vw;
  aspect-ratio: 1.7765440666;
  max-height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0080F7;
}

.revealSectionBackground {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.revealSectionContainer {
  width: 600vw;
  height: 600dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.revealSectionHalf1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.revealSectionHalf2 {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.revealSectionBlock {
  position: relative;
  width: 300vw;
  height: 300dvh;
  background-color: #ffffff;
}

#revealSectionBlock1 {
  border-radius: 0 0 10vw 0;
}

#revealSectionBlock2 {
  border-radius: 0 10vw 0 0;
}

#revealSectionBlock3 {
  border-radius: 0 0 0 10vw;
}

#revealSectionBlock4 {
  border-radius: 10vw 0 0 0;
}

.revealSectionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

.revealSectionOverlayTextHeader {
  font-size: 7rem;
  width: 100%;
  text-align: left;
  padding-inline: 15.7rem;
  padding-block: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
  z-index: 20;
}

.blueText {
  color: #0080F7;
}

.revealSectionOverlayVisit {
  position: absolute;
  top: 4rem;
  left: 15rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1882352941);
  padding: 2rem;
  border-radius: 1.6rem;
}

.revealSectionOverlayTextVisitText {
  font-size: 7rem;
  font-weight: bold;
  color: #ffffff;
}

.revealSectionButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.8rem;
  background-color: #0080F7;
  color: #fcfcfc;
  gap: 0.8rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  padding-inline: 5rem;
  pointer-events: auto;
}

.link {
  color: #000000 !important;
}

.textSection {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 15.7rem;
  padding-block: 12rem;
  color: #ffffff;
}

.textSectionContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 4rem;
  padding-block: 4rem;
}

.textSectionHeader {
  font-size: 6rem;
  z-index: 10;
  width: 50%;
  padding-inline: 4rem;
}

.textSectionBody {
  font-size: 2rem;
  z-index: 10;
  width: 50%;
  padding-inline: 4rem;
  margin-bottom: 10rem;
}

.textSectionImageContainer {
  position: absolute;
  z-index: 0;
  height: calc(100% + 200px);
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}

.textSectionImage {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 10px;
  }
  .heroSectionBodyRight {
    font-size: 10.2rem;
    line-height: alc(9.3rem);
  }
  .revealSectionOverlayTextHeader {
    font-size: 6rem;
  }
  .revealSectionOverlayTextVisitText {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
  .mobileSection {
    padding-inline: 4rem;
  }
  .textSectionHeader {
    font-size: 3.6rem;
  }
  .textSectionBody {
    font-size: 1.6rem;
  }
  .showcaseSection {
    gap: 4rem;
  }
  .showcaseSectionMobile {
    width: 20%;
  }
  .revealSectionOverlayTextHeader {
    font-size: 5rem;
  }
  .revealSectionOverlayTextVisitText {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
  .heroSectionBodyRight {
    font-size: 8.16rem;
    line-height: alc(7.44rem);
  }
  .showcaseSection {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
  .videoSection {
    padding-inline: 2rem;
  }
  .mobileSection {
    flex-direction: column;
    padding-inline: 2rem;
    padding-block: 4rem;
    gap: 8rem;
  }
  .mobileSectionLeft {
    width: 100%;
  }
  .mobileSectionRight {
    width: 100%;
  }
  .revealSectionOverlayTextHeader {
    padding-inline: 2rem;
  }
  .textSectionHeader {
    width: 100%;
    padding-inline: 2rem;
  }
  .textSectionBody {
    width: 100%;
    padding-inline: 2rem;
    margin-bottom: 10rem;
  }
  .textSection {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
  .revealSectionOverlayVisit {
    top: 2rem;
    left: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .revealSectionOverlayTextHeader {
    font-size: 3rem;
  }
  .revealSectionOverlayTextVisitText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
  .heroSectionHeaderRight {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.8rem;
    width: 40%;
    text-align: right;
  }
  .heroSectionBody {
    flex-direction: column;
    gap: 6.4rem;
  }
  .heroSectionBodyLeft {
    width: 45%;
  }
  .heroSectionBodyRight {
    width: 100%;
    font-size: 6.8rem;
    line-height: 6.2rem;
  }
  .heroSectionCategory {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .aboutSection {
    flex-direction: column;
    padding-block: 4rem;
  }
  .aboutSectionLeft {
    width: 100%;
  }
  .aboutSectionRight {
    width: 100%;
  }
  .showcaseSectionDesktop {
    height: auto;
    margin-bottom: 0rem;
  }
  .brandingSectionFont {
    font-size: 4.5rem;
  }
  .brandingSectionColorLeft {
    width: 50%;
  }
  .brandingSectionColorRight {
    width: 50%;
  }
  .brandingSectionColor {
    padding: 1rem;
  }
  .brandingSectionColor1 {
    width: 50%;
  }
  .brandingSectionColor2 {
    width: 50%;
  }
  .brandingSectionColor3 {
    width: 50%;
  }
  .brandingSectionColor4 {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 10px;
  }
  .heroSectionFront {
    padding-inline: 2rem;
  }
  .aboutSection {
    padding-inline: 2rem;
  }
  .aboutSectionLeft {
    padding-inline: 2rem;
  }
  .videoSection {
    padding-inline: 2rem;
  }
  .brandingSection {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
  .brandingSectionColors {
    gap: 0rem;
  }
  .brandingSectionColorLeft {
    gap: 0rem;
  }
  .brandingSectionColorRight {
    gap: 0rem;
  }
  .brandingSectionColor {
    justify-content: center;
  }
  .brandingSectionColor1 {
    border-radius: 1.6rem 0rem 0rem 1.6rem;
  }
  .brandingSectionColor2 {
    border-radius: 0rem;
  }
  .brandingSectionColor3 {
    border-radius: 0rem;
  }
  .brandingSectionColor4 {
    border-radius: 0rem 1.6rem 1.6rem 0rem;
  }
  .mobileSection {
    padding-inline: 2rem;
  }
  .transitionSection {
    padding: 2rem;
  }
  .revealSectionOverlayTextHeader {
    font-size: 2rem;
  }
  .transitionSectionCard {
    border-radius: 0.2rem;
  }
  .revealSectionOverlayTextVisitText {
    font-size: 2rem;
  }
  .revealSectionOverlayVisit {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    top: 2rem;
    left: 2rem;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}/*# sourceMappingURL=index.css.map */