@charset "UTF-8";
/*
 * SMALL … 0 – 400
 * MEDIUM … 401 - 800
 * LARGE … 801 – 1024
 * XLARGE … 1024+
 * XXLARGE … 1500+
 */
/* helpers */
.text-center {
  text-align: center; }

.align-top {
  align-items: flex-start; }

.align-bottom {
  align-items: flex-end; }

.justify-center {
  justify-content: center; }

label {
  font-weight: bold; }

input[type="text"],
input[type="number"],
input[type="email"],
select {
  font-size: 1rem;
  padding: 0.2em 0.5em; }

.overlay-open #navigation-bar {
  display: none; }

@media only screen and (min-width: 1024px) {
  #navigation-bar {
    width: 100%;
    height: 5rem;
    padding: 4rem 3rem;
    z-index: 1000;
    position: fixed;
    top: 0;
    margin: auto;
    transition: all 0.3s ease-in-out; }
    #navigation-bar ul {
      z-index: 5;
      position: absolute;
      left: 1rem;
      right: 1rem;
      z-index: 6; }
      #navigation-bar ul li {
        display: inline-block; }
      #navigation-bar ul .order-link,
      #navigation-bar ul .pll-parent-menu-item {
        float: right; }
      #navigation-bar ul .pll-parent-menu-item.has-subnavigation > a:after {
        display: inline-block;
        margin-left: 0.5em;
        content: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210.7px%22%20height%3D%226.1px%22%20viewBox%3D%220%200%2010.7%206.1%22%20style%3D%22enable-background%3Anew%200%200%2010.7%206.1%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%205.4%2C5.4%2010.4%2C0.4%20%22%2F%3E%0A%3C%2Fsvg%3E%09); }
      #navigation-bar ul a {
        font-weight: normal;
        color: white;
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 1rem;
        line-height: 2rem;
        padding: 0 1.5rem;
        margin: 0.2rem;
        text-decoration: none;
        transition: background 0.2s ease-in-out;
        border-radius: 2rem; }
        #navigation-bar ul a:hover {
          background: black; }
      #navigation-bar ul .reverse a {
        color: #003b51;
        background: rgba(255, 255, 255, 0.8); }
        #navigation-bar ul .reverse a:hover {
          background: white; }
    #navigation-bar::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 25vh;
      background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
      z-index: 0; }
    #navigation-bar .has-subnavigation ul {
      display: none;
      position: relative;
      left: 0; }
      #navigation-bar .has-subnavigation ul li {
        display: block; }
    #navigation-bar .has-subnavigation:hover ul {
      display: block; }
    #navigation-bar h1 {
      display: inline-block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9999; }
      #navigation-bar h1 a {
        display: block;
        width: 350px;
        height: 37.8px;
        text-indent: -99999em;
        background-image: url(../images/biomutant-logo.png);
        background-repeat: no-repeat;
        background-size: contain; }
    #navigation-bar.sticky, #navigation-bar.always-sticky {
      position: fixed;
      top: 0;
      background: black;
      padding: 1.5rem 2rem; }
      #navigation-bar.sticky h1 a, #navigation-bar.always-sticky h1 a {
        width: 350px;
        height: 37.8px; }
      #navigation-bar.sticky::before, #navigation-bar.always-sticky::before {
        content: '';
        display: none; } }
@media only screen and (min-width: 1401px) {
  #navigation-bar ul {
    left: 4rem;
    right: 4rem; }
  #navigation-bar h1 a {
    width: 450px;
    height: 48.6px; } }
@media only screen and (max-width: 1023px) {
  #navigation-bar {
    width: 100vw;
    height: 4rem;
    padding: 1rem;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black; }
    #navigation-bar h1 {
      display: block;
      position: absolute;
      left: 1rem;
      top: 1.5rem; }
      #navigation-bar h1 a {
        display: block;
        width: 200px;
        height: 21.6px;
        text-indent: -99999em;
        background-image: url(../images/biomutant-logo.png);
        background-repeat: no-repeat;
        background-size: contain; }
    #navigation-bar ul {
      display: none;
      position: fixed;
      top: 4rem;
      left: 0;
      right: 0;
      z-index: 1000; }
      #navigation-bar ul.is-open {
        display: block; }
      #navigation-bar ul li {
        display: block;
        border-bottom: 1px solid #333; }
      #navigation-bar ul a {
        display: block;
        padding: 0 1rem;
        line-height: 3rem;
        color: white;
        background: black; }
    #navigation-bar .has-subnavigation a {
      display: none; }
    #navigation-bar .has-subnavigation ul {
      display: block;
      position: relative;
      top: auto;
      left: 0;
      right: 0; }
    #navigation-bar .has-subnavigation ul li a {
      display: block; } }
.c-hamburger {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right; }
  @media only screen and (min-width: 1024px) {
    .c-hamburger {
      display: none; } }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  right: 0.2rem;
  height: 1px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -0.5rem; }

.c-hamburger span::after {
  bottom: -0.5rem; }

.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.newsletter {
  background-color: #003b51;
  color: white;
  padding: 4em 2em;
  z-index: 0;
  position: relative; }
  .newsletter .email, .newsletter .submit {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    background: none;
    border: none;
    font-size: 1.2em;
    padding: 0.3em 1em;
    color: white; }
  .newsletter .email {
    border-bottom: 1px solid white;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    @media only screen and (min-width: 801px) {
      .newsletter .email {
        width: 30%; } }
  .newsletter .submit {
    background: white;
    color: #003b51;
    width: 100%;
    display: block;
    border-radius: 2rem; }
    @media only screen and (min-width: 801px) {
      .newsletter .submit {
        display: inline-block;
        width: auto; } }
  .newsletter a, .newsletter a:visited, .newsletter a:active, .newsletter a:link {
    color: white;
    text-decoration: none; }
  .newsletter .social-links {
    margin: 2rem; }
    @media only screen and (min-width: 801px) {
      .newsletter .social-links {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin-left: 2rem; } }
    .newsletter .social-links path {
      fill: white; }

footer {
  background: black;
  color: white;
  min-height: 30vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    footer {
      flex-direction: row;
      padding: 4rem 2rem; } }
  @media only screen and (min-width: 1024px) {
    footer {
      text-align: left; } }
  footer .logo {
    height: 70px;
    width: auto;
    margin: 0 0.5em; }
  footer .thq-logo {
    height: 30px;
    width: auto; }
  footer .col-1-4 {
    padding: 1rem; }
    @media only screen and (min-width: 1024px) {
      footer .col-1-4 {
        width: 25%;
        padding: 0 2rem; } }
  footer .col-1-2 {
    padding: 1rem; }
    @media only screen and (min-width: 1024px) {
      footer .col-1-2 {
        width: 50%;
        padding: 0 2rem; } }
  footer p {
    text-align: center !important; }
    @media only screen and (min-width: 1024px) {
      footer p {
        text-align: inherit !important; } }
  footer .rating {
    height: 80px;
    width: auto;
    margin: 0 0.5em; }

body.overlay-open {
  position: fixed;
  overflow: hidden !important; }
  body.overlay-open section.intro {
    visibility: hidden; }

.overlay-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  display: none;
  background: black;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .overlay-wrapper {
      padding: 0; } }

.overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: black;
  color: white;
  font-size: 1.5rem;
  height: 100%;
  align-items: center; }
  .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5 {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 1023px) {
    .overlay {
      padding: 1rem;
      padding-bottom: 6rem;
      justify-content: flex-start;
      height: auto; } }
  .overlay p {
    height: auto;
    width: 100%;
    text-align: center; }
  .overlay .owl-theme .owl-dots .owl-dot span {
    background: #333; }
  .overlay .owl-theme .owl-dots .owl-dot.active span {
    background: white; }
  .overlay .owl-theme .owl-nav [class*=owl-] {
    background: #333; }
  .overlay .slideshow .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 12rem);
    width: calc(100vw - 8rem); }
    @media only screen and (max-width: 1023px) {
      .overlay .slideshow .item {
        height: calc(100vh - 6rem);
        width: calc(100vw - 2rem); } }
    .overlay .slideshow .item .image {
      display: block;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto; }
    .overlay .slideshow .item .youtube {
      display: block;
      width: 100%;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
      .overlay .slideshow .item .youtube .youtube-wrapper {
        width: 100%;
        padding-top: 56.25%; }
        .overlay .slideshow .item .youtube .youtube-wrapper iframe {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }

#trailer .youtube {
  height: calc(100vh - 8rem);
  width: calc(100vw - 8rem);
  background: black;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1023px) {
    #trailer .youtube {
      height: calc(100vh - 2rem);
      width: calc(100vw - 2rem); } }
  #trailer .youtube .youtube-wrapper {
    width: 70%;
    padding-top: 56.25%;
    max-height: 100%;
    position: relative; }
    #trailer .youtube .youtube-wrapper iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

.close-button {
  display: block;
  position: fixed;
  right: 1rem;
  top: 1rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: black;
  border: none;
  border-radius: 100%;
  z-index: 10000;
  transform: translateZ(2000px); }

.close-button:focus {
  outline: none; }

.close-button span {
  position: absolute;
  top: 1.25rem;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  background: transparent; }

.close-button span::before,
.close-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: " "; }

.close-button span::before {
  top: 0;
  transform: rotate(45deg); }

.close-button span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.overlay .order-form-wrapper {
  width: 100%;
  max-width: 35em; }
.overlay .store-form .game-image-wrapper .placeholder {
  background: #333; }
.overlay .store-form .buy-button {
  width: 100%;
  text-align: center;
  background: white;
  color: black; }
  .overlay .store-form .buy-button:hover {
    background: white; }

.newsletter-overlay {
  font-size: 1rem;
  text-align: left;
  width: 100%;
  max-width: 26rem; }
  .newsletter-overlay section h3 {
    font-weight: normal; }
  .newsletter-overlay p {
    text-align: left; }
  .newsletter-overlay input[type="text"],
  .newsletter-overlay input[type="email"],
  .newsletter-overlay input[type="number"],
  .newsletter-overlay select,
  .newsletter-overlay .store-select {
    width: 100%;
    padding: 0.7em 0.8em;
    background: #333;
    border: none;
    color: white;
    font-weight: normal;
    margin-top: 0.5em; }
  .newsletter-overlay input[type="number"] {
    width: 90px;
    display: inline-block; }
  .newsletter-overlay input[type="radio"] {
    margin-right: 0.5em;
    line-height: 1.35; }
  .newsletter-overlay button.submit.button.reverse {
    width: 100%;
    padding: 0.3rem; }
  .newsletter-overlay label {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.35;
    color: white; }
  .newsletter-overlay .label {
    font-weight: bold;
    display: block; }
  .newsletter-overlay p {
    font-size: 1rem; }
  .newsletter-overlay #errormsg p,
  .newsletter-overlay #successmsg {
    display: none; }
  .newsletter-overlay button, .newsletter-overlay .button {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 1.5rem;
    margin: 0.2rem;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    border-radius: 2rem; }
    .newsletter-overlay button:hover, .newsletter-overlay .button:hover {
      background: black; }
  .newsletter-overlay .form-one-row {
    margin-bottom: 1.5rem; }
  .newsletter-overlay .intro {
    color: #999;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2em; }
  .newsletter-overlay .left {
    color: #999; }
  .newsletter-overlay .confirm-label {
    font-weight: bold; }
  .newsletter-overlay [type="radio"]:checked,
  .newsletter-overlay [type="radio"]:not(:checked),
  .newsletter-overlay [type="checkbox"]:checked,
  .newsletter-overlay [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .newsletter-overlay [type="radio"]:checked + label,
  .newsletter-overlay [type="radio"]:not(:checked) + label,
  .newsletter-overlay [type="checkbox"]:checked + label,
  .newsletter-overlay [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block; }
  .newsletter-overlay [type="radio"]:checked + label:before,
  .newsletter-overlay [type="radio"]:not(:checked) + label:before,
  .newsletter-overlay [type="checkbox"]:checked + label:before,
  .newsletter-overlay [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #000; }
  .newsletter-overlay [type="radio"]:checked + label:after,
  .newsletter-overlay [type="radio"]:not(:checked) + label:after,
  .newsletter-overlay [type="checkbox"]:checked + label:after,
  .newsletter-overlay [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFF;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .newsletter-overlay [type="radio"]:not(:checked) + label:after,
  .newsletter-overlay [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .newsletter-overlay [type="radio"]:checked + label:after,
  .newsletter-overlay [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

#order input[type="text"],
#order input[type="email"],
#order input[type="number"],
#order select,
#order .store-select {
  width: 100%;
  padding: 0.7em 0.8em;
  background: #333;
  border: none;
  color: white;
  font-weight: normal;
  margin-top: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none; }
#order .store-select option {
  line-height: 1.5rem;
  font-size: 1rem; }
#order .store-select-wrapper {
  position: relative; }
  #order .store-select-wrapper:after {
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 0.9rem;
    content: ' ';
    display: block;
    margin-left: 0.5em;
    content: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210.7px%22%20height%3D%226.1px%22%20viewBox%3D%220%200%2010.7%206.1%22%20style%3D%22enable-background%3Anew%200%200%2010.7%206.1%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.4%2C0.4%205.4%2C5.4%2010.4%2C0.4%20%22%2F%3E%0A%3C%2Fsvg%3E%09); }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f5fbff; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-family: "Roboto", sans-serif;
  color: #003b51;
  line-height: 1.4; }

/*
 *
 * GENERAL STYLES
 *
 */
main {
  min-height: 100vh; }

.page-id-193, .page-id-149, .page-id-501 {
  background: url(../images/order-background.png) no-repeat;
  background-size: cover; }

.page-id193 > main, .page-id-149 > main, .page-id-501 > main {
  margin: 5em auto 0 auto; }

p + p {
  margin-top: 1em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

p {
  line-height: 1.4; }

a, a:visited, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #0085b7;
  transition: color 0.2s ease-in-out; }
  a:hover, a:visited:hover, a:active:hover {
    color: #1ec2ff; }

.text {
  max-width: 40rem;
  width: 100%;
  padding: 2rem 1rem; }
  @media only screen and (min-width: 1024px) {
    .text {
      padding: 4rem; } }
  .text.large {
    font-size: 20px;
    font-weight: normal; }
    @media only screen and (min-width: 1024px) {
      .text.large {
        font-size: 1.5rem; } }

.button, button, a.button {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  margin: 0.2rem;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
  border-radius: 2rem; }
  .button:hover, button:hover, a.button:hover {
    background: black; }

.button.reverse, button.reverse {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #003b51; }
  .button.reverse:hover, button.reverse:hover {
    background: white !important; }

section {
  padding: 1rem;
  padding-top: 2rem; }
  @media only screen and (min-width: 801px) {
    section {
      padding: 4rem; } }

section h3, section h2 {
  font-weight: bold;
  font-size: 20px; }
  @media only screen and (min-width: 1024px) {
    section h3, section h2 {
      font-size: 1.5rem; } }

blockquote {
  margin: 3rem 0; }
  blockquote p {
    font-weight: bold;
    font-size: 1.8rem; }
    blockquote p span {
      display: block;
      font-weight: normal;
      font-size: 1rem; }

main {
  padding: 2rem 1rem;
  margin: 5em auto;
  max-width: 45em;
  background: white;
  box-shadow: 0px 0px 40px rgba(0, 59, 81, 0.2);
  color: #003b51; }
  @media only screen and (min-width: 1024px) {
    main {
      padding: 3em; } }

.home main,
.post-type-archive-bm_news main {
  padding: 0;
  margin: 0;
  max-width: none;
  background: inherit;
  box-shadow: 0; }

.post-type-archive-bm_news main {
  padding-top: 5em; }

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.1; }

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 45vh;
  margin-bottom: -12rem; }

.single-news-post .news-date {
  opacity: 0.5; }

.single main img {
  width: 100%;
  height: auto; }

/*
 *
 * INTRO MODULE
 *
 */
.intro {
  height: 100vh;
  background-position: center bottom;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  padding: 0;
  overflow: hidden;
  position: relative; }
  .intro .text {
    z-index: 3; }
  .intro .video-wrapper {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  .intro #intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/biomutant-hero.jpg) no-repeat;
    background-size: cover; }

.available-for {
  padding-top: 2em; }
  .available-for li {
    margin: 0 auto; }
  @media only screen and (min-width: 801px) {
    .available-for li {
      display: inline-block;
      margin: 0 0.5em; } }
  .available-for .ps4 {
    text-indent: -9999em;
    height: 35px;
    width: 133.7px;
    background-image: url(../images/system-ps4.svg); }
  .available-for .xboxone {
    text-indent: -9999em;
    height: 35px;
    width: 140px;
    background-image: url(../images/system-xboxone.svg); }
  .available-for .pc {
    text-indent: -9999em;
    height: 35px;
    width: 42px;
    background-image: url(../images/system-pc.svg); }

.youtube-wrapper iframe {
  width: 100%;
  height: 100%; }

/*
 *
 * GALLERY MODULE
 *
 */
.media {
  background: black;
  padding-left: 0;
  padding-right: 0; }
  .media h2 {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (min-width: 1024px) {
      .media h2 {
        padding-left: 4rem;
        padding-right: 4rem; } }
  .media .mini.slideshow {
    margin-top: 2rem; }
    .media .mini.slideshow .item {
      height: 240px;
      background: #333; }
      .media .mini.slideshow .item img {
        height: 240px;
        width: auto; }
      .media .mini.slideshow .item a {
        display: block; }
        .media .mini.slideshow .item a:hover::after {
          content: ' ';
          display: block;
          background: rgba(255, 255, 255, 0.4) url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229.4px%22%20height%3D%2229.5px%22%20viewBox%3D%220%200%2029.4%2029.5%22%20style%3D%22enable-background%3Anew%200%200%2029.4%2029.5%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8%2C21.7C4.9%2C21.7%2C0%2C16.8%2C0%2C10.8S4.9%2C0%2C10.8%2C0s10.8%2C4.9%2C10.8%2C10.8S16.8%2C21.7%2C10.8%2C21.7z%20M10.8%2C3%0A%09%09C6.5%2C3%2C3%2C6.5%2C3%2C10.8s3.5%2C7.8%2C7.8%2C7.8s7.8-3.5%2C7.8-7.8S15.2%2C3%2C10.8%2C3z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M26.9%2C29.5c-0.6%2C0-1.3-0.2-1.8-0.7l-8.2-8.2c-1-1-1-2.6%2C0-3.5s2.6-1%2C3.5%2C0l8.2%2C8.2c1%2C1%2C1%2C2.6%2C0%2C3.5%0A%09%09C28.2%2C29.2%2C27.6%2C29.5%2C26.9%2C29.5z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A%00) center center no-repeat;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
    .media .mini.slideshow .youtube a {
      opacity: 0.5; }
  .media .owl-theme .owl-dots .owl-dot span {
    background: #333; }
  .media .owl-theme .owl-dots .owl-dot.active span {
    background: white; }
  .media .owl-theme .owl-nav [class*=owl-] {
    background: #333; }

/*
 *
 * FULL WIDTH CAROUSEL MODULE
 *
 */
.full-width-carousel {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  background: white; }
  .full-width-carousel .item {
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .full-width-carousel .item {
        background: none !important;
        color: #003b51 !important;
        padding-bottom: 5rem; } }
    @media only screen and (min-width: 1024px) {
      .full-width-carousel .item {
        padding: 4rem;
        min-height: 100vh;
        padding-bottom: 0;
        padding-bottom: 15rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center; } }
  @media only screen and (min-width: 1024px) {
    .full-width-carousel .text.left {
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .full-width-carousel .text.right {
      float: right; } }
  @media only screen and (min-width: 1024px) {
    .full-width-carousel .text.center {
      margin: 0 auto;
      text-align: center; } }
  .full-width-carousel .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -3rem; }

/*
 *
 * NEWS MODULE
 *
 */
.news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: left;
  background-color: #f5fbff;
  border-top: 1px solid rgba(0, 59, 81, 0.1);
  padding: 0; }
  .news .news-header {
    padding: 2rem 1rem; }
    @media only screen and (min-width: 801px) {
      .news .news-header {
        padding: 4rem;
        padding-bottom: 0;
        width: 100%; }
        .news .news-header h2 {
          float: left; }
        .news .news-header .button {
          float: right; } }
  .news .news-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0; }
    @media only screen and (min-width: 801px) {
      .news .news-list {
        margin: 2rem;
        margin-top: 0; } }
    @media only screen and (min-width: 1024px) {
      .news .news-list {
        margin: 2.66667rem; } }
    .news .news-list li {
      width: 100%;
      padding: 1rem; }
      @media only screen and (min-width: 801px) {
        .news .news-list li {
          width: 50%;
          padding: 2rem; } }
      @media only screen and (min-width: 1024px) {
        .news .news-list li {
          width: 25%;
          padding: 1.33333rem; } }
      .news .news-list li a {
        color: #003b51;
        font-weight: normal; }
      .news .news-list li .news-image img {
        width: 100%;
        height: auto; }
      .news .news-list li .news-entry {
        background: white;
        box-shadow: 0px 0px 30px rgba(0, 59, 81, 0.1);
        transition: all 0.2s; }
        .news .news-list li .news-entry:hover {
          cursor: pointer;
          box-shadow: 0px 0px 40px rgba(0, 59, 81, 0.4); }
      .news .news-list li .news-date {
        padding: 1em;
        padding-bottom: 0.5em;
        opacity: 0.5; }
      .news .news-list li .news-title {
        padding: 0 1em;
        font-weight: bold; }
      .news .news-list li .news-excerpt {
        padding: 1em;
        padding-bottom: 3em; }

/*
 *
 * TEXT & IMAGE MODULE
 *
 */
.text-image {
  padding: 0;
  background-color: #f5fbff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  min-height: 90vh; }
  @media only screen and (min-width: 1024px) {
    .text-image {
      min-height: 130vh; } }

/*
 *
 * CHARACTER MODULE
 *
 */
.character {
  padding: 0;
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #ECECEC;
  text-align: center; }
  .character .text-center {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0; }
  .character .text.large {
    margin: 0 auto; }
  .character .change-character {
    padding-bottom: 8em; }
  .character .morph-video-wrapper {
    max-width: 100vw;
    overflow: hidden;
    height: auto;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    margin-top: 15em;
    z-index: 0; }
    @media only screen and (min-width: 1024px) {
      .character .morph-video-wrapper {
        margin-top: 10em; } }
  .character .stretch {
    padding-top: 56.25%;
    position: absolute; }
  .character .morph-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: auto;
    opacity: 0;
    background: transparent;
    transition: opacity 0.4s linear;
    transition-delay: 0.05s;
    margin-top: 10em; }
    .character .morph-video.active {
      opacity: 1;
      transition-delay: 0; }
  .character input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13px 0; }
    @media only screen and (min-width: 1024px) {
      .character input[type=range] {
        width: 20rem; } }
  .character input[type=range]:focus {
    outline: none; }
  .character input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #003b51;
    border-radius: 2px;
    border: 0.5px solid #010101; }
  .character input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 2px #003b51, 0px 0px 1px #004e6a;
    border: 1px solid #003b51;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px; }
  .character input[type=range]:focus::-webkit-slider-runnable-track {
    background: #004a65; }
  .character input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #003b51;
    border-radius: 2px;
    border: 0.5px solid #010101; }
  .character input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 2px #003b51, 0px 0px 1px #004e6a;
    border: 1px solid #003b51;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer; }
  .character input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .character input[type=range]::-ms-fill-lower {
    background: #002c3d;
    border: 0.5px solid #010101;
    border-radius: 2px; }
  .character input[type=range]::-ms-fill-upper {
    background: #003b51;
    border: 0.5px solid #010101;
    border-radius: 2px; }
  .character input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 2px #003b51, 0px 0px 1px #004e6a;
    border: 1px solid #003b51;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer;
    height: 4px; }
  .character input[type=range]:focus::-ms-fill-lower {
    background: #003b51; }
  .character input[type=range]:focus::-ms-fill-upper {
    background: #004a65; }

/*
 *
 * ORDER MODULE
 *
 */
.store-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: flex-start; }
  @media only screen and (min-width: 801px) {
    .store-form {
      flex-direction: row; } }
  .store-form .column {
    width: 100%; }
    @media only screen and (min-width: 801px) {
      .store-form .column {
        width: 50%; } }
  .store-form .store-select {
    display: block;
    width: 100%;
    margin-bottom: 1em; }
  .store-form .buy-button {
    margin-top: 1em; }
  .store-form label {
    font-size: 0.8rem;
    font-weight: bold; }
  .store-form .game-image-wrapper {
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 801px) {
      .store-form .game-image-wrapper {
        width: 90%;
        padding-top: 133.333%; } }
    .store-form .game-image-wrapper .placeholder {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #EEE;
      font-size: 14px;
      font-weight: bold;
      color: #CCC; }
      @media only screen and (max-width: 1023px) {
        .store-form .game-image-wrapper .placeholder {
          font-size: 12px; } }
      .store-form .game-image-wrapper .placeholder.has-background-image {
        opacity: 0; }
    .store-form .game-image-wrapper .game-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat; }

/*
 *
 * NEWSLETTER
 *
 */
.newsletter-overlay #errormsg {
  color: red; }

/*
 *
 * COOKIE NOTICE
 *
 */
#cookie-notice .button {
  background: white;
  color: black;
  font-size: 0.8rem; }

/*
 * Order now Button
 */
#mobile-order-button {
  visibility: hidden;
  display: none; }
  @media only screen and (max-width: 1023px) {
    #mobile-order-button {
      visibility: visible;
      display: inline-block; } }
