/* Primary */
@font-face {
  font-family: "Chinese Rocks Rg";
  src: local("Chinese Rocks Rg"), url("https://wonhon-game.com/assets/fonts/ChineseRocksRg-Regular.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/ChineseRocksRg-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Fallback 1 */
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url("https://wonhon-game.com/assets/fonts/BebasNeueBold.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Fallback 2 */
@font-face {
  font-family: "GUERRILLA";
  src: local("GUERRILLA"), url("https://wonhon-game.com/assets/fonts/GUERRILLA-Normal.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/GUERRILLA-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Fallback 3 */
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url("https://wonhon-game.com/assets/fonts/BebasNeueRegular.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Secondary */
@font-face {
  font-family: "Din Tape";
  src: local("Din Tape"), url("https://wonhon-game.com/assets/fonts/Din_Tape.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/Din_Tape.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Additional */
@font-face {
  font-family: "Pathway Gothic One";
  src: local("Pathway Gothic One"), url("https://wonhon-game.com/assets/fonts/PathwayGothicOne-Regular.woff2") format("woff2"), url("https://wonhon-game.com/assets/fonts/PathwayGothicOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Default */
/* Icons */
@font-face {
  font-family: "icons";
  src: local("icons"), url("https://wonhon-game.com/assets/fonts/icons.woff2") format("woff2"), url("https://wonhon-game.com/assets/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;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

::-moz-selection {
  background: #00f2f5;
  color: #fff; }

::selection {
  background: #00f2f5;
  color: #fff; }

::-moz-selection {
  background: #00f2f5;
  color: #fff; }

html {
  font-size: 9px; }
  @media (max-height: 880px) and (min-height: 650px) and (min-aspect-ratio: 1280 / 850) {
    html {
      font-size: calc(0.86957vh + 1.34783px); } }
  @media (max-width: 1700px) and (min-width: 900px) and (max-aspect-ratio: 1280 / 850) {
    html {
      font-size: calc(0.25vw + 4.75px); } }
  @media (max-height: 650px) and (min-aspect-ratio: 1280 / 850), (max-width: 900px) and (max-aspect-ratio: 1280 / 850) {
    html {
      font-size: 7px; } }
  @media only screen and (max-width: 479px) {
    html {
      font-size: 8px; } }

body {
  font-family: "Chinese Rocks Rg", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  color: #91e9ff;
  background: #000 url("https://wonhon-game.com/assets/images/bg.jpg") no-repeat;
  background-size: cover;
  overflow-y: auto; }
  @media only screen and (max-width: 849px) {
    body {
      background-image: none; } }
  @media only screen and (max-width: 479px) {
    body {
      background-image: url("https://wonhon-game.com/assets/images/bg-mobile.jpg");
      background-position: center top;
      background-size: 100% auto; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
      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: 100%;
    min-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%, rgba(0, 0, 0, 0.7) 110%); }
    @media only screen and (max-width: 849px) {
      .l-main__bg {
        min-height: 90rem;
        height: 100vh; } }
  .l-main__wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0 7rem; }
    @media only screen and (max-width: 849px) {
      .l-main__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 0 2rem;
        margin: 0; } }
    @media only screen and (max-width: 479px) {
      .l-main__content {
        width: 100%; } }
  .l-main__features {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    flex-basis: 100%; }
    @media only screen and (max-width: 849px) {
      .l-main__features {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin-bottom: 2rem;
        -webkit-box-ordinal-group: 4;
                order: 3; } }
  .l-main__home {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: 100%; }
    @media only screen and (max-width: 849px) {
      .l-main__home {
        height: 55rem;
        -webkit-box-ordinal-group: 2;
                order: 1;
        flex-shrink: 0; } }
  .l-main__sub {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
            align-items: flex-end;
    flex-basis: 100%; }
    @media only screen and (max-width: 849px) {
      .l-main__sub {
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  .l-main__feed {
    z-index: 1; }
  .l-main__footer {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 2rem 7rem;
    z-index: 2; }
    .l-main__footer:before, .l-main__footer:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      height: 2px;
      width: calc(50% - 30rem);
      background-color: #798d97; }
    .l-main__footer:before {
      left: 7rem; }
    .l-main__footer:after {
      right: 7rem; }
    @media only screen and (max-width: 849px) {
      .l-main__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        background-color: #000;
        padding: 0; }
        .l-main__footer:before {
          display: none; } }
  .l-main__action {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    @media only screen and (max-width: 849px) {
      .l-main__action {
        -webkit-box-ordinal-group: 0;
                order: -1; } }

.b-flex, .b-flex-fdc, .b-flex-jcc, .b-flex-aic, .b-flex-fww {
  display: -webkit-box;
  display: flex; }
  .b-flex-fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .b-flex-jcc {
    -webkit-box-pack: center;
            justify-content: center; }
  .b-flex-aic {
    -webkit-box-align: center;
            align-items: center; }
  .b-flex-fww {
    flex-wrap: wrap; }
  .b-flex-grow {
    -webkit-box-flex: 1;
            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: "Din Tape", "GUERRILLA", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  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: #798d97;
  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: #798d97; }

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

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

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

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

.t-light {
  color: #798d97; }

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

.b-undefined {
  color: #dee3e5; }

.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: "Din Tape", "GUERRILLA", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

mark {
  color: inherit;
  background-color: rgba(0, 242, 245, 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: #91e9ff;
  cursor: pointer; }
  .b-link:hover {
    color: #00f2f5; }

.b-link-alt {
  display: inline;
  color: #00f2f5;
  cursor: pointer; }
  .b-link-alt:hover {
    color: #00f2f5; }
  .b-link-alt:hover {
    color: #91e9ff; }

.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: 50rem; }
  @media only screen and (max-width: 479px) {
    .b-features {
      max-width: none; } }
  .b-features__item {
    position: relative;
    margin-bottom: 3rem; }
    .b-features__item:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .b-features__item {
        padding: 0 3rem; } }
  .b-features__icon {
    width: 4.8rem;
    height: 4.8rem;
    background: url("https://wonhon-game.com/assets/images/list-dots.png") center no-repeat;
    background-size: auto 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    margin-left: -2.4rem; }
    .b-features__icon_1 {
      background-position: left center; }
    .b-features__icon_3 {
      background-position: right center; }
  .b-features__title {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 3.3rem;
    line-height: 1.2; }
  .b-features__desc {
    font-family: "Din Tape", "GUERRILLA", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #91e9ff;
    line-height: 1.8;
    padding-left: 2rem; }
  .b-features__accent {
    color: #bd0a0a; }
  .b-features__divider {
    height: 64rem;
    width: calc(100% + 4rem);
    margin: -30rem -2rem 0;
    background: url("https://wonhon-game.com/assets/images/f-divider-1.png") center no-repeat;
    background-size: 100% auto; }
    .b-features__divider_2 {
      background-image: url("https://wonhon-game.com/assets/images/f-divider-2.png");
      margin: -10rem -2rem;
      height: 50rem; }

.b-home {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  z-index: 10; }
  .b-home__logo {
    width: 72.4rem;
    max-width: none;
    margin: 0 -17rem -10rem; }
    @media only screen and (max-width: 849px) {
      .b-home__logo {
        width: 60rem;
        margin-bottom: -7rem; } }
  .b-home__slogan {
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.4em;
    margin-bottom: 5rem; }
  .b-home__trailer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    @media only screen and (max-width: 849px) {
      .b-home__trailer {
        -webkit-box-align: end;
                align-items: flex-end; } }
  .b-home__button {
    margin-bottom: -1rem; }

.b-trailer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  color: #00f2f5;
  cursor: pointer;
  z-index: 0; }
  @media only screen and (max-width: 849px) {
    .b-trailer {
      margin: 7rem auto; } }
  .b-trailer__icon {
    position: relative;
    border-radius: 99rem;
    border: 1px solid currentColor;
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem; }
    .b-trailer__icon:before {
      content: '';
      position: absolute;
      top: 21%;
      left: 29%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.85714rem 0 2.85714rem 5.14286rem;
      border-color: transparent transparent transparent currentColor;
      z-index: 1; }
    .b-trailer__icon:after {
      content: '';
      display: block;
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      background: radial-gradient(closest-side, currentColor, transparent 70%, transparent);
      opacity: 0.4;
      z-index: -1; }
  .b-trailer__text {
    font-family: "Din Tape", "GUERRILLA", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 0.4em;
    margin-top: 1.5rem; }
  .b-trailer:hover {
    color: #fff; }

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

.b-main-desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }
  @media only screen and (min-width: 850px) {
    .b-main-desc {
      -webkit-box-align: end;
              align-items: flex-end; } }
  .b-main-desc__img {
    position: relative;
    margin: -20% -10% 0;
    width: 120%;
    max-width: 70rem;
    z-index: 1; }
    @media only screen and (max-width: 849px) {
      .b-main-desc__img {
        margin: -20% -10% 0 -25%;
        width: 140%; } }
  .b-main-desc__content {
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 849px) {
      .b-main-desc__content {
        -webkit-box-ordinal-group: 0;
                order: -1;
        z-index: 2; } }
  .b-main-desc__content-bg {
    position: absolute;
    top: 50%;
    max-width: none;
    margin: 0 -15.5rem 0 -17rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1; }
    @media only screen and (max-width: 849px) {
      .b-main-desc__content-bg {
        display: none; } }
  .b-main-desc__text {
    position: relative;
    margin: 0 auto;
    font-size: 3.9rem;
    text-align: center;
    max-width: 13em; }
  .b-main-desc__word {
    color: #bd0a0a;
    z-index: 0; }
  .b-main-desc__letter {
    position: relative; }
    .b-main-desc__letter:before {
      content: '';
      position: absolute;
      width: 2em;
      height: 1.68em;
      top: 35%;
      left: 35%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: url("https://wonhon-game.com/assets/images/letter-deco.png") center no-repeat;
      background-size: contain;
      z-index: -1; }

.b-mobile-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background: url("https://wonhon-game.com/assets/images/f-divider-3.png") center 20% no-repeat;
  background-size: contain; }
  .b-mobile-block__divider {
    display: block;
    width: 23.7rem;
    height: 0.6rem;
    background: url("https://wonhon-game.com/assets/images/divider.png") center no-repeat;
    background-size: contain; }
  .b-mobile-block__sub {
    width: 100%; }
  .b-mobile-block__img {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: url("https://wonhon-game.com/assets/images/f-divider-4.png") center no-repeat;
    background-size: contain; }
    .b-mobile-block__img:before {
      content: '';
      display: block;
      padding-top: 93%; }
  .b-mobile-block > * {
    margin: 3rem 0; }

.b-subscribe {
  position: relative;
  z-index: 10;
  width: 100%; }
  .b-subscribe__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    font-size: 2rem; }
    .b-subscribe__wrap > * {
      margin: 2rem 1rem; }
    @media only screen and (min-width: 850px) {
      .b-subscribe__wrap {
        -webkit-box-pack: end;
                justify-content: flex-end; } }
    @media only screen and (max-width: 849px) {
      .b-subscribe__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        font-size: 2.4rem; } }
  .b-subscribe__title {
    font-family: "Pathway Gothic One", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    font-size: 1.8rem;
    color: #798d97; }
    @media only screen and (max-width: 849px) {
      .b-subscribe__title {
        font-size: 2.4rem; } }
  .b-subscribe__input {
    font-family: "Pathway Gothic One", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #bd0a0a;
    color: #fff;
    width: 20rem; }
    @media only screen and (max-width: 849px) {
      .b-subscribe__input {
        border: 1px solid #bd0a0a;
        width: 80%;
        padding: 0.75em;
        text-align: center; } }
  .b-subscribe__button {
    font-family: "Pathway Gothic One", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    width: 14.1rem;
    height: 3.1rem;
    color: #fff;
    background: url("https://wonhon-game.com/assets/images/btn-02.png") center no-repeat;
    background-size: contain;
    border: 0;
    -webkit-filter: drop-shadow(0 0 1rem #bd0a0a);
            filter: drop-shadow(0 0 1rem #bd0a0a);
    white-space: nowrap; }
    @media only screen and (max-width: 849px) {
      .b-subscribe__button {
        width: 28.8rem;
        height: 6.2rem; } }

.b-footer {
  font-family: "Pathway Gothic One", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  font-size: 2rem;
  color: #798d97; }
  @media only screen and (max-width: 849px) {
    .b-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background: url("https://wonhon-game.com/assets/images/mobile-bg-bottom.png") center bottom no-repeat;
      padding: 2rem 2rem 4rem; } }
  .b-footer__col {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: -1rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin: -0.5rem -0.5rem 5rem;
        text-align: left; }
        .b-footer__col:last-child {
          margin-bottom: 0; } }
  .b-footer__item {
    margin: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__item {
        margin: 0.5rem; } }
    @media only screen and (min-width: 850px) {
      .b-footer__item_copy {
        margin-left: 10rem; } }
  .b-footer__divider {
    margin: 1rem 0; }
  .b-footer a:hover {
    color: #00f2f5; }

.b-langs {
  display: -webkit-box;
  display: flex; }
  .b-langs__form {
    background-color: #000;
    border: 0;
    color: inherit;
    padding: 0; }
  @media only screen and (max-width: 849px) {
    .b-langs {
      -webkit-box-pack: center;
              justify-content: center; } }

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

.b-popup {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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: 16 / 9) {
    .b-video-bg__fg {
      height: 600%;
      top: -250%; } }
  @media (max-aspect-ratio: 16 / 9) {
    .b-video-bg__fg {
      width: 600%;
      left: -250%; } }

.b-input-text {
  background-color: #f3f4f6;
  border: 0;
  border-radius: 5px;
  padding: 0.75em;
  font-size: 1em;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  width: 100%;
  line-height: 1.35; }
  .b-input-text:hover {
    border-color: #b3cccc; }
  .b-input-text:focus {
    border-color: #00f2f5;
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #00f2f5; }
  .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; } }

::-webkit-input-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

::-ms-input-placeholder {
  color: #fff; }

::placeholder {
  color: #fff; }

.b-button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 49em;
  height: 8.4em;
  font-size: 1rem; }
  .b-button:before {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - 20.2em);
    top: calc(50% - 5.75em);
    width: 40.4em;
    height: 11.5em;
    pointer-events: none;
    background: url("https://wonhon-game.com/assets/images/btn-02-b.png") center no-repeat;
    background-size: contain;
    -webkit-transition: all 75ms;
    transition: all 75ms; }
  .b-button_alt:before {
    background-image: url("https://wonhon-game.com/assets/images/btn-02-a.png"); }
  .b-button:hover:before, .b-button:hover .b-button__text {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .b-button__text {
    font-family: "Pathway Gothic One", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    position: relative;
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    white-space: nowrap;
    z-index: 10;
    line-height: 1;
    -webkit-transition: all 75ms;
    transition: all 75ms; }
  .b-button__accent {
    color: #ff0000; }
  @media only screen and (max-width: 849px) {
    .b-button {
      font-size: 0.8rem; } }
  html[lang="ru"] .b-button__text {
    font-family: "Chinese Rocks Rg", "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0.15em; }

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

