:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#40e0d0;text-decoration:inherit}a:hover{color:#045d54}body{margin:0;overflow:hidden;height:100%}h1{font-size:3.2em;line-height:1.1}.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1.4rem;font-weight:700;font-family:inherit;background-color:#53dd6c;cursor:pointer;transition:border-color .25s;color:#000;text-align:center}button:hover{border-color:#40e0d0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container{padding-right:1rem;padding-left:1rem}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}section{padding:4em 0}header{display:flex;justify-content:center;align-items:center;padding:1em;background-color:#0b998b;width:100%}.logo{max-width:150px;margin:0 auto;display:flex;justify-content:center}.hero{background:url(/assets/bg-main-hero-CbgQPjMX.webp) no-repeat center/cover,#00000013;padding:4rem 0;background-blend-mode:overlay}.hero-content{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;color:#000;max-width:80%}.hero-content h1{font-size:3.5rem;margin-bottom:1rem}.hero-content h1 span{color:#78110c}.hero-content p{font-size:1.4rem;line-height:1.6;margin-bottom:2rem}.marquee-text{font-size:1.8rem;font-weight:700;text-align:center;margin:0 auto;padding:.5rem 1rem;background:#78110c;color:#fff;display:flex;gap:rem}.scrolling-text-container{background-color:#78110c;border-radius:4px;overflow:hidden}.scrolling-text-inner{display:flex;white-space:nowrap;font-size:16px;font-weight:600;padding:8px 0}.scrolling-text{display:flex;animation:scroll-left 10s linear infinite}.scrolling-text-item{flex-shrink:0;padding:0 30px}.scrolling-text:after{content:attr(data-text);display:inline-block;white-space:nowrap}.scrolling-text-inner{--marquee-speed: 10s;--direction:scroll-left }.scrolling-text-inner>div{animation:var(--direction) var(--marquee-speed) linear infinite}.scrolling-text-container:hover .scrolling-text-inner>div{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}.cloak{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 0 0}.timer p{font-size:1.5rem;font-weight:700;text-align:center;margin:0 auto;padding:.5rem 1rem;border-radius:8px;color:#000}.time-values{display:flex;justify-content:center;gap:2rem}.time-values div{display:flex;flex-direction:column;align-items:center;gap:.5rem}.time-values span{font-size:2rem;font-weight:700;color:#fff;background:#0b998b;padding:2rem;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%}.time-values div p{font-size:1.2rem;color:#000}.time-values div p span{color:#78110c}footer{background:#000;padding:2rem 0;text-align:center;color:#fff}.footer-text{font-size:1.125rem;margin-bottom:1rem}.footer-text .big{font-size:1.5rem;font-weight:700}.footer-text a{color:#78110c;text-decoration:none}.footer-logos{display:flex;justify-content:center;gap:2rem;margin:2rem 0;align-items:center}.redgame{padding-top:0}.redgame-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:2rem}.redgame-image{background:#0b998b;border-radius:8px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.redgame-image h2{font-size:3.5rem;text-transform:capitalize;font-weight:700;color:#fff;display:flex;text-align:center;line-height:1.2;padding:1rem}.redgame-content{display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;color:#000}.redgame-content h2{font-size:2rem;margin-bottom:0}.redgame-content p{font-size:1.2rem}.redgame-content ul{margin:0;font-size:1.2rem}.redgame-content ul li{padding-bottom:1rem}.box{background:#333;padding:2rem;border-radius:8px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem}.box-content{display:flex;flex-direction:column;justify-content:center;gap:1rem}.box-content p{font-size:1.6rem;font-weight:700;text-align:center;margin:0}.protec{padding-top:0}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000}.popup{background:#000;padding:2rem;border-radius:8px;text-align:center;max-width:400px;width:90%;box-shadow:0 4px 8px #0003}.popup p{font-size:1.2rem;margin-bottom:1.5rem}.popup-buttons{display:flex;justify-content:center;gap:1rem}.popup-buttons button{padding:.5rem 2rem;font-size:1.4rem;font-weight:700;border:none;border-radius:4px;cursor:pointer}.popup-buttons button:first-child{background:#53dd6c;color:#fff}.popup-buttons button:last-child{background:#78110c;color:#fff}.age-restriction-message{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;color:#78110c;text-align:center}@media screen and (max-width: 1024px){.redgame-wrap{grid-template-columns:1fr}.redgame-image h2{font-size:2.5rem}.redgame-content h2{font-size:1.8rem}.redgame-content p,.redgame-content ul li{font-size:1.4rem}.box{grid-template-columns:1fr}.box-content p{font-size:1.4rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-content{max-width:100%}.hero{padding:2rem 0}.box-image img{width:100%}}@media screen and (max-width: 768px){marquee{font-size:1.5rem}.time-values{gap:1rem}.time-values span{font-size:1.5rem;width:40px;height:40px;padding:1rem}.timer p{font-size:1.2rem}.redgame-content h2{font-size:1.5rem}.redgame-content ul{font-size:1rem}.redgame-image h2{font-size:2rem}.footer-text .big{font-size:1.2rem}.footer-logos{flex-wrap:wrap}.hero-content h1{font-size:2rem;margin-bottom:0}}.footer__copyright{font-size:.75rem;font-weight:900}.footer__copyright p{text-transform:uppercase;font-weight:700}
