@import url("navbar.css");
/** This file is meant to be imported directly into the application's Sass File **/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Archivo:wght@500;600");
.section {
  position: relative;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.background,
.background-image,
.background-video,
[slot=background] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.background-image {
  background-image: var(--background-url);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .background-image {
    background-image: var(--background-url-2x, var(--background-url));
  }
}

.background-video {
  object-fit: cover;
}

[slot=media] {
  width: 100%;
}
[slot=media] * {
  width: inherit;
  height: inherit;
}

div[slot=description] p:only-child {
  margin-block-start: 0;
  margin-block-end: 0;
}

blz-comparison-slider div,
blz-comparison-slider blz-image,
blz-comparison-slider blz-video {
  width: 100%;
  height: 100%;
}

blz-lightbox blz-image,
blz-lightbox blz-video {
  position: absolute;
  top: 0;
  left: 0;
}

.aadc-page {
  overflow-x: hidden;
  overflow-y: hidden;
}
.aadc-page blz-highlights blz-button-group {
  display: none;
}
.aadc-page blz-highlights blz-card {
  background: none;
}
.aadc-page blz-highlights blz-card h4 {
  font-size: var(--font-size-600);
}
.aadc-page blz-button {
  background: rgba(208, 233, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  white-space: break-spaces;
  line-height: 0.9;
}
.aadc-page blz-button:hover, .aadc-page blz-button:focus {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}

.section {
  scroll-margin-top: 90px;
}

/***********************************************
 * Masthead section
 ***********************************************/
.masthead:before, .masthead:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  z-index: 2;
}
@media (min-width: 1600px) {
  .masthead:before, .masthead:after {
    display: block;
  }
}
.masthead:before {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/bltf071a920df2ee6bb/6365992fa1e3093bbef75530/AADC_Masthead_Mei.png");
  width: 700px;
  height: 680px;
  bottom: 0;
  right: 70%;
}
@media (min-width: 2200px) {
  .masthead:before {
    right: 65%;
  }
}
.masthead:after {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt9f0b9025592bfeef/636ab47bf17951383bcfbc58/AADC_Masthead_Zen.png");
  width: 740px;
  height: 600px;
  bottom: 0;
  left: 70%;
}
@media (min-width: 2200px) {
  .masthead:after {
    left: 65%;
  }
}
@media (min-width: 1600px) {
  .masthead blz-showcase blz-button-group {
    max-width: 800px;
    align-self: center;
  }
}
.masthead p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/***********************************************
 * Intro section
 ***********************************************/
@media (min-width: 2000px) {
  .intro .gnome {
    background-position: 15% 25% !important;
  }
}
.intro .intro-highlights h2 {
  font-size: var(--font-size-800);
}
.intro blz-spacer.spacer-large {
  display: none;
}
@media (min-width: 480px) {
  .intro blz-spacer.spacer-large {
    display: block;
  }
}
@media (min-width: 960px) {
  .intro blz-spacer.spacer-large {
    display: none;
  }
}
.intro blz-spacer.spacer-default {
  display: block;
}
@media (min-width: 480px) {
  .intro blz-spacer.spacer-default {
    display: none;
  }
}
@media (min-width: 960px) {
  .intro blz-spacer.spacer-default {
    display: block;
  }
}
.intro blz-spacer:after {
  content: "";
  position: absolute;
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt860c8eba9c95bd7a/636598215e1b6d519cb60d75/AADC_960_Intro_FG.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
}
@media (min-width: 960px) {
  .intro blz-spacer:after {
    background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt021b632eb48c570f/6365979c5e1b6d519cb60d73/AADC_1600_Intro_FG.png");
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1600px) {
  .intro blz-spacer:after {
    background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt94ffc360c06621a1/636597b06f39e752dc393825/AADC_2600_Intro_FG.png");
  }
}

/***********************************************
 * The Who section
 ***********************************************/
.the-who {
  background-color: #020c27;
  overflow: hidden;
}
@media (min-width: 960px) {
  .the-who blz-feature-carousel-section blz-tab-controls {
    margin-bottom: 0;
  }
}
.the-who blz-feature-carousel-section blz-tab-controls blz-tab-control {
  margin: calc(var(--row-gap) / 1) calc(var(--column-gap) / 2);
  --icon-size: var(--resize-900);
}
.the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:before, .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control .blz-tooltip {
  display: none;
}
@media (min-width: 960px) {
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control {
    margin-bottom: var(--resize-700);
  }
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:hover .blz-tooltip {
    display: inline-block;
  }
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:last-child {
    margin-right: 50px;
  }
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control .blz-tooltip {
    bottom: 10px;
  }
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:focus .blz-tooltip {
    display: none;
  }
  .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:focus:hover .blz-tooltip {
    display: block;
  }
}
.the-who blz-feature-carousel-section blz-tab-controls ::part(image) {
  border-radius: 100px;
  filter: brightness(0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease-in-out;
}
.the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:hover ::part(image), .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control:focus ::part(image), .the-who blz-feature-carousel-section blz-tab-controls blz-tab-control[active] ::part(image) {
  filter: brightness(1);
  box-shadow: 0px 0px 4px #1FB8FF, 0px 0px 17px #1FB8FF, 0px 0px 15px rgba(255, 255, 255, 0.2);
}
.the-who blz-feature-carousel-section blz-carousel blz-feature blz-image[slot=media] {
  visibility: hidden;
}
.the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-1] blz-image[slot=media] {
  height: 0px;
}
.the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-2] blz-image[slot=media] {
  height: 100px;
}
@media (min-width: 720px) {
  .the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-2] blz-image[slot=media] {
    height: 200px;
  }
}
.the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-3] blz-image[slot=media] {
  height: 180px;
}
@media (min-width: 720px) {
  .the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-3] blz-image[slot=media] {
    height: 250px;
  }
}
.the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-4] blz-image[slot=media] {
  height: 0px;
}
@media (min-width: 720px) {
  .the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-4] blz-image[slot=media] {
    height: 120px;
  }
}
.the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-5] blz-image[slot=media] {
  height: 250px;
}
@media (min-width: 480px) {
  .the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-5] blz-image[slot=media] {
    height: 100px;
  }
}
@media (min-width: 720px) {
  .the-who blz-feature-carousel-section blz-carousel blz-feature[slot=slide-5] blz-image[slot=media] {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .the-who blz-feature-carousel-section blz-image[slot=media] {
    display: none;
  }
}
.the-who blz-feature-carousel-section blz-image[slot=background] {
  display: block;
  height: 35%;
  top: 19%;
  opacity: 0;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
}
.the-who blz-feature-carousel-section blz-image[slot=background][data-group="4"] {
  height: 30%;
}
@media (min-width: 960px) {
  .the-who blz-feature-carousel-section blz-image[slot=background][data-group="4"] {
    height: auto;
  }
}
.the-who blz-feature-carousel-section blz-image[slot=background].background-active {
  opacity: 1;
}
@media (min-width: 720px) {
  .the-who blz-feature-carousel-section blz-image[slot=background] {
    top: 23%;
  }
}
@media (min-width: 960px) {
  .the-who blz-feature-carousel-section blz-image[slot=background] {
    width: 50%;
    height: auto;
    right: 50%;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  .the-who blz-feature-carousel-section blz-image[slot=background] {
    width: 40%;
    right: auto;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .the-who blz-feature-carousel-section blz-image[slot=background] {
    width: 50%;
    height: auto;
    right: 50%;
    left: auto;
  }
}
@media (min-width: 2200px) {
  .the-who blz-feature-carousel-section blz-image[slot=background] {
    width: 40%;
  }
}

html[lang=en-US] .the-who blz-tab-control:first-child .blz-tooltip, html[lang=pt-BR] .the-who blz-tab-control:first-child .blz-tooltip, html[lang=es-ES] .the-who blz-tab-control:first-child .blz-tooltip, html[lang=es-MX] .the-who blz-tab-control:first-child .blz-tooltip {
  margin-left: 20px;
}

html[lang=it-IT] .the-who blz-tab-control:first-child .blz-tooltip {
  margin-left: 40px;
}

html[lang=fr-FR] .the-who blz-tab-control:first-child .blz-tooltip {
  margin-left: 50px;
}
@media (min-width: 960px) and (max-width: 1268px) {
  html[lang=fr-FR] .the-who blz-tab-control:last-child .blz-tooltip {
    margin-left: 30px;
  }
}

html[lang=de-DE] .the-who blz-tab-control:first-child .blz-tooltip {
  margin-left: 65px;
}

/***********************************************
 * The Action section
 ***********************************************/
.the-action {
  overflow: hidden;
}
.the-action blz-accordion-carousel-section blz-image[slot=background] {
  width: 130%;
  height: 100%;
  top: 8%;
  left: -13%;
  object-fit: contain;
}
@media (min-width: 960px) {
  .the-action blz-accordion-carousel-section blz-image[slot=background] {
    width: 70%;
    height: 100%;
    left: 36%;
    top: 8%;
  }
}

/***********************************************
 * The What section
 ***********************************************/
@media (min-width: 960px) {
  .the-what blz-tab-controls {
    margin-bottom: 0;
  }
}
.the-what blz-tab-controls blz-tab-control {
  padding-top: 5px;
  --icon-size: var(--resize-900);
}
.the-what blz-tab-controls blz-tab-control:before, .the-what blz-tab-controls blz-tab-control .blz-tooltip {
  display: none;
  text-align: center;
}
@media (min-width: 960px) {
  .the-what blz-tab-controls blz-tab-control {
    margin-bottom: var(--resize-600);
  }
  .the-what blz-tab-controls blz-tab-control:hover .blz-tooltip {
    display: inline-block;
  }
  .the-what blz-tab-controls blz-tab-control:first-child .blz-tooltip {
    margin-left: 25px;
  }
  .the-what blz-tab-controls blz-tab-control:last-child {
    margin-right: 50px;
  }
  .the-what blz-tab-controls blz-tab-control .blz-tooltip {
    bottom: 10px;
  }
  .the-what blz-tab-controls blz-tab-control:focus .blz-tooltip {
    display: none;
  }
  .the-what blz-tab-controls blz-tab-control:focus:hover .blz-tooltip {
    display: block;
  }
}
.the-what blz-tab-controls ::part(image) {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  filter: brightness(0.4);
  transition: all 0.35s ease-in-out;
}
.the-what blz-tab-controls blz-tab-control:hover ::part(image), .the-what blz-tab-controls blz-tab-control:focus ::part(image), .the-what blz-tab-controls blz-tab-control[active] ::part(image) {
  filter: brightness(1);
}

html[lang=fr-FR] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 75px;
}
html[lang=fr-FR] .the-what blz-tab-control:nth-child(2) .blz-tooltip {
  margin-left: 25px;
}

html[lang=it-IT] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 40px;
}

html[lang=de-DE] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 40px;
}

html[lang=ja-JP] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 90px;
}

html[lang=th-TH] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 70px;
}

html[lang=pt-BR] .the-what blz-tab-control:first-child .blz-tooltip, html[lang=pl-PL] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 50px;
}

html[lang=ru-RU] .the-what blz-tab-control:first-child .blz-tooltip {
  margin-left: 70px;
}
html[lang=ru-RU] .the-what blz-tab-control:nth-child(2) .blz-tooltip {
  margin-left: 30px;
}

/***********************************************
 * The Why section
 ***********************************************/
.the-why .background-image {
  box-shadow: inset 0px 0px 40px 5px rgba(0, 0, 0, 0.8);
}
.the-why:before, .the-why:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1600px) {
  .the-why:before, .the-why:after {
    display: block;
  }
}
.the-why:before {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt3f64b2423c75c2fb/639770975598bd0fde51e88c/AADC_Why_Card.png");
  z-index: 1;
  background-position: 10% 0%;
  height: 300px;
  top: -12%;
}
@media (min-width: 1900px) {
  .the-why:before {
    background-position: 15% 0%;
  }
}
.the-why:after {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/bltfd85921ca58bc0ea/63977089dcd1ca11692e9971/AADC_Why_Mouse.jpg");
  background-position: 110% 0%;
  height: 700px;
  top: -23%;
}
@media (min-width: 1900px) {
  .the-why:after {
    background-position: 100% 0%;
  }
}
@media (min-width: 2200px) {
  .the-why:after {
    background-position: 95% 0%;
  }
}
.the-why blz-header {
  white-space: break-spaces;
}
.the-why blz-list-item blz-image {
  width: var(--size-600);
  height: var(--size-600);
}
.the-why blz-button-group[slot=list] {
  margin-top: var(--row-gap-loose);
  margin-left: 50%;
  transform: translateX(-50%);
}
.the-why blz-button-group[slot=list] blz-button {
  width: 90vw;
  text-align: center;
}
@media (min-width: 960px) {
  .the-why blz-button-group[slot=list] blz-button {
    width: auto;
  }
}

/***********************************************
 * The How section
 ***********************************************/
.the-how blz-accordion-section:after {
  right: -10%;
}
@media (min-width: 1600px) {
  .the-how blz-accordion-section:after {
    content: "";
    position: absolute;
    background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/bltefbdbd1d7659b177/6372a745113983111ba8cbfb/AADC_How_Wizard.png");
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    height: 100%;
    right: -15%;
    top: -90px;
  }
}
@media (min-width: 1900px) {
  .the-how blz-accordion-section:after {
    right: -6%;
  }
}

/***********************************************
 * Before You Start Playing section
 ***********************************************/
@media (min-width: 2000px) {
  .real-id .background-image {
    background-position: center 75% !important;
  }
}

/***********************************************
 * Note to Parents section
 ***********************************************/
.note-to-parents:before, .note-to-parents:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 1600px) {
  .note-to-parents:before, .note-to-parents:after {
    display: block;
  }
}
.note-to-parents:before {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/bltf0f357457a2e1c0a/6386849f6f080311223b54e2/AADC_Parents_Bastion.png");
  width: 100%;
  height: 800px;
  bottom: -450px;
  left: 38%;
  z-index: 1;
}
@media (min-width: 1800px) {
  .note-to-parents:before {
    left: 40%;
  }
}
@media (min-width: 2000px) {
  .note-to-parents:before {
    left: 45%;
  }
}
@media (min-width: 2200px) {
  .note-to-parents:before {
    left: 50%;
  }
}
.note-to-parents:after {
  background-image: url("https://images.blz-contentstack.com/v3/assets/blt9c12f249ac15c7ec/blt6494c43e78f007da/6386849f3cbefd11108111a7/AADC_Parents_Goose.png");
  width: 100%;
  height: 850px;
  bottom: -450px;
  right: -122%;
}

/***********************************************
 * Social Footer section
 ***********************************************/
.social {
  background: #0A0D15;
  box-shadow: inset 0px 0px 40px 5px rgba(0, 0, 0, 0.5);
}
.social h3 {
  color: #FFFFFF;
}
.social a {
  color: rgba(255, 255, 255, 0.7);
}
.social a:hover {
  color: #FFFFFF;
}

h3 {
  font-family: "Poppins", sans-serif;
  color: #D0E9FF;
}

p {
  line-height: var(--line-height-comfy);
}

a {
  color: var(--color-primary-600);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
  color: var(--color-primary-700);
}

html[lang=ko-KR] {
  word-break: keep-all;
}

html[lang=de-DE] blz-header {
  word-break: break-word;
}

blz-section.Header {
  height: 226px;
  z-index: 0;
  padding: 40px;
  justify-content: flex-end;
}
blz-section.Header ::part(image) {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 720px) {
  blz-section.Header {
    height: 400px;
    padding: 64px;
  }
}
@media (min-width: 1200px) {
  blz-section.Header {
    height: 432px;
  }
  blz-section.Header ::part(image) {
    object-position: top;
  }
}
blz-section.Header .Shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #290f00 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
blz-section.Header blz-header {
  align-items: end;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

html {
  --font-default: "Archivo", sans-serif;
  --font-accent: "Poppins", sans-serif;
  --font-accent-weight: 600;
}

html[lang=zh-CN] blz-nav {
  display: none;
}

body {
  margin: 0 14px;
  font-family: "Archivo", sans-serif;
  color: #FFF;
  min-height: 100vh;
  background-color: #131928;
}

.main-content {
  font-weight: 600;
}

h1, h2, h3, .blz-heading-lg {
  font-family: "Poppins", sans-serif;
}

h2.blz-heading-lg {
  font-size: var(--font-size-900);
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

h1 + p {
  margin-top: 1.5rem;
}

h2 + p {
  margin-top: 1rem;
}

p + p {
  margin-top: 1rem;
}

.SectionBackground ::part(image) {
  object-position: top;
  object-fit: cover;
}
@media (min-width: 720px) {
  .SectionBackground ::part(image) {
    object-fit: none;
  }
}
@media (min-width: 2600px) {
  .SectionBackground ::part(image) {
    object-fit: cover;
  }
}

blz-button-group.themed {
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: center;
  gap: var(--resize-200);
}
@media (min-width: 960px) {
  blz-button-group.themed {
    width: auto;
    margin-top: 10px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}

blz-button.themed {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0;
  white-space: normal;
  width: auto;
}
blz-button.themed[type=primary] {
  background-image: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
}
blz-button.themed[type=primary]:hover, blz-button.themed[type=primary]:focus {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}
blz-button.themed[type=default] {
  background: rgba(208, 233, 255, 0.2);
}
blz-button.themed[type=default]:hover {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}

@supports not (aspect-ratio: auto) {
  blz-button.themed {
    margin: 10px;
  }
}
blz-section {
  position: relative;
  padding: 10px 40px 0;
  background-size: cover;
}
@media (min-width: 960px) {
  blz-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1200px) {
  blz-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}
blz-section ::part(main-content) {
  padding: 0;
}

blz-social-section a {
  color: rgba(255, 255, 255, 0.7);
}
blz-social-section a:hover, blz-social-section a:focus {
  color: white;
}
blz-social-section [slot=header] {
  font-size: inherit;
  font-weight: 500;
}
blz-social-section blz-icon-button {
  background: none;
}

blz-nav-footer {
  --footer-background-image-desktop: url(https://images.blz-contentstack.com/v3/assets/blta8f9a8e092360c6c/blt367ca4b27c88c078/Desktop_Blizz_Footer.jpg)
    bottom center no-repeat;
  --footer-background-image-mobile: url(https://images.blz-contentstack.com/v3/assets/blta8f9a8e092360c6c/blt5469c93bcb8be6fc/Mobile_Blizz_Footer.jpg)
    bottom center no-repeat;
  --footer-background-blur: blur(20px);
}

blz-nav-footer a {
  color: var(--color-content-700);
  text-decoration: none;
}
blz-nav-footer a:is(:hover, :focus) {
  color: var(--color-content-800);
}

#cookie-page {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Archivo", sans-serif;
}
@media (min-width: 960px) {
  #cookie-page {
    padding-top: 120px;
  }
}
