/**********************
Home page css
**********************/
html.aem-AuthorLayer-Edit #main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-trailer-pre-order {
  background-color: black;
}
.cod-news-container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/home/decor/CHIMERA_LP_GetTheGameDiv_XLG.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .cod-news-container::before {
    background: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/home/decor/CHIMERA_LP_GetTheGameDiv_MD.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 600px) {
  .cod-news-container::before {
    background: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops7/home/decor/CHIMERA_LP_GetTheGameDiv_SM.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#bo7-news .section-header h2 {
  text-align: start;
}

@import url('https://fonts.googleapis.com/css?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://use.typekit.net/icr6zmq.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
#hero {
  background: url(../../../../../../../content/dam/atvi/spyro/sarb/home/SARB_BKG_PURPLE.webp) no-repeat center / cover;
  margin-bottom: 44px;
  position: relative;
}
#hero::after {
  background: url(../../../../../../../content/dam/atvi/spyro/common/borders/Footer-Border.png) repeat-x center / cover;
  bottom: -44px;
  content: '';
  height: 44px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#hero .hero-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding-block: 60px 80px;
}
@media (max-width: 1024px) {
  #hero .hero-wrapper {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #hero .hero-wrapper {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#hero .hero-wrapper .atvi-image {
  max-width: 360px;
}
#hero .hero-wrapper > .atvi-video {
  max-width: 864px !important;
  position: relative;
  width: 100%;
}
#hero .hero-wrapper > .atvi-video .player-part {
  transform: scale(0.973);
}
#hero .hero-wrapper > .atvi-video .atvi-video-thumbnail-play-icon button {
  background: url(../../../../../../../content/dam/atvi/spyro/sarb/home/trailer/BTN_Play.png) no-repeat center / contain;
  height: 84px;
  width: 84px;
}
#hero .hero-wrapper > .atvi-video .atvi-video-thumbnail-play-icon svg {
  opacity: 0;
}
#hero .hero-wrapper > .atvi-video .atvi-video-thumbnail {
  position: relative;
}
#hero .hero-wrapper > .atvi-video .atvi-video-thumbnail::before {
  background: url(../../../../../../../content/dam/atvi/spyro/sarb/home/trailer/Video_Frame.png) no-repeat center / cover;
  content: '';
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 6;
}
#hero .hero-wrapper > .atvi-video .atvi-video-thumbnail img {
  transform: scale(0.973);
}
#hero .hero-wrapper .atvi-text .wishlist {
  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;
  font-family: 'comma-base', sans-serif;
  font-weight: 800;
  font-style: normal;
  background: linear-gradient(180deg, #ffe55c 0%, #d68208 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 52px;
  line-height: 52px;
  /* 100% */
  letter-spacing: 4px;
  text-transform: uppercase;
}
#hero .hero-wrapper .atvi-text .wishlist::before,
#hero .hero-wrapper .atvi-text .wishlist::after {
  content: '';
  height: 24px;
  display: block;
  top: 10px;
  width: 34px;
  z-index: 1;
}
@media (max-width: 600px) {
  #hero .hero-wrapper .atvi-text .wishlist::before,
  #hero .hero-wrapper .atvi-text .wishlist::after {
    display: block;
    position: unset;
  }
}
#hero .hero-wrapper .atvi-text .wishlist::before {
  background: url(../../../../../../../content/dam/atvi/spyro/sarb/home/Gem_Left.png) no-repeat center;
  left: -62px;
  padding-right: 28px;
}
#hero .hero-wrapper .atvi-text .wishlist::after {
  background: url(../../../../../../../content/dam/atvi/spyro/sarb/home/Gem_Right.png) no-repeat center;
  right: -62px;
  padding-left: 28px;
}
@media (max-width: 600px) {
  #hero .hero-wrapper .atvi-text .wishlist {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  #hero .hero-wrapper .atvi-cta {
    width: 100%;
  }
}
#hero .hero-wrapper .platforms ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 600px) {
  #hero .hero-wrapper .platforms ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 600px) {
  #hero .hero-wrapper .platforms ul .platform {
    grid-column: span 2;
  }
  #hero .hero-wrapper .platforms ul #nintendo-listItem {
    grid-column: 2 / span 2;
  }
}
#hero .hero-wrapper .platforms ul .platform-link,
#hero .hero-wrapper .platforms ul .platform-btn {
  font-family: 'comma-base', sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  background: linear-gradient(180deg, var(--Purple-500, #752f8a) 0%, var(--Orchid-700, #321b41) 100%);
  color: #fff;
  display: flex !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.056px;
  gap: 8px;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#hero .hero-wrapper .platforms ul .platform-link::before,
#hero .hero-wrapper .platforms ul .platform-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 2px;
  /* Border width */
  background: linear-gradient(9deg, rgba(0, 0, 0, 0.3) 30%, rgba(145, 89, 161, 0.5) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#hero .hero-wrapper .platforms ul .platform-link .cta-icon,
#hero .hero-wrapper .platforms ul .platform-btn .cta-icon {
  height: 32px;
  width: 32px;
}
#hero .hero-wrapper .platforms ul #nintendo {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(180deg, #4a4a4a 0%, #1f1f1f 100%);
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 600px) {
  #hero .hero-wrapper .platforms ul #nintendo {
    width: 100%;
  }
}
#hero .hero-wrapper .platforms ul #nintendo::before {
  background: linear-gradient(9deg, rgba(0, 0, 0, 0.3) 30%, rgba(90, 90, 90, 0.5) 100%);
}
#hero .hero-wrapper .blog-link {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d88000;
  font-size: 20px;
  line-height: 24.615px;
  /* 123.077% */
  letter-spacing: 1px;
  text-underline-position: from-font;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #hero .hero-wrapper .blog-link {
    font-size: 16px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://use.typekit.net/icr6zmq.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
#social {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  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;
  flex-wrap: wrap;
  gap: 40px;
  padding-block: 80px;
}
@media (max-width: 1024px) {
  #social {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #social {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#social .atvi-text {
  font-family: 'comma-base', sans-serif;
  font-style: normal;
  background: linear-gradient(180deg, #ffe55c 0%, #d68208 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 52px;
  /* 144.444% */
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
#social .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#social .social-links ul .social-link {
  -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;
  background: url(../../../../../../../content/dam/atvi/spyro/common/social/Icon_Gem.png) no-repeat center / contain;
  display: flex !important;
  height: 80px;
  width: 80px;
}
@media (max-width: 600px) {
  #social .social-links ul .social-link {
    height: 60px;
    width: 60px;
  }
}
#social .social-links ul .social-link img {
  height: 40px;
  width: 40px;
}
@media (max-width: 600px) {
  #social .social-links ul .social-link img {
    height: 30px;
    width: 30px;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/atvi/spyro/global/clientlibs/css/fade-out.less
Error: ParseError: Unrecognised input in /apps/atvi/spyro/global/clientlibs/css/fade-out.less on line 22, column 1:
21 
22 @property --transparent-radius {
23     syntax: '<percentage>';


(uncompiled LESS src is included below)
*****************************************************/
.swirl-img {
    animation: fadeOut 1s linear forwards;
    animation-delay: 1s;
    height: 100%;
    inset: 0;
    -webkit-mask-image: radial-gradient(
        circle,
        transparent var(--transparent-radius),
        black var(--mask-radius)
    );
    mask-image: radial-gradient(
        circle,
        transparent var(--transparent-radius),
        black var(--mask-radius)
    );
    object-fit: cover;
    position: fixed;
    width: 100%;
    z-index: 100;
}

@property --transparent-radius {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

@property --mask-radius {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

@keyframes fadeOut {
    0% {
        display: block;
        --mask-radius: 0%;
        --transparent-radius: 0%;
    }
    25% {
        --mask-radius: 50%;
        --transparent-radius: 25%;
    }
    50% {
        --mask-radius: 75%;
        --transparent-radius: 50%;
    }
    75% {
        --mask-radius: 100%;
        --transparent-radius: 75%;
    }
    100% {
        display: none;
        --mask-radius: 100%;
        --transparent-radius: 100%;
    }
}

