/*--font-scale: 100%;*/
/*--prime-header-font-size: 1.215rem;*/
/*--common-text-font-size: 0.695rem;*/
/*--small-text-font-size: 0.52rem;*/
/*--block-padding-x: 3rem;*/
html {
  font-size: calc(0.2rem + 0.7vw);
}

body {
  margin: 0;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  /* necessary */
}

.one-block {
  padding: 0 0rem 5rem;
  /*border: solid crimson 1px;*/
}

.overlay {
  position: relative;
}

.overlay > * {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.46);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.media-16-9 {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: calc(900% / 16);
}

.media-16-9 > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.background-fade {
  background-color: rgba(0, 0, 0, 0.5);
}

.anchor {
  display: block;
  position: relative;
  top: calc((64px + 1px) * -1);
  visibility: hidden;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-justify {
  text-align: justify;
}

.small-line-height {
  line-height: calc(1.04em * 1.4) !important;
}

.wp-100 {
  width: 100%;
}

.wp-10 {
  width: 10% !important;
}

.hp-100 {
  min-height: 100%;
  height: 100%;
}

.hp-75 {
  height: 75%;
}

.hp-50 {
  height: 50%;
}

.hp-25 {
  height: 25%;
}

.h-mx-50 {
  max-height: 50%;
}

.fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-1-3 {
  padding: calc(1rem / 3);
}

.p-1 {
  padding: 1rem;
}

.p-5 {
  padding: 5rem;
}

.px-1 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.px-5 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.m-a {
  margin: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.my-a {
  margin-top: auto;
  margin-bottom: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.m-1 {
  margin: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-a {
  margin-top: auto;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-a {
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.common-font {
  font-family: ArialMT, "Liberation Sans", serif;
}

.prime-font {
  font-family: Practicum, serif;
}

.common-color {
  color: black;
}

.prime-color {
  color: #0195f5;
}

.white-color {
  color: white;
}

.prime-header {
  font-family: Practicum, serif;
  color: #0195f5;
  font-size: 2.339em;
}

.common-text {
  font-family: ArialMT, "Liberation Sans", serif;
  font-size: 1.39em;
  color: black;
  line-height: 2rem;
}

.common-line-height {
  line-height: 2rem;
}

.common-text-size {
  font-size: 1.39em;
}

.small-font-size {
  font-size: 1.04em;
}

.btn {
  text-decoration: none;
  background-color: #0195f5;
  font-size: 1.04em;
  font-family: ArialMT, "Liberation Sans", serif;
  color: white;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1rem;
  border-radius: 5px;
}

.btn:hover {
  opacity: 0.7;
}

/*smaller than or equal to 768 px (smartphones)*/
/*larger than 768 px (small devices, tablets)*/
/*larger than 992 px (medium devices)*/
/*larger than 1200px (large devices)*/
@media only screen and (max-width: 768px) {
  .sd-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .xs-show {
    display: none !important;
  }
}
/*--font-scale: 100%;*/
/*--prime-header-font-size: 1.215rem;*/
/*--common-text-font-size: 0.695rem;*/
/*--small-text-font-size: 0.52rem;*/
/*--block-padding-x: 3rem;*/
.header {
  z-index: 100;
  top: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: white;
  border-bottom: solid #e3e3e3 1px;
  white-space: nowrap;
}

.header > .header-logo {
  width: 215px;
  margin: 4px auto 4px 0.5em;
}

.header > .header-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.header > .header-link:last-child {
  color: #0195f5 !important;
}

.header > .header-link {
  font-family: ArialMT, "Liberation Sans", serif;
  color: black;
  line-height: 2rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 2.623em;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.7;
}

.header > .header-link:hover {
  opacity: 1;
}

/*smaller than or equal to 768 px (smartphones)*/
/*larger than 768 px (small devices, tablets)*/
/*larger than 992 px (medium devices)*/
/*larger than 1200px (large devices)*/
@media only screen and (max-width: 400px) {
  .header > .header-link {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .header > .header-logo {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  body {
    padding: calc(64px / 4 + 4px * 2 + 1px) 0 0;
  }

  .header > .header-link {
    font-size: calc(16px / 2);
  }

  .header {
    height: calc(64px / 4 + 4px * 2);
  }

  .header > .header-logo img {
    height: calc(64px / 4);
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  body {
    padding: calc(64px / 2 + 4px * 2 + 1px) 0 0;
  }

  .header > .header-link {
    font-size: calc(16px / 1.5);
  }

  .header {
    height: calc(64px / 2 + 4px * 2);
  }

  .header > .header-logo img {
    height: calc(64px / 2);
  }
}
@media only screen and (min-width: 900px) {
  body {
    padding: calc(64px + 4px * 2 + 1px) 0 0;
  }

  .header > .header-link {
    font-size: 16px;
  }

  .header {
    height: calc(64px + 4px * 2);
  }

  .header > .header-logo img {
    height: calc(64px);
  }
}
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.google-play-icon {
  text-decoration: none;
  background: url("../../res/img/gpb.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 3em;
}

.app-store-icon {
  text-decoration: none;
  background: url("../../res/img/as.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 3em;
}

.html5-icon {
  text-decoration: none;
  background: url("../../res/img/h5i.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 3em;
}

.support-icon {
  text-decoration: none;
  background: url("../../res/img/ci_1.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 4em;
}

.job-icon {
  text-decoration: none;
  background: url("../../res/img/ci_2.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: 4em;
}

.company-icon {
  text-decoration: none;
  background: url("../../res/img/ci_3.png") no-repeat;
  background-size: contain;
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: 4em;
}

/*--font-scale: 100%;*/
/*--prime-header-font-size: 1.215rem;*/
/*--common-text-font-size: 0.695rem;*/
/*--small-text-font-size: 0.52rem;*/
/*--block-padding-x: 3rem;*/
@font-face {
  font-family: "Practicum";
  font-style: normal;
  font-weight: normal;
  src: local("Practicum"), url("../../res/font/Practicum.woff") format("woff");
}
@font-face {
  font-family: ArialMTNarrowRegular;
  font-style: normal;
  font-weight: normal;
  src: local("Arial MT Narrow Regular"), url("../../res/font/ARIALMTNARROW.woff") format("woff");
}
@font-face {
  font-family: "ArialMT";
  font-style: normal;
  font-weight: normal;
  src: local("ArialMT"), url("../../res/font/arialmt.woff") format("woff");
}
.small-game-card-icons {
  height: 3em;
  position: relative;
  top: -2em;
}

.big-game-card-icons {
  height: 3em;
}

.main-art {
  position: relative;
  left: 0;
  top: -1px;
  width: 50vw;
}

.about-block {
  padding-bottom: 0 !important;
}

.contact-img {
  height: calc(1.04em + 3px);
  /*padding-left: 0.4em;*/
  vertical-align: -0.3rem;
}

.vacancy-img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: 2em;
}

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