/* Hacks and Mixins */
/* Variables */
/* Styles */
html {
  font-family: -apple-system, "helvetica-neue", helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 2em;
  color: #fff;
  background: #000;
}
html #globalfooter {
  background: #000 !important;
}

.wrap {
  width: 80vw;
  margin: 0 auto;
}

a {
  color: #ce6cff;
}

#header {
  background: #020206 url(img/earlyaccess_header.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  height: 105vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #header {
    background-image: url("img/earlyaccess_header@2x.jpg");
    background-size: 100% auto;
  }
}
@media only screen and (max-width : 700px) {
  #header {
    text-align: center;
    height: 120vw;
  }
}
#header h1, #header p {
  display: none;
}
#header img {
  margin-bottom: 40px;
  max-width: 394px;
  width: 100%;
  height: auto;
}

#body {
  background: #101321 url(img/content_bg.jpg) no-repeat 50% 0;
  background-size: 100% 100%;
  padding-top: 40px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #body {
    background-image: url("img/content_bg@2x.jpg");
    background-size: 100% 100%;
  }
}
#body .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width : 700px) {
  #body .wrap {
    flex-direction: column-reverse;
  }
}
#body .wrap #content {
  width: 50%;
}
@media only screen and (max-width : 700px) {
  #body .wrap #content {
    width: 100%;
  }
}
#body .wrap #content button {
  border: 0;
  background: 0;
}
#body .wrap #content hr {
  margin-bottom: 1em;
  background: #1C2443;
  height: 4px;
  border-radius: 10px;
  border: 0;
}
#body .wrap #content h2 {
  font-family: urbane,  helvetica neue , helvetica, arial, sans-serif;
  font-size: 1.4em;
  margin-bottom: 0.7em;
}
#body .wrap #content h3 {
  font-family: urbane,  helvetica neue , helvetica, arial, sans-serif;
  font-size: 1.2em;
  color: rgb(255, 167, 114);
  color: color(display-p3 1 0.655 0.447);
  font-weight: 600;
  margin-bottom: 0.5em;
}
#body .wrap #content p {
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #A5AFDA;
  font-weight: 300;
}
#body .wrap #content p strong {
  color: #fff;
  font-weight: 500;
}
#body .wrap #content ul {
  background: #1C2443;
  padding: 20px 20px 1px 20px;
  font-weight: 300;
  margin-bottom: 40px;
  border-radius: 12px;
}
#body .wrap #content ul li {
  margin-bottom: 20px;
  line-height: 1.3em;
  background-image: url(img/list_unchecked.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #body .wrap #content ul li {
    background-image: url("img/list_unchecked@2x.png");
    background-size: 25px 25px;
  }
}
#body .wrap #content ul li.complete {
  background-image: url(img/list_checked.png);
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #body .wrap #content ul li.complete {
    background-image: url("img/list_checked@2x.png");
    background-size: 25px 25px;
  }
}
#body .wrap #download {
  width: 45%;
}
@media only screen and (max-width : 700px) {
  #body .wrap #download {
    width: 100%;
  }
}
#body .wrap #download .button {
  margin-bottom: 1.5em;
  max-width: 425px;
  width: 100%;
  height: auto;
}
#body .wrap #download .button img {
  width: 100%;
  max-width: 425px;
  height: auto;
}
#body .wrap #download .masto {
  max-width: 385px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  color: #A5AFDA;
  text-align: left;
  display: block;
  background: #1C2443;
  padding: 10px 20px;
  border-radius: 10px;
}
#body .wrap #download .phone {
  margin-bottom: 40px;
  margin-right: 20px;
  height: auto;
  width: 90%;
}

/*# sourceMappingURL=stylesheet.css.map */
