@import url("https://use.typekit.net/uvz2fwk.css");
/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: rgb(255, 16, 83);
  color: white;
  text-shadow: none;
}

::selection {
  background: rgb(255, 16, 83);
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: rgb(255, 16, 83);
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: rgb(255, 16, 83);
  color: white;
  text-shadow: none;
}

html, body {
  padding: 0px;
  margin: 0px;
}

html, body {
  padding: 0px;
  margin: 0px;
  font-family: area-normal, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(25, 30, 40);
}

.prelaunch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 10em;
  width: clamp(16rem, 90vw, 70rem);
  margin-left: auto;
  margin-right: auto;
  padding: 10em 2em;
}
.prelaunch .socials {
  background-color: rgb(254, 215, 102);
  width: 100%;
  padding: 1em;
  text-align: center;
}
.prelaunch .socials a:link, .prelaunch .socials a:visited {
  text-decoration: none;
}
.prelaunch .socials a:hover {
  color: rgb(255, 16, 83);
}
.prelaunch .introduction {
  position: relative;
  z-index: 10;
  color: white;
  text-align: left;
}
.prelaunch .introduction h1 {
  margin-top: 3rem;
  margin-bottom: 1em;
  font-size: clamp(40px, 10vw, 8vh);
  line-height: 1.15;
}
.prelaunch .introduction h1 span {
  color: rgb(255, 16, 83);
}
.prelaunch .introduction .reviews {
  margin-top: 10em;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background-color: rgba(0, 0, 0, 0.66);
}
.prelaunch .introduction .reviews .content {
  padding: 2em;
  display: flex;
  flex-direction: column;
}
.prelaunch .introduction .reviews .content .avatar {
  display: flex;
  align-items: center;
  max-height: 100px;
}
.prelaunch .introduction .reviews .content .avatar img {
  margin: 0px auto;
  border-radius: 50%;
  scale: 0.5;
}
.prelaunch .introduction .reviews .content .review h4 {
  color: rgb(254, 215, 102);
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
.prelaunch .introduction .reviews .content .review span {
  display: block;
  padding-bottom: 1em;
  font-size: 12px;
}
.prelaunch .introduction .reviews .content .review p {
  font-size: 4vw;
  font-style: italic;
}

.cnxt--plans {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: rgb(0, 43, 255);
  color: white;
}
.cnxt--plans .content {
  width: 100%;
  text-align: left;
  padding: 2em;
  width: clamp(16rem, 90vw, 70rem);
  margin-left: auto;
  margin-right: auto;
}
.cnxt--plans .content p {
  padding-bottom: 1em;
}
.cnxt--plans .content h2 {
  margin-bottom: 1em;
}

.pos {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.pos .gradientCover {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: #002BFF;
  background: linear-gradient(0deg, rgba(0, 43, 255, 0.66) 0%, black 100%);
  width: 100%;
  height: 100%;
}
.pos img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 130vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.identity {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 65px;
  height: 65px;
  border-radius: 10rem;
  font-family: plume, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  background-color: rgb(255, 16, 83);
  color: white;
  right: 2rem;
  top: 2rem;
  border: 0px solid white;
  z-index: 20;
  overflow: hidden;
}
.identity img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}
.identity .identity--shader {
  background-color: #191e28;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1100%;
  height: 110%;
  border-radius: 0%;
}
.identity div {
  margin-top: -4px;
  margin-left: 5px;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

@media (min-width: 50em) and (min-height: 30em) {
  .prelaunch .introduction h1 {
    font-size: clamp(40px, 10vw, 7vh);
    line-height: 1.15;
  }
  .prelaunch .introduction p {
    font-size: clamp(16px, 2vw, 2vh);
  }
  .prelaunch .reviews .content {
    flex-direction: row !important;
    padding: 6em !important;
  }
  .prelaunch .reviews .content .review p {
    font-size: clamp(13px, 1.58vw, 1.58vh) !important;
  }
}/*# sourceMappingURL=master.css.map */