body {
  background-color: #000;
  font-family: forma-djr-text, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: big-caslon-fb, sans-serif;
  font-size: 82px;
  line-height: 92px;
  font-weight: 800;
}

a {
  color: #fff;
  text-decoration: none;
}

.section {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 118px 24px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.section._1 {
  color: #fff;
}

.section._2 {
  color: #fff;
}

.section.faq-section {
  padding-bottom: 24px;
}

.section.roadmap-section {
  padding-right: 0px;
  padding-left: 0px;
}

.c-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-container.small-container {
  max-width: 940px;
}

.c-container.faq-container {
  overflow: auto;
  max-width: 640px;
  justify-content: flex-start;
}

.c-container.roadmap-c-container {
  max-width: 100vw;
  align-items: flex-start;
}

.hero-lead {
  max-width: 680px;
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 18px;
  line-height: 30px;
}

.hero-lead.big-hero-lead {
  max-width: 740px;
}

.hero-lead.community-lead {
  max-width: 720px;
}

.navigation-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 6;
  display: flex;
  padding-top: 18px;
  padding-right: 18px;
  padding-left: 18px;
  justify-content: space-between;
  align-items: flex-start;
}

.main {
  overflow: auto;
  height: 100vh;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-background {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-overlay.light-overlay {
  background-color: rgba(0, 0, 0, 0.55);
}

.button {
  padding: 12px 32px;
  background-color: transparent;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.button.discord-button {
  display: flex;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-left: 24px;
  align-items: center;
  border-radius: 100px;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.82) 20%, rgba(34, 34, 34, 0.92) 80%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2.5px;
}

.logo {
  height: 18px;
  margin-top: 32px;
}

.bottom-scroll-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: flex;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.roadmap-container {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-top: 32px;
  align-items: stretch;
}

.single-roadmap-step {
  display: flex;
  min-width: 340px;
  margin-right: 24px;
  margin-left: 0px;
  padding: 24px;
  flex-direction: column;
  flex: 1;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.12);
  box-shadow: inset 0 -1px 1px 0 hsla(0, 0%, 100%, 0.24), inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: big-caslon-fb, sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
}

.single-roadmap-step.longer-step {
  min-width: 410px;
}

.roadmap-step {
  margin-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
}

.roadmap-text {
  margin-top: 12px;
  font-family: forma-djr-text, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 16px;
  line-height: 24px;
}

.roadmap-seperator {
  width: 64px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
}

.label-headline {
  display: none;
  margin-bottom: 8px;
  color: #4f85ff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-heading {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.faq-icon {
  width: 24px;
  transition: all 120ms ease;
}

.faq-block {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  cursor: pointer;
}

.faq-block.last-one {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.faq-heading-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.faq-text {
  display: none;
  margin-top: 24px;
  transition: all 120ms ease;
  font-family: forma-djr-text, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.faq-block-container {
  overflow: auto;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 24px;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 -1px 1px 0 hsla(0, 0%, 100%, 0.12), 0 1px 1px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: all 120ms ease;
}

.faq-contact {
  color: hsla(0, 0%, 100%, 0.68);
}

.border-image {
  opacity: 0.48;
}

.hero-heading {
  max-width: 580px;
}

.hero-heading.faq-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}

.supercars {
  display: block;
  font-size: 124px;
  line-height: 124px;
}

.italic {
  font-style: italic;
  text-transform: capitalize;
}

.vertical-line {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  padding: 24px 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-link {
  width: 36px;
}

.arrow-down {
  width: 28px;
  margin-top: 2px;
}

.scroll-down-container {
  margin-top: -8px;
}

.roadmap-heading {
  width: 100%;
  text-align: center;
}

.roadmap-steps-container {
  display: flex;
  overflow: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.discord-logo {
  width: 36px;
  margin-right: 12px;
}

.loader-container-black {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  overflow: hidden;
  height: 100dvh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loader-img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
    line-height: 84px;
  }

  .c-container.roadmap-c-container {
    align-items: flex-start;
  }

  .navigation-container {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .video-background.community-video {
    display: none;
  }

  .video-container.community-video-container {
    background-image: url("../images/community-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }

  .video-overlay.hero-overlay {
    background-color: transparent;
  }

  .bottom-scroll-container {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .roadmap-container {
    overflow: scroll;
    width: 100vw;
    margin-top: 12px;
    padding-left: 24px;
  }

  .single-roadmap-step {
    width: 290px;
    flex: 0 0 auto;
  }

  .border-image {
    width: 24px;
  }

  .supercars {
    font-size: 124px;
    line-height: 130px;
  }

  .scroll-down-container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 92px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 28px;
  }

  .logo {
    height: 16px;
    margin-top: 24px;
  }

  .faq-heading {
    font-size: 20px;
  }

  .supercars {
    font-size: 92px;
    line-height: 108px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .supercars {
    font-size: 84px;
    line-height: 92px;
  }
}
