body {
  color: #b2b2b2;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.top-bar {
  z-index: 99;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  position: sticky;
  top: 0;
}

.top-bar_text {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.top-bar-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 1920px;
  display: flex;
  -webkit-mask-image: linear-gradient(270deg, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(270deg, #0000 0%, #000 3% 97%, #0000 100%);
}

.hero-section {
  margin-bottom: 150px;
  padding-top: 28px;
}

.hero-container {
  width: 100%;
  max-width: 519px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-brand {
  height: 39px;
}

.hero-video {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 354px;
  max-height: 354px;
  display: none;
}

.hero-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.hero-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 900;
  line-height: .8;
}

.hero-bottom {
  font-size: 30px;
  font-weight: 500;
}

.hero-p {
  text-align: center;
  text-transform: uppercase;
  max-width: 36.3ch;
  margin-top: 14px;
  margin-bottom: 42px;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 20px 34px;
  font-size: 20px;
  font-weight: 900;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

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

.container {
  width: 100%;
  max-width: 519px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header.t-c {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.faq-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.faq-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.faq-title {
  color: #fff;
  text-transform: none;
  font-size: 21px;
  font-weight: 900;
}

.faq-disclaimer {
  color: #646464;
  font-size: 12px;
}

.spot-section {
  display: none;
}

.wmie-tag {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wmie-tag:hover {
  color: #fff;
}

.wmie-tag-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.tag-section {
  flex-flow: row;
  justify-content: center;
  padding-bottom: 33px;
  display: flex;
}

.join-overlay {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.modal-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  padding: 20px 14px;
  display: flex;
}

.modal-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: 290px;
  font-size: 20px;
  font-weight: 900;
}

.cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-info {
  text-transform: uppercase;
  font-weight: 300;
}

.wmie-tag-text-disclaimer {
  font-size: 12px;
}

.hero-video-wrapper {
  width: 354px;
  height: 354px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.social-section {
  flex-flow: row;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.social-link {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .hero-section {
    position: relative;
  }

  .hero-video {
    max-width: 82.7103vw;
  }

  .hero-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1 {
    font-size: 10.514vw;
  }

  .hero-bottom {
    font-size: 7.00935vw;
  }

  .hero-p {
    max-width: none;
    font-size: 3.27103vw;
  }

  .hero-content, .button {
    width: 100%;
  }

  .hero-smoke {
    z-index: -10;
    object-fit: contain;
    position: absolute;
    inset: 0%;
  }

  .wmie-tag:hover {
    color: #fff;
  }

  .tag-section, .social-section {
    margin-top: 94px;
    padding-bottom: 33px;
  }
}


