b,
strong {
  font-weight: bold;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 70px;
  height: 200px;
  background: #FFF;
  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;
}
@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-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;
}
.slick-prev {
  left: 0px;
  /*[dir="rtl"] & {
        left: auto;
        right: -25px;
    }*/
}
.slick-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 56%;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .slick-prev:before {
    width: 15px;
    height: 15px;
  }
}
.slick-next {
  right: 0px;
  /*[dir="rtl"] & {
        left: -25px;
        right: auto;
    }*/
}
.slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 44%;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .slick-next:before {
    width: 15px;
    height: 15px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  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: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
.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 10px;
  min-height: 1px;
  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;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1023px) {
  .slick-slide {
    margin: 0 30px;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}

b,
strong {
  font-weight: bold;
}
.pswtb-container {
  display: none;
}
.atvi-wheretobuy.sku-mode .wtb-select.retailers-entry {
  display: none;
}
.buy-container {
  /*.inner-container();*/
  /*&.ready {

        .buy-column-one {
            top: 0;
        } 

        .buy-column-two .buy-description-content .edition-boxart {
            right: 0;
            @media screen and (max-width: 767px) {
                display: block;
                overflow: hidden;
            }
        }

    } */
}
@media only screen and (max-width: 767px) {
  .buy-container {
    margin-top: 15px;
  }
}
.buy-container .buy-wrapper {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  background: #262626;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-wrapper {
    padding: 0 15px;
    margin-top: 0px;
  }
}
.buy-container .buy-wrapper:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-column-one {
  width: 360px;
  float: left;
  padding: 30px;
  margin-right: 4.07%;
  background-color: #ffffff;
  position: relative;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-one {
    width: 345px;
    margin-right: 4.63%;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-one {
    width: 100%;
    float: none;
  }
}
.buy-container .buy-column-one .wtb-form-container {
  margin-bottom: 30px;
}
.buy-container .buy-column-one .wtb-form-container .hidden {
  display: none;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select {
  margin-bottom: 15px;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .select-label {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .select-label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .select-label {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .select-label b {
  font-weight: bold;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .coming-soon-button {
  border: 1px solid #ffffff;
  border-radius: 2px;
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  text-transform: uppercase;
  text-indent: 19px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  background-color: #999;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .coming-soon-button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .coming-soon-button {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper {
  border-color: #000;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectric {
  background-color: transparent;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectric .label {
  color: #000;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectric .button:after {
  background-image: url('../../../../../../content/dam/atvi/callofduty/wwii/common/selectbox-arrow-black.svg');
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectricItems {
  background-color: #ffffff;
  border: 1px solid #000;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectricItems ul li {
  border-top: 1px solid #9b9b9b;
  color: #9b9b9b;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectricItems ul li:first-of-type {
  border-top: none;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectricItems ul li.selected,
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selectricWrapper .selectricItems ul li:hover {
  color: #000;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .wtb-select .selection-type-regions .selectricItems {
  height: 250px !important;
}
.buy-container .buy-column-one .wtb-form-container .wtb-form-list .empty-retailers-message {
  color: #FF0000;
}
.buy-container .buy-column-one .buy-ctas ul li a {
  display: block;
  width: 100%;
}
.buy-container .buy-column-one .buy-ctas ul li.order-button a {
  color: #ffffff;
  background: #9f912a;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  padding: 16px 0;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-one .buy-ctas ul li.order-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-one .buy-ctas ul li.order-button a {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-column-one .buy-ctas ul li.order-button a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .buy-container .buy-column-one .buy-ctas ul li.order-button a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-one .buy-ctas ul li.order-button a {
    font-size: 12px;
  }
}
.buy-container .buy-column-one .buy-ctas ul li.order-button.unavailable a {
  background-color: #999;
  color: #777;
  pointer-events: none;
}
.buy-container .buy-column-one .buy-ctas ul:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-column-one .buy-ctas .pre-order-text {
  display: none;
}
.buy-container .buy-column-two {
  width: calc(92.93% - 335px);
  float: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two {
    width: calc(95.37% - 345px);
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-two {
    width: 100%;
    float: none;
    padding: 0 30px 45px;
  }
}
.buy-container .buy-column-two .buy-description-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-column-two .buy-description-content .edition-container {
  position: relative;
  display: none;
}
.buy-container .buy-column-two .buy-description-content .edition-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-column-two .buy-description-content .edition-container.visible {
  display: block;
}
.buy-container .buy-column-two .buy-description-content .edition-title h3 {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.7px;
  border-bottom: 2px solid #9f912a;
  padding: 0 0 13px 0;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 44px 0 31px 0;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3 {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-title h3:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
  padding-right: 20px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3:before {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3 {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 38px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3 {
    padding-top: 30px;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-title h3:before {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3:before {
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-title h3:before {
    padding-right: 15px;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.7px;
  float: left;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-two .buy-description-content .edition-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-two .buy-description-content .edition-text {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-text h2 {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-two .buy-description-content .edition-text h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-two .buy-description-content .edition-text h2 {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-text h3 {
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.buy-container .buy-column-two .buy-description-content .edition-text b,
.buy-container .buy-column-two .buy-description-content .edition-text strong {
  font-weight: bold;
}
.buy-container .buy-column-two .buy-description-content .edition-text p {
  margin-bottom: 15px;
}
.buy-container .buy-column-two .buy-description-content .edition-text ul {
  margin-left: 30px;
  list-style: disc;
}
.buy-container .buy-column-two .buy-description-content .edition-text ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-column-two .buy-description-content .edition-text ul li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-column-two .buy-description-content .edition-text ul li {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-text {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.buy-container .buy-column-two .buy-description-content .edition-boxart {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 358px;
  float: right;
  position: relative;
  right: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.buy-container .buy-column-two .buy-description-content .edition-boxart img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-boxart img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-boxart img {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-boxart {
    float: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-column-two .buy-description-content .edition-boxart {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-column-two .buy-description-content .edition-text {
    display: none;
  }
}
.buy-container .buy-bottom-inner {
  width: 100%;
  float: left;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner {
    display: block;
    margin-top: 30px;
  }
}
.buy-container .buy-bottom-inner:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-bottom-inner .edition-container {
  position: relative;
  display: none;
}
.buy-container .buy-bottom-inner .edition-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.buy-container .buy-bottom-inner .edition-container.visible {
  display: block;
}
.buy-container .buy-bottom-inner .edition-title h3 {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.7px;
  border-bottom: 2px solid #9f912a;
  padding: 0 0 13px 0;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 44px 0 31px 0;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-bottom-inner .edition-title h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-bottom-inner .edition-title h3 {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-title h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
.buy-container .buy-bottom-inner .edition-title h3:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
  padding-right: 20px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-title h3:before {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-title h3 {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 38px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-title h3 {
    padding-top: 30px;
  }
}
.buy-container .buy-bottom-inner .edition-title h3:before {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-title h3:before {
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-title h3:before {
    padding-right: 15px;
  }
}
.buy-container .buy-bottom-inner .edition-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.7px;
  float: left;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-bottom-inner .edition-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-bottom-inner .edition-text {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-bottom-inner .edition-text h2 {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-bottom-inner .edition-text h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-bottom-inner .edition-text h2 {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-bottom-inner .edition-text h3 {
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.buy-container .buy-bottom-inner .edition-text b,
.buy-container .buy-bottom-inner .edition-text strong {
  font-weight: bold;
}
.buy-container .buy-bottom-inner .edition-text p {
  margin-bottom: 15px;
}
.buy-container .buy-bottom-inner .edition-text ul {
  margin-left: 30px;
  list-style: disc;
}
.buy-container .buy-bottom-inner .edition-text ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-bottom-inner .edition-text ul li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-bottom-inner .edition-text ul li {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-text {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.buy-container .buy-bottom-inner .edition-boxart {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 358px;
  float: right;
  position: relative;
  right: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.buy-container .buy-bottom-inner .edition-boxart img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-boxart img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-boxart img {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buy-container .buy-bottom-inner .edition-boxart {
    float: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-bottom-inner .edition-boxart {
    float: left;
    width: 100%;
  }
}
.buy-container .buy-wrapper-outer {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-wrapper-outer {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .buy-container .buy-wrapper-outer {
    padding: 0 15px;
  }
}
.buy-container .buy-wrapper-outer .disclaimer-container {
  display: none;
}
.buy-container .buy-wrapper-outer .disclaimer-container .disclaimer-text {
  margin-top: 30px;
  border-top: 1px solid #9b9b9b;
  padding: 25px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .buy-container .buy-wrapper-outer .disclaimer-container .disclaimer-text {
    padding: 25px 15px 30px 15px;
  }
}
.buy-container .buy-wrapper-outer .disclaimer-container p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .buy-container .buy-wrapper-outer .disclaimer-container p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .buy-container .buy-wrapper-outer .disclaimer-container p {
    text-rendering: optimizeLegibility;
  }
}
.buy-container .buy-wrapper-outer .disclaimer-container a {
  color: #9f912a;
}
.buy-container .buy-wrapper-outer .disclaimer-container.visible {
  display: block;
}
/*.home-sections-container, .mp-sections-container, .zombies-sections-container, .beta-sections-container {

	.buy-container .buy-wrapper-outer .disclaimer-container .disclaimer-text p:last-of-type {
		display: none;  
    }

}*/
.buy-container .preorder-incentive-container {
  display: none;
}

b,
strong {
  font-weight: bold;
}
.selectricWrapper {
  border: 1px solid #ffffff;
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #2d2d2d;
  position: relative;
  color: #ffffff;
  padding: 9px 0;
}
.selectric .label {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.7px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 30px 0 0;
  line-height: 20px;
  text-indent: 19px;
}
@media screen and (max-width: 640px) {
  .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectric .label {
    text-rendering: optimizeLegibility;
  }
}
.selectric .button {
  padding: 0;
  position: absolute;
  right: 19px;
  top: 0;
  width: 30px;
  height: 11px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  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%);
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../../../content/dam/atvi/callofduty/wwii/common/selectbox-arrow-white.svg');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #ffffff;
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  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;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: -1px;
  width: 100.5% !important;
  background: #2d2d2d;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
  border: 1px solid #ffffff;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  min-height: 16px;
}
.selectricItems li {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.7px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #9b9b9b;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: block;
  padding: 9px 0;
  text-indent: 19px;
  border-top: 1px solid #4a4a4a;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectricItems li {
    text-rendering: optimizeLegibility;
  }
}
.selectricItems li:hover {
  color: #ffffff;
}
.selectricItems li.selected {
  color: #ffffff;
}
.selectricItems li.disabled {
  color: #4a4a4a;
  cursor: default;
}
.selectricWrapper .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #9f912a;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 640px) {
  body.ru .selectric .label {
    font-size: 8px;
  }
}

b,
strong {
  font-weight: bold;
}
.psexclusive-container {
  position: relative;
  height: 125px;
  background: #000;
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 15px 30px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .psexclusive-container {
    padding: 0 15px;
  }
}
.psexclusive-container .psexclusive-banner {
  width: 100%;
  position: relative;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.psexclusive-container .desktop-banner {
  height: 95px;
}
.psexclusive-container .tablet-banner {
  height: 72px;
  display: none;
}
.psexclusive-container .mobile-banner {
  height: 170px;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .psexclusive-container {
    height: 102px;
    margin-bottom: 30px;
  }
  .psexclusive-container .desktop-banner {
    display: none;
  }
  .psexclusive-container .tablet-banner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .psexclusive-container {
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .psexclusive-container .desktop-banner {
    display: none;
  }
  .psexclusive-container .mobile-banner {
    display: block;
  }
}

b,
strong {
  font-weight: bold;
}
.codpoints-container {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/zombies/Pre-Order_Incentive_Banner_Desktop_1x.jpg) center center no-repeat;
  background-size: 100% 100%;
  margin: 60px 0;
}
.codpoints-container .codpoints-inner {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 50px 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .codpoints-container .codpoints-inner {
    padding: 0 15px;
  }
}
.codpoints-container .codpoints-inner > div {
  display: inline-block;
  vertical-align: middle;
}
.codpoints-container .codpoints-inner > div img {
  width: 90%;
}
.codpoints-container .codpoints-copy {
  width: 35%;
  text-align: left;
}
.codpoints-container .codpoints-copy h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 25px;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .codpoints-container .codpoints-copy h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .codpoints-container .codpoints-copy h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .codpoints-container .codpoints-copy h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
.codpoints-container .codpoints-copy p {
  text-transform: uppercase;
  color: #9F912A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .codpoints-container .codpoints-copy p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .codpoints-container .codpoints-copy p {
    text-rendering: optimizeLegibility;
  }
}
.codpoints-container .codpoints-iw {
  width: 25%;
  position: relative;
  margin-right: 5%;
}
.codpoints-container .codpoints-iw:after {
  content: "+";
  font-family: serif;
  color: #9F912A;
  font-size: 50px;
  position: absolute;
  top: 50%;
  right: -14%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.codpoints-container .codpoints-bo3 {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .codpoints-container {
    margin: 30px 0;
  }
  .codpoints-container .codpoints-copy {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .codpoints-container .codpoints-inner .codpoints-iw,
  .codpoints-container .codpoints-inner .codpoints-bo3 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .codpoints-container {
    background: url(../../../../../../content/dam/atvi/callofduty/wwii/zombies/500_CP_Banner_Mobile_2x.jpg) center center no-repeat;
    background-size: 105% 100%;
    margin: 30px 0;
  }
  .codpoints-container .codpoints-inner > div img {
    width: 100%;
    max-width: 320px;
  }
  .codpoints-container .codpoints-inner .codpoints-iw,
  .codpoints-container .codpoints-inner .codpoints-bo3 {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .codpoints-container .codpoints-inner .codpoints-iw {
    margin-bottom: 50px;
  }
  .codpoints-container .codpoints-inner .codpoints-iw:after {
    top: auto;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 640px) {
  .codpoints-container .codpoints-inner {
    padding: 40px 15px;
  }
}

b,
strong {
  font-weight: bold;
}
body {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/winter/common/wwii-winter-siege-bg-d.jpg) top center no-repeat;
  background-size: cover;
}
.external-link-overlay {
  display: none;
}
.parent-section {
  position: relative;
}
.atvi-video .controls .sd-hd {
  display: none;
}
.hero-container {
  position: relative;
  margin-bottom: 60px;
  /*fixes for smaller mobile phone screens*/
}
.hero-container .hero-center {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-center {
    padding: 0 15px;
  }
}
.hero-container .hero-center:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.hero-container .hero-main {
  position: relative;
  height: 0;
  min-height: 560px;
}
.hero-container .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-container .hero-bg .hero-desktop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-container .hero-bg .hero-mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position-x: center;
  background-repeat: no-repeat;
  background: #000;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero-container .hero-video {
  float: right;
  width: 55%;
  padding-bottom: 31.65%;
  position: relative;
}
.hero-container .hero-video > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.hero-container .hero-video:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/common/wwii-play-btn-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  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%);
}
.hero-container .hero-video p {
  position: absolute;
  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%);
  margin-top: 65px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.hero-container .hero-logo {
  margin-bottom: 15px;
}
.hero-container .hero-logo img {
  width: 100%;
}
.hero-container .hero-description {
  display: block;
  padding: 10px 0 0 45px;
}
.hero-container .hero-description-content {
  float: left;
  width: 45%;
  position: relative;
  padding-top: 65px;
}
.hero-container .hero-description-content .hero-description-expand {
  display: none;
  margin: 40px auto 20px;
  position: relative;
  cursor: pointer;
  padding: 0 4%;
}
.hero-container .hero-description-content .hero-description-expand p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content .hero-description-expand p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-description-content .hero-description-expand p {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-description-content .hero-description-expand p b,
.hero-container .hero-description-content .hero-description-expand p strong,
.hero-container .hero-description-content .hero-description-expand p span {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content .hero-description-expand p b,
  .hero-container .hero-description-content .hero-description-expand p strong,
  .hero-container .hero-description-content .hero-description-expand p span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-description-content .hero-description-expand p b,
  .hero-container .hero-description-content .hero-description-expand p strong,
  .hero-container .hero-description-content .hero-description-expand p span {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-description-content .hero-description-expand .expand-icon:after {
  content: "+";
  width: 30px;
  height: 30px;
  font-family: serif;
  position: absolute;
  right: 25px;
  top: 0%;
  color: #FFF;
  font-size: 60px;
  -webkit-transform: translate(0, -80%);
  -moz-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  -o-transform: translate(0, -80%);
  transform: translate(0, -80%);
}
.hero-container .hero-description-content.active .hero-description-expand p {
  display: none;
}
.hero-container .hero-description-content.active .hero-description-expand .expand-icon:after {
  content: "—";
  font-size: 30px;
  margin-top: 10px;
  height: 65px;
}
.hero-container .hero-description-content .mode-icon {
  padding: 20px 0;
  width: 200px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  position: relative;
}
.hero-container .hero-description-content .mode-icon:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
}
.hero-container .hero-description-content h1 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.3px;
  line-height: 58px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content h1 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-description-content h1 {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-description-content h1 b,
.hero-container .hero-description-content h1 strong,
.hero-container .hero-description-content h1 span {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content h1 b,
  .hero-container .hero-description-content h1 strong,
  .hero-container .hero-description-content h1 span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-description-content h1 b,
  .hero-container .hero-description-content h1 strong,
  .hero-container .hero-description-content h1 span {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content h1 {
    font-size: 23px;
    line-height: 1.3;
  }
}
.hero-container .hero-description-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-description-content p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-description-content p {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .banner-container {
  max-width: 300px;
  margin-right: 2%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
.hero-container .hero-touts {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: -80px;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts {
    padding: 0 15px;
  }
}
.hero-container .hero-touts:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.hero-container .hero-touts .hero-tout {
  float: left;
  width: 23%;
  margin-right: 2.66%;
  height: 150px;
  position: relative;
  border: 1px solid #9b9b9b;
}
.hero-container .hero-touts .hero-tout.maps-tout,
.hero-container .hero-touts .hero-tout.war-mode-tout,
.hero-container .hero-touts .hero-tout.zombies-tout,
.hero-container .hero-touts .hero-tout.buy-tout {
  cursor: pointer;
}
.hero-container .hero-touts .hero-tout:last-of-type {
  background: #000;
  margin-right: 0;
}
.hero-container .hero-touts .hero-tout .hero-tout-m-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-container .hero-touts .hero-tout .tout-content {
  position: absolute;
  left: 50%;
  top: 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: 100%;
}
.hero-container .hero-touts .hero-tout h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts .hero-tout h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-touts .hero-tout h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts .hero-tout h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
.hero-container .hero-touts .hero-tout a {
  color: #ffffff;
  background: #9f912a;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
  padding-right: 20px;
  width: 175px;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts .hero-tout a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-touts .hero-tout a {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-touts .hero-tout a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .hero-container .hero-touts .hero-tout a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-container .hero-touts .maps-tout:before,
  .hero-container .hero-touts .war-mode-tout:before,
  .hero-container .hero-touts .zombies-tout:before,
  .hero-container .hero-touts .buy-tout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 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;
    z-index: 5;
  }
  .hero-container .hero-touts .maps-tout:hover:before,
  .hero-container .hero-touts .war-mode-tout:hover:before,
  .hero-container .hero-touts .zombies-tout:hover:before,
  .hero-container .hero-touts .buy-tout:hover:before {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hero-container .hero-description-content h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .hero-container .hero-touts .hero-tout {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .hero-container .hero-touts .hero-tout:nth-of-type(even) {
    margin-right: 0;
    margin-left: 1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-container .hero-video {
    top: 100px;
  }
  .hero-container .hero-touts {
    margin-top: -63px;
  }
  .hero-container .hero-touts .hero-tout {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .hero-container .hero-main {
    height: auto;
    padding-bottom: 14%;
    min-height: 500px;
  }
  .hero-container .hero-bg .hero-desktop-bg {
    display: none;
  }
  .hero-container .hero-bg .hero-mobile-bg {
    display: block;
  }
  .hero-container .hero-center {
    padding: 38% 0 0 0;
  }
  .hero-container .hero-video,
  .hero-container .hero-description {
    float: none;
    width: 100%;
  }
  .hero-container .hero-video {
    padding-bottom: 0;
    height: 135px;
  }
  .hero-container .hero-description {
    display: none;
    padding: 10px 25px 0;
    margin-bottom: 40px;
  }
  .hero-container .banner-container {
    max-width: unset;
    margin: 0 10px 10px 10px;
    position: unset;
  }
  .hero-container .hero-description-content {
    width: 100%;
    padding: 35px 0 0 0;
    margin-left: 0;
  }
  .hero-container .hero-description-content h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .hero-container .hero-description-content .mode-icon {
    display: none;
  }
  .hero-container .hero-description-content .hero-description-expand {
    display: block;
  }
  .hero-container .hero-description-content.active .hero-description {
    display: block;
    padding: 0 25px;
  }
  .hero-container .hero-description-content.active .hero-description p {
    text-align: justify;
  }
  .hero-container .hero-touts {
    margin-top: -50px;
  }
  .hero-container .hero-touts .hero-tout {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 0;
    height: 100px;
  }
  .hero-container .hero-touts .hero-tout:last-of-type {
    margin-top: auto;
  }
  .hero-container .hero-touts .hero-tout .hero-tout-m-bg {
    display: block;
  }
  .hero-container .hero-touts .hero-tout:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts .hero-tout h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .hero-container .hero-center {
    padding: 47% 0 0% 0;
  }
  .hero-container .hero-center .hero-logo {
    margin-bottom: 7px;
  }
  .hero-container .hero-center .hero-description-content.active .hero-description-expand .expand-icon:after {
    height: 78px;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc2 .hero-container .hero-bg .hero-mobile-bg {
  min-height: 750px;
  background-color: #fff0d0;
}
@media screen and (max-width: 400px) {
  .dlc-container.dlc2 .hero-container .hero-bg .hero-mobile-bg {
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}
.dlc-container.dlc2 .hero-container .hero-logo {
  padding: 0 25px;
}
.dlc-container.dlc2 .hero-container .hero-logo .logo-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-logo .logo-desktop {
    display: none;
  }
  .dlc-container.dlc2 .hero-container .hero-logo .logo-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-center {
    padding: 60% 0 0 0;
  }
}
.dlc-container.dlc2 .hero-container .hero-description {
  padding: 10px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-description {
    padding: 0 25px;
  }
}
.dlc-container.dlc2 .hero-container .hero-video p {
  top: 65%;
  left: 75%;
  text-shadow: 1px 1px 5px black;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-video p {
    display: none;
  }
}
.dlc-container.dlc2 .hero-container .hero-video:after {
  top: 65%;
  left: 75%;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-video p {
    top: 50%;
    left: 50%;
  }
  .dlc-container.dlc2 .hero-container .hero-video:after {
    top: 50%;
    left: 50%;
  }
}
.dlc-container.dlc2 .hero-container .banner-container {
  max-width: 250px;
  top: 45px;
  right: 0;
  bottom: unset;
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc2 .hero-container .banner-container {
    max-width: 150px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .banner-container {
    display: none;
  }
}
.dlc-container.dlc2 .hero-container .hero-description-content p {
  color: black;
  font-weight: bold;
}
.dlc-container.dlc2 .hero-container .hero-description-content .hero-description-expand p {
  font-size: 22px;
  font-weight: bold;
}
.dlc-container.dlc2 .hero-container .hero-description-content .hero-description-expand .expand-icon:after {
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container .hero-description-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .hero-container {
    margin-bottom: 30px;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc3 .hero-container .hero-bg .hero-mobile-bg,
.dlc-container.dlc4 .hero-container .hero-bg .hero-mobile-bg {
  min-height: 750px;
  background-color: black;
}
@media screen and (max-width: 400px) {
  .dlc-container.dlc3 .hero-container .hero-bg .hero-mobile-bg,
  .dlc-container.dlc4 .hero-container .hero-bg .hero-mobile-bg {
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}
.dlc-container.dlc3 .hero-container .hero-logo,
.dlc-container.dlc4 .hero-container .hero-logo {
  padding: 0 25px;
}
.dlc-container.dlc3 .hero-container .hero-logo .logo-mobile,
.dlc-container.dlc4 .hero-container .hero-logo .logo-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-logo .logo-desktop,
  .dlc-container.dlc4 .hero-container .hero-logo .logo-desktop {
    display: none;
  }
  .dlc-container.dlc3 .hero-container .hero-logo .logo-mobile,
  .dlc-container.dlc4 .hero-container .hero-logo .logo-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-center,
  .dlc-container.dlc4 .hero-container .hero-center {
    padding: 60% 0 0 0;
  }
}
.dlc-container.dlc3 .hero-container .hero-description,
.dlc-container.dlc4 .hero-container .hero-description {
  padding: 10px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-description,
  .dlc-container.dlc4 .hero-container .hero-description {
    padding: 0 25px;
  }
}
.dlc-container.dlc3 .hero-container .hero-video p,
.dlc-container.dlc4 .hero-container .hero-video p {
  top: 55%;
  left: 75%;
  text-shadow: 1px 1px 5px black;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-video p,
  .dlc-container.dlc4 .hero-container .hero-video p {
    display: none;
  }
}
.dlc-container.dlc3 .hero-container .hero-video:after,
.dlc-container.dlc4 .hero-container .hero-video:after {
  top: 55%;
  left: 75%;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-video p,
  .dlc-container.dlc4 .hero-container .hero-video p {
    top: 50%;
    left: 50%;
  }
  .dlc-container.dlc3 .hero-container .hero-video:after,
  .dlc-container.dlc4 .hero-container .hero-video:after {
    top: 50%;
    left: 50%;
  }
}
.dlc-container.dlc3 .hero-container .banner-container,
.dlc-container.dlc4 .hero-container .banner-container {
  max-width: 250px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc3 .hero-container .banner-container,
  .dlc-container.dlc4 .hero-container .banner-container {
    max-width: 150px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .banner-container,
  .dlc-container.dlc4 .hero-container .banner-container {
    display: none;
  }
}
.dlc-container.dlc3 .hero-container .hero-description-content p,
.dlc-container.dlc4 .hero-container .hero-description-content p {
  color: #fff;
  text-shadow: 1px 1px 1px black;
}
.dlc-container.dlc3 .hero-container .hero-description-content .hero-description-expand p,
.dlc-container.dlc4 .hero-container .hero-description-content .hero-description-expand p {
  font-size: 22px;
  font-weight: bold;
}
.dlc-container.dlc3 .hero-container .hero-description-content .hero-description-expand .expand-icon:after,
.dlc-container.dlc4 .hero-container .hero-description-content .hero-description-expand .expand-icon:after {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container .hero-description-content,
  .dlc-container.dlc4 .hero-container .hero-description-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .hero-container,
  .dlc-container.dlc4 .hero-container {
    margin-bottom: 30px;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc4 .hero-container .hero-logo {
  text-align: center;
}
.dlc-container.dlc4 .hero-container .hero-logo .logo-desktop {
  width: 80%;
}
.dlc-container.dlc4 .hero-container .banner-container {
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc4 .hero-container .banner-container {
    max-width: 300px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc4 .hero-container .banner-container {
    display: block;
    margin: 10px auto;
    max-width: 100%;
  }
  .dlc-container.dlc4 .hero-container .banner-container img {
    width: 90%;
    position: relative;
  }
}
@media screen and (max-width: 1350px) {
  .dlc-container.dlc4 .hero-container .hero-video {
    padding-bottom: 27%;
  }
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc4 .hero-container .hero-video {
    padding-bottom: 15%;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.dlc-modal .modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
.dlc-modal .modal-close:after {
  content: "+";
  color: #FFF;
  font-size: 50px;
  position: absolute;
  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%);
}
.dlc-modal .modal-inner {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  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%);
}
.dlc-modal img {
  width: 100%;
}

b,
strong {
  font-weight: bold;
}
.section-container {
  margin-bottom: 60px;
}
.section-container .inner-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-container .inner-container {
    padding: 0 15px;
  }
}
.section-container .inner-container .inner-overview {
  position: relative;
  padding: 30px;
  border-top: 8px solid #9f912a;
}
.section-container .inner-container .inner-overview:before {
  left: 0;
}
.section-container .inner-container .inner-overview:after {
  right: 0;
}
.section-container .inner-container .inner-overview:before,
.section-container .inner-container .inner-overview:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,7db9e8+100&1+0,0+100 */
  background: #c1c1c1;
  background: -moz-linear-gradient(top, #c1c1c1 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c1c1c1 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c1c1c1 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.section-container .inner-container .section-header h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .section-container .inner-container .section-header h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .inner-container .section-header h2 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .section-container .inner-container .section-header h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
.section-container .inner-container .section-description {
  float: right;
  width: 65%;
}
.section-container .inner-container .section-description p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .section-container .inner-container .section-description p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .inner-container .section-description p {
    text-rendering: optimizeLegibility;
  }
}
.section-container .card-carousel-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-container .card-carousel-container .card-entry {
  width: 32%;
  padding-bottom: 32%;
  position: relative;
}
.section-container .card-carousel-container .card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-container .card-carousel-container .card-icon {
  padding: 10px 0;
  width: 150px;
  border-bottom: 1px solid #FFF;
  position: relative;
}
.section-container .card-carousel-container .card-headline {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.section-container .card-carousel-container .card-headline h4 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 1.3px;
  font-size: 25px;
  color: #FFF;
  padding-right: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h4 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .card-carousel-container .card-headline h4 {
    text-rendering: optimizeLegibility;
  }
}
.section-container .card-carousel-container .card-headline h4 b,
.section-container .card-carousel-container .card-headline h4 strong,
.section-container .card-carousel-container .card-headline h4 span {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h4 b,
  .section-container .card-carousel-container .card-headline h4 strong,
  .section-container .card-carousel-container .card-headline h4 span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .card-carousel-container .card-headline h4 b,
  .section-container .card-carousel-container .card-headline h4 strong,
  .section-container .card-carousel-container .card-headline h4 span {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 23px;
    line-height: 1.3;
  }
}
.section-container .card-carousel-container .card-headline h4 b,
.section-container .card-carousel-container .card-headline h4 strong {
  font-weight: bold;
}
.section-container .card-carousel-container .card-headline h5 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 1.3px;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h5 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .card-carousel-container .card-headline h5 {
    text-rendering: optimizeLegibility;
  }
}
.section-container .card-carousel-container .card-headline h5 b,
.section-container .card-carousel-container .card-headline h5 strong,
.section-container .card-carousel-container .card-headline h5 span {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h5 b,
  .section-container .card-carousel-container .card-headline h5 strong,
  .section-container .card-carousel-container .card-headline h5 span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-container .card-carousel-container .card-headline h5 b,
  .section-container .card-carousel-container .card-headline h5 strong,
  .section-container .card-carousel-container .card-headline h5 span {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .section-container .card-carousel-container .card-headline h5 {
    font-size: 23px;
    line-height: 1.3;
  }
}
.section-container .card-carousel-container .card-back .card-headline,
.section-container .card-carousel-container .card-back .card-headline h4 {
  margin-top: 0;
}
@media screen and (max-width: 1391px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1248px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1185px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 16px;
  }
  .section-container .card-carousel-container .card-front-content:after {
    font-size: 30px;
    bottom: 0;
  }
  .section-container .card-carousel-container .card-back-content:after {
    font-size: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1124px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 25px;
  }
  .section-container .card-carousel-container .card-front-content:after {
    font-size: 60px;
    bottom: -8px;
  }
}
@media screen and (max-width: 911px) {
  .section-container .card-carousel-container .card-headline h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-container {
    margin-bottom: 30px;
  }
  .section-container .card-carousel-container {
    padding: 0 15px;
    margin-top: 0;
  }
}
@media screen and (max-width: 475px) {
  .section-container .card-carousel-container .card-front-content:after {
    font-size: 40px;
    bottom: -7px;
  }
}
@media screen and (max-width: 1092px) {
  body.de .section-container .card-carousel-container .card-headline h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  body.de .section-container .card-carousel-container .card-headline h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 911px) {
  body.de .section-container .card-carousel-container .card-headline h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.de .section-container .card-carousel-container .card-headline h4 {
    font-size: 16px;
  }
}

b,
strong {
  font-weight: bold;
}
body.ar .maps-carousel .card-front-content:after {
  position: relative;
}
.flip-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper,.flip-container.hover .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg);
}*/
/*IE*/
.flip-container.hover .back,
.flip-container.flip .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container.hover .front,
.flip-container.flip .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*END IE*/
.flip-container,
.front,
.back {
  outline: none;
}
/* flip speed goes here */
.flipper {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*position: absolute;
    .size(100%,100%);
    top: 0;
    left: 0;*/
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card-icon {
  padding: 10px 0;
  width: 150px;
  border-bottom: 1px solid #FFF;
  position: relative;
}
.card-icon:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
}
.card-headline {
  position: relative;
  width: 100%;
}
.card-headline h4,
.card-headline p {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.3px;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .card-headline h4,
  .card-headline p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .card-headline h4,
  .card-headline p {
    text-rendering: optimizeLegibility;
  }
}
.card-headline h4 b,
.card-headline p b,
.card-headline h4 strong,
.card-headline p strong,
.card-headline h4 span,
.card-headline p span {
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .card-headline h4 b,
  .card-headline p b,
  .card-headline h4 strong,
  .card-headline p strong,
  .card-headline h4 span,
  .card-headline p span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .card-headline h4 b,
  .card-headline p b,
  .card-headline h4 strong,
  .card-headline p strong,
  .card-headline h4 span,
  .card-headline p span {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .card-headline h4,
  .card-headline p {
    font-size: 23px;
    line-height: 1.3;
  }
}
.card-headline h4 b,
.card-headline p b,
.card-headline h4 strong,
.card-headline p strong {
  font-weight: bold;
}
.card-read {
  color: #FFF;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 9px;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
@media screen and (max-width: 640px) {
  .card-read {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .card-read {
    text-rendering: optimizeLegibility;
  }
}
.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-front .card-expand {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 20;
}
.card-front .card-expand:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.card-front .card-expand:before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/multiplayer/maps/Square_Card_back.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px;
}
.card-back p,
.card-back li {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .card-back p,
  .card-back li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .card-back p,
  .card-back li {
    text-rendering: optimizeLegibility;
  }
}
.card-back ul {
  margin-left: 40px;
}
.card-back ul {
  list-style: disc;
}
.card-back .card-headline h4 {
  margin-bottom: 15px;
  margin-top: 0;
}
.card-front-content {
  position: absolute;
  bottom: 45px;
  left: 40px;
  right: 40px;
  /*.card-play {
		.size(40px,40px);
        position: absolute;
        bottom: 0px;
        right: -10px;
        cursor: pointer;

         &:after {
            .video-play();
            .size(100%,100%);
        }
    }*/
}
.maps-carousel .card-front-content:after {
  content: "+";
  font-size: 55px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  color: #FFF;
  position: absolute;
  bottom: -4px;
  right: 0;
  font-family: serif;
}
.maps-carousel .card-back-content:after {
  content: "—";
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-family: serif;
}
@media screen and (max-width: 1258px) {
  .card-headline h4 {
    font-size: 26px;
  }
  .card-front-content .card-play {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1138px) {
  .card-headline h4 {
    font-size: 24px;
  }
  .card-front-content .card-play {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1090px) {
  .card-headline h4 {
    font-size: 22px;
  }
  .card-front-content .card-play {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .card-headline h4 {
    font-size: 20px;
  }
  .card-headline h5 {
    font-size: 16px;
  }
  .card-front-content {
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .card-headline h4 {
    font-size: 18px;
  }
  .card-icon:before {
    font-size: 35px;
  }
  .card-front-content {
    left: 35px;
    bottom: 30px;
  }
  .card-front-content .card-play {
    right: 0px;
  }
  .card-back {
    padding: 30px;
  }
  .maps-carousel .card-front-content:after {
    right: 0px;
  }
  .maps-carousel .card-back-content:after {
    bottom: 31px;
    right: 30px;
  }
}

b,
strong {
  font-weight: bold;
}
.gallery-container .inner-container .section-header {
  float: none !important;
}
.gallery-container .gallery-inner-carousel {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .gallery-container .gallery-inner-carousel {
    padding: 0 15px;
  }
}
.gallery-container .gallery-desktop-carousel {
  position: relative;
}
.gallery-container .gallery-desktop-carousel:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.gallery-container .gallery-desktop-carousel .gal-slide {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.gallery-container .gallery-desktop-carousel .gal-slide:nth-child(3n) {
  margin-right: 0;
}
.gallery-container .gallery-desktop-carousel .gal-slide img {
  width: 100%;
}
.gallery-container .gallery-mobile-carousel .gal-slide {
  position: relative;
  margin: 0 30px;
}
.gallery-container .gallery-mobile-carousel .slick-slide img {
  width: 100%;
}
.gallery-container .gallery-tablet-carousel .slick-slide:not(.slick-active):before {
  width: unset;
}
.gallery-container .gallery-tablet-carousel .gal-image:nth-child(odd) {
  margin-bottom: 14%;
}
.gallery-container .gal-slide {
  cursor: pointer;
  position: relative;
}
.gallery-container .gal-slide.gal-video:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/common/wwii-play-btn-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
}
.gallery-container .gal-slide.gal-image {
  /***********************************
            hover expands the corners of the box
            ***********************************/
}
.gallery-container .gal-slide.gal-image:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-container .gal-slide.gal-image:after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-container .gal-slide.gal-image:hover:before {
  -webkit-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.gallery-container .gal-slide.gal-image:hover:after {
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}
.gallery-container button {
  display: none !important;
}
.gallery-container .dlc-modal .gallery-image-inner.modal-inner {
  padding-bottom: 45%;
}
.gallery-container .slick-prev,
.gallery-container .slick-next {
  top: 64%;
}
.gallery-container .mobile-only {
  display: none;
}
.gallery-container .tablet-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gallery-container .zombies-modal .gallery-image-inner.modal-inner {
    padding-bottom: 60%;
  }
  .gallery-container .desktop-only {
    display: none;
  }
  .gallery-container .tablet-only {
    display: block;
  }
  .gallery-container button {
    display: block !important;
  }
  .gallery-container .slick-prev,
  .gallery-container .slick-next {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-container .mobile-only {
    display: block;
  }
  .gallery-container .tablet-only {
    display: none;
  }
  .gallery-container .dlc-modal .gallery-image-inner.modal-inner {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container {
    margin-bottom: 30px;
    /*button {
			display: block !important;
        }



        .slick-prev, .slick-next {
            top: 50%;
        }*/
  }
}
@media screen and (max-width: 640px) {
  .gallery-container .dlc-modal .gallery-image-inner.modal-inner {
    padding-bottom: 115%;
  }
}
.dlc-content-container .buy-container {
  margin-bottom: 0;
}
.dlc-content-container .psexclusive-container {
  /*width: 100%;
    max-width: 1280px;
    padding-left: 30px;
    margin: 0 auto;
    padding-right: 30px;
    background-size: contain;*/
}

b,
strong {
  font-weight: bold;
}
.war-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  .war-container {
    padding: 0 15px;
  }
}
.war-container .war-inner {
  height: 565px;
  position: relative;
  border-top: 8px solid #9f912a;
}
.war-container .war-entry {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.war-container .war-entry .war-entry-m-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.war-container .war-entry .war-content {
  padding: 45px 0 0 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}
.war-container .war-entry .war-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.war-container .war-entry .war-content .war-copy {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 45px;
}
.war-container .war-entry .war-content .war-disclaimer {
  position: absolute;
  left: 45px;
  bottom: 45px;
}
.war-container .war-entry .war-content .war-disclaimer p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  text-transform: uppercase;
  font-size: 9px;
}
@media screen and (max-width: 640px) {
  .war-container .war-entry .war-content .war-disclaimer p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .war-container .war-entry .war-content .war-disclaimer p {
    text-rendering: optimizeLegibility;
  }
}
.war-container .war-entry .war-content .war-icon {
  padding: 20px 0;
  width: 150px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  position: relative;
}
.war-container .war-entry .war-content .war-icon:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
}
.war-container .war-entry .war-content .war-headline {
  margin-bottom: 20px;
  position: relative;
  max-width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .war-container .war-entry .war-content .war-headline {
    max-width: 600px;
    margin-bottom: 20px;
  }
}
.war-container .war-entry .war-content .war-headline h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 1px 1px black;
}
@media screen and (max-width: 640px) {
  .war-container .war-entry .war-content .war-headline h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .war-container .war-entry .war-content .war-headline h2 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .war-container .war-entry .war-content .war-headline h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
@media screen and (min-width: 1025px) {
  .war-container .war-entry .war-content .war-headline h2 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 1.3px;
  }
}
.war-container .war-entry .war-content .war-headline b,
.war-container .war-entry .war-content .war-headline strong {
  font-weight: bold;
}
.war-container .war-entry .war-content .war-description {
  max-width: 550px;
}
.war-container .war-entry .war-content .war-description p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .war-container .war-entry .war-content .war-description p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .war-container .war-entry .war-content .war-description p {
    text-rendering: optimizeLegibility;
  }
}
.war-container .war-entry .war-content .war-description a {
  color: #ffffff;
  background: #9f912a;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .war-container .war-entry .war-content .war-description a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .war-container .war-entry .war-content .war-description a {
    text-rendering: optimizeLegibility;
  }
}
.war-container .war-entry .war-content .war-description a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .war-container .war-entry .war-content .war-description a {
    font-size: 12px;
  }
}
.war-container .war-entry .war-content .war-description .dlc-video-play {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
.war-container .war-entry .war-content .war-description .dlc-video-play:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/common/wwii-play-btn-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  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: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .war-container .war-entry .war-content {
    padding: 40px 0 0 40px;
  }
  .war-container .war-entry .war-content .war-description {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .war-container {
    margin-top: 30px;
  }
  .war-container .war-entry .war-entry-m-bg {
    display: block;
  }
  .war-container .war-inner {
    height: auto;
  }
  .war-container .war-entry {
    position: relative;
  }
  .war-container .war-entry .war-content {
    position: relative;
    padding: 30px;
  }
  .war-container .war-entry .war-content .war-icon {
    padding-top: 0;
  }
  .war-container .war-entry .war-content .war-disclaimer {
    left: 30px;
    bottom: 30px;
  }
  .war-container .war-entry .war-content .war-headline h2 {
    font-size: 21px;
  }
}
body.ar .war-container .war-entry .war-content {
  padding: 45px 45px 0 0;
}
body.ar .war-container .war-entry .war-content .war-disclaimer {
  left: unset;
}
@media screen and (max-width: 1024px) {
  body.ar .war-container .war-entry .war-content {
    padding: 40px 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.ar .war-container .war-entry .war-content {
    padding: 30px;
  }
  body.ar .war-container .war-entry .war-content .war-disclaimer {
    left: unset;
    bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  body.br .war-container .war-entry .war-content .war-headline h2,
  body.it .war-container .war-entry .war-content .war-headline h2,
  body.ru .war-container .war-entry .war-content .war-headline h2 {
    font-size: 40px;
  }
}
body.br .war-container .war-entry .war-content .war-disclaimer {
  bottom: 30px;
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc2 .war-container,
.dlc-container.dlc3 .war-container {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.dlc-container.dlc2 .war-container .war-inner,
.dlc-container.dlc3 .war-container .war-inner {
  border-top: 8px solid #9f912a;
}
.dlc-container.dlc2 .war-container .war-entry .war-content,
.dlc-container.dlc3 .war-container .war-entry .war-content {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .war-container .war-entry .war-content .war-copy,
  .dlc-container.dlc3 .war-container .war-entry .war-content .war-copy {
    margin-bottom: 80px;
  }
}
.dlc-container.dlc2 .war-container .war-entry .war-content .war-description p,
.dlc-container.dlc3 .war-container .war-entry .war-content .war-description p {
  width: 90%;
}
.dlc-container.dlc3 .war-container .war-entry .war-content .war-description p {
  text-shadow: 1px 1px 1px black;
}

b,
strong {
  font-weight: bold;
}
.maps-container {
  /*background: url(../../../../../../content/dam/atvi/callofduty/wwii/common/bg/wwii-bg-desktop.jpg) top center no-repeat;
    background-size: cover;*/
}
.maps-container .inner-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .maps-container .inner-container {
    padding: 0 15px;
  }
}
.maps-container .maps-card-carousel-container {
  padding: 0 10px;
}
.maps-container .maps-carousel .front {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.maps-container .maps-carousel .flip-container {
  margin: 0 20px;
}
.maps-container .maps-front .card-headline p {
  text-shadow: 1px 1px black;
}
.maps-container .maps-front .card-icon:before {
  font-size: 35px;
}
.maps-container .card-back {
  padding: 30px 40px 40px 40px;
}
.maps-container .card-back .card-headline {
  padding-bottom: 10px;
}
.maps-container .card-back .card-headline h4 {
  margin-bottom: 0;
}
.maps-container .slick-prev,
.maps-container .slick-next {
  top: 62%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.maps-container .slick-prev:before,
.maps-container .slick-next:before {
  border: none;
}
.maps-container .slick-prev {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/winter/common/wwii-carousel-left.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.maps-container .slick-next {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/winter/common/wwii-carousel-right.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .maps-container .slick-prev,
  .maps-container .slick-next {
    top: 50%;
  }
  .maps-container .slick-prev {
    left: -19px;
  }
  .maps-container .slick-next {
    right: -19px;
  }
  .maps-container .maps-front .card-headline p {
    font-size: 18px;
  }
  .maps-container .card-back {
    padding: 20px;
  }
  .maps-container .card-back p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .maps-container .slick-prev {
    left: -12px;
  }
  .maps-container .slick-next {
    right: -12px;
  }
  .maps-container .card-back .card-headline h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .maps-container .card-back {
    padding: 12px;
  }
  .maps-container .card-back .card-headline {
    padding-bottom: 2px;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc2 .card-back {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc2/dlc2-maps/wwii-war-machine-map-back.jpg) center center no-repeat;
  background-size: cover;
}
.dlc-container.dlc2 .card-back .card-back-content {
  padding: 10px 10px;
}
@media screen and (max-width: 1280px) {
  .dlc-container.dlc2 .card-back {
    padding: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc2 .card-back {
    padding: 40px;
  }
}
@media screen and (max-width: 375px) {
  .dlc-container.dlc2 .card-back {
    padding: 12px;
  }
}

.dlc-container.dlc3 .card-back {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc3/maps/map-back.jpg) center center no-repeat;
  background-size: cover;
}
.dlc-container.dlc3 .card-back .card-back-content {
  padding: 10px 10px;
}
.dlc-container.dlc3 .card-carousel-container .card-headline h4 {
  padding-right: 0;
}
.dlc-container.dlc3 .maps-container .slick-next {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc3/maps/right-arrow.jpg) center center no-repeat;
  background-size: 100% 100%;
  right: -10px;
}
.dlc-container.dlc3 .maps-container .slick-prev {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc3/maps/left-arrow.jpg) center center no-repeat;
  background-size: 100% 100%;
  left: -10px;
}
.dlc-container.dlc3 .maps-container .slick-prev,
.dlc-container.dlc3 .maps-container .slick-next {
  width: 28px;
  height: 120px;
}
@media screen and (max-width: 1280px) {
  .dlc-container.dlc3 .card-back {
    padding: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc3 .card-back {
    padding: 40px;
  }
}
@media screen and (max-width: 375px) {
  .dlc-container.dlc3 .card-back {
    padding: 12px;
  }
}

.dlc-container.dlc4 .card-back {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc4/maps/map-back.jpg) center center no-repeat;
  background-size: cover;
}
.dlc-container.dlc4 .card-back .card-back-content {
  padding: 10px 10px;
}
.dlc-container.dlc4 .card-carousel-container .card-headline h4 {
  padding-right: 0;
}
.dlc-container.dlc4 .maps-container .slick-next {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc4/maps/sub-nav-right.png) center center no-repeat;
  background-size: 100% 100%;
  right: -10px;
}
.dlc-container.dlc4 .maps-container .slick-prev {
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/dlc/dlc4/maps/sub-nav-left.png) center center no-repeat;
  background-size: 100% 100%;
  left: -10px;
}
.dlc-container.dlc4 .maps-container .slick-prev,
.dlc-container.dlc4 .maps-container .slick-next {
  width: 50px;
  height: 120px;
}
@media screen and (max-width: 1280px) {
  .dlc-container.dlc4 .card-back {
    padding: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .dlc-container.dlc4 .card-back {
    padding: 40px;
  }
}
@media screen and (max-width: 375px) {
  .dlc-container.dlc4 .card-back {
    padding: 12px;
  }
}

b,
strong {
  font-weight: bold;
}
.zombies-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 100%;
  padding: unset;
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  .zombies-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .zombies-container {
    padding: 0;
  }
}
.zombies-container .zombies-inner {
  height: 595px;
  position: relative;
  border-top: 8px solid #9f912a;
}
.zombies-container .zombies-entry {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zombies-container .zombies-entry .zombies-entry-m-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.zombies-container .zombies-entry .zombies-content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 45px 65px 0 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}
.zombies-container .zombies-entry .zombies-content:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.zombies-container .zombies-entry .zombies-content .zombies-copy {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 45px;
  float: right;
}
.zombies-container .zombies-entry .zombies-content .zombies-disclaimer {
  position: absolute;
  left: 45px;
  bottom: 45px;
}
.zombies-container .zombies-entry .zombies-content .zombies-disclaimer p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  text-transform: uppercase;
  font-size: 9px;
}
@media screen and (max-width: 640px) {
  .zombies-container .zombies-entry .zombies-content .zombies-disclaimer p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .zombies-container .zombies-entry .zombies-content .zombies-disclaimer p {
    text-rendering: optimizeLegibility;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-icon {
  padding: 20px 0;
  width: 150px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  position: relative;
  float: right;
}
.zombies-container .zombies-entry .zombies-content .zombies-icon:before {
  content: "\2605";
  color: #FFF;
  font-size: 45px;
}
.zombies-container .zombies-entry .zombies-content .zombies-headline {
  margin-bottom: 20px;
  position: relative;
  max-width: 1000px;
  float: right;
  clear: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline {
    max-width: 600px;
    margin-bottom: 20px;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 1px 1px black;
}
@media screen and (max-width: 640px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
  }
}
@media screen and (min-width: 1025px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 1.3px;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-headline b,
.zombies-container .zombies-entry .zombies-content .zombies-headline strong {
  font-weight: bold;
}
.zombies-container .zombies-entry .zombies-content .zombies-description {
  max-width: 550px;
  float: right;
  clear: right;
}
.zombies-container .zombies-entry .zombies-content .zombies-description p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description p {
    text-rendering: optimizeLegibility;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-description p:nth-child(1) {
  text-align: left;
}
.zombies-container .zombies-entry .zombies-content .zombies-description a {
  color: #ffffff;
  background: #9f912a;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 10px;
  letter-spacing: 0.5px;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description a {
    text-rendering: optimizeLegibility;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-description a:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .zombies-container .zombies-entry .zombies-content .zombies-description {
    max-width: 465px;
  }
}
.zombies-container .zombies-entry .zombies-content .zombies-description .dlc-video-play {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  float: right;
}
.zombies-container .zombies-entry .zombies-content .zombies-description .dlc-video-play:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../../../../../../content/dam/atvi/callofduty/wwii/common/wwii-play-btn-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  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: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .zombies-container .zombies-entry .zombies-content {
    padding: 40px 65px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .zombies-container {
    margin-top: 30px;
  }
  .zombies-container .zombies-entry .zombies-entry-m-bg {
    display: block;
  }
  .zombies-container .zombies-inner {
    height: auto;
  }
  .zombies-container .zombies-entry {
    position: relative;
  }
  .zombies-container .zombies-entry .zombies-content {
    position: relative;
    padding: 40px 30px;
  }
  .zombies-container .zombies-entry .zombies-content .zombies-icon {
    padding-top: 0;
  }
  .zombies-container .zombies-entry .zombies-content .zombies-disclaimer {
    left: 30px;
    bottom: 30px;
  }
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    font-size: 18px;
  }
}
body.ar .zombies-container .zombies-entry .zombies-content {
  padding: 45px 45px 0 0;
}
body.ar .zombies-container .zombies-entry .zombies-content .zombies-disclaimer {
  left: unset;
}
@media screen and (max-width: 1024px) {
  body.ar .zombies-container .zombies-entry .zombies-content {
    padding: 40px 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.ar .zombies-container .zombies-entry .zombies-content {
    padding: 30px;
  }
  body.ar .zombies-container .zombies-entry .zombies-content .zombies-disclaimer {
    left: unset;
    bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  body.br .zombies-container .zombies-entry .zombies-content .zombies-headline h2,
  body.it .zombies-container .zombies-entry .zombies-content .zombies-headline h2,
  body.ru .zombies-container .zombies-entry .zombies-content .zombies-headline h2 {
    font-size: 40px;
  }
}
body.br .zombies-container .zombies-entry .zombies-content .zombies-disclaimer {
  bottom: 30px;
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc2 .zombies-container,
.dlc-container.dlc3 .zombies-container {
  margin: 0 auto 45px;
}
.dlc-container.dlc2 .zombies-container .zombies-inner,
.dlc-container.dlc3 .zombies-container .zombies-inner {
  border-bottom: 8px solid #9f912a;
}
.dlc-container.dlc2 .zombies-container .zombies-entry .zombies-entry-m-bg,
.dlc-container.dlc3 .zombies-container .zombies-entry .zombies-entry-m-bg {
  background-position: top center;
}
.dlc-container.dlc2 .zombies-container .zombies-entry .zombies-content,
.dlc-container.dlc3 .zombies-container .zombies-entry .zombies-content {
  padding: 45px 45px 0 0;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .zombies-container .zombies-entry .zombies-content,
  .dlc-container.dlc3 .zombies-container .zombies-entry .zombies-content {
    padding: 30px;
  }
}
.dlc-container.dlc2 .zombies-container .zombies-entry .zombies-content .zombies-description,
.dlc-container.dlc3 .zombies-container .zombies-entry .zombies-content .zombies-description {
  width: 90%;
}
.dlc-container.dlc2 .zombies-container .zombies-entry .zombies-content .zombies-description p,
.dlc-container.dlc3 .zombies-container .zombies-entry .zombies-content .zombies-description p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc2 .zombies-container,
  .dlc-container.dlc3 .zombies-container {
    margin: 0 auto;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container.dlc3 .zombies-container .zombies-entry,
.dlc-container.dlc4 .zombies-container .zombies-entry {
  background-position: top left;
}
.dlc-container.dlc3 .zombies-container .zombies-content .zombies-description p,
.dlc-container.dlc4 .zombies-container .zombies-content .zombies-description p {
  text-shadow: 1px 1px 1px black;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc3 .zombies-container .zombies-entry .zombies-entry-m-bg,
  .dlc-container.dlc4 .zombies-container .zombies-entry .zombies-entry-m-bg {
    background-position: top left !important;
  }
}

b,
strong {
  font-weight: bold;
}
.psn-advantage-container {
  display: none;
  margin-bottom: 0;
}
.psn-advantage-container .psn-advantage-banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .psn-advantage-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .buy-container {
    margin-top: 0;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-legal-container .legal-copy {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .dlc-legal-container .legal-copy {
    padding: 0 15px;
  }
}
.dlc-legal-container .legal-copy p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.7px;
  margin: 15px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .dlc-legal-container .legal-copy {
    padding: 0 30px;
  }
}

b,
strong {
  font-weight: bold;
}
.dlc-container .buy-container .buy-wrapper-outer .disclaimer-container .disclaimer-text {
  padding: 25px 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  .dlc-container .buy-container .buy-wrapper-outer .disclaimer-container .disclaimer-text {
    padding: 25px 15px 0px 15px;
  }
}

.dlc-container.dlc4 .war-container {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.dlc-container.dlc4 .war-container .war-inner {
  height: 595px;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc4 .war-container .war-inner {
    height: auto;
  }
}
.dlc-container.dlc4 .war-container .war-inner .war-content {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 65px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .dlc-container.dlc4 .war-container .war-inner .war-content {
    padding: 40px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc4 .war-container .war-inner .war-content {
    padding: 40px 30px;
  }
}
.dlc-container.dlc4 .zombies-container {
  margin: 0 auto;
}
.dlc-container.dlc4 .zombies-container .zombies-inner {
  border-bottom: 8px solid #9f912a;
}
.dlc-container.dlc4 .zombies-container .zombies-content .zombies-description p:nth-child(1) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc4 .zombies-container {
    margin: 0 auto;
  }
}
.dlc-container.dlc4 .pass-container {
  margin-bottom: 60px;
}
.dlc-container.dlc4 .pass-container .war-inner {
  border-top: none;
  border-bottom: 8px solid #9f912a;
}
@media screen and (max-width: 767px) {
  .dlc-container.dlc4 .pass-container {
    margin-bottom: 0;
  }
}
.dlc-container.dlc4 .psn-advantage-container .psn-advantage-banner {
  background-color: #000;
  padding: 10px 0;
}

