:root {
  --white-70: rgba(255, 255, 255, .7);
  --white: white;
  --gold: #fbe5a2;
  --black-900: #1e1e1e;
  --black: black;
  --white-30: rgba(255, 255, 255, .3);
  --light-grey: #f5f5f5;
  --black-50: rgba(0, 0, 0, .5);
  --grey: #ccc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  letter-spacing: .01em;
  background-color: #1e1e1e;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

h2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Supreme, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: var(--white-70);
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

.navbar {
  z-index: 90;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 2em 3vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.home:hover {
  opacity: .7;
}

.image {
  display: inline-block;
}

.image.mouse-hover {
  height: 3em;
}

.nav-item {
  letter-spacing: .05em;
  background-color: #fff;
  border-radius: 2em;
  margin-left: .5em;
  padding: .8em 1.6em;
  font-size: 1em;
  font-weight: 600;
}

.nav-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.nav-item:active {
  transform: translate(0, 1px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
}

.nav-item:focus {
  opacity: .7;
}

.nav-item.w--current {
  color: #757575;
  display: none;
}

.nav-item.mouse-hover {
  font-weight: 500;
}

.nav-item.mouse-hover:hover {
  background-color: #fff;
}

.nav-button-animated {
  z-index: 900;
  background-color: rgba(0, 0, 0, 0);
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-width: 50%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-screen-menu-overlay {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 8em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-medium {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Supreme, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

.heading-medium.w--current {
  color: var(--white);
}

.heading-medium.join {
  color: var(--gold);
}

.heading-medium.join-section {
  color: var(--black-900);
  width: 50%;
  height: 100%;
}

.heading-medium.join-section:hover {
  opacity: 1;
}

.heading-medium.link:hover {
  opacity: .7;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: rgba(0, 0, 0, 0);
  width: 60px;
  height: 60px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-animated {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em 4em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.full-screen-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.full-screen-section.join {
  background-color: var(--white);
  color: var(--black-900);
  min-height: 60vh;
}

.full-screen-section.features {
  background-image: linear-gradient(180deg, #000, var(--black-900) 50%, var(--black) 103%);
  min-height: 100vh;
}

.footer {
  background-color: var(--black-900);
  padding: 2em;
}

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

.footer-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block {
  width: 50%;
  display: flex;
}

.footer-block.right {
  flex-flow: column;
  justify-content: flex-end;
}

.logo-flat {
  opacity: .7;
  margin-right: 1em;
}

.footer-link-wrap-short {
  border-left: 1px solid var(--white-30);
  white-space: nowrap;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.footer-link-wrap-short.border-top {
  border-left-style: none;
  border-left-width: 0;
}

.footer-link-centre {
  color: var(--white);
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.text-rights-short {
  color: var(--white-70);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.background-video {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .2));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.footer-link-social {
  opacity: .5;
  padding: 1em .5em;
}

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

.heading-large {
  font-size: 5em;
  line-height: 110%;
}

.text-outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.cta {
  background-color: var(--gold);
  color: var(--black-900);
  border-radius: 2.5em;
  padding: 1em 1.2em;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.cta:hover {
  background-color: var(--white);
}

.divider {
  background-color: var(--white-30);
  width: 8em;
  height: 1px;
  margin-left: 1.2em;
}

.logo-container {
  flex: 1;
}

.container-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding: 3em 2em;
  display: flex;
}

.form-container {
  width: 50%;
}

.form-block {
  background-color: var(--light-grey);
  border-radius: 12px;
  padding: 2em;
}

.heading-small {
  font-size: 1.2em;
  font-style: italic;
}

.form-label {
  color: var(--black-50);
}

.form-input {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 3em;
  margin-bottom: 1.2em;
  font-size: 1em;
  display: flex;
}

.form-input.checkbox {
  margin-bottom: .5em;
}

.submit-button {
  background-color: var(--black-900);
  border-radius: 2.5em;
  padding: 1em 1.5em;
  font-style: italic;
  font-weight: 700;
}

.submit-button:hover {
  color: var(--gold);
}

.textarea {
  border-radius: 4px;
  min-height: 8em;
  margin-bottom: 2em;
  font-size: .8em;
}

.checkbox-label {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: -2em;
  padding-left: 2em;
  display: flex;
}

.checkbox-2 {
  margin-left: -.8em;
}

.content-block {
  align-self: center;
  width: 35%;
}

.content-block.right {
  text-align: right;
}

.paragraph {
  color: var(--white-70);
}

.mockup {
  width: 30%;
  position: relative;
}

.mockup-image {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.mockup-image.logo {
  width: 40%;
}

.google-play-button {
  height: 125px;
}

.google-play-button.menu {
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: center;
  font-family: Supreme, sans-serif;
}

.cta-buttons {
  z-index: 50;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
  position: relative;
}

.video-desktop {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.text-block-2 {
  color: #da0f0f;
  font-size: 15px;
}

.policy {
  color: var(--white-30);
}

.policy:hover {
  color: var(--white);
}

.terms {
  color: var(--white-30);
}

.terms:hover {
  color: var(--white);
}

.inline-divider {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .home {
    margin-left: 1vw;
  }

  .footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-rights-short {
    text-align: center;
    flex: 1;
  }

  .content-block {
    width: 30%;
  }

  .mockup {
    width: 40%;
  }

  .cta-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home {
    margin-left: -1vw;
  }

  .nav-menu {
    min-width: 100%;
  }

  .full-screen-menu-overlay {
    background-color: #000;
  }

  .heading-medium {
    font-size: 2em;
  }

  .heading-medium.join-section {
    width: 100%;
  }

  .navbar-animated {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .footer-link-wrap-short {
    border-top: 1px solid var(--white-30);
    border-left-width: 0;
    margin-right: 0;
    padding-top: 1em;
  }

  .footer-link-wrap-short.border-top.menu {
    border-top-width: 0;
  }

  .text-rights-short {
    text-align: center;
  }

  .background-video {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading-large {
    font-size: 3.5em;
  }

  .body {
    font-size: 16px;
  }

  .cta {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.2em;
  }

  .container-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .form-container {
    width: 100%;
  }

  .content-block {
    align-self: flex-start;
    width: 60%;
  }

  .content-block.right {
    text-align: left;
  }

  .mockup {
    align-self: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .home {
    margin-top: .4em;
    margin-left: -4vw;
  }

  .image.mouse-hover {
    height: 2.2em;
  }

  .nav-item.mouse-hover {
    margin-left: .2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .full-screen-menu-overlay {
    padding-top: 4em;
    padding-left: 1em;
  }

  .footer-link-wrap-short.border-top {
    flex-flow: row;
  }

  .background-video {
    background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .15));
  }

  .content-block {
    width: 100%;
  }

  .mockup {
    width: 100%;
    height: 85vh;
  }

  .google-play-button {
    height: 75px;
  }

  .app-store-button {
    height: 60px;
  }
}


@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Bold.woff2') format('woff2'), url('../fonts/Supreme-Bold.eot') format('embedded-opentype'), url('../fonts/Supreme-Bold.woff') format('woff'), url('../fonts/Supreme-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-BoldItalic.woff2') format('woff2'), url('../fonts/Supreme-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Supreme-BoldItalic.woff') format('woff'), url('../fonts/Supreme-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}