@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.modal__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff9;z-index:1000}.modal__content{position:absolute;z-index:1001;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:48.4rem;max-height:calc(100% - 30px);background-color:#0a031c;padding:0 0 4.4rem;border-radius:20px;overflow:hidden;overflow-y:auto}@media(max-width:768px){.modal__content{width:calc(100% - 20px);left:10px;max-width:100%;transform:translateY(-50%);padding:0 0 40px}}.modal__close{position:absolute;top:1.8rem;right:1.9rem;width:2.4rem;height:2.4rem;background:url(/images/modal-close.svg) no-repeat center center/cover;cursor:pointer;opacity:.5;transition:opacity .5s ease}@media(max-width:768px){.modal__close{width:24px;height:24px;top:13px;right:13px}}.modal__close:hover{opacity:1}.modal__title{text-align:center;margin-bottom:2.4rem;text-transform:uppercase;font-size:2.8rem;font-weight:800;line-height:1.2;background:linear-gradient(95.83deg,#a3f1ff 0,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.modal__title{font-size:24px;margin-bottom:24px}}.modal__field{position:relative}.modal__field:not(:last-child){margin-bottom:1.2rem}.modal__input-icon{position:absolute;width:2.4rem;height:2.4rem;object-fit:contain;top:50%;transform:translateY(-50%);left:1.2rem}.modal__input-icon img{display:flex}.modal__input-toggle{position:absolute;top:50%;transform:translateY(-50%);right:2rem;background:transparent;border:0;width:2.4rem;height:2.4rem}.modal__input-wrapper{position:relative}.modal__input-wrapper input,.modal__input-wrapper textarea{width:100%;height:4.6rem;border-radius:8px;background:#220548;outline:none;padding:0 4.8rem;font-size:1.4rem;font-family:Outfit,sans-serif;color:#fdc3ff;border:0}.modal__input-wrapper input::placeholder,.modal__input-wrapper textarea::placeholder{font-family:Outfit,sans-serif;color:#fdc3ff}.modal__input-wrapper textarea{padding-top:1rem;resize:none;height:20rem}.modal__input-icon--textarea{top:.8rem;transform:translateY(0)}.modal__input-clear{position:absolute;top:50%;transform:translateY(-50%);right:1.6rem;width:1.2rem;height:1.2rem;background:url(/img/clear.svg) center center/cover transparent;border:0;cursor:pointer;color:transparent}@media(max-width:768px){.modal__input-clear{width:9px;height:9px;right:13px}}.modal__error{font-size:1.2rem;margin-top:.2rem;color:#ff3a3a;line-height:105%}.modal__field--error .modal__input-wrapper input{border-color:#ff3a3a;background:#ff3a3a26}.modal__checkbox{display:flex;align-items:center;gap:.8rem;cursor:pointer}.modal__checkbox input[type=checkbox]{display:none}.modal__checkbox input[type=checkbox]+span{width:2.4rem;min-width:2.4rem;height:2.4rem;background:url(/images/uncheck.svg) center center/contain}.modal__checkbox input[type=checkbox]:checked+span{background:url(/images/check.svg) center center/contain}.modal__checkbox--age-ver{margin-bottom:1.2rem}.modal__checkbox--receive{margin-bottom:2.4rem}.modal__checkbox-text{font-size:1.4rem;color:#fff;font-weight:500;line-height:105%}.modal-button{display:flex;justify-content:center;margin-bottom:2rem}.modal-button .btn{height:4rem;max-width:22.3rem;width:100%;font-size:1.4rem}.modal-button--login{margin-top:5.4rem}.modal__forgot-wrapper{position:absolute;top:5.6rem;right:0;display:flex}.modal__forgot{font-size:1.4rem;font-weight:400;line-height:105%;border:0;background:transparent;color:#fff;cursor:pointer;letter-spacing:1px}@media(max-width:768px){.modal__forgot{font-size:12px}}.modal__forgot:hover{text-decoration:underline}.modal__bottom-link{font-size:1.6rem;background:transparent;border:0;color:#000}@media(max-width:768px){.modal__bottom-link{font-size:12px}}.modal__bottom-link:hover{text-decoration:underline}.modal__success{margin-top:1rem;text-align:center;color:green}@media(max-width:768px){.modal__success{font-size:12px}}.modal__bg{width:100%;display:flex;height:21.8rem;object-fit:cover}.modal-content{padding:3.2rem 3rem 0}.ds-b-date{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.2rem}.ds-b-date__input{padding:0 1rem!important;text-align:center}.modal-bottom-link{text-align:center;font-size:1.4rem;line-height:105%;display:flex;align-items:center;justify-content:center;gap:.4rem}.modal-bottom-link button{background:transparent;border:0;font-weight:600;background:linear-gradient(90deg,#ffedc1 60%,#ffd06a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.reset-password__content{padding:5rem 3rem .6rem}@media(max-width:768px){.reset-password__content{padding-left:20px;padding-right:20px}}.forgot-pass{margin:2.8rem 0 0}.forgot-pass .btn{margin-top:0}.logout-confirm{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.logout-confirm__backdrop{position:absolute;inset:0;background:#fff9}.logout-confirm__content{position:relative;z-index:1;background:#0a031c;border-radius:18px;padding:5rem 3.2rem;max-width:48.4rem;width:100%;text-align:center}.logout-confirm__title{font-size:2.8rem;line-height:1.2;font-weight:800;background:linear-gradient(95.83deg,#a3f1ff 0,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:1.2rem;text-align:center;text-transform:uppercase}.logout-confirm__desc{font-size:1.4rem;line-height:125%;text-align:center;max-width:30rem;margin:0 auto 1.5rem}.logout-confirm__buttons{display:flex;justify-content:center;gap:1.2rem}.logout-confirm__button{min-width:10rem}.modal-verify-email-success .modal__content{padding-bottom:0}.modal__error--age{margin-top:-1rem;margin-bottom:.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}*{font-family:Outfit,sans-serif}html{font-size:62.5%;-webkit-font-smoothing:antialiased}@media(max-width:1280px){html{font-size:50.5%}}@media(max-width:1024px){html{font-size:41.5%}}@media(max-width:768px){html{font-size:62.5%}}body{margin:0;min-width:320px;font-size:1.8rem;font-weight:400;font-weight:300;line-height:2.8rem;background:#1a023d;background:linear-gradient(281deg,#1a023d,#1c0340,#19023e);color:#fff}@media(max-width:768px){body{font-size:14px;line-height:1.3}}body.b-hidden,body.no-scroll{overflow:hidden}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;max-height:100%}.wrapper{flex:1}.container{max-width:112.9rem;margin:0 auto;width:100%}@media(max-width:1024px){.container{max-width:100%;padding:0 7.2rem}}@media(max-width:768px){.container{padding:0 30px;max-width:440px}}@media(max-width:390px){.container{padding:0 15px}}button{cursor:pointer}.fw-600{font-weight:600}.fw-700{font-weight:700}.btn{border:3px solid transparent;border-radius:100px;width:16.6rem;height:4.6rem;transition:box-shadow .3s ease;box-shadow:inset 0 4px 8px #ffffff80,0 4px 6px #0000004d;font-weight:600;font-size:1.4rem;color:#000;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}.btn:hover{box-shadow:inset 0 4px 8px #fff0,0 4px 6px #0000004d}@media(max-width:768px){.btn{width:84px;border:2px solid transparent;height:32px;font-size:11px}}.btn-yellow{background:linear-gradient(-180deg,#ed9d27,#ffd30f 40%,#f9fab2) padding-box,linear-gradient(90deg,#ffb119,#ff9304 94% 100%) border-box}.btn-purple{background:linear-gradient(-180deg,#802d7b,#6f2886 45%,#52177d) padding-box,linear-gradient(90deg,#efbbff,#dd5eff 94% 100%) border-box}.gradient-text{background:linear-gradient(90deg,#ffedc1 60%,#ffd06a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.gradient-text-blue{color:#2093ff;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.gradient-text-yellow{background:linear-gradient(to bottom,#fdfd83,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.btn-hero{width:calc(100% - 4rem);height:8.4rem;border-radius:100px;font-weight:800;text-transform:uppercase;color:#f4ffe4;text-decoration:none;font-size:3.2rem;display:flex;align-items:center;justify-content:center;text-align:center;text-shadow:0px 5px 35px rgb(37,102,15);border:2px solid transparent;transition:box-shadow .3s ease;background:linear-gradient(-180deg,#bf56bd,#79127f) padding-box,linear-gradient(90deg,#ffba9e,#fca97e) border-box;box-shadow:inset 0 9px 9px #fff9,0 3px 0 1px #c4675a}.btn-hero:hover{box-shadow:inset 0 9px 9px #fff0,0 3px 0 1px #c4675a}.btn-hero:disabled,.btn-hero--disabled,.btn-hero.button-modal--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.btn-hero:disabled:hover,.btn-hero--disabled:hover,.btn-hero.button-modal--disabled:hover{box-shadow:inset 0 9px 9px #fff9,0 3px 0 1px #c4675a}@media(max-width:768px){.btn-hero{width:192px;height:51px;font-size:20px;border:1px solid transparent;box-shadow:inset 0 5px 5px #fff9,0 2px 0 .5px #c4675a}.btn-hero:hover{box-shadow:inset 0 5px 5px #fff0,0 2px 0 .5px #c4675a}.btn-hero:disabled:hover,.btn-hero--disabled:hover,.btn-hero.button-modal--disabled:hover{box-shadow:inset 0 5px 5px #fff9,0 2px 0 .5px #c4675a}}.btn-hero-small{width:21.1rem;height:5rem;font-size:1.8rem}@media(max-width:768px){.btn-hero-small{width:128px;height:30px;font-size:11px}}.btn-standart{background:transparent;border:1px solid #FDC3FF;font-size:2rem;font-weight:700;color:#fdc3ff;width:11.3rem;height:5.6rem;transition:all .5s ease}.btn-standart:hover{background:#fdc3ff;color:#fff}@media(max-width:768px){.btn-mobile-big{width:max-content;padding:0 40px;height:52px;font-size:20px}}.mobile-menu{opacity:0;visibility:hidden;transition:all .5s ease;position:fixed;top:72px;left:0;width:100%;height:100%;z-index:10;background:#0a003380;-webkit-backdrop-filter:blur(36px);backdrop-filter:blur(36px);padding-top:48px;padding-bottom:30px;height:calc(100% - 72px);max-height:calc(100vh - 72px);overflow-y:auto;display:none}@media(max-width:768px){.mobile-menu{display:block}}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu__nav-list{list-style:none;display:grid;gap:24px}.mobile-menu__nav-list li{line-height:1;text-align:center;display:flex;justify-content:center}.mobile-menu__nav-list li a,.mobile-menu__nav-list li button.mobile-menu__nav-link{font-weight:500;font-size:16px;text-decoration:none;color:#f7f7f7;background:none;border:0;cursor:pointer;padding:0;font-family:inherit;position:relative;width:max-content;display:block}.mobile-menu__nav-list li a.mobile-menu__nav-link--active:after{content:"";display:block;width:100%;height:2px;background:#f3ff0e;margin:7px -5px 0;width:calc(100% + 10px)}.balance{width:12.2rem;height:3.3rem;background:#3a007d;border-radius:100px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid #FDC3FF;margin-left:1.3rem}@media(max-width:768px){.balance{margin-left:10px;width:88px;height:24px}}.balance__icon{position:absolute;left:-1.3rem;top:50%;transform:translateY(-50%);width:3.9rem;height:3.9rem;max-width:inherit;max-height:inherit}@media(max-width:768px){.balance__icon{left:-10px;width:28px;height:28px}}.balance__icon img{width:100%;height:100%;object-fit:contain}.balance__button{position:absolute;top:50%;transform:translateY(-50%);right:1.2rem;background:transparent;border:0;display:flex;background:#fff;border-radius:50%;color:#fff;width:2rem;height:2rem}@media(max-width:768px){.balance__button{right:8px;width:15px;height:15px}}.balance__button img{width:100%;height:100%;object-fit:contain}.balance__value{font-weight:600;font-sizE:1.6rem;padding-right:.45rem}@media(max-width:768px){.balance__value{font-size:12px;padding-right:5px}}.header{background:#220346;position:relative;width:100%;z-index:9;transition:transform .28s cubic-bezier(.22,1,.36,1)}body.game-fullscreen .header{transform:translateY(-100%);pointer-events:none}.header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent 0%,#8463AC 10%,#D170FF 51%,#8463AC 90%,transparent 100%);pointer-events:none}.header .container{height:8.8rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.header .container{gap:12px;height:72px}}.header__logo{width:21.5rem;display:flex;position:absolute;z-index:1;left:50%;transform:translate(-50%);top:.7rem}@media(max-width:768px){.header__logo{position:static;width:6.3rem;min-width:6.3rem;transform:translate(0)}}.header__logo img{width:100%;height:auto;max-width:inherit;max-height:inherit;filter:drop-shadow(0 4px 7.9rem rgba(52,171,255,.6))}.header__menu{list-style:none;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}@media(max-width:768px){.header__menu{display:none}}.header__menu li a{font-weight:500;font-size:2.2rem;color:#f7f7f7;text-decoration:none}.header__menu-link{position:relative}.header__menu-link:before{content:"";position:absolute;top:calc(100% + 2.85rem);width:100%;height:2px;background:#f3ff0e;opacity:0;box-shadow:0 1px #531c0099;transition:opacity .5s ease}.header__menu-link--active:before{opacity:1}.header__menu-icon{display:none;width:24px;height:16px;border:0;position:relative;background:transparent;cursor:pointer}@media(max-width:768px){.header__menu-icon{display:block}}.header__menu-icon span,.header__menu-icon:before,.header__menu-icon:after{content:"";position:absolute;left:0;height:2px;background:radial-gradient(circle,#ffe834 34%,#d9a713 93% 100%);width:100%;top:50%;margin-top:-1px;transition:all .5s ease;border-radius:100px}.header__menu-icon:before{top:0;margin:0}.header__menu-icon:after{top:auto;margin:0;bottom:0}.header__menu-icon.active span{opacity:0}.header__menu-icon.active:before{transform:rotate(45deg);top:50%}.header__menu-icon.active:after{transform:rotate(-45deg);top:50%}.header__nav{display:flex;align-items:center;gap:2.6rem}@media(max-width:768px){.header__nav{gap:12px}}.header__nav--logged-in{gap:1.5rem}@media(max-width:768px){.header__nav--logged-in{gap:10px}}.header__daily-rewards-btn{padding:.6rem 1rem;font-size:1.4rem;font-weight:500;color:#fff;background:#d170ff4d;border:1px solid #d170ff;border-radius:.4rem;cursor:pointer;white-space:nowrap}@media(max-width:768px){.header__daily-rewards-btn{padding:.4rem .8rem;font-size:1.2rem}}.header__user{width:3.8rem;height:3.8rem;background:transparent;border:0;border-radius:50%;padding:0;cursor:pointer;position:relative}@media(max-width:768px){.header__user{width:27px;height:27px}}.header__user img{width:100%;height:100%;object-fit:contain}.header__user-wrap{position:relative}.header__user-menu{position:absolute;top:calc(100% + .8rem);right:0;min-width:16rem;padding:.8rem 0;background:#2b054f;border-radius:10px;border:1px solid rgba(253,195,255,.35);box-shadow:0 10px 30px #0009,inset 0 1px #ffffff14;z-index:20}@media(max-width:768px){.header__user-menu{top:calc(100% + .4rem);min-width:140px}}.header__user-menu-item{width:100%;padding:.8rem 1.2rem;text-align:left;background:transparent;border:0;color:#fdc3ff;font-size:1.4rem;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:.6rem;transition:background .2s ease,color .2s ease}.header__user-menu-item:hover{background:#fdc3ff2e;color:#fff}.header__user-menu-item:first-of-type{border-radius:10px 10px 0 0}.header__user-menu-item:last-of-type{border-radius:0 0 10px 10px}.footer{position:relative;padding:4rem 0}@media(max-width:768px){.footer{padding:48px 0}}.footer:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent 0%,#8463AC 10%,#D170FF 51%,#8463AC 90%,transparent 100%);pointer-events:none}.footer__top{display:grid;grid-template-columns:30rem 1fr;gap:7rem;margin-bottom:4.8rem}@media(max-width:768px){.footer__top{grid-template-columns:1fr;gap:32px}}.footer__menus{display:flex;gap:5rem}@media(max-width:768px){.footer__menus{display:grid;grid-template-columns:repeat(2,1fr);gap:35px 23px}}.footer__heading{white-space:nowrap;font-weight:500;font-size:2.2rem;color:#f7f7f7;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.footer__heading{font-size:20px;line-height:1.2}}.footer__menu{display:grid;gap:1rem;list-style:none}.footer__menu li{line-height:1}.footer__menu li a{font-size:1.4rem;color:#ffffffbf;transition:color .5s ease;text-decoration:none;white-space:nowrap}.footer__menu li a:hover{color:#fff}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:7.4rem}@media(max-width:768px){.footer__bottom{display:grid;gap:32px}}.footer__logo{width:18.2rem;display:flex;margin-bottom:1.2rem}@media(max-width:768px){.footer__logo{width:146px}}.footer__logo img{width:100%;filter:drop-shadow(0 4px 7.9rem rgba(52,171,255,.6))}.footer__copyright{display:flex;flex-direction:column;align-items:flex-end}@media(max-width:768px){.footer__copyright{align-items:center}}.footer__copyright-text{white-space:nowrap;color:#ffffffbf;font-size:1.2rem}.footer__text{font-size:1.4rem;line-height:105%;color:#ffffffbf;max-width:50.6rem}@media(max-width:768px){.footer__text{max-width:100%;font-size:12px}}.footer__socials{list-style:none;display:flex;align-items:center;gap:2.3rem}@media(max-width:768px){.footer__socials{display:none}}.footer__socials li{width:4.7rem;height:4.7rem}.footer__socials li img{width:100%;height:100%;object-fit:contain}.footer__socials li a{display:flex}.footer__socials-mobile{display:none}@media(max-width:768px){.footer__socials-mobile{display:flex;list-style:none;gap:12px}.footer__socials-mobile li a{display:flex}.footer__socials-mobile li img{width:32px;height:32px;object-fit:contain}}@media(max-width:768px){.promotions{max-width:270px;margin:0 auto;width:100%}}.promotions__title{font-weight:700;text-transform:uppercase;font-size:2.1rem;margin-bottom:1.4rem;line-height:3rem;text-align:center;background:linear-gradient(to bottom,#fdfd83,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.promotions__title{font-size:16px;margin-bottom:16px}}.promotions__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(max-width:768px){.promotions__wrap{gap:7px}}.promotions__item{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:.7rem;height:12.3rem;border:2px solid #FFFFFF;border-radius:18px;background-size:cover;background-position:center}@media(max-width:768px){.promotions__item{height:100px;gap:5px}}.promotions__item-title{text-transform:uppercase;max-width:19rem;font-size:2rem;line-height:1;background:linear-gradient(to bottom,#802d7b,#6f2886 45%,#52177d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.promotions__item-title{font-size:14px;max-width:130px}}.promotions__item-desc{color:#2a3045;font-weight:500;font-size:1.4rem;line-height:2rem}@media(max-width:768px){.promotions__item-desc{font-size:10px}}.global-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(281deg,#1a023d,#1c0340,#19023e),url(/images/hero-bg.jpg) top right/cover no-repeat;overflow:hidden}.global-loader:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 55% at 65% 35%,#34abff59,#34abff00 60%),radial-gradient(50% 45% at 35% 65%,#d170ff59,#d170ff00 60%),linear-gradient(180deg,#1a023d26,#1a023dbf);pointer-events:none}@media(max-width:768px){.global-loader{background:linear-gradient(281deg,#1a023d,#1c0340,#19023e),url(/images/hero-mobile-bg.png) center/cover no-repeat}}.global-loader__content{position:relative;display:flex;align-items:center;justify-content:center;width:16rem;height:16rem}.global-loader__content:before{content:"";position:absolute;inset:1.2rem;border-radius:50%;background:#22034673;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 0 1px #ffffff14,0 18px 55px #0000008c}@media(max-width:768px){.global-loader__content{width:13.2rem;height:13.2rem}}.global-loader__ring{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#d170ff,#2093ff 30%,#f3ff0e,#dd5eff 80%,#d170ff);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px));mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px));filter:drop-shadow(0 0 22px rgba(209,112,255,.45)) drop-shadow(0 0 22px rgba(52,171,255,.35));animation:global-loader-spin 1.05s linear infinite}.global-loader__ring:before{content:"";position:absolute;inset:1.3rem;border-radius:50%;background:conic-gradient(from 90deg,#ffffffa6,#ffffff14,#ffffff73 70%,#ffffffa6);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));opacity:.65;animation:global-loader-spin 1.55s linear infinite reverse}.global-loader__logo{position:relative;z-index:1;width:10.6rem;height:auto;filter:drop-shadow(0 14px 55px rgba(52,171,255,.55));animation:global-loader-pulse 1.5s ease-in-out infinite}@media(max-width:768px){.global-loader__logo{width:8.2rem}}@keyframes global-loader-spin{to{transform:rotate(360deg)}}@keyframes global-loader-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.9}}@media(prefers-reduced-motion:reduce){.global-loader__ring,.global-loader__ring:before,.global-loader__logo{animation:none!important}}.faq{padding-bottom:21rem;width:100%;position:relative}@media(max-width:768px){.faq{padding-bottom:100px}}.faq:before{content:"";position:absolute;width:100%;left:0;top:0;height:100%;background:url(/images/fox.png) left top 3rem/contain no-repeat;z-index:-1;pointer-events:none;width:43.9rem;height:80.9rem}@media(max-width:768px){.faq:before{content:"";position:absolute;top:0;right:-100px;width:200px;height:100%;background:#a40bf1;filter:blur(120px);opacity:.6;z-index:-1}}.faq:after{content:"";position:absolute;width:100%;right:0;top:0;height:100%;background:url(/images/faq-right.png) right top 1rem/contain no-repeat;z-index:-1;pointer-events:none;width:29.5rem}@media(max-width:768px){.faq:after{background-size:100px;top:-100px;opacity:.5}}.faq__title{margin-bottom:6rem;text-transform:uppercase;font-weight:800;font-size:4.9rem;text-align:center;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.3}@media(max-width:768px){.faq__title{font-size:32px;margin-bottom:32px}}.faq__list{max-width:74.4rem;margin:0 auto;display:grid;gap:2.5rem}@media(max-width:768px){.faq__list{max-width:100%;gap:16px}}.faq__item{cursor:pointer;position:relative}.faq__item--open .faq__button:after{opacity:0}.faq__question{min-height:7rem;border-radius:100px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 3.2rem;border:.5rem solid transparent;background:linear-gradient(-180deg,#802d7b,#52177d) padding-box,linear-gradient(90deg,#efbbff,#dd5eff 94%) border-box;box-shadow:0 4px 6px #0000004d;position:relative;z-index:1}.faq__question-text{background:linear-gradient(180deg,#ffedc1 60%,#ffd06a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:800;font-size:2rem}@media(max-width:768px){.faq__question-text{font-size:16px;font-weight:600;line-height:1.3}}.faq__answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease}.faq__answer-wrapper--open{grid-template-rows:1fr}.faq__answer{background:#fff;color:#000;border-radius:0 0 30px 30px;padding:0 4.4rem;font-size:1.8rem;line-height:2.5rem;overflow:hidden;margin-top:0;opacity:0;transform:translateY(-8px);transition:padding-top .5s ease,padding-bottom .5s ease,margin-top .5s ease,opacity .35s ease,transform .35s ease}@media(max-width:768px){.faq__answer{padding:0 25px;font-size:14px;line-height:1.3}}.faq__answer--open{margin-top:-3.3rem;padding-top:6.7rem;padding-bottom:3rem;opacity:1;transform:translateY(0)}@media(max-width:768px){.faq__answer--open{padding-top:42px;padding-bottom:16px}}.faq__button{position:relative;display:flex;width:3.8rem;height:3.8rem;min-width:3.8rem}@media(max-width:768px){.faq__button{width:32px;height:32px;min-width:32px}}.faq__button img{width:100%;height:100%;object-fit:contain}.faq__button:before,.faq__button:after{position:absolute;content:"";background:#fff;border-radius:100px;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .5s ease}.faq__button:before{width:16px;height:2px}@media(max-width:768px){.faq__button:before{width:15px}}.faq__button:after{width:2px;height:16px}@media(max-width:768px){.faq__button:after{height:15px}}.game-card{height:18rem;background-size:cover;background-position:center;border-radius:30px;cursor:pointer;position:relative}@media(max-width:768px){.game-card{height:145px;border-radius:23px}}.game-card:before{padding:.5rem;content:"";position:absolute;inset:0;border-radius:30px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width:768px){.game-card:before{border-radius:23px}}.game-card:nth-child(4n+1){box-shadow:0 5px 4px #bc1400}.game-card:nth-child(4n+1):before{background:linear-gradient(90deg,#fc7f41,#ffe798)}.game-card:nth-child(4n+1) .game-card__overlay{box-shadow:0 1px 30px #d3000080}.game-card:nth-child(4n+2){box-shadow:0 5px 4px #045e3d}.game-card:nth-child(4n+2):before{background:linear-gradient(90deg,#3dc830,#bbea7a)}.game-card:nth-child(4n+2) .game-card__overlay{box-shadow:0 1px 30px #85cf3d}.game-card:nth-child(4n+3){box-shadow:0 5px 4px #83077b}.game-card:nth-child(4n+3):before{background:linear-gradient(90deg,#ff4cf5,#ff86fa)}.game-card:nth-child(4n+3) .game-card__overlay{box-shadow:0 1px 30px #da4ab8}.game-card:nth-child(4n){box-shadow:0 5px 4px #2148b1}.game-card:nth-child(4n):before{background:linear-gradient(90deg,#2286e5,#99f0ff)}.game-card:nth-child(4n) .game-card__overlay{box-shadow:0 1px 30px #58cfffa6}.game-card__overlay{width:100%;height:100%;border-radius:30px}@media(max-width:768px){.game-card__overlay{border-radius:23px}}.hero-top{padding-top:13.4rem;padding-bottom:9.2rem}@media(max-width:768px){.hero-top{padding-top:4.4rem;padding-bottom:0;position:relative;z-index:1;margin-bottom:-23vw}}.hero-top__wrap{max-width:39.2rem;width:100%}@media(max-width:768px){.hero-top__wrap{max-width:100%}}.hero-top__title{text-align:center;margin-bottom:2.2rem;font-weight:800;font-size:5rem;line-height:1}@media(max-width:768px){.hero-top__title{font-size:3.6rem;margin-bottom:1.8rem}}.hero-top__title span{display:block}.hero-top__desc{text-align:center;font-size:1.4rem;line-height:1.4;margin-bottom:2.2rem}@media(max-width:768px){.hero-top__desc{font-size:1.2rem;margin-bottom:1.8rem}}.hero-top__btn{display:flex;justify-content:center;margin-bottom:3.7rem}@media(max-width:768px){.hero-top__btn{margin-bottom:24px}}.hero-top__list{display:flex;align-items:center;justify-content:center;gap:1rem;list-style:none}.hero-top__list li{font-weight:500;font-size:1.4rem;color:#fff}.hero-top__list li img{width:3.4rem;height:3.4rem;object-fit:contain}@media(max-width:768px){.hero-top__list li img{width:3.2rem;height:3.2rem}}@media(max-width:768px){.hero-bottom{background:url(/images/hero-mobile-bg-2.png) top left/100% no-repeat;padding-top:117vw}}.hero-bottom__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:2.7rem}@media(max-width:768px){.hero-bottom__wrap{grid-template-columns:1fr;gap:2.4rem}}.hero-bottom__heading{font-size:4rem;line-height:1.2;font-weight:800;text-transform:uppercase}@media(max-width:768px){.hero-bottom__heading{font-size:24px}}.hero-bottom__item{height:29rem;padding-left:4.3rem;border-radius:30px;border:.7rem solid transparent;display:flex;flex-direction:column;justify-content:center;position:relative}@media(max-width:768px){.hero-bottom__item{height:168px;padding-left:30px;border-width:4px}}.hero-bottom__item--clickable{text-align:left}.hero-bottom__item--1{overflow:hidden;background:url(/images/hero-bottom-bg-1.png) bottom right/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box;filter:drop-shadow(0px 5px 4px rgba(188,20,0,.9))}.hero-bottom__item--1 .hero-bottom__image{width:15.8rem;right:1.2rem;top:50%;bottom:auto;transform:translateY(-50%);object-fit:contain}@media(max-width:768px){.hero-bottom__item--1 .hero-bottom__image{width:140px;right:18px}}.hero-bottom__item--1 .hero-bottom__heading{margin-bottom:4.5rem;background:linear-gradient(0deg,#ffeab5,#fbc155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.hero-bottom__item--1 .hero-bottom__heading{margin-bottom:12px}}.hero-bottom__item--2{background:url(/images/hero-bottom-bg-2.png) center center/cover no-repeat padding-box,linear-gradient(90deg,#2286e5,#99f0ff) border-box;filter:drop-shadow(0px 1px 5.5rem #58cfff)}@media(max-width:768px){.hero-bottom__item--2{order:-1}}.hero-bottom__item--2 .hero-bottom__heading{margin-bottom:2rem;background:linear-gradient(0deg,#abe8fa,#72d9ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.hero-bottom__item--2 .hero-bottom__heading{margin-bottom:9px}}.hero-bottom__image{position:absolute;display:flex;width:28.7rem;right:0;bottom:0;max-width:inherit;max-height:inherit}@media(max-width:768px){.hero-bottom__image{width:170px}}.hero-bottom__text{font-weight:600;font-size:2.4rem;line-height:105%;color:#faf8f8}@media(max-width:768px){.hero-bottom__text{font-size:14px}}.hero{padding-bottom:13rem;background:url(/images/hero-bg.png) top right/100% no-repeat padding-box}@media(max-width:768px){.hero{background:url(/images/hero-mobile-bg.png) top left/100% no-repeat;padding-bottom:100px}}.how-it-work{margin-bottom:13rem}@media(max-width:768px){.how-it-work{margin-bottom:100px}}.how-it-work__title{margin-bottom:.4rem;text-transform:uppercase;font-weight:800;font-size:4.9rem;text-align:center;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.3}@media(max-width:768px){.how-it-work__title{font-size:32px}}.how-it-work__desc{text-align:center;font-size:1.4rem;line-height:105%;max-width:74.4rem;margin:0 auto 1.2rem}@media(max-width:768px){.how-it-work__desc{margin-bottom:32px;font-size:12px}}.how-it-work__wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:4.5rem}@media(max-width:768px){.how-it-work__wrap{grid-template-columns:1fr;gap:38px}}.how-it-work__item{text-align:center;font-size:1.4rem;line-height:105%}@media(max-width:768px){.how-it-work__item{font-size:9px}}.how-it-work__item-icon{width:20rem;height:20rem;margin:0 auto .5rem;display:flex;align-items:flex-end;justify-content:center}@media(max-width:768px){.how-it-work__item-icon{width:126px;height:126px}}.how-it-work__item:nth-child(1) .how-it-work__item-icon img,.how-it-work__item:nth-child(3) .how-it-work__item-icon img{filter:drop-shadow(0 4px 3.9rem rgb(52,171,255))}.how-it-work__item:nth-child(2) .how-it-work__item-icon img{filter:drop-shadow(0 4px 3.9rem rgb(239,33,177))}.how-it-work__item-title{font-weight:700;font-size:2.1rem;text-transform:uppercase;background:linear-gradient(90deg,#fdfd83,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:3rem}@media(max-width:768px){.how-it-work__item-title{font-size:13px}}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.premium-rewards{margin-bottom:14rem}@media(max-width:768px){.premium-rewards{margin-bottom:100px}}.premium-rewards__wrap{height:46.6rem;border-radius:38px;overflow:hidden;position:relative;display:flex;flex-direction:column;padding-left:7.7rem;justify-content:center;border:6px solid transparent;background:url(/images/premium-revard-bg.png) center right/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}@media(max-width:768px){.premium-rewards__wrap{height:auto;border-radius:24px;padding:74px 15px 383px;background:url(/images/premium-revard-bg-mobile.png) center right/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}}.premium-rewards__image{display:flex;position:absolute;top:50%;transform:translateY(-50%);right:2rem;width:56rem}@media(max-width:768px){.premium-rewards__image{bottom:33px;left:50%;top:auto;transform:translate(-50%);max-width:366px;width:100%}}.premium-rewards__title{font-size:4.9rem;text-transform:uppercase;font-weight:800;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:105%;margin-bottom:1rem;position:relative;z-index:1}@media(max-width:768px){.premium-rewards__title{font-size:24px;text-align:center;margin-bottom:10px}.premium-rewards__title br{display:none}}.premium-rewards__desc{margin-bottom:4.5rem;max-width:52.4rem;position:relative;z-index:1}@media(max-width:768px){.premium-rewards__desc{margin-bottom:24px;max-width:100%;text-align:center;font-size:12px}}@media(max-width:768px){.premium-rewards__button{display:flex;justify-content:center}}.premium-rewards__button .btn-hero{width:35rem}@media(max-width:768px){.premium-rewards__button .btn-hero{width:192px;height:50px;font-size:20px}}.premium-rewards--2 .premium-rewards__wrap{background:url(/images/premium-rewards-2.jpg) center right/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}@media(max-width:768px){.premium-rewards--2 .premium-rewards__wrap{padding:364px 27px 45px;background:url(/images/premium-rewards-2-mobile.jpg) center top/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}}.premium-rewards__title--2{font-size:4.5rem;margin-bottom:4.6rem;max-width:46.1rem;text-transform:uppercase;font-weight:800;line-height:105%;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.premium-rewards__title--2{font-size:32px;text-align:center;margin-bottom:32px}}.premium-rewards__blur-right{position:absolute;display:flex;right:0;top:-50%;width:33.1rem;height:167.6rem;object-fit:cover;max-width:inherit;max-height:inherit;z-index:-1;pointer-events:none}.why-enjoy{margin-bottom:14rem;position:relative}@media(max-width:768px){.why-enjoy{margin-bottom:100px}}.why-enjoy__title{text-align:center;margin-bottom:3.6rem;font-size:4.9rem;text-transform:uppercase;font-weight:800;line-height:1;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.why-enjoy__title{margin-bottom:32px;font-size:32px}}.why-enjoy__wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:6rem}@media(max-width:768px){.why-enjoy__wrap{grid-template-columns:1fr 1fr;gap:38px 7px}}.why-enjoy__icon{position:relative;display:flex;align-items:center;justify-content:center;width:20rem;height:20rem;margin:0 auto .5rem}@media(max-width:768px){.why-enjoy__icon{max-width:116px;width:100%;height:116px}}.why-enjoy__icon img{display:flex;filter:drop-shadow(0 4px 3.9rem rgb(52,171,255))}@media(max-width:768px){.why-enjoy__icon img{max-width:74px;max-height:74px;object-fit:contain}}.why-enjoy__heading{text-align:center;font-weight:600;font-size:2rem;line-height:105%;background:linear-gradient(to bottom,#ffedc1 60%,#ffd06a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.why-enjoy__heading{font-size:16px}}.why-enjoy__button{display:flex;justify-content:center;margin-top:6rem}@media(max-width:768px){.why-enjoy__button{margin-top:32px}}.why-enjoy__stars{display:flex;width:100%;position:absolute;bottom:0;left:0;z-index:-1;pointer-events:none;transform:translateY(50%)}@media(max-width:768px){.why-enjoy__stars{display:none}}.why-enjoy__blur-left{position:absolute;display:flex;left:0;top:-70%;width:33.1rem;height:167.6rem;object-fit:cover;max-width:inherit;max-height:inherit;z-index:-1;pointer-events:none}.platform{margin-bottom:16rem}@media(max-width:768px){.platform{margin-bottom:100px}}.platform__title{text-align:center;font-size:4.9rem;text-transform:uppercase;font-weight:800;line-height:1;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:1.4rem}@media(max-width:768px){.platform__title{font-size:32px;margin-bottom:32px}}.platform__wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:6rem}@media(max-width:768px){.platform__wrap{grid-template-columns:1fr 1fr;gap:38px 7px}}.platform__item-icon{width:20rem;height:20rem;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.platform__item-icon{max-width:116px;width:100%;height:116px;margin-bottom:5px}}.platform__item-icon img{display:flex;filter:drop-shadow(0 4px 3.9rem rgb(52,171,255))}@media(max-width:768px){.platform__item-icon img{max-width:74px;max-height:74px;object-fit:contain}}.platform__item-title{text-align:center;margin-bottom:.5rem;text-transform:uppercase;font-size:2.1rem;font-weight:700;background:linear-gradient(to bottom,#fdfd83,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.platform__item-title{font-size:12px;margin-bottom:5px}}.platform__item-desc{font-size:1.4rem;text-align:center;line-height:105%}@media(max-width:768px){.platform__item-desc{font-size:12px}}.information{margin-bottom:14rem;position:relative}@media(max-width:768px){.information{margin-bottom:50px}}.information:before{content:"";position:absolute;left:0;top:-70%;background:url(/images/blur-left.png) center left/cover no-repeat;z-index:-1;pointer-events:none;width:33.1rem;height:167.6rem;object-fit:cover;max-width:inherit;max-height:inherit}@media(max-width:768px){.information:before{width:70%;height:500px;top:-200px;background-size:contain}}.information:after{content:"";position:absolute;right:0;top:-70%;background:url(/images/blur-right.png) center right/cover no-repeat;z-index:-1;pointer-events:none;width:33.1rem;height:167.6rem;object-fit:cover;max-width:inherit;max-height:inherit}@media(max-width:768px){.information:after{width:70%;height:500px;top:-200px;background-size:contain}}.information__logo{width:41.4rem;margin:0 auto 2rem;display:flex}@media(max-width:768px){.information__logo{width:210px;margin-bottom:12px}}.information__heading{font-weight:700;text-align:center;font-size:2.1rem;margin-bottom:2rem;background:linear-gradient(to bottom,#fdfd83,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:3rem;text-transform:uppercase}@media(max-width:768px){.information__heading{font-size:18px;margin-bottom:12px;line-height:1.2}}.information__text{font-weight:600;font-size:1.4rem;line-height:1.4;text-align:center;max-width:34.3rem;margin:0 auto 3.2rem}@media(max-width:768px){.information__text{margin-bottom:24px;font-size:14px;max-width:100%}}.information__title{font-size:4.9rem;text-transform:uppercase;font-weight:800;line-height:1;margin-bottom:4.5rem;text-align:center;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.information__title{font-size:32px;margin-bottom:16px}}.information__desc{font-size:1.8rem;line-height:2.6rem}@media(max-width:768px){.information__desc{font-size:14px;line-height:1.2}}.information__desc p:not(:last-child){margin-bottom:2.5rem}@media(max-width:768px){.information__desc p:not(:last-child){margin-bottom:15px}}.information__icons{position:absolute;z-index:-1;pointer-events:none;object-fit:contain;max-width:inherit;max-height:inherit}@media(max-width:768px){.information__icons{display:none}}.information__icons-left{width:61.4rem;height:61.7rem;top:-19%;left:0}.information__icons-right{width:53.1rem;height:53.1rem;right:0;top:0}.information__icons-mobile{display:none}@media(max-width:768px){.information__icons-mobile{display:flex;position:absolute;top:-50px}.information__icons-mobile--left{left:0}.information__icons-mobile--right{right:0}}.games-section{margin-bottom:15rem;position:relative}@media(max-width:768px){.games-section{margin-bottom:100px}}.games-section:before{content:"";top:calc(100% - 20rem);left:0;background:url(/images/games-left.png) top left/contain no-repeat;position:absolute;width:43.6rem;height:56.2rem;pointer-events:none;z-index:-1}@media(max-width:768px){.games-section:before{background:url(/images/games-left-mobile.png) top left/contain no-repeat;width:126px;height:163px;top:calc(100% - 56px)}}.games-section:after{content:"";top:calc(100% - 5rem);right:0;background:url(/images/games-right.png) top right/contain no-repeat;position:absolute;width:45.6rem;height:35.5rem;pointer-events:none;z-index:-1}@media(max-width:768px){.games-section:after{background:url(/images/games-right-mobile.png) top right/contain no-repeat;width:162px;height:188px;top:calc(100% - 60px)}}.games-section__button{display:flex;justify-content:center;margin-top:8rem}@media(max-width:768px){.games-section__button{margin-top:32px}}.games-section__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8rem;gap:5rem}@media(max-width:768px){.games-section__heading{flex-direction:column;justify-content:center;gap:16px;margin-bottom:32px}}.games-section__title{font-size:4.9rem;font-weight:800;line-height:1;text-transform:uppercase;background:linear-gradient(180deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.games-section__title{text-align:center;font-size:32px}}.games-section__nav{gap:8.6rem;display:flex;align-items:center}@media(max-width:768px){.games-section__nav{gap:16px;justify-content:center;width:100%}}.games-section__nav-button{width:24.4rem;height:7.5rem;border-radius:1000px;border:.5rem solid transparent;position:relative;transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out}@media(max-width:768px){.games-section__nav-button{width:calc(50% - 8px);height:40px;border-width:3px}}.games-section__nav-button:before{content:"";position:absolute;width:9.1rem;height:9.1rem;top:50%;transform:translateY(-50%);left:-4.7rem;transition:transform .25s ease-out}@media(max-width:768px){.games-section__nav-button:before{width:50px;height:50px;left:-7px}}.games-section__nav-button:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0006}.games-section__nav-button:hover:before{transform:translateY(-50%) scale(1.06)}.games-section__nav-button-text{padding-right:2.5rem;margin-left:auto;display:block;width:max-content;text-align:left;color:#fff;font-weight:600;font-size:1.4rem;line-height:105%}@media(max-width:768px){.games-section__nav-button-text{padding-right:14px;font-size:8px}}.games-section__nav-button-text span{display:block;margin-bottom:.8rem;font-size:2rem}@media(max-width:768px){.games-section__nav-button-text span{font-size:11px;margin-bottom:4px}}.games-section__nav-button--1{background:linear-gradient(#802d7b,#6f2886) padding-box,linear-gradient(0deg,#efbbff,#dd5eff 94%) border-box}.games-section__nav-button--1:before{background:url(/images/connect-account-button.png) center center/cover}.games-section__nav-button--1 .games-section__nav-button-text span{background:linear-gradient(90deg,#ffedc1 60%,#ffd06a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.games-section__nav-button--2{background:linear-gradient(#62bc44,#169945) padding-box,linear-gradient(0deg,#e3ff89,#8aff92 94%) border-box}.games-section__nav-button--2:before{background:url(/images/get-coins-icon.png) center center/cover}.games-section__nav-button--2 .games-section__nav-button-text span{background:linear-gradient(90deg,#fcffd7,#d9ff88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.games-section__wrap{grid-template-columns:repeat(5,1fr);gap:6rem 5.3rem;display:grid}@media(max-width:768px){.games-section__wrap{grid-template-columns:repeat(2,1fr);gap:40px 37px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.not-found-page{min-height:100%;padding-top:2rem;padding-bottom:4rem;background:url(/img/404-bg.png) center center/cover;position:relative;overflow:hidden}.not-found-page__img{display:flex;margin:0 auto -1rem;width:48rem}@media(max-width:768px){.not-found-page__img{width:100%;max-width:308px}}.not-found-page__title{text-align:center;font-size:5rem;font-family:Outfit,sans-serif;text-transform:uppercase;background:linear-gradient(95.83deg,#806a39 1.26%,#af9357 47.69%,#806a39 95.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:.7rem}@media(max-width:768px){.not-found-page__title{font-size:28px;margin-bottom:4px}}.not-found-page__sub{text-align:center;font-size:1.8rem;margin-bottom:4.4rem}@media(max-width:768px){.not-found-page__sub{font-size:16px;margin-bottom:36px}}.not-found-page__button{margin:0 auto;width:21.7rem;display:flex}@media(max-width:768px){.not-found-page__button{width:100%}}.not-found-page__image{position:absolute;display:flex;pointer-events:none;bottom:-12rem}@media(max-width:768px){.not-found-page__image{display:none}}.not-found-page__image--left{left:0}.not-found-page__image--right{right:0}.realtime-rtp{padding-top:5.2rem;padding-bottom:7rem}@media(max-width:768px){.realtime-rtp{padding-top:25px;padding-bottom:43px}}.realtime-rtp__top{margin-bottom:4.4rem}@media(max-width:768px){.realtime-rtp__top{margin-bottom:22px}}.realtime-rtp__title{font-size:4.9rem;line-height:1;font-weight:800;text-transform:uppercase;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.realtime-rtp__title{font-size:32px;text-align:center}}.failed-region{background:url(/images/failed-region.jpg) bottom right/cover!important}@media(max-width:768px){.failed-region{background:url(/images/failed-region-mobile.jpg) center top/cover!important}}.failed-region .container{padding-bottom:0;justify-content:center}.failed-region .restricted-access__content{max-width:68rem}.game-page__top{padding-top:13.3rem;padding-bottom:7.4rem;background:url(/img/single-game-bg.png) center center/cover;position:relative}.game-page__top:before{content:"";background:url(/images/politic-blur-right.png) right top/contain no-repeat;width:100%;height:100%;position:absolute;right:0;top:0;pointer-events:none;z-index:0}.game-page__top:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(/images/policy-blur-left.png) left top/contain no-repeat;pointer-events:none;z-index:0}.game-page__top>.container{position:relative;z-index:1}@media(max-width:768px){.game-page__top{padding-top:48px;padding-bottom:33px}}.game-page__frame-wrapper{position:relative;height:47.1rem;border:5px solid #FFD30F;border-radius:25px;overflow:hidden}@media(max-width:768px){.game-page__frame-wrapper{--game-player-chrome: 14rem;height:auto;aspect-ratio:9/16;width:100%;width:min(100%,(100svh - var(--game-player-chrome)) * 9 / 16);max-height:calc(100svh - var(--game-player-chrome));margin-inline:auto;border-width:3px;border-radius:7px}}@media(max-width:768px)and (orientation:landscape){.game-page__frame-wrapper{--game-player-chrome: 8rem;aspect-ratio:16/9;width:100%;width:min(100%,(100svh - var(--game-player-chrome)) * 16 / 9);max-height:calc(100svh - var(--game-player-chrome))}}.game-page__frame-wrapper iframe{width:100%;height:100%;display:flex;border:none}.game-page__frame-wrapper--fullscreen{position:fixed;inset:0;z-index:10000;width:100%!important;max-width:none;height:100%!important;max-height:none!important;aspect-ratio:auto;margin:0;border:0;border-radius:0;background:#000}.game-page__frame-settings{position:absolute;right:12px;bottom:12px;z-index:2;display:flex;gap:8px}.game-page__frame-icon{width:42px;height:42px;border-radius:10px;cursor:pointer;background:#020b1cb8}.game-page__frame-icon--like{display:none}.game-info__play{display:flex;align-items:center;gap:2rem;position:relative;margin-bottom:1.4rem}@media(max-width:768px){.game-info__play{margin-bottom:11px;gap:9px}}.game-info__title{font-size:4.9rem;line-height:1;font-weight:800;text-transform:uppercase;padding-right:21rem}@media(max-width:768px){.game-info__title{font-size:24px;padding-right:120px;text-align:left}}.game-info__image{width:5.3rem;min-width:5.3rem;height:5.3rem;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px}@media(max-width:768px){.game-info__image{width:31px;min-width:31px;height:31px}}.game-info__back{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-left:auto}@media(max-width:768px){.game-info__back{position:absolute;right:0}}.user-profile .modal__content{max-width:89.7rem;padding:5.4rem 3.8rem 5rem}@media(max-width:768px){.user-profile .modal__content{padding:24px 19px;max-width:100%}}.user-profile__head{display:flex;align-items:center;gap:4.8rem;margin-bottom:.8rem;background:#160033;border-radius:18px;padding:1rem 2.4rem}@media(max-width:768px){.user-profile__head{display:block;padding:12px 24px;margin-bottom:16px}}.user-profile__info{display:flex;gap:1.1rem}@media(max-width:768px){.user-profile__info{width:100%;margin-bottom:3.2rem;gap:18px}}.user-profile__avatar{width:5.2rem;min-width:5.2rem;height:5.2rem;border-radius:6px;border:1px solid #FDC3FF;overflow:hidden}@media(max-width:768px){.user-profile__avatar{width:83px;height:83px;border-radius:10px}}.user-profile__avatar img{width:100%;height:100%;object-fit:cover;border-radius:6px}@media(max-width:768px){.user-profile__avatar img{border-radius:10px}}.user-profile__name{display:flex;flex-direction:column}.user-profile__name-title{margin-bottom:.75rem;font-weight:500;font-size:1.1rem;line-height:1;color:#fff}@media(max-width:768px){.user-profile__name-title{font-size:18px;margin-bottom:12px}}.user-profile__name-uid{font-size:.747rem;line-height:1;color:#ffffffa6;flex:1}@media(max-width:768px){.user-profile__name-uid{font-size:12px}}.user-profile__balance .balance{width:7rem;height:1.9rem}@media(max-width:768px){.user-profile__balance .balance{width:113px;height:30px}}.user-profile__balance .balance__icon{width:2.2rem;height:2.2rem}@media(max-width:768px){.user-profile__balance .balance__icon{width:36px;height:36px}}.user-profile__balance .balance__value{font-size:1rem;padding-right:.55rem}@media(max-width:768px){.user-profile__balance .balance__value{font-size:16px;padding-right:2px}}.user-profile__balance .balance__button{width:1.1rem;height:1.1rem;right:.5rem}@media(max-width:768px){.user-profile__balance .balance__button{right:9px;width:18px;height:18px}}.user-profile__nav{display:flex;align-items:center;gap:1.6rem}@media(max-width:768px){.user-profile__nav{overflow:auto;gap:0}}.user-profile__button{width:18.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;gap:.8rem;border:1px solid transparent;border-radius:100px;background:transparent;color:#fdc3ff;font-weight:600;font-size:1.4rem;opacity:.6;transition:opacity .5s ease}@media(max-width:768px){.user-profile__button{white-space:nowrap;width:160px;min-width:160px;height:40px;font-size:14px}}.user-profile__button img{width:2rem;height:2rem;object-fit:contain}.user-profile__button--active{border:1px solid #FDC3FF;opacity:1}.user-profile__button:hover{opacity:1}.user-profile__wrap{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-items:flex-start}@media(max-width:768px){.user-profile__wrap{grid-template-columns:1fr;gap:17px}}.user-profile__col{background:#160033;border-radius:18px;padding:2.4rem 3.2rem}@media(max-width:768px){.user-profile__col{padding:24px 15px}}.user-profile__heading{margin-bottom:1.6rem;font-weight:500;font-size:1.8rem;line-height:2.8rem}.user-profile .modal__field{margin-bottom:1.6rem}.user-profile .modal__field input{padding:0 1.2rem;font-size:1.2rem;height:4.2rem}.user-profile__label{font-size:1.4rem;color:fff;line-height:1;padding-bottom:.8rem;padding-left:1.2rem}.user-profile__tab{display:none}.user-profile__tab--active{display:block}.user-profile__table-head .user-profile__table-row{height:auto;margin-bottom:1rem}.user-profile__table-head .user-profile__table-cell{font-size:2rem;font-weight:500}@media(max-width:768px){.user-profile__table-head .user-profile__table-cell{font-size:16px}}.user-profile__table-body{background:#220548;border:1px solid rgba(253,195,255,.1);border-radius:10px}.user-profile__table-body:not(:last-child){margin-bottom:1.6rem}@media(max-width:768px){.user-profile__table-body:not(:last-child){margin-bottom:8px}}.user-profile__table-row{display:grid;grid-template-columns:1.2fr 1.2fr .6fr;height:8.4rem;align-items:center;padding:0 3.5rem}@media(max-width:768px){.user-profile__table-row{padding:0 16px;height:75px;grid-template-columns:1.3fr .7fr 1fr;gap:5px}}.user-profile__table-cell--full{grid-column:1/-1;text-align:center}.user-profile__coins{display:flex;align-items:center;width:max-content;gap:.7rem;height:4.7rem;border:1px solid #FDC3FF;border-radius:100px;background:#0e052a;padding:0 2.2rem;font-size:1.6rem;font-weight:600}@media(max-width:768px){.user-profile__coins{height:36px;padding-left:12px;padding-right:12px;font-size:14px}}.user-profile__coins img{width:2.5rem;height:2.5rem;min-width:2.5rem;object-fit:contain}@media(max-width:768px){.user-profile__coins img{width:18px;height:18px;min-width:18px}}.profile-modal__field--dob{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.profile-modal__field--dob input{text-align:center;padding:0 5px}.profile-modal__table--purchases{border:1px solid transparent;border-radius:8px;position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#957e47,#f0d9a2 50.96%,#957e47) border-box;padding:2rem}@media(max-width:768px){.profile-modal__table--purchases{padding:8px}}.profile-modal__table--purchases:before,.profile-modal__table--purchases:after{content:"";position:absolute;top:1.6rem;height:calc(100% - 3.2rem);width:1px;background:linear-gradient(180deg,#ab905500,#ab9055 48.56%,#ab905500);pointer-events:none}.profile-modal__table--purchases:before{left:calc(2rem + (100% - 4rem) / 3)}.profile-modal__table--purchases:after{left:calc(2rem + (100% - 4rem) * 2 / 3)}.profile-modal__table--purchases .profile-modal__table-body{display:flex;flex-direction:column}.profile-modal__table--purchases .profile-modal__row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;position:relative;text-align:center}.profile-modal__table--purchases .profile-modal__cell{position:relative;padding:.75rem 1rem}.profile-modal__table--purchases .profile-modal__table-body .profile-modal__row:not(:last-child):after{content:"";position:absolute;left:1.6rem;bottom:0;width:calc(100% - 3.2rem);height:1px;background:linear-gradient(90deg,#ab905500,#ab9055 48.56%,#ab905500);pointer-events:none}.profile-modal__table--purchases .profile-modal__table-head .profile-modal__row{position:relative}.profile-modal__table--purchases .profile-modal__table-head .profile-modal__row:after{content:"";position:absolute;left:1.6rem;bottom:0;width:calc(100% - 3.2rem);height:1px;background:linear-gradient(90deg,#ab905500,#ab9055 48.56%,#ab905500);pointer-events:none}.profile-modal__cell--head{font-weight:700;text-transform:uppercase;font-size:2rem}@media(max-width:768px){.profile-modal__cell--head{font-size:14px}}.profile-modal__table-body{font-size:1.6rem}@media(max-width:768px){.profile-modal__table-body{font-size:10px}}.profile-modal__cell.profile-modal__cell--product{display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem}@media(max-width:768px){.profile-modal__cell.profile-modal__cell--product{gap:3px}}.profile-modal__coin-icon{width:2rem;min-width:2rem;height:2rem;background:url(/img/coin.svg) center center/cover}@media(max-width:768px){.profile-modal__coin-icon{width:10px;min-width:10px;height:10px}}.profile-modal__table-placeholder{padding:1.5rem}.shop-card__media{height:14.3rem;width:auto;display:flex;margin:-3.4rem auto 0;background-position:center bottom;background-size:contain;background-repeat:no-repeat}@media(max-width:768px){.shop-card__media{height:100px;margin-top:-25px}}.shop-card__btn{width:10.5rem;position:relative;z-index:1;margin-bottom:.2rem}@media(max-width:768px){.shop-card__btn{width:78px;height:22px;border-radius:4px}.shop-card__btn .btn-bg{font-size:8px}}.shop-card__title{font-size:2rem;line-height:1;text-transform:uppercase;font-family:Outfit,sans-serif;margin-bottom:4px}@media(max-width:768px){.shop-card__title{font-size:15px}}.shop-card__title span{display:block}.modal-shop .modal__content{max-width:89.7rem;padding:5.2rem 5rem 5rem;background:url(/images/shop-modal-bg.jpg) center top/cover}@media(max-width:768px){.modal-shop .modal__content{max-width:100%;padding:42px 19px 46px}}.shop-modal__top{max-width:65.3rem;margin:0 auto 3.2rem;text-align:center}@media(max-width:768px){.shop-modal__top{max-width:100%;margin-bottom:20px}}.shop-modal__title{font-size:3.2rem;font-weight:800;line-height:1.2;text-transform:uppercase;background:linear-gradient(95.83deg,#fdfd83 0,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:1.2rem}@media(max-width:768px){.shop-modal__title{font-size:24px;margin-bottom:13px}}.shop-modal__desc{font-size:1.4rem;line-height:1.25}@media(max-width:768px){.shop-modal__desc{font-size:10px}}.shop-modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}@media(max-width:768px){.shop-modal__grid{grid-template-columns:repeat(2,1fr)}}.shop-modal__card-wrapper{height:8.8rem;border-radius:15px;display:flex;justify-content:flex-end;align-items:center;padding-right:1.3rem;border:0;position:relative;overflow:hidden;background-color:transparent;background-size:cover;background-position:left bottom}.shop-modal__card-wrapper:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:inherit;z-index:-1}@media(max-width:768px){.shop-modal__card-wrapper{height:80px}}.shop-modal__card-wrapper .btn{background:#0e052a}.shop-modal__card-wrapper:nth-child(1){background-image:url(/images/shop-1.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(1){background-image:url(/images/shop-1-mobile.jpg)}}.shop-modal__card-wrapper:nth-child(2){background-image:url(/images/shop-2.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(2){background-image:url(/images/shop-2-mobile.jpg)}}.shop-modal__card-wrapper:nth-child(3){background-image:url(/images/shop-3.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(3){background-image:url(/images/shop-3-mobile.jpg)}}.shop-modal__card-wrapper:nth-child(4){background-image:url(/images/shop-4.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(4){background-image:url(/images/shop-4-mobile.jpg)}}.shop-modal__card-wrapper:nth-child(5){background-image:url(/images/shop-5.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(5){background-image:url(/images/shop-5-mobile.jpg)}}.shop-modal__card-wrapper:nth-child(6){background-image:url(/images/shop-6.jpg)}@media(max-width:768px){.shop-modal__card-wrapper:nth-child(6){background-image:url(/images/shop-6-mobile.jpg)}}.shop-modal__card-wrapper .btn{min-width:7.5rem;width:max-content;padding:0 .7rem;height:2.7rem;font-size:1.2rem;margin-left:auto}.shop-card__wrap{text-align:right}.shop-card__coins-count{margin-bottom:.5rem;line-height:105%;font-size:1.6rem;font-weight:800;background:linear-gradient(90deg,#fff6b5 40%,#fff649);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-transform:uppercase;position:relative}.shop-modal__fnish{margin-top:3.2rem}.shop-modal__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.shop-modal__total-label{font-size:1.4rem;text-transform:uppercase;opacity:.8}.shop-modal__total-value{font-size:2.4rem;font-weight:800;text-transform:uppercase;background:linear-gradient(95.83deg,#fdfd83 0,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.shop-modal__total-value{font-size:18px}}.shop-modal__total-placeholder{font-size:1.4rem;opacity:.7}@media(max-width:768px){.shop-modal__total-placeholder{font-size:12px}}.shop-modal__wrapper{display:grid;grid-template-columns:1fr 26.3rem;gap:4.4rem;align-items:center;margin-bottom:3.2rem}@media(max-width:768px){.shop-modal__wrapper{grid-template-columns:1fr;gap:24px;margin-bottom:29px}}@media(max-width:768px){.shop-modal__wrapper .modal__checkbox-text{font-size:10px}.shop-modal__wrapper .btn-hero{width:160px!important;height:32px;font-size:12px}}.shop-modal__heading{margin-bottom:1.5rem;font-size:1.8rem;text-transform:uppercase;line-height:1.1}@media(max-width:768px){.shop-modal__heading{font-size:12px;margin-bottom:9px}}.shop-modal__bottom-text{text-align:center;font-size:1.4rem;line-height:1.2;color:#fff}@media(max-width:768px){.shop-modal__bottom-text{font-size:10px}}.shop-modal__bottom-text a{color:#ffe016;text-decoration:none}.shop-modal__bottom-text a:hover{text-decoration:underline}.custom-card{background:url(/images/custom-card-bg.png) center left/cover no-repeat #160036;margin-bottom:3.2rem;position:relative;border-radius:11px;padding-left:21rem;padding-right:2.1rem;height:8.8rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.custom-card{margin-bottom:25px;padding-right:17px;padding-left:78px;background:url(/images/custom-card-mobile.png) center left/cover no-repeat #160036;gap:10px}}.custom-card__image{position:absolute;width:14rem;bottom:0;left:.4rem;max-width:inherit;max-height:inherit}@media(max-width:768px){.custom-card__image{display:none}}.custom-card__controls{display:flex;align-items:center;gap:2.6rem}@media(max-width:768px){.custom-card__controls{flex-direction:column;align-items:flex-end;gap:4px}}.custom-card__select{position:relative;border-radius:100px;padding:.3rem .9rem;display:flex;align-items:center;border:2px solid transparent;background:url(/img/select-icon.svg) no-repeat right .8rem center/1.3rem,linear-gradient(-180deg,#f9fab2,#ffd30f 40%,#ed9d27) padding-box,linear-gradient(90deg,#ffb119,#ff9304 94% 100%) border-box;box-shadow:inset 0 2px 6px #ffffff80,0 2px 4px #0000004d;cursor:pointer}.custom-card__select:hover{box-shadow:inset 0 2px 6px #ffffffb3,0 3px 6px #00000080}@media(max-width:768px){.custom-card__select{padding:3px 6px;background:url(/img/select-icon.svg) no-repeat right 5px center/8px,linear-gradient(-180deg,#f9fab2,#ffd30f 40%,#ed9d27) padding-box,linear-gradient(90deg,#ffb119,#ff9304 94% 100%) border-box;margin-bottom:0}}.custom-card__select-trigger{outline:none;width:6.7rem;height:2.1rem;background:transparent;text-align:center;font-size:1.5rem;font-weight:600;border-radius:100px;cursor:pointer;border:0;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 4px #ffffff4d}@media(max-width:768px){.custom-card__select-trigger{width:40px;height:13px;font-size:9px}}.custom-card__select-arrow{margin-left:.4rem;font-size:1.2rem;line-height:1;color:#6f2886}@media(max-width:768px){.custom-card__select-arrow{font-size:9px;margin-left:2px}}.custom-card__select-trigger-text{background:linear-gradient(-180deg,#802d7b,#6f2886 45%,#52177d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.custom-card__select-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#220548;border:1px solid rgba(253,195,255,.35);border-radius:12px;padding:4px 0;box-shadow:0 8px 24px #00000080,inset 0 1px #ffffff0f;z-index:10;min-width:100%;list-style:none}.custom-card__select-option{padding:6px 16px;font-size:1.4rem;color:#fdc3ff;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.custom-card__select-option:hover{background:#fdc3ff26;color:#fff}.custom-card__select-option--active{background:#dd5eff40;color:#fff;font-weight:600}.custom-card__value{text-align:center;background:transparent;border:0;outline:none;color:#fff;font-size:1.5rem;font-family:Outfit,sans-serif;height:3.5rem;width:10rem;border:1px solid #FDC3FF;border-radius:100px}@media(max-width:768px){.custom-card__value{width:75px;height:24px;font-size:12px}}.custom-card__value::placeholder{color:#fff;font-family:Outfit,sans-serif}.custom-card__title{text-transform:uppercase;font-size:1.8rem;color:#fff;font-weight:800;line-height:1;background:linear-gradient(90deg,#fff6b5 40%,#fff649);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.custom-card__title{font-size:16px;margin-bottom:2px}}.custom-card__desc{font-size:1.3rem;color:#fff}@media(max-width:768px){.custom-card__desc{font-size:12px}}.modal-age .modal__content{max-width:48.4rem;padding:50px 32px;background:#0a031c}.age-modal__bg{width:24rem;margin:0 auto 2.2rem;display:flex}@media(max-width:768px){.age-modal__bg{max-width:240px;width:100%}}.age-modal__text{font-size:1.4rem;max-width:30rem;margin:0 auto 2.2rem;font-weight:500;line-height:1.2;text-align:center}.age-modal__actions{display:flex;align-items:center;justify-content:center;gap:2.2rem}.ds-rewards .modal__content{max-width:89.7rem;background:url(/images/daily-rewards.png) center top/cover;padding:9.5rem 3.5rem 4.7rem}@media(max-width:768px){.ds-rewards .modal__content{max-width:100%;padding:76px 18px 26px}}.daily-rewards__days-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}@media(max-width:768px){.daily-rewards__days-list{grid-template-columns:repeat(2,1fr);gap:22px}}.daily-rewards__title{text-align:center;max-width:30.5rem;margin:0 auto 1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2;text-transform:uppercase;background:linear-gradient(95.83deg,#fdfd83 0,#ff9700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.daily-rewards__subtitle{text-align:center;text-transform:uppercase;font-size:1.4rem;margin-bottom:.8rem;line-height:1}.daily-rewards__desc{margin-bottom:2rem;font-size:1.2rem;line-height:1.25;text-align:center}.day{height:16.3rem;border-radius:23px;background:linear-gradient(to bottom,#220238,#722461 36%,#fd0);padding:1.5rem 2.6rem}.day-7{grid-row:1/3;grid-column:4;height:100%;padding:2.3rem 1.8rem 2.4rem;display:flex;flex-direction:column;background:url(/images/day-7-bg.jpg) center center/cover}@media(max-width:768px){.day-7{grid-column:1/3;grid-row:auto;position:relative}}.day-7 .day__content{display:flex;flex-direction:column;height:100%}.day-7 .day__title{width:7rem;height:2.5rem;background:#ffcc3f;border-color:#fff;color:#000;margin-bottom:1.8rem}@media(max-width:768px){.day-7 .day__title{margin-left:0;margin-bottom:20px}}.day-7 .day__image{width:12.2rem;height:14.4rem;margin-bottom:1.8rem;flex:1}@media(max-width:768px){.day-7 .day__image{position:absolute;top:50%;transform:translateY(-50%);right:2rem;width:98px;height:116px;margin:0}}.day__title{width:7.7rem;height:2.7rem;border-radius:100px;border:1px solid #FFFFFF;background:#c716f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.day__image{width:6.6rem;height:5.8rem;object-fit:contain;margin:0 auto .5rem;display:flex}.day__image--claimed{width:6.6rem;height:6.6rem}.day__btn{width:100%;height:2.8rem;text-transform:uppercase;font-size:1.1rem;font-weight:800;border-radius:100px;color:#fff;border:1px solid transparent;background:linear-gradient(-180deg,#87fc7d,#1c6815) padding-box,linear-gradient(90deg,#ffba9e,#fca97e) border-box;box-shadow:inset 0 9px 9px #fff9,0 1px 0 .5px #c4675a;transition:box-shadow .25s ease-in-out}.day__btn:not(:disabled):hover{box-shadow:inset 0 9px 9px #fff0,0 1px 0 .5px #c4675a}.day__btn:disabled{opacity:.5;cursor:default}.day--claimed .btn{display:none}.day__super-text{text-align:center;font-size:1.3rem;line-height:125%;font-weight:700;color:#000}@media(max-width:768px){.day__super-text{text-align:left;position:relative;z-index:1;max-width:130px}}.day__super-text strong{color:#b0f}.ds-super-prize .modal__content{max-width:21.6rem;padding:2rem 2.3rem 2.8rem;background:url(/images/day-7-bg.jpg) center center/cover}@media(max-width:768px){.ds-super-prize .modal__content{left:50%;transform:translate(-50%,-50%)}}.daily-super-prize-modal__image{display:flex;margin:0 auto 20px;width:100%}.verify-email-success{position:relative;text-align:center;padding:3rem 2rem 4rem;background:url(/images/verify-email.png) center center/cover;border-radius:20px;min-height:320px}@media(max-width:768px){.verify-email-success{padding:50px 16px 32px}}.verify-email-success__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2}@media(max-width:768px){.verify-email-success__close{top:10px;right:10px}}.verify-email-success__inner{position:relative;z-index:1}.verify-email-success__image{display:flex;margin:0 auto;width:28rem;margin-bottom:-2rem}@media(max-width:768px){.verify-email-success__image{max-width:200px;width:100%;margin-bottom:-1.5rem}}.verify-email-success__title{font-size:3.6rem;text-transform:uppercase;font-weight:800;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.1;margin-bottom:2rem}@media(max-width:768px){.verify-email-success__title{display:none}}.verify-email-success__title-mobile{display:none}@media(max-width:768px){.verify-email-success__title-mobile{display:block;text-align:center;font-size:24px;text-transform:uppercase;font-weight:800;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.1;margin-bottom:1rem}}.verify-email-success__message{font-size:1.6rem;line-height:1.4;margin-bottom:2.4rem;color:#fff}@media(max-width:768px){.verify-email-success__message{font-size:14px;margin-bottom:20px}}.verify-email-success__button{display:flex;justify-content:center;margin-bottom:2rem}@media(max-width:768px){.verify-email-success__button{margin-bottom:16px}}.verify-email-success__button .btn-hero{width:24rem;height:6rem;font-size:2.2rem;cursor:pointer;border:none}@media(max-width:768px){.verify-email-success__button .btn-hero{width:100%;max-width:280px;height:51px;font-size:20px}}.verify-email-success__bottom-text{max-width:28rem;margin:0 auto;font-size:1.2rem;line-height:1.3;color:#ffffffe6}.verify-email-success__bottom-text a{font-weight:700;color:#fff}.verify-email-success__bottom-text a:hover{text-decoration:none}.contact{padding-top:13.3rem;padding-bottom:19.5rem;background:url(/images/contact-bg.jpg) center right/cover no-repeat}@media(max-width:768px){.contact{padding-top:88px;padding-bottom:150vw;background:url(/images/contact-mobile.jpg) center bottom/cover no-repeat}}.contact__wrap{max-width:55.8rem}@media(max-width:768px){.contact__wrap{max-width:100%}}.contact__title{font-size:4.9rem;text-transform:uppercase;margin-bottom:3rem;line-height:105%;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.contact__title{font-size:32px;margin-bottom:24px}}.contact__checkbox{margin-bottom:2.5rem}@media(max-width:768px){.contact__actions .btn-hero{width:20.6rem;height:5.2rem;font-size:18px}}.hero-million{padding-top:14.5rem;padding-bottom:16.3rem}@media(max-width:768px){.hero-million{background:url(/images/games-page-bg-mobile.png) bottom center/cover no-repeat;padding-top:40px;padding-bottom:83vw}}.hero-million__bg{position:absolute;z-index:-1;left:0;width:100%;height:auto;display:flex;pointer-events:none;top:0;max-height:inherit}@media(max-width:768px){.hero-million__bg{display:none}}.hero-million__wrap{max-width:37.6rem}@media(max-width:768px){.hero-million__wrap{max-width:100%}}.hero-million__title{text-transform:uppercase;line-height:1.1;margin-bottom:4.5rem}@media(max-width:768px){.hero-million__title{margin-bottom:32px;text-align:center}}.hero-million__title span{display:block}.hero-million__title span:nth-child(1){font-size:4.4rem}@media(max-width:768px){.hero-million__title span:nth-child(1){font-size:32px}}.hero-million__title span:nth-child(2){font-size:4.2rem}@media(max-width:768px){.hero-million__title span:nth-child(2){font-size:32px}}.premium-rewards-3 .premium-rewards__wrap{background:url(/images/games-page-banner.png) center right/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}@media(max-width:768px){.premium-rewards-3 .premium-rewards__wrap{padding-top:36px;background:url(/images/banner-mobile.png) center bottom/cover no-repeat padding-box,linear-gradient(90deg,#fc7f41,#ffe798) border-box}}.premium-rewards-3 .premium-rewards__desc{max-width:40.4rem}@media(max-width:768px){.premium-rewards-3 .premium-rewards__desc{max-width:100%}}.gp-heading{display:flex;align-items:center;justify-content:space-between;gap:7rem;margin-bottom:6.6rem}@media(max-width:768px){.gp-heading{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}}.games-header-page{padding-bottom:17rem}@media(max-width:768px){.games-header-page{padding-bottom:100px}}.games-header-page__title{font-size:4.9rem;line-height:1;font-weight:800;text-transform:uppercase;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.games-header-page__title{font-size:32px;text-align:center}}.games-header-page__games{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;margin-bottom:4.4rem}@media(max-width:768px){.games-header-page__games{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:22px}}.games-header-page__overlay{position:fixed;inset:0;width:100%;height:100%;background:#3a2704cc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:60}.games-header-page__modal{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:70;display:flex}@media(max-width:768px){.games-header-page__modal{display:none}}.games-header-page__modal-window{position:absolute;top:100%;right:calc(100% + .6rem);width:30.3rem;background-image:url(/img/modal-bg-2.png);background-size:100% 100%;padding:2.6rem 2rem;font-size:1.6rem;color:#000;font-weight:400}@media(max-width:768px){.games-header-page__modal-window{font-size:13px;width:200px;padding:15px 20px}}.games-header-page__modal-button{width:3.5rem;height:3.5rem;border:0;cursor:pointer;background:transparent}@media(max-width:768px){.games-header-page__modal-button{width:24px;height:24px}}.games-header-page__modal-button img{width:100%;height:100%;object-fit:contain}.games-header-page__modal--mobile{display:none}@media(max-width:768px){.games-header-page__modal--mobile{display:flex}}.home__tabs{display:flex;align-items:center;gap:1.5rem;position:relative}@media(max-width:768px){.home__tabs{display:flex;grid-template-columns:repeat(2,1fr);gap:10px}}.home__tab{width:20rem;height:5.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #FDC3FF;border-radius:100px;font-size:2rem;font-weight:600;text-decoration:none;color:#7a7a7a;background-color:#0e052a;transition:all .3s ease;color:#fdc3ff}@media(max-width:768px){.home__tab{width:100%;height:56px;font-size:18px}}.home__tab--active{text-shadow:0px 5px 35px rgb(37,102,15);border:2px solid transparent;background:linear-gradient(-180deg,#bf56bd,#79127f) padding-box,linear-gradient(90deg,#ffba9e,#fca97e) border-box;box-shadow:inset 0 9px 9px #fff9,0 3px 0 1px #c4675a;font-weight:800;color:#fff}.home__games{margin-bottom:5.5rem}@media(max-width:768px){.home__games{margin-bottom:22px}}.home__games-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}@media(max-width:768px){.home__games-grid{grid-template-columns:repeat(3,1fr);gap:6px}}.politic-page{padding-top:13.3rem;padding-bottom:10rem;position:relative}.politic-page:before{content:"";background:url(/images/politic-blur-right.png) right top/contain no-repeat;width:100%;height:100%;position:absolute;right:0;top:0;pointer-events:none;z-index:-1}.politic-page:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(/images/policy-blur-left.png) left top/contain no-repeat;pointer-events:none;z-index:-1}@media(max-width:768px){.politic-page{padding-top:48px;padding-bottom:40px}}.politic-page__title{margin-bottom:1.6rem;font-size:5rem;text-transform:uppercase;background:linear-gradient(95.83deg,#a3f1ff 1.26%,#2093ff 95.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;font-weight:800;color:transparent}@media(max-width:768px){.politic-page__title{font-size:32px;margin-bottom:32px}}.politic-page a{color:#fff}.politic-page a:hover{text-decoration:none}.politic-page__content p:not(:last-child){margin-bottom:2rem}@media(max-width:768px){.politic-page__content p:not(:last-child){margin-bottom:15px}}.politic-page__content h1,.politic-page__content h2,.politic-page__content h3,.politic-page__content h4,.politic-page__content h5,.politic-page__content h6{font-size:1.8rem;margin:0;font-weight:400}@media(max-width:768px){.politic-page__content h1,.politic-page__content h2,.politic-page__content h3,.politic-page__content h4,.politic-page__content h5,.politic-page__content h6{font-size:14px}}.politic-page__content ul,.politic-page__content ol{margin-bottom:2rem;padding-left:2.5rem}@media(max-width:768px){.politic-page__content ul,.politic-page__content ol{margin-bottom:15px;padding-left:20px}}.not-found{padding-top:17.9rem;padding-bottom:30.8rem;background:url(/images/404-bg.jpg) center left/cover}@media(max-width:768px){.not-found{padding-top:57px;padding-bottom:113px;background:url(/images/404-mobile.jpg) top center/cover}}.not-found__wrap{max-width:53.6rem;margin-left:auto}@media(max-width:768px){.not-found__wrap{max-width:261px}}.not-found__image{display:flex;width:100%}.not-found__title{max-width:43.4rem;margin:0 auto 2.4rem;text-align:center;text-transform:uppercase;font-size:2.6rem;line-height:3.8rem}@media(max-width:768px){.not-found__title{font-size:20px;line-height:1.2}}.not-found .btn-hero{max-width:34.5rem;margin:0 auto}.verify-email{text-align:center;padding-top:4rem;padding-bottom:8.4rem;background:url(/images/verify-email.png) center center/cover}@media(max-width:768px){.verify-email{padding-top:65px}}.verify-email__image{display:flex;margin:0 auto;width:44rem;margin-bottom:-4rem}@media(max-width:768px){.verify-email__image{max-width:332px;width:100%}}.verify-email__title{font-size:6rem;text-transform:uppercase;font-weight:800;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.1;margin-bottom:4rem}@media(max-width:768px){.verify-email__title{display:none}}.verify-email__title-mobile{display:none}@media(max-width:768px){.verify-email__title-mobile{display:block;text-align:center;font-size:32px;text-transform:uppercase;font-weight:800;background:linear-gradient(90deg,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.1;margin-bottom:-2rem}}.verify-email__button{display:flex;justify-content:center;margin-bottom:2.4rem}@media(max-width:768px){.verify-email__button{margin-bottom:16px}}.verify-email__button .btn-hero{width:35rem}@media(max-width:768px){.verify-email__button .btn-hero{width:100%}}.verify-email__bottom-text{max-width:30rem;margin:0 auto;font-size:1.4rem;line-height:1.2}.verify-email__bottom-text a{font-weight:700;color:#fff}.verify-email__bottom-text a:hover{text-decoration:none}.restricted-access{height:100vh;position:relative;background-color:#0a0a12;background-image:url(/images/rest-access.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:cover}@media(max-width:768px){.restricted-access{height:auto;min-height:100vh;padding-top:75vw;padding-bottom:46px;background:url(/images/rest-access-mobile.jpg) center top/cover}}.restricted-access .container{min-height:100%;display:flex;align-items:flex-end;justify-content:flex-end;padding-bottom:11.4rem}@media(max-width:768px){.restricted-access .container{padding-bottom:0;display:block}}.restricted-access__content{max-width:52.7rem;position:relative;z-index:1;width:100%;padding-left:3rem}@media(max-width:768px){.restricted-access__content{max-width:100%;padding-left:0}}.restricted-access__title{font-size:5rem;text-transform:uppercase;font-weight:800;line-height:1;margin-bottom:2.5rem;line-height:125%;background:linear-gradient(to bottom,#a3f1ff,#2093ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.restricted-access__title{font-size:32px;margin-bottom:24px;text-align:center}}.restricted-access__sub{font-size:1.4rem;line-height:125%;margin-bottom:2.5rem}@media(max-width:768px){.restricted-access__sub{font-size:14px;margin-bottom:24px;text-align:center}}.restricted-access__sub strong{display:block;font-weight:700;font-size:1.6rem;line-height:2.4rem;margin-bottom:1rem;text-transform:uppercase}@media(max-width:768px){.restricted-access__sub strong{font-size:16px;margin-bottom:10px}}@media(max-width:768px){.restricted-access .btn-hero{margin:0 auto}}.toast-root{position:fixed;right:2.4rem;bottom:2.4rem;z-index:9999;display:flex;flex-direction:column;gap:1.2rem}@media(max-width:768px){.toast-root{right:1.2rem;left:1.2rem;bottom:1.2rem;align-items:flex-end}}.toast{position:relative;max-width:34rem;padding:1.6rem 2.2rem 1.8rem 2rem;border-radius:1.2rem;background:radial-gradient(circle at 0% 0%,rgba(255,248,185,.18) 0,transparent 55%),linear-gradient(135deg,#25054d,#3b0c6d 60%,#4f118f);box-shadow:0 14px 40px #000000b3,0 0 0 1px #fdc3ff40;color:#fff;overflow:hidden}.toast--success{box-shadow:0 18px 45px #000000d9,0 0 0 1px #ffe01680}.toast--reward{padding-top:1.8rem;padding-bottom:2rem}.toast--reward:before{content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;border:1px solid rgba(253,195,255,.25)}@media(max-width:768px){.toast{max-width:100%;padding:1.2rem 1.6rem 1.4rem}}.toast__close{position:absolute;top:.9rem;right:.9rem;width:2rem;height:2rem;border-radius:999px;border:0;background:radial-gradient(circle,#ffe834 34%,#d9a713 93% 100%);cursor:pointer;box-shadow:0 2px 4px #0006,inset 0 1px #ffffff73}.toast__close:before,.toast__close:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;border-radius:999px;background-color:#4a1900;transform-origin:center}.toast__close:before{transform:translate(-50%,-50%) rotate(45deg)}.toast__close:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:768px){.toast__close{top:.6rem;right:.6rem;width:1.6rem;height:1.6rem}}.toast__content{display:flex;align-items:center;gap:1.4rem}.toast__left{display:flex;flex-direction:column;gap:.4rem}.toast__top{display:flex;align-items:center;gap:.8rem;margin-bottom:.2rem}.toast__title{font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;color:#ffeeb9}.toast__amount{font-size:2.4rem;font-weight:800;line-height:1;background:linear-gradient(90deg,#fff6b5 20%,#ffe649,#ffb119);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:.2rem}@media(max-width:768px){.toast__amount{font-size:2rem}}.toast__amount-unit{font-size:1.2rem;margin-left:.4rem}.toast__message{font-size:1.3rem;opacity:.9}@media(max-width:768px){.toast__message{font-size:1.2rem}}
