.mw4-features {
  background: #060606;
  color: #f2f2f2;
  min-height: calc(var(--features-screen-count, 4) * 100vh);
  overflow: clip;
  position: relative;
  --features-screen-count: 4;
  max-height: 1000px;
}
.mw4-features *,
.mw4-features *:before,
.mw4-features *:after {
  box-sizing: border-box;
}
.mw4-features__sticky {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.mw4-features.is-pinned .mw4-features__sticky {
  position: fixed;
  top: 0;
}
.mw4-features.is-complete .mw4-features__sticky {
  bottom: 0;
  position: absolute;
  top: auto;
}
.mw4-features__stage {
  height: 100%;
  position: relative;
}
.mw4-features__screen {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.28s linear;
  z-index: 1;
  /*&:after {
            background:
                radial-gradient(circle at 12% 88%, rgba(255, 210, 20, 0.92) 0%, rgba(255, 210, 20, 0.48) 16%, rgba(255, 210, 20, 0.1) 35%, transparent 52%),
                radial-gradient(circle at 92% 92%, rgba(255, 232, 0, 0.96) 0%, rgba(255, 221, 0, 0.52) 15%, rgba(255, 221, 0, 0.1) 34%, transparent 52%),
                linear-gradient(180deg, transparent 0%, transparent 72%, rgba(255, 196, 0, 0.18) 100%);
            bottom: -3vh;
            content: "";
            height: 38vh;
            left: 0;
            mix-blend-mode: screen;
            opacity: 0.9;
            pointer-events: none;
            position: absolute;
            right: 0;
            z-index: 3;
        }*/
}
.mw4-features__screen.is-active {
  opacity: 1;
  z-index: 2;
}
.mw4-features__bg {
  inset: 0;
  overflow: hidden;
  position: absolute;
}
.mw4-features__bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.mw4-features__bg:before,
.mw4-features__bg:after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.mw4-features__bg:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.38) 28%, rgba(0, 0, 0, 0.18) 56%, rgba(0, 0, 0, 0.52) 100%);
  z-index: 1;
}
.mw4-features__bg:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0.46) 100%);
  z-index: 1;
}
.mw4-features__grain,
.mw4-features__flare {
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.mw4-features__flare {
  background: radial-gradient(circle at 50% 8%, rgba(144, 214, 255, 0.18) 0%, transparent 28%), radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.08) 0%, transparent 18%), radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.08) 0%, transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.9;
  z-index: 2;
}
.mw4-features__container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 4;
  max-width: 1440px;
  padding-inline: 60px;
}
.mw4-features__panel {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.82) 0%, rgba(15, 15, 15, 0.72) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
  max-width: 415px;
  min-height: 312px;
  opacity: 0;
  overflow: hidden;
  padding: 42px 28px 30px;
  position: absolute;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}
.mw4-features__panel:before {
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw4/common/MW4LP_CopyBlockTexture.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: 900px auto;
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
}
.mw4-features__panel > * {
  position: relative;
  z-index: 1;
}
.mw4-features__panel h2 {
  color: #fff;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin: 0 0 24px;
  text-transform: uppercase;
  position: relative;
}
.mw4-features__panel h2:after {
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw4/home/modes/yellow-divider.png) center center no-repeat;
  background-size: cover;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 28px;
  bottom: -10px;
}
.mw4-features__panel p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.48;
  margin: 0;
}
.mw4-features__panel p b {
  color: #ffd000 !important;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.mw4-features__eyebrow {
  color: #ffd000 !important;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.mw4-features__panel--campaign {
  left: 60px;
  top: 50%;
  translate: 0 -50%;
}
.mw4-features__panel--multiplayer {
  left: 60px;
  top: 50%;
  translate: 0 -50%;
}
.mw4-features__panel--dmz {
  left: 60px;
  top: 50%;
  translate: 0 -50%;
}
.mw4-features__panel--ballistic {
  right: 60px;
  top: 50%;
  translate: 0 -50%;
}
.mw4-features__panel--ballistic:after {
  display: none;
}
.mw4-features__panel--ballistic h2 {
  margin-bottom: 18px;
}
.mw4-features__screen--campaign .mw4-features__bg img {
  object-position: 62% center;
}
.mw4-features__screen--multiplayer .mw4-features__bg img {
  object-position: 44% center;
}
.mw4-features__screen--dmz .mw4-features__bg img {
  object-position: 56% center;
}
.mw4-features__screen--ballistic .mw4-features__bg img {
  object-position: 58% center;
}
@media screen and (max-width: 1024px) {
  .mw4-features {
    min-height: calc(var(--features-screen-count, 4) * 100vh);
  }
  .mw4-features__container {
    width: calc(100% - 48px);
  }
  .mw4-features__panel {
    max-width: 50%;
    min-height: 284px;
    padding: 34px 24px 26px;
  }
  .mw4-features__panel:after {
    left: 24px;
    right: 24px;
    top: 80px;
  }
  .mw4-features__panel h2 {
    font-size: clamp(30px, 4vw, 38px);
    margin-bottom: 22px;
  }
  .mw4-features__panel p {
    font-size: 16px;
  }
  .mw4-features__panel--campaign {
    left: 0%;
  }
  .mw4-features__panel--multiplayer {
    left: 0%;
  }
  .mw4-features__panel--dmz {
    left: 0%;
  }
  .mw4-features__panel--ballistic {
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .mw4-features {
    min-height: calc(var(--features-screen-count, 4) * 100vh);
  }
  .mw4-features__screen:after {
    height: 28vh;
    opacity: 0.82;
  }
  .mw4-features__container {
    width: calc(100% - 32px);
  }
  .mw4-features__panel {
    left: 0%;
    max-width: 50%;
    min-height: auto;
    padding: 28px 20px 24px;
    top: auto;
    transform: translate(0) !important;
    width: 100%;
  }
  .mw4-features__panel:after {
    left: 20px;
    right: 20px;
    top: 70px;
  }
  .mw4-features__panel h2 {
    font-size: clamp(28px, 7vw, 34px);
    margin-bottom: 18px;
  }
  .mw4-features__panel p {
    font-size: 15px;
    line-height: 1.42;
  }
  .mw4-features__panel--campaign,
  .mw4-features__panel--multiplayer,
  .mw4-features__panel--dmz {
    top: 50%;
    right: auto;
  }
  .mw4-features__panel--ballistic {
    right: 0;
    top: 50%;
    left: auto;
  }
  .mw4-features__panel--ballistic:after {
    display: none;
  }
  .mw4-features__screen--campaign .mw4-features__bg img {
    object-position: 70% center;
  }
  .mw4-features__screen--multiplayer .mw4-features__bg img {
    object-position: 34% center;
  }
  .mw4-features__screen--dmz .mw4-features__bg img {
    object-position: 64% center;
  }
  .mw4-features__screen--ballistic .mw4-features__bg img {
    object-position: 60% center;
  }
}
@media screen and (max-width: 600px) {
  .mw4-features {
    max-height: none;
    min-height: auto;
    overflow: visible;
  }
  .mw4-features__sticky {
    height: auto;
    left: auto;
    overflow: visible;
    position: static;
    top: auto;
    width: 100%;
  }
  .mw4-features.is-pinned .mw4-features__sticky,
  .mw4-features.is-complete .mw4-features__sticky {
    bottom: auto;
    position: static;
    top: auto;
  }
  .mw4-features__stage {
    height: auto;
    position: static;
  }
  .mw4-features__screen {
    display: block;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transition: none;
    z-index: auto;
  }
  .mw4-features__screen.is-active {
    opacity: 1;
    z-index: auto;
  }
  .mw4-features__screen + .mw4-features__screen {
    margin-top: 20px;
  }
  .mw4-features__bg {
    aspect-ratio: 1.6;
    position: relative;
  }
  .mw4-features__bg img {
    inset: 0;
    position: absolute;
  }
  .mw4-features__grain,
  .mw4-features__flare {
    inset: 0;
  }
  .mw4-features__container {
    height: auto;
    max-width: none;
    padding-inline: 0;
    width: 100%;
  }
  .mw4-features__panel {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    left: auto;
    margin: 0;
    max-width: none;
    min-height: auto;
    opacity: 1;
    padding: 18px 16px 20px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    translate: none;
    width: 100%;
  }
  .mw4-features__panel h2 {
    font-size: clamp(24px, 9vw, 40px);
    margin-bottom: 16px;
  }
  .mw4-features__panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  .mw4-features__panel--campaign,
  .mw4-features__panel--multiplayer,
  .mw4-features__panel--dmz,
  .mw4-features__panel--ballistic {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    translate: none;
  }
  .mw4-features__eyebrow {
    margin-bottom: 6px;
  }
}
