@font-face {
  font-family: Bankgothic Md Bt;
  src: url('../fonts/BankGothic-Md-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-color: #000;
  font-family: Bankgothic Md Bt, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  position: absolute;
  inset: 0%;
}

.c-waitlist {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.privacy-policy-bottom {
  position: relative;
}

.footer-information {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.waitlist-divider {
  background-image: linear-gradient(0deg, #0f0f0f, #ae8875 50%, #0f0f0f);
  width: 3px;
}

._w-waitlist {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.privacy-policy-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.privacy-policy-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.privacy-policy-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-text {
  color: #fff;
  text-transform: uppercase;
}

.icon-104x104 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 104px;
  min-width: 104px;
  max-width: 104px;
  height: 104px;
  min-height: 104px;
  max-height: 104px;
  display: flex;
}

.icon-104x104.margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}

.container {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.waitlist-exit {
  cursor: pointer;
  border: 3px solid #ae8875;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.waitlist-exit.add-scroll {
  z-index: 10;
}

.success-message {
  background-color: #ddd0;
  background-image: linear-gradient(#000, #fff0);
}

.cta-button {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(#ae88754d, #6f5439);
  border: 2.5px solid #ae8875;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
  position: relative;
}

.c-privacy-policy-content {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  position: absolute;
}

.waitlist-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.waitlist-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waitlist-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._w-privacy-policy {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-waitlist-content {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  position: absolute;
}

.circle-scroll-link-outline {
  border: 1px dashed #eff9fc1a;
  border-radius: 100%;
  width: 200%;
  height: 200%;
  display: flex;
  position: absolute;
}

.circle-scroll-link-outline._03 {
  border-color: #ae887533;
  border-radius: 22%;
  width: 140%;
  height: 140%;
}

.circle-scroll-link-outline._01 {
  background-color: #000000bf;
  border-color: #ae8875;
  border-radius: 22%;
}

.circle-scroll-link-outline._02 {
  border-color: #ae887599;
  border-radius: 22%;
  width: 170%;
  height: 170%;
}

.footer-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.footer-button:hover {
  color: #ded3c5;
  text-decoration: underline;
}

.main-logo-wrapper {
  width: 300px;
  height: 75px;
  margin-bottom: 30px;
}

.waitlist-button {
  color: #ae8875;
  background-color: #3898ec00;
  width: 200px;
  height: 40px;
  transition: opacity .2s;
}

.waitlist-button:hover {
  opacity: .4;
}

.c-privacy-policy-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.waitlist-logo-wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.waitlist-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #0000;
  height: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 14px;
}

.waitlist-field:focus {
  border-color: #0000;
}

.waitlist-field::placeholder {
  color: #fff3;
}

.bottom-divider {
  background-image: linear-gradient(90deg, #0f0f0f00, #ae8875 50%, #0f0f0f00);
  height: 3px;
}

.privacy-policy-wrapper {
  height: 350px;
  position: relative;
  overflow: auto;
}

.privacy-policy-exit {
  cursor: pointer;
  border: 3px solid #ae8875;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.privacy-policy-exit.add-scroll {
  z-index: 10;
}

.privacy-policy {
  text-align: left;
  margin-top: 40px;
  margin-right: 10px;
  position: absolute;
  inset: 0%;
}

.privacy-policy p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 130%;
}

.privacy-policy h4 {
  color: #ae8875;
  text-transform: uppercase;
  line-height: 130%;
}

.paragraph {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 130%;
}

.page-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: relative;
}

.container-divider {
  background-image: linear-gradient(90deg, #0000, #ae8875 50%, #0000);
  height: 3px;
}

.privacy-policy-container.component {
  margin-bottom: 0;
}

.addition-information-wrapper {
  height: 40px;
  margin-top: 10px;
  display: flex;
}

.privacy-policy-top {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.exit-icon {
  width: 18px;
  height: 18px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 130%;
}

.heading {
  color: #ae8875;
  text-align: center;
  margin-top: 10px;
}

.background-video {
  opacity: .2;
  height: 100%;
}

.c-privacy-policy {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.highlight-link {
  color: #ae8875;
}

.waitlist-field-wrapper {
  display: flex;
}

.social-link-block {
  width: 35px;
  height: 30px;
  margin-right: 5px;
  transition: all .2s;
}

.social-link-block:hover {
  filter: brightness(150%);
}

.circle-cta-button {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #eff9fc1a;
  border-radius: 22%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-cta-text-wrapper {
  width: 100%;
  max-width: 155px;
}

.bottom {
  z-index: 5;
  background-image: linear-gradient(#fff0, #121212);
  height: 45px;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  height: 100%;
}

.c-waitlist-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top {
  z-index: 5;
  background-image: linear-gradient(#121212 15%, #fff0);
  height: 45px;
  display: block;
  position: absolute;
  inset: -.5% 0% auto;
}

.circle-call-to-action-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
}

.footer-socials {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-top {
  margin-bottom: 20px;
}

.icon-85x85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  height: 85px;
  min-height: 85px;
  max-height: 85px;
  display: flex;
}

.icon-85x85.margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.circle-cta-text {
  z-index: 25;
  color: #ae8875;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.social-media-icon {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .content {
    height: 100%;
  }

  .container {
    justify-content: space-around;
    height: 100%;
  }

  .cta-button {
    background-image: linear-gradient(#ae88754d, #000);
    display: flex;
  }

  .container-bottom {
    padding-bottom: 20px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .page-content {
    min-height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    inset: 0%;
  }

  .circle-cta-button {
    z-index: 40;
  }

  .circle-call-to-action-wrapper {
    margin-top: 0;
    display: none;
  }

  .container-top {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-information {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .c-privacy-policy-content, .c-waitlist-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-bottom {
    padding-bottom: 20px;
  }

  .addition-information-wrapper {
    flex-flow: column;
    height: auto;
  }

  .footer-socials {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer-information {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .waitlist-divider {
    background-image: linear-gradient(270deg, #0f0f0f00, #ae8875 50%, #0f0f0f00);
    width: 80%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-privacy-policy-content, .c-waitlist-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-button {
    font-size: 12px;
  }

  .main-logo-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .waitlist-button {
    width: 100%;
  }

  .waitlist-field {
    text-align: center;
    padding-left: 0;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .addition-information-wrapper {
    flex-flow: column;
    height: auto;
  }

  .text-block {
    font-size: 11px;
  }

  .waitlist-field-wrapper {
    flex-flow: column;
  }

  .social-link-block {
    margin-right: 0;
  }

  .circle-cta-button {
    width: 150px;
    height: 150px;
  }

  .circle-cta-text-wrapper {
    max-width: 125px;
  }

  .footer-socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .circle-cta-text {
    font-size: 14px;
  }
}

#w-node-_421b5349-acb5-36e3-2aa0-11782ecd4a07-2ecd49e8, #w-node-_421b5349-acb5-36e3-2aa0-11782ecd4a09-2ecd49e8, #w-node-_421b5349-acb5-36e3-2aa0-11782ecd4a0b-2ecd49e8, #w-node-_421b5349-acb5-36e3-2aa0-11782ecd4a0d-2ecd49e8, #w-node-_421b5349-acb5-36e3-2aa0-11782ecd4a0f-2ecd49e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bankgothic Md Bt';
  src: url('../fonts/BankGothic-Md-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}