a {
  text-decoration: none;
}

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.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: #250e61;
  background-color: #ffffff;
  text-shadow: none;
}

*::selection {
  color: #250e61;
  background-color: #ffffff;
  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; */
  font-family: NeueHaasNormal;
}

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

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

main {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.heroSection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scrollSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(10vh, 8vw);
  pointer-events: none;
}

.loadingSection {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3vh;
  background-color: black;
  color: white;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.loadingDoorFrameOut {
  position: fixed;
  width: 12vh;
  height: 20vh;
  border-radius: 6vh 6vh 0 0;
  border: 4px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 0px 2px #ffffff;
  margin-top: 8vh;
}

.loadingDoorBar {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom center;
  transform: scaleY(0);
}

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

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

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

.testSection {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.cardsSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.leftCardsContainer {
  position: relative;
  width: 24vw;
  height: 36vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1vw;
}

.leftCardsContainerOverflow {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1vw;
  gap: 1vw;
}

.leftCard {
  position: relative;
  width: 100%;
  padding-block: 1vw;
  padding-inline: 1.5vw;
  border: 1px solid black;
  border-radius: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

.leftCardBody {
  position: relative;
  width: calc(100% - 3vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 4vw;
}

.leftCardBodyText {
  position: relative;
  font-size: 4rem;
  text-transform: uppercase;
}

.leftCardBodyHeader {
  position: relative;
  width: 50%;
  height: 3vw;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 1px solid black;
  text-transform: uppercase;
}

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

.leftCardIcon {
  position: relative;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.middleCardsContainer {
  position: relative;
  width: 24vw;
  height: 36vw;
  border: 1px solid black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0 0 0.2vw black;
}

.middleCard {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 1vw;
  box-shadow: 0rem 0rem 1rem 0 rgba(0, 0, 0, 0.3137254902);
}

.middleCardImage {
  position: relative;
  width: 22vw;
  height: 22vw;
  border: 1px solid black;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.middleCardText {
  position: relative;
  width: 100%;
  height: calc(100% - 22vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.rightCardsContainer {
  position: relative;
  width: 24vw;
  height: 36vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 1vw;
}

.rightCard {
  position: absolute;
  width: 100%;
  padding: 1.5vw;
  gap: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid black;
  border-radius: 1vw;
  background-color: white;
}

.rightCardText {
  font-size: 3rem;
}

.rightCardIcon {
  position: relative;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.parallaxSectionText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3vw;
  z-index: 1;
}

.parallaxSectionTextHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 5rem;
  max-width: 60rem;
}

.parallaxSectionTextBody {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  max-width: 60rem;
}

.parallaxSectionBlock1 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-35vw) translateY(-25vh);
}

.parallaxSectionBlock1Image {
  position: absolute;
  width: 12vw;
  height: 12vw;
  border-radius: 1vw;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 2rem;
}

.parallaxSectionBlock1TextBlock {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
  border-radius: 100vw;
  border: 1px solid black;
  background-color: white;
  gap: 10rem;
  margin-left: 20vw;
}

.parallaxSectionBlock1Text {
  font-size: 2rem;
}

.parallaxSectionBlock2 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(30vw) translateY(25vh);
}

.parallaxSectionBlock2Image {
  position: absolute;
  width: 20vw;
  height: 15vw;
  border-radius: 1vw;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 2rem;
}

.parallaxSectionBlock3 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-25vw) translateY(20vh);
}

.parallaxSectionBlock3Card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 1vw;
  border-radius: 1vw;
  border: 1px solid black;
  gap: 2vw;
}

.parallaxSectionBlock3Text {
  font-size: 4rem;
}

.parallaxSectionBlock4 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(35vw) translateY(-30vh);
}

.parallaxSectionBlock4Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  border: 1px solid black;
  border-radius: 100vw;
  background-color: white;
  font-size: 2rem;
}

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

.swipeSectionCard {
  position: absolute;
  width: 60vw;
  height: 50vh;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #404040;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.3137254902);
  pointer-events: auto;
  -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 */
}

.swipeSectionCardImageContainer {
  position: relative;
  width: 50%;
  height: 100%;
  padding-block: 1vw;
  padding-left: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swipeSectionCardImage {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.5vw 0vw 0vw 0.5vw;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.swipeSectionCardTextContainer {
  position: relative;
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 1vw;
  box-shadow: -0.1rem 0rem 1rem 0 rgba(0, 0, 0, 0.1882352941);
  overflow: hidden;
}

.swipeSectionCardTextMain {
  position: relative;
  height: calc(100% - 3vw);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-inline: 1vw;
  padding-bottom: 3vw;
}

.swipeSectionCardTextHeader {
  font-size: 5rem;
}

.swipeSectionCardTextBody {
  font-size: 2rem;
  line-height: 3rem;
}/*# sourceMappingURL=effect.css.map */