@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;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #000;
  font-family: Bankgothic Md Bt, 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;
}

.matrix-section_tip {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  inset: 0%;
}

.matrix-animation_component {
  position: absolute;
  inset: 0%;
}

.matrix-bottom-fade {
  z-index: 10;
  background-image: linear-gradient(#fff0, #000);
  height: 35px;
  position: absolute;
  inset: auto 0% 0%;
}

.matrix-top-fade {
  z-index: 10;
  background-image: linear-gradient(#000, #fff0);
  height: 35px;
  position: absolute;
  inset: 0% 0% auto;
}

.matrix-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100svh;
  display: grid;
}

.matrix-global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overlay {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.container {
  z-index: 12;
  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-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;
}

.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%;
}

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

.code-embed {
  width: 100%;
  height: 100%;
}

.logo-icon-block {
  max-width: 360px;
  height: 360px;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.highlight-link {
  color: #ae8875;
}

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

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

.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%;
}

.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%;
}

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

.text {
  color: #ae8875;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#6f5439, #ae8875);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  bottom: -10px;
}

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

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

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

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

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

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

.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;
}

.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-top {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.text-wrapper {
  z-index: 120;
  cursor: pointer;
  width: 500px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.info-container {
  z-index: 100;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

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

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

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

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

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

.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: flex;
  position: relative;
}

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

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

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

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

.cta-wrapper {
  cursor: pointer;
}

.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;
}

.c-waitlist-curtain {
  width: 100%;
  height: 100%;
  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;
}

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

.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%;
}

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

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

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

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

.code-embed-2 {
  width: 100%;
  height: 100%;
}

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

  .content {
    height: 100%;
  }

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

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

  .container-top {
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .matrix-section_tip {
    align-items: center;
    overflow: auto;
  }

  .matrix-main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

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

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

  .footer-information {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .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) {
  .matrix-section_tip {
    overflow: visible;
  }

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

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

  .logo-icon-block {
    height: 300px;
  }

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

  .text {
    font-size: 30px;
    bottom: -25px;
  }

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

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

  .footer-information {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .container-top {
    height: 60%;
  }

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

  .text-wrapper {
    width: 100%;
  }

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

  .info-container {
    min-width: 100%;
  }

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

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

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

  .waitlist-button {
    width: 100%;
  }

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

#w-node-a315d796-80d2-94ab-72b0-8b01073aed08-073aecee, #w-node-a315d796-80d2-94ab-72b0-8b01073aed0a-073aecee, #w-node-a315d796-80d2-94ab-72b0-8b01073aed0c-073aecee, #w-node-a315d796-80d2-94ab-72b0-8b01073aed0e-073aecee {
  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;
}