/* Primary */
@font-face {
  font-family: "Alegreya";
  src: local("Alegreya"), url("fonts/Alegreya-Medium.woff") format("woff2"), url("fonts/Alegreya-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Alegreya";
  src: local("Alegreya"), url("fonts/Alegreya-Bold.woff") format("woff2"), url("fonts/Alegreya-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* Secondary */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("fonts/Montserrat-Regular.woff") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Default */
/* Icons */
@font-face {
  font-family: "icons";
  src: local("icons"), url("fonts/icons.woff") format("woff2"), url("fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

/* === Mixins === */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  padding: 0;
  list-style: none; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

::-moz-selection {
  background: #cabd8f;
  color: #fff; }

::selection {
  background: #cabd8f;
  color: #fff; }

::-moz-selection {
  background: #cabd8f;
  color: #fff; }

html {
  font-size: 10px; }
  @media (max-height: 900px) and (min-height: 800px) and (min-aspect-ratio: 4 / 3) {
    html {
      font-size: calc(3vh - 17px); } }
  @media (max-width: 1700px) and (min-width: 1000px) and (max-aspect-ratio: 4 / 3) {
    html {
      font-size: calc(0.42857vw + 2.71429px); } }
  @media (max-height: 800px) and (min-aspect-ratio: 4 / 3), (max-width: 1000px) and (max-aspect-ratio: 4 / 3) {
    html {
      font-size: 7px; } }
  @media only screen and (max-width: 479px) {
    html {
      font-size: 9px; } }

body {
  font-family: "Alegreya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000;
  overflow-y: scroll; }

.l-main {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden; }
  .l-main__bg {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    bottom: auto;
    overflow: hidden;
    z-index: -1; }
    .l-main__bg:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 50%, #000 110%); }
    @media only screen and (max-width: 849px) {
      .l-main__bg {
        height: 60rem; } }
  .l-main__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .l-main__wrap {
        height: 0; } }
  .l-main__content {
    display: flex;
    flex-grow: 1;
    padding: 5rem; }
    @media only screen and (max-width: 849px) {
      .l-main__content {
        flex-direction: column;
        padding: 5rem 2rem; } }
  .l-main__features {
    flex-basis: 100%; }
    @media only screen and (max-width: 849px) {
      .l-main__features {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem; } }
  .l-main__home {
    display: flex;
    flex-direction: column;
    flex-basis: 100%; }
    @media only screen and (max-width: 849px) {
      .l-main__home {
        height: 55rem;
        order: -1;
        flex-shrink: 0; } }
  .l-main__social {
    flex-basis: 100%;
    margin-left: auto; }
    @media only screen and (max-width: 849px) {
      .l-main__social {
        margin-right: auto; } }
  .l-main__feed {
    z-index: 1; }
  .l-main__awards {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem 3rem;
    z-index: 2; }
    @media only screen and (max-width: 849px) {
      .l-main__awards {
        flex-direction: column;
        align-items: center;
        background-color: #000; } }
  .l-main__action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 0 2rem; }
    @media only screen and (max-width: 849px) {
      .l-main__action {
        order: -1; } }
  .l-main__footer {
    position: relative;
    z-index: 10; }

.b-flex, .b-flex-fdc, .b-flex-jcc, .b-flex-aic, .b-flex-fww {
  display: flex; }
  .b-flex-fdc {
    flex-direction: column; }
  .b-flex-jcc {
    justify-content: center; }
  .b-flex-aic {
    align-items: center; }
  .b-flex-fww {
    flex-wrap: wrap; }
  .b-flex-grow {
    flex-grow: 1; }

/*
 * HEADERS
 */
h1, .h1 {
  margin: 0;
  line-height: 1;
  font-size: 3.6rem; }
  @media only screen and (max-width: 479px) {
    h1, .h1 {
      font-size: 2.4rem; } }

h2, .h2 {
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 2.6rem; }
  @media only screen and (max-width: 479px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  margin: 0;
  line-height: 1;
  font-size: 2rem; }

h4, .h4 {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400; }

h5, .h5 {
  margin: 0;
  line-height: 1;
  color: #867979;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700; }

/*
 * Other
 */
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

strong {
  font-weight: 700; }

.t-label {
  font-size: 1.2rem;
  color: #867979; }

.t-strong {
  font-weight: 700; }

.t-nobr {
  white-space: nowrap; }

.t-sup {
  vertical-align: super; }

.t-small {
  font-size: 0.85em; }

.t-light {
  color: #867979; }

.t-center {
  text-align: center; }

.b-undefined {
  color: #dbd7d7; }

.t-transparent {
  color: transparent; }

.t-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.t-font-secondary {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

mark {
  color: inherit;
  background-color: rgba(202, 189, 143, 0.15); }

a {
  color: inherit;
  text-decoration: none; }

sub, sup {
  display: inline-block;
  margin-bottom: -1em;
  font-size: 0.7em; }

p {
  font-size: 2rem;
  line-height: 1.35;
  margin: 2rem 0; }
  p + p {
    margin-top: 0; }

.b-link {
  display: inline;
  color: #fff;
  cursor: pointer; }
  .b-link:hover {
    color: #cabd8f; }

.b-link-alt {
  display: inline;
  color: #cabd8f;
  cursor: pointer; }
  .b-link-alt:hover {
    color: #cabd8f; }
  .b-link-alt:hover {
    color: #fff; }

.b-icon-steam:before {
  content: "\EA04";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-youtube:before {
  content: "\EA06";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-facebook:before {
  content: "\EA02";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-twitter:before {
  content: "\EA05";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-instagram:before {
  content: "\EA03";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-icon-discord:before {
  content: "\EA01";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal; }

.b-additional-btn {
  margin: 4rem auto; }

.b-features {
  max-width: 45rem; }
  .b-features__item {
    position: relative;
    padding-left: 8rem;
    margin-bottom: 4rem; }
    .b-features__item:last-child {
      margin-bottom: 0; }
  .b-features__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
  .b-features__title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
    line-height: 1; }
  .b-features__desc {
    color: #cabd8f; }

.b-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; }
  .b-home__logo {
    width: 44.7rem;
    margin-bottom: 2rem; }
  .b-home__slogan {
    max-width: 33rem;
    text-align: center; }
  .b-home__trailer {
    display: flex;
    align-items: center;
    flex-grow: 1; }
    @media only screen and (max-width: 849px) {
      .b-home__trailer {
        align-items: flex-end; } }

.b-trailer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fbe551;
  cursor: pointer; }
  @media only screen and (max-width: 849px) {
    .b-trailer {
      margin: 7rem auto; } }
  .b-trailer__icon {
    position: relative;
    border-radius: 99rem;
    border: 3px solid currentColor;
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem; }
    .b-trailer__icon:before {
      content: '';
      position: absolute;
      top: 36%;
      left: 41%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.42857rem 0 1.42857rem 2.57143rem;
      border-color: transparent transparent transparent currentColor; }
  .b-trailer__text {
    font-size: 2.4rem; }
  .b-trailer:hover {
    color: #fff; }

.b-social {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 4.5rem;
  color: #cabd8f;
  z-index: 10; }
  .b-social__item {
    display: block;
    line-height: 1;
    margin: 0.5rem; }
    .b-social__item:hover {
      color: #fff; }

.b-awards {
  display: flex;
  margin: -0.5rem; }
  @media only screen and (max-width: 849px) {
    .b-awards {
      margin: 2rem 0; } }
  .b-awards__item {
    display: block;
    margin: 0.5rem;
    max-width: 15.2rem;
    width: calc(33.3% - 1rem);
    align-self: center; }
    @media only screen and (max-width: 849px) {
      .b-awards__item {
        width: calc(100% / 3 - 1rem); } }

.b-action__date {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #cabd8f; }

.b-button-big {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  padding: 0.5em 0.9em;
  color: #000;
  z-index: 0;
  background: radial-gradient(circle farthest-side at center top, #d28e29 0%, #913627 100%);
  border-radius: 2px;
  cursor: pointer; }
  .b-button-big:before {
    content: '';
    position: absolute;
    display: block;
    top: 0.2em;
    left: 0.2em;
    bottom: 0.2em;
    right: 0.2em;
    background-color: #f9c042;
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 0.2em 0 0 rgba(0, 0, 0, 0.3); }
  .b-button-big__icon {
    line-height: 1;
    margin-top: -0.1em;
    margin-right: 0.2em;
    font-size: 1.4em; }
  .b-button-big__text {
    white-space: nowrap; }
  .b-button-big:hover:before {
    background-color: #fbd98c; }
  @media only screen and (max-width: 849px) {
    .b-button-big {
      font-size: 2.5rem; } }

.b-subscribe {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none; }
  .b-subscribe__img {
    width: 76.3rem;
    height: 77.8rem;
    margin-right: -9rem;
    background: left center no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media only screen and (max-width: 849px) {
      .b-subscribe__img {
        width: 100%;
        max-width: 76.3rem;
        margin: 0 auto;
        background-position: center center; } }
  .b-subscribe__box {
    position: absolute;
    top: 51%;
    left: 38%;
    width: 28rem;
    pointer-events: all; }
    @media only screen and (max-width: 849px) {
      .b-subscribe__box {
        left: calc(50% - 13rem); } }
  .b-subscribe__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #000;
    line-height: 1.1;
    padding: 0 1rem; }
  .b-subscribe__input {
    margin-bottom: 0.75rem;
    border: 0;
    outline: 0;
    background-color: #eeece1;
    padding: 0.5rem 1rem;
    width: 100%;
    line-height: 2.5rem;
    border-radius: 2px; }
  .b-subscribe__button {
    background-color: #813225;
    width: 100%;
    text-align: center;
    line-height: 1.75;
    color: #fff;
    border: 0;
    border-radius: 2px; }
  @media only screen and (max-width: 849px) {
    .b-subscribe {
      position: relative;
      background-color: #1c1c1c; } }

.b-footer {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: flex;
  width: 100%;
  background-color: #000;
  padding: 2rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7); }
  @media only screen and (max-width: 849px) {
    .b-footer {
      flex-wrap: wrap;
      max-width: 55rem;
      margin: 0 auto; } }
  .b-footer__col {
    display: flex;
    flex-direction: column;
    padding: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__col {
        flex-basis: 50%; } }
    .b-footer__col_grow {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-grow: 1;
      margin: -2rem; }
      @media only screen and (max-width: 849px) {
        .b-footer__col_grow {
          flex-basis: 100%;
          order: 5;
          margin: 0; } }
  .b-footer__item {
    line-height: 1.4; }
  .b-footer__logos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__logos {
        flex-basis: 50%;
        margin: 0; }
        .b-footer__logos:last-child {
          margin-left: 4rem; } }
  .b-footer__logo {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    margin-top: 1rem; }
  .b-footer a {
    text-decoration: underline; }
    .b-footer a:hover {
      text-decoration: none; }

.b-langs {
  background-color: #000;
  border: 0;
  color: inherit;
  padding: 0;
  margin: 0.5em 0; }

.b-overlays {
  position: relative;
  z-index: 999; }

.b-popup {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadein 300ms;
          animation: fadein 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .b-popup:before {
    content: '\00d7';
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 0.5;
    font-size: 4rem;
    color: #fff;
    cursor: pointer; }
  .b-popup__frame {
    position: relative;
    width: 60vw; }
    .b-popup__frame:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .b-popup__frame iframe {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.b-video-bg {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  pointer-events: all; }
  .b-video-bg__fg {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .b-video-bg__video {
    width: 100%;
    height: 100%; }
  @media (min-aspect-ratio: 1920 / 980) {
    .b-video-bg__fg {
      height: 400%;
      top: -150%; } }
  @media (max-aspect-ratio: 1920 / 980) {
    .b-video-bg__fg {
      width: 400%;
      left: -150%; } }

.b-input-text {
  background-color: #f3f4f6;
  border: 0;
  border-radius: 5px;
  padding: 0.75em;
  font-size: 1em;
  transition: all 150ms;
  width: 100%;
  line-height: 1.35; }
  .b-input-text:hover {
    border-color: #ccc6b3; }
  .b-input-text:focus {
    border-color: #cabd8f;
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #cabd8f; }
  .b-input-text[disabled] {
    background-color: transparent;
    opacity: 0.5;
    pointer-events: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b-input-text {
    height: 2.5em; } }

@media only screen and (max-width: 849px) {
  .s-over-tablet {
    display: none; } }

@media only screen and (min-width: 850px) {
  .s-tablet {
    display: none; } }

@media only screen and (max-width: 479px) {
  .s-over-phone {
    display: none; } }

@media only screen and (min-width: 480px) {
  .s-phone {
    display: none; } }

@media only screen and (max-width: 349px) {
  .s-over-smallest {
    display: none; } }

@media only screen and (min-width: 350px) {
  .s-smallest {
    display: none; } }

@media only screen and (orientation: landscape) {
  .s-portrait {
    display: none; } }

@media only screen and (orientation: portrait) {
  .s-landscape {
    display: none; } }