/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*  COLORS
 ************/
/* 
	2021 FONTS AND TYPOGRAPHY - /apps/atvi/callofduty/blog/v2021/clientlibs/css/utils/fonts.less
**/
/* removed old fonts */
/*  UI ELEMENTS 
 *****************/
.icon-crosshair {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: currentColor;
}
.icon-crosshair::after {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-crosshair::before {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* MIXINs */
/* CLASSES */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 425px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/**
	BLOG LAYOUT STYLES - /apps/atvi/callofduty/blog/components/structure/blog-layout/clientlibs/css/blog-layout.less
*/
body {
  background-color: #000000;
}
body.vault .at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
  display: none !important;
}
body.vault .vault-purchase-btn-container {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 15px 0 20px;
  margin: 0 !important;
  z-index: 10;
  left: 0;
}
body.vault .vault-purchase-btn-container a {
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  cursor: pointer;
  background: none !important;
  border: none;
  z-index: 1;
  -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: 0.25em 0.75em;
  min-width: 10ch;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  border: 1px solid #71af3a;
  color: #d2d4cd;
  text-shadow: 0px 0px 15px #000000;
  font-size: 24px !important;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
@media screen and (-ms-high-contrast: active) {
  body.vault .vault-purchase-btn-container a {
    border: 2px solid currentcolor;
  }
}
body.vault .vault-purchase-btn-container a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
body.vault .vault-purchase-btn-container a:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
}
body.vault .vault-purchase-btn-container a:before {
  background-image: linear-gradient(6deg, #71af3a 0%, #649732 30% 70%, #71af3a 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
body.vault .vault-purchase-btn-container a:after {
  background-image: linear-gradient(6deg, #71af3a 0%, #6ca336 30% 70%, #71af3a 100%);
  opacity: 1;
}
body.vault .vault-purchase-btn-container a:hover {
  color: #ffffff;
  box-shadow: inset 0px 0px 30px #bb9934;
  border: 1px solid #679e25;
}
body.vault .vault-purchase-btn-container a:hover:before {
  opacity: 0;
}
body.vault .cod-game-header,
body.vault .cod-header-container .mobile-header .mobile-secondary-nav,
body.vault .mobile-header .mobile-top-nav .cod-purchase,
body.vault .cod-header-container .mobile-header .mobile-top-nav .mobile-burger {
  display: none !important;
}
body.vault .mobile-header .mobile-top-nav .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 15px);
  -moz-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  -o-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
}
.blog-navigation {
  display: none;
}
.blog-post-container {
  position: relative;
  background-color: #131311;
  padding-top: 36px;
}
@media (min-width: 768px) {
  .blog-post-container {
    padding-top: 222px;
  }
}
@media (max-width: 767px) {
  .blog-post-container {
    padding-top: 154px;
  }
}
.blog-post-container p,
.blog-post-container h1,
.blog-post-container h2,
.blog-post-container h3,
.blog-post-container h4,
.blog-post-container h5,
.blog-post-container h6 {
  overflow-wrap: break-word;
}
.blog-post-container h1,
.blog-post-container h2,
.blog-post-container h3,
.blog-post-container h4 {
  color: #ffffff;
}
.blog-post-container h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  line-height: 2.75rem;
}
@media (max-width: 600px) {
  .blog-post-container h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
.blog-post-container h2,
.blog-post-container h3,
.blog-post-container h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .blog-post-container h2,
  .blog-post-container h3,
  .blog-post-container h4 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
.blog-post-container p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #f9f9f9;
  margin-bottom: 15px;
}
.blog-post-container p b {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
}
.blog-post-container p i {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 600px) {
  .blog-post-container p {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.13rem;
    line-height: 1.63rem;
  }
}
.blog-post-container a {
  text-decoration: underline;
}
.blog-post-container a:hover {
  text-decoration: none;
}
.blog-post-container .atvi-html5-video video {
  width: 100%;
}
.blog-post-container .atvi-video-thumbnail-container {
  height: 100%;
}
.blog-post-container .cmp-text ol,
.blog-post-container .cmp-text ul {
  list-style: revert;
  list-style-type: revert;
  margin-block-start: revert;
  margin-block-end: revert;
  padding: revert;
}
.blog-post-container .cmp-text ol li:first-child,
.blog-post-container .cmp-text ul li:first-child {
  margin-top: 0.5rem;
}
.blog-post-container .cmp-text ol li:not(:last-child),
.blog-post-container .cmp-text ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blog-post-container .top-color {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/common/cod-blog-bg.jpg');
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
  position: absolute;
  top: 0;
  width: 100vw;
  height: 50vw;
  max-height: 277px;
}
@media (min-width: 1024px) {
  .blog-post-container .top-color {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}
.blog-post-container .cod-pn-cta-modal .cod-pn-wtb-inner-modal {
  border: 3px solid #78ac35;
}
.blog-post-container .cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-wtb-modal-close {
  right: -5px;
}
.blog-post-container .blog-header-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  position: relative;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .blog-post-container .blog-header-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .blog-post-container .blog-header-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
.blog-post-container .blog-header-container .graphics {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.blog-post-container .blog-header-container .graphics .feature-img {
  position: relative;
}
.blog-post-container .blog-header-container .graphics .feature-img:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.blog-post-container .blog-header-container .graphics .feature-img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-post-container .blog-header-container .graphics .feature-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-header-container .graphics .feature-img .d-img {
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
.blog-post-container .blog-header-container .graphics .feature-img .m-img {
  display: none;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-header-container .graphics .feature-vid > div {
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
.blog-post-container .blog-header-container .text {
  position: relative;
}
.blog-post-container .blog-header-container .text-inner-container {
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-header-container .text-inner-container .mobile-layout {
    display: none;
  }
}
.blog-post-container .blog-header-container .text-inner-container .desktop-layout {
  display: none;
}
.blog-post-container .blog-header-container .text-inner-container .desktop-layout .headlines {
  margin-right: 10px;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-header-container .text-inner-container .desktop-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(1) {
    flex-grow: 1;
  }
  .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) {
    flex-shrink: 0;
    padding-left: 5px;
  }
  .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) .date-by-lines {
    text-align: right;
  }
  .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) .cta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-post-container .blog-header-container .headlines h1 {
  margin-bottom: 8px;
}
.blog-post-container .blog-header-container .date-by-lines {
  margin-bottom: 25px;
  color: #ffffff;
}
.blog-post-container .blog-header-container .date-by-lines .dateline {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.blog-post-container .blog-header-container .date-by-lines .byline {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #939297;
}
.blog-post-container .blog-header-container .game-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
  margin-bottom: 17px;
}
.blog-post-container .blog-header-container .game-tile {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  padding: 4px;
  background: #92918A;
  color: black;
  text-transform: uppercase;
}
.blog-post-container .blog-header-container .tag-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .blog-post-container .blog-header-container .tag-list {
    margin-top: 20px;
  }
}
.blog-post-container .blog-header-container .tag-list li {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #92918A;
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #6F6E63;
  margin: 0 0;
}
.blog-post-container .blog-header-container .cta {
  display: grid;
  grid-gap: 16px;
}
@-webkit-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-o-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
.blog-post-container .blog-header-container .cta .btn {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000000;
  background: #D70000;
  color: #FFF;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media screen and (-ms-high-contrast: active) {
  .blog-post-container .blog-header-container .cta .btn {
    border: 2px solid currentcolor;
  }
}
.blog-post-container .blog-header-container .cta .btn:hover {
  outline: 1px solid red;
  outline-offset: 4px;
}
.blog-post-container .blog-header-container .cta .btn.hover {
  /*animation: 
                        80ms ease-in-out ping-start,
                        300ms ease-in-out 80ms ping-delay forwards,
                        500ms ease 80ms ping-pulse-black;*/
}
.blog-post-container .blog-header-container .divider {
  margin-top: 40px;
  border-top: solid 1px #979797;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-header-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 28px;
    margin-bottom: 28px;
  }
  .blog-post-container .blog-header-container > * {
    grid-column: 3 / span 8;
  }
  .blog-post-container .blog-header-container .cta {
    justify-content: end;
  }
}
@media (max-width: 1024px) {
  .blog-post-container .blog-header-container {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: minmax(0, 2fr);
    grid-gap: 24px;
  }
  .blog-post-container .blog-header-container .graphics {
    margin-bottom: 0;
  }
  .blog-post-container .blog-header-container .text-inner-container {
    margin: 0 auto;
  }
  .blog-post-container .blog-header-container .cta a,
  .blog-post-container .blog-header-container .cta button {
    width: 100%;
  }
  .blog-post-container .blog-header-container .mobile-layout .date-by-lines {
    margin-bottom: 12px;
  }
  .blog-post-container .blog-header-container .mobile-layout .byline {
    margin-bottom: 0;
  }
  .blog-post-container .blog-header-container .mobile-layout .headlines h1 {
    margin-bottom: 17px;
  }
  .blog-post-container .blog-header-container .mobile-layout .tag-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .blog-post-container .blog-header-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: minmax(0, 2fr);
    grid-gap: 14px;
    margin-bottom: 24px;
  }
  .blog-post-container .blog-header-container .mobile-layout .date-by-lines {
    margin-bottom: 8px;
  }
  .blog-post-container .blog-header-container .mobile-layout .dateline {
    margin-bottom: 4px;
  }
  .blog-post-container .blog-header-container .mobile-layout .headlines h1 {
    margin-bottom: 17px;
  }
  .blog-post-container .blog-header-container .mobile-layout .tag-list {
    margin-bottom: 24px;
  }
  .blog-post-container .blog-header-container .divider {
    margin-top: 28px;
  }
}
.blog-post-container[data-brand='aurora'] .blog-header-container {
  /*
			.cta #wzm-post-buy {

                width: fit-content;

                .wzm-qr-code {
                    background: #7ec92e;
                    padding: 5px;
                    float: right;

                    img {
						display: block;
                        width: 100%;
                        max-width: 80px;

                        @media screen and (max-width: 768px) {
							margin-bottom: 10px;
                        }
                    }

                    p {
						color: #000;
                        font-size: 16px;
                        padding: 0 15px;
                        text-align: center;
                        text-transform: uppercase;
                        .va-bold();
                        margin-bottom: 0;
                    }

                    @media screen and (min-width: 768px) {
						.flexbox();
                        .flex-align(center);
                        float: none;
                    }

                    @media screen and (max-width: 767px) {
						display: none;
                        float: none;
                    }


                }

                .wzm-google-btn {

                    a {
						.green-btn();
                        font-size: 24px !important;
                        margin: 0 auto;
                        display: block;
                        width: fit-content;
                    }

                    @media screen and (min-width: 768px) {
						display: none;
                        float: none;
                    }

                    @media screen and (max-width: 767px) {
						display: block;
                        float: none;
                    }
                }

            }*/
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy {
  display: flex;
  justify-content: center;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-cta-container {
  max-width: 188px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-qr-code {
  display: flex;
  flex-direction: row;
  background-color: #D70000;
  padding: 12px;
  gap: 12px;
  align-items: center;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-qr-code img {
  max-width: 50%;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-qr-code p {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-store-btn-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-store-btn-group > * {
  flex: 50%;
}
.blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .wzm-store-btn-group img {
  width: 100%;
  max-width: 188px;
}
@media (max-width: 1024px) {
  .blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1024.02px) {
  .blog-post-container[data-brand='aurora'] .blog-header-container .cta #wzm-post-buy .mobile-only {
    display: none !important;
  }
}
.blog-post-container .blog-body-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  .blog-post-container .blog-body-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .blog-post-container .blog-body-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
.blog-post-container .blog-body-container .side-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 185px;
  margin-bottom: 50px;
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav {
  text-transform: uppercase;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 185px - 70px);
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav::-webkit-scrollbar {
  width: 0px;
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav li {
  padding-left: 15px;
  margin-bottom: 8px;
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav li a {
  font-family: "Hitmarker Text Bold", "Hitmarker Text Regular", Arial;
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #939297;
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav li.active {
  border-left: 2px solid #ffffff;
}
.blog-post-container .blog-body-container .side-nav-wrapper .side-nav li.active a {
  color: #ffffff;
}
.blog-post-container .blog-body-container .side-nav-wrapper .jspContainer .jspHorizontalBar {
  display: none;
}
.blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-left: none;
}
.blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  background: transparent;
  width: 30px;
  left: -15px;
}
.blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspDrag {
  background: #ffffff;
  width: 2px;
  left: calc(50% - 1px);
}
.blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspTrack {
  background: linear-gradient(90deg, transparent, 14.5px, rgba(255, 255, 255, 0.3) 14.5px, 15.5px, transparent 15.5px);
}
.blog-post-container .blog-body-container .atvi-image img {
  width: 100%;
  display: block;
}
.blog-post-container .blog-body-container .atvi-html p,
.blog-post-container .blog-body-container .atvi-html li {
  margin-bottom: 20px;
}
.blog-post-container .blog-body-container .atvi-html img {
  width: 100%;
}
.blog-post-container .blog-body-container .atvi-html b,
.blog-post-container .blog-body-container .atvi-html strong {
  font-weight: bold;
}
.blog-post-container .blog-body-container .atvi-video[data-vendor='mp4'] .player-part:first-of-type {
  display: none;
}
.blog-post-container .blog-body-container .atvi-video[data-vendor='mp4'] video {
  width: 100%;
}
.blog-post-container .blog-body-container .body-content {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #f9f9f9;
}
@media (max-width: 600px) {
  .blog-post-container .blog-body-container .body-content {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.13rem;
    line-height: 1.63rem;
  }
}
.blog-post-container .blog-body-container .body-content > .aem-Grid > div {
  padding-bottom: 15px;
  scroll-margin-top: 75px;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text > div,
.blog-post-container .blog-body-container .body-content .atvi-text > div {
  scroll-margin-top: 75px;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text ul,
.blog-post-container .blog-body-container .body-content .atvi-text ul {
  display: block;
  list-style-type: disc;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text ol,
.blog-post-container .blog-body-container .body-content .atvi-text ol {
  display: block;
  list-style-type: decimal;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text li,
.blog-post-container .blog-body-container .body-content .atvi-text li {
  display: list-item;
  line-height: 1.5;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text ul ul,
.blog-post-container .blog-body-container .body-content .atvi-text ul ul,
.blog-post-container .blog-body-container .body-content .atvi-rich-text ol ul,
.blog-post-container .blog-body-container .body-content .atvi-text ol ul {
  list-style-type: circle;
}
.blog-post-container .blog-body-container .body-content .atvi-rich-text ol ol ul,
.blog-post-container .blog-body-container .body-content .atvi-text ol ol ul,
.blog-post-container .blog-body-container .body-content .atvi-rich-text ol ul ul,
.blog-post-container .blog-body-container .body-content .atvi-text ol ul ul,
.blog-post-container .blog-body-container .body-content .atvi-rich-text ul ol ul,
.blog-post-container .blog-body-container .body-content .atvi-text ul ol ul,
.blog-post-container .blog-body-container .body-content .atvi-rich-text ul ul ul,
.blog-post-container .blog-body-container .body-content .atvi-text ul ul ul {
  list-style-type: square;
}
.blog-post-container .blog-body-container .body-content .blog-carousel-v2 {
  max-width: 100% !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
@media (min-width: 768px) {
  .blog-post-container .blog-body-container .body-content .blog-carousel-v2 {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}
.blog-post-container .blog-body-container .blog-image,
.blog-post-container .blog-body-container .atvi-video,
.blog-post-container .blog-body-container .atvi-rich-text,
.blog-post-container .blog-body-container .atvi-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-post-container .blog-body-container .caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-post-container .blog-body-container .caption .icon {
  margin-right: 3px;
}
.blog-post-container .blog-body-container .caption .icon img {
  display: inline;
}
.blog-post-container .blog-body-container p img {
  display: inline;
}
.blog-post-container .blog-body-container .intel-card .intel-card-component .intel-card__footer p,
.blog-post-container .blog-body-container .intel-card .intel-card-component .intel-card__header p {
  margin-bottom: 0;
}
@media (min-width: 1024.02px) {
  .blog-post-container .blog-body-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 28px;
  }
  .blog-post-container .blog-body-container .side-nav-wrapper {
    grid-column: 1 / span 2;
  }
  .blog-post-container .blog-body-container .body-content {
    grid-column: 3 / span 10;
  }
  .blog-post-container .blog-body-container .body-content > div {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-gap: 28px;
  }
  .blog-post-container .blog-body-container .body-content > div > * {
    grid-column: 1 / span 8;
  }
  .blog-post-container .blog-body-container .body-content > div > .intel-card {
    grid-column: span 10;
  }
  .blog-post-container .blog-body-container .button-container {
    grid-row: 2;
    grid-column: 3 / span 8;
  }
  .blog-post-container .blog-body-container .legal-text-container {
    grid-row: 3;
    grid-column: 3 / span 8;
  }
}
@media (max-width: 1024px) {
  .blog-post-container .blog-body-container {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: minmax(0, 2fr);
    grid-gap: 24px;
  }
  .blog-post-container .blog-body-container .side-nav-wrapper {
    display: none;
  }
}
.blog-post-container .button-container .skip-link {
  text-decoration: none;
  border: none;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #858585;
  margin-bottom: 50px;
}
@media screen and (-ms-high-contrast: active) {
  .blog-post-container .button-container .skip-link {
    border: 2px solid currentcolor;
  }
}
.blog-post-container .vault-purchase-btn-container {
  display: none;
}
.blog-post-container .vault-purchase-btn-container.active {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 15px 0 20px;
  margin: 0 !important;
  z-index: 10;
  left: 0;
}
.blog-post-container .vault-purchase-btn-container.active a {
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  cursor: pointer;
  background: none !important;
  border: none;
  z-index: 1;
  -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: 0.25em 0.75em;
  min-width: 10ch;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  border: 1px solid #71af3a;
  color: #d2d4cd;
  text-shadow: 0px 0px 15px #000000;
  font-size: 24px !important;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
@media screen and (-ms-high-contrast: active) {
  .blog-post-container .vault-purchase-btn-container.active a {
    border: 2px solid currentcolor;
  }
}
.blog-post-container .vault-purchase-btn-container.active a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.blog-post-container .vault-purchase-btn-container.active a:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
}
.blog-post-container .vault-purchase-btn-container.active a:before {
  background-image: linear-gradient(6deg, #71af3a 0%, #649732 30% 70%, #71af3a 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.blog-post-container .vault-purchase-btn-container.active a:after {
  background-image: linear-gradient(6deg, #71af3a 0%, #6ca336 30% 70%, #71af3a 100%);
  opacity: 1;
}
.blog-post-container .vault-purchase-btn-container.active a:hover {
  color: #ffffff;
  box-shadow: inset 0px 0px 30px #bb9934;
  border: 1px solid #679e25;
}
.blog-post-container .vault-purchase-btn-container.active a:hover:before {
  opacity: 0;
}
.blog-post-container .icon-arrows .icon {
  transform: rotate(180deg);
}
.blog-post-container .legal-text-container {
  padding-bottom: 50px;
}
.cod-header-container .mobile-header .mobile-top-nav #back-vault {
  position: relative;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  padding: 0;
}
.cod-header-container .mobile-header .mobile-top-nav #back-vault:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

/*  COLORS
 ************/
/* 
	2021 FONTS AND TYPOGRAPHY - /apps/atvi/callofduty/blog/v2021/clientlibs/css/utils/fonts.less
**/
/* removed old fonts */
/*  UI ELEMENTS 
 *****************/
.icon-crosshair {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: currentColor;
}
.icon-crosshair::after {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-crosshair::before {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* MIXINs */
/* CLASSES */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 425px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
#atvi-joinus p,
#atvi-joinus li {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #BBB;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#atvi-joinus .joinus-left a {
  text-decoration: none !important;
  border: none !important;
  font-family: inherit !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.1 !important;
  font-family: "Hitmarker Text Bold" !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 0.88rem !important;
  line-height: 0.88rem !important;
  letter-spacing: 0.05em !important;
  padding: 12px 24px !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #858585 !important;
  width: unset;
}
@media screen and (-ms-high-contrast: active) {
  #atvi-joinus .joinus-left a {
    border: 2px solid currentcolor;
  }
}
#atvi-joinus .joinus-left a:hover,
#atvi-joinus .joinus-left a:focus {
  outline: unset;
  box-shadow: unset;
  text-shadow: unset;
}

/*  COLORS
 ************/
/* 
	2021 FONTS AND TYPOGRAPHY - /apps/atvi/callofduty/blog/v2021/clientlibs/css/utils/fonts.less
**/
/* removed old fonts */
/*  UI ELEMENTS 
 *****************/
.icon-crosshair {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: currentColor;
}
.icon-crosshair::after {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-crosshair::before {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* MIXINs */
/* CLASSES */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 425px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .side-nav li,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .side-nav li {
  padding-left: 0;
  padding-right: 15px;
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .side-nav li.active,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .side-nav li.active {
  border-left: none;
  border-right: 2px solid #ffffff;
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane {
  left: unset;
  right: 0;
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-right: none;
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  left: unset;
  right: -15px;
}
html[lang="ar"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspDrag,
html[dir="rtl"] .blog-post-container .blog-body-container .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspDrag {
  left: unset;
  right: calc(50% - 1px);
}
html[lang="ar"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout .headlines,
html[dir="rtl"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout .headlines {
  margin-right: unset;
  margin-left: 10px;
}
@media (min-width: 1024.02px) {
  html[lang="ar"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2),
  html[dir="rtl"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) {
    padding-left: unset;
    padding-right: 5px;
  }
  html[lang="ar"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) .date-by-lines,
  html[dir="rtl"] .blog-post-container .blog-header-container .text-inner-container .desktop-layout div:nth-child(2) .date-by-lines {
    text-align: left;
  }
}

.cod-pn-cta-modal[data-promo-active='true'] > .cod-pn-wtb-modal .cod-pn-modal-platforms a {
  padding-right: 25px;
}
.cod-pn-cta-modal > button {
  border: none;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-height: 450px) {
  .cod-pn-cta-modal > .cod-pn-wtb-modal {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cod-pn-cta-modal > .cod-pn-wtb-modal.active {
  position: fixed;
  overflow: auto;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-wtb-inner-modal {
  max-width: 450px;
  background: #000;
  position: relative;
  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%);
}
@media screen and (max-height: 450px) {
  .cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-wtb-inner-modal {
    top: 0;
    transform: translate(-50%, 0);
  }
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-wtb-modal-close {
  position: absolute;
  top: 9px;
  right: 19px;
  background: none;
  border: none;
  line-height: 1;
  font-size: 0px;
  background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/close-icon.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-wtb-modal-close:hover {
  opacity: 1;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .bundle-promo {
  background: #d80000;
  color: #FFF;
  width: fit-content;
  position: absolute;
  letter-spacing: 0.5px;
  right: 0px;
  translate: 0 calc(-100% - 1px);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.88rem;
  line-height: 0.88rem;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .bundle-promo sup {
  font-size: .5em;
  vertical-align: top;
  position: relative;
  top: -2px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-banner {
  border-bottom: #999 1px solid;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-banner img {
  display: block;
  width: 100%;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-header {
  border-top: 1px solid #666;
  padding: 18px 45px 0px 0;
  margin: 0 15px 15px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-header p {
  /*font-size: 22px;
    			line-height: 24px;
                letter-spacing: 1.2px;*/
  color: #FFF;
  margin: 0;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-disclaimer,
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-footer-disclaimer {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999;
  /*font-size: 12px;
            line-height: 18px;*/
  padding: 15px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-disclaimer p sup,
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-footer-disclaimer p sup {
  vertical-align: top;
  font-size: .4em;
  display: inline-block;
  margin-top: -4px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-disclaimer b,
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-footer-disclaimer b,
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-disclaimer a,
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-footer-disclaimer a {
  color: #FFF;
  text-decoration: none;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-footer-disclaimer {
  display: none;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-info {
  padding: 12px 16px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-info[data-layout='accordion'] .custom-footer-link {
  border-top: 1px solid #606971;
  border-bottom: 1px solid #606971;
  /*padding-top: 12px;
                    padding-bottom: 12px;*/
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-info[data-layout='accordion'] .custom-footer-link-container {
  display: none;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-retail-links-header {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #FFF;
  padding: 12px 0;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-retail-links-header:after {
  content: "";
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  rotate: -45deg;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 2px;
  top: 50%;
  translate: 0 -50%;
  transition: .25s all;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-retail-links-header[aria-expanded='true']:after {
  rotate: -225deg;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .platform-select-choose-platform {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #FFF;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  /*p {
                text-transform: uppercase;
                color: #FFF;
                .heading-xxs();
                margin: 0;

            }*/
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list {
  display: flex;
  flex-direction: column;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list li {
  width: 100%;
  margin: 12px auto 0;
  border: 1px solid #444;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list li:hover a {
  background: #444;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a {
  background: #222;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px 15px 10px;
  font-weight: 700;
  font-style: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  /*&:after { //applied in individual game .less files as a mixin: /apps/atvi/callofduty/global/components/content/cod-playnow/cod-playnow/clientlibs/css/games
					content: "";
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    .square(10px);
                    border-top: 1px solid #FFF;
                    border-right: 1px solid #FFF;
                    transform: translate(0,-50%) rotate(45deg);
                }*/
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a.promo-active {
  padding-right: 25px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a.promo-active .console-title {
  width: 70%;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .console-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .console-title .console-details {
  display: flex;
  flex-direction: column;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .console-title .console-details .console-type {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .console-title .console-details .console-tag {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .ps-icon {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/ps-icon.png');
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .xbox-icon {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/xbox-icon.png');
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .msStore-icon,
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .ms-store-icon,
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .windows-icon {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/microsoft-icon.png');
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .bnet-icon {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/bnet-icon.png');
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .steam-icon {
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/steam-icon.png');
}
.cod-pn-cta-modal > .cod-pn-wtb-modal ul.platform-console-links-list a .promo-tag {
  background: #d80000;
  color: #FFF;
  text-transform: uppercase;
  right: 30px;
  padding: 4px 7px;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-right: 7px;
  width: 100%;
  max-width: 75px;
  text-align: center;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link sup {
  vertical-align: top;
  font-size: .5em;
  line-height: 2;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link .custom-description p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  color: #FFF;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link ul {
  display: flex;
  gap: 12px;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link li {
  width: 100%;
  border: 1px solid #444;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link li:hover a {
  background: #444;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link a {
  background: #222;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px 15px 10px;
  font-weight: 700;
  font-style: normal;
  justify-content: start;
  flex-direction: column;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link a span {
  display: block;
  width: 100%;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .custom-footer-link a .custom-sub-cta-label {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999;
}
html[lang='ar'] .cod-pn-cta-modal {
  direction: ltr;
}

