@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#hero {
  background-color: black;
  overflow: hidden;
}
#hero .hero-wrapper {
  height: 100vh;
  position: relative;
}
#hero .background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .background-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#hero .background-container .bg.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #hero .background-container .bg.mobile {
    display: block;
  }
  #hero .background-container .bg.desktop {
    display: none;
  }
}
#hero .content-container {
  width: 40%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hero .content-container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #hero .content-container {
    top: 55%;
  }
}
#hero .content-container .season-logo {
  width: 65%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #hero .content-container .season-logo {
    width: 100%;
  }
}
#hero .content-container .hero-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #a59d95;
  margin: 0px 0px 16px 0px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  position: relative;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  #hero .content-container .hero-text {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#hero .content-container .watch-trailer {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  width: fit-content;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-color: transparent;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  position: relative;
  bottom: 50px;
}
#hero .content-container .watch-trailer:after,
#hero .content-container .watch-trailer:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
#hero .content-container .watch-trailer:after {
  bottom: -1px;
  top: initial;
}
#hero .content-container .watch-trailer:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
#hero .content-container .watch-trailer:hover {
  background-color: #627f53;
  color: #c7cac6;
}
#hero .content-container .watch-trailer:hover:after,
#hero .content-container .watch-trailer:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
#hero .content-container .watch-trailer:before,
#hero .content-container .watch-trailer:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
#hero .content-container .watch-trailer:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
#hero .content-container .warzone-logo {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  position: relative;
  top: initial;
  left: initial;
  margin: 20px auto 0;
  opacity: 0;
  bottom: 50px;
}
#hero .content-container .warzone-logo img {
  width: 60%;
  margin: 0 auto;
}
#hero .content-container.animate .season-logo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#hero .content-container.animate .hero-text {
  opacity: 1;
  bottom: 0;
}
#hero .content-container.animate .watch-trailer {
  opacity: 1;
  bottom: 0;
}
#hero .content-container.animate .warzone-logo {
  opacity: 1;
  bottom: 0;
}
html.aem-AuthorLayer-Edit #hero .hero-wrapper {
  height: 900px;
}
html.aem-AuthorLayer-Edit #hero .embers-img {
  display: none;
}
html.aem-AuthorLayer-Edit #hero .smoke {
  display: none;
}

/*-------------------------embers-begins--------------------*/
.embers-img {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  mix-blend-mode: screen;
}
.embers {
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  left: 30%;
  top: 0;
  opacity: 0.5;
}
.embers.back-row {
  display: block;
  z-index: 1;
  bottom: 25%;
}
.flicker {
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  -webkit-animation: flicker .75s linear infinite;
  animation: flicker .75s linear infinite;
}
@-webkit-keyframes flicker {
  0% {
    -webkit-transform: translate(100px, 100vh);
    transform: translate(100px, 100vh);
  }
  25% {
    -webkit-transform: translate(-65px, 70vh);
    transform: translate(-65px, 70vh);
  }
  50% {
    -webkit-transform: translate(-140px, 40vh);
    transform: translate(-140px, 40vh);
  }
  75% {
    -webkit-transform: translate(-280px, 20vh);
    transform: translate(-280px, 20vh);
  }
  100% {
    -webkit-transform: translate(-335px, 0vh);
    transform: translate(-335px, 0vh);
  }
}
@keyframes flicker {
  0% {
    -webkit-transform: translate(100px, 100vh);
    transform: translate(100px, 100vh);
  }
  25% {
    -webkit-transform: translate(-65px, 70vh);
    transform: translate(-65px, 70vh);
  }
  50% {
    -webkit-transform: translate(-140px, 40vh);
    transform: translate(-140px, 40vh);
  }
  75% {
    -webkit-transform: translate(-280px, 20vh);
    transform: translate(-280px, 20vh);
  }
  100% {
    -webkit-transform: translate(-335px, 0vh);
    transform: translate(-335px, 0vh);
  }
}
.stem {
  border-radius: 50% 50% 50% 0.83333333% 60% 40% 40%;
  background: -o-radial-gradient(#ffd94d 20%, rgba(255, 0, 0, 0.8) 60%, rgba(255, 0, 0, 0) 100%);
  background: radial-gradient(#ffd94d 20%, rgba(255, 0, 0, 0.8) 60%, rgba(255, 0, 0, 0) 100%);
  -webkit-animation: stem .75s linear infinite;
  animation: stem .75s linear infinite;
}
@-webkit-keyframes stem {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    opacity: 0;
    height: 0px;
    width: 0px;
  }
  15% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 1;
    height: 40px;
    width: 9px;
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    opacity: 75;
    height: 15px;
    width: 8px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: .5;
    height: 5px;
    width: 7px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    height: 0px;
    width: 7px;
  }
}
@keyframes stem {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    opacity: 0;
    height: 0px;
    width: 0px;
  }
  15% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    opacity: 1;
    height: 40px;
    width: 9px;
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    opacity: 75;
    height: 15px;
    width: 8px;
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: .5;
    height: 5px;
    width: 7px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    height: 0px;
    width: 7px;
  }
}
@media screen and (max-width: 480px) {
  .embers-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 600px;
  }
  .embers {
    width: 90%;
    height: 50%;
  }
  .flicker {
    -webkit-animation: flicker 1.5s linear infinite;
    animation: flicker 1.5s linear infinite;
  }
  .stem {
    -webkit-animation: stem 1.5s linear infinite;
    animation: stem 1.5s linear infinite;
  }
  @-webkit-keyframes stem {
    0% {
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
      opacity: 0;
      height: 0px;
      width: 0px;
    }
    15% {
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg);
      opacity: 1;
      height: 20px;
      width: 5px;
    }
    50% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
      opacity: 75;
      height: 10px;
      width: 4px;
    }
    75% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
      opacity: .5;
      height: 5px;
      width: 4px;
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      opacity: 0;
      height: 0px;
      width: 4px;
    }
  }
  @keyframes stem {
    0% {
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
      opacity: 0;
      height: 0px;
      width: 0px;
    }
    15% {
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg);
      opacity: 1;
      height: 20px;
      width: 5px;
    }
    50% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
      opacity: 75;
      height: 10px;
      width: 4px;
    }
    75% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
      opacity: .5;
      height: 5px;
      width: 4px;
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      opacity: 0;
      height: 0px;
      width: 4px;
    }
  }
}
.animate .flicker,
.animate .stem {
  -webkit-animation: none;
  animation: none;
}
/*--------------smoke------------------*/
.smoke {
  content: "";
  width: 300px;
  height: 200px;
  background-image: url("../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/smoke.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  -webkit-animation: 10s ease-out smoke infinite;
  animation: 10s ease-out smoke infinite;
  left: 40%;
  top: 65%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.smoke.two {
  -webkit-animation: 10s ease-out smoke infinite 5s;
  animation: 10s ease-out smoke infinite 5s;
}
.smoke.three {
  -webkit-animation: 10s ease-out smoke-two infinite 2s;
  animation: 10s ease-out smoke-two infinite 2s;
  left: 20%;
  top: 65%;
}
.smoke.four {
  -webkit-animation: 10s ease-out smoke-two infinite 7s;
  animation: 10s ease-out smoke-two infinite 7s;
  left: 15%;
  top: 65%;
}
.animate .smoke {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@-webkit-keyframes smoke {
  0% {
    -webkit-transform: rotate(0deg) scale(5) translateY(0px) translateX(80px);
    transform: rotate(0deg) scale(5) translateY(0px) translateX(80px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(5) translateY(-100px) translateX(120px);
    transform: rotate(0deg) scale(5) translateY(-100px) translateX(120px);
    opacity: 0;
  }
}
@keyframes smoke {
  0% {
    -webkit-transform: rotate(0deg) scale(5) translateY(0px) translateX(80px);
    transform: rotate(0deg) scale(5) translateY(0px) translateX(80px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(5) translateY(-100px) translateX(120px);
    transform: rotate(0deg) scale(5) translateY(-100px) translateX(120px);
    opacity: 0;
  }
}
@-webkit-keyframes smoke-two {
  0% {
    -webkit-transform: rotate(180deg) scale(5) translateY(0) translateX(0px);
    transform: rotate(180deg) scale(5) translateY(0) translateX(0px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(5) translateY(80px) translateX(50px);
    transform: rotate(180deg) scale(5) translateY(80px) translateX(50px);
    opacity: 0;
  }
}
@keyframes smoke-two {
  0% {
    -webkit-transform: rotate(180deg) scale(5) translateY(0) translateX(0px);
    transform: rotate(180deg) scale(5) translateY(0) translateX(0px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(5) translateY(80px) translateX(50px);
    transform: rotate(180deg) scale(5) translateY(80px) translateX(50px);
    opacity: 0;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.atvi-modal {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.atvi-modal.active {
  display: block;
  opacity: 1;
}
.atvi-modal .background-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.atvi-modal .button-container.close {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  width: fit-content;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  text-decoration: none;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
.atvi-modal .button-container.close:after,
.atvi-modal .button-container.close:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
.atvi-modal .button-container.close:after {
  bottom: -1px;
  top: initial;
}
.atvi-modal .button-container.close:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
.atvi-modal .button-container.close:hover {
  background-color: #627f53;
  color: #c7cac6;
}
.atvi-modal .button-container.close:hover:after,
.atvi-modal .button-container.close:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.atvi-modal .button-container.close:before,
.atvi-modal .button-container.close:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
.atvi-modal .button-container.close:hover {
  background-color: #282828;
}
.atvi-modal .button-container.close .close {
  position: relative;
  width: 60px;
  height: 60px;
  content: "";
  display: block;
}
.atvi-modal .button-container.close .close:after,
.atvi-modal .button-container.close .close:before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  background-color: #597985;
  left: calc(50% - 15px);
  top: 50%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.atvi-modal .button-container.close .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.atvi-modal .button-container.close .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.atvi-modal .button-container.close .close:hover:after,
.atvi-modal .button-container.close .close:hover:before {
  width: 36px;
  left: calc(50% - 18px);
  background-color: #79d9ff;
}
.atvi-modal > .inner {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.atvi-modal > .inner .modal-content-container .external-link-overlay {
  display: none;
}
.atvi-modal > .inner .modal-content-container .controls {
  position: relative;
}
.atvi-modal > .inner .modal-content-container .controls .controls-container {
  display: block;
}
.atvi-modal img {
  width: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#weapons {
  position: relative;
  background-color: black;
}
#weapons .weapons-wrapper .weapons-header {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #a59d95;
  margin: 0px 0px 16px 0px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 50px;
  text-align: center;
  position: relative;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #weapons .weapons-wrapper .weapons-header {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#weapons .weapons-wrapper .weapons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-height: 450px;
}
#weapons .weapons-wrapper .weapons-container .weapon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 20px;
}
#weapons .weapons-wrapper .weapons-container .weapon:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 54.54545455%;
}
@media screen and (max-width: 768px) {
  #weapons .weapons-wrapper .weapons-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#weapons .weapons-wrapper .content-container {
  width: 80%;
  position: absolute;
  top: 5%;
  left: 5%;
}
#weapons .weapons-wrapper .content-container .weapon-name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #a59d95;
  margin: 0px 0px 16px 0px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #weapons .weapons-wrapper .content-container .weapon-name {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#weapons .weapons-wrapper .content-container .weapon-description {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #weapons .weapons-wrapper .content-container .weapon-name {
    font-size: 18px;
  }
  #weapons .weapons-wrapper .content-container .weapon-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #weapons .weapons-wrapper .content-container {
    width: 90%;
  }
}
#weapons .weapons-wrapper .border {
  position: absolute;
  width: 30px;
  height: 30px;
}
#weapons .weapons-wrapper .border.border-top {
  border-top: 1px white solid;
  top: 0;
}
#weapons .weapons-wrapper .border.border-bottom {
  border-bottom: 1px white solid;
  bottom: 0;
}
#weapons .weapons-wrapper .border.right {
  right: 0;
  border-right: 1px white solid;
}
#weapons .weapons-wrapper .border.left {
  left: 0;
  border-left: 1px white solid;
}
#weapons.animate .weapons-wrapper .weapons-header {
  opacity: 1;
  bottom: 0;
}
#weapons.animate .weapons-wrapper .weapons-container {
  opacity: 1;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: 0.2s;
}
html.aem-AuthorLayer-Edit #weapons .weapons-header {
  opacity: 1 !important;
}
html.aem-AuthorLayer-Edit #weapons .weapons-container {
  opacity: 1 !important;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#battlepass {
  position: relative;
}
#battlepass:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 41.66666667%;
}
@media screen and (max-width: 1024px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 87.890625%;
  }
}
@media screen and (max-width: 768px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 135.41666667%;
  }
}
@media screen and (max-width: 480px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 171.875%;
  }
}
#battlepass .bp-wrapper .background-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#battlepass .bp-wrapper .background-container .bg.mobile {
  display: none;
  background-size: 100%;
  background-position: top center;
  background-color: #000000;
}
#battlepass .bp-wrapper .background-container .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .background-container .bg.mobile {
    display: block;
  }
  #battlepass .bp-wrapper .background-container .bg.desktop {
    display: none;
  }
  #battlepass .bp-wrapper .background-container .bg:after {
    background: linear-gradient(to top, #000000 20%, transparent);
  }
}
#battlepass .bp-wrapper .content-container {
  position: absolute;
  width: 50%;
  max-width: 650px;
  margin-left: 5vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: -o-radial-gradient(#000000, transparent 80%);
  background: radial-gradient(#000000, transparent 80%);
}
#battlepass .bp-wrapper .content-container .header {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #a59d95;
  margin: 0px 0px 16px 0px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .header {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#battlepass .bp-wrapper .content-container .sku-items .bullet-item {
  position: relative;
  margin-bottom: 5px;
}
#battlepass .bp-wrapper .content-container .sku-items .bullet-item p {
  padding-left: 16px;
}
#battlepass .bp-wrapper .content-container .sku-items .bullet-item:before {
  content: "•";
  position: absolute;
}
#battlepass .bp-wrapper .content-container .cta-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  width: 55%;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .cta-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
}
#battlepass .bp-wrapper .content-container .cta {
  min-height: 45px;
  margin: 40px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .cta {
    margin: 0;
  }
}
#battlepass .bp-wrapper .content-container .cta a {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  width: fit-content;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-color: transparent;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  display: block;
  min-width: 150px;
  text-align: center;
}
#battlepass .bp-wrapper .content-container .cta a:after,
#battlepass .bp-wrapper .content-container .cta a:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
#battlepass .bp-wrapper .content-container .cta a:after {
  bottom: -1px;
  top: initial;
}
#battlepass .bp-wrapper .content-container .cta a:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
#battlepass .bp-wrapper .content-container .cta a:hover {
  background-color: #627f53;
  color: #c7cac6;
}
#battlepass .bp-wrapper .content-container .cta a:hover:after,
#battlepass .bp-wrapper .content-container .cta a:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
#battlepass .bp-wrapper .content-container .cta a:before,
#battlepass .bp-wrapper .content-container .cta a:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
#battlepass .bp-wrapper .content-container .cta a:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .cta a {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container {
    width: 75%;
    top: 70%;
  }
}

@media screen and (max-width: 1120px) {
  html:lang(fr) #battlepass {
    position: relative;
  }
  html:lang(fr) #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 87.890625%;
  }
}
@media screen and (max-width: 768px) {
  html:lang(fr) #battlepass {
    position: relative;
    min-height: 600px;
  }
}
@media screen and (max-width: 1080px) {
  html:lang(de) #battlepass,
  html:lang(ru) #battlepass,
  html:lang(es) #battlepass {
    position: relative;
  }
  html:lang(de) #battlepass:before,
  html:lang(ru) #battlepass:before,
  html:lang(es) #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 87.890625%;
  }
}
@media screen and (max-width: 768px) {
  html:lang(de) #battlepass,
  html:lang(ru) #battlepass,
  html:lang(es) #battlepass {
    position: relative;
    min-height: 600px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.info-tout-container {
  position: relative;
  background: black;
}
.info-tout-container .background-container {
  position: relative;
}
.info-tout-container .background-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 40%;
}
@media screen and (max-width: 1280px) {
  .info-tout-container .background-container {
    position: relative;
  }
  .info-tout-container .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .info-tout-container .background-container {
    position: relative;
    height: 100%;
  }
  .info-tout-container .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 190.47619048%;
  }
}
.info-tout-container .background-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.info-tout-container .background-container .bg.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .info-tout-container .background-container .bg.desktop {
    display: none;
  }
  .info-tout-container .background-container .bg.mobile {
    display: block;
  }
}
.info-tout-container .content-container {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 40%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 890px) {
  .info-tout-container .content-container {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .info-tout-container .content-container {
    width: 80%;
    top: 50%;
  }
}
@media screen and (max-width: 480px) {
  .info-tout-container .content-container {
    top: 65%;
  }
}
.info-tout-container .content-container .header-title h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #a59d95;
  margin: 0px 0px 16px 0px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .info-tout-container .content-container .header-title h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .info-tout-container .content-container .header-title h1 {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
.info-tout-container .content-container .desc-container {
  margin-bottom: 16px;
}
.info-tout-container .content-container .desc-container .desc {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .info-tout-container .content-container .desc-container .desc {
    max-width: 100%;
  }
}
.info-tout-container .content-container .desc-container .desc p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #a9a6a1;
  margin: 0;
  line-height: 1.15;
  font-size: 24px;
  font-weight: 300;
}
.info-tout-container .content-container .cta-container {
  min-height: 45px;
  margin: 40px 10px 0 0;
  width: 55%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .info-tout-container .content-container .cta-container {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .info-tout-container .content-container .cta-container {
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
}
.info-tout-container .content-container .cta-container a,
.info-tout-container .content-container .cta-container button {
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  width: fit-content;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 0px #97cde1;
  background-color: transparent;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/blue-tile.png');
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  min-width: 162px;
  display: block;
  min-width: 150px;
  max-width: 200px;
  text-align: center;
}
.info-tout-container .content-container .cta-container a:after,
.info-tout-container .content-container .cta-container button:after,
.info-tout-container .content-container .cta-container a:before,
.info-tout-container .content-container .cta-container button:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
.info-tout-container .content-container .cta-container a:after,
.info-tout-container .content-container .cta-container button:after {
  bottom: -1px;
  top: initial;
}
.info-tout-container .content-container .cta-container a:before,
.info-tout-container .content-container .cta-container button:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
.info-tout-container .content-container .cta-container a:hover,
.info-tout-container .content-container .cta-container button:hover {
  background-color: #627f53;
  color: #c7cac6;
}
.info-tout-container .content-container .cta-container a:hover:after,
.info-tout-container .content-container .cta-container button:hover:after,
.info-tout-container .content-container .cta-container a:hover:before,
.info-tout-container .content-container .cta-container button:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.info-tout-container .content-container .cta-container a:before,
.info-tout-container .content-container .cta-container button:before,
.info-tout-container .content-container .cta-container a:after,
.info-tout-container .content-container .cta-container button:after {
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
}
.info-tout-container .content-container .cta-container a:hover,
.info-tout-container .content-container .cta-container button:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
@media screen and (max-width: 768px) {
  .info-tout-container .content-container .cta-container a,
  .info-tout-container .content-container .cta-container button {
    margin: 0 0 15px 0;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#map-tout-block .background-container {
  position: relative;
}
#map-tout-block .background-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 30%;
}
@media screen and (max-width: 1550px) {
  #map-tout-block .background-container {
    position: relative;
  }
  #map-tout-block .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 45%;
  }
}
@media screen and (max-width: 1100px) {
  #map-tout-block .background-container {
    position: relative;
    height: 100%;
  }
  #map-tout-block .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 57%;
  }
}
@media screen and (max-width: 768px) {
  #map-tout-block .background-container {
    position: relative;
    height: 100%;
  }
  #map-tout-block .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
@media screen and (max-width: 345px) {
  #map-tout-block .background-container .content-container {
    top: 60%;
  }
}
#warzone-experience-tout .background-container {
  position: relative;
}
#warzone-experience-tout .background-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 46.875%;
}
@media screen and (max-width: 1280px) {
  #warzone-experience-tout .background-container {
    position: relative;
  }
  #warzone-experience-tout .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  #warzone-experience-tout .background-container {
    position: relative;
  }
  #warzone-experience-tout .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 112.5%;
  }
}
@media screen and (max-width: 680px) {
  #warzone-experience-tout .background-container {
    position: relative;
  }
  #warzone-experience-tout .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 150%;
  }
}
#season-4 .content-container,
#season-5 .content-container {
  left: auto;
  right: 0;
  max-width: 650px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #season-4 .content-container,
  #season-5 .content-container {
    left: auto;
    right: 10%;
    max-width: 650px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #season-4 .content-container .desc-container,
  #season-5 .content-container .desc-container {
    margin-bottom: 40px;
  }
  #season-4 .content-container .desc-container .desc,
  #season-5 .content-container .desc-container .desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #season-4 .background-container,
  #season-5 .background-container {
    position: relative;
  }
  #season-4 .background-container:before,
  #season-5 .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 87.890625%;
  }
}
@media screen and (max-width: 768px) {
  #season-4 .background-container,
  #season-5 .background-container {
    position: relative;
  }
  #season-4 .background-container:before,
  #season-5 .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 166.66666667%;
  }
}
@media screen and (max-width: 480px) {
  #season-4 .background-container,
  #season-5 .background-container {
    position: relative;
  }
  #season-4 .background-container:before,
  #season-5 .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 208.33333333%;
  }
}
@media screen and (max-width: 375px) {
  #season-4 .background-container,
  #season-5 .background-container {
    position: relative;
  }
  #season-4 .background-container:before,
  #season-5 .background-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 229.16666667%;
  }
}

@media screen and (max-width: 768px) {
  #warzone-experience-tout {
    min-height: 750px;
  }
}
#warzone-experience-tout .header-title h1 {
  text-shadow: 0px 0px 20px black, 0px 0px 60px black, 0px 0px 60px black, 0px 0px 60px black, 0px 0px 60px black;
}
@media screen and (max-width: 768px) {
  #warzone-experience-tout .header-title h1 {
    text-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  #warzone-experience-tout .content-container {
    top: 80%;
  }
}
@media screen and (max-width: 480px) {
  #warzone-experience-tout .content-container {
    top: 70%;
  }
}
@media screen and (max-width: 768px) {
  #map-tout-block {
    min-height: 645px;
  }
  #map-tout-block .content-container {
    top: initial;
    bottom: -65px;
  }
}
@media screen and (max-width: 500px) {
  #map-tout-block .content-container {
    top: initial;
    bottom: -40px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#battlepass {
  position: relative;
}
#battlepass:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 1024px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 87.890625%;
  }
}
@media screen and (max-width: 768px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 135.41666667%;
  }
}
@media screen and (max-width: 480px) {
  #battlepass {
    position: relative;
  }
  #battlepass:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 171.875%;
  }
}
#battlepass .background-container .bg {
  background: black;
}
#battlepass .bp-wrapper .content-container {
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 75%;
  width: 60%;
  max-width: 890px;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container {
    top: 65%;
  }
}
#battlepass .bp-wrapper .content-container .sku-items .bullet-item p {
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #a9a6a1;
  margin: 0;
  line-height: 1.15;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 200;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  #battlepass .bp-wrapper .content-container .sku-items .bullet-item p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .sku-items .bullet-item p {
    width: 100%;
  }
}
#battlepass .bp-wrapper .content-container .sku-items .bullet-item::before {
  content: "";
}
#battlepass .bp-wrapper .content-container .cta-container {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #battlepass .bp-wrapper .content-container .cta-container .cta a {
    margin: 10px auto;
  }
}

