@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

body {
  margin: 0; }

[hidden] {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

code {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h6, h5, h4, h1, p {
  margin: 0;
  padding: 0; }

.gold {
  color: #d19865;
  fill: currentColor; }

.black {
  color: #161515;
  fill: currentColor; }

.white {
  color: #d1d3d4;
  fill: currentColor; }

@font-face {
  font-family: 'vintage-deco';
  src: url("/assets/fonts/vintage_deco_bold.woff2") format("woff2"), url("/assets/fonts/vintage_deco_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'vintage-deco';
  src: url("/assets/fonts/vintage_deco_demi.woff2") format("woff2"), url("/assets/fonts/vintage_deco_demi.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'vintage-deco';
  src: url("/assets/fonts/vintage_deco_light.woff2") format("woff2"), url("/assets/fonts/vintage_deco_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'vintage-deco';
  src: url("/assets/fonts/vintage_deco_medium.woff2") format("woff2"), url("/assets/fonts/vintage_deco_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'vintage-deco';
  src: url("/assets/fonts/vintage_deco.woff2") format("woff2"), url("/assets/fonts/vintage_deco.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 62.5%; }

p {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 1.6rem; }

h6 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 1.92rem; }

h5 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 2.304rem; }

h4 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 2.7648rem; }

h1 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 4.77757rem; }

@media only screen and (max-device-width: 767px) {
  p {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1.06667rem; }
  h6 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1.28rem; }
  h5 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1.536rem; }
  h4 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1.8432rem; }
  h1 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 3.18505rem; } }

.accent-font {
  font-family: "Vintage-Deco", helvetica, arial, sans-serif; }

.bold {
  font-weight: bold; }

.body-text {
  line-height: 1.5; }

.spaced-text {
  line-height: 1.25; }

.caps {
  text-transform: uppercase; }

.center {
  text-align: center; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-button {
  width: 0;
  height: 0; }

::-webkit-scrollbar-corner {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #d19865;
  border: 0;
  border-radius: 10px !important;
  width: 10px; }

::-webkit-scrollbar-track {
  background: #080416;
  border: none;
  border-radius: 0 !important; }

.nav-item a {
  color: #d1d3d4;
  font: bold 1.4rem "Vintage-Deco", helvetica, arial, sans-serif;
  margin-right: 30px;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out; }
  .nav-item a:hover {
    color: #d19865;
    transition: color 0.3s ease-in-out; }

#footer-content a {
  color: #d1d3d4;
  font: bold 1.4rem "Vintage-Deco", helvetica, arial, sans-serif;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out; }
  #footer-content a:hover {
    color: #d19865;
    transition: color 0.3s ease-in-out; }
  #footer-content a svg {
    height: 30px;
    width: 30px;
    margin: 0 15px 0 15px;
    fill: rgba(209, 211, 212, 0.5);
    transition: fill 0.3s ease-in-out; }
  #footer-content a:hover svg {
    fill: #d19865;
    transition: fill 0.3s ease-in-out; }


input {
  color: #d19865;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(/assets/img/input_bg.png) center center no-repeat;
  background-size: auto, auto;
  border: 0;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  width: 380px;
  height: 60px;
  text-align: center; }
  input:focus {
    outline: none; }

@media only screen and (max-device-width: 767px) {
  input {
    width: 200px;
    height: 30px;
    background-size: 100%;
    font-size: 1.06667rem; }
  #footer-content button {
    background-color: #d19865;
    color: #211444;
    border: none;
    font: bold 1.06667rem "Vintage-Deco", helvetica, arial, sans-serif;
    height: 30px;
    -webkit-mask-image: url("/assets/img/button_bg_mask.svg");
            mask-image: url("/assets/img/button_bg_mask.svg");
    -webkit-mask-size: auto 30px;
            mask-size: auto 30px;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    padding: 0 20px; }
    #footer-content button:hover {
      background-color: #d19865;
      color: #d1d3d4; } }

button {
  background-color: #d19865;
  color: #211444;
  border: none;
  font: bold 16px "Vintage-Deco", helvetica, arial, sans-serif;
  height: 60px;
  -webkit-mask-image: url("/assets/img/button_bg_mask.svg");
          mask-image: url("/assets/img/button_bg_mask.svg");
  -webkit-mask-size: auto 60px;
          mask-size: auto 60px;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  padding: 0 20px; }
  button:hover {
    background-color: #d19865;
    color: #d1d3d4; }

button.icon {
  background-color: #d1d3d4;
  -webkit-mask-image: url("/assets/img/icon_hamburger.svg");
          mask-image: url("/assets/img/icon_hamburger.svg");
  -webkit-mask-size: 35px 30px;
          mask-size: 35px 30px;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  width: 35px;
  height: 30px; }
  button.icon:hover {
    background-color: #d19865; }

#splash-container {
  background-image: url("/assets/img/splash_bg_bottom.svg"), linear-gradient(0deg, #4848b7 0%, #211444 100%);
  background-position: center bottom, top center;
  background-repeat: no-repeat;
  background-size: auto, auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

#splash-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 110px;
  width: 100%;
  text-align: center; }
  #splash-content .hero {
    width: 35%;
    height: auto; }

.down-arrow {
  background-color: #d1d3d4;
  -webkit-mask-image: url("/assets/img/arrow.svg");
          mask-image: url("/assets/img/arrow.svg");
  -webkit-mask-size: 40px 80px;
          mask-size: 40px 80px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  height: 80px;
  width: 80px;
  -webkit-animation-name: down-arrow-anim;
          animation-name: down-arrow-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-timing-fuction: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal; }

.section-container {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 250px; }

.section-content-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  width: 50%; }

.section-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-bottom: 75px; }
  .section-group img.about {
    width: 100%;
    height: 56.25%;
    -webkit-mask-image: url("/assets/img/about_image_mask.svg");
            mask-image: url("/assets/img/about_image_mask.svg");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center; }

.section-group-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }

#roadmap-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%; }

#roadmap-current-items-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px; }

.roadmap-section-items-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px; }

.roadmap-current-item {
  position: relative;
  background-color: #d1d3d4;
  width: 100%;
  margin-bottom: 75px; }

.roadmap-current-item-sectitle--live {
  background-color: #00a14b;
  position: absolute;
  top: -40px;
  left: 20px;
  height: 40px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.roadmap-current-item-sectitle--dev {
  background-color: #ffd400;
  position: absolute;
  top: -40px;
  left: 20px;
  height: 40px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.roadmap-current-item-title {
  background-color: #434352;
  width: 560px;
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3); }

.roadmap-section-item {
  position: relative;
  background-color: #d1d3d4;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px; }

.roadmap-section-item-title {
  background-color: #434352;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3); }

.faq-end {
  background-image: url("/assets/img/bottom_clouds.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto, auto;
  margin-bottom: 0 !important;
  padding-bottom: 250px !important; }

#footer-container {
  background-color: #080416;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 0; }

#footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center; }

@keyframes down-arrow-anim {
  0% {
    opacity: 0; }
  10% {
    opacity: 100; }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@media (max-width: 767px) {
  #splash-container {
    background-size: 100%, auto; }
  #splash-content {
    width: 70%; }
    #splash-content .hero {
      width: 100%; }
  .section-container {
    width: 100%; }
  .section-group {
    width: 80%; }
  #roadmap-container {
    width: 80%; }
  #roadmap-current-items-container {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .roadmap-section-items-container {
    grid-template-columns: 1fr;
    grid-column-gap: 20px; }
  .section-content-2col {
    grid-template-columns: 1fr;
    width: 80%; }
  .faq-end {
    background-size: 250%, auto; } }


.flx-dp-f {
  display: flex; }

.flx-ai-c {
  align-items: center; }

.pdg-20 {
  padding: 20px; }

.mgn-top-40 {
  margin-top: 40px; }

.mgn-btm-10 {
  margin-bottom: 10px; }

.mgn-btm-20 {
  margin-bottom: 20px; }

.mgn-btm-40 {
  margin-bottom: 40px; }

.mgn-btm-100 {
  margin-bottom: 100px; }

.bold {
  font-weight: bold; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

body {
  background-color: #181144; }
