.footer-container {
  padding: 40px 0px;
  background: #111111;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: relative;
  z-index: 1;
}
.footer-container .inner-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer-container .inner-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-container .footer-left {
  float: left;
  width: 40%;
}
.footer-container .footer-left:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-container .footer-left .logos {
  float: left;
  width: 40%;
}
.footer-container .footer-left .logos li {
  margin-bottom: 10px;
}
.footer-container .footer-left .logos li a {
  display: block;
}
.footer-container .footer-left .logos img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb {
  float: right;
  width: 40%;
  margin-right: 10%;
}
.footer-container .footer-left .esrb img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb .mobile-logos {
  display: none;
  margin-top: 10px;
}
.footer-container .footer-left .esrb .mobile-logos img {
  width: 100%;
  display: block;
}
.footer-container .footer-left .esrb .mobile-logos li {
  margin-bottom: 10px;
}
.footer-container .footer-left .esrb .mobile-logos li a {
  display: block;
}
.footer-container .footer-left .esrb .mobile-logos li:nth-child(1) img {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-left .esrb .mobile-logos {
    display: block;
  }
}
.footer-container .footer-right {
  float: right;
  width: 59% !important;
  font-size: 13px;
  line-height: 1.15;
}
.footer-container .footer-right .footer-links {
  margin: 0 0 20px 0;
  margin: 0 0 40px 0;
}
.footer-container .footer-right .footer-links .footer-locale-selector {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 10px;
}
.footer-container .footer-right .footer-links .footer-locale-selector .atvi-locale-selector .locale-list {
  width: 350px;
}
.footer-container .footer-right .footer-links > ul {
  display: inline-block;
}
.footer-container .footer-right .footer-links > ul > li {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
.footer-container .footer-right .footer-links > ul > li.ja-only {
  display: none;
}
.footer-container .footer-right .footer-links > ul > li a,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.ot-sdk-show-settings,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.optanon-show-settings {
  color: #a9a6a1;
  text-decoration: none;
}
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.ot-sdk-show-settings,
.footer-container .footer-right .footer-links > ul > li #ot-sdk-btn.optanon-show-settings {
  /*font-size: 13px;
                        font-family: "Roboto", sans-serif;*/
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.15;
}
.footer-container .footer-right .footer-links > ul > li.privacy-check {
  margin-right: 55px;
}
.footer-container .footer-right .footer-links .optanon-toggle-display {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-right .footer-links .optanon-toggle-display {
    line-height: initial;
  }
}
.footer-container .footer-right .copyright {
  color: #a9a6a1;
  margin-top: 0px;
}
.footer-container .footer-right .studio-logos {
  margin-top: 20px;
}
.footer-container .footer-right .studio-logos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-container .footer-right .studio-logos li {
  width: auto !important;
}
.footer-container .footer-right .studio-logos li img {
  height: 28px;
}
@media screen and (max-width: 768px) {
  .footer-container .footer-left .logos,
  .footer-container .footer-left .esrb {
    float: none;
    width: 100%;
  }
  .footer-container .footer-right .footer-links ul li {
    display: block;
    margin-bottom: 15px;
  }
  .footer-container .footer-right {
    width: 53% !important;
  }
  .footer-container .footer-right .studio-logos ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-container .footer-right .studio-logos ul.desktop-logos {
    display: none;
  }
  .footer-container .footer-right .studio-logos ul li {
    margin-bottom: 15px;
  }
  .footer-container .footer-right .studio-logos ul li img {
    width: 100%;
    height: auto;
  }
}
.footer-container .footer-locale-selector {
  margin-bottom: 45px;
  text-align: center;
}
.footer-container .footer-locale-selector .atvi-locale-selector {
  display: block;
}
.footer-container .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .atvi-locale-selector .region {
    font-size: 9px;
  }
}
.footer-container .footer-locale-selector .close-button {
  display: none;
}
.footer-container .footer-locale-selector .locale-menu {
  position: absolute;
  bottom: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}
.footer-container .footer-locale-selector .locale-list {
  background: #4a4a4a;
  width: 450px;
  text-align: left;
}
.footer-container .footer-locale-selector .locale-list .locale-entry {
  width: 45%;
}
.footer-container .footer-locale-selector .locale-list .locale-entry.loc-mx.MX {
  display: none;
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .locale-list .locale-entry {
    width: 49%;
  }
}
@media screen and (max-width: 680px) {
  .footer-container .footer-locale-selector .locale-list {
    width: 475px;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .footer-locale-selector .locale-list {
    width: 375px;
  }
}
.footer-container .atvi-locale-selector .CN .flag,
.footer-container .atvi-locale-selector .TW .flag {
  opacity: 0;
}
.footer-container .atvi-locale-selector .locale-entry.CN .flag,
.footer-container .atvi-locale-selector .locale-entry.TW .flag {
  display: none;
}
.footer-container .atvi-locale-selector a.CN > .region,
.footer-container .atvi-locale-selector a.TW > .region {
  display: block;
  color: #fff;
}
html:not([lang='en']) .footer-left .esrb,
html:not([lang='en-CA']) .footer-left .esrb,
html:not([lang='es_mx']) .footer-left .esrb {
  width: 75px;
}
html[lang='ja'] .footer-left .esrb,
html[lang='de'] .footer-left .esrb,
html[lang='zh-TW'] .footer-left .esrb,
html[lang='zh-CN'] .footer-left .esrb,
html[lang='ru'] .footer-left .esrb,
html[lang='pt-BR'] .footer-left .esrb {
  width: 90px;
}
html[lang='ko'] .footer-container .inner-container {
  width: 90%;
}
html[lang='ko'] .footer-container .footer-left .esrb {
  width: 55%;
}
@media screen and (max-width: 768px) {
  html[lang='ko'] .footer-container .footer-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  html[lang='ko'] .footer-container .footer-left .esrb {
    width: 100%;
  }
  html[lang='ko'] .footer-container .footer-right {
    float: none;
    width: 100%;
  }
}
html[lang=en-AU] .footer-container .footer-left .esrb > a > img {
  width: 50%;
  margin: 0 auto;
}
html[lang="ja"] .footer-container .footer-right .footer-links > ul > li.ja-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  html:lang(ko) .footer-container .footer-locale-selector .locale-menu {
    bottom: 0!important;
  }
}

