@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#vignette {
  content: "";
  display: block;
  height: calc(100% - 50px);
  width: 102%;
  overflow: hidden;
  position: fixed;
  top: calc(50% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 100px rgba(205, 196, 189, 0.5);
  border-radius: 60px;
  border: 40px solid #e5e3e3;
  border-top: 50px solid #e5e3e3;
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#vignette.fixed {
  height: 100%;
  top: 50%;
}
@media screen and (max-width: 1480px) {
  #vignette {
    -webkit-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
  }
}
@media screen and (max-width: 1200px) {
  #vignette {
    height: 100%;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  #vignette {
    width: 104%;
  }
}
@media screen and (max-width: 680px) {
  #vignette {
    border: none;
    box-shadow: inset 0px 0px 50px rgba(205, 196, 189, 0.5);
  }
}

#noise {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/noise-gif-square-anim.gif);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#hero {
  position: relative;
  width: 90%;
  padding: 0 2vw;
  margin: 100px auto 0;
  z-index: 10;
  transition: width .3s ease, padding .3s ease, margin .3s ease;
  min-height: 100vh;
}
#hero:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 51.5625%;
}
#hero .hero-child-resource-2-class {
  overflow: visible;
}
#hero.zoom {
  width: 100%;
  padding: 0;
  margin: 50px auto 0;
  z-index: 15;
}
#hero.zoom > .atvi-column-inner-container {
  width: 90vw;
}
@media screen and (max-width: 1280px) {
  #hero {
    position: relative;
    margin-bottom: 20px;
  }
  #hero:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 78.125%;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    position: relative;
    min-height: auto;
  }
  #hero:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 133.33333333%;
  }
}
#hero > .atvi-column-inner-container {
  position: absolute !important;
  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%);
  width: 85vw;
  transition: width .3s ease;
}
@media screen and (max-width: 1440) {
  #hero > .atvi-column-inner-container {
    width: 95vw;
  }
}
@media screen and (max-width: 768px) {
  #hero > .atvi-column-inner-container {
    position: relative !important;
  }
}
#hero .hero-content,
#hero .hero-details {
  text-align: center;
}
#hero .hero-content .hero-logo,
#hero .hero-details .hero-logo {
  width: 100%;
}
#hero .hero-content .available,
#hero .hero-details .available {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 50px;
  color: black;
  margin: 0 auto 20px;
  line-height: 1.15;
  width: 100%;
  text-transform: uppercase;
}
#hero .hero-content .available sup,
#hero .hero-details .available sup {
  vertical-align: top;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1680px) {
  #hero .hero-content .available,
  #hero .hero-details .available {
    font-size: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #hero .hero-content .available,
  #hero .hero-details .available {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hero .hero-content .available,
  #hero .hero-details .available {
    font-size: 50px;
  }
}
#hero .hero-content .cta-container .hero-cta,
#hero .hero-details .cta-container .hero-cta {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  background-color: #33312f;
  min-width: 300px;
  margin: 20px auto;
}
#hero .hero-content .cta-container .hero-cta a,
#hero .hero-details .cta-container .hero-cta a {
  text-decoration: none;
}
#hero .hero-content .cta-container .hero-cta:after,
#hero .hero-details .cta-container .hero-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
#hero .hero-content .cta-container .hero-cta a,
#hero .hero-details .cta-container .hero-cta a,
#hero .hero-content .cta-container .hero-cta h1,
#hero .hero-details .cta-container .hero-cta h1,
#hero .hero-content .cta-container .hero-cta h2,
#hero .hero-details .cta-container .hero-cta h2,
#hero .hero-content .cta-container .hero-cta h3,
#hero .hero-details .cta-container .hero-cta h3,
#hero .hero-content .cta-container .hero-cta span,
#hero .hero-details .cta-container .hero-cta span,
#hero .hero-content .cta-container .hero-cta > div,
#hero .hero-details .cta-container .hero-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#hero .hero-content .cta-container .hero-cta a:before,
#hero .hero-details .cta-container .hero-cta a:before,
#hero .hero-content .cta-container .hero-cta h1:before,
#hero .hero-details .cta-container .hero-cta h1:before,
#hero .hero-content .cta-container .hero-cta h2:before,
#hero .hero-details .cta-container .hero-cta h2:before,
#hero .hero-content .cta-container .hero-cta h3:before,
#hero .hero-details .cta-container .hero-cta h3:before,
#hero .hero-content .cta-container .hero-cta span:before,
#hero .hero-details .cta-container .hero-cta span:before,
#hero .hero-content .cta-container .hero-cta > div:before,
#hero .hero-details .cta-container .hero-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
#hero .hero-content .cta-container .hero-cta:hover a:before,
#hero .hero-details .cta-container .hero-cta:hover a:before,
#hero .hero-content .cta-container .hero-cta:hover h1:before,
#hero .hero-details .cta-container .hero-cta:hover h1:before,
#hero .hero-content .cta-container .hero-cta:hover h2:before,
#hero .hero-details .cta-container .hero-cta:hover h2:before,
#hero .hero-content .cta-container .hero-cta:hover h3:before,
#hero .hero-details .cta-container .hero-cta:hover h3:before,
#hero .hero-content .cta-container .hero-cta:hover span:before,
#hero .hero-details .cta-container .hero-cta:hover span:before,
#hero .hero-content .cta-container .hero-cta:hover > div:before,
#hero .hero-details .cta-container .hero-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
#hero .hero-content .cta-container .hero-cta a,
#hero .hero-details .cta-container .hero-cta a,
#hero .hero-content .cta-container .hero-cta h1,
#hero .hero-details .cta-container .hero-cta h1,
#hero .hero-content .cta-container .hero-cta h2,
#hero .hero-details .cta-container .hero-cta h2,
#hero .hero-content .cta-container .hero-cta h3,
#hero .hero-details .cta-container .hero-cta h3,
#hero .hero-content .cta-container .hero-cta span,
#hero .hero-details .cta-container .hero-cta span,
#hero .hero-content .cta-container .hero-cta > div,
#hero .hero-details .cta-container .hero-cta > div {
  color: #e5e3e3;
}
#hero .hero-content .cta-container .hero-cta a:before,
#hero .hero-details .cta-container .hero-cta a:before,
#hero .hero-content .cta-container .hero-cta h1:before,
#hero .hero-details .cta-container .hero-cta h1:before,
#hero .hero-content .cta-container .hero-cta h2:before,
#hero .hero-details .cta-container .hero-cta h2:before,
#hero .hero-content .cta-container .hero-cta h3:before,
#hero .hero-details .cta-container .hero-cta h3:before,
#hero .hero-content .cta-container .hero-cta span:before,
#hero .hero-details .cta-container .hero-cta span:before,
#hero .hero-content .cta-container .hero-cta > div:before,
#hero .hero-details .cta-container .hero-cta > div:before {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg");
}
@media screen and (max-width: 1200px) {
  #hero .hero-content .cta-container,
  #hero .hero-details .cta-container {
    min-width: 230px;
  }
}
.hero-line {
  width: 90vw;
  margin: 40px auto;
  position: relative;
}
.hero-line .reveal-legal {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  position: absolute;
  right: 0;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .hero-line .reveal-legal {
    top: -25px;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .hero-line .reveal-legal {
    font-size: 11px;
  }
}
.hero-line .dash-lb {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hero-line {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto 20px;
  }
}
.hero-child-resource-1-class,
.hero-child-resource-2-class {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*  @media screen and (max-width: 1024px) {
        //width: 40% !important;
        display: none;
    }*/
}
@media screen and (max-width: 1024px) {
  .hero-child-resource-1-class,
  .hero-child-resource-2-class {
    display: none;
  }
}
.hero-mobile-content {
  display: none;
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  z-index: 11;
}
.hero-mobile-content .available {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  color: #e5e3e3;
  margin: 0 auto 20px;
  line-height: 1.15;
  width: 100%;
  text-transform: uppercase;
}
.hero-mobile-content .available sup {
  vertical-align: top;
  font-size: 10px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .hero-mobile-content .available {
    font-size: 62px;
  }
}
@media screen and (max-width: 425px) {
  .hero-mobile-content .available {
    font-size: 30px;
  }
}
.hero-mobile-content .cta-container .hero-cta {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  background-color: #33312f;
  min-width: 300px;
  margin: 20px auto;
}
.hero-mobile-content .cta-container .hero-cta a {
  text-decoration: none;
}
.hero-mobile-content .cta-container .hero-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.hero-mobile-content .cta-container .hero-cta a,
.hero-mobile-content .cta-container .hero-cta h1,
.hero-mobile-content .cta-container .hero-cta h2,
.hero-mobile-content .cta-container .hero-cta h3,
.hero-mobile-content .cta-container .hero-cta span,
.hero-mobile-content .cta-container .hero-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.hero-mobile-content .cta-container .hero-cta a:before,
.hero-mobile-content .cta-container .hero-cta h1:before,
.hero-mobile-content .cta-container .hero-cta h2:before,
.hero-mobile-content .cta-container .hero-cta h3:before,
.hero-mobile-content .cta-container .hero-cta span:before,
.hero-mobile-content .cta-container .hero-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.hero-mobile-content .cta-container .hero-cta:hover a:before,
.hero-mobile-content .cta-container .hero-cta:hover h1:before,
.hero-mobile-content .cta-container .hero-cta:hover h2:before,
.hero-mobile-content .cta-container .hero-cta:hover h3:before,
.hero-mobile-content .cta-container .hero-cta:hover span:before,
.hero-mobile-content .cta-container .hero-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.hero-mobile-content .cta-container .hero-cta a,
.hero-mobile-content .cta-container .hero-cta h1,
.hero-mobile-content .cta-container .hero-cta h2,
.hero-mobile-content .cta-container .hero-cta h3,
.hero-mobile-content .cta-container .hero-cta span,
.hero-mobile-content .cta-container .hero-cta > div {
  color: #e5e3e3;
}
.hero-mobile-content .cta-container .hero-cta a:before,
.hero-mobile-content .cta-container .hero-cta h1:before,
.hero-mobile-content .cta-container .hero-cta h2:before,
.hero-mobile-content .cta-container .hero-cta h3:before,
.hero-mobile-content .cta-container .hero-cta span:before,
.hero-mobile-content .cta-container .hero-cta > div:before {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg");
}
@media screen and (max-width: 320px) {
  .hero-mobile-content .cta-container .hero-cta {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-mobile-content {
    display: block;
  }
}
html.aem-AuthorLayer-Preview #hero,
html.aem-AuthorLayer-Edit #hero {
  max-height: 1000px !important;
  min-height: 1000px !important;
}
html.aem-AuthorLayer-Preview #hero .zoom,
html.aem-AuthorLayer-Edit #hero .zoom {
  max-height: 1000px !important;
  min-height: 1000px !important;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.pillars-jumbotron-container {
  width: 90vw;
  padding: 0 2vw;
  margin: 0px auto;
  position: relative;
  margin-top: 100px;
}
.pillars-jumbotron-container .mobile-container {
  display: none;
}
.pillars-jumbotron-container .animate-in.animating {
  transform: translateY(0px);
  opacity: 1;
}
.pillars-jumbotron-container .animate-in.animating.pillar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.pillars-jumbotron-container .animate-in.animating.pillar img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1) rotate(0deg);
  transition: opacity ease .2s, transform .5s, filter 1s;
  transition-delay: 0s;
}
.pillars-jumbotron-container .mp-cta {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  width: 60%;
  margin-top: 60px;
}
.pillars-jumbotron-container .mp-cta a {
  text-decoration: none;
}
.pillars-jumbotron-container .mp-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.pillars-jumbotron-container .mp-cta a,
.pillars-jumbotron-container .mp-cta h1,
.pillars-jumbotron-container .mp-cta h2,
.pillars-jumbotron-container .mp-cta h3,
.pillars-jumbotron-container .mp-cta span,
.pillars-jumbotron-container .mp-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.pillars-jumbotron-container .mp-cta a:before,
.pillars-jumbotron-container .mp-cta h1:before,
.pillars-jumbotron-container .mp-cta h2:before,
.pillars-jumbotron-container .mp-cta h3:before,
.pillars-jumbotron-container .mp-cta span:before,
.pillars-jumbotron-container .mp-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.pillars-jumbotron-container .mp-cta:hover a:before,
.pillars-jumbotron-container .mp-cta:hover h1:before,
.pillars-jumbotron-container .mp-cta:hover h2:before,
.pillars-jumbotron-container .mp-cta:hover h3:before,
.pillars-jumbotron-container .mp-cta:hover span:before,
.pillars-jumbotron-container .mp-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
@media screen and (max-width: 1400px) {
  .pillars-jumbotron-container .mp-cta {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pillars-jumbotron-container .mp-cta {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.pillars-jumbotron-container .pillar .img-container {
  position: relative;
}
.pillars-jumbotron-container .pillar img {
  transform: scale(1.05) rotate(-3deg);
  margin: 0 auto;
  width: 95%;
  opacity: 0;
  box-shadow: 0 0 10px #000000;
  filter: grayscale(100%);
}
.pillars-jumbotron-container .pillar .classified-text {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .pillars-jumbotron-container .pillar .classified-text {
    font-size: 20px;
  }
}
.pillars-jumbotron-container .jumbo-tron-pillar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/game-modes/decode-tile.png);
  background-repeat: no-repeat;
  background-position: left 200px;
  position: relative;
}
.pillars-jumbotron-container .jumbo-tron-pillar::before {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/game-modes/detail-121.png);
  content: "";
  display: block;
  width: 80px;
  height: 20px;
  top: -80px;
  left: 0;
  position: absolute;
}
.pillars-jumbotron-container .jumbo-tron-pillar .text-container {
  flex: 0 0 25%;
  margin-right: 30px;
}
.pillars-jumbotron-container .jumbo-tron-pillar .text-container p {
  display: block;
}
.pillars-jumbotron-container .jumbo-tron-pillar .img-container {
  flex: 0 0 70%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .pillars-jumbotron-container .jumbo-tron-pillar .img-container {
    flex: 0 0 60%;
  }
}
.pillars-jumbotron-container .jumbo-tron-pillar .img-container img {
  width: 100%;
}
.pillars-jumbotron-container .redacted {
  background-color: black;
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.pillars-jumbotron-container .redacted::before {
  content: "\00a0";
}
.pillars-jumbotron-container .redacted.redacted-full {
  width: 100%;
}
.pillars-jumbotron-container .redacted.redacted-15 {
  width: 15%;
}
.pillars-jumbotron-container .redacted.redacted-35 {
  width: 35%;
}
.pillars-jumbotron-container .redacted.redacted-45 {
  width: 45%;
}
.pillars-jumbotron-container .redacted.redacted-80 {
  width: 80%;
}
.pillars-jumbotron-container .text-container {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.pillars-jumbotron-container .text-container .pillar-title {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  margin: 0px 0px 60px 0px;
}
@media screen and (max-width: 768px) {
  .pillars-jumbotron-container .text-container .pillar-title {
    font-size: 20px;
  }
}
.pillars-jumbotron-container .text-container p {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  display: inline;
}
.pillars-jumbotron-container .pillars-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  padding: 60px 0 40px 0;
}
.pillars-jumbotron-container .pillars-container .pillar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.pillars-jumbotron-container .pillars-container .pillar img {
  width: 100%;
}
.pillars-jumbotron-container .pillars-container .pillar .pillar-description {
  margin: 0 0 30px 0;
  min-height: 180px;
}
@media screen and (max-width: 1440px) {
  .pillars-jumbotron-container .pillars-container .pillar .pillar-description {
    min-height: 225px;
  }
}
@media screen and (max-width: 1280px) {
  .pillars-jumbotron-container .pillars-container .pillar .pillar-description {
    min-height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .pillars-jumbotron-container {
    padding: 0;
  }
  .pillars-jumbotron-container .desktop-container {
    display: none;
  }
  .pillars-jumbotron-container .mobile-container {
    display: block;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel {
    overflow: hidden;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .text-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .text-container .pillar-description {
    margin-bottom: 20px;
    min-height: 225px;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel img {
    margin-bottom: 75px;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .slick-prev,
  .pillars-jumbotron-container .mobile-container .pillars-carousel .slick-next {
    top: 94%;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .slick-dots {
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 70%;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .slick-dots li button::before {
    font-size: 61px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    text-align: center;
    color: #cdc4bd;
    opacity: 0.25;
  }
  .pillars-jumbotron-container .mobile-container .pillars-carousel .slick-dots li.slick-active button::before {
    opacity: 1;
  }
}

@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;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  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%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-next {
  right: 10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #a59d95;
}
.slick-prev {
  left: 10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #a59d95;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 50;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  /*&:before {
                position: absolute;
                top: 0;
                left: 0;
                content: @slick-dot-character;
                width: 20px;
                height: 20px;
                font-size: @slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: @slick-dot-color;
                opacity: @slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }*/
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  margin: 0;
  min-height: 0px;
  position: relative;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:not(.slick-active):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.slick-slide:focus {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.table-parent-container {
  width: 90vw;
  padding: 0 2vw;
  margin: 0px auto;
  margin-bottom: 100px;
  position: relative;
}
.table-parent-container .table-title-container {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.table-parent-container .table-title-container .table-title {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .table-parent-container .table-title-container .table-title {
    font-size: 20px;
  }
}
.table-parent-container .table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #66615c;
}
.table-parent-container .table .col-left {
  flex: 0 0 65%;
}
.table-parent-container .table .col-left .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-parent-container .table .col-left .row:not(:last-child) {
  border-bottom: 1px solid #66615c;
}
.table-parent-container .table .col-left .row:nth-child(2) {
  height: 400px;
}
.table-parent-container .table .col-left .row:nth-child(2) .table-cell:first-child {
  border-right: 1px solid #66615c;
}
.table-parent-container .table .col-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #66615c;
}
.table-parent-container .table .col-right .row:first-child {
  border-bottom: 1px solid #66615c;
}
.table-parent-container .table .table-cell {
  padding: 40px;
}
.table-parent-container .table .table-cell .img-container {
  position: relative;
}
.table-parent-container .table .table-cell .img-container img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
}
.table-parent-container .table .table-cell .table-cell-header {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  font-size: 14px;
  color: #bfb08b;
  margin: 0 0 0px -10px;
}
@media screen and (max-width: 768px) {
  .table-parent-container .table .table-cell .table-cell-header {
    font-size: 20px;
  }
}
.table-parent-container .table .table-cell .table-cell-copy {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.table-parent-container .table .table-cell .table-cell-copy.copy-sub-header::first-line {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .table-parent-container .table .table-cell .table-cell-copy.copy-sub-header::first-line {
    font-size: 20px;
  }
}
.table-parent-container .table .table-cell .table-cell-copy ul {
  list-style: disc;
  padding-left: 35px;
}
.table-parent-container .table .table-cell .table-cell-copy br {
  content: "";
  padding-bottom: 10px;
  display: block;
}
.table-parent-container .table .cell-70 {
  flex: 0 0 70%;
}
.table-parent-container .table .cell-40 {
  flex: 0 0 40%;
}
@media screen and (max-width: 1024px) {
  .table-parent-container .table .cell-40 {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .table-parent-container .mobile-hide {
    display: none;
  }
  .table-parent-container .table {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-parent-container .table .col-left .row .table-cell:first-child {
    border-right: none;
    border-bottom: 1px solid #66615c;
  }
  .table-parent-container .table .col-left .row:nth-child(2) {
    height: unset;
  }
  .table-parent-container .table .row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-parent-container .table .col-right {
    border-left: none;
    border-top: 1px solid #66615c;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#pack-upsell {
  text-align: center;
  position: relative;
  background-color: black;
  padding: 100px 2vw 40px;
  margin: 0px auto;
}
#pack-upsell .header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  #pack-upsell .header {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
#pack-upsell .sub-header {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  background-color: #5a2023;
  padding: 2px 20px 2px 10px;
  width: fit-content;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #pack-upsell .sub-header {
    font-size: 20px;
  }
}
#pack-upsell .upsell-desktop-image {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #pack-upsell .upsell-desktop-image {
    display: none;
  }
}
#pack-upsell #upsell-pack-carousel {
  display: none;
}
#pack-upsell #upsell-pack-carousel .pack img {
  width: 90%;
  margin: 30px auto 10px;
}
#pack-upsell #upsell-pack-carousel .pack .pack-details {
  width: 80%;
  margin: 0 auto;
}
#pack-upsell #upsell-pack-carousel .pack .pack-details h2 {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  background-color: #5a2023;
  padding: 2px 20px 2px 10px;
  width: fit-content;
  margin: 20px auto;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #pack-upsell #upsell-pack-carousel .pack .pack-details h2 {
    font-size: 20px;
  }
}
#pack-upsell #upsell-pack-carousel .pack .pack-details ul {
  text-align: left;
}
#pack-upsell #upsell-pack-carousel .pack .pack-details ul li {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  background-color: #5a2023;
  margin: 20px auto;
  font-size: 20px;
  color: black;
  background-color: white;
  padding: 2px 20px 2px 10px;
  width: fit-content;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  #pack-upsell #upsell-pack-carousel .pack .pack-details ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #pack-upsell #upsell-pack-carousel {
    display: block;
  }
}
#pack-upsell #upsell-chart {
  width: 90vw;
  margin: 60px auto 0;
}
#pack-upsell #upsell-chart .flex-wrapper {
  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;
  border: 1px solid #66615c;
}
@media screen and (max-width: 700px) {
  #pack-upsell #upsell-chart .flex-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#pack-upsell #upsell-chart .item {
  position: relative;
  padding: 40px;
}
#pack-upsell #upsell-chart .item .header {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #bfb08b;
  text-align: left;
  margin: 0 0 0px -10px;
  letter-spacing: 0;
}
#pack-upsell #upsell-chart .item .description {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  background-color: #5a2023;
  padding: 2px 20px 2px 10px;
  width: fit-content;
  margin: 20px auto;
  margin: 0;
  background-color: black;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pack-upsell #upsell-chart .item .description {
    font-size: 20px;
  }
}
#pack-upsell #upsell-chart .item.item-1 {
  width: 40%;
  border-right: 1px solid #66615c;
}
#pack-upsell #upsell-chart .item.item-2 {
  width: 20%;
  display: none;
}
#pack-upsell #upsell-chart .item.item-3 {
  width: 40%;
  border-left: 1px solid #66615c;
}
@media screen and (max-width: 700px) {
  #pack-upsell #upsell-chart .item.item-1 {
    border-right: none;
    border-bottom: 1px solid #66615c;
    width: 100%;
  }
  #pack-upsell #upsell-chart .item.item-2 {
    display: none;
  }
  #pack-upsell #upsell-chart .item.item-3 {
    border-left: none;
    width: 100%;
  }
}
#pack-upsell .legal {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  background-color: #5a2023;
  padding: 2px 20px 2px 10px;
  width: fit-content;
  margin: 20px auto;
  background-color: black;
  text-align: right;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #pack-upsell .legal {
    font-size: 20px;
  }
}
#pack-upsell .dash-lb {
  width: 90vw;
  margin: 30px auto;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#noise {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/noise-gif-square-anim.gif);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 13;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
body {
  background-color: #1a1e20;
  background-size: cover;
  overflow-x: hidden;
}
.cw-wrapper {
  position: relative;
  overflow: hidden;
}
.cw-wrapper:before,
.cw-wrapper:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.cw-wrapper:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .cw-wrapper:before,
  .cw-wrapper:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .cw-wrapper:before {
    left: 0px;
  }
  .cw-wrapper:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cw-wrapper:after {
    right: 10px;
  }
}
.cw-wrapper .slick-prev {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/zeus-arrow.svg") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
  border: none;
  width: 30px;
  height: 40px;
  transform: translate(0%, -50%) rotate(180deg);
  left: -5px;
}
.cw-wrapper .slick-prev::before {
  content: "";
}
.cw-wrapper .slick-next {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/zeus-arrow.svg") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
  border: none;
  width: 30px;
  height: 40px;
  right: -5px;
}
.cw-wrapper .slick-next::before {
  content: "";
}
.cw-wrapper #season-bp .header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .cw-wrapper #season-bp .header {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .cw-wrapper #season-bp .header h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.jumbo-tron-pillar:after {
  content: "";
  display: block;
  width: 300px;
  height: 1600px;
  transform: skew(-15deg);
  background: #5A2023;
  position: absolute;
  right: 200px;
  top: -15px;
  z-index: -1;
}
@media screen and (max-width: 425px) {
  .jumbo-tron-pillar:after {
    right: 0px;
    height: 1000px;
    width: 150px;
  }
}
@media screen and (max-width: 1300px) {
  #hero {
    position: relative;
    min-height: auto;
  }
  #hero:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 133.33333333%;
  }
}
@media screen and (max-width: 1300px) {
  #hero .hero-child-resource-1-class,
  #hero .hero-child-resource-2-class {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .hero-mobile-content {
    display: block;
  }
}
.film-hero-wrap .content-container {
  width: 100%;
}
.film-hero-wrap .desktop .cta-container {
  max-width: 450px;
}
.film-hero-wrap .hero-header h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .film-hero-wrap .hero-header h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
html:lang(it) .film-hero-wrap .desktop .cta-container,
html:lang(es-MX) .film-hero-wrap .desktop .cta-container,
html:lang(pt) .film-hero-wrap .desktop .cta-container,
html:lang(pt-BR) .film-hero-wrap .desktop .cta-container,
html:lang(pl) .film-hero-wrap .desktop .cta-container,
html:lang(ru) .film-hero-wrap .desktop .cta-container {
  max-width: unset!important;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#cw-home-legal-lines {
  width: 80%;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
  color: #ADABAB;
  margin: 20px auto;
}
#cw-home-legal-lines a {
  font-weight: bold;
  color: #cdc4bd;
}
#cw-home-legal-lines a:visited {
  color: #cdc4bd;
}
#cw-home-legal-lines a {
  font-weight: bold;
  color: #cdc4bd;
}
#cw-home-legal-lines a:visited {
  color: #cdc4bd;
}

