/**
	GUIDE HOME STYLES - /apps/atvi/callofduty/strategy-guide/components/home/clientlibs-v2/css/home-bo6.less
*/
html,
body {
  background: #1b1b1b;
}
.root footer {
  background: #1b1b1b;
}
.root footer .inner-footer {
  position: relative;
}
.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background-color: #000;
  overflow: hidden;
}
.hero-section > * {
  position: relative;
  grid-row: 1;
  grid-column: 1;
}
.hero-section h1 {
  font-family: "Hitmarker Condensed Black", 'Arial Black';
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 12.5rem;
  line-height: 10.31rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-section h1 {
    font-family: "Hitmarker Condensed Black", 'Arial Black';
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 6.5rem;
    line-height: 5.44rem;
    text-transform: uppercase;
  }
}
.hero-section p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38rem;
  letter-spacing: 1px;
  margin-top: 80px;
}
@media (max-width: 600px) {
  .hero-section p {
    font-size: 0.88rem;
    margin-top: 40px;
  }
}
.hero-section .atvi-image {
  position: relative;
  margin-inline: auto;
  /*
        .media-breakpoint-down(mobile, {
            display: block;
            min-width: 100%;
            max-width: unset;
            overflow: hidden;
            min-height: 600px;

            picture, img {
                width: 100%;
            }
        });
        */
}
.hero-section .atvi-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 69.84%, #000000 calc(100% - 40px), #000000 100%);
  pointer-events: none;
}
@media (min-width: 1920.02px) {
  .hero-section .atvi-image:after {
    background: linear-gradient(90deg, #000000 6.28%, transparent 15.68%, transparent 84.32%, #000000 93.72%), linear-gradient(180deg, transparent 69.84%, #000000 calc(100% - 40px), #000000 100%);
  }
}
@media (max-width: 1024px) {
  .hero-section .atvi-image:after {
    background: linear-gradient(180deg, transparent 69.84%, #000000 calc(100% - 40px), #000000 100%);
  }
}
.hero-section .atvi-image picture,
.hero-section .atvi-image img {
  overflow: hidden;
}
@media (max-width: 1920px) {
  .hero-section .atvi-image picture,
  .hero-section .atvi-image img {
    max-width: unset;
  }
}
.hero-section .atvi-image .atvi-image-container {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 1920px;
}
@media (min-width: 600.02px) {
  .hero-section .atvi-image {
    display: grid;
    place-items: center;
  }
}
@media (max-width: 1024px) {
  .hero-section .atvi-image {
    display: block;
    min-width: 100%;
    max-width: unset;
    overflow: hidden;
  }
  .hero-section .atvi-image picture,
  .hero-section .atvi-image img {
    width: 100%;
  }
}
.hero-section .atvi-rich-text {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  align-content: end;
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  text-align: right;
}
@media (max-width: 1024px) {
  .hero-section .atvi-rich-text {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .hero-section .atvi-rich-text {
    max-width: 600px;
    padding-inline: 16px;
  }
}
.section-header {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .section-header {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .section-header {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 1024px) {
  .section-header {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .section-header {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.game-grid-section {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  /*.media-breakpoint-down(tablet; {
		.generate-grid(tablet, @gtc-12);

        > * {
            grid-column: span 6;
        }
    });*/
}
@media (max-width: 1024px) {
  .game-grid-section {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .game-grid-section {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (min-width: 600.02px) {
  .game-grid-section {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .game-grid-section > * {
    grid-column: span 6;
  }
  .game-grid-section > div:first-child {
    grid-column: span 12;
  }
  .game-grid-section > div:first-child .bo6-card .cod-guide-home-game-card-component__graphic {
    padding-top: 16%;
  }
  .game-grid-section > div:first-child .bo6-card .cod-guide-home-game-card-component__graphic img {
    max-height: none;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .game-grid-section {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .game-grid-section > * {
    grid-column: span 4;
  }
}
.cod-guide-home-game-card-component {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  /*

    &__graphic {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    */
}
@media (max-width: 1024px) {
  .cod-guide-home-game-card-component {
    height: 300px;
  }
}
.cod-guide-home-game-card-component:hover .cod-guide-home-game-card-component__graphic {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.cod-guide-home-game-card-component a {
  text-decoration: none;
  color: inherit;
}
.cod-guide-home-game-card-component__graphic {
  transition: transform .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
}
.cod-guide-home-game-card-component__graphic img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.cod-guide-home-game-card-component__content {
  position: absolute;
  height: calc(100% + 1px);
  width: calc(100% + 2px);
  top: 1px;
  left: -1px;
  padding: 10px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 79%, #000000 100%);
  display: grid;
  align-items: end;
  grid-template-columns: 1fr minmax(167px, 1fr) 1fr;
  gap: 10px;
}
.cod-guide-home-game-card-component__content-logo {
  grid-column-start: 2;
  grid-row: 1;
}
.cod-guide-home-game-card-component__content-logo img {
  margin-inline: auto;
  max-width: 167px;
}
@media (max-width: 1024px) {
  .cod-guide-home-game-card-component__content-logo img {
    max-width: 140px;
  }
}
.cod-guide-home-game-card-component__content-platform {
  display: flex;
  flex-direction: row;
  grid-column-start: 3;
  grid-row: 1;
  justify-content: end;
}
.cod-guide-home-game-card-component__content-platform li {
  height: 14px;
  width: 14px;
}
