body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20vw;
  line-height: 90%;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7.6vw;
  line-height: 120%;
  font-weight: 900;
}

p {
  margin-bottom: 0px;
  line-height: 140%;
  font-weight: 600;
}

.body {
  background-color: #000;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 14vh;
  padding-bottom: 9vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-container {
  width: 100%;
  max-width: 90vw;
}

.wide-container.for-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 93vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-container.for-main-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wide-container.for-slider {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 5vw;
}

.wide-container.for-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wide-container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  position: relative;
  z-index: 2;
}

.wrapper.overflow-hidden {
  overflow: hidden;
}

.wrapper.overflow-hidden.with-margin {
  margin-right: 5vw;
}

.heading-1.for-moving-header {
  line-height: 77%;
}

.hero-slider {
  width: 61vw;
  height: 70vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

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

.image.rotated {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-and-socials {
  position: relative;
  top: -7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-socials {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
}

.social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  text-decoration: none;
}

.hero-social-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
}

.infinite-words-container {
  width: 100%;
  margin-top: 2vh;
  color: #fff;
  text-decoration: none;
}

.infinite-words-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-text {
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
  white-space: nowrap;
}

.small-star-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 52px;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.navbar-link-text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.hero-slider-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-button {
  display: none;
}

.menu {
  display: none;
}

.sticky-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.info-row {
  overflow: hidden;
}

.heading-2.info {
  position: relative;
  font-size: 7vw;
  line-height: 80%;
  mix-blend-mode: difference;
}

.heading-2.for-slider {
  font-size: 7vw;
}

.heading-2.black {
  color: #000;
}

.heading-2.black.desktop {
  position: absolute;
  z-index: 1;
}

.sticky-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.absolute-underlay {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0%;
  background-color: #000;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14vh;
  padding-bottom: 14vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.for-slider-section {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 16vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.for-roadmap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.for-main-info {
  padding-top: 9vh;
  padding-bottom: 6vh;
}

.section.for-team {
  overflow: hidden;
}

.section.for-faq {
  padding-bottom: 0vh;
  background-color: #000;
}

.section.for-style-guide {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 0vh;
}

.section.for-template-page {
  overflow: visible;
  padding-top: 10vh;
  padding-bottom: 18vh;
  background-color: #000;
}

.big-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 4.5vw;
  line-height: 140%;
  font-weight: 700;
}

.big-text.white {
  color: #fff;
}

.big-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-text-container.mobile {
  display: none;
}

.big-text-container.team {
  max-width: 90%;
  padding-top: 7vh;
  padding-bottom: 14vh;
  padding-left: 20vw;
}

.line-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-wrapper.absolute {
  position: absolute;
  overflow: hidden;
  width: 0%;
  white-space: nowrap;
}

.paragraph-star-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5vw;
  min-width: 2.5vw;
  margin-right: 0.7vw;
  margin-left: 0.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide.for-mobile {
  display: none;
}

.rarity-image-and-stars-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rarity-image-wrapper {
  width: 30vw;
  height: 69vh;
}

.stars-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-star {
  width: 52px;
  height: 52px;
}

.circular-image-wrapper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 11.5vw;
  -webkit-transform: translate(0px, 26%);
  -ms-transform: translate(0px, 26%);
  transform: translate(0px, 26%);
}

.mask {
  overflow: visible;
  width: 70vw;
}

.slider-arrow {
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  margin: auto auto 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.slider-arrow.right {
  -webkit-transform: translate(140%, 150%);
  -ms-transform: translate(140%, 150%);
  transform: translate(140%, 150%);
}

.slider-arrow-inner {
  width: 42px;
  height: 42px;
}

.slider-arrow-inner.right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.huge-moving-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.moving-heading-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.moving-heading-inner.inverted {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.huge-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.huge-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.huge-star-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 5vw;
  margin-right: 4vw;
  margin-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.roadmap-item.first {
  margin-top: 17.5vh;
}

.roadmap-item.for-template-page {
  mix-blend-mode: difference;
}

.roadmap-item.for-template-page.first {
  margin-top: 0vh;
}

.roadmap-heading-container {
  margin-bottom: 18px;
  padding-left: 20vw;
  white-space: nowrap;
}

.roadmap-percentage-and-paragraph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 3.05vw;
}

.paragraph.extra-bold {
  color: #fff;
  line-height: 130%;
  font-weight: 800;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.lower-opac {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.paragraph.lower-opac.for-faq {
  margin-bottom: 32px;
  font-size: 2vw;
}

.paragraph.for-404 {
  width: 70%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.roadmap-paragraph {
  padding-left: 28vw;
}

.roadmap-paragraph.for-template-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 18vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-ellipse-image {
  position: absolute;
  left: -5vw;
  width: 29vw;
}

.roadmap-percentage-and-ellipse-mobile {
  display: none;
}

.desktop-team-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75vw;
  margin-left: 0.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-image-wrapper {
  width: 37.5vw;
  height: 85vh;
}

.desktop-team-images-outer {
  display: block;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.desktop-team-images-outer.inverted {
  margin-top: 24vh;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.mobile-team-image-outer {
  display: none;
}

.faq-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  margin-bottom: 17vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-mark {
  position: absolute;
  left: 0px;
  z-index: -1;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 25vw;
  line-height: 100%;
  font-weight: 900;
}

.question-mark.no1 {
  left: 5%;
  -webkit-transform: translate(0px, 15%);
  -ms-transform: translate(0px, 15%);
  transform: translate(0px, 15%);
}

.question-mark.no2 {
  left: auto;
  right: 3%;
}

.question-mark.no3 {
  left: 28%;
  top: 0px;
  -webkit-transform: translate(0px, -42%);
  -ms-transform: translate(0px, -42%);
  transform: translate(0px, -42%);
  font-size: 9vw;
}

.question-mark.no4 {
  left: 30%;
  -webkit-transform: translate(0px, 40%);
  -ms-transform: translate(0px, 40%);
  transform: translate(0px, 40%);
  font-size: 20vw;
}

.question-mark.no5 {
  left: 49%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 9vw;
}

.question-mark.no6 {
  left: 61%;
  bottom: 0px;
  -webkit-transform: translate(0px, 60%);
  -ms-transform: translate(0px, 60%);
  transform: translate(0px, 60%);
  font-size: 9vw;
}

.question-mark.no7 {
  left: 57%;
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
  font-size: 20vw;
}

.faq-container {
  width: 90%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.6);
  mix-blend-mode: difference;
}

.faq.first {
  border-top: 2px solid hsla(0, 0%, 100%, 0.6);
}

.faq-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-content {
  overflow: hidden;
  width: 100%;
  max-width: 88%;
}

.faq-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5vw;
  min-width: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-links {
  margin-top: 18vh;
  margin-bottom: 23vh;
}

.absolute-huge-star {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.absolute-huge-star.light {
  opacity: 1;
}

.footer-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-text {
  color: #fff;
  font-size: 7.6vw;
  line-height: 130%;
  font-weight: 900;
  mix-blend-mode: difference;
}

.to-hero-button-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.to-hero-button-container.for-404 {
  width: 8vw;
  height: 8vw;
}

.huge-footer-star {
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}

.footer-star-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-star-arrow.dark {
  opacity: 1;
}

.footer-star-arrow.dark.for-404 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer-star-arrow.light {
  opacity: 0;
}

.footer-star-arrow-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9vw;
  height: 9vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-star-arrow-container.for-404 {
  width: 3vw;
  height: 3vw;
}

.template-pages-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-small-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-small-text {
  color: #fff;
  font-size: 2.25vw;
  line-height: 140%;
  font-weight: 800;
  mix-blend-mode: difference;
}

.footer-credits-container {
  width: 100%;
}

.footer-line {
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.6);
  mix-blend-mode: difference;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.35vw;
  line-height: 140%;
  font-weight: 500;
  mix-blend-mode: difference;
}

.credit-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loader-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-star {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
  mix-blend-mode: difference;
}

.navbar-star.left {
  left: 0px;
  -webkit-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

.navbar-star.left.for-footer-link {
  width: 3vw;
  height: 3vw;
}

.navbar-star.for-template-link {
  width: 20px;
  height: 20px;
}

.navbar-star.for-footer-link {
  width: 3vw;
  height: 3vw;
}

.credit-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.credit-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-item {
  margin-bottom: 10vh;
  mix-blend-mode: difference;
}

.style-guide-item.last {
  margin-bottom: 0vh;
}

.bold-span {
  color: #fff;
  font-weight: 900;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.field-label {
  display: none;
}

.text-field {
  width: 550px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 30px 24px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 140%;
}

.text-field:focus {
  border-width: 1px;
  border-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.submit-button {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 32px;
  font-weight: 700;
}

.submit-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  display: none;
}

.error-message {
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
  color: red;
  font-size: 24px;
  line-height: 100%;
}

@media screen and (min-width: 1920px) {
  .social {
    margin-right: 1.2vw;
    margin-left: 1.2vw;
  }

  .hero-social-text {
    font-size: 0.85vw;
  }

  .small-text {
    font-size: 2.65vw;
  }

  .small-star-container {
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 0.44vw;
    margin-left: 0.44vw;
  }

  .navbar {
    padding-top: 1.44vw;
    padding-bottom: 1.44vw;
  }

  .logo {
    width: 2.85vw;
  }

  .navbar-link {
    margin-left: 1.9vw;
  }

  .navbar-link-text {
    font-size: 0.95vw;
  }

  .rarity-image-and-stars-container {
    margin-top: 0.42vw;
  }

  .stars-container {
    margin-top: 1.77vw;
    margin-left: 1.47vw;
  }

  .rate-star {
    width: 2.73vw;
    height: 2.73vw;
  }

  .slider-arrow {
    width: 3.26vw;
    height: 3.26vw;
  }

  .slider-arrow-inner {
    width: 2.33vw;
    height: 2.33vw;
  }

  .roadmap-heading-container {
    margin-bottom: 0.95vw;
  }

  .paragraph {
    font-size: 2.6vw;
  }

  .paragraph.extra-bold {
    font-size: 3.05vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 1.75vw;
    font-size: 1.8vw;
  }

  .paragraph.for-404 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .roadmap-paragraph {
    width: 90%;
  }

  .faq-header {
    padding-top: 1.75vw;
    padding-bottom: 1.75vw;
  }

  .footer-link {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
  }

  .footer-small-link {
    margin-right: 5vw;
  }

  .credits {
    margin-top: 1.9vw;
    margin-bottom: 1.9vw;
  }

  .credit {
    font-size: 1.2vw;
  }

  .navbar-star {
    width: 0.85vw;
    height: 0.85vw;
  }

  .navbar-star.for-template-link {
    width: 1.3vw;
    height: 1.3vw;
  }

  .utility-page-wrap {
    font-size: 1.68vw;
  }

  .text-field {
    width: 30vw;
    margin-top: 1.26vw;
    margin-bottom: 1.26vw;
    padding: 1.6vw 1.26vw;
    font-size: 1.36vw;
  }

  .submit-button {
    font-size: 1.68vw;
  }

  .error-message {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .wide-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wide-container.for-navbar {
    max-width: 100%;
  }

  .wide-container.for-main-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wide-container.for-slider {
    padding-left: 30px;
  }

  .hero-slider {
    width: 70vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .slider-and-socials {
    top: -40px;
  }

  .social {
    margin-right: 24px;
    margin-left: 24px;
  }

  .infinite-words-container {
    margin-top: 40px;
  }

  .navbar {
    z-index: 9999;
  }

  .navbar-links-container {
    display: none;
  }

  .navbar-links-container.for-template-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-link-text {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 68px;
    line-height: 90%;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }

  .navbar-link-text.for-template-page {
    font-size: 18px;
  }

  .menu-button {
    display: block;
    cursor: pointer;
  }

  .menu-open-icon {
    width: 30px;
    height: 30px;
  }

  .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .menu-close-icon {
    width: 34px;
  }

  .menu-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-socials {
    position: absolute;
    bottom: 14vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-social {
    margin-right: 24px;
    margin-left: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    font-weight: 800;
    text-decoration: none;
  }

  .menu-underlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 200vh;
    background-color: #000;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .heading-2.info {
    font-size: 18vw;
  }

  .heading-2.for-slider {
    font-size: 10vw;
  }

  .smaller-on-mobile {
    font-size: 8vw;
  }

  .absolute-underlay {
    bottom: -1px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.for-slider-section {
    padding-top: 110px;
    padding-bottom: 180px;
  }

  .section.for-main-info {
    padding-top: 0px;
    padding-bottom: 0vh;
  }

  .section.for-team {
    padding-top: 100px;
  }

  .section.for-style-guide {
    padding-top: 40px;
  }

  .section.for-template-page {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .big-text {
    font-size: 6.3vw;
  }

  .big-text-container {
    max-width: 100%;
    padding-left: 0%;
  }

  .big-text-container.team {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0vw;
  }

  .paragraph-star-container {
    width: 4vw;
    min-width: 4vw;
  }

  .slide {
    width: 80vw;
  }

  .rarity-image-wrapper {
    width: 50vw;
    height: 50vh;
  }

  .circular-image-wrapper {
    width: 20vw;
  }

  .mask {
    width: 80vw;
  }

  .huge-star-wrapper {
    width: 7.25vw;
    height: 7.25vw;
  }

  .roadmap-item {
    margin-top: 120px;
  }

  .roadmap-item.first {
    margin-top: 110px;
  }

  .roadmap-heading-container {
    margin-bottom: 4px;
  }

  .paragraph {
    font-size: 3.75vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 24px;
    font-size: 3.25vw;
  }

  .paragraph.for-404 {
    width: 80%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .roadmap-paragraph {
    padding-left: 35vw;
  }

  .roadmap-paragraph.for-template-page {
    min-height: 28vw;
  }

  .roadmap-ellipse-image {
    left: -30px;
    width: 35vw;
  }

  .team-member {
    margin-right: 8px;
    margin-left: 8px;
  }

  .team-member-image-wrapper {
    width: 60vw;
    height: 50vh;
  }

  .desktop-team-images-outer {
    display: none;
  }

  .mobile-team-image-outer {
    display: block;
    width: 100%;
    margin-top: 60px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .mobile-team-image-outer.inverted {
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .mobile-team-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-title {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .faq-container {
    width: 100%;
  }

  .faq-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.25vw;
    min-width: 3.25vw;
    margin-left: 32px;
  }

  .footer {
    padding-top: 130px;
  }

  .footer-links {
    margin-top: 100px;
    margin-bottom: 130px;
  }

  .footer-link-text {
    font-size: 10vw;
  }

  .to-hero-button-container.for-404 {
    width: 13vw;
    height: 13vw;
  }

  .footer-star-arrow-container.for-404 {
    width: 5vw;
    height: 5vw;
  }

  .footer-small-text {
    font-size: 3vw;
  }

  .credit {
    font-size: 2.1vw;
  }

  .style-guide-item {
    margin-bottom: 60px;
  }

  .text-field {
    width: 400px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 22px;
  }

  .submit-button {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .wide-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wide-container.for-main-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wide-container.for-slider {
    padding-left: 24px;
  }

  .hero-slider {
    width: 88vw;
    height: 60vw;
  }

  .slider-and-socials {
    top: -30px;
  }

  .infinite-words-container {
    margin-top: 30px;
  }

  .small-text {
    font-size: 42px;
  }

  .small-star-container {
    width: 20px;
    height: 20px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    width: 40px;
  }

  .navbar-link-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .hero-slider-container {
    position: relative;
    right: -24px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .menu-open-icon {
    width: 26px;
    height: 26px;
  }

  .menu-close-icon {
    width: 30px;
  }

  .menu-social {
    margin-right: 21px;
    margin-left: 21px;
  }

  .heading-2.info {
    font-size: 16vh;
  }

  .smaller-on-mobile {
    font-size: 7vh;
  }

  .section.for-slider-section {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .section.for-main-info {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section.for-team {
    padding-top: 70px;
  }

  .section.for-faq {
    padding-top: 0px;
  }

  .section.for-style-guide {
    padding-top: 20px;
  }

  .section.for-template-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .rarity-image-wrapper {
    height: 50vw;
  }

  .stars-container {
    margin-top: 24px;
    margin-left: 8px;
  }

  .rate-star {
    width: 40px;
    height: 40px;
  }

  .roadmap-item {
    margin-top: 100px;
  }

  .roadmap-item.first {
    margin-top: 90px;
  }

  .roadmap-ellipse-image {
    left: -24px;
  }

  .team-member-image-wrapper {
    height: 55vw;
  }

  .mobile-team-image-outer {
    margin-top: 40px;
  }

  .mobile-team-image-outer.inverted {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-links {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .footer-small-text {
    font-size: 3.25vw;
  }

  .credits {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .credit {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .wide-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wide-container.for-main-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wide-container.for-slider {
    padding-left: 16px;
  }

  .hero-slider {
    width: 85vw;
    height: 60vh;
  }

  .slider-and-socials {
    top: -24px;
  }

  .hero-socials {
    white-space: nowrap;
  }

  .social {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-social-text {
    font-size: 14px;
  }

  .infinite-words-container {
    margin-top: 26px;
  }

  .small-text {
    font-size: 36px;
  }

  .small-star-container {
    width: 16px;
    height: 16px;
  }

  .logo {
    width: 36px;
  }

  .navbar-link-text {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 54px;
  }

  .navbar-link-text.for-template-page {
    font-size: 16px;
  }

  .hero-slider-container {
    right: -16px;
  }

  .menu-social {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 10vw !important;
  }

  .heading-2.info {
    font-size: 18vw;
  }

  .heading-2.for-slider {
    font-size: 13vw;
  }

  .heading-2.black.desktop {
    display: none;
  }

  .heading-2.black.absolute {
    position: absolute;
  }

  .smaller-on-mobile {
    font-size: 8vw;
  }

  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.for-slider-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section.for-main-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.for-team {
    padding-bottom: 80px;
  }

  .section.for-style-guide {
    padding-bottom: 20px;
  }

  .section.for-template-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-text {
    font-size: 10vw;
  }

  .big-text-container {
    display: none;
  }

  .big-text-container.mobile {
    display: block;
  }

  .big-text-container.mobile.for-team {
    margin-top: 20px;
  }

  .paragraph-star-container {
    width: 7vw;
    min-width: 7vw;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }

  .slider-rarity-container {
    display: none;
  }

  .slide.for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }

  .rarity-image-wrapper {
    width: 80vw;
    height: 50vh;
  }

  .circular-image-wrapper {
    width: 30vw;
  }

  .huge-star-wrapper {
    width: 8.5vw;
    height: 8.5vw;
  }

  .roadmap-item {
    margin-top: 60px;
  }

  .roadmap-item.first {
    margin-top: 80px;
  }

  .roadmap-heading-container {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0vw;
  }

  .paragraph {
    font-size: 6.3vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 18px;
    font-size: 6.3vw;
  }

  .paragraph.for-404 {
    width: 100%;
  }

  .roadmap-paragraph {
    padding-left: 0vw;
  }

  .roadmap-paragraph.for-template-page {
    min-height: auto;
  }

  .roadmap-ellipse-image {
    display: none;
  }

  .roadmap-percentage-and-ellipse-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ellipse-mobile-image {
    position: relative;
    left: -16px;
    width: 50vw;
  }

  .team-member-image-wrapper {
    width: 75vw;
    height: 50vh;
  }

  .mobile-team-image-outer {
    margin-top: 50px;
  }

  .faq-title {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .faq.first {
    border-top-style: none;
  }

  .faq.last {
    border-bottom-style: none;
  }

  .faq-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-star {
    display: none;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-links {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .footer-link-text {
    font-size: 13vw;
  }

  .to-hero-button-container {
    display: none;
  }

  .to-hero-button-container.for-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22vw;
    height: 22vw;
  }

  .footer-star-arrow-container.for-404 {
    width: 9vw;
    height: 9vw;
  }

  .footer-small-link {
    margin-right: 7vw;
  }

  .footer-small-text {
    font-size: 4.2vw;
  }

  .credits {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .credit {
    font-size: 3.25vw;
  }

  .style-guide-item {
    margin-bottom: 40px;
  }

  .text-field {
    width: 100%;
  }
}

