@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes pdBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pdBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes topGlow {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 199, 147, 0.6), 0 0 30px rgba(255, 134, 79, 0.4);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 199, 147, 0.6), 0 0 30px rgba(255, 134, 79, 0.4);
    opacity: 0.8;
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 199, 147, 0.8), 0 0 60px rgba(255, 134, 79, 0.6);
            box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 199, 147, 0.8), 0 0 60px rgba(255, 134, 79, 0.6);
    opacity: 1;
  }
}
@keyframes topGlow {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 199, 147, 0.6), 0 0 30px rgba(255, 134, 79, 0.4);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 199, 147, 0.6), 0 0 30px rgba(255, 134, 79, 0.4);
    opacity: 0.8;
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 199, 147, 0.8), 0 0 60px rgba(255, 134, 79, 0.6);
            box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 199, 147, 0.8), 0 0 60px rgba(255, 134, 79, 0.6);
    opacity: 1;
  }
}
@-webkit-keyframes glowPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 35px rgba(255, 199, 147, 0.3), 0 0 50px rgba(255, 134, 79, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 35px rgba(255, 199, 147, 0.3), 0 0 50px rgba(255, 134, 79, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.25);
  }
}
@keyframes glowPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 35px rgba(255, 199, 147, 0.3), 0 0 50px rgba(255, 134, 79, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 35px rgba(255, 199, 147, 0.3), 0 0 50px rgba(255, 134, 79, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.25);
  }
}
@-webkit-keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes mbPDGlow {
  0%, 100% {
    background: linear-gradient(135deg, #0a0500 0%, #1a0f05 25%, #2d1a0a 50%, #1a0f05 75%, #0a0500 100%);
  }
  50% {
    background: linear-gradient(135deg, #1a0f05 0%, #2d1a0a 25%, #3f2510 50%, #2d1a0a 75%, #1a0f05 100%);
  }
}
@keyframes mbPDGlow {
  0%, 100% {
    background: linear-gradient(135deg, #0a0500 0%, #1a0f05 25%, #2d1a0a 50%, #1a0f05 75%, #0a0500 100%);
  }
  50% {
    background: linear-gradient(135deg, #1a0f05 0%, #2d1a0a 25%, #3f2510 50%, #2d1a0a 75%, #1a0f05 100%);
  }
}
@-webkit-keyframes mbPDOverlay {
  0%, 100% {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  50% {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@keyframes mbPDOverlay {
  0%, 100% {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  50% {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@-webkit-keyframes borderRun {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes borderRun {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes particleSpread {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3), 0 0 40px 20px rgba(255, 255, 255, 0.2), 0 0 60px 30px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3), 0 0 40px 20px rgba(255, 255, 255, 0.2), 0 0 60px 30px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes particleSpread {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3), 0 0 40px 20px rgba(255, 255, 255, 0.2), 0 0 60px 30px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3), 0 0 40px 20px rgba(255, 255, 255, 0.2), 0 0 60px 30px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes particleGlow {
  0%, 100% {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
  }
  50% {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
  }
}
@keyframes particleGlow {
  0%, 100% {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
  }
  50% {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
  }
}
@-webkit-keyframes giveawayPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes giveawayPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes kvNumShimmer {
  0% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
            filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
  }
  25% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
            filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
  }
  50% {
    -webkit-filter: brightness(1.8) drop-shadow(0 0 30px rgb(255, 215, 0)) drop-shadow(0 0 60px rgba(255, 215, 0, 0.8));
            filter: brightness(1.8) drop-shadow(0 0 30px rgb(255, 215, 0)) drop-shadow(0 0 60px rgba(255, 215, 0, 0.8));
  }
  75% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
            filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
  }
  100% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
            filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
  }
}
@keyframes kvNumShimmer {
  0% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
            filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
  }
  25% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
            filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
  }
  50% {
    -webkit-filter: brightness(1.8) drop-shadow(0 0 30px rgb(255, 215, 0)) drop-shadow(0 0 60px rgba(255, 215, 0, 0.8));
            filter: brightness(1.8) drop-shadow(0 0 30px rgb(255, 215, 0)) drop-shadow(0 0 60px rgba(255, 215, 0, 0.8));
  }
  75% {
    -webkit-filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
            filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 215, 0, 0.7)) drop-shadow(0 0 50px rgba(255, 215, 0, 0.5));
  }
  100% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
            filter: brightness(0.8) drop-shadow(0 0 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 215, 0, 0.2));
  }
}
@-webkit-keyframes kvNumGlow {
  0% {
    -webkit-filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
            filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
  }
  25% {
    -webkit-filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
            filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
  }
  50% {
    -webkit-filter: brightness(1.8) saturate(1.5) drop-shadow(0 0 40px rgb(255, 140, 0)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 120px rgba(255, 140, 0, 0.6));
            filter: brightness(1.8) saturate(1.5) drop-shadow(0 0 40px rgb(255, 140, 0)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 120px rgba(255, 140, 0, 0.6));
  }
  75% {
    -webkit-filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
            filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
  }
  100% {
    -webkit-filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
            filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
  }
}
@keyframes kvNumGlow {
  0% {
    -webkit-filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
            filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
  }
  25% {
    -webkit-filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
            filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
  }
  50% {
    -webkit-filter: brightness(1.8) saturate(1.5) drop-shadow(0 0 40px rgb(255, 140, 0)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 120px rgba(255, 140, 0, 0.6));
            filter: brightness(1.8) saturate(1.5) drop-shadow(0 0 40px rgb(255, 140, 0)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.8)) drop-shadow(0 0 120px rgba(255, 140, 0, 0.6));
  }
  75% {
    -webkit-filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
            filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.6)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.4)) drop-shadow(0 0 90px rgba(255, 140, 0, 0.3));
  }
  100% {
    -webkit-filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
            filter: brightness(0.7) saturate(0.8) drop-shadow(0 0 25px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.2)) drop-shadow(0 0 80px rgba(255, 140, 0, 0.1));
  }
}
@-webkit-keyframes titleLightShimmer {
  0% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
            filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
  }
  25% {
    -webkit-filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
            filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
  }
  50% {
    -webkit-filter: brightness(1.4) drop-shadow(0 0 25px rgba(255, 165, 0, 0.8)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.6));
            filter: brightness(1.4) drop-shadow(0 0 25px rgba(255, 165, 0, 0.8)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.6));
  }
  75% {
    -webkit-filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
            filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
  }
  100% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
            filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
  }
}
@keyframes titleLightShimmer {
  0% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
            filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
  }
  25% {
    -webkit-filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
            filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
  }
  50% {
    -webkit-filter: brightness(1.4) drop-shadow(0 0 25px rgba(255, 165, 0, 0.8)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.6));
            filter: brightness(1.4) drop-shadow(0 0 25px rgba(255, 165, 0, 0.8)) drop-shadow(0 0 50px rgba(255, 140, 0, 0.6));
  }
  75% {
    -webkit-filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
            filter: brightness(1.1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.4));
  }
  100% {
    -webkit-filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
            filter: brightness(0.8) drop-shadow(0 0 15px rgba(255, 165, 0, 0.4)) drop-shadow(0 0 30px rgba(255, 140, 0, 0.3));
  }
}
@-webkit-keyframes titleLightGlow {
  0%, 100% {
    -webkit-filter: brightness(1) saturate(1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.5)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 60px rgba(255, 69, 0, 0.2));
            filter: brightness(1) saturate(1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.5)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 60px rgba(255, 69, 0, 0.2));
  }
  50% {
    -webkit-filter: brightness(1.3) saturate(1.2) drop-shadow(0 0 30px rgba(255, 165, 0, 0.7)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.5)) drop-shadow(0 0 90px rgba(255, 69, 0, 0.4));
            filter: brightness(1.3) saturate(1.2) drop-shadow(0 0 30px rgba(255, 165, 0, 0.7)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.5)) drop-shadow(0 0 90px rgba(255, 69, 0, 0.4));
  }
}
@keyframes titleLightGlow {
  0%, 100% {
    -webkit-filter: brightness(1) saturate(1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.5)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 60px rgba(255, 69, 0, 0.2));
            filter: brightness(1) saturate(1) drop-shadow(0 0 20px rgba(255, 165, 0, 0.5)) drop-shadow(0 0 40px rgba(255, 140, 0, 0.3)) drop-shadow(0 0 60px rgba(255, 69, 0, 0.2));
  }
  50% {
    -webkit-filter: brightness(1.3) saturate(1.2) drop-shadow(0 0 30px rgba(255, 165, 0, 0.7)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.5)) drop-shadow(0 0 90px rgba(255, 69, 0, 0.4));
            filter: brightness(1.3) saturate(1.2) drop-shadow(0 0 30px rgba(255, 165, 0, 0.7)) drop-shadow(0 0 60px rgba(255, 140, 0, 0.5)) drop-shadow(0 0 90px rgba(255, 69, 0, 0.4));
  }
}
@-webkit-keyframes promoBoxBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
            filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 #f89d35) drop-shadow(0 0 0 #f89d35);
            filter: drop-shadow(0 0 0 #f89d35) drop-shadow(0 0 0 #f89d35);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
            filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
  }
}
@keyframes promoBoxBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
            filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 #f89d35) drop-shadow(0 0 0 #f89d35);
            filter: drop-shadow(0 0 0 #f89d35) drop-shadow(0 0 0 #f89d35);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
            filter: drop-shadow(0 0 2px #f89d35) drop-shadow(0 0 6px #f89d35);
  }
}
@-webkit-keyframes giveawayGlow {
  0%, 100% {
    -webkit-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
@keyframes giveawayGlow {
  0%, 100% {
    -webkit-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 15px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes giveawayGlowHover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 8px 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
}
@keyframes giveawayGlowHover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 8px 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
}
@-webkit-keyframes giveawayGlowActive {
  0%, 100% {
    -webkit-box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 35px rgb(255, 140, 0), inset 0 1px 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 35px rgb(255, 140, 0), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
}
@keyframes giveawayGlowActive {
  0%, 100% {
    -webkit-box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 35px rgb(255, 140, 0), inset 0 1px 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 35px rgb(255, 140, 0), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
}
.Gamescom {
  overflow-x: hidden;
  overflow-y: visible;
  background: #000;
  font-family: "magistral", sans-serif;
}
.Gamescom p, .Gamescom ul li {
  font-family: var(--MSIBodyFont);
}
.Gamescom .content {
  position: relative;
}
.Gamescom .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 5%;
}
.Gamescom .commonTitleBox h2 {
  background: linear-gradient(45deg, #ff8800, #ffc793, #ff864f);
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 30px;
  display: inline-block;
  font-family: "magistral", sans-serif;
  font-weight: 400;
}
.Gamescom .commonTitleBox p {
  color: #d6d6d6;
  font-size: 20px;
  margin: 3% auto;
}
@media (min-width: 499px) {
  .Gamescom .commonTitleBox h2 {
    font-size: 36px;
  }
  .Gamescom .commonTitleBox p {
    color: #d6d6d6;
    font-size: 17px;
  }
}
@media (min-width: 996px) {
  .Gamescom .commonTitleBox {
    width: 70%;
  }
  .Gamescom .commonTitleBox h2 {
    font-size: 55px;
  }
  .Gamescom .commonTitleBox p {
    color: #d6d6d6;
    font-size: 20px;
  }
}
.Gamescom img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.Gamescom a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Gamescom .topNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(53, 42, 1, 0.8)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(53, 42, 1, 0.8) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 995px) {
  .Gamescom .topNav {
    padding: 20px 0;
    min-height: 70px;
  }
}
.Gamescom .topNav__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Gamescom .topNav__logoBox img {
  width: auto;
  max-height: 40px;
}
.Gamescom .topNav__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 30;
}
.Gamescom .topNav__hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.Gamescom .topNav__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.Gamescom .topNav__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.Gamescom .topNav__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}
.Gamescom .topNav__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.Gamescom .topNav__itemBox__promotion-title {
  color: #e8ce53;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none;
}
.Gamescom .topNav__itemBox__promotion-title span {
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
}
.Gamescom .topNav__itemBox-link a {
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 15px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.Gamescom .topNav__itemBox-link a.active {
  color: #e8ce53;
}
@media (min-width: 996px) {
  .Gamescom .topNav__itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  .Gamescom .topNav__itemBox a {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
  }
  .Gamescom .topNav__itemBox a:hover {
    color: #e8ce53;
  }
  .Gamescom .topNav__itemBox a.active {
    color: #e8ce53;
  }
  .Gamescom .topNav__itemBox__mobileMenu {
    display: none;
  }
}
@media (max-width: 995px) {
  .Gamescom .topNav__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Gamescom .topNav__itemBox {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(53, 42, 1, 0.95) 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 30px 30px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    z-index: 25;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow-y: auto;
  }
}
@media (max-width: 995px) and (max-width: 768px) {
  .Gamescom .topNav__itemBox {
    width: 100vw;
    padding: 100px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 995px) {
  .Gamescom .topNav__itemBox.active {
    top: 0;
  }
  .Gamescom .topNav__itemBox__mobileMenu {
    display: none;
    margin-top: 40px;
    padding-top: 30px;
    width: 100%;
  }
  .Gamescom .topNav__itemBox__mobileMenu-title {
    color: #e8ce53;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .Gamescom .topNav__itemBox__mobileMenu-title span {
    background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-weight: 700;
  }
  .Gamescom .topNav__itemBox__mobileMenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 8px 15px;
    margin: 0;
    border-radius: 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .Gamescom .topNav__itemBox__mobileMenu-item.active {
    color: #e8ce53;
    border-bottom-color: #e8ce53;
  }
  .Gamescom .topNav__itemBox__mobileMenu-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .Gamescom .topNav__itemBox__mobileMenu-item.active span {
    color: #e8ce53;
    font-weight: 700;
  }
  .Gamescom .topNav__itemBox.active .topNav__itemBox__mobileMenu {
    display: block;
  }
  .Gamescom .topNav__itemBox-link {
    width: 100%;
    text-align: center;
  }
  .Gamescom .topNav__itemBox a {
    font-size: 16px;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 600;
  }
  .Gamescom .topNav__itemBox a.active {
    color: #e8ce53;
    border-bottom-color: #e8ce53;
  }
  .Gamescom .topNav__itemBox__promotion-title {
    display: block;
    margin-bottom: 30px;
  }
}
.Gamescom .kv {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
}
@media (max-width: 995px) {
  .Gamescom .kv {
    margin-top: 80px;
  }
}
.Gamescom .kv .kv__titleBox {
  position: relative;
}
.Gamescom .kv .kv__titleBox .light-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 40px rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 999;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Gamescom .kv .kv__titleBox .light-dot--1 {
  left: 35%;
  bottom: 30%;
}
.Gamescom .kv .kv__titleBox .light-dot--2 {
  left: 45%;
  bottom: 35%;
}
.Gamescom .kv .kv__titleBox .light-dot--3 {
  left: 55%;
  bottom: 30%;
}
.Gamescom .kv .kv__titleBox .light-dot--4 {
  left: 65%;
  bottom: 35%;
}
.Gamescom .kv .kv__titleBox .light-dot--5 {
  left: 40%;
  bottom: 32%;
}
.Gamescom .kv .kv__titleBox .light-dot--6 {
  left: 50%;
  bottom: 38%;
}
.Gamescom .kv .kv__titleBox .light-dot--7 {
  left: 60%;
  bottom: 32%;
}
.Gamescom .kv .kv__titleBox .light-dot--8 {
  left: 70%;
  bottom: 38%;
}
.Gamescom .kv .kv__titleBox .light-dot--9 {
  left: 38%;
  bottom: 34%;
}
.Gamescom .kv .kv__titleBox .light-dot--10 {
  left: 48%;
  bottom: 36%;
}
.Gamescom .kv .kv__titleBox .light-dot--11 {
  left: 58%;
  bottom: 34%;
}
.Gamescom .kv .kv__titleBox .light-dot--12 {
  left: 68%;
  bottom: 36%;
}
.Gamescom .kv .kv__titleBox .light-dot--13 {
  left: 42%;
  bottom: 33%;
}
.Gamescom .kv .kv__titleBox .light-dot--14 {
  left: 52%;
  bottom: 37%;
}
.Gamescom .kv .kv__titleBox .light-dot--15 {
  left: 62%;
  bottom: 33%;
}
.Gamescom .kv .kv__titleBox .light-dot--16 {
  left: 72%;
  bottom: 37%;
}
.Gamescom .kv .kv__titleBox .light-dot:nth-child(even) {
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, rgb(255, 140, 0) 0%, rgba(255, 140, 0, 0.8) 50%, rgba(255, 140, 0, 0) 100%);
  -webkit-box-shadow: 0 0 20px rgb(255, 140, 0), 0 0 40px rgba(255, 140, 0, 0.8);
          box-shadow: 0 0 20px rgb(255, 140, 0), 0 0 40px rgba(255, 140, 0, 0.8);
}
@media (max-width: 995px) {
  .Gamescom .kv .light-dot {
    width: 8px;
    height: 8px;
  }
  .Gamescom .kv .light-dot:nth-child(even) {
    width: 6px;
    height: 6px;
  }
}
.Gamescom .kv__bgBoxWrap {
  position: relative;
}
.Gamescom .kv__bgBox-num {
  position: absolute;
  left: 38%;
  top: 29%;
  z-index: 2;
  width: 24vw;
  opacity: 0;
}
.Gamescom .kv__titleBoxWrap {
  position: relative;
  margin: 0 auto -8%;
}
.Gamescom .kv__titleBox {
  position: relative;
  z-index: 1;
}
.Gamescom .kv__titleBox-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Gamescom .kv__mainBox {
  position: relative;
}
.Gamescom .kv__textBox {
  text-align: center;
  font-family: "magistral", sans-serif;
  margin: -65% auto 5%;
  width: 100%;
}
.Gamescom .kv__textBox-txt {
  color: #ffffff;
  font-size: 5.2vw;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin: 3% auto 1%;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  width: 90%;
}
.Gamescom .kv__textBox-date {
  color: #ffffff;
  font-size: 4.5vw;
  position: relative;
  margin: 1% auto 4%;
  font-style: italic;
  font-weight: 600;
  width: 65%;
}
.Gamescom .kv__textBox-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 1px;
  background: #d4d4d4;
}
.Gamescom .kv__textBox-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  height: 1px;
  background: #d4d4d4;
}
.Gamescom .kv__flexBox {
  margin: 3% auto 0;
  width: 65%;
  max-width: 1280px;
}
.Gamescom .kv__linkBox {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 3% auto;
}
.Gamescom .kv__linkBox:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.Gamescom .kv__linkBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.Gamescom .kv__linkBox a {
  color: #000;
  font-size: 24px;
  display: inline-block;
  width: 250px;
  height: auto;
  margin: 5% auto;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
.Gamescom .kv__linkBox-giveaway:hover {
  -webkit-animation: particleSpread 2s ease-in-out infinite;
          animation: particleSpread 2s ease-in-out infinite;
  overflow: visible;
}
.Gamescom .kv__linkBox-giveaway::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(75%, transparent), to(transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, transparent 25%, transparent 50%, transparent 75%, transparent 100%);
  background-size: 400% 400%;
  border-radius: 18px;
  z-index: -1;
  -webkit-animation: particleSpread 2s ease-in-out infinite;
          animation: particleSpread 2s ease-in-out infinite;
}
.Gamescom .kv__linkBox-giveaway a {
  color: #000;
  font-size: 24px;
}
.Gamescom .kv h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 996px) {
  .Gamescom .kv__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Gamescom .kv__titleBoxWrap {
    margin: 0;
  }
  .Gamescom .kv__bgBox-num {
    position: absolute;
    left: 57.5%;
    top: 44%;
    z-index: 2;
    width: 7vw;
    opacity: 0;
  }
  .Gamescom .kv__textBox {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0;
    width: 50%;
  }
  .Gamescom .kv__textBox-txt {
    color: #ffffff;
    font-size: 2.1vw;
    margin: 0 auto;
    letter-spacing: 5px;
    width: auto;
  }
  .Gamescom .kv__textBox-date {
    color: #ffffff;
    font-size: 1.8vw;
    width: 52%;
  }
  .Gamescom .kv h1 {
    color: #ffffff;
    font-size: 6.5vw;
  }
  .Gamescom .kv__titleBoxWrap {
    margin-bottom: -7%;
  }
  .Gamescom .kv__linkBox {
    margin: 0 10px;
    -webkit-animation: linkBox 2s infinite;
            animation: linkBox 2s infinite;
  }
  .Gamescom .kv__linkBox a {
    color: #000000;
    font-size: 1.2vw;
    max-width: 13vw;
  }
}
@media (min-width: 1930px) {
  .Gamescom .kv__linkBox a {
    color: #000;
    font-size: 32px;
    max-width: 15vw;
    padding: 0 40px;
    width: auto;
  }
  .Gamescom .kv__textBox-txt {
    color: #ffffff;
    font-size: 2.7vw;
  }
}
.Gamescom .video {
  width: 100%;
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/video-allbg.jpg) no-repeat;
  background-size: cover;
}
.Gamescom .video__tabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Gamescom .video__tabBox-nav:nth-last-of-type(1) {
  pointer-events: none;
}
.Gamescom .video__tabBox-nav {
  color: #663d1b;
  font-size: 3.5vw;
  border: 1px solid #c47d19;
  background: rgba(196, 125, 25, 0.4);
  border: 1px solid #ffbf76;
  border: 1px solid #663d1b;
  background: rgba(255, 191, 118, 0.4);
  background: rgba(93, 66, 35, 0.4);
  padding: 10px 30px;
  width: calc(20% - 10px);
  text-align: center;
  margin: 0% 2% 7%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90%;
}
.Gamescom .video__tabBox-nav:hover {
  color: #ffffff;
  font-size: 3.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff970f), color-stop(75%, rgb(153, 81, 0)), color-stop(85%, rgb(153, 81, 0)), to(#ff9d00));
  background: linear-gradient(to bottom, #ff970f 0%, rgb(153, 81, 0) 75%, rgb(153, 81, 0) 85%, #ff9d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 180, 118)), color-stop(75%, rgb(255, 140, 63)), color-stop(85%, #ff8d22), to(rgb(255, 123, 0)));
  background: linear-gradient(to bottom, rgb(255, 180, 118) 0%, rgb(255, 140, 63) 75%, #ff8d22 85%, rgb(255, 123, 0) 100%);
  background: linear-gradient(120deg, rgb(189, 124, 48) 0%, rgb(79, 41, 20) 75%, rgb(126, 75, 35) 100%);
}
.Gamescom .video__tabBox-nav.active {
  color: #ffffff;
  font-size: 3.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff970f), color-stop(75%, rgb(153, 81, 0)), color-stop(85%, rgb(153, 81, 0)), to(#ff9d00));
  background: linear-gradient(to bottom, #ff970f 0%, rgb(153, 81, 0) 75%, rgb(153, 81, 0) 85%, #ff9d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 180, 118)), color-stop(75%, rgb(255, 140, 63)), color-stop(85%, #ff8d22), to(rgb(255, 123, 0)));
  background: linear-gradient(to bottom, rgb(255, 180, 118) 0%, rgb(255, 140, 63) 75%, #ff8d22 85%, rgb(255, 123, 0) 100%);
  background: linear-gradient(120deg, rgb(189, 124, 48) 0%, rgb(79, 41, 20) 75%, rgb(126, 75, 35) 100%);
}
.Gamescom .video__content {
  width: 100%;
  text-align: center;
}
.Gamescom .video__content-tab {
  display: none;
}
.Gamescom .video__content-tab.active {
  display: block;
}
.Gamescom .video__content-iframebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 199, 147, 0.2), 0 0 35px rgba(255, 134, 79, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.15);
  -webkit-animation: glowPulse 3s ease-in-out infinite;
          animation: glowPulse 3s ease-in-out infinite;
}
.Gamescom .video__content-iframebox::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #ff8800, #ffc793, #ff864f, #ff8800);
  border-radius: 10px;
  z-index: -1;
  -webkit-animation: borderGlow 4s linear infinite;
          animation: borderGlow 4s linear infinite;
  background-size: 400% 400%;
  opacity: 0.6;
}
.Gamescom .video__content-iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 1;
}
@media (min-width: 499px) {
  .Gamescom .video__tabBox-nav {
    color: #663d1b;
    font-size: 3.5vw;
    width: 90%;
  }
  .Gamescom .video__tabBox-nav:hover {
    color: ffffff;
    font-size: 3.5vw;
  }
  .Gamescom .video__tabBox-nav.active {
    color: ffffff;
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .Gamescom .video__tabBox {
    width: 80%;
    margin: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .Gamescom .video__tabBox-nav {
    color: #663d1b;
    font-size: 2.4vw;
    padding: 10px;
    width: 48%;
  }
  .Gamescom .video__tabBox-nav:hover {
    color: #ffffff;
    font-size: 2.4vw;
  }
  .Gamescom .video__tabBox-nav.active {
    color: #ffffff;
    font-size: 2.4vw;
  }
}
@media (min-width: 996px) {
  .Gamescom .video__tabBox {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Gamescom .video__tabBox-nav {
    color: #663d1b;
    font-size: 22px;
    border: 1px solid #c47d19;
    background: rgba(196, 125, 25, 0.4);
    border: 1px solid #ffbf76;
    border: 1px solid #663d1b;
    background: rgba(255, 191, 118, 0.4);
    background: rgba(93, 66, 35, 0.4);
    padding: 10px 30px;
    width: calc(20% - 10px);
    text-align: center;
    margin: 0% 2% 7%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
  }
  .Gamescom .video__tabBox-nav:hover {
    color: #ffffff;
    font-size: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff970f), color-stop(75%, rgb(153, 81, 0)), color-stop(85%, rgb(153, 81, 0)), to(#ff9d00));
    background: linear-gradient(to bottom, #ff970f 0%, rgb(153, 81, 0) 75%, rgb(153, 81, 0) 85%, #ff9d00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 180, 118)), color-stop(75%, rgb(255, 140, 63)), color-stop(85%, #ff8d22), to(rgb(255, 123, 0)));
    background: linear-gradient(to bottom, rgb(255, 180, 118) 0%, rgb(255, 140, 63) 75%, #ff8d22 85%, rgb(255, 123, 0) 100%);
    background: linear-gradient(120deg, rgb(189, 124, 48) 0%, rgb(79, 41, 20) 75%, rgb(126, 75, 35) 100%);
  }
  .Gamescom .video__tabBox-nav.active {
    color: #ffffff;
    font-size: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff970f), color-stop(75%, rgb(153, 81, 0)), color-stop(85%, rgb(153, 81, 0)), to(#ff9d00));
    background: linear-gradient(to bottom, #ff970f 0%, rgb(153, 81, 0) 75%, rgb(153, 81, 0) 85%, #ff9d00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 180, 118)), color-stop(75%, rgb(255, 140, 63)), color-stop(85%, #ff8d22), to(rgb(255, 123, 0)));
    background: linear-gradient(to bottom, rgb(255, 180, 118) 0%, rgb(255, 140, 63) 75%, #ff8d22 85%, rgb(255, 123, 0) 100%);
    background: linear-gradient(120deg, rgb(189, 124, 48) 0%, rgb(79, 41, 20) 75%, rgb(126, 75, 35) 100%);
  }
  .Gamescom .video__content {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1930px) {
  .Gamescom .video {
    background-size: 100%;
    background-position: 100% 75%;
  }
  .Gamescom .video__content {
    width: 100%;
  }
}
.Gamescom .mbPD {
  padding-bottom: 12vh;
  background: linear-gradient(135deg, #0a0500 0%, #1a0f05 25%, #2d1a0a 50%, #1a0f05 75%, #0a0500 100%);
  background: #000;
  position: relative;
}
.Gamescom .mbPD__centerBg {
  background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mbPD-allbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.Gamescom .mbPD__centerBg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.Gamescom .mbPD > * {
  position: relative;
  z-index: 2;
}
.Gamescom .mbPD__adBoxWrap {
  position: relative;
}
.Gamescom .mbPD__adBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Gamescom .mbPD__titleBox {
  width: 43%;
}
.Gamescom .mbPD__titleBox p {
  color: #ffffff;
  font-size: 2.5vw;
  margin: 4% 0 0;
  letter-spacing: 0.17vw;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 0 2px #000;
}
.Gamescom .mbPD__titleBox p::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(35, 32, 20, 0)), color-stop(50%, rgb(246, 240, 222)), color-stop(99%, rgba(39, 36, 24, 0)), to(rgba(35, 32, 20, 0)));
  background: linear-gradient(to right, rgba(35, 32, 20, 0) 0%, rgb(246, 240, 222) 50%, rgba(39, 36, 24, 0) 99%, rgba(35, 32, 20, 0) 100%);
}
.Gamescom .mbPD__titleBox p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(35, 32, 20, 0)), color-stop(50%, rgb(246, 240, 222)), color-stop(99%, rgba(39, 36, 24, 0)), to(rgba(35, 32, 20, 0)));
  background: linear-gradient(to right, rgba(35, 32, 20, 0) 0%, rgb(246, 240, 222) 50%, rgba(39, 36, 24, 0) 99%, rgba(35, 32, 20, 0) 100%);
}
.Gamescom .mbPD__introWrap {
  position: relative;
  z-index: 1;
}
.Gamescom .mbPD__intro {
  margin: 10% auto 5%;
}
.Gamescom .mbPD__intro p {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  padding: 1% 0;
}
.Gamescom .mbPD__awardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
.Gamescom .mbPD__awardBox-item {
  width: calc(33.3333333333% - 10px);
  margin: 2% 0;
}
.Gamescom .mbPD__awardBox-item:nth-of-type(5) img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 100px;
}
.Gamescom .mbPD__awardBox-item img {
  width: auto;
  max-width: 80px;
  max-height: 100px;
  margin: auto;
}
.Gamescom .mbPD__promoBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.Gamescom .mbPD__promoBox-main {
  text-align: center;
  width: 90%;
  margin: -49% auto 15%;
}
.Gamescom .mbPD__promoBox-main h2 {
  font-size: 10.8vw;
  letter-spacing: 5px;
}
.Gamescom .mbPD__promoBox-main em {
  font-style: normal;
}
.Gamescom .mbPD__promoBox-main em:nth-of-type(1) {
  background: linear-gradient(162deg, #ddc283 50%, #875736 71%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.Gamescom .mbPD__promoBox-main em:nth-of-type(2) {
  background: linear-gradient(154deg, #ddc283 47%, #875736 75%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.Gamescom .mbPD__promoBox-main em:nth-of-type(3) {
  background: linear-gradient(236deg, #ddc283 29%, #875736 59%, #683a08 90%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.Gamescom .mbPD__promoBox-main em:nth-of-type(4) {
  background: linear-gradient(109deg, #ddc283 50%, #875736 95%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.Gamescom .mbPD__promoBox-main h3 {
  color: #ffffff;
  font-size: 4vw;
  margin-bottom: 1%;
  letter-spacing: 2px;
  margin-top: -1%;
}
.Gamescom .mbPD__promoBox-main h5 {
  color: #ffffff;
  font-size: 2.8vw;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 15px;
}
.Gamescom .mbPD__promoBox-link {
  position: relative;
  width: 80%;
  margin: auto;
}
.Gamescom .mbPD__promoBox-link a {
  display: block;
  text-transform: capitalize;
  -webkit-animation: promoBoxBtn 2s infinite;
          animation: promoBoxBtn 2s infinite;
  max-width: 34vw;
  margin: 2% auto 0;
}
.Gamescom .mbPD__promoBox-link p {
  color: #ffffff;
  font-size: 3.8vw;
  position: relative;
  z-index: 1;
  padding: 5% 5% 7%;
  font-weight: 400;
}
.Gamescom .mbPD__promoBox-link p:hover {
  color: #ffffff;
  font-size: 3.8vw;
}
.Gamescom .mbPD__promoBox-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Gamescom .mbPD__promoBox-img {
  margin: 5% auto;
}
.Gamescom .mbPD__lineupBox {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mbPD-lineupBox-img.jpg) no-repeat;
  background-size: 100%;
  background-position: 93% 108%;
  padding-bottom: 5%;
}
.Gamescom .mbPD__lineupBox-img {
  width: 100%;
}
.Gamescom .mbPD__lineupBox-feature {
  width: 100%;
  margin-top: 5%;
}
.Gamescom .mbPD__lineupBox-feature ul {
  width: 90%;
  margin: auto;
  padding: 0 25px;
}
.Gamescom .mbPD__lineupBox-feature ul li h6 {
  color: #ffbf6f;
  font-size: 20px;
  margin-bottom: 2%;
}
.Gamescom .mbPD__lineupBox-feature ul li {
  color: #ffffff;
  font-size: 17px;
  padding: 1% 0;
  list-style-type: disc;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.8);
  margin: 8% auto;
}
.Gamescom .mbPD__lineupBox-feature li::marker {
  color: #ffbf6f;
}
@media (min-width: 499px) {
  .Gamescom .mbPD__promoBox {
    position: relative;
    overflow: hidden;
  }
  .Gamescom .mbPD__promoBox-main {
    text-align: center;
    width: 90%;
    margin: -45% auto 15%;
  }
  .Gamescom .mbPD__promoBox-main h2 {
    font-size: 10vw;
    letter-spacing: 5px;
  }
  .Gamescom .mbPD__promoBox-main h3 {
    color: #ffffff;
    font-size: 3.6vw;
    margin-bottom: 1%;
    letter-spacing: 2px;
    margin-top: 1%;
  }
  .Gamescom .mbPD__promoBox-main h5 {
    color: #ffffff;
    font-size: 2vw;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .Gamescom .mbPD__promoBox-link {
    width: 80%;
  }
  .Gamescom .mbPD__promoBox-link a {
    max-width: 26vw;
    margin: 2% auto 0;
  }
  .Gamescom .mbPD__promoBox-link p {
    color: #ffffff;
    font-size: 2.8vw;
    padding: 5% 5% 7%;
  }
  .Gamescom .mbPD__promoBox-link p:hover {
    color: #ffffff;
    font-size: 2.8vw;
  }
}
@media (min-width: 768px) {
  .Gamescom .mbPD__awardBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .Gamescom .mbPD__centerBg {
    background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mbPD-allbg.jpg) no-repeat center;
    background-size: 100%;
  }
  .Gamescom .mbPD__titleBox {
    width: 40%;
    margin-left: 5%;
  }
  .Gamescom .mbPD__titleBox p {
    color: #ffffff;
    font-size: 25px;
  }
  .Gamescom .mbPD__awardBox-item {
    width: auto;
    margin: 0;
  }
  .Gamescom .mbPD__awardBox-item:nth-of-type(5) img {
    max-height: 130px;
    max-width: none;
  }
  .Gamescom .mbPD__awardBox-item img {
    max-width: 100px;
    max-height: 130px;
    margin: auto;
  }
  .Gamescom .mbPD__promoBox-main {
    position: absolute;
    left: 3%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 25%;
    margin: 0;
  }
  .Gamescom .mbPD__promoBox h2 {
    font-size: 110px;
    letter-spacing: 5px;
  }
  .Gamescom .mbPD__promoBox h3 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 3%;
    letter-spacing: 2px;
  }
  .Gamescom .mbPD__promoBox h5 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .Gamescom .mbPD__promoBox-link {
    position: relative;
    width: 80%;
    margin: 5% auto;
  }
  .Gamescom .mbPD__promoBox-link p {
    color: #ffffff;
    font-size: 26px;
    padding: 6%;
  }
  .Gamescom .mbPD__promoBox-link p:hover {
    color: #ffca68;
    font-size: 26px;
  }
  .Gamescom .mbPD__promoBox-link-img {
    max-width: 100%;
  }
  .Gamescom .mbPD__intro p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 1% 0;
  }
}
@media (min-width: 1300px) {
  .Gamescom .mbPD__titleBox {
    width: 45%;
    margin: 0;
  }
  .Gamescom .mbPD__lineupBox {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mbPD-lineupBox-img.jpg) no-repeat;
    background-size: 60%;
    background-position: 111% 108%;
    padding: 5% 0;
  }
  .Gamescom .mbPD__lineupBox-img {
    width: 50%;
  }
  .Gamescom .mbPD__lineupBox-feature {
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
  .Gamescom .mbPD__lineupBox ul {
    width: 50%;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .Gamescom .mbPD__lineupBox ul li h6 {
    color: #ffbf6f;
    font-size: 17px;
  }
  .Gamescom .mbPD__lineupBox ul li {
    color: #ffffff;
    font-size: 15px;
    margin: 2% 0;
  }
}
@media (min-width: 1600px) {
  .Gamescom .mbPD__lineupBox ul li h6 {
    color: #ffbf6f;
    font-size: 20px;
  }
  .Gamescom .mbPD__lineupBox ul li {
    color: #ffffff;
    font-size: 17px;
  }
}
@media (min-width: 1930px) {
  .Gamescom .mbPD__lineupBox-feature {
    position: absolute;
    left: 50%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
  .Gamescom .mbPD__lineupBox ul {
    width: 44%;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .Gamescom .mbPD__centerBg {
    background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mbPD-allbg.jpg) no-repeat center;
    background-size: 100%;
  }
  .Gamescom .mbPD__titleBox {
    width: 43%;
  }
  .Gamescom .mbPD__titleBox p {
    color: #ffffff;
    font-size: 0.54vw;
  }
}
.Gamescom .mntPD {
  position: relative;
}
.Gamescom .mntPD__intro {
  margin: 5% auto;
}
.Gamescom .mntPD__intro p {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  padding: 1% 0;
}
.Gamescom .mntPD__intro a {
  color: #ffbf6f;
}
.Gamescom .mntPD__intro a:hover {
  text-decoration: underline;
}
.Gamescom .mntPD__slickBox-item {
  position: relative;
}
.Gamescom .mntPD__link {
  margin: 5% auto;
  text-align: center;
  cursor: pointer;
}
.Gamescom .mntPD__link a {
  color: #fff;
  font-size: 20px;
  padding: 5% 25px;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 90%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  font-family: "magistral", sans-serif;
}
.Gamescom .mntPD__link a:hover {
  background: linear-gradient(135deg, #ff7f00 0%, #ff8c00 25%, #ffa500 50%, #ff8c00 75%, #ff7f00 100%);
}
.Gamescom .mntPD__promoBox {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/271QR-QD-OLED-X50/mpg-bg.jpg") top center no-repeat;
  background-size: 250vw;
  padding-bottom: 10%;
  position: relative;
  z-index: 0;
  padding-top: 5%;
}
.Gamescom .mntPD__promoBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.Gamescom .mntPD__promoBox-title {
  display: block;
  width: 90%;
}
.Gamescom .mntPD__promoBox-mnt {
  display: block;
  width: 45%;
}
.Gamescom .mntPD__promoBox-mpg {
  display: block;
  position: relative;
  width: 30%;
  margin: 5% auto;
}
.Gamescom .mntPD__promoBox-feature {
  width: 100%;
}
.Gamescom .mntPD__promoBox-feature ul {
  width: 90%;
  padding: 0 25px;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mntPD-txtbg.png) no-repeat center;
  background-size: 94%;
  margin: auto;
}
.Gamescom .mntPD__promoBox-feature ul li h6 {
  color: #ffbf6f;
  font-size: 20px;
  z-index: 9;
  position: relative;
  margin-bottom: 2%;
}
.Gamescom .mntPD__promoBox-feature ul li {
  color: #ffffff;
  font-size: 17px;
  padding: 1% 0;
  list-style-type: disc;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8);
  z-index: 9;
  position: relative;
  margin: 8% auto;
}
.Gamescom .mntPD__promoBox-feature li::marker {
  color: #ffbf6f;
}
.Gamescom .mntPD__slickBox {
  position: relative;
}
.Gamescom .mntPD__titleBoxWrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}
.Gamescom .mntPD__titleBox {
  width: 90%;
  margin: auto;
}
.Gamescom .mntPD .slick-dots {
  bottom: -6vw;
}
.Gamescom .mntPD .slick-dots li button::before {
  font-size: 50px !important;
  color: #565656 !important;
}
.Gamescom .mntPD .slick-dots li.slick-active button::before {
  color: #bcbcbc !important;
}
@media (min-width: 996px) {
  .Gamescom .mntPD__link a {
    width: 50%;
  }
  .Gamescom .mntPD__titleBoxWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 2;
  }
  .Gamescom .mntPD__titleBox {
    width: 40%;
    margin: 0;
  }
  .Gamescom .mntPD__intro {
    margin: 5% auto;
  }
  .Gamescom .mntPD__intro p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 1% 0;
  }
  .Gamescom .mntPD__promoBox ul li h6 {
    color: #ffbf6f;
    font-size: 20px;
  }
  .Gamescom .mntPD__promoBox ul li {
    color: #ffffff;
    font-size: 17px;
  }
  .Gamescom .mntPD .slick-dots {
    bottom: -3vw;
  }
}
@media (min-width: 1300px) {
  .Gamescom .mntPD-title {
    padding-top: 28%;
  }
  .Gamescom .mntPD__promoBox {
    background-size: cover;
  }
  .Gamescom .mntPD__promoBox-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Gamescom .mntPD__promoBox-title {
    width: 45%;
    padding-top: 40%;
  }
  .Gamescom .mntPD__promoBox-mpg {
    position: absolute;
    right: 0%;
    bottom: 1%;
    width: 40%;
    max-width: 180px;
    margin: 20px 0 0 70px;
  }
  .Gamescom .mntPD__promoBox-feature {
    position: absolute;
    left: 50%;
    top: -5%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .Gamescom .mntPD__promoBox ul {
    width: 44%;
    padding: 0 0 0 25px;
    position: relative;
    background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/mntPD-txtbg.png) no-repeat center;
    background-size: 94%;
    margin: 0;
  }
  .Gamescom .mntPD__promoBox ul li h6 {
    color: #ffbf6f;
    font-size: 20px;
  }
  .Gamescom .mntPD__promoBox ul li {
    color: #ffffff;
    font-size: 17px;
    margin: 1% 0;
  }
}
@media (min-width: 1930px) {
  .Gamescom .mntPD__promoBox {
    padding-bottom: 5%;
  }
  .Gamescom .mntPD .slick-dots {
    bottom: -45px;
  }
}
.Gamescom .pd {
  padding: 5% 0;
  background: url("https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/pd-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.Gamescom .pd__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin: 5% auto;
}
.Gamescom .pd__itemBox {
  width: 100%;
  max-width: 500px;
  background: rgba(172, 146, 88, 0.2);
  background: rgba(43, 33, 6, 0.5);
  padding: 3%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(247, 225, 89, 0.4);
          box-shadow: 0 0 10px rgba(247, 225, 89, 0.4);
}
.Gamescom .pd__imgBox img {
  max-width: 350px;
  margin: 6% auto;
}
.Gamescom .pd__textBox ul {
  padding: 0 20px;
}
.Gamescom .pd__textBox ul li {
  color: #ffffff;
  font-size: 17px;
  list-style-type: disc;
  padding: 1% 0;
}
.Gamescom .pd-name {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 3%;
  padding-left: 20px;
}
.Gamescom .pd__link {
  text-align: center;
  margin: 8% auto;
}
.Gamescom .pd__link a {
  color: #ffffff;
  font-size: 20px;
  padding: 5% 25px;
  display: inline-block;
  width: 70%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.Gamescom .pd__link a:hover {
  background: linear-gradient(135deg, #ff7f00 0%, #ff8c00 25%, #ffa500 50%, #ff8c00 75%, #ff7f00 100%);
}
.Gamescom .pd .slick-dots {
  bottom: -6vw;
}
.Gamescom .pd .slick-dots li button::before {
  font-size: 50px !important;
  color: #565656 !important;
}
.Gamescom .pd .slick-dots li.slick-active button::before {
  color: #bcbcbc !important;
}
.Gamescom .pd .slick-slide {
  text-align: center;
}
.Gamescom .pd .slick-slide .pd__itemBox {
  text-align: left;
}
@media (max-width: 995px) {
  .Gamescom .pd__slickBox {
    display: block !important;
    width: 100%;
  }
  .Gamescom .pd__slickBox .slick-slide {
    padding: 0 10px;
  }
  .Gamescom .pd__slickBox .slick-dots {
    bottom: -40px;
  }
  .Gamescom .pd__slickBox .slick-dots li button::before {
    font-size: 30px !important;
  }
  .Gamescom .pd__slickBox .pd__itemBox {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 996px) {
  .Gamescom .pd__itemBox {
    width: calc(33.3333333333% - 10px);
    background: rgba(172, 146, 88, 0.2);
    padding: 3%;
    border-radius: 20px;
  }
}
.Gamescom .act {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2025/CND/gamescom-cologne/images/giveway-bg.jpg) no-repeat center;
  background-size: cover;
}
.Gamescom .act::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.Gamescom .act .msi__container {
  position: relative;
  z-index: 1;
}
.Gamescom .promoAD {
  padding: 5% 0;
}
.Gamescom .note {
  padding: 0 0 5%;
}
.Gamescom .note p {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.Gamescom .fixedSideMenu {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 25px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(100px);
          transform: translateY(-50%) translateX(100px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.Gamescom .fixedSideMenu.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.Gamescom .fixedSideMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 10px;
  min-width: 120px;
  min-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.Gamescom .fixedSideMenu__item:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.Gamescom .fixedSideMenu__item.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"] {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 25%, #ffb347 50%, #ffa500 75%, #ff8c00 100%);
  -webkit-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: giveawayGlow 2s ease-in-out infinite;
          animation: giveawayGlow 2s ease-in-out infinite;
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"]:hover {
  background: linear-gradient(135deg, #ff7f00 0%, #ff8c00 25%, #ffa500 50%, #ff8c00 75%, #ff7f00 100%);
  -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: giveawayGlowHover 1.5s ease-in-out infinite;
          animation: giveawayGlowHover 1.5s ease-in-out infinite;
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"].active {
  background: linear-gradient(135deg, #ff7f00 0%, #ff8c00 25%, #ffa500 50%, #ff8c00 75%, #ff7f00 100%);
  -webkit-box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 25px rgba(255, 140, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: giveawayGlowActive 1s ease-in-out infinite;
          animation: giveawayGlowActive 1s ease-in-out infinite;
}
.Gamescom .fixedSideMenu__item span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.Gamescom .fixedSideMenu__item:hover span {
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.Gamescom .fixedSideMenu__item.active span {
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"] span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
  font-weight: 700;
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"]:hover span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}
.Gamescom .fixedSideMenu__item[data-target="#giveaway"].active span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: white;
}
@media (min-width: 996px) {
  .Gamescom .fixedSideMenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 995px) {
  .Gamescom .fixedSideMenu {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .Gamescom .fixedSideMenu {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */