@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
body {
  background: #f3f3f3;
}

/*file is found /apps/atvi/activision/activision-touchui/components/content/home/clientlibs/css/home.less*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 70px;
  height: 200px;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 96px;
  }
}
.slick-next {
  width: 48px;
  height: 108px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  cursor: pointer;
  right: 40px;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .slick-next {
    right: 10px!important;
  }
}
.slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 32px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-prev {
  width: 48px;
  height: 108px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  cursor: pointer;
  left: 40px;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .slick-prev {
    left: 10px!important;
  }
}
.slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 32px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  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: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 10px;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.slick-dots li.slick-active button:before {
  color: #ffff00;
  opacity: 1;
  font-size: 32px;
}
/* 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%;
  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=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.activision-hero.b-active .hero-item .hero-container .hero-content-cta {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .activision-hero.b-active .hero-item .hero-container .hero-content-cta {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.activision-hero .hero-btn-secondary.ab-add {
  color: #000;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.activision-hero .hero-btn-secondary.ab-add:hover {
  background-color: #fff;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.activision-hero .hero-btn-primary.anniv-40th {
  color: #ffe600;
  border-color: yellow;
  background-color: rgba(0, 0, 0, 0.85);
}
.activision-hero .hero-btn-primary.anniv-40th:hover {
  color: #000!important;
  border-color: yellow!important;
  background-color: #ffe600 !important;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.featured-games .inner-container {
  padding: 0 5%;
  width: 100%;
}
.featured-games h2 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.featured-games .section-btn {
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
}
.featured-games .section-btn a {
  background-color: transparent;
  padding: 16px 40px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #000;
}
.featured-games .section-btn a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .featured-games .section-btn {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .featured-games .section-btn a {
    padding: 16px 20%;
    font-size: .8em;
  }
}
.featured-games .list-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.featured-games .list-item {
  width: 32%;
  position: relative;
  float: left;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featured-games .list-item {
    float: unset;
    width: 100%;
    margin: unset;
    margin: 5% 0;
  }
}
.featured-games .list-item:hover .logo {
  bottom: 50%;
}
.featured-games .list-item:hover .under-logo {
  opacity: 1;
}
.featured-games .list-item:last-of-type {
  margin-right: 0;
}
.featured-games .list-item .bg {
  width: 100%;
}
.featured-games .list-item .logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 50%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
@media only screen and (max-width: 1024px) {
  .featured-games .list-item .logo {
    bottom: 50%;
  }
}
.featured-games .list-item .under-logo {
  opacity: 0;
  z-index: 0;
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  text-align: center;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
@media only screen and (max-width: 1024px) {
  .featured-games .list-item .under-logo {
    opacity: 1;
  }
}
.featured-games .list-item .under-logo a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.31px;
  font-family: 'Noto Sans', sans-serif;
}
.featured-games .list-item .under-logo a.highlight .button {
  border-color: yellow;
}
@media only screen and (max-width: 320px) {
  .featured-games .list-item .under-logo a.highlight .button {
    background-color: yellow;
    color: black;
    border: unset;
  }
  .featured-games .list-item .under-logo a.highlight .button:hover {
    color: yellow;
    background-color: black;
  }
}
@media only screen and (max-width: 320px) {
  .featured-games .list-item .under-logo a:not(.highlight) {
    text-decoration: underline white;
  }
  .featured-games .list-item .under-logo a:not(.highlight):hover {
    text-decoration-color: yellow;
  }
  .featured-games .list-item .under-logo a:not(.highlight):hover .button {
    color: yellow;
  }
  .featured-games .list-item .under-logo a:not(.highlight) .button {
    background-color: transparent;
    border: unset;
  }
}
.featured-games .list-item .under-logo a .button {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px white solid;
  border-radius: 8px;
  height: 46px;
  text-align: center;
  text-transform: uppercase;
  line-height: 46px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.featured-games .list-item .under-logo a .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.featured-games .list-item .under-logo a {
  width: 100%;
}
@media only screen and (max-width: 320px) {
  .featured-games .list-item .under-logo a {
    margin-bottom: 10px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #FFF;
  border-radius: 0px;
  background: #e3e3e3;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 38px;
  color: #000;
  padding: 10px 35px 10px 15px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 15px;
  width: 27px;
  height: 27px;
  line-height: 38px;
  background-color: #e3e3e3;
  color: #BBB;
  text-align: center;
  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%);
  font: 0/0 a;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-black.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #FFF;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric {
  background: #666;
}
.selectric-open .selectric .label {
  color: #FFF;
}
.selectric-open .selectric .button {
  background-color: #666;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-white.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  min-height: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
.selectric-items li {
  display: block;
  padding: 20px 35px 20px 15px;
  color: #FFF;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li.highlighted {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li:hover {
  background: #e3e3e3;
  color: #000;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.blog-aggregation {
  padding: 40px 0;
}
.blog-aggregation.button-top h2 {
  margin-bottom: 20px;
}
.blog-aggregation.button-top .blog-view-more {
  padding-top: 0;
  margin-bottom: 20px;
}
.blog-aggregation.button-middle h2 {
  margin-bottom: 20px;
}
.blog-aggregation.button-middle .blog-tabs-wrapper {
  margin-bottom: 20px;
}
.blog-aggregation.button-middle .blog-view-more {
  padding-top: 0;
  margin-bottom: 20px;
}
.blog-aggregation .inner-container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.blog-aggregation h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.blog-aggregation h2 span {
  background-color: #f3f3f3;
  padding: 0 20px;
}
.blog-aggregation h2:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #777;
  z-index: -1;
}
.blog-aggregation .blog-filter {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 50px;
}
.blog-aggregation .blog-filter .selectric-items {
  width: 100% !important;
}
.blog-aggregation .blog-filter .selectric .button:after {
  display: none;
}
.blog-aggregation .blog-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  /*
        &[data-tab="all"] {
            .blog-tile:not([data-game="all"]) { display: none; }
        }

        &[data-tab="call-of-duty"] {
            .blog-tile:not([data-game="call-of-duty"]) { display: none; }
        }

        &[data-tab="activision"] {
            .blog-tile:not([data-game="activision"]) { display: none; }
        }

        &[data-tab="crash-bandicoot"] {
            .blog-tile:not([data-game="crash-bandicoot"]) { display: none; }
        }

        &[data-tab="spyro"] {
            .blog-tile:not([data-game="spyro"]) { display: none; }
        }

        &[data-tab="sekiro"] {
            .blog-tile:not([data-game="sekiro"]) { display: none; }
        }
        */
}
.blog-aggregation .blog-tabs-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .blog-aggregation .blog-tabs-wrapper {
    padding: 0 30px;
  }
}
.blog-aggregation .blog-tabs-list {
  position: relative;
  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: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  box-sizing: content-box;
}
.blog-aggregation .blog-tabs-item {
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  margin: 0 10px 0;
  cursor: pointer;
  transition: all .3s ease;
  text-align: center;
  white-space: nowrap;
}
.blog-aggregation .blog-tabs-item:nth-child(2) {
  margin-left: auto;
}
.blog-aggregation .blog-tabs-item:last-of-type {
  margin-right: auto;
}
.blog-aggregation .blog-tabs-item:hover {
  color: #000;
}
.blog-aggregation .blog-tabs-item.active {
  color: #000;
}
.blog-aggregation .blog-tab-prev,
.blog-aggregation .blog-tab-next {
  position: absolute;
  display: none;
  top: 0px;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  cursor: pointer;
  transform-origin: center center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5IDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cjx0aXRsZT5QYXRoQDF4PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTQ1IC0zMDEpIiBmaWxsPSIjNzc3IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLXdpZHRoPSIuNSI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk2MyAyNzIpIj4KPHBvbHlnb24gcG9pbnRzPSIxODkuNTQgMjkgMTg2LjUgMzIuMDY2IDE4My40NiAyOSAxODMgMjkuNDc1IDE4Ni41IDMzIDE5MCAyOS40NzUiLz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg==');
}
@media (max-width: 1024px) {
  .blog-aggregation .blog-tab-prev,
  .blog-aggregation .blog-tab-next {
    display: block;
  }
}
.blog-aggregation .blog-tab-prev {
  left: 0;
}
.blog-aggregation .blog-tab-next {
  right: 0;
  transform: rotate(270deg);
}
.blog-aggregation .blog-tab-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0px;
  height: 4px;
  transition: max-width 0.3s ease;
  background-color: #000;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
}
.blog-aggregation .blog-tile {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  min-height: 500px;
  width: 100%;
  max-width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  overflow: hidden;
  display: none;
}
.blog-aggregation .blog-tile.all {
  display: block;
}
@media (max-width: 1024px) {
  .blog-aggregation .blog-tile {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .blog-aggregation .blog-tile {
    max-width: calc(100% - 20px);
  }
}
.blog-aggregation .blog-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-decoration: none;
  z-index: 5;
}
.blog-aggregation .blog-img-container {
  position: relative;
  flex: 1;
  transition: all .3s ease;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.blog-aggregation .blog-img {
  transition: all .3s ease;
  background-color: #000;
  transform-origin: center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: none;
  transform: scale(1) translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 25%;
  width: 100%;
  z-index: 1;
}
.blog-aggregation .blog-tile:hover .blog-img {
  transform: scale(1.025) translateZ(0);
}
.blog-aggregation .blog-txt-container {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all .3s ease;
  padding: 30px;
}
.blog-aggregation .blog-timestamp {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-aggregation .blog-headline {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.blog-aggregation .blog-divider {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 20px 0;
  z-index: 0;
}
.blog-aggregation .blog-divider::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-color: #000;
  z-index: 1;
}
.blog-aggregation .blog-divider::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.blog-aggregation .blog-copy-wrapper {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all .3s ease;
}
.blog-aggregation .blog-tile:hover .blog-copy-wrapper {
  opacity: 1;
  visibility: visible;
}
.blog-aggregation .blog-copy {
  line-height: 1.5;
  font-size: 14px;
}
.blog-aggregation .blog-more {
  position: relative;
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 0;
}
.blog-aggregation .blog-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}
.blog-aggregation .blog-view-more {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.blog-aggregation .blog-btn {
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.31px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .2s ease;
  display: inline-block;
  outline: 0;
}
.blog-aggregation .blog-btn-secondary {
  color: #000;
  border-color: #000;
  min-width: 250px;
}
.blog-aggregation .blog-btn-secondary span {
  position: relative;
  padding-right: 25px;
}
.blog-aggregation .blog-btn-secondary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPmxpbmtfYmxhY2s8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MTQgLTI1NjIpIiBmaWxsPSIjMDAwIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0NSAyNTQwKSI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY5IDIyKSI+CjxnIGZpbGwtcnVsZT0ibm9uemVybyI+CjxwYXRoIGQ9Im04LjkyMzMgMS4yOTk1aDEuNDg1OSAyLjM3NzEgMC41NDI4MmMtMC4yMTU1MS0wLjIxNTUxLTAuNDMyNjQtMC40MzI2NC0wLjY0ODE1LTAuNjQ4MTV2MS40ODU5IDIuMzc3MSAwLjU0MjgyYzAgMC4zMzg2NiAwLjI5ODE1IDAuNjY0MzUgMC42NDgxNSAwLjY0ODE1IDAuMzUxNjItMC4wMTYyMDQgMC42NDgxNS0wLjI4NTE5IDAuNjQ4MTUtMC42NDgxNXYtMS40ODU5LTIuMzc3MS0wLjU0MjgyYzAtMC4zNS0wLjI5NjUzLTAuNjQ4MTUtMC42NDgxNS0wLjY0ODE1aC0xLjQ4NTktMi4zNzcxLTAuNTQyODJjLTAuMzM4NjYgMC0wLjY2NDM1IDAuMjk4MTUtMC42NDgxNSAwLjY0ODE1IDAuMDE0NTgzIDAuMzUgMC4yODM1NiAwLjY0ODE1IDAuNjQ4MTUgMC42NDgxNXoiLz4KPHBhdGggZD0ibTYuNDc2NSA4LjQyMTFjMC4yNDMwNi0wLjI0MzA2IDAuNDg0NDktMC40ODQ0OSAwLjcyNzU1LTAuNzI3NTUgMC41ODE3MS0wLjU4MTcxIDEuMTYzNC0xLjE2MzQgMS43NDY4LTEuNzQ2OCAwLjcwNDg2LTAuNzA0ODYgMS40MDgxLTEuNDA4MSAyLjExMy0yLjExMyAwLjYwOTI2LTAuNjA5MjYgMS4yMTY5LTEuMjE2OSAxLjgyNjItMS44MjYyIDAuMjk2NTMtMC4yOTY1MyAwLjU5NjMtMC41ODgxOSAwLjg4Nzk2LTAuODg3OTYgMC4wMDQ4NjExLTAuMDA0ODYxMSAwLjAwODEwMTgtMC4wMDgxMDE5IDAuMDEyOTYzLTAuMDEyOTYzIDAuMjM5ODEtMC4yMzk4MSAwLjI1NzY0LTAuNjgwNTYgMC0wLjkxNzEzLTAuMjU5MjYtMC4yMzgxOS0wLjY2MTExLTAuMjU2MDItMC45MTcxMyAwLTAuMjQzMDYgMC4yNDMwNi0wLjQ4NDQ5IDAuNDg0NDktMC43Mjc1NSAwLjcyNzU1LTAuNTgxNzEgMC41ODE3MS0xLjE2MzQgMS4xNjM0LTEuNzQ2OCAxLjc0NjgtMC43MDQ4NiAwLjcwNDg2LTEuNDA5NyAxLjQwOTctMi4xMTMgMi4xMTQ2bC0xLjgyNjIgMS44MjYyYy0wLjI5NjUzIDAuMjk2NTMtMC41OTYzIDAuNTg4MTktMC44ODc5NiAwLjg4Nzk2LTAuMDA0ODYxMSAwLjAwNDg2MTEtMC4wMDgxMDE5IDAuMDA4MTAxOC0wLjAxMjk2MyAwLjAxMjk2My0wLjIzOTgxIDAuMjM5ODEtMC4yNTc2NCAwLjY4MDU2IDAgMC45MTcxMyAwLjI1OTI2IDAuMjM0OTUgMC42NjExMSAwLjI1NDQgMC45MTcxMy0wLjAwMTYyMDR6Ii8+CjxwYXRoIGQ9Im0xMi42ODMgNy45NzU1djEuNDc2MiAyLjI5MTJjMCAwLjIwMjU1IDAuMDE2MjA0IDAuNDE0ODEtMC4wMTEzNDMgMC42MTczNiAwLjAwODEwMTgtMC4wNTY3MTMgMC4wMTYyMDQtMC4xMTUwNSAwLjAyMjY4NS0wLjE3MTc2LTAuMDE0NTgzIDAuMDkzOTgyLTAuMDM4ODg5IDAuMTgzMS0wLjA3NDUzNyAwLjI3MjIyIDAuMDIxMDY1LTAuMDUxODUyIDAuMDQzNzUtMC4xMDM3IDAuMDY0ODE1LTAuMTU1NTYtMC4wMzg4ODkgMC4wOTIzNjEtMC4wODkxMiAwLjE3NjYyLTAuMTQ5MDcgMC4yNTc2NCAwLjAzNDAyOC0wLjA0Mzc1IDAuMDY4MDU2LTAuMDg3NSAwLjEwMjA4LTAuMTMxMjUtMC4wNjE1NzQgMC4wNzc3NzgtMC4xMzEyNSAwLjE0NzQ1LTAuMjA5MDMgMC4yMDkwM2wwLjEzMTI1LTAuMTAyMDhjLTAuMDc5Mzk4IDAuMDU5OTU0LTAuMTY1MjggMC4xMTAxOS0wLjI1NzY0IDAuMTQ5MDcgMC4wNTE4NTItMC4wMjEwNjUgMC4xMDM3LTAuMDQzNzUgMC4xNTU1Ni0wLjA2NDgxNS0wLjA4NzUgMC4wMzU2NDgtMC4xNzgyNCAwLjA1OTk1NC0wLjI3MjIyIDAuMDc0NTM3IDAuMDU2NzEzLTAuMDA4MTAxOCAwLjExNTA1LTAuMDE2MjA0IDAuMTcxNzYtMC4wMjI2ODUtMC4xMzI4NyAwLjAxNzgyNC0wLjI3MDYgMC4wMTEzNDMtMC40MDUwOSAwLjAxMTM0M2gtMC43NTE4NS0yLjUwODMtMy4wNDk1LTIuNjI1Yy0wLjQxMTU3IDAtMC44MjMxNSAwLjAwMzI0MDgtMS4yMzMxIDAtMC4wNTUwOTMgMC0wLjExMDE5LTAuMDAzMjQwNy0wLjE2NTI4LTAuMDExMzQzIDAuMDU2NzEzIDAuMDA4MTAxOSAwLjExNTA1IDAuMDE2MjA0IDAuMTcxNzYgMC4wMjI2ODUtMC4wOTM5ODEtMC4wMTQ1ODMtMC4xODMxLTAuMDM4ODg5LTAuMjcyMjItMC4wNzQ1MzcgMC4wNTE4NTIgMC4wMjEwNjUgMC4xMDM3IDAuMDQzNzUgMC4xNTU1NiAwLjA2NDgxNS0wLjA5MjM2MS0wLjAzODg4OS0wLjE3NjYyLTAuMDg5MTItMC4yNTc2NC0wLjE0OTA3bDAuMTMxMjUgMC4xMDIwOGMtMC4wNzc3NzgtMC4wNjE1NzQtMC4xNDc0NS0wLjEzMTI1LTAuMjA5MDMtMC4yMDkwMyAwLjAzNDAyOCAwLjA0Mzc1IDAuMDY4MDU2IDAuMDg3NSAwLjEwMjA4IDAuMTMxMjUtMC4wNTk5NTQtMC4wNzkzOTgtMC4xMTAxOS0wLjE2NTI4LTAuMTQ5MDctMC4yNTc2NCAwLjAyMTA2NSAwLjA1MTg1MiAwLjA0Mzc1IDAuMTAzNyAwLjA2NDgxNSAwLjE1NTU2LTAuMDM1NjQ4LTAuMDg3NS0wLjA1OTk1NC0wLjE3ODI0LTAuMDc0NTM3LTAuMjcyMjIgMC4wMDgxMDE5IDAuMDU2NzEzIDAuMDE2MjA0IDAuMTE1MDUgMC4wMjI2ODUgMC4xNzE3Ni0wLjAxNzgyNC0wLjEzMjg3LTAuMDExMzQzLTAuMjcwNi0wLjAxMTM0My0wLjQwNTA5di0wLjc1MTg1LTIuNTA4My0zLjA0OTUtMi42MjVjMC0wLjQxMTU3LTAuMDAzMjQwNy0wLjgyMzE1IDAtMS4yMzMxIDAtMC4wNTUwOTMgMC4wMDMyNDA3LTAuMTEwMTkgMC4wMTEzNDMtMC4xNjUyOC0wLjAwODEwMTggMC4wNTY3MTMtMC4wMTYyMDQgMC4xMTUwNS0wLjAyMjY4NSAwLjE3MTc2IDAuMDE0NTgzLTAuMDkzOTgxIDAuMDM4ODg5LTAuMTgzMSAwLjA3NDUzNy0wLjI3MjIyLTAuMDIxMDY1IDAuMDUxODUyLTAuMDQzNzUgMC4xMDM3LTAuMDY0ODE1IDAuMTU1NTYgMC4wMzg4ODktMC4wOTIzNjEgMC4wODkxMi0wLjE3NjYyIDAuMTQ5MDctMC4yNTc2NC0wLjAzNDAyOCAwLjA0Mzc1LTAuMDY4MDU2IDAuMDg3NS0wLjEwMjA4IDAuMTMxMjUgMC4wNjE1NzQtMC4wNzc3NzggMC4xMzEyNS0wLjE0NzQ1IDAuMjA5MDMtMC4yMDkwMy0wLjA0Mzc1IDAuMDM0MDI4LTAuMDg3NSAwLjA2ODA1Ni0wLjEzMTI1IDAuMTAyMDggMC4wNzkzOTgtMC4wNTk5NTQgMC4xNjUyOC0wLjExMDE5IDAuMjU3NjQtMC4xNDkwNy0wLjA1MTg1MiAwLjAyMTA2NS0wLjEwMzcgMC4wNDM3NS0wLjE1NTU2IDAuMDY0ODE1IDAuMDg3NS0wLjAzNTY0OCAwLjE3ODI0LTAuMDU5OTU0IDAuMjcyMjItMC4wNzQ1MzctMC4wNTY3MTMgMC4wMDgxMDE5LTAuMTE1MDUgMC4wMTYyMDQtMC4xNzE3NiAwLjAyMjY4NSAwLjE3MTc2LTAuMDIyNjg1IDAuMzUtMC4wMTEzNDMgMC41MjE3Ni0wLjAxMTM0M2gxLjAwMyAyLjMyMiAwLjUzNzk2YzAuMzM4NjYgMCAwLjY2NDM1LTAuMjk4MTUgMC42NDgxNS0wLjY0ODE1LTAuMDE2MjA0LTAuMzUxNjItMC4yODUxOS0wLjY0ODE1LTAuNjQ4MTUtMC42NDgxNWgtMS4zMjIyLTIuMjA4Ni0wLjYzNTE5Yy0wLjQ5NzQ1IDAtMC45ODAzMiAwLjE3MzM4LTEuMzMwMyAwLjUzNjM0LTAuMzI4OTQgMC4zNDE5LTAuNTA1NTYgMC43OTM5OC0wLjUwNTU2IDEuMjY3MXYwLjI5NDkxIDEuMzc4OSAyLjA3MDggMi4zMzUgMi4xNzEzIDEuNTgxNWMwIDAuMzA2MjUtMC4wMTI5NjMgMC42MTI1IDAuMDM3MjY5IDAuOTE1NTEgMC4wNTY3MTMgMC4zNDE5IDAuMjUxMTYgMC42ODA1NiAwLjQ5OTA3IDAuOTE4NzUgMC4xMjYzOSAwLjEyMTUzIDAuMjc1NDYgMC4yMzQ5NSAwLjQzNTg4IDAuMzExMTEgMC4yMjUyMyAwLjEwNTMyIDAuNDIyOTIgMC4xNjA0MiAwLjY2OTIxIDAuMTg2MzQgMC4wOTIzNjEgMC4wMDk3MjIyIDAuMTgzMSAwLjAwODEwMTggMC4yNzU0NiAwLjAwODEwMThoMS4xNDQgMS45NDEyIDIuMzA5IDIuMjQ0MiAxLjc3MTEgMC44NTA2OWMwLjQ4NjExLTAuMDAxNjIwMyAwLjk3Mzg0LTAuMTkxMiAxLjMwNzYtMC41NTA5MyAwLjExNjY3LTAuMTI2MzkgMC4yMjg0Ny0wLjI3MjIyIDAuMzAxMzktMC40Mjk0IDAuMTAzNy0wLjIyNTIzIDAuMTU1NTYtMC40MTQ4MSAwLjE4MzEtMC42NTk0OSAwLjAwODEwMTktMC4wNjk2NzYgMC4wMDgxMDE5LTAuMTM5MzUgMC4wMDgxMDE5LTAuMjA5MDN2LTEuNzE2LTIuMDgwNi0wLjM1NjQ4YzAtMC4zMzg2Ni0wLjI5ODE1LTAuNjY0MzUtMC42NDgxNS0wLjY0ODE1LTAuMzUxNjIgMC4wMTYyMDQtMC42NDgxNSAwLjI4NTE5LTAuNjQ4MTUgMC42NDk3N3oiLz4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo=');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  transition: all .2s ease;
}
.blog-aggregation .blog-btn-secondary:hover span::after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPmxpbmtfYmxhY2s8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MTQgLTI1NjIpIiBmaWxsPSIjRkZFNjAwIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0NSAyNTQwKSI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY5IDIyKSI+CjxnIGZpbGwtcnVsZT0ibm9uemVybyI+CjxwYXRoIGQ9Im04LjkzMzEgMS4zMDkzaDEuNDg1OSAyLjM3NzEgMC41NDI4MmMtMC4yMTU1MS0wLjIxNTUxLTAuNDMyNjQtMC40MzI2NC0wLjY0ODE1LTAuNjQ4MTV2MS40ODU5IDIuMzc3MSAwLjU0MjgyYzAgMC4zMzg2NiAwLjI5ODE1IDAuNjY0MzUgMC42NDgxNSAwLjY0ODE1IDAuMzUxNjItMC4wMTYyMDQgMC42NDgxNS0wLjI4NTE5IDAuNjQ4MTUtMC42NDgxNXYtMS40ODU5LTIuMzc3MS0wLjU0MjgyYzAtMC4zNS0wLjI5NjUzLTAuNjQ4MTUtMC42NDgxNS0wLjY0ODE1aC0xLjQ4NTktMi4zNzcxLTAuNTQyODJjLTAuMzM4NjYgMC0wLjY2NDM1IDAuMjk4MTUtMC42NDgxNSAwLjY0ODE1IDAuMDE0NTgzIDAuMzUgMC4yODM1NiAwLjY0ODE1IDAuNjQ4MTUgMC42NDgxNXoiLz4KPHBhdGggZD0ibTYuNDg2MyA4LjQzMDhsMC43Mjc1NS0wLjcyNzU1YzAuNTgxNzEtMC41ODE3MSAxLjE2MzQtMS4xNjM0IDEuNzQ2OC0xLjc0NjggMC43MDQ4Ni0wLjcwNDg2IDEuNDA4MS0xLjQwODEgMi4xMTMtMi4xMTMgMC42MDkyNi0wLjYwOTI2IDEuMjE2OS0xLjIxNjkgMS44MjYyLTEuODI2MiAwLjI5NjUzLTAuMjk2NTMgMC41OTYzLTAuNTg4MTkgMC44ODc5Ni0wLjg4Nzk2IDAuMDA0ODYxMS0wLjAwNDg2MTEgMC4wMDgxMDE4LTAuMDA4MTAxOCAwLjAxMjk2My0wLjAxMjk2MyAwLjIzOTgxLTAuMjM5ODEgMC4yNTc2NC0wLjY4MDU2IDAtMC45MTcxMy0wLjI1OTI2LTAuMjM4MTktMC42NjExMS0wLjI1NjAyLTAuOTE3MTMgMC0wLjI0MzA2IDAuMjQzMDYtMC40ODQ0OSAwLjQ4NDQ5LTAuNzI3NTUgMC43Mjc1NS0wLjU4MTcxIDAuNTgxNzEtMS4xNjM0IDEuMTYzNC0xLjc0NjggMS43NDY4LTAuNzA0ODYgMC43MDQ4Ni0xLjQwOTcgMS40MDk3LTIuMTEzIDIuMTE0NmwtMS44MjYyIDEuODI2MmMtMC4yOTY1MyAwLjI5NjUzLTAuNTk2MyAwLjU4ODE5LTAuODg3OTYgMC44ODc5NmwtMC4wMTI5NjMgMC4wMTI5NjNjLTAuMjM5ODEgMC4yMzk4MS0wLjI1NzY0IDAuNjgwNTYgMCAwLjkxNzEzIDAuMjU5MjYgMC4yMzQ5NSAwLjY2MTExIDAuMjU0NCAwLjkxNzEzLTAuMDAxNjIwNHoiLz4KPHBhdGggZD0ibTEyLjY5MiA3Ljk4NTJ2MS40NzYyIDIuMjkxMmMwIDAuMjAyNTUgMC4wMTYyMDQgMC40MTQ4MS0wLjAxMTM0MyAwLjYxNzM2IDAuMDA4MTAxOS0wLjA1NjcxMyAwLjAxNjIwNC0wLjExNTA1IDAuMDIyNjg1LTAuMTcxNzYtMC4wMTQ1ODMgMC4wOTM5ODItMC4wMzg4ODkgMC4xODMxLTAuMDc0NTM3IDAuMjcyMjIgMC4wMjEwNjUtMC4wNTE4NTIgMC4wNDM3NS0wLjEwMzcgMC4wNjQ4MTUtMC4xNTU1Ni0wLjAzODg4OSAwLjA5MjM2MS0wLjA4OTEyIDAuMTc2NjItMC4xNDkwNyAwLjI1NzY0IDAuMDM0MDI4LTAuMDQzNzUgMC4wNjgwNTYtMC4wODc1IDAuMTAyMDgtMC4xMzEyNS0wLjA2MTU3NCAwLjA3Nzc3OC0wLjEzMTI1IDAuMTQ3NDUtMC4yMDkwMyAwLjIwOTAzbDAuMTMxMjUtMC4xMDIwOGMtMC4wNzkzOTggMC4wNTk5NTQtMC4xNjUyOCAwLjExMDE5LTAuMjU3NjQgMC4xNDkwNyAwLjA1MTg1Mi0wLjAyMTA2NSAwLjEwMzctMC4wNDM3NSAwLjE1NTU2LTAuMDY0ODE1LTAuMDg3NSAwLjAzNTY0OC0wLjE3ODI0IDAuMDU5OTU0LTAuMjcyMjIgMC4wNzQ1MzcgMC4wNTY3MTMtMC4wMDgxMDE4IDAuMTE1MDUtMC4wMTYyMDQgMC4xNzE3Ni0wLjAyMjY4NS0wLjEzMjg3IDAuMDE3ODI0LTAuMjcwNiAwLjAxMTM0My0wLjQwNTA5IDAuMDExMzQzaC0wLjc1MTg1LTIuNTA4My0zLjA0OTUtMi42MjVjLTAuNDExNTcgMC0wLjgyMzE1IDAuMDAzMjQwNy0xLjIzMzEgMC0wLjA1NTA5MyAwLTAuMTEwMTktMC4wMDMyNDA4LTAuMTY1MjgtMC4wMTEzNDMgMC4wNTY3MTMgMC4wMDgxMDE4IDAuMTE1MDUgMC4wMTYyMDQgMC4xNzE3NiAwLjAyMjY4NS0wLjA5Mzk4MS0wLjAxNDU4My0wLjE4MzEtMC4wMzg4ODktMC4yNzIyMi0wLjA3NDUzNyAwLjA1MTg1MiAwLjAyMTA2NSAwLjEwMzcgMC4wNDM3NSAwLjE1NTU2IDAuMDY0ODE1LTAuMDkyMzYxLTAuMDM4ODg5LTAuMTc2NjItMC4wODkxMi0wLjI1NzY0LTAuMTQ5MDdsMC4xMzEyNSAwLjEwMjA4Yy0wLjA3Nzc3OC0wLjA2MTU3NC0wLjE0NzQ1LTAuMTMxMjUtMC4yMDkwMy0wLjIwOTAzIDAuMDM0MDI4IDAuMDQzNzUgMC4wNjgwNTYgMC4wODc1IDAuMTAyMDggMC4xMzEyNS0wLjA1OTk1NC0wLjA3OTM5OC0wLjExMDE5LTAuMTY1MjgtMC4xNDkwNy0wLjI1NzY0IDAuMDIxMDY1IDAuMDUxODUyIDAuMDQzNzUgMC4xMDM3IDAuMDY0ODE1IDAuMTU1NTYtMC4wMzU2NDgtMC4wODc1LTAuMDU5OTU0LTAuMTc4MjQtMC4wNzQ1MzctMC4yNzIyMiAwLjAwODEwMTggMC4wNTY3MTMgMC4wMTYyMDQgMC4xMTUwNSAwLjAyMjY4NSAwLjE3MTc2LTAuMDE3ODI0LTAuMTMyODctMC4wMTEzNDMtMC4yNzA2LTAuMDExMzQzLTAuNDA1MDl2LTAuNzUxODUtMi41MDgzLTMuMDQ5NS0yLjYyNWMwLTAuNDExNTctMC4wMDMyNDA3LTAuODIzMTUgMC0xLjIzMzEgMC0wLjA1NTA5MyAwLjAwMzI0MDctMC4xMTAxOSAwLjAxMTM0My0wLjE2NTI4LTAuMDA4MTAxOCAwLjA1NjcxMy0wLjAxNjIwNCAwLjExNTA1LTAuMDIyNjg1IDAuMTcxNzYgMC4wMTQ1ODMtMC4wOTM5ODEgMC4wMzg4ODktMC4xODMxIDAuMDc0NTM3LTAuMjcyMjItMC4wMjEwNjUgMC4wNTE4NTItMC4wNDM3NSAwLjEwMzctMC4wNjQ4MTUgMC4xNTU1NiAwLjAzODg4OS0wLjA5MjM2MSAwLjA4OTEyLTAuMTc2NjIgMC4xNDkwNy0wLjI1NzY0LTAuMDM0MDI4IDAuMDQzNzUtMC4wNjgwNTYgMC4wODc1LTAuMTAyMDggMC4xMzEyNSAwLjA2MTU3NC0wLjA3Nzc3OCAwLjEzMTI1LTAuMTQ3NDUgMC4yMDkwMy0wLjIwOTAzLTAuMDQzNzUgMC4wMzQwMjgtMC4wODc1IDAuMDY4MDU2LTAuMTMxMjUgMC4xMDIwOCAwLjA3OTM5OC0wLjA1OTk1NCAwLjE2NTI4LTAuMTEwMTkgMC4yNTc2NC0wLjE0OTA3LTAuMDUxODUyIDAuMDIxMDY1LTAuMTAzNyAwLjA0Mzc1LTAuMTU1NTYgMC4wNjQ4MTUgMC4wODc1LTAuMDM1NjQ4IDAuMTc4MjQtMC4wNTk5NTQgMC4yNzIyMi0wLjA3NDUzNy0wLjA1NjcxMyAwLjAwODEwMTgtMC4xMTUwNSAwLjAxNjIwNC0wLjE3MTc2IDAuMDIyNjg1IDAuMTcxNzYtMC4wMjI2ODUgMC4zNS0wLjAxMTM0MyAwLjUyMTc2LTAuMDExMzQzaDEuMDAzIDIuMzIyIDAuNTM3OTZjMC4zMzg2NiAwIDAuNjY0MzUtMC4yOTgxNSAwLjY0ODE1LTAuNjQ4MTUtMC4wMTYyMDQtMC4zNTE2Mi0wLjI4NTE5LTAuNjQ4MTUtMC42NDgxNS0wLjY0ODE1aC0xLjMyMjItMi4yMDg2LTAuNjM1MTljLTAuNDk3NDUgMC0wLjk4MDMyIDAuMTczMzgtMS4zMzAzIDAuNTM2MzQtMC4zMjg5NCAwLjM0MTktMC41MDU1NiAwLjc5Mzk4LTAuNTA1NTYgMS4yNjcxdjAuMjk0OTEgMS4zNzg5IDIuMDcwOCAyLjMzNSAyLjE3MTMgMS41ODE1YzAgMC4zMDYyNS0wLjAxMjk2MyAwLjYxMjUgMC4wMzcyNjkgMC45MTU1MSAwLjA1NjcxMyAwLjM0MTkgMC4yNTExNiAwLjY4MDU2IDAuNDk5MDcgMC45MTg3NSAwLjEyNjM5IDAuMTIxNTMgMC4yNzU0NiAwLjIzNDk1IDAuNDM1ODggMC4zMTExMSAwLjIyNTIzIDAuMTA1MzIgMC40MjI5MiAwLjE2MDQyIDAuNjY5MjEgMC4xODYzNCAwLjA5MjM2MSAwLjAwOTcyMjIgMC4xODMxIDAuMDA4MTAxOSAwLjI3NTQ2IDAuMDA4MTAxOWgxLjE0NCAxLjk0MTIgMi4zMDkgMi4yNDQyIDEuNzcxMSAwLjg1MDY5YzAuNDg2MTEtMC4wMDE2MjA0IDAuOTczODQtMC4xOTEyIDEuMzA3Ni0wLjU1MDkzIDAuMTE2NjctMC4xMjYzOSAwLjIyODQ3LTAuMjcyMjIgMC4zMDEzOS0wLjQyOTQgMC4xMDM3LTAuMjI1MjMgMC4xNTU1Ni0wLjQxNDgxIDAuMTgzMS0wLjY1OTQ5IDAuMDA4MTAxOC0wLjA2OTY3NiAwLjAwODEwMTgtMC4xMzkzNSAwLjAwODEwMTgtMC4yMDkwM3YtMS43MTYtMi4wODA2LTAuMzU2NDhjMC0wLjMzODY2LTAuMjk4MTUtMC42NjQzNS0wLjY0ODE1LTAuNjQ4MTUtMC4zNTE2MiAwLjAxNjIwNC0wLjY0ODE1IDAuMjg1MTktMC42NDgxNSAwLjY0OTc3eiIvPgo8L2c+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg==');
}
.blog-aggregation .blog-btn-secondary:hover {
  border-color: #000000;
  color: #ffe600;
  background-color: #000000;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.community-container {
  padding: 90px 0;
}
.community-container .inner-container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .community-container .inner-container {
    width: 100%;
    padding: 0 15px;
  }
}
.community-container .header {
  position: relative;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.community-container .header span {
  background-color: #f3f3f3;
  padding: 0 20px;
}
.community-container .header:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #777;
  z-index: -1;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.joinus-banner {
  position: relative;
}
.joinus-banner b {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.joinus-banner .inner-container {
  display: flex;
  position: relative;
  width: 80%;
  padding: 30px 15px;
  margin: 0 auto;
  min-height: 300px;
  color: #fff;
  z-index: 1;
}
.joinus-banner .bg {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}
.joinus-banner .desktop-bg {
  display: block;
  background: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/home/assets/have-fun-banner.png) center left no-repeat;
  background-size: cover;
}
.joinus-banner .mobile-bg {
  display: none;
  background: url(../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/home/assets/have-fun-banner-mobile.png) center left no-repeat;
  background-size: cover;
}
.joinus-banner .banner-text-container {
  width: 70%;
  position: relative;
}
.joinus-banner .banner-header {
  width: 30%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400i;
  font-size: 32px;
  line-height: .75;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}
.joinus-banner .banner-header b {
  font-size: 52px;
}
.joinus-banner .banner-header p {
  line-height: .83;
}
.joinus-banner .banner-header p:nth-child(2) {
  color: #fee600;
}
.joinus-banner .banner-header p:nth-child(3) {
  padding-left: 50px;
}
.joinus-banner .banner-headline {
  font-family: 'Noto Sans', sans-serif;
  margin-left: 10%;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}
.joinus-banner .banner-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 25px;
  width: 100%;
  text-align: right;
}
.joinus-banner .banner-text ul {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.joinus-banner .banner-text ul li {
  text-transform: uppercase;
  position: relative;
  margin-left: 25px;
}
.joinus-banner .banner-text ul li:before {
  content: "";
  border-color: transparent yellow;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.85em;
  display: inline-block;
  height: 0;
  width: 0;
  left: -1.2em;
  top: .75em;
  position: absolute;
}
.joinus-banner .banner-btn {
  display: flex;
  justify-content: flex-end;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.joinus-banner .banner-btn a {
  background-color: #ffe600;
  padding: 16px 40px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .joinus-banner .banner-btn {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .joinus-banner .banner-btn a {
    padding: 16px 20%;
    font-size: .8em;
  }
}
.joinus-banner .list-container {
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1em;
  line-height: 2;
  margin-bottom: 25px;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .joinus-banner .list-container {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1024px) {
  .joinus-banner .list-container .list-col {
    display: none;
  }
}
.joinus-banner .list-container .list-col.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .joinus-banner .list-container .list-col.mobile {
    display: initial;
  }
}
.joinus-banner .list-container ul {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
}
.joinus-banner .list-container ul li {
  text-transform: uppercase;
  position: relative;
  margin-left: 25px;
}
.joinus-banner .list-container ul li:before {
  content: "";
  border-color: transparent yellow;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.85em;
  display: inline-block;
  height: 0;
  width: 0;
  left: -1.2em;
  top: .75em;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .joinus-banner .desktop-bg {
    display: none;
  }
  .joinus-banner .mobile-bg {
    display: block;
  }
  .joinus-banner .inner-container {
    width: 100%;
    padding: 10px;
    display: block;
  }
  .joinus-banner .banner-text-container {
    width: 100%;
    position: unset;
    top: unset;
    transform: none;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .joinus-banner .banner-header,
  .joinus-banner .banner-text,
  .joinus-banner .banner-btn {
    padding: 0 15px;
    margin: 15px 0;
    position: unset;
  }
  .joinus-banner .list-container {
    text-align: center;
  }
  .joinus-banner .list-container .list-col.mobile {
    width: 45%;
    font-size: 0.8em;
  }
  .joinus-banner .banner-headline {
    margin-left: 0;
  }
  .joinus-banner .banner-header {
    padding-top: 15px;
    width: 360px;
    margin: 0 auto 30px;
  }
  .joinus-banner .banner-text {
    text-align: center;
    font-size: 100%;
    min-height: 20vh;
  }
  .joinus-banner .banner-text ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .joinus-banner .banner-text li {
    text-align: left;
  }
  .joinus-banner .banner-text li:before {
    left: -0.5em;
  }
}

html:lang(es) .joinus-banner .banner-header b,
html:lang(it) .joinus-banner .banner-header b,
html:lang(de) .joinus-banner .banner-header b {
  font-size: 42px;
}
html:lang(es) .joinus-banner .banner-text-container,
html:lang(it) .joinus-banner .banner-text-container,
html:lang(de) .joinus-banner .banner-text-container {
  width: 60%;
  margin-left: 10%;
}
@media screen and (max-width: 1024px) {
  html:lang(es) .joinus-banner .banner-text-container,
  html:lang(it) .joinus-banner .banner-text-container,
  html:lang(de) .joinus-banner .banner-text-container {
    width: 100%;
    margin-left: 0;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
.support-banner {
  background-color: #0f0f0f;
  position: relative;
  overflow: hidden;
}
.support-banner b {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.support-banner .inner-container {
  display: flex;
  position: relative;
  width: 80%;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 300px;
  color: #fff;
  z-index: 1;
}
.support-banner .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1400px) {
  .support-banner .bg {
    width: 100%;
  }
}
.support-banner .desktop-bg {
  display: block;
}
.support-banner .mobile-bg {
  display: none;
  position: relative;
  transform: none;
  left: 0;
}
.support-banner .mobile-bg img {
  width: 100%;
}
.support-banner .banner-text-container {
  width: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
}
.support-banner .banner-header {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400i;
  font-size: 24px;
  line-height: .75;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
}
.support-banner .banner-header b {
  font-size: 43px;
  color: #fee600;
}
.support-banner .banner-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 25px;
  text-shadow: 2px 2px 3px #000;
}
.support-banner .banner-btn {
  display: flex;
  justify-content: flex-end;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.support-banner .banner-btn a {
  background-color: #ffe600;
  padding: 16px 40px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .support-banner .banner-btn {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .support-banner .banner-btn a {
    padding: 16px 20%;
    font-size: .8em;
  }
}
@media screen and (max-width: 1024px) {
  .support-banner .desktop-bg {
    display: none;
  }
  .support-banner .mobile-bg {
    display: block;
  }
  .support-banner .inner-container {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .support-banner .banner-text-container {
    width: 100%;
    position: unset;
    top: unset;
    transform: none;
  }
  .support-banner .banner-header,
  .support-banner .banner-text,
  .support-banner .banner-btn {
    padding: 0 15px;
    margin: 15px auto;
  }
  .support-banner .banner-header {
    width: 230px;
  }
  .support-banner .banner-text {
    padding: 0 15px;
    text-align: center;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 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;
  }
}
html {
  overflow-x: hidden;
}
.activision-hero-container {
  /* HERO NAV */
}
.activision-hero-container .hero {
  position: relative;
  background-color: #777;
  overflow: hidden;
  height: 80vh;
  min-height: 650px;
  max-height: 1000px;
}
@media screen and (max-width: 768px) {
  .activision-hero-container .hero {
    min-height: 595px;
  }
}
.activision-hero-container .hero-item {
  position: relative;
  background-color: #000;
  z-index: 0;
}
.activision-hero-container .hero-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 1024px) {
  .activision-hero-container .hero-container {
    max-width: 100%;
  }
}
.activision-hero-container .hero-content {
  position: relative;
  height: 80vh;
  min-height: 650px;
  max-height: 1000px;
  width: 100%;
  max-width: 500px;
  margin-left: 60px;
  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: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 5;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .activision-hero-container .hero-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
  }
}
.activision-hero-container .hero-content-brand {
  width: 100%;
  height: 250px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.activision-hero-container .hero-content-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.activision-hero-container .hero-content-subheadline {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.15;
  text-align: center;
  width: 100%;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.activision-hero-container .hero-content-subheadline img {
  display: none;
}
@media (max-width: 767px) {
  .activision-hero-container .hero-content-subheadline {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    font-size: 21px;
    width: 95%;
  }
  .activision-hero-container .hero-content-subheadline span {
    width: 60%;
  }
  .activision-hero-container .hero-content-subheadline img {
    max-width: 130px;
    display: block;
  }
}
.activision-hero-container .hero-content-cta {
  width: 100%;
  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: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .activision-hero-container .hero-content-cta {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.activision-hero-container .hero-btn {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin: 0 5px;
  letter-spacing: 1.31px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .2s ease;
  display: inline-block;
  outline: 0;
}
.activision-hero-container .hero-btn-fill {
  display: block;
  width: 100%;
  max-width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .activision-hero-container .hero-btn-fill {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.activision-hero-container .hero-btn-transparency {
  background-color: rgba(0, 0, 0, 0.25);
}
.activision-hero-container .hero-btn-primary {
  color: #000000;
  border-color: yellow;
  background-color: rgba(255, 230, 0, 0.85);
}
.activision-hero-container .hero-btn-primary:hover {
  color: #000000;
  background-color: #ffe600;
}
.activision-hero-container .hero-btn-secondary {
  color: #000;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.activision-hero-container .hero-btn-secondary:hover {
  background-color: #fff;
}
.activision-hero-container .hero-btn-tertiary:hover {
  color: #ffffff;
  background-color: #000000;
}
.activision-hero-container .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
}
.activision-hero-container .hero-item-esrb {
  width: 150px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.activision-hero-container .hero-item-esrb img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .activision-hero-container .hero-item-esrb {
    width: 130px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .activision-hero-container .hero-item-esrb {
    /*right: auto;
            left: 50%;
            .translate(-50%,0);*/
    display: none;
  }
}
.activision-hero-container .hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.activision-hero-container .hero-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -200%);
  top: 100%;
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  display: block;
}
@media (max-width: 767px) {
  .activision-hero-container .hero-nav {
    display: none;
  }
}
.activision-hero-container .hero-nav-container {
  width: 100%;
  max-width: 500px;
  margin-left: 60px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .activision-hero-container .hero-nav-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.activision-hero-container .hero-nav-btns {
  display: inline-block;
}
.activision-hero-container .slick-arrow {
  position: absolute;
  width: 40px;
  height: 80px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 25px;
  cursor: pointer;
}
.activision-hero-container .slick-prev {
  right: auto;
  left: 0 !important;
  transition: all .3s ease;
  transform-origin: center center;
  transform: translateY(-50%) rotate(180deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNSAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPkZpbGwgMTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgo8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii41Ij4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMzggLTY5MykiIGZpbGw9IiNmZmYiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTIxIDY2NykiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcgMjYpIj4KPHBhdGggZD0ibTAuNTgwNTUgMjUuMzA2YzAuMzg3MSAwLjM4NzEgMC44NzA5NyAwLjU4MDY1IDEuMzU0OCAwLjU4MDY1IDAuNDgzODcgMCAwLjk2Nzc0LTAuMTkzNTUgMS4zNTQ4LTAuNTgwNjVsMTEuMDMyLTExLjAzMmMwLjc3NDE5LTAuNzc0MTkgMC43NzQxOS0xLjk4MzkgMC0yLjc1ODFsLTEwLjk4NC0xMC45MzVjLTAuNzc0MTktMC43NzQxOS0xLjk4MzktMC43NzQxOS0yLjc1ODEgMC0wLjc3NDE5IDAuNzc0MTktMC43NzQxOSAxLjk4MzkgMCAyLjc1ODFsOS42MjkgOS42MjktOS42MjkgOS42MjljLTAuNzc0MTkgMC43MjU4MS0wLjc3NDE5IDEuOTgzOSAwIDIuNzA5NyIvPgo8L2c+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo=');
}
.activision-hero-container .slick-prev:after {
  display: none;
}
.activision-hero-container .slick-prev:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNSAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPkZpbGwgMTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgo8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMzOCAtNjkzKSIgZmlsbD0iI2ZmZiI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxMjEgNjY3KSI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNyAyNikiPgo8cGF0aCBkPSJtMC41ODA1NSAyNS4zMDZjMC4zODcxIDAuMzg3MSAwLjg3MDk3IDAuNTgwNjUgMS4zNTQ4IDAuNTgwNjUgMC40ODM4NyAwIDAuOTY3NzQtMC4xOTM1NSAxLjM1NDgtMC41ODA2NWwxMS4wMzItMTEuMDMyYzAuNzc0MTktMC43NzQxOSAwLjc3NDE5LTEuOTgzOSAwLTIuNzU4MWwtMTAuOTg0LTEwLjkzNWMtMC43NzQxOS0wLjc3NDE5LTEuOTgzOS0wLjc3NDE5LTIuNzU4MSAwLTAuNzc0MTkgMC43NzQxOS0wLjc3NDE5IDEuOTgzOSAwIDIuNzU4MWw5LjYyOSA5LjYyOS05LjYyOSA5LjYyOWMtMC43NzQxOSAwLjcyNTgxLTAuNzc0MTkgMS45ODM5IDAgMi43MDk3Ii8+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg==');
}
.activision-hero-container .slick-next {
  left: auto;
  right: 0 !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNSAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPkZpbGwgMTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgo8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii41Ij4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMzggLTY5MykiIGZpbGw9IiNmZmYiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTIxIDY2NykiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcgMjYpIj4KPHBhdGggZD0ibTAuNTgwNTUgMjUuMzA2YzAuMzg3MSAwLjM4NzEgMC44NzA5NyAwLjU4MDY1IDEuMzU0OCAwLjU4MDY1IDAuNDgzODcgMCAwLjk2Nzc0LTAuMTkzNTUgMS4zNTQ4LTAuNTgwNjVsMTEuMDMyLTExLjAzMmMwLjc3NDE5LTAuNzc0MTkgMC43NzQxOS0xLjk4MzkgMC0yLjc1ODFsLTEwLjk4NC0xMC45MzVjLTAuNzc0MTktMC43NzQxOS0xLjk4MzktMC43NzQxOS0yLjc1ODEgMC0wLjc3NDE5IDAuNzc0MTktMC43NzQxOSAxLjk4MzkgMCAyLjc1ODFsOS42MjkgOS42MjktOS42MjkgOS42MjljLTAuNzc0MTkgMC43MjU4MS0wLjc3NDE5IDEuOTgzOSAwIDIuNzA5NyIvPgo8L2c+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo=');
}
.activision-hero-container .slick-next:after {
  display: none;
}
.activision-hero-container .slick-next:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNSAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHRpdGxlPkZpbGwgMTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgo8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMzOCAtNjkzKSIgZmlsbD0iI2ZmZiI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxMjEgNjY3KSI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNyAyNikiPgo8cGF0aCBkPSJtMC41ODA1NSAyNS4zMDZjMC4zODcxIDAuMzg3MSAwLjg3MDk3IDAuNTgwNjUgMS4zNTQ4IDAuNTgwNjUgMC40ODM4NyAwIDAuOTY3NzQtMC4xOTM1NSAxLjM1NDgtMC41ODA2NWwxMS4wMzItMTEuMDMyYzAuNzc0MTktMC43NzQxOSAwLjc3NDE5LTEuOTgzOSAwLTIuNzU4MWwtMTAuOTg0LTEwLjkzNWMtMC43NzQxOS0wLjc3NDE5LTEuOTgzOS0wLjc3NDE5LTIuNzU4MSAwLTAuNzc0MTkgMC43NzQxOS0wLjc3NDE5IDEuOTgzOSAwIDIuNzU4MWw5LjYyOSA5LjYyOS05LjYyOSA5LjYyOWMtMC43NzQxOSAwLjcyNTgxLTAuNzc0MTkgMS45ODM5IDAgMi43MDk3Ii8+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg==');
}
.activision-hero-container .slick-dots {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.activision-hero-container .slick-dots li button {
  display: none;
}
.activision-hero-container .slick-dots li {
  width: 6px;
  height: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #fff;
  transition: all .3s ease;
  margin: 0 5px;
  border-radius: 10px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #ffe600;
}
/*******************************
CUSTOM
*******************************/
.activision-hero-container .slick-track .hero-item:nth-child(7) .hero-bg-img {
  background-position: 0 -100px;
}
html[lang="it"] .activision-hero .hero-item-esrb,
html[lang="es"] .activision-hero .hero-item-esrb,
html[lang="it"] .activision-hero .hero-item-esrb {
  width: 75px;
}

