body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

.section {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.section.is--bg {
  background-image: url('../images/bg.jpg');
  background-position: 50% 30%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.container.is--grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.is--set-height {
  height: 69em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  position: relative;
  z-index: 1;
}

.field-label {
  display: none;
}

.submit-button {
  background-color: transparent;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  text-align: center;
}

.text-field:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.41);
}

.error-message {
  position: absolute;
  bottom: -5em;
  width: 100%;
  background-color: #202020;
  color: #fff;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.footer__row.is--top {
  width: 100%;
  padding-top: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.is--small {
  font-size: 0.8em;
  text-align: center;
}

.footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.footer__column.is--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  background-color: #fff;
  color: #000;
}

.button.is--social {
  height: 2.5em;
  padding-right: 0em;
  padding-left: 0em;
  border-radius: 0em;
  background-color: transparent;
}

.button.is--social.is--discord {
  height: 2.9em;
  margin-bottom: -0.4em;
}

.is--social {
  height: 100%;
}

.preloader {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.logo {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25em;
  margin-bottom: 20em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is--bg {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 40em;
  margin-top: 5em;
  background-image: url('../images/bg.webp');
  background-position: 50% 60%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50em;
  height: 30em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/Thumbnail4.webp');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0.8em;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  padding: 1.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fa183d;
  -webkit-transition: padding-top 400ms ease, padding-bottom 400ms ease, padding-right 400ms ease, opacity 200ms ease, padding-left 400ms ease, background-color 200ms ease;
  transition: padding-top 400ms ease, padding-bottom 400ms ease, padding-right 400ms ease, opacity 200ms ease, padding-left 400ms ease, background-color 200ms ease;
}

.play-button:hover {
  padding: 1.7em;
  background-color: #dd1233;
}

.play-icon {
  width: 1em;
}

.play-button-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  background-color: rgba(245, 20, 67, 0.5);
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
}

.header__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 2em;
}

.header__row.is--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.play-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.is--larger {
  font-family: Oswald, sans-serif;
  font-size: 1.25em;
}

.is--larger.is-hidden {
  display: none;
}

.is--height {
  height: 68px;
}

.storefronts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 19.3px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .footer__row.is--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.5vw;
  }

  .logo {
    margin-bottom: 30em;
  }

  .is--bg {
    background-position: 50% 20%;
    background-size: contain;
  }

  .game__logo {
    width: 15em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .container.is--grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.is--set-height {
    height: 45em;
  }

  .footer__row.is--bottom {
    height: 5em;
  }

  .logo {
    margin-bottom: 10em;
  }

  .is--bg {
    background-position: 50% 5%;
  }

  .lightbox-link {
    height: 20em;
  }

  .developer__logo {
    width: 15em;
  }

  .is--height {
    height: 100%;
  }
}

