body {
  background: #000;
}
body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 830px) {
  body .cod-footer {
    padding-bottom: 70px;
  }
}
#bo7-fa-container {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bo7-fa-container #bo7-fa-hero {
  max-height: 800px;
  height: auto;
  position: relative;
}
#bo7-fa-container #bo7-fa-hero:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 80%, #000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero {
    aspect-ratio: 2.75;
    min-height: 800px;
  }
}
@media screen and (min-width: 1028px) and (max-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero {
    aspect-ratio: 1.8;
  }
}
@media screen and (min-width: 830px) and (max-width: 1028px) {
  #bo7-fa-container #bo7-fa-hero {
    aspect-ratio: 1.56521739;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero {
    aspect-ratio: 0.59259259;
    height: auto;
    max-height: unset;
  }
}
@media screen and (min-width: 2200px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-xl-bg {
    filter: drop-shadow(10px 8px 6px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (min-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-xl-bg {
    display: block;
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media screen and (min-width: 1028px) and (max-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-lg-bg {
    display: block;
  }
}
@media screen and (min-width: 830px) and (max-width: 1028px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-tablet-bg {
    display: block;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-mobile-bg {
    display: block;
    object-position: top center;
  }
}
#bo7-fa-container #bo7-fa-hero .bg-img,
#bo7-fa-container #bo7-fa-hero .fg-img {
  display: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#bo7-fa-container #bo7-fa-hero .bg-img {
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-xl-fg {
    display: block;
    width: 2200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media screen and (min-width: 1028px) and (max-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-lg-fg {
    display: block;
  }
}
@media screen and (min-width: 830px) and (max-width: 1028px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-tablet-fg {
    display: block;
  }
}
#bo7-fa-container #bo7-fa-hero .fg-img {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: none !important;
}
#bo7-fa-container #bo7-fa-hero #bo7-fa-hero-content {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-content {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-content {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1440px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-content {
    position: absolute;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-content {
    text-align: center;
    top: auto;
    bottom: -10%;
  }
}
#bo7-fa-container #bo7-fa-hero #bo7-fa-hero-inner-content {
  width: 50%;
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-inner-content {
    width: 100%;
  }
}
#bo7-fa-container #bo7-fa-hero #bo7-fa-hero-logo {
  margin-bottom: 11px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-logo {
    max-width: unset;
    margin: 0 auto 0px;
    width: 47%;
  }
}
#bo7-fa-container #bo7-fa-hero h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 12.5rem;
  line-height: 12.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(68px, 13vw, 11.5rem);
  color: #FFF;
  margin-bottom: 11px;
  line-height: .85;
  position: relative;
}
@media screen and (max-width: 1028px) {
  #bo7-fa-container #bo7-fa-hero h1 {
    font-size: clamp(68px, 14vw, 11.5rem);
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero h1 {
    font-size: 18vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
#bo7-fa-container #bo7-fa-hero p {
  font-family: "Hitmarker Normal Medium";
  font-weight: 500;
  font-style: normal;
  color: #f96800;
  font-size: 3.25rem;
  line-height: 3.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1028px) {
  #bo7-fa-container #bo7-fa-hero p {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-hero p {
    font-size: 8vw;
    line-height: 1;
  }
}
#bo7-fa-container #bo7-fa-content-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: -120px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  #bo7-fa-container #bo7-fa-content-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-content-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-content-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -45%;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content {
  grid-column: span 8;
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content {
    grid-column: span 4;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content h2 {
  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;
  text-transform: unset;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content h3 {
  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;
  color: #FFF;
  margin-bottom: 12px;
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #BBB;
  margin-bottom: 40px;
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  row-gap: 40px;
  column-gap: 0px;
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts {
    grid-template-columns: repeat(4, 1fr);
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:first-child {
  grid-column: span 8;
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:first-child {
    grid-column: span 4;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(2) {
  grid-column: span 5;
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(2) img {
  width: 93%;
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(2) {
    grid-column: span 4;
  }
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(2) img {
    width: 100%;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(3) {
  grid-column: span 3;
}
@media (max-width: 600px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts .chart-entry:nth-child(3) {
    grid-column: span 4;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts img {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 830px) {
  #bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts img {
    margin-bottom: 20px;
  }
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content #bo7-fa-content-charts img:last-of-type {
  margin-bottom: 0;
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content .disclaimer {
  margin-top: 40px;
}
#bo7-fa-container #bo7-fa-content-container #bo7-fa-content .disclaimer p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
}
#bo7-fa-container #bo7-fa-content-container .bo7-fa-retail-module {
  grid-column: span 4;
}
#bo7-fa-container #bo7-fa-content-container .bo7-fa-retail-module .bo7-fa-retail-card {
  position: sticky;
  top: 80px;
}
.bo7-fa-retail-card {
  border: 1px solid #f96800;
  background: #000;
}
.bo7-fa-retail-card h3 {
  background: #f96800;
  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;
  color: #FFF;
  padding: 10px 16px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.bo7-fa-retail-card ul {
  padding: 16px;
}
.bo7-fa-retail-card li {
  width: 100%;
  margin: 12px auto 0;
  border: 1px solid #444;
  border-radius: 4px;
  position: relative;
  background: #222;
  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;
}
.bo7-fa-retail-card li:first-of-type {
  margin-top: 0;
}
.bo7-fa-retail-card li:hover a {
  background: #444;
}
.bo7-fa-retail-card a {
  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;
}
.bo7-fa-retail-card a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f96800;
  border-right: 1px solid #f96800;
  transform: translate(0, -50%) rotate(45deg);
}
.bo7-fa-retail-card 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: 85%;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.bo7-fa-retail-card a .console-title .console-details {
  display: flex;
  flex-direction: column;
}
.bo7-fa-retail-card 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;
  line-height: 16px;
  color: #fff;
}
.bo7-fa-retail-card a .console-title .console-details .console-promo {
  display: none;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  color: #c0a301;
  line-height: 14px;
}
.bo7-fa-retail-card 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;
}
.bo7-fa-retail-card a .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.bo7-fa-retail-card a .ps-icon {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/Playstation_Icon.svg');
}
.bo7-fa-retail-card a .xbox-icon {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/Xbox_Icon.svg');
}
.bo7-fa-retail-card a .msStore-icon,
.bo7-fa-retail-card a .ms-store-icon,
.bo7-fa-retail-card a .windows-icon {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/Xbox_Icon.svg');
}
.bo7-fa-retail-card a .bnet-icon {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/BattleNet_Icon.svg');
}
.bo7-fa-retail-card a .steam-icon {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/global/play-now-module/common/Steam_Icon.svg');
}
#bo7-fa-mobile-cta-container {
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
  border-top: 1px solid #f96800;
}
@media screen and (min-width: 830.01px) {
  #bo7-fa-mobile-cta-container {
    display: none !important;
  }
}
@media screen and (max-width: 830px) {
  #bo7-fa-mobile-cta-container {
    display: block;
  }
}
#bo7-fa-mobile-cta-container #bo7-fa-modal-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #FFF;
  background: none;
  padding: 0;
  font-size: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  z-index: 3;
}
#bo7-fa-mobile-cta-container #bo7-fa-mobile-cta-button {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 0;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #1560e0 0%, #0b347a 100%);
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
  font-size: 0.88rem;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 24px;
}
@media (max-width: 600px) {
  #bo7-fa-mobile-cta-container #bo7-fa-mobile-cta-button {
    padding: 16px 24px;
  }
}
#bo7-fa-mobile-cta-container #bo7-fa-mobile-cta-button:hover {
  background: #1560E0;
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
}
#bo7-fa-mobile-cta-container .bo7-fa-retail-modal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#bo7-fa-mobile-cta-container .bo7-fa-retail-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bo7-fa-mobile-cta-container .bo7-fa-retail-modal .bo7-fa-retail-inner-container {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 1440px) {
  html[lang='ar'] #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-xl-bg,
  html[lang='ar'] #bo7-fa-container #bo7-fa-hero #bo7-fa-hero-desktop-xl-fg {
    transform: translateX(-50%) scaleX(-1);
  }
}
html[lang='ar'] #bo7-fa-container #bo7-fa-hero .bg-img,
html[lang='ar'] #bo7-fa-container #bo7-fa-hero .fg-img {
  transform: scaleX(-1);
}
html[lang='ar'] #bo7-fa-container #bo7-fa-content-container .bo7-fa-retail-module a:after {
  right: auto;
  left: 15px;
  rotate: 180deg;
  top: 36%;
}
html:not([lang='en']) #bo7-fa-container #bo7-fa-hero h1 {
  font-size: clamp(68px, 13vw, 5.5rem);
}
