.AboutArcade-module__WnCpCW__section{background-color:#14051f;padding:5rem 2rem}.AboutArcade-module__WnCpCW__container{max-width:1200px;margin:0 auto}.AboutArcade-module__WnCpCW__title{color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.AboutArcade-module__WnCpCW__gridContainer{flex-direction:column;gap:2rem;display:flex}.AboutArcade-module__WnCpCW__topGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.AboutArcade-module__WnCpCW__bottomGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.AboutArcade-module__WnCpCW__card{background-color:#232323f2;border-radius:1rem;padding:2rem;transition:transform .3s;overflow:hidden}.AboutArcade-module__WnCpCW__card:hover{transform:translateY(-4px)}.AboutArcade-module__WnCpCW__cardContent{flex-direction:column;min-height:300px;display:flex;position:relative}.AboutArcade-module__WnCpCW__cardTitle{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.AboutArcade-module__WnCpCW__accent{color:#00a4ff}.AboutArcade-module__WnCpCW__cardDescription{color:#fffc;margin-bottom:2rem;font-size:1rem;line-height:1.6}.AboutArcade-module__WnCpCW__iconWrapper{color:#fff9;margin-top:auto}.AboutArcade-module__WnCpCW__iconWrapper svg{transition:color .3s}.AboutArcade-module__WnCpCW__card:hover .AboutArcade-module__WnCpCW__iconWrapper svg{color:#00a4ff}@media (max-width:1024px){.AboutArcade-module__WnCpCW__topGrid,.AboutArcade-module__WnCpCW__bottomGrid{grid-template-columns:1fr}.AboutArcade-module__WnCpCW__cardContent{min-height:auto}}@media (max-width:768px){.AboutArcade-module__WnCpCW__section{padding:3rem 1rem}.AboutArcade-module__WnCpCW__title{margin-bottom:2rem;font-size:2rem}.AboutArcade-module__WnCpCW__card{padding:1.5rem}}
.GamesSection-module__fEUs_a__section{background-color:#14051f;width:100%;padding:5rem 0;overflow:hidden}.GamesSection-module__fEUs_a__container{max-width:min(1400px,90vw);margin:0 auto;padding:0 1rem}.GamesSection-module__fEUs_a__header{text-align:center;margin-bottom:4rem}.GamesSection-module__fEUs_a__title{color:#fff;margin-bottom:2rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700}.GamesSection-module__fEUs_a__button{color:#fff;background:#00a4ff;border-radius:2rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.GamesSection-module__fEUs_a__button:hover{background:#0088d4;transform:translateY(-2px)}.GamesSection-module__fEUs_a__gamesWrapper{flex-direction:column;gap:2rem;width:100%;display:flex}.GamesSection-module__fEUs_a__rowContainer{width:100%;padding:1rem 0;overflow:hidden}.GamesSection-module__fEUs_a__row{will-change:transform;gap:2rem;animation:40s linear infinite GamesSection-module__fEUs_a__slideAnimation;display:flex}@keyframes GamesSection-module__fEUs_a__slideAnimation{0%{transform:translate(0)}to{transform:translate(-50%)}}.GamesSection-module__fEUs_a__row:hover{animation-play-state:paused}.GamesSection-module__fEUs_a__gameCard{aspect-ratio:1;border-radius:1.5rem;flex:none;width:min(400px,80vw);transition:transform .3s;position:relative;overflow:hidden}.GamesSection-module__fEUs_a__gameCard:hover{transform:translateY(-8px)}.GamesSection-module__fEUs_a__gameImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.GamesSection-module__fEUs_a__gameCard:after{content:"";opacity:0;background:linear-gradient(#0000 50%,#000000b3 100%);transition:opacity .3s;position:absolute;inset:0}.GamesSection-module__fEUs_a__gameCard:hover:after{opacity:1}@media (min-width:2000px){.GamesSection-module__fEUs_a__container{max-width:1800px}.GamesSection-module__fEUs_a__gameCard{width:450px}}@media (max-width:768px){.GamesSection-module__fEUs_a__section{padding:3rem 0}.GamesSection-module__fEUs_a__gameCard{width:280px}.GamesSection-module__fEUs_a__button{text-align:center;width:100%;max-width:300px;padding:.875rem 2rem;font-size:1rem}.GamesSection-module__fEUs_a__row{animation-duration:20s}}@media (max-width:480px){.GamesSection-module__fEUs_a__gameCard{width:240px}}@media (prefers-reduced-motion:reduce){.GamesSection-module__fEUs_a__row{animation:none;transform:none}}
.Hero-module__gxGLEG__hero{height:70vh;position:relative;overflow:hidden}.Hero-module__gxGLEG__slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.Hero-module__gxGLEG__slide.Hero-module__gxGLEG__active{opacity:1}.Hero-module__gxGLEG__slideOverlay{background:#14051f99;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gxGLEG__content{z-index:2;justify-content:center;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 6rem;display:flex;position:relative}.Hero-module__gxGLEG__textContent{text-align:center;max-width:800px}.Hero-module__gxGLEG__title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.Hero-module__gxGLEG__subtitle{color:#ffffffe6;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.25rem)}.Hero-module__gxGLEG__button{color:#fff;background:#00a4ff;border-radius:2rem;padding:1rem 2.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__gxGLEG__button:hover{background:#0088d4;transform:translateY(-2px)}.Hero-module__gxGLEG__imageContainer{width:362px;height:362px;position:relative}.Hero-module__gxGLEG__rocketImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;animation:6s ease-in-out infinite Hero-module__gxGLEG__float;position:absolute;bottom:0;right:0}.Hero-module__gxGLEG__navigation{z-index:3;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__gxGLEG__dot{cursor:pointer;background:#ffffff4d;border:2px solid #0000;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Hero-module__gxGLEG__dot:hover{background:#ffffff80}.Hero-module__gxGLEG__dot.Hero-module__gxGLEG__active{background:#00a4ff;border-color:#fff}@keyframes Hero-module__gxGLEG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Hero-module__gxGLEG__arrowButton{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:background-color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__gxGLEG__arrowButton:hover{background:#000c}.Hero-module__gxGLEG__arrowButton:disabled{opacity:.5;cursor:not-allowed}.Hero-module__gxGLEG__prevButton{left:20px}.Hero-module__gxGLEG__nextButton{right:20px}@media (max-width:1024px){.Hero-module__gxGLEG__content{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__gxGLEG__textContent,.Hero-module__gxGLEG__imageContainer{margin:0 auto}}@media (max-width:768px){.Hero-module__gxGLEG__hero{height:80vh}.Hero-module__gxGLEG__content{padding:0 4rem}.Hero-module__gxGLEG__textContent{max-width:100%}.Hero-module__gxGLEG__arrowButton{width:32px;height:32px;font-size:1.2rem}.Hero-module__gxGLEG__imageContainer{width:280px;height:280px}.Hero-module__gxGLEG__button{padding:.875rem 2rem}}@media (max-width:480px){.Hero-module__gxGLEG__content{padding:0 1.5rem}.Hero-module__gxGLEG__imageContainer{width:220px;height:220px}}
.TopGameHighlights-module__MrXvFW__section{color:#fff;background-color:#14051f;padding:5rem 0}.TopGameHighlights-module__MrXvFW__container{max-width:1400px;margin:0 auto;padding:0 2rem}.TopGameHighlights-module__MrXvFW__sectionTitle{color:#fff;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.TopGameHighlights-module__MrXvFW__highlightsContainer{flex-direction:column;gap:6rem;display:flex}.TopGameHighlights-module__MrXvFW__highlightGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.TopGameHighlights-module__MrXvFW__reversed{direction:rtl}.TopGameHighlights-module__MrXvFW__reversed>*{direction:ltr}.TopGameHighlights-module__MrXvFW__content{max-width:540px}.TopGameHighlights-module__MrXvFW__title{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.TopGameHighlights-module__MrXvFW__description{color:#ffffffe6;font-size:1.125rem;font-style:italic;line-height:1.6}.TopGameHighlights-module__MrXvFW__mediaContainer{width:100%;height:100%}.TopGameHighlights-module__MrXvFW__videoWrapper{background-color:#0003;border-radius:1.5rem;width:100%;height:0;padding-bottom:75%;position:relative;overflow:hidden}.TopGameHighlights-module__MrXvFW__video{-o-object-fit:cover;object-fit:cover;border-radius:1.5rem;width:100%;height:100%;position:absolute;top:0;left:0}.TopGameHighlights-module__MrXvFW__videoWrapper:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(#00a4ff00 0%,#00a4ff1a 100%);transition:opacity .3s;position:absolute;inset:0}.TopGameHighlights-module__MrXvFW__videoWrapper:hover:after{opacity:1}@media (max-width:1024px){.TopGameHighlights-module__MrXvFW__container{padding:0 1.5rem}.TopGameHighlights-module__MrXvFW__highlightGrid{gap:3rem}}@media (max-width:768px){.TopGameHighlights-module__MrXvFW__section{padding:3rem 0}.TopGameHighlights-module__MrXvFW__sectionTitle{margin-bottom:3rem;font-size:2rem}.TopGameHighlights-module__MrXvFW__highlightGrid{grid-template-columns:1fr;gap:2rem}.TopGameHighlights-module__MrXvFW__content{text-align:center;max-width:100%}.TopGameHighlights-module__MrXvFW__title{font-size:1.75rem}.TopGameHighlights-module__MrXvFW__description{font-size:1rem}.TopGameHighlights-module__MrXvFW__highlightsContainer{gap:4rem}.TopGameHighlights-module__MrXvFW__reversed{direction:ltr}.TopGameHighlights-module__MrXvFW__videoWrapper{padding-bottom:56.25%}}
