/**********************
Cards
**********************/
#promo-cards-carousel {
  display: none;
  padding-inline: 16px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
#promo-cards-carousel .beta-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
  text-align: center;
}
#promo-cards-carousel .beta-description p:first-child {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
}
#promo-cards-carousel .beta-description p:last-child {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
}
#promo-cards-carousel .top-stats {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  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;
  margin-bottom: 20px;
  color: #f3f4f5;
  text-align: center;
}
#promo-cards-carousel .carousel-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
#promo-cards-carousel #carousel-container {
  width: 100%;
}
#promo-cards-carousel #carousel .slick-slide img,
#promo-cards-carousel #carousel .slick-slide video {
  max-width: 520px;
  width: 100%;
}
#promo-cards-carousel #carousel .overlay {
  -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;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
#promo-cards-carousel #carousel .overlay p {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 4.25rem;
  line-height: 4.25rem;
  color: #ffd000;
  text-transform: uppercase;
}
#promo-cards-carousel .share-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 4px;
}
#promo-cards-carousel .share-text {
  text-align: center;
}
#promo-cards-carousel .button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#promo-cards-carousel .share-btn {
  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: 16px 40px;
  width: fit-content;
  color: #000000;
  background: #ffd000;
  border: #ffd000 1px solid;
  font-size: 0.88rem;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: unset;
}
@media (max-width: 600px) {
  #promo-cards-carousel .share-btn {
    padding: 16px 24px;
  }
}
#promo-cards-carousel .share-btn .social-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
#promo-cards-carousel .share-btn #x-icon {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/promotions/common/Icon-x.svg);
}
#promo-cards-carousel .share-btn #x-icon.black-icon-bg {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/promotions/common/Icon-x-black.svg);
}
#promo-cards-carousel .share-btn #download-icon {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/promotions/common/Icon_Download.svg);
}
#promo-cards-carousel .share-btn #download-icon.black-icon-bg {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/promotions/common/Icon_Download_black.svg);
}
#promo-cards-carousel .share-btn .download-text {
  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;
  gap: 8px;
}
#promo-cards-carousel .share-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#promo-cards-carousel #share .x-text {
  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;
  gap: 8px;
}
#promo-cards-carousel .enabled {
  opacity: 1 !important;
}
#promo-cards-carousel .ellipsis {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  display: none;
}
#promo-cards-carousel .ellipsis div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  opacity: 0.2;
  transform: scale(0.8);
  animation: ellipsisAnimation 1s 0.5s linear alternate infinite;
}
#promo-cards-carousel .ellipsis div:first-child {
  animation-delay: 0.25s;
}
#promo-cards-carousel .ellipsis div:last-child {
  animation-delay: 0.75s;
}
@keyframes ellipsisAnimation {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 601px) {
  #promo-cards-carousel {
    margin-top: -116px;
    padding-inline: 0;
    padding-bottom: 120px;
  }
  #promo-cards-carousel .beta-description {
    margin-bottom: 60px;
    gap: 10px;
    padding-inline: 40px;
  }
  #promo-cards-carousel .beta-description p:first-child {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.38rem;
    letter-spacing: 1px;
  }
  #promo-cards-carousel .top-stats {
    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;
    margin-bottom: 40px;
    padding-inline: 40px;
  }
  #promo-cards-carousel #carousel-container {
    max-width: 1320px;
    overflow: hidden;
  }
  #promo-cards-carousel .button-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  #promo-cards-carousel .beta-description {
    display: none;
  }
  #promo-cards-carousel .top-stats {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1075px) {
  #promo-cards-carousel {
    margin-top: -13%;
  }
}
@media screen and (min-width: 1321px) {
  #promo-cards-carousel {
    margin-top: -215px;
  }
  #promo-cards-carousel #carousel-container {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1441px) {
  #promo-cards-carousel {
    position: relative;
    z-index: 2;
  }
}

/**********************
Slick 3 Cards
**********************/
/* MIXINS */
.slick-initialized .slick-slide {
  position: relative;
  transition: transform 0.4s;
}
.slick-initialized .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 40px 0px #000;
}
.slick-initialized .slick-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slick-initialized .slick-prev,
.slick-initialized .slick-next {
  display: block !important;
  bottom: -59px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Gray-500, #79838d);
}
.slick-initialized .slick-prev {
  top: unset;
  left: unset;
  right: 38px;
}
.slick-initialized .slick-prev-icon::before {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-left.svg);
  background-size: 16px 16px;
}
.slick-initialized .slick-next {
  top: unset;
  right: 0;
}
.slick-initialized .slick-next-icon::before {
  background-image: url(../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-right.svg);
  background-size: 16px 16px;
}
.slick-initialized .slick-dots {
  display: flex !important;
  bottom: -11px;
  left: 0;
  max-width: calc(100% - 124px);
  height: 0;
}
.slick-initialized .slick-dots li.slick-active button::before {
  background-color: #ffd000;
  height: 6px;
  top: calc(50% - 5px);
}
.slick-initialized .slick-dots li {
  margin: 0;
  width: 100%;
}
.slick-initialized .slick-dots li button {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0;
  pointer-events: none;
}
.slick-initialized .slick-dots li button::before {
  content: "";
  background-color: #79838d;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3px);
}
.slick-initialized .slick-dots li button .slick-dot-icon::before {
  content: "";
}
.slick-initialized .slick-slide-number {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.63rem;
  line-height: 0.88rem;
  letter-spacing: 1px;
  position: absolute;
  color: #fff;
  right: 80px;
  bottom: -36px;
}
.on-tertiary-slide {
  transform: scale(0.4);
  position: relative;
  z-index: 1;
}
.on-tertiary-slide::after {
  opacity: 0.8;
  z-index: 1;
}
.on-secondary-slide {
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.on-secondary-slide::after {
  opacity: 0.7;
  z-index: 2;
}
.leftmost-slide {
  transform: scale(0.49) translateX(1292px);
}
.left-slide {
  transform: scale(0.8) translateX(280px);
}
.rightmost-slide {
  transform: scale(0.49) translateX(-1292px);
}
.right-slide {
  transform: scale(0.8) translateX(-280px);
}
.on-center-slide {
  transform: scale(1);
  position: relative;
  z-index: 3;
  transform: scale(1) translateX(0);
}
.on-center-slide::after {
  opacity: 0;
  z-index: 5;
}
.transition {
  transition: transform 0.4s, left 0.8s, right 0.8s;
}
@media screen and (min-width: 601px) {
  .slick-initialized .slick-slide::after {
    background-color: #000;
  }
  .slick-initialized .slick-dots {
    left: calc(50% - 260px);
    max-width: 386px;
  }
  .slick-initialized .slick-prev {
    right: calc(50% - 218px);
  }
  .slick-initialized .slick-next {
    right: calc(50% - 256px);
  }
  .slick-initialized .slick-slide-number {
    right: calc(50% - 176px);
  }
}

/**********************
Error
**********************/
#promo-cards-error {
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding-inline: 16px;
  z-index: 1;
}
#promo-cards-error .error-container {
  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;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 60px;
  text-align: center;
}
#promo-cards-error .error-container 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;
  color: #ffd000;
}
#promo-cards-error .error-container p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 600px;
}
@media screen and (min-width: 601px) {
  #promo-cards-error .error-container h2 {
    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;
  }
  #promo-cards-error .error-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;
  }
}
@media screen and (min-width: 769px) {
  #promo-cards-error {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1440px) {
  #promo-cards-error {
    margin-top: -200px;
  }
}

/**********************
Loading Indicator
**********************/
#loading-indicator {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  z-index: 1;
  position: relative;
  padding: 40px 16px;
  text-align: center;
}
#loading-indicator img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 601px) {
  #loading-indicator {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1441px) {
  #loading-indicator {
    margin-top: -210px;
  }
}

