@font-face {
  font-family: "Modesto";
  font-weight: 300;
  font-display: swap;
  src: url("https://assets.blz-contentstack.com/v3/assets/blt7dfe5c83c8dfe10f/bltf57cfbdbae0259e1/611a7c34c8655d21a20dc532/Modesto_Medium.woff"); }

@font-face {
  font-family: "Modesto";
  font-weight: bold;
  font-display: swap;
  src: url("https://assets.blz-contentstack.com/v3/assets/blt7dfe5c83c8dfe10f/blt3a4375718454425b/611a7c34d0cc2720527163b5/Modesto_Bold.woff"); }

@font-face {
  font-family: "Mondo Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://assets.blz-contentstack.com/v3/assets/blt7dfe5c83c8dfe10f/bltdf6a09d1fc270e7b/611a7c34a504df3b2a041cd5/mondo-black.woff"); }

.text-white {
  color: white; }

:root {
  --font-default: "Modesto";
  --font-accent: "Mondo Black";
  --font-accent-scale: 0.83;
  --font-default-weight: 300; }
  @media (min-width: 1200px) {
    :root {
      --font-accent-scale: 0.93; } }

html[lang="pl-PL"] {
  --font-default: 'Open Sans Semibold'; }

html[lang="ru-RU"] {
  --font-default: 'Arial';
  --font-accent: 'Arial Black';
  --font-default-weight: 700; }

blz-button {
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  padding: 0 var(--size-400);
  white-space: pre-wrap;
  text-align: center;
  height: 72px;
  min-width: 184px;
  transition: all .25s ease-out; }
  @media (min-width: 480px) {
    blz-button {
      padding-top: 5px; } }
  blz-button::before, blz-button::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 72px;
    width: 60px;
    z-index: -1; }
  blz-button::before {
    left: 0; }
  blz-button::after {
    right: 0;
    top: 0; }
  blz-button:hover, blz-button:active {
    filter: brightness(1.3); }
  blz-button:active {
    transform: scale(0.95); }

blz-button[type="primary"] {
  background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/blt49f35e037cf33fea/6177273710deea1eef74afb9/mid.png?format=webply"); }
  blz-button[type="primary"]::before {
    background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/blt0c3a872637813d96/61772737c92827202c00489c/left.png?format=webply");
    left: -13px; }
  blz-button[type="primary"]::after {
    background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/blta403076596af4972/right.png?format=webply");
    right: -13px; }

blz-button[size="medium"] {
  height: 56px; }
  blz-button[size="medium"]:before {
    height: 56px;
    width: 55px; }
  blz-button[size="medium"]:after {
    height: 56px;
    width: 47px; }

blz-button[type="ghost"] {
  font-family: 'Montserrat', sans-serif;
  height: auto;
  width: auto;
  text-transform: none;
  color: #2EF2FF;
  text-shadow: 2px 2px 15px #00ffef; }
  blz-button[type="ghost"] blz-icon::part(icon) {
    filter: drop-shadow(2px 2px 6px #00ffef); }
  blz-button[type="ghost"]:hover {
    transform: scale(1.1); }

.backgroundImage {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1; }
  .backgroundImage img {
    width: 100%; }
  .backgroundImage.contain {
    object-fit: contain; }
  .backgroundImage.cover {
    height: 100%;
    object-fit: cover; }
    .backgroundImage.cover img {
      height: 100%;
      object-fit: cover; }

.videoPlayer {
  position: relative; }
  .videoPlayer:hover blz-video::part(overlay) {
    filter: brightness(1.2); }
  .videoPlayer .video {
    position: absolute;
    top: 0;
    left: 5.7%;
    margin: 6% 1%;
    width: 87%; }
  .videoPlayer .frame {
    width: 100%; }
  .videoPlayer .borderFrame {
    position: relative;
    z-index: 2;
    pointer-events: none;
    background-image: var(--border-image);
    background-repeat: no-repeat; }
    .videoPlayer .borderFrame img {
      width: 100%; }

blz-video blz-icon {
  display: none; }

button.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 2;
  pointer-events: auto;
  width: 112px;
  height: 112px;
  background-color: transparent;
  outline: none;
  border: none;
  border: 0;
  cursor: pointer; }
  button.playButton.withText {
    top: 45%; }
  button.playButton.active {
    opacity: 0;
    pointer-events: none; }
  button.playButton:hover {
    cursor: pointer;
    filter: none; }

.altText {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 0;
  width: 280px;
  z-index: 2;
  font-family: 'Mondo Black';
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%); }

.max-video {
  display: none; }
  @media (min-width: 1600px) {
    .max-video {
      display: block; } }

.xxl-video {
  display: none; }
  @media (min-width: 1400px) {
    .xxl-video {
      display: block; } }
  @media (min-width: 1600px) {
    .xxl-video {
      display: none; } }

.xl-video {
  display: none; }
  @media (min-width: 1200px) {
    .xl-video {
      display: block; } }
  @media (min-width: 1400px) {
    .xl-video {
      display: none; } }

.lg-video {
  display: none; }
  @media (min-width: 960px) {
    .lg-video {
      display: block; } }
  @media (min-width: 1200px) {
    .lg-video {
      display: none; } }

#preregister {
  background-image: var(--bg-xs);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 720px) {
    #preregister {
      background-image: var(--bg-sm); } }
  @media (min-width: 1200px) {
    #preregister {
      background-image: var(--bg-md); } }
  #preregister .desktopFooter {
    display: none; }
    @media (min-width: 1200px) {
      #preregister .desktopFooter {
        display: flex; } }
  #preregister .mobileFooter {
    display: block; }
    @media (min-width: 1200px) {
      #preregister .mobileFooter {
        display: none; } }
  #preregister .footerPlatforms {
    margin-top: var(--resize-400); }
  #preregister .floatingElement {
    position: absolute;
    pointer-events: none;
    transition: all 0.5s ease-out;
    z-index: 3;
    will-change: transform, opacity;
    opacity: 0; }
    #preregister .floatingElement.leftCharacter {
      top: -250px;
      left: 50px;
      transform: translate3d(-25px, -100px, 0) scale(1.1) rotate(-12deg); }
    #preregister .floatingElement.rightCharacter {
      top: -100px;
      right: 50px;
      transform: translate3d(0px, 25px, 0) scale(0.95); }
    #preregister .floatingElement img {
      max-width: 400px; }
  #preregister.visible .floatingElement {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  #preregister blz-optin span {
    color: rgba(255, 255, 255, 0.7); }
  #preregister blz-optin::part(legal-disclaimer) {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px; }

blz-nav {
  --navbar-background-color: rgba(9, 51, 96, 0.8);
  --navbar-background-color-no-blur: rgba(9, 51, 96, 0.95);
  --navbar-menu-background-color: #061A2C;
  --navbar-button-color-primary: #F0B73E;
  --navbar-button-color-primary-hover: #FCCB65;
  --navbar-button-font-color: #061321; }
  blz-nav img.mobile-site-logo {
    width: 250px; }
    @media (min-width: 480px) {
      blz-nav img.mobile-site-logo {
        width: 288px; } }

#socialFooter {
  background-image: var(--bg-xs);
  position: relative;
  background-size: cover;
  background-position: top center;
  margin-top: -3px; }
  @media (min-width: 720px) {
    #socialFooter {
      background-image: var(--bg-sm); } }
  @media (min-width: 960px) {
    #socialFooter {
      background-image: var(--bg-md); } }
  #socialFooter blz-icon {
    color: #ffbb33; }
    #socialFooter blz-icon:hover, #socialFooter blz-icon:active {
      filter: brightness(1.3); }
    #socialFooter blz-icon:active {
      transform: scale(0.95); }
  #socialFooter h4 {
    font-family: 'Modesto';
    text-transform: uppercase; }

#masthead {
  background-image: var(--bg-xs);
  position: relative;
  background-position: center center;
  background-size: cover;
  padding-top: 56px; }
  @media (min-width: 720px) {
    #masthead {
      background-image: var(--bg-sm); } }
  @media (min-width: 960px) {
    #masthead {
      background-image: var(--bg-md); } }
  @media (min-width: 960px) {
    #masthead {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    #masthead {
      background-position: top center; } }
  #masthead h2 {
    text-shadow: 0 3px rgba(100, 32, 0, 0.4);
    text-transform: uppercase; }
    @media (min-width: 375px) {
      #masthead h2 {
        min-width: 350px; } }
  #masthead p {
    text-transform: uppercase; }
  #masthead ::part(legal-disclaimer) {
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.9); }
  #masthead .platforms {
    display: flex;
    justify-content: center;
    gap: 0 20px; }
  #masthead blz-button-group.stickyCta {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: var(--resize-200);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%); }

#media {
  position: relative;
  background: transparent; }
  #media blz-image::part(image) {
    padding: 4% 4% 4% 4%;
    max-width: 100%;
    width: 100%; }
  #media blz-image {
    margin-bottom: 15px;
    max-width: 100%; }
    #media blz-image:after {
      content: '';
      position: absolute;
      background-image: var(--thumbnail);
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none; }
  #media blz-media-gallery blz-card:hover {
    filter: brightness(1.2); }
  #media blz-media-gallery::part(cta) {
    background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/blt5bbdcef524877438/62019e99621a6a2afac209d0/Wood-CTA-center.png?format=webply");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding: 0 var(--size-350);
    white-space: pre-wrap;
    text-align: center;
    height: 74px;
    transition: all .25s ease-out; }
    #media blz-media-gallery::part(cta)::before, #media blz-media-gallery::part(cta)::after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      height: 76px;
      width: 40px;
      z-index: -1; }
    #media blz-media-gallery::part(cta)::before {
      background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/bltdf9ba91e851d5f34/62019e9974018c0fd4bfa976/Wood-CTA-left.png?format=webply");
      left: -10px; }
    #media blz-media-gallery::part(cta)::after {
      background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt7dfe5c83c8dfe10f/blt7553c590e12f7eea/62019e9923f36b0ea47d7126/Wood-CTA-right.png?format=webply");
      right: -10px; }
    #media blz-media-gallery::part(cta):hover, #media blz-media-gallery::part(cta):active {
      filter: brightness(1.3); }
    #media blz-media-gallery::part(cta):active {
      transform: scale(0.95); }

.mediaLightbox blz-image::part(image) {
  max-height: 75vh;
  margin: 0 auto; }

#moreMobileGames {
  background: #552606; }
  #moreMobileGames::part(content) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 720px) {
      #moreMobileGames::part(content) {
        flex-direction: row; } }
  #moreMobileGames blz-image::part(image) {
    width: 100%; }
  #moreMobileGames .iconWithText {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    width: 150px; }
    #moreMobileGames .iconWithText p {
      margin-top: 0; }

#overview {
  background: #2c6dce;
  background: linear-gradient(138deg, #2c6dce 0%, #5cb2d8 100%);
  position: relative; }
  #overview blz-header {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 480px) {
      #overview blz-header {
        width: 100%; } }
  #overview .floatingElement {
    position: absolute;
    pointer-events: none;
    transition: all 0.5s ease-out;
    z-index: 3;
    will-change: transform, opacity;
    opacity: 0; }
    #overview .floatingElement.cloud1 {
      top: -40px;
      left: 10px;
      transform: translate3d(-50%, 0, 0) scale(0.5);
      z-index: 1;
      opacity: 0;
      pointer-events: none; }
      @media (min-width: 480px) {
        #overview .floatingElement.cloud1 {
          display: none; } }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud1 {
          display: block;
          left: 305px;
          top: -135px;
          right: 0; } }
    #overview .floatingElement.cloud2 {
      left: 30px;
      top: -30px;
      transform: translate3d(-50%, 0, 0) scale(0.5);
      z-index: 0;
      opacity: 0;
      pointer-events: none; }
      @media (min-width: 480px) {
        #overview .floatingElement.cloud2 {
          display: none; } }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud2 {
          display: block;
          left: 330px;
          top: -40px; } }
    #overview .floatingElement.cloud3 {
      top: 40px;
      right: 120px;
      left: auto;
      z-index: 0;
      margin: 0 auto;
      text-align: center;
      pointer-events: none;
      display: none;
      animation: clouds2 180s linear infinite; }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud3 {
          display: block; } }

@keyframes clouds2 {
  0% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    transform: translate3d(50%, 0%, 0); }
  99% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0%, 0);
    opacity: 0; } }
    #overview .floatingElement.cloud4 {
      top: -20px;
      z-index: 0;
      transform: translate3d(52%, 0, 0) scale(0.5);
      pointer-events: none;
      display: block; }
      @media (min-width: 480px) {
        #overview .floatingElement.cloud4 {
          display: none; } }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud4 {
          top: 120px;
          right: 500px;
          display: block;
          animation: clouds 180s linear infinite; }
        @keyframes clouds {
          0% {
            transform: translate3d(0%, 0%, 0);
            opacity: 0; }
          1% {
            opacity: 1; }
          50% {
            transform: translate3d(50%, 0%, 0); }
          99% {
            opacity: 1; }
          100% {
            transform: translate3d(90%, 0%, 0);
            opacity: 0; } } }
    #overview .floatingElement.cloud5 {
      left: 43%;
      bottom: 100px;
      z-index: 0;
      display: none;
      animation: clouds3 120s linear infinite; }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud5 {
          display: block; } }

@keyframes clouds3 {
  0% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    transform: translate3d(20%, 0%, 0); }
  99% {
    opacity: 1; }
  100% {
    transform: translate3d(40%, 0%, 0);
    opacity: 0; } }
    #overview .floatingElement.cloud6 {
      left: 0px;
      top: -50px;
      bottom: 100px;
      z-index: 0;
      display: none; }
      @media (min-width: 1200px) {
        #overview .floatingElement.cloud6 {
          display: block; } }
    #overview .floatingElement.gnome {
      top: -170px;
      left: 150px;
      transform: translate3d(-55px, -75px, 0) scale(0.95);
      display: none; }
      @media (min-width: 1200px) {
        #overview .floatingElement.gnome {
          display: block; } }
    #overview .floatingElement .smoke {
      position: absolute;
      top: -15px;
      left: -97px;
      z-index: -1;
      opacity: 0;
      transition: all .25s ease-out;
      transform: translate3d(0px, 0px, 0) scale(0.95); }
    #overview .floatingElement .motionWrapper {
      animation: float 5s linear infinite; }

@keyframes float {
  0% {
    transform: translate3d(0%, 0%, 0); }
  50% {
    transform: translate3d(-1%, -1%, 0); }
  100% {
    transform: translate3d(0%, 0%, 0); } }
    #overview .floatingElement img {
      max-width: 400px; }
  #overview.visible .floatingElement {
    opacity: 1; }
    @media (min-width: 720px) {
      #overview.visible .floatingElement {
        transform: translate3d(0, 0, 0) scale(1); } }
    #overview.visible .floatingElement.cloud1, #overview.visible .floatingElement.cloud2 {
      opacity: 1; }
    #overview.visible .floatingElement .smoke {
      transition-delay: 0.25s;
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }
  #overview .mobile {
    display: block; }
    @media (min-width: 720px) {
      #overview .mobile {
        display: none; } }
  #overview .phone:hover blz-image.border {
    filter: brightness(1.2) saturate(0.8); }
  #overview blz-lightbox-trigger.playTrigger {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0; }
    #overview blz-lightbox-trigger.playTrigger:hover button.playButton {
      filter: brightness(1.3); }
  #overview .phone {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    display: none; }
    @media (min-width: 720px) {
      #overview .phone {
        display: block; } }
    #overview .phone:after {
      content: '';
      width: 66%;
      height: 95%;
      background: black;
      position: absolute;
      border-radius: 25px;
      top: -3%;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -2; }
    #overview .phone .border {
      max-width: 400px;
      width: 100%;
      z-index: 1;
      position: relative;
      left: 0;
      right: 0;
      margin: 0 auto;
      pointer-events: none; }
    #overview .phone .video {
      width: 66%;
      position: absolute;
      top: 9%;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: black; }

#cinematic {
  background-image: var(--bg-xs);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 720px) {
    #cinematic {
      background-image: var(--bg-sm); } }
  @media (min-width: 1200px) {
    #cinematic {
      background-image: var(--bg-lg); } }
  #cinematic .dividerBottom {
    position: relative;
    top: 15px; }

#leaders {
  position: relative;
  background: transparent; }
  #leaders blz-carousel::part(tab-control-icon) {
    width: var(--resize-200);
    height: var(--resize-200); }
  #leaders blz-carousel::part(active-tab-control-icon) {
    background-image: var(--gear);
    background-repeat: no-repeat;
    background-position: 1px 0;
    background-size: 20px 20px;
    background-color: transparent;
    width: 22px;
    height: 22px; }
  #leaders blz-carousel::part(expanded-left-arrow), #leaders blz-carousel::part(expanded-right-arrow) {
    background-image: url("https://images.blz-contentstack.com/v3/assets/blt7dfe5c83c8dfe10f/blt872da8feb4c1efb1/613a2a5a39c2fb174678073a/UI-arrow-left.webp?format=png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 7px;
    display: block;
    width: 40px; }
  #leaders blz-carousel::part(expanded-right-arrow) {
    background-image: url("https://images.blz-contentstack.com/v3/assets/blt7dfe5c83c8dfe10f/blte68cd14168288f11/613a2a5afb7479390703a455/UI-arrow-right.webp?format=png");
    margin-left: 7px;
    margin-right: 0; }
  #leaders blz-carousel::part(left-arrow), #leaders blz-carousel::part(right-arrow) {
    background: none;
    display: none; }
  #leaders blz-carousel::part(left-arrow-icon), #leaders blz-carousel::part(right-arrow-icon) {
    display: none; }
  #leaders .accordion-container {
    height: 100%; }
  #leaders blz-accordion {
    margin-top: 50px; }
  #leaders h4.hover {
    color: white; }
  #leaders h4.group-active, #leaders h4.group-active.hover {
    color: #ffbb33; }
  #leaders .iconSlot {
    position: relative; }
    #leaders .iconSlot .activeIcon {
      position: absolute;
      top: 0;
      opacity: 0;
      display: block; }
    #leaders .iconSlot.group-active .activeIcon {
      opacity: 1; }
    #leaders .iconSlot.hover .activeIcon {
      opacity: 1; }
  #leaders .videoBox {
    background: black;
    width: 300px;
    height: 250px; }
  #leaders .leaderIcon {
    cursor: pointer;
    width: 35px;
    height: 35px; }
  #leaders .link {
    color: #ffbb33;
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    font-size: 16px; }
    #leaders .link h5 {
      display: inline; }
  #leaders .leadersAccordion {
    width: 100%;
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: flex-start; }
    #leaders .leadersAccordion .half {
      max-width: 450px; }
      #leaders .leadersAccordion .half.group-active .foregroundCharacter {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
    #leaders .leadersAccordion .foregroundCharacter {
      position: absolute;
      right: 0px;
      left: 0;
      margin: 0 auto;
      top: 0;
      width: 35%;
      max-width: 500px;
      opacity: 0;
      transform: translate3d(500px, 15px, 0);
      transition: all 0.15s ease-out; }

@keyframes wiggle {
  0% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(3deg); }
  85% {
    transform: rotate(-3deg); }
  90% {
    transform: rotate(3deg); }
  95% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes hover {
  0% {
    transform: translate3d(0%, 0%, 0); }
  50% {
    transform: translate3d(0%, -2%, 0); }
  100% {
    transform: translate3d(0%, 0%, 0); } }

#levelingUp {
  position: relative;
  background: transparent; }
  #levelingUp .dividerBottom {
    position: relative;
    top: 15px; }
  #levelingUp blz-list {
    margin-top: 350px; }
    @media (min-width: 1200px) {
      #levelingUp blz-list {
        margin-top: var(--resize-500); } }
  #levelingUp #showcase {
    position: relative;
    z-index: 4; }
  #levelingUp .infoPod-icon {
    position: relative;
    left: 0;
    max-width: 100%;
    height: auto;
    object-fit: contain; }
    #levelingUp .infoPod-icon ::part(image) {
      height: auto; }
  #levelingUp .floatingElement {
    position: absolute;
    pointer-events: none;
    transition: all 0.5s ease-out;
    z-index: 3;
    will-change: transform, opacity;
    opacity: 1;
    display: block; }
    #levelingUp .floatingElement.eagle {
      transform: translate3d(-130px, 50px, 0) scale(0.55); }
      #levelingUp .floatingElement.eagle img {
        width: 500px; }
      @media (min-width: 480px) {
        #levelingUp .floatingElement.eagle {
          transform: translate3d(-100px, 30px, 0) scale(0.6); } }
      @media (min-width: 720px) {
        #levelingUp .floatingElement.eagle {
          transform: translate3d(-100px, 145px, 0) scale(0.65);
          left: 10%; } }
      @media (min-width: 960px) {
        #levelingUp .floatingElement.eagle {
          left: 20%; } }
      @media (min-width: 1200px) {
        #levelingUp .floatingElement.eagle {
          top: 100px;
          left: 0;
          transform: translate3d(-400px, 0, 0);
          animation: hover 3s infinite;
          animation-delay: 1s; }
          #levelingUp .floatingElement.eagle img {
            width: 400px; } }
      @media (min-width: 2560px) {
        #levelingUp .floatingElement.eagle {
          left: 5%; } }
    #levelingUp .floatingElement.train {
      display: none; }
      #levelingUp .floatingElement.train img {
        width: 350px; }
      @media (min-width: 1200px) {
        #levelingUp .floatingElement.train {
          display: block;
          top: 390px;
          right: 73%;
          transform: translate3d(100px, 0, 0);
          animation: hover 3s infinite;
          animation-delay: 0.5s; }
          #levelingUp .floatingElement.train img {
            width: 300px; } }
      @media (min-width: 2560px) {
        #levelingUp .floatingElement.train {
          right: 70%; } }
    #levelingUp .floatingElement.items {
      left: -240px;
      transform: translate3d(210px, 130px, 0) scale(0.45); }
      @media (min-width: 375px) {
        #levelingUp .floatingElement.items {
          right: 4%; } }
      @media (min-width: 480px) {
        #levelingUp .floatingElement.items {
          right: 0;
          left: -10%;
          transform: translate3d(150px, 60px, 0) scale(0.6); } }
      @media (min-width: 720px) {
        #levelingUp .floatingElement.items {
          right: 5%;
          left: 0;
          transform: translate3d(220px, 170px, 0) scale(0.65); } }
      @media (min-width: 960px) {
        #levelingUp .floatingElement.items {
          right: 0;
          left: 10%; } }
      @media (min-width: 1200px) {
        #levelingUp .floatingElement.items {
          left: 70%;
          bottom: 150px;
          transform: translate3d(-100px, 100px, 0) scale(0.8);
          animation: hover 3s infinite; } }
    #levelingUp .floatingElement img {
      max-width: 600px; }

#gameBreakdown {
  background-image: var(--bg-xs);
  background-size: contain;
  background-color: #6d913e;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 720px) {
    #gameBreakdown {
      background-image: var(--bg-sm); } }
  @media (min-width: 960px) {
    #gameBreakdown {
      background-image: var(--bg-md); } }
  @media (min-width: 720px) {
    #gameBreakdown {
      background-size: cover;
      background-position: top; } }
  #gameBreakdown blz-header {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 480px) {
      #gameBreakdown blz-header {
        width: 100%; } }
  #gameBreakdown blz-card {
    background: transparent;
    text-align: center; }
    #gameBreakdown blz-card h4 {
      font-size: 24px; }
    #gameBreakdown blz-card p {
      line-height: var(--line-height-comfy); }
  #gameBreakdown .floatingElement {
    position: absolute;
    pointer-events: none;
    transition: all 0.5s ease-out;
    z-index: 3;
    will-change: transform, opacity;
    display: none;
    opacity: 0;
    z-index: 0; }
    @media (min-width: 1200px) {
      #gameBreakdown .floatingElement {
        display: block; } }
    #gameBreakdown .floatingElement.bush {
      opacity: 1;
      left: 100px;
      top: -50px;
      transform: translate3d(0, 0, 0); }
    #gameBreakdown .floatingElement.knight {
      right: 85%;
      bottom: 0;
      transform: translate3d(-300px, 50px, 0px); }
    #gameBreakdown .floatingElement.gryphon {
      top: -350px;
      left: 75%;
      transform: translate3d(600px, -50px, 0px); }
  #gameBreakdown.visible .floatingElement {
    opacity: 1; }
    #gameBreakdown.visible .floatingElement.knight {
      transform: translate3d(20%, 0, 0); }
    #gameBreakdown.visible .floatingElement.gryphon {
      transform: translate3d(0, 0, 0); }
  #gameBreakdown .highlight {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative; }
    #gameBreakdown .highlight .highlightImage {
      position: relative;
      z-index: 0;
      width: 100%;
      transform: scale(0.89); }
    #gameBreakdown .highlight .border {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background-image: var(--highlight_border);
      background-size: cover;
      background-repeat: no-repeat; }
  #gameBreakdown ::part(image) {
    position: relative;
    border-radius: 10px; }

#news {
  position: relative;
  background: transparent; }
  #news .newsWrapper {
    position: relative;
    margin: 0; }
  #news .floatingElement {
    position: absolute;
    pointer-events: none;
    transition: all 0.5s ease-out;
    z-index: 3;
    will-change: transform, opacity;
    opacity: 1;
    display: block; }
    @media (min-width: 1200px) {
      #news .floatingElement {
        opacity: 0; } }
    #news .floatingElement.dinoboy {
      transform: translate3d(-160px, 0, 0) scale(0.4);
      left: 5%;
      top: -200px; }
      @media (min-width: 720px) {
        #news .floatingElement.dinoboy {
          transform: translate3d(-100px, 0, 0) scale(0.65);
          left: 5%;
          top: -180px; } }
      @media (min-width: 1200px) {
        #news .floatingElement.dinoboy {
          top: -250px;
          left: 0;
          transform: translate3d(0, 0, 0); } }
    #news .floatingElement.nuggets {
      display: none; }
      @media (min-width: 1200px) {
        #news .floatingElement.nuggets {
          top: 130px;
          transform: translate3d(0, 0, 0);
          display: block; } }
    #news .floatingElement.gold {
      transform: translate3d(150px, 0, 0) scale(0.4) rotate(20deg);
      right: 5%;
      top: -120px; }
      @media (min-width: 720px) {
        #news .floatingElement.gold {
          transform: translate3d(100px, 0, 0) scale(0.7) rotate(20deg);
          right: 5%;
          top: -80px; } }
      @media (min-width: 1200px) {
        #news .floatingElement.gold {
          transform: translate3d(0, 300px, 0); } }
    #news .floatingElement img {
      max-width: 500px; }
  @media (min-width: 1200px) {
    #news.visible .floatingElement {
      opacity: 1; }
      #news.visible .floatingElement.dinoboy {
        right: 80%;
        top: -150px;
        left: auto;
        transform: translate3d(100px, 0, 0); }
      #news.visible .floatingElement.nuggets {
        right: 74%;
        top: 230px;
        transform: translate3d(100px, 0, 0); }
      #news.visible .floatingElement.gold {
        left: 80%;
        transform: translate3d(-100px, 100px, 0); } }

#gameplay {
  margin-top: 13px; }
  #gameplay blz-feature-carousel-section::part(feature) {
    margin-top: -80px; }
  #gameplay blz-feature-carousel-section blz-carousel::part(tab-control-icon) {
    width: var(--resize-200);
    height: var(--resize-200); }
  #gameplay blz-feature-carousel-section blz-carousel::part(active-tab-control-icon) {
    background-image: var(--gear);
    background-repeat: no-repeat;
    background-position: 1px 0;
    background-size: 20px 20px;
    background-color: transparent;
    width: 22px;
    height: 22px; }
  @media (min-width: 960px) {
    #gameplay blz-feature-carousel-section blz-header.main-header {
      margin-top: 50px; } }
  @media (min-width: 1200px) {
    #gameplay blz-feature-carousel-section blz-header.main-header {
      margin-top: 0; } }
  #gameplay p {
    margin-top: 10px;
    display: block;
    letter-spacing: 0.3px;
    text-shadow: 0px 2px 0px rgba(51, 16, 0, 0.2); }
  #gameplay h4 {
    font-size: 24px; }
  #gameplay blz-tab-control {
    position: relative;
    transition: all .1s ease-out;
    outline: none; }
    #gameplay blz-tab-control p.controlLabel {
      color: rgba(255, 255, 255, 0.7); }
    #gameplay blz-tab-control:hover:not([active]) .activeIcon {
      opacity: 1; }
    #gameplay blz-tab-control:hover:not([active]) p {
      color: #ffffff; }
    #gameplay blz-tab-control::part(tab-control) {
      outline: none; }
    #gameplay blz-tab-control::part(icon) {
      display: none; }
    #gameplay blz-tab-control .activeIcon {
      position: absolute;
      opacity: 0;
      left: 50%;
      transform: translateX(-50%);
      margin: auto;
      width: 74px;
      height: 74px;
      pointer-events: none; }
    #gameplay blz-tab-control ::part(icon)[role="presentation"] {
      display: none; }
    #gameplay blz-tab-control[active] .activeIcon {
      opacity: 1; }
    #gameplay blz-tab-control[active] p {
      color: #ffbb33; }
  #gameplay .desktopMedia {
    width: 100%; }
    #gameplay .desktopMedia .video {
      left: 0;
      margin: 25% 9%;
      width: 82%; }
  #gameplay .mobileMedia {
    width: 280px;
    height: auto;
    margin: 0 auto; }
    #gameplay .mobileMedia .video {
      margin: 14% 3%;
      width: 82%; }

html[lang="ko-KR"] #gameplay h4 {
  padding-top: 5px; }

#middleSection, #bottomSection {
  background-image: var(--bg-xs);
  background-size: cover;
  background-position: top center; }
  @media (min-width: 960px) {
    #middleSection, #bottomSection {
      background-image: var(--bg-md); } }

.wrapper {
  overflow: hidden;
  position: relative; }

body {
  margin: 0;
  color: white;
  background-color: black;
  width: 100%; }

html[lang="ko-KR"] {
  word-break: keep-all;
  overflow-wrap: anywhere; }

@media (min-width: 1200px) {
  html[lang="zh-TW"] {
    word-break: keep-all;
    overflow-wrap: anywhere; } }

h1, h2, h3 {
  text-transform: uppercase;
  text-shadow: 0 3px rgba(0, 0, 0, 0.2); }

h4 {
  text-shadow: 0 3px rgba(0, 0, 0, 0.2); }

h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.2);
  color: #ffbb33; }

p {
  color: white;
  text-shadow: 0px 2px 0px rgba(51, 16, 0, 0.2); }

blz-nav-footer {
  background: linear-gradient(180deg, #293261 30%, #2b4c7d 90%);
  padding-top: 30px;
  margin-top: -3px; }

.nav-section {
  scroll-margin-top: 90px; }

.storeButton.disabled {
  pointer-events: none; }

.main-content override {
  display: none; }
