@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Boldonse&family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;700;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:#00000080;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal__content{position:absolute;z-index:1001;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:96.3rem;max-height:calc(100% - 2rem);background-color:#fff;padding:4.2rem 7rem 3.8rem;border-radius:17px;overflow-x:hidden;overflow-y:auto;background:linear-gradient(100.81deg,#190e71,#0f122a);border:2px solid rgb(193,188,234)}@media(max-width:768px){.modal__content{width:calc(100% - 20px);left:10px;max-width:100%;max-height:calc(100% - 24px);transform:translateY(-50%);padding:25px 20px 110px}}.modal__close{position:absolute;top:2.4rem;right:3.3rem;width:1.9rem;height:1.9rem;background:url(/images/modal-close.png) no-repeat center center/cover;cursor:pointer}@media(max-width:768px){.modal__close{width:30px;height:30px;inset:auto auto 37px 50%;transform:translate(-50%)}}.modal__title{margin-bottom:1.7rem;font-family:Rubik One,sans-serif;text-transform:uppercase;font-size:5rem;line-height:1}@media(max-width:768px){.modal__title{font-size:36px;margin-bottom:13px;text-align:center}}.modal__field{position:relative}.modal__field:not(:last-child){margin-bottom:1rem}.modal__input-wrapper{position:relative}.modal__input-wrapper input{width:100%;height:4.8rem;border-radius:7px;border:none;background:#ffffff12;outline:none;padding:0 1.6rem;font-size:2rem;font-family:Rubik,sans-serif;color:#fff}.modal__input-wrapper input::placeholder{font-family:Rubik,sans-serif;color:#7d76c2}@media(max-width:768px){.modal__input-wrapper input{height:38px;padding:0 13.5px;font-size:16px}.modal__input-wrapper input::placeholder{font-size:16px}}.modal__error{font-size:1.2rem;margin-top:.2rem;color:#ff3a3a}.modal__field--error .modal__input-wrapper input{border-color:#ff3a3a;background:#ff3a3a26}.modal__field--error .modal__input-wrapper input::placeholder{color:#ff3a3a}.modal__checkbox{display:flex;gap:1.2rem;cursor:pointer;margin-top:1.5rem;margin-bottom:2.9rem}@media(max-width:768px){.modal__checkbox{gap:9px;margin-bottom:20px}}.modal__checkbox input[type=checkbox]{display:none}.modal__checkbox input[type=checkbox]+span{width:1.6rem;min-width:1.6rem;height:1.6rem;background:transparent;border-radius:50%;border:.5px solid transparent;background:linear-gradient(#0000,#0000) padding-box,linear-gradient(180deg,#a841e0,#601688) border-box;top:.1rem;position:relative}@media(max-width:768px){.modal__checkbox input[type=checkbox]+span{width:18px;min-width:18px;height:18px}}.modal__checkbox input[type=checkbox]:checked+span{background:url(/images/check.png) center center/.7rem no-repeat,linear-gradient(#0000,#0000) padding-box,linear-gradient(180deg,#a841e0,#601688) border-box}.modal__checkbox-text{font-size:1.4rem;color:#fff}@media(max-width:768px){.modal__checkbox-text{font-size:11px}}.modal__btn{height:5.7rem!important;max-width:33rem;font-weight:700;font-size:1.6rem!important;text-transform:none!important}.modal__btn span{text-transform:none!important}@media(max-width:768px){.modal__btn{height:44px!important}}.modal__forgot-wrapper{right:0;display:flex;margin:.6rem 0 2.4rem}.modal__forgot{font-size:1.4rem;text-decoration:underline;border:0;background:transparent;color:#fccf40;cursor:pointer}@media(max-width:768px){.modal__forgot{font-size:12px}}.modal__forgot:hover{text-decoration:none}.modal-buttons{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.7rem}@media(max-width:768px){.modal-buttons{gap:10px}}.modal__bottom-link{font-size:1.4rem;background:transparent;border:0;color:#716cb9;text-decoration:underline}@media(max-width:768px){.modal__bottom-link{font-size:12px}}.modal__bottom-link:hover{text-decoration:none}.modal__success{margin-top:1rem;text-align:center;color:green}@media(max-width:768px){.modal__success{font-size:12px}}.registration-modal__success{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;animation:registration-success-in .4s cubic-bezier(.22,1,.36,1)}@keyframes registration-success-in{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.registration-modal__success-icon{width:14rem;margin:0 auto 1.6rem;flex-shrink:0}.registration-modal__success-icon img{display:block;width:100%;height:auto}@media(max-width:768px){.registration-modal__success-icon{width:11rem;margin-bottom:1.2rem}}.registration-modal__success-title{margin:0 0 .8rem;font-family:Rubik One,sans-serif;font-size:3rem;text-transform:uppercase;text-align:center;color:#fff}@media(max-width:768px){.registration-modal__success-title{font-size:24px;margin-bottom:.6rem}}.registration-modal__success-text{margin:0 0 2.4rem;max-width:34rem;font-size:1.6rem;line-height:1.5;text-align:center;color:#ffffffc7}@media(max-width:768px){.registration-modal__success-text{font-size:14px;margin-bottom:1.8rem}}.registration-modal__success-btn{min-width:18rem}@media(max-width:768px){.registration-modal__success-btn{width:100%;min-width:0}}.registration-modal__server--error,.registration-modal__server--success{color:red;font-size:1.2rem;margin-top:1rem;text-align:center}.registration-modal__server--success{color:green}.modal-reset-buttons{gap:2rem;flex-direction:row;margin-top:2.8rem}@media(max-width:768px){.modal-reset-buttons{margin-top:23px;gap:10px;flex-direction:column}}.reset-modal-back-link{display:flex;align-items:center;width:33rem;gap:1.2rem;justify-content:center;height:4.6rem;border:2.5px solid transparent;border-radius:100px;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(180deg,#4f4daf,#1f1e51) padding-box,linear-gradient(94.79deg,#a3a1ec 6.25%,#4945c2 56.76%,#424083 93.8%) border-box}.reset-modal-back-link img{width:2.4rem}@font-face{font-family:Rubik One;src:url(/fonts/RubikOne-Regular.woff2) format("woff2"),url(/fonts/RubikOne-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:1280px){html{font-size:50.5%}}@media(max-width:1024px){html{font-size:62.5%}}@media(max-width:768px){html{font-size:62.5%}}body{margin:0;min-width:320px;font-size:1.8rem;font-weight:400;font-family:Rubik,sans-serif;background:#180100;color:#fff;-webkit-text-size-adjust:100%;text-size-adjust:100%}body.b-hidden,body.no-scroll{overflow:hidden}#root{min-height:100vh;display:flex;flex-direction:column}@media(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),textarea,select{font-size:16px!important}}img{max-width:100%;max-height:100%}.wrapper{flex:1}.container{max-width:120rem;margin:0 auto;width:100%}@media(max-width:1024px){.container{max-width:100%;padding:0 2.4rem}}@media(max-width:768px){.container{padding:0 16px;max-width:390px}}.btn{height:4rem;border:0;cursor:pointer;display:inline-flex;text-decoration:none;align-items:center;justify-content:center;font-size:1.4rem;border-radius:100px;background:transparent;position:relative;padding:.4rem;color:#fff;transition:box-shadow .35s ease,filter .35s ease}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn-disabled{opacity:.6}.btn:hover{transform:none;filter:brightness(1.08);box-shadow:0 0 0 .2rem #ce53ee59,0 0 2.8rem #ce53ee8c,0 .8rem 2rem #5b109466}@media(prefers-reduced-motion:reduce){.btn:hover{filter:none;box-shadow:none}}.btn:hover:before{filter:brightness(1.15) saturate(1.08)}.btn:hover span{filter:brightness(1.1) saturate(1.05);box-shadow:inset 0 1px #ffffff47,0 0 1.6rem #5b109473}.btn:active{transform:none;filter:brightness(.94);transition-duration:.12s;box-shadow:0 0 0 .15rem #ce53ee47,0 0 1.4rem #ce53ee59}@media(prefers-reduced-motion:reduce){.btn:active{filter:none;box-shadow:none}}.btn:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:.2rem;background:linear-gradient(94.79deg,#f3c9c3 6.25%,#c78c53 56.76%,#e6a76d 93.8%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}@media(prefers-reduced-motion:reduce){.btn:before{transition:none}}.btn span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:100px;background:linear-gradient(180deg,#ce53ee,#5b1094);text-transform:uppercase;position:relative;z-index:1;transition:filter .35s ease,box-shadow .35s ease}@media(prefers-reduced-motion:reduce){.btn span{transition:none}}button{cursor:pointer}.button{height:4.8rem;position:relative;border-radius:100px;background:linear-gradient(180deg,#e947e4 23.99%,#690fb4 73.52%);border:0;font-size:1.6rem;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 3.3rem;text-decoration:none;cursor:pointer;transition:box-shadow .35s ease,filter .35s ease}.button:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:linear-gradient(90deg,#ff85ee,#a72adf 5.29%,#b32eea 55.77%,#ff85ee 75.48%,#9425cf);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}.button:hover:not(.button-disabled){transform:none;filter:brightness(1.1);box-shadow:inset 0 1px #ffffff38,0 0 0 .2rem #e947e459,0 0 2.8rem #a72adf8c,0 0 1.6rem #e947e466}.button:hover:not(.button-disabled):before{filter:brightness(1.14) saturate(1.06)}.button-disabled{position:relative;border-radius:100px;background:linear-gradient(180deg,#690fb426 26.48%,#e947e426 76.01%);transition:box-shadow .35s ease,filter .35s ease}.button-disabled:before{content:"";position:absolute;inset:0;padding:2.34px;border-radius:100px;background:linear-gradient(94.79deg,#852bcb 6.25%,#9021b3 18.87%,#7c1097 32.34%,#8e17a5 55.92%,#7b1197,#590a90 93.8%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}.button-disabled:hover{transform:none;filter:brightness(1.1);box-shadow:inset 0 1px #ffffff24,0 0 0 .2rem #8e17a559,0 0 2.4rem #8e17a573,0 0 1.4rem #7b119759}.button-disabled:hover:before{filter:brightness(1.12) saturate(1.08)}.button-gold{background:transparent;box-shadow:inset 0 2px 12px #ffe9a059,inset 0 -2px 12px #e0b52a33,0 0 20px #fccf3e59,0 0 40px #ffe9a026}.button-gold:before{content:"";position:absolute;inset:0;padding:2.34px;border-radius:inherit;background:linear-gradient(94.79deg,#fccf3e 6.25%,#ffe9a0,#e0b52a 44.13%,#d6b035 67.7%,#ffecb1 81.17%,#fccf3e 93.8%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}.button-gold.button:hover:not(.button-disabled){transform:none;filter:brightness(1.06) saturate(1.12);box-shadow:inset 0 2px 18px #fff0be8c,inset 0 -2px 16px #d6b03552,0 0 0 .2rem #fccf3e66,0 0 34px #fccf3e85,0 0 60px #ffe9a052}.button-gold.button:hover:not(.button-disabled):before{filter:brightness(1.1) saturate(1.08)}.games-page-bg{background:#180100;position:relative;overflow-x:clip;max-width:100%}.games-page-bg__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:8rem;padding-top:6rem;padding-bottom:6rem}@media(max-width:1024px){.games-page-bg__content{gap:8rem;padding-top:6rem;padding-bottom:6rem}}@media(max-width:768px){.games-page-bg__content{gap:4.8rem;padding-top:4rem;padding-bottom:4rem;z-index:1}}.games-page-bg__content .scroll-reveal{width:100%}.games-page-bg:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:112rem;background:linear-gradient(180deg,#18010000,#180100);pointer-events:none}.shop-close-mobile{height:45px;align-items:center;gap:8px;display:none;padding:0 40px;border-radius:100px;border:2px solid transparent;background:linear-gradient(180deg,#4f4daf,#1f1e51) padding-box,linear-gradient(94.79deg,#a3a1ec 6.25%,#4945c2 56.76%,#424083 93.8%) border-box;font-weight:700;font-size:16px;color:#fff;transition:box-shadow .3s ease,filter .3s ease}@media(max-width:768px){.shop-close-mobile{display:flex}}.shop-close-mobile img{width:18px}.shop-close-mobile:hover{transform:none;filter:brightness(1.08);box-shadow:0 0 0 .2rem #a3a1ec66,0 0 2.4rem #4f4daf8c,0 0 1.6rem #a3a1eca6}.mobile-menu{position:fixed;inset:0;z-index:100;display:none;pointer-events:none}@media(max-width:1024px){.mobile-menu{display:block}}.mobile-menu--open{pointer-events:auto}.mobile-menu--open .mobile-menu__backdrop{opacity:1}.mobile-menu--open .mobile-menu__panel{transform:translate(0)}.mobile-menu__backdrop{position:absolute;inset:0;background:#180100b8;-webkit-backdrop-filter:blur(1.4rem);backdrop-filter:blur(1.4rem);opacity:0;transition:opacity .35s ease}.mobile-menu__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(100%,39rem);height:100%;height:100dvh;max-height:100%;max-height:100dvh;padding:0;background:#180100;border-left:.1rem solid rgba(255,255,255,.08);transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);overflow:hidden}@media(max-width:768px){.mobile-menu__panel{width:100%;border-left:0}}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:1.6rem;width:100%;padding:1.6rem;border-bottom:.1rem solid rgba(255,255,255,.08);background:#2902011a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);box-shadow:inset 0 -1.2rem 2.8rem #50000040}.mobile-menu__logo{display:flex;width:8rem;height:4rem;outline:none;-webkit-tap-highlight-color:transparent}.mobile-menu__logo:focus,.mobile-menu__logo:focus-visible{outline:none}.mobile-menu__logo img{display:block;width:8rem;height:4rem;max-width:none;max-height:none;object-fit:cover}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:4rem;height:4rem;padding:0;border:0;border-radius:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-menu__close img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none;object-fit:contain}.mobile-menu__body{display:flex;flex:1 1 auto;flex-direction:column;gap:2.4rem;min-height:0;padding:1.6rem 1.6rem 3.2rem;padding-bottom:calc(3.2rem + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-menu__nav{display:flex;flex:1 0 auto;flex-direction:column}.mobile-menu__nav-list{list-style:none;display:flex;flex:1 0 auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:2.4rem;margin:0;padding:0}.mobile-menu__nav-link{display:block;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:500;line-height:normal;letter-spacing:.008rem;text-decoration:none;text-transform:uppercase;text-align:center;white-space:nowrap;transition:color .2s ease,opacity .2s ease}@media(hover:hover){.mobile-menu__nav-link:hover{color:#fad164}}.mobile-menu__nav-link--active{background-image:linear-gradient(180deg,#fad164,#dd760b);-webkit-background-clip:text;background-clip:text;color:transparent}@media(hover:hover){.mobile-menu__nav-link--active:hover{background-image:linear-gradient(180deg,#ffe08a,#f08a1a);-webkit-background-clip:text;background-clip:text;color:transparent}}.mobile-menu__bottom{display:flex;flex:0 0 auto;flex-direction:column;gap:2.4rem;width:100%;margin-top:auto}.mobile-menu__divider{flex-shrink:0;width:100%;height:0;margin:0;border:0;border-top:.1rem solid rgba(255,255,255,.12)}.mobile-menu__account-list{list-style:none;display:flex;flex:0 0 auto;flex-direction:column;gap:1.2rem;width:100%;margin:0;padding:0}.mobile-menu__account-link{display:flex;align-items:center;justify-content:center;width:100%;min-height:4.4rem;padding:1.2rem 1.6rem;border:.2rem solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-align:center;text-transform:uppercase;cursor:pointer;box-sizing:border-box;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,filter .25s ease}@media(hover:hover){.mobile-menu__account-link:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}.mobile-menu__account-link:active{filter:brightness(.94)}.mobile-menu__actions{display:flex;flex:0 0 auto;flex-direction:column;gap:1.2rem;width:100%}.mobile-menu__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:4.4rem;padding:1.2rem 1.6rem;border:0;border-radius:1.6rem;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease}.mobile-menu__btn--primary{background:linear-gradient(180deg,#fad164,#dd760b);color:#050313}@media(hover:hover){.mobile-menu__btn--primary:hover{filter:brightness(1.08);box-shadow:0 0 0 .2rem #fad16459,0 0 2.8rem #dd760b8c}}.mobile-menu__btn--primary:active{filter:brightness(.96)}.mobile-menu__btn--secondary{background:#2f0001;border:.2rem solid #850c05;color:#f7f0d2}@media(hover:hover){.mobile-menu__btn--secondary:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}.mobile-menu__btn--secondary:active{filter:brightness(.94)}.mobile-menu__logout{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100%;height:4rem;min-height:4rem;margin:0;padding:1.4rem 2.4rem;border:.1rem solid rgba(255,255,255,.6);border-radius:1.6rem;background:transparent;color:#fff;box-sizing:border-box;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.mobile-menu__logout img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none;object-fit:contain}@media(hover:hover){.mobile-menu__logout:hover{background:#ffffff0f;border-color:#ffffffd9}}.header{position:sticky;top:0;background:#2902011a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:inset 0 -1.2rem 2.8rem #50000040;z-index:9}.header .container{min-height:8.8rem;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding-top:1.6rem;padding-bottom:1.6rem}@media(max-width:1280px){.header .container{min-height:7.2rem;gap:1.8rem;padding-top:1.2rem;padding-bottom:1.2rem}}@media(max-width:1024px){.header .container{min-height:8.8rem;gap:2.4rem;padding-top:1.6rem;padding-bottom:1.6rem}}@media(max-width:768px){.header .container{min-height:7.2rem;gap:1.6rem;padding-top:1.6rem;padding-bottom:1.6rem}}.header__gradient{display:none}.header__logo{width:11.2rem;height:5.6rem;display:flex;align-items:center;outline:none;-webkit-tap-highlight-color:transparent}.header__logo:focus,.header__logo:focus-visible{outline:none}.header__logo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;outline:none;transition:filter .25s ease}@media(hover:hover){.header__logo:hover img{filter:brightness(1.1) drop-shadow(0 0 .8rem rgba(250,209,100,.55)) drop-shadow(0 0 1.6rem rgba(221,118,11,.35))}}@media(max-width:1280px){.header__logo{width:10rem;height:5rem}}@media(max-width:1024px){.header__logo{width:11.2rem;height:5.6rem}}@media(max-width:768px){.header__logo{width:8.4rem;height:4.2rem}}.header__menu{display:flex;align-items:center;list-style:none;justify-content:center;gap:4.8rem;margin:0 auto;padding:0}.header__menu li{height:auto;line-height:1}@media(max-width:1280px){.header__menu{gap:2.8rem}}@media(max-width:1024px){.header__menu{display:none}}.header__menu-link{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:500;line-height:normal;letter-spacing:.08rem;transition:color .2s ease,opacity .2s ease}.header__menu-link:hover{color:#fad164}.header__menu-link--active{background-image:linear-gradient(180deg,#fad164,#dd760b);-webkit-background-clip:text;background-clip:text;color:transparent}.header__menu-link--active:hover{background-image:linear-gradient(180deg,#ffe08a,#f08a1a);-webkit-background-clip:text;background-clip:text;color:transparent}.header__menu-icon{display:none}@media(max-width:1024px){.header__menu-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:transparent;border:0;padding:0;cursor:pointer}.header__menu-icon img{width:4rem;height:4rem;object-fit:contain}}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:2.4rem;flex-shrink:0;margin-left:auto}@media(max-width:768px){.header__actions{gap:1rem}}.header__nav{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;flex-shrink:0}@media(max-width:1280px){.header__nav{gap:.6rem}}@media(max-width:1024px){.header__nav{gap:.8rem}}@media(max-width:768px){.header__nav{display:none}}.header__nav--logged-in{gap:.8rem}.header__action-button{min-width:0;height:auto;min-height:4.4rem;display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 3.2rem;border:0;border-radius:1.6rem;text-transform:uppercase;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease}.header__action-button--primary{background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;box-shadow:0 1rem 2.4rem #dd760b47}@media(hover:hover){.header__action-button--primary:hover{filter:brightness(1.08);box-shadow:0 0 0 .2rem #fad16459,0 0 2.8rem #dd760b8c}}.header__action-button--primary:active{filter:brightness(.96)}.header__action-button--secondary{background:#2f0001;border:.1rem solid #850c05;color:#f7f0d2;box-shadow:0 1rem 2.4rem #2f000159}@media(hover:hover){.header__action-button--secondary:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}.header__action-button--secondary:active{filter:brightness(.94)}.header__action-button--compact{min-width:auto;padding:1.2rem 2.4rem}.header__action-button--shop{min-width:12.2rem;padding:1.2rem 3.2rem}.header__action-button--profile-open{background:linear-gradient(180deg,#fad164,#dd760b);border-color:transparent;color:#050313;box-shadow:inset 0 0 .65rem #ffffff8c}.header__avatar{position:relative}.header__menu-dropdown{position:absolute;display:grid;right:0;top:calc(100% + 1rem);z-index:3;min-width:19rem;padding:.8rem;border-radius:1.2rem;overflow:hidden;background:linear-gradient(180deg,#3d0a08,#1a0403 61.18%,#2f0001 97.87%);border:1px solid #850c05;box-shadow:0 1.4rem 4.5rem #00000073,0 0 0 1px #dd760b1f;opacity:0;visibility:hidden;transform:translateY(-.6rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.header__menu-dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.header__nav-link{display:block;width:100%;white-space:nowrap;padding:1rem 1.2rem;border-radius:.8rem;border:1px solid transparent;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.2;text-align:left;text-decoration:none;background:transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .25s ease}@media(hover:hover){.header__nav-link:hover{background:#dd760b24;border-color:#dd760b59;color:#fad164;box-shadow:0 0 1.2rem #dd760b59}}.header__nav-link:active{filter:brightness(.96)}.header__nav-link:focus-visible{outline:2px solid rgba(250,209,100,.85);outline-offset:2px}.header__nav-link:not(:last-child){margin-bottom:.4rem}.header__nav-link--action{appearance:none;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.2}.header__mobile-nav{display:none}@media(max-width:1024px){.header__mobile-nav{display:flex;align-items:center;gap:2.4rem}}@media(max-width:768px){.header__mobile-nav{gap:1rem}}.user-balance{display:flex;align-items:center;flex-shrink:0;padding:0;margin:0;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit;border-radius:1.6rem}.user-balance:focus-visible{outline:.2rem solid #fad164;outline-offset:.2rem}.user-balance .user-balance__pill{transition:border-color .25s ease,box-shadow .25s ease,filter .25s ease,background .25s ease}.user-balance .user-balance__add{transition:filter .25s ease,box-shadow .25s ease}.user-balance .user-balance__icon{transition:filter .25s ease}@media(hover:hover){.user-balance:hover:not(.user-balance--static) .user-balance__pill{border-color:#b3140aa6;background:linear-gradient(90deg,#3d0002d9,#b3140acc);box-shadow:inset 0 0 1.01rem #fad16459,0 0 0 .2rem #850c0559,0 0 2rem #dd760b59}.user-balance:hover:not(.user-balance--static) .user-balance__add{filter:brightness(1.08);box-shadow:inset 0 0 .65rem #ffffff9e,0 0 1.2rem #fad16473}.user-balance:hover:not(.user-balance--static) .user-balance__icon{filter:brightness(1.08)}}.user-balance:active:not(.user-balance--static) .user-balance__pill{filter:brightness(.96)}.user-balance--static{cursor:default;pointer-events:none}.user-balance--static:focus-visible{outline:none}.user-balance__icon{position:relative;z-index:1;width:3.2rem;height:3.2rem;margin-right:-1.6rem;flex-shrink:0;object-fit:contain;pointer-events:none}.user-balance__pill{display:inline-flex;align-items:center;justify-content:space-between;gap:.8rem;width:max-content;min-width:12rem;max-width:none;min-height:4rem;padding:.4rem .8rem .4rem 2rem;border-radius:1.2rem;box-sizing:border-box;overflow:visible;border:.1rem solid rgba(133,12,5,.3);background:linear-gradient(90deg,#2f0001b3,#850c05b3);box-shadow:inset 0 0 1.01rem #fad16440}.user-balance__amount{flex:0 0 auto;min-width:min-content;font-family:Poppins,sans-serif;font-weight:700;font-size:1.6rem;line-height:1.5;color:#f7f0d2;white-space:nowrap;overflow:visible;font-variant-numeric:tabular-nums}.user-balance__add{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;margin-left:0;border-radius:999px;background:linear-gradient(180deg,#fad164,#dd760b);box-shadow:inset 0 0 .65rem #ffffff9e}.user-balance__add img{width:1rem;height:1rem;max-width:none;max-height:none;display:block}.user-balance--menu{width:100%;justify-content:flex-start}.user-balance--menu .user-balance__pill{flex:1 1 auto;width:100%;max-width:none;min-width:12rem;justify-content:space-between}.user-balance--menu .user-balance__amount{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.footer{position:relative;padding:0;background:#180100;border-top:2px solid rgba(255,255,255,.08);box-shadow:inset 0 1.2rem 2.8rem #50000040}.footer .container{position:relative}.footer__inner{display:flex;align-items:stretch;gap:4rem;padding:2.4rem 0}@media(max-width:768px){.footer__inner{flex-direction:column;gap:2.4rem;padding:2.4rem 0}}.footer__brand{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;flex-shrink:0;gap:4rem;width:39.4rem;max-width:100%}@media(max-width:1280px){.footer__brand{width:32rem}}@media(max-width:1024px){.footer__brand{width:39.4rem}}@media(max-width:768px){.footer__brand{width:100%;gap:2.4rem}}.footer__brand-top,.footer__brand-bottom{display:flex;flex-direction:column;gap:4rem}@media(max-width:768px){.footer__brand-top,.footer__brand-bottom{gap:2.4rem}}.footer__logo{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;max-width:100%;flex-shrink:0;outline:none;-webkit-tap-highlight-color:transparent}.footer__logo:focus,.footer__logo:focus-visible{outline:none}.footer__logo img{display:block;width:20rem;height:10rem;max-width:100%;object-fit:contain;outline:none;transition:filter .25s ease}@media(hover:hover){.footer__logo:hover img{filter:brightness(1.1) drop-shadow(0 0 .8rem rgba(250,209,100,.55)) drop-shadow(0 0 1.6rem rgba(221,118,11,.35))}}@media(max-width:768px){.footer__logo img{width:8rem;height:4rem}}.footer__badges{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.6rem;margin:0;padding:0;list-style:none}@media(max-width:1024px){.footer__badges{flex-direction:column;flex-wrap:nowrap;gap:.8rem}}.footer__badge{display:inline-flex;align-items:center;gap:0}.footer__badge img{width:3.2rem;height:3.2rem;object-fit:contain;flex-shrink:0}.footer__badge span{color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.55;text-transform:uppercase;text-align:center;white-space:nowrap}.footer__disclaimer{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.footer__copyright{margin:0;color:#fff9;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.footer__divider{align-self:stretch;width:2px;flex-shrink:0;background:#ffffff14}@media(max-width:768px){.footer__divider{width:100%;height:2px;align-self:auto}}.footer__main{display:flex;flex:1;flex-direction:column;gap:4rem;min-width:0}@media(max-width:768px){.footer__main{width:100%;gap:2.4rem}}.footer__top-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2.4rem}@media(max-width:1024px){.footer__top-row{flex-direction:column;align-items:stretch;gap:4rem}}@media(max-width:768px){.footer__top-row{gap:2.4rem}}.footer__company{display:flex;flex-direction:column;gap:.4rem;min-width:0}.footer__company p{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;line-height:normal;letter-spacing:.007rem}.footer__company-label{color:#fff;font-weight:400}.footer__company-value{color:#f7f0d2;font-weight:700;text-transform:uppercase}.footer__email{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;flex-shrink:0;padding:1.2rem 3.2rem;border:1px solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;text-decoration:none;text-align:center;transition:background-color .2s ease,border-color .2s ease}.footer__email:hover{background:#3a0002;border-color:#a01008}@media(max-width:1024px){.footer__email{width:100%}}@media(max-width:768px){.footer__email{padding:1.2rem 1.6rem}}.footer__email-icon{width:2rem;height:2rem;flex-shrink:0}.footer__rule{width:100%;height:2px;background:#ffffff14}.footer__policies{display:flex;flex-direction:column;gap:2.4rem}.footer__heading{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.footer__menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin:0;padding:0;list-style:none}.footer__menu li{width:calc((100% - 2.4rem) / 3);min-width:0}@media(max-width:1024px){.footer__menu li{width:100%;max-width:23.2rem}}@media(max-width:768px){.footer__menu li{width:100%;max-width:none}}.footer__menu a,.footer__menu .footer__menu-action{display:inline-block;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:500;line-height:normal;letter-spacing:.008rem;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.footer__menu a:hover,.footer__menu .footer__menu-action:hover{color:#fad164}.footer__menu-action{background:transparent;border:0;padding:0;cursor:pointer;text-align:left}.footer__payments{display:flex;align-items:center;justify-content:flex-end;gap:2.4rem}@media(max-width:768px){.footer__payments{justify-content:flex-end}}.footer__payment{display:block;height:auto;object-fit:contain}.footer__payment--visa{width:6.2rem;height:2rem}.footer__payment--mastercard{width:3.9rem;height:2.4rem}.global-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;width:100%;height:100%;height:100dvh;min-height:100%;min-height:100dvh;margin:0;overflow:hidden;background:linear-gradient(180deg,#18010059,#180100),url(/images/hero/hero_bg.png) no-repeat center top/cover,#180100}.global-loader__ambient{position:absolute;inset:-30%;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 50% 38%,rgba(221,118,11,.22) 0%,transparent 58%),radial-gradient(ellipse 65% 50% at 50% 100%,rgba(133,12,5,.45) 0%,transparent 50%),radial-gradient(ellipse 70% 45% at 50% 0%,rgba(80,0,0,.55) 0%,transparent 55%)}@media(prefers-reduced-motion:no-preference){.global-loader__ambient{animation:global-loader-ambient 12s ease-in-out infinite alternate}}.global-loader__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;margin:0;padding:2rem}.global-loader__logo{display:block;width:16.8rem;height:auto;max-width:min(16.8rem,56vw);object-fit:contain;filter:drop-shadow(0 0 2rem rgba(221,118,11,.35)) drop-shadow(0 .8rem 2.4rem rgba(133,12,5,.4))}@media(prefers-reduced-motion:no-preference){.global-loader__logo{animation:global-loader-logo 2.8s ease-in-out infinite}}@media(max-width:768px){.global-loader__logo{width:13.2rem}}.global-loader__spinner{position:relative;width:4.8rem;height:4.8rem;flex-shrink:0}@media(max-width:768px){.global-loader__spinner{width:4rem;height:4rem}}.global-loader__spinner-ring{position:absolute;inset:0;border-radius:50%;padding:.3rem;background:conic-gradient(from 0deg,transparent 0%,transparent 18%,rgba(250,209,100,.15) 28%,#fad164 48%,#dd760b 62%,#850c05 78%,transparent 92%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;box-shadow:0 0 1.6rem #dd760b47}@media(prefers-reduced-motion:no-preference){.global-loader__spinner-ring{animation:global-loader-spin 1.1s linear infinite}}@media(prefers-reduced-motion:reduce){.global-loader__spinner-ring{background:conic-gradient(from 0deg,#850c0559,#fad164 40%,#dd760b 70%,#850c0559)}}.global-loader__spinner-core{position:absolute;inset:1.2rem;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fad164,#dd760b 45%,#850c05);box-shadow:0 0 1.2rem #fad16473,inset 0 0 .6rem #fff3}@media(prefers-reduced-motion:no-preference){.global-loader__spinner-core{animation:global-loader-core 1.8s ease-in-out infinite}}@media(max-width:768px){.global-loader__spinner-core{inset:1rem}}@keyframes global-loader-spin{to{transform:rotate(360deg)}}@keyframes global-loader-logo{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.96}}@keyframes global-loader-core{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.12);opacity:1}}@keyframes global-loader-ambient{0%{transform:scale(1) translate(0);opacity:1}to{transform:scale(1.05) translate(.8%,-.8%);opacity:.9}}.faq{position:relative;z-index:1;padding:0;background:transparent}.faq .container{display:flex;flex-direction:column;gap:2.4rem}@media(max-width:1024px){.faq .container{gap:2.4rem}}@media(max-width:768px){.faq .container{gap:2.4rem}}.faq__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.faq__title{font-size:3.6rem}}@media(max-width:1024px){.faq__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.faq__title{font-size:3.2rem;letter-spacing:.016rem}}.faq__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem;width:100%;align-items:start}@media(max-width:1024px){.faq__list{gap:2.4rem}}@media(max-width:768px){.faq__list{grid-template-columns:1fr;gap:1.2rem}}.faq__item{position:relative;width:100%;padding:2.4rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(240.36deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;overflow:hidden;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;transition:border-color .25s ease,box-shadow .25s ease}.faq__item:focus-visible{border-color:#b3140abf;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 0 .2rem #fad16459}@media(hover:hover){.faq__item:hover{border-color:#b3140a8c;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 2rem #850c0540}.faq__item:hover .faq__question{color:#fad164}}@media(max-width:768px){.faq__item{padding:1.6rem;border-radius:1.2rem}}.faq__trigger{display:flex;align-items:center;gap:1.6rem;width:100%;padding:0;border:0;background:transparent;text-align:left;pointer-events:none}.faq__question{flex:1;min-width:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;line-height:normal;letter-spacing:.01rem;text-transform:uppercase;transition:color .25s ease}@media(max-width:1024px){.faq__question{font-size:1.8rem}}@media(max-width:768px){.faq__question{font-size:1.6rem;letter-spacing:.008rem}}.faq__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;overflow:hidden}.faq__icon img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}@media(max-width:768px){.faq__icon{width:28px;height:28px}}.faq__answer{display:grid;grid-template-rows:0fr;align-items:start;opacity:0;transition:grid-template-rows .35s ease,opacity .25s ease,margin-top .25s ease}.faq__answer--open{grid-template-rows:1fr;opacity:1;margin-top:1.6rem}.faq__answer-inner{min-height:0;overflow:hidden}.faq__answer-inner p{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.hero-top{position:relative;overflow:visible;width:100%;padding:9.2rem 0 6.4rem}@media(max-width:1280px){.hero-top{padding:7.2rem 0 5.6rem}}@media(max-width:1024px){.hero-top{padding:3.2rem 0 4rem;min-height:74.8rem;box-sizing:border-box;overflow:visible}}@media(max-width:768px){.hero-top{padding:2.8rem 0 0}}.hero-top__inner{position:relative;display:flex;align-items:flex-start;min-height:53.4rem}@media(max-width:1280px){.hero-top__inner{min-height:48rem}}@media(max-width:1024px){.hero-top__inner{min-height:67.6rem;flex-direction:row;align-items:flex-start;gap:0}}@media(max-width:768px){.hero-top__inner{min-height:80rem;flex-direction:column;align-items:stretch}}.hero-top__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:4rem;width:60rem;max-width:100%}@media(max-width:1280px){.hero-top__content{width:min(54rem,52%);gap:3.2rem}}@media(max-width:1024px){.hero-top__content{width:100%;max-width:64rem;gap:4rem}}@media(max-width:768px){.hero-top__content{max-width:100%;gap:2.4rem}}.hero-top__title{display:flex;flex-direction:column;margin:0;width:100%;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase;color:#fff}@media(max-width:1280px){.hero-top__title{font-size:5.6rem;line-height:6rem}}@media(max-width:1024px){.hero-top__title{font-size:5.6rem;line-height:6.8rem;letter-spacing:.028rem}}@media(max-width:768px){.hero-top__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.hero-top__title-line{display:block;opacity:0;animation:hero-title-line .9s cubic-bezier(.16,1,.3,1) both}.hero-top__title-line:nth-child(1){animation-delay:.08s}.hero-top__title-line:nth-child(2){animation-delay:.2s}.hero-top__title-line:nth-child(3){animation-delay:.34s}.hero-top__title-line--accent{background-image:linear-gradient(105deg,#fad164,#fff4d0 42%,#dd760b 58%,#fad164);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hero-title-line .9s cubic-bezier(.16,1,.3,1) .34s both,hero-title-shine 3.6s ease-in-out 1.2s infinite}.hero-top__description{display:flex;flex-direction:column;gap:0;max-width:54rem;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:400;line-height:normal;letter-spacing:.01rem;animation:hero-fade-up .85s cubic-bezier(.16,1,.3,1) .48s both}@media(max-width:1280px){.hero-top__description{font-size:1.8rem}}@media(max-width:1024px){.hero-top__description{max-width:42.5rem;font-size:1.6rem}}@media(max-width:768px){.hero-top__description{max-width:100%;font-size:1.4rem}}.hero-top__description p{margin:0}.hero-top__actions{display:flex;flex-wrap:wrap;align-items:center;gap:2.4rem}@media(max-width:768px){.hero-top__actions{width:100%;gap:.8rem}}.hero-top__button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:21rem;min-height:5.6rem;padding:1.4rem 3.2rem;border-radius:1.6rem;border:0;text-decoration:none;text-transform:uppercase;white-space:nowrap;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;cursor:pointer;box-sizing:border-box;opacity:0;animation:hero-button-pop .75s cubic-bezier(.34,1.45,.64,1) both;transition:filter .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}@media(max-width:1024px){.hero-top__button{min-width:21rem;min-height:5.6rem;padding:1.4rem 3.2rem;font-size:1.8rem}}@media(max-width:768px){.hero-top__button{flex:1 1 calc(50% - .4rem);width:auto;min-width:0;min-height:4.6rem;padding:1.2rem 1.6rem;font-size:1.4rem;border-radius:1.6rem}}.hero-top__button--primary{background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;box-shadow:0 1rem 2.4rem #dd760b47;animation-delay:.58s}@media(hover:hover){.hero-top__button--primary:hover{filter:brightness(1.08);box-shadow:0 0 0 .2rem #fad16459,0 0 2.8rem #dd760b8c}}.hero-top__button--primary:active{filter:brightness(.96)}.hero-top__button--secondary{background:#2f0001;border:.2rem solid #850c05;color:#f7f0d2;box-shadow:0 1rem 2.4rem #2f000159;animation-delay:.7s}@media(hover:hover){.hero-top__button--secondary:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}.hero-top__button--secondary:active{filter:brightness(.94)}.hero-top__badges{display:flex;flex-wrap:wrap;align-items:center;gap:2.4rem;margin:0;padding:0;list-style:none}@media(max-width:1024px){.hero-top__badges{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:.8rem}}@media(max-width:768px){.hero-top__badges{gap:.4rem}}.hero-top__badge{display:flex;align-items:center;gap:.8rem;opacity:0;animation:hero-badge-in .7s cubic-bezier(.16,1,.3,1) both}.hero-top__badge:nth-child(1){animation-delay:.78s}.hero-top__badge:nth-child(2){animation-delay:.9s}.hero-top__badge:nth-child(3){animation-delay:1.02s}.hero-top__badge img{display:block;flex-shrink:0;width:40px;height:40px;max-width:none;max-height:none;object-fit:contain;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:hero-icon-float 3.6s ease-in-out 1.6s infinite}.hero-top__badge:nth-child(1) img{animation-delay:1.6s}.hero-top__badge:nth-child(2) img{animation-delay:2s}.hero-top__badge:nth-child(3) img{animation-delay:2.4s}.hero-top__badge span{color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.55;text-transform:uppercase;white-space:nowrap}@media(max-width:768px){.hero-top__badge img{width:40px;height:40px}.hero-top__badge span{font-size:1.4rem}}.hero-top__visual{position:absolute;top:10.6rem;left:calc(50% - 9.5rem);right:auto;bottom:auto;z-index:1;width:91.7rem;height:auto;max-width:none;pointer-events:none;animation:hero-character-enter 1.2s cubic-bezier(.16,1,.3,1) .15s both}@media(max-width:1280px){.hero-top__visual{top:8rem;left:calc(50% - 8.5rem);width:82rem}}@media(max-width:1024px){.hero-top__visual{position:absolute;top:auto;left:calc(50% + 3.2rem);right:auto;bottom:1.6rem;width:86.9rem;height:55.8rem;margin:0;padding:0;overflow:hidden}}@media(max-width:768px){.hero-top__visual{position:absolute;top:auto;right:auto;left:calc(50% - 19.3rem);bottom:-1.7rem;width:45.4rem;height:auto;margin:0;padding:0;overflow:visible}}.hero-top__character{display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:contain;object-position:top right;transform-origin:70% 60%;animation:hero-character-float 5.5s ease-in-out 1.4s infinite}@media(max-width:1024px){.hero-top__character{position:absolute;top:-7.33%;left:-3.4%;width:103.4%;height:107.34%;object-fit:cover;object-position:center center;transform-origin:center bottom}}@media(max-width:768px){.hero-top__character{position:static;top:auto;left:auto;width:100%;height:auto;object-fit:contain;object-position:top center;transform-origin:center top}}@media(prefers-reduced-motion:reduce){.hero-top__title-line,.hero-top__description,.hero-top__button,.hero-top__badge,.hero-top__badge img,.hero-top__visual,.hero-top__character{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}@keyframes hero-title-line{0%{opacity:0;transform:translate3d(-2.4rem,1.2rem,0) scale(.96);filter:blur(8px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes hero-title-shine{0%,to{background-position:100% 50%}50%{background-position:0% 50%}}@keyframes hero-fade-up{0%{opacity:0;transform:translate3d(0,2.4rem,0);filter:blur(6px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes hero-button-pop{0%{opacity:0;transform:translate3d(0,1.6rem,0) scale(.86)}70%{opacity:1;transform:translate3d(0,-.2rem,0) scale(1.03)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hero-badge-in{0%{opacity:0;transform:translate3d(0,1.8rem,0) scale(.9)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hero-character-enter{0%{opacity:0;transform:translate3d(6rem,2rem,0) scale(.92) rotate(2deg);filter:blur(12px)}to{opacity:1;transform:translateZ(0) scale(1) rotate(0);filter:blur(0)}}@keyframes hero-character-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(-.6rem,-1.2rem,0)}}@keyframes hero-icon-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-.7rem,0)}}.scroll-reveal{opacity:0;transform:translateY(5.6rem) scale(.94);filter:blur(12px);transition:opacity .95s cubic-bezier(.16,1,.3,1),transform .95s cubic-bezier(.16,1,.3,1),filter .95s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.scroll-reveal--visible{opacity:1;transform:translateY(0) scale(1);filter:none}.scroll-reveal--soft:not(.scroll-reveal--visible){transform:translateY(4rem) scale(.96);filter:blur(8px)}.scroll-reveal--pop:not(.scroll-reveal--visible){transform:translateY(4.4rem) scale(.88);filter:blur(10px)}.scroll-reveal--stagger{filter:none}.scroll-reveal--stagger:not(.scroll-reveal--visible){opacity:0;transform:translateY(3.6rem) scale(.98)}.scroll-reveal--stagger.scroll-reveal--visible{opacity:1;transform:translateY(0) scale(1);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo{opacity:0;animation:scroll-reveal-stagger-in .8s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo:nth-child(1){animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo:nth-child(2){animation-delay:130ms}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo:nth-child(3){animation-delay:calc(40ms + .18s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo:nth-child(4){animation-delay:calc(40ms + .27s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__games-title{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.22s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(1){animation-delay:calc(.28s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(2){animation-delay:calc(.28s + 45ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(3){animation-delay:calc(.28s + 90ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(4){animation-delay:calc(.28s + 135ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(5){animation-delay:.46s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(6){animation-delay:calc(.28s + 225ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(7){animation-delay:.55s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(8){animation-delay:calc(.28s + 315ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(9){animation-delay:.64s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(10){animation-delay:calc(.28s + 405ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(11){animation-delay:.73s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(12){animation-delay:calc(.28s + 495ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(13){animation-delay:calc(.28s + .54s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(14){animation-delay:calc(.28s + 585ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(15){animation-delay:.91s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(16){animation-delay:calc(.28s + 675ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(17){animation-delay:1s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(18){animation-delay:calc(.28s + 765ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(19){animation-delay:1.09s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(20){animation-delay:calc(.28s + 855ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(21){animation-delay:calc(.28s + .9s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(22){animation-delay:calc(.28s + 945ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(23){animation-delay:1.27s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(24){animation-delay:calc(.28s + 1035ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(25){animation-delay:1.36s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(26){animation-delay:calc(.28s + 1125ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(27){animation-delay:1.45s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(28){animation-delay:calc(.28s + 1215ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(29){animation-delay:1.54s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(30){animation-delay:calc(.28s + 1305ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(31){animation-delay:calc(.28s + 1.35s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(32){animation-delay:calc(.28s + 1395ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(33){animation-delay:1.72s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(34){animation-delay:calc(.28s + 1485ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(35){animation-delay:1.81s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(36){animation-delay:calc(.28s + 1575ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(37){animation-delay:calc(.28s + 1.62s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(38){animation-delay:calc(.28s + 1665ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(39){animation-delay:1.99s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card:nth-child(40){animation-delay:calc(.28s + 1755ms)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__featured{opacity:0;animation:scroll-reveal-stagger-in .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.16s}.scroll-reveal--stagger.scroll-reveal--visible .security__title{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .security__card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(1){animation-delay:calc(.14s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(2){animation-delay:calc(.14s + 90ms)}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(3){animation-delay:.32s}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(4){animation-delay:calc(.14s + .27s)}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(5){animation-delay:.5s}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(6){animation-delay:calc(.14s + .45s)}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(7){animation-delay:.68s}.scroll-reveal--stagger.scroll-reveal--visible .security__card:nth-child(8){animation-delay:.77s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*:nth-child(1){animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*:nth-child(2){animation-delay:130ms}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*:nth-child(3){animation-delay:calc(40ms + .18s)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*:nth-child(4){animation-delay:calc(40ms + .27s)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card{opacity:0;animation:scroll-reveal-stagger-in .8s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(1){animation-delay:calc(.2s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(2){animation-delay:.31s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(3){animation-delay:calc(.2s + .22s)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(4){animation-delay:.53s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(5){animation-delay:.64s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(6){animation-delay:.75s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__visual{opacity:0;animation:scroll-reveal-stagger-in .95s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.38s}.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--left{opacity:0;animation:scroll-reveal-stagger-in .85s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--right{opacity:0;animation:scroll-reveal-stagger-in .85s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.12s}.scroll-reveal--stagger.scroll-reveal--visible .join-us__text{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.2s}.scroll-reveal--stagger.scroll-reveal--visible .join-us__button{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.32s}.scroll-reveal--stagger.scroll-reveal--visible .features__title{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .features__text p{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(1){animation-delay:calc(.14s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(2){animation-delay:calc(.14s + 80ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(3){animation-delay:calc(.14s + .16s)}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(4){animation-delay:.38s}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(5){animation-delay:.46s}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(6){animation-delay:.54s}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(7){animation-delay:.62s}.scroll-reveal--stagger.scroll-reveal--visible .features__text p:nth-child(8){animation-delay:calc(.14s + .56s)}.scroll-reveal--stagger.scroll-reveal--visible .faq__title{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .faq__item{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(1){animation-delay:calc(.12s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(2){animation-delay:calc(.12s + 70ms)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(3){animation-delay:.26s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(4){animation-delay:calc(.12s + .21s)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(5){animation-delay:.4s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(6){animation-delay:.47s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(7){animation-delay:.54s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(8){animation-delay:.61s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(9){animation-delay:.68s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(10){animation-delay:.75s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(11){animation-delay:.82s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(12){animation-delay:.89s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__title{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__description{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.1s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab{opacity:0;animation:scroll-reveal-stagger-in .65s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(1){animation-delay:calc(.12s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(2){animation-delay:calc(.12s + 70ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(3){animation-delay:.26s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(4){animation-delay:calc(.12s + .21s)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(1){animation-delay:calc(.18s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(2){animation-delay:calc(.18s + 45ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(3){animation-delay:calc(.18s + 90ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(4){animation-delay:calc(.18s + 135ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(5){animation-delay:.36s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(6){animation-delay:calc(.18s + 225ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(7){animation-delay:.45s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(8){animation-delay:calc(.18s + 315ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(9){animation-delay:.54s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(10){animation-delay:calc(.18s + 405ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(11){animation-delay:.63s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(12){animation-delay:calc(.18s + 495ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(13){animation-delay:.72s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(14){animation-delay:calc(.18s + 585ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(15){animation-delay:.81s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(16){animation-delay:calc(.18s + 675ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(17){animation-delay:calc(.18s + .72s)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(18){animation-delay:calc(.18s + 765ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(19){animation-delay:.99s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(20){animation-delay:calc(.18s + 855ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(21){animation-delay:1.08s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(22){animation-delay:calc(.18s + 945ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(23){animation-delay:1.17s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(24){animation-delay:calc(.18s + 1035ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(25){animation-delay:1.26s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(26){animation-delay:calc(.18s + 1125ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(27){animation-delay:calc(.18s + 1.17s)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(28){animation-delay:calc(.18s + 1215ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(29){animation-delay:1.44s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(30){animation-delay:calc(.18s + 1305ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(31){animation-delay:1.53s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(32){animation-delay:calc(.18s + 1395ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(33){animation-delay:calc(.18s + 1.44s)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(34){animation-delay:calc(.18s + 1485ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(35){animation-delay:1.71s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(36){animation-delay:calc(.18s + 1575ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(37){animation-delay:1.8s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(38){animation-delay:calc(.18s + 1665ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(39){animation-delay:1.89s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card:nth-child(40){animation-delay:calc(.18s + 1755ms)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__notice{opacity:0;animation:scroll-reveal-stagger-in .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.42s}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__title{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:40ms}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__description{opacity:0;animation:scroll-reveal-stagger-in .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.1s}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card{opacity:0;animation:scroll-reveal-stagger-in .8s cubic-bezier(.16,1,.3,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(1){animation-delay:calc(.18s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(2){animation-delay:.29s}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(3){animation-delay:.4s}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(4){animation-delay:.51s}@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none;filter:none;transition:none;will-change:auto}.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .game-card,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom .game-card,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__games .game-card,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__promo,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__games-title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__featured,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .security__title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .security__card,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__header>*,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__visual,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--left,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--right,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .join-us__text,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .join-us__button,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .features__title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .features__text p,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .faq__title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .faq__item,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__description,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__notice,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__title,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__description,.scroll-reveal.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card{opacity:1;transform:none;filter:none;animation:none}}@keyframes scroll-reveal-stagger-in{0%{opacity:0;transform:translateY(3.2rem) scale(.92);filter:blur(8px)}65%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes scroll-reveal-stagger-in-left{0%{opacity:0;transform:translate(-3.2rem) scale(.94);filter:blur(8px)}to{opacity:1;transform:translate(0) scale(1);filter:blur(0)}}@keyframes scroll-reveal-stagger-in-right{0%{opacity:0;transform:translate(3.2rem) scale(.94);filter:blur(8px)}to{opacity:1;transform:translate(0) scale(1);filter:blur(0)}}.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--left{animation-name:scroll-reveal-stagger-in-left}.scroll-reveal--stagger.scroll-reveal--visible .join-us__character--right,.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__visual,.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__featured{animation-name:scroll-reveal-stagger-in-right}.game-card{--game-card-radius: 3.2rem;--game-card-border: 1px;--game-card-border-color: #9d09a7;position:relative;width:100%;aspect-ratio:1;box-sizing:border-box;border:var(--game-card-border) solid var(--game-card-border-color);border-radius:var(--game-card-radius);background:#050313;overflow:hidden;isolation:isolate;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.game-card:focus-visible{outline:2px solid #ea3fd2;outline-offset:.3rem}@media(hover:hover){.game-card:hover{z-index:1;--game-card-border-color: #ea3fd2;transform:translateY(-.8rem) scale(1.05);box-shadow:0 2rem 4.8rem #9d09a773,0 0 3.2rem #d1218f59,0 0 1.2rem #ea3fd28c}.game-card:hover .game-card__thumb{transform:scale(1.1);filter:brightness(.72) saturate(1.08)}.game-card:hover .game-card__overlay{opacity:1}.game-card:hover .game-card__play{opacity:1;transform:scale(1)}.game-card:hover .game-card__play-icon{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.game-card{transition:border-color .2s ease,box-shadow .2s ease}.game-card:hover{transform:none}.game-card:hover .game-card__thumb{transform:none;filter:brightness(.85)}.game-card:hover .game-card__overlay{opacity:1}.game-card:hover .game-card__play{opacity:1;transform:none}}.game-card__thumb{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;border-radius:inherit;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .35s ease}@media(prefers-reduced-motion:reduce){.game-card__thumb{transition:filter .2s ease}}.game-card__overlay{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:radial-gradient(circle at center,#d1218f47,#05031326 52%,#050313b8);opacity:0;pointer-events:none;transition:opacity .35s ease}@media(prefers-reduced-motion:reduce){.game-card__overlay{transition:opacity .2s ease}}.game-card__play{opacity:0;transform:scale(.82);transition:opacity .3s ease,transform .4s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.game-card__play{transition:opacity .2s ease}}.game-card__play-icon{position:relative;display:flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(180deg,#ea3fd2,#d1218f);box-shadow:0 0 0 .4rem #ffffff1f,0 1.2rem 3.2rem #d1218f8c,0 0 2.4rem #ea3fd273;transform:scale(.92);transition:transform .35s cubic-bezier(.22,1,.36,1)}.game-card__play-icon:before{content:"";position:absolute;inset:-.5rem;border-radius:inherit;border:1px solid rgba(255,255,255,.28);opacity:.8}.game-card__play-icon:after{content:"";width:0;height:0;margin-left:.35rem;border-top:.9rem solid transparent;border-bottom:.9rem solid transparent;border-left:1.4rem solid #fff}@media(max-width:768px){.game-card__play-icon{width:4.4rem;height:4.4rem}.game-card__play-icon:after{margin-left:.25rem;border-top-width:.7rem;border-bottom-width:.7rem;border-left-width:1.1rem}}@media(prefers-reduced-motion:reduce){.game-card__play-icon{transition:none}}.hero-bottom{display:grid;grid-template-columns:minmax(0,1fr) 38.9rem;gap:1.6rem;align-items:stretch}@media(max-width:1280px){.hero-bottom{grid-template-columns:minmax(0,1fr) minmax(28rem,34rem)}}@media(max-width:1024px){.hero-bottom{grid-template-columns:1fr;gap:1.6rem}.hero-bottom .hero-bottom__featured{order:-1}}.hero-bottom__main{display:flex;flex-direction:column;gap:1.6rem;min-width:0;min-height:100%;height:100%}.hero-bottom__promos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;flex-shrink:0}@media(max-width:768px){.hero-bottom__promos{grid-template-columns:1fr;gap:1.6rem}}.hero-bottom__promo{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem;overflow:hidden;min-height:18rem;padding:2.4rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(252deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340;color:#fff;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease}@media(max-width:1024px){.hero-bottom__promo{height:21.2rem;min-height:21.2rem}}@media(max-width:768px){.hero-bottom__promo{height:19.2rem;min-height:19.2rem;padding:1.6rem;gap:2.4rem}}@media(hover:hover){.hero-bottom__promo:hover{border-color:#b3140a8c;box-shadow:inset 4px 4px 20px #9403034d,0 0 2.4rem #dd760b2e}.hero-bottom__promo:hover .hero-bottom__button{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #fad16447,0 0 2.4rem #dd760b73}.hero-bottom__promo:hover .hero-bottom__promo-art img{transform:translateY(.4rem) scale(1.04)}}.hero-bottom__promo-glow{position:absolute;top:40%;right:-2rem;z-index:0;width:28rem;height:auto;max-width:none;max-height:none;object-fit:contain;pointer-events:none;transform:translateY(-50%);opacity:.85}@media(max-width:1280px){.hero-bottom__promo-glow{width:24rem}}@media(max-width:1024px){.hero-bottom__promo-glow{width:24.5rem;height:24.5rem;top:1.2rem;right:-2rem;transform:none}}@media(max-width:768px){.hero-bottom__promo-glow{top:1.2rem;bottom:auto;right:-2rem;width:17.8rem;height:17.8rem;transform:none}}.hero-bottom__promo-text{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.6rem;max-width:22rem}.hero-bottom__promo-text h3{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;line-height:normal;letter-spacing:.12rem;text-transform:uppercase;white-space:nowrap}.hero-bottom__promo-text p{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.07rem}@media(max-width:768px){.hero-bottom__promo-text{max-width:20rem;gap:1.2rem}.hero-bottom__promo-text h3{font-size:2.4rem;white-space:nowrap}}.hero-bottom__promo-art{position:absolute;top:-.8rem;right:-1rem;z-index:1;width:21.6rem;height:21.6rem;pointer-events:none}.hero-bottom__promo-art img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;transition:transform .45s cubic-bezier(.22,1,.36,1)}@media(max-width:1280px){.hero-bottom__promo-art{width:18rem;height:18rem}}@media(max-width:1024px){.hero-bottom__promo-art{top:-.7rem;right:-1.7rem;width:21.7rem;height:21.7rem}}@media(max-width:768px){.hero-bottom__promo-art{top:-.8rem;bottom:auto;right:-1.8rem;width:21.7rem;height:21.7rem}}.hero-bottom__button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;padding:1.2rem 3.2rem;border:1px solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;white-space:nowrap;box-sizing:border-box;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.hero-bottom__button--full{width:100%}@media(hover:hover){.hero-bottom__button:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #fad16447,0 0 2.4rem #dd760b73}}@media(max-width:768px){.hero-bottom__button{min-height:4rem;padding:1rem 2.4rem;font-size:1.3rem}}.hero-bottom__games{position:relative;display:flex;flex-direction:column;flex:1 1 auto;gap:2.4rem;min-height:0;padding:2.4rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(254deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340}@media(max-width:1024px){.hero-bottom__games{gap:2.4rem;padding:2.4rem}}@media(max-width:768px){.hero-bottom__games{gap:2.4rem;padding:1.6rem}}.hero-bottom__games-title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.2rem;text-transform:uppercase}@media(max-width:1280px){.hero-bottom__games-title{font-size:3.2rem}}@media(max-width:1024px){.hero-bottom__games-title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.hero-bottom__games-title{font-size:3.2rem;letter-spacing:.016rem}}.hero-bottom__games-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem;flex:1 1 auto;align-content:start;min-height:18rem}@media(max-width:1280px){.hero-bottom__games-grid{gap:1.6rem}}@media(max-width:1024px){.hero-bottom__games-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem}}@media(max-width:768px){.hero-bottom__games-grid{grid-template-columns:repeat(3,9.8rem);gap:1.6rem;justify-content:flex-start;min-height:0}}.hero-bottom__games-grid .game-card{--game-card-radius: 3.2rem;--game-card-border: 2px;--game-card-border-color: #4c0402;box-shadow:inset 4px 4px 20px #94030340}@media(max-width:1280px){.hero-bottom__games-grid .game-card{--game-card-radius: 2.8rem}}@media(max-width:1024px){.hero-bottom__games-grid .game-card{--game-card-radius: 2.4rem}}@media(max-width:768px){.hero-bottom__games-grid .game-card{--game-card-radius: 2rem}}@media(hover:hover){.hero-bottom__games-grid .game-card:hover{--game-card-border-color: rgba(179, 20, 10, .65);box-shadow:inset 4px 4px 20px #9403034d,0 1.2rem 2.8rem #dd760b47,0 0 1.6rem #850c0559}.hero-bottom__games-grid .game-card:hover .game-card__overlay{background:radial-gradient(circle at center,#dd760b47,#18010026 52%,#180100b8)}.hero-bottom__games-grid .game-card:hover .game-card__play-icon{background:linear-gradient(180deg,#fad164,#dd760b);box-shadow:0 0 0 .4rem #ffffff1f,0 1.2rem 3.2rem #dd760b73,0 0 2.4rem #fad16459}}.hero-bottom__games-grid .game-card:focus-visible{outline-color:#fad164}.hero-bottom__featured{position:relative;display:flex;flex-direction:column;gap:2.4rem;overflow:hidden;height:100%;min-height:56rem;padding:2.4rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(264deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340;color:#fff;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease}@media(max-width:1280px){.hero-bottom__featured{min-height:52rem}}@media(max-width:1024px){.hero-bottom__featured{flex-direction:row;align-items:stretch;gap:2.4rem;height:24.5rem;min-height:24.5rem;padding:2.4rem}}@media(max-width:768px){.hero-bottom__featured{flex-direction:column;height:auto;min-height:0;padding:1.6rem;gap:1.6rem}}@media(hover:hover){.hero-bottom__featured:hover{border-color:#b3140a8c;box-shadow:inset 4px 4px 20px #9403034d,0 0 2.4rem #dd760b2e}.hero-bottom__featured:hover .hero-bottom__button{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #fad16447,0 0 2.4rem #dd760b73}.hero-bottom__featured:hover .hero-bottom__featured-media img{transform:scale(1.04)}}.hero-bottom__featured-bg{position:absolute;inset:0;pointer-events:none;opacity:.5}.hero-bottom__featured-bg img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.hero-bottom__featured-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;width:100%}@media(max-width:1024px){.hero-bottom__featured-content{flex:1 1 0;min-width:0;height:100%;justify-content:flex-start}.hero-bottom__featured-content .hero-bottom__button{margin-top:auto}}.hero-bottom__featured-eyebrow{color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.07rem}.hero-bottom__featured-content h3{margin:0;width:100%;max-width:none;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:4.4rem;letter-spacing:.2rem;text-transform:uppercase;word-break:break-word}@media(max-width:1280px){.hero-bottom__featured-content h3{font-size:3.2rem;line-height:3.6rem}}@media(max-width:1024px){.hero-bottom__featured-content h3{font-size:4rem;line-height:4.4rem}}@media(max-width:768px){.hero-bottom__featured-content h3{font-size:3.2rem;line-height:4.4rem;letter-spacing:.016rem}}.hero-bottom__featured-media{position:relative;z-index:1;flex:1 1 auto;width:100%;min-height:28rem;overflow:hidden;border:2px solid rgba(133,12,5,.3);border-radius:1.2rem;box-shadow:inset 4px 4px 20px #94030340}.hero-bottom__featured-media img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center top;transition:transform .55s cubic-bezier(.22,1,.36,1)}@media(max-width:1024px){.hero-bottom__featured-media{flex:1 1 0;min-width:0;min-height:19.7rem;height:19.7rem}}@media(max-width:768px){.hero-bottom__featured-media{flex:none;min-height:19.7rem;height:19.7rem}}@media(prefers-reduced-motion:reduce){.hero-bottom__promo,.hero-bottom__featured,.hero-bottom__promo-art img,.hero-bottom__featured-media img{transition:none}}.hero{position:relative;display:flex;flex-direction:column;overflow:visible}.hero__viewport{position:relative;display:flex;align-items:stretch;width:100%;min-height:calc(100dvh - var(--hero-bg-offset, 8.8rem));box-sizing:border-box}.hero__viewport .hero-top{width:100%;display:flex;align-items:stretch}@media(max-width:1024px){.hero__viewport{align-items:flex-start;min-height:0}}.hero__bottom{margin-top:6.4rem;position:relative;z-index:5}@media(max-width:1024px){.hero__bottom{margin-top:0}}@media(max-width:768px){.hero__bottom{margin-top:2.4rem}}.hero .container{position:relative;z-index:5}.how-it-work{padding:0;background:transparent}.how-it-work__header{display:flex;flex-direction:column;gap:2.4rem;margin-bottom:2.4rem}@media(max-width:1024px){.how-it-work__header{gap:2.4rem;margin-bottom:2.4rem}}@media(max-width:768px){.how-it-work__header{gap:2.4rem;margin-bottom:2.4rem}}.how-it-work__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.how-it-work__title{font-size:3.6rem}}@media(max-width:1024px){.how-it-work__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.how-it-work__title{font-size:3.2rem;letter-spacing:.016rem}}.how-it-work__intro{margin:0;max-width:114.2rem;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.how-it-work__panel{position:relative;display:flex;align-items:stretch;overflow:hidden;width:100%;min-height:42.6rem;padding:2.4rem;border-radius:1.2rem;border:1px solid rgba(133,12,5,.3);background:linear-gradient(243.36deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340}@media(max-width:1024px){.how-it-work__panel{min-height:44.7rem}}@media(max-width:768px){.how-it-work__panel{min-height:67rem;flex-direction:column;padding:1.6rem;gap:2.4rem}}.how-it-work__blocks{position:relative;z-index:2;display:flex;flex-direction:column;gap:2.4rem;width:48rem;max-width:100%}@media(max-width:1280px){.how-it-work__blocks{width:min(48rem,46%)}}@media(max-width:1024px){.how-it-work__blocks{width:40rem}}@media(max-width:768px){.how-it-work__blocks{width:100%}}.how-it-work__card{display:flex;flex-direction:column;gap:1.6rem;width:100%;padding:0;border:0;background:transparent}@media(max-width:1024px){.how-it-work__card{gap:1.6rem}}@media(max-width:768px){.how-it-work__card{gap:1.2rem}}.how-it-work__text{display:flex;flex-direction:column;gap:1.6rem;color:#fff}@media(max-width:1024px){.how-it-work__text{gap:1.6rem}}@media(max-width:768px){.how-it-work__text{gap:1.2rem}}.how-it-work__text h3{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;line-height:normal;letter-spacing:.012rem;text-transform:uppercase}@media(max-width:1024px){.how-it-work__text h3{font-size:2.4rem}}@media(max-width:768px){.how-it-work__text h3{font-size:2.4rem;letter-spacing:.012rem}}.how-it-work__text p{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}@media(max-width:768px){.how-it-work__text p{font-size:1.2rem;letter-spacing:.006rem}}.how-it-work__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:4.6rem;padding:1.2rem 3.2rem;border:.1rem solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}@media(hover:hover){.how-it-work__button:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}.how-it-work__button:active{filter:brightness(.94)}@media(max-width:768px){.how-it-work__button{min-height:4.4rem;padding:1.2rem 2.4rem}}.how-it-work__visual{position:absolute;top:1.3rem;right:auto;bottom:auto;left:41.4%;z-index:1;width:70.3rem;height:42.5rem;max-width:58.6%;pointer-events:none}@media(max-width:1280px){.how-it-work__visual{top:1.3rem;left:41.4%;width:min(70.3rem,58.6%);height:42.5rem;max-width:58.6%}}@media(max-width:1024px){.how-it-work__visual{inset:0;width:100%;max-width:none;height:100%}}@media(max-width:768px){.how-it-work__visual{position:absolute;inset:auto;left:-.7rem;right:auto;bottom:-1.5rem;top:auto;width:calc(100% + 1.4rem);max-width:none;height:22.4rem;margin:0}}.how-it-work__glow{position:absolute;top:9.85%;left:35.45%;width:49.7%;height:auto;aspect-ratio:1;max-width:none;max-height:none;object-fit:contain;transform:scale(1.5722);transform-origin:center center;opacity:1}@media(max-width:1024px){.how-it-work__glow{top:12.36%;left:63.8%;width:44.47%;height:auto;aspect-ratio:1;transform:scale(1.5722);transform-origin:center center;opacity:1}}@media(max-width:768px){.how-it-work__glow{top:4%;left:25%;width:28rem;height:28rem;aspect-ratio:auto;transform-origin:center center;opacity:.9}}.how-it-work__character{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:left top}@media(max-width:1024px){.how-it-work__character{inset:24.83% auto auto 55.94%;width:75.55%;height:80.35%;object-fit:cover;object-position:left top}}@media(max-width:768px){.how-it-work__character{inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}}.join-us{position:relative;padding:0;overflow:visible}.join-us .container{position:relative;z-index:1}.join-us__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;overflow:hidden;width:100%;min-height:24.2rem;padding:2.4rem 2.4rem 3.2rem;border-radius:1.2rem;border:1px solid rgba(133,12,5,.3);background:linear-gradient(228.55deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340}@media(max-width:1024px){.join-us__card{align-items:flex-end;min-height:22.2rem;padding:2.4rem 2.4rem 3.2rem;gap:2.4rem}}@media(max-width:768px){.join-us__card{min-height:50rem;padding:1.6rem;gap:2.4rem;justify-content:flex-start;align-items:stretch}}.join-us__glow{position:absolute;z-index:0;width:27.5rem;height:27.5rem;pointer-events:none}.join-us__glow img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;opacity:.9}.join-us__glow--left{top:1.1rem;left:6.4rem}.join-us__glow--right{top:1.1rem;right:5rem}@media(max-width:1024px){.join-us__glow{width:27.5rem;height:27.5rem}.join-us__glow--left{top:1.2rem;left:3.2rem}.join-us__glow--right{display:none}}@media(max-width:768px){.join-us__glow{width:27.5rem;height:27.5rem}.join-us__glow--left{top:63.89%;bottom:auto;left:12.92%;transform:none}.join-us__glow--right{display:none}}.join-us__character{position:absolute;z-index:1;max-width:none;max-height:none;object-fit:contain;pointer-events:none}.join-us__character--left{top:-2.8rem;left:1.8rem;width:30.5rem;height:30.5rem}.join-us__character--right{top:-1.2rem;right:.5rem;width:31.8rem;height:31.8rem}@media(max-width:1280px){.join-us__character--left{left:0;width:min(30.5rem,28%);height:auto;aspect-ratio:1}.join-us__character--right{right:0;width:min(31.8rem,28%);height:auto;aspect-ratio:1}}@media(max-width:1024px){.join-us__character--left{top:-2.7rem;bottom:auto;left:-1.2rem;width:30.5rem;height:30.5rem}.join-us__character--right{display:none}}@media(max-width:768px){.join-us__character--left{top:44.6%;bottom:auto;left:7.42%;width:85.15%;height:auto;aspect-ratio:1;transform:none;object-fit:cover}.join-us__character--right{display:none}}.join-us__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2.4rem;width:100%;max-width:59.2rem;text-align:center}@media(max-width:1024px){.join-us__content{align-items:flex-end;max-width:41.1rem;margin-left:auto;margin-right:0;text-align:right;gap:2.4rem}}@media(max-width:768px){.join-us__content{align-items:flex-start;max-width:100%;margin-left:0;gap:2.4rem;text-align:left}}.join-us__text{display:flex;flex-direction:column;align-items:center;gap:.8rem}@media(max-width:1024px){.join-us__text{align-items:flex-end;width:100%}}@media(max-width:768px){.join-us__text{align-items:flex-start;gap:.8rem;width:100%}}.join-us__title{margin:0;width:100%;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:900;line-height:normal;letter-spacing:.02rem;text-transform:uppercase;text-align:center;background-image:linear-gradient(180deg,#fad164,#dd760b);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:1280px){.join-us__title{font-size:3.6rem}}@media(max-width:1024px){.join-us__title{font-size:3.2rem;letter-spacing:.016rem;text-align:right}}@media(max-width:768px){.join-us__title{font-size:3.2rem;letter-spacing:.016rem;text-align:left;width:100%}}.join-us__description{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:400;line-height:normal;letter-spacing:.01rem;text-align:center;white-space:nowrap}@media(max-width:1024px){.join-us__description{font-size:2rem;white-space:normal;text-align:right}}@media(max-width:768px){.join-us__description{font-size:1.6rem;text-align:left}}.join-us__button{display:inline-flex;align-items:center;justify-content:center;width:21rem;min-height:5.6rem;padding:1.4rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;box-sizing:border-box;box-shadow:0 1rem 2.4rem #dd760b47;transition:filter .25s ease,box-shadow .25s ease}@media(hover:hover){.join-us__button:hover{filter:brightness(1.08);box-shadow:0 0 0 .2rem #fad16459,0 0 2.8rem #dd760b8c}}.join-us__button:active{filter:brightness(.96)}@media(max-width:1024px){.join-us__button{align-self:flex-end;width:21rem;min-height:5.6rem;padding:1.4rem 3.2rem;font-size:1.8rem}}@media(max-width:768px){.join-us__button{width:100%;max-width:none;min-height:4.6rem;font-size:1.4rem}}.features{position:relative;padding:0;overflow:hidden;background:transparent}.features .container{position:relative;z-index:1}.features__inner{display:flex;flex-direction:column;gap:2.4rem;max-width:100%;color:#fff}@media(max-width:1024px){.features__inner{gap:2.4rem}}@media(max-width:768px){.features__inner{gap:2.4rem}}.features__title{margin:0;width:100%;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.features__title{font-size:3.6rem}}@media(max-width:1024px){.features__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.features__title{font-size:3.2rem;letter-spacing:.016rem}}.features__text{display:flex;flex-direction:column;gap:1.6rem;width:100%;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.features__text p{margin:0}@media(max-width:768px){.features__text{gap:1.2rem;font-size:1.4rem}}.security{position:relative;z-index:0;padding:0;background:transparent;isolation:isolate}.security__inner{display:flex;flex-direction:column;gap:2.4rem}@media(max-width:1024px){.security__inner{gap:2.4rem}}@media(max-width:768px){.security__inner{gap:1.6rem}}.security__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.security__title{font-size:3.6rem}}@media(max-width:1024px){.security__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.security__title{font-size:3.2rem;letter-spacing:.016rem}}.security__grid{display:flex;align-items:center;gap:2.4rem;width:100%}@media(max-width:1280px){.security__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:2.4rem}}@media(max-width:1024px){.security__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem}}@media(max-width:768px){.security__grid{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}}.security__card{display:flex;flex:1 1 0;min-width:0;width:100%;height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transition:transform .3s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.security__card:hover{transform:translateY(-.2rem)}.security__card:hover .security__media img{transform:scale(1.04)}.security__card:hover .security__text h3{color:#fad164}}.security__content{display:flex;align-items:flex-start;gap:1.6rem;width:100%}@media(max-width:768px){.security__content{gap:.8rem}}.security__media{width:88px;height:88px;flex:0 0 auto;overflow:hidden}.security__media img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;transition:transform .35s cubic-bezier(.22,1,.36,1)}@media(max-width:768px){.security__media{width:72px;height:72px}}.security__text{display:flex;flex:1 1 auto;flex-direction:column;gap:.8rem;min-width:0;color:#fff}.security__text h3{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;line-height:normal;letter-spacing:.01rem;text-transform:uppercase;transition:color .3s ease}@media(max-width:1024px){.security__text h3{font-size:1.8rem}}@media(max-width:768px){.security__text h3{font-size:1.6rem;letter-spacing:.008rem}}.security__text p{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.home-page{background:#180100;overflow-x:clip;max-width:100%}.home-page__middle{position:relative;z-index:2;display:flex;flex-direction:column;gap:8rem;padding-top:8rem;padding-bottom:6rem}.home-page__middle .scroll-reveal{width:100%}@media(max-width:1024px){.home-page__middle{gap:8rem;padding-top:8rem;padding-bottom:4rem}}@media(max-width:768px){.home-page__middle{gap:4.8rem;padding-top:4.8rem;padding-bottom:4rem}}.home-bg-top{position:relative;overflow:hidden;margin-top:calc(-1 * var(--hero-bg-offset));padding-top:var(--hero-bg-offset);background:#180100;--hero-bg-offset: 8.8rem}.home-bg-top:before{content:"";position:absolute;top:0;left:0;width:100%;height:max(83.2rem + var(--hero-bg-offset),100dvh);transform-origin:center top;pointer-events:none;z-index:0;background:linear-gradient(180deg,#18010000 87.97%,#180100),url(/images/hero/hero_bg.png) no-repeat center top/cover;animation:hero-bg-breathe 24s ease-in-out infinite alternate}@media(prefers-reduced-motion:reduce){.home-bg-top:before{animation:none}}.home-bg-top .hero-left,.home-bg-top .hero-right{display:none}.home-bg-top>*{position:relative;z-index:1}.home-bg-top .scroll-reveal{width:100%}@media(max-width:1280px){.home-bg-top{--hero-bg-offset: 7.2rem}}@media(max-width:1024px){.home-bg-top{--hero-bg-offset: 8.8rem;overflow-x:clip}.home-bg-top:before{background:linear-gradient(180deg,#18010000 87.97%,#180100),url(/images/hero/hero_bg_tablet.png) no-repeat center top/cover}}@media(max-width:768px){.home-bg-top{--hero-bg-offset: 7.2rem;overflow-x:clip}.home-bg-top:before{background:linear-gradient(180deg,#18010000 87.97%,#180100),url(/images/hero/hero_bg_mobile.png) no-repeat center top/cover}}@keyframes hero-bg-breathe{0%{transform:scale(1)}to{transform:scale(1.04)}}: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{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - 8.8rem);background:#180100;overflow:hidden}@media(max-width:1024px){.not-found{min-height:calc(100dvh - 7.2rem)}}@media(max-width:768px){.not-found{min-height:calc(100dvh - 6.4rem)}}.not-found__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.not-found__bg:before{content:"";position:absolute;inset:0;background:url(/images/restricted/restricted-bg.jpg) no-repeat center top/cover;opacity:.3}.not-found__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.not-found__inner{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;min-height:0;width:100%;padding:4rem 1.6rem 8.8rem;box-sizing:border-box;animation:not-found-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.not-found__inner{animation:none}}@media(max-width:768px){.not-found__inner{gap:2rem;padding:3.2rem 1.6rem 4.8rem}}.not-found__icon{display:block;width:24rem;height:24rem;max-width:min(24rem,70vw);max-height:none;object-fit:contain;object-position:center}@media(max-width:768px){.not-found__icon{width:16rem;height:16rem;max-width:min(16rem,60vw)}}.not-found__content{display:flex;flex-direction:column;align-items:center;gap:4rem;width:min(60rem,100%)}.not-found__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;text-align:center}.not-found__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.not-found__title{font-size:2.8rem;letter-spacing:.014rem}}.not-found__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.not-found__subtitle{max-width:32rem;font-size:1.4rem;letter-spacing:.007rem}}.not-found__button{display:inline-flex;align-items:center;justify-content:center;min-height:5.6rem;padding:1.4rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,box-shadow .25s ease}@media(hover:hover){.not-found__button:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}@media(max-width:768px){.not-found__button{width:100%;min-height:4.8rem;padding:1.2rem 2.4rem;font-size:1.5rem;border-radius:1.2rem}}@keyframes not-found-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.not-found-page{min-height:100%;padding-top:4.7rem;padding-bottom:4.7rem;background:linear-gradient(100.81deg,#190e71,#0f122a);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100vh}@media(max-width:768px){.not-found-page{padding-top:30px;padding-bottom:30px}}.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:8rem;font-family:Rubik One,sans-serif;text-transform:uppercase;font-weight:400;line-height:1;margin-bottom:1.2rem;color:#fccf40}@media(max-width:768px){.not-found-page__title{font-size:46px;margin-bottom:11px}}.not-found-page__sub{text-align:center;font-size:2rem}@media(max-width:768px){.not-found-page__sub{font-size:15px}}.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{position:relative;z-index:1}.realtime-rtp__top{margin-bottom:2.4rem}@media(max-width:768px){.realtime-rtp__top{margin-bottom:1.6rem}}.realtime-rtp__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.realtime-rtp__title{font-size:3.2rem;letter-spacing:.016rem}}.realtime-rtp__games{display:flex;flex-wrap:wrap;gap:2.4rem}@media(max-width:768px){.realtime-rtp__games{gap:1.6rem}}.realtime-rtp__game{flex-shrink:0}.realtime-rtp__game-link{display:block;width:16.8rem;height:16.8rem;overflow:hidden;border:.2rem solid rgba(133,12,5,.3);border-radius:1.6rem;box-shadow:inset .4rem .4rem 2rem #94030340;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}@media(max-width:1024px){.realtime-rtp__game-link{width:17.8rem;height:17.8rem}}@media(max-width:768px){.realtime-rtp__game-link{width:9.8rem;height:9.8rem;border-radius:1.6rem}}@media(hover:hover){.realtime-rtp__game-link:hover{transform:translateY(-.4rem);border-color:#b3140a8c;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 1.6rem #850c0540}}@media(prefers-reduced-motion:reduce){.realtime-rtp__game-link{transition:none}.realtime-rtp__game-link:hover{transform:none}}.realtime-rtp__game-link img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;display:block}.region-restricted{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - 8.8rem);background:#180100;overflow:hidden}@media(max-width:1024px){.region-restricted{min-height:calc(100dvh - 7.2rem)}}@media(max-width:768px){.region-restricted{min-height:calc(100dvh - 6.4rem)}}.region-restricted__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.region-restricted__bg:before{content:"";position:absolute;inset:0;background:url(/images/restricted/restricted-bg.jpg) no-repeat center top/cover;opacity:.3}.region-restricted__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.region-restricted__inner{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;min-height:0;width:100%;padding:4rem 1.6rem 8.8rem;box-sizing:border-box;animation:region-restricted-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.region-restricted__inner{animation:none}}@media(max-width:768px){.region-restricted__inner{gap:2rem;padding:3.2rem 1.6rem 4.8rem}}.region-restricted__icon{display:block;width:24rem;height:24rem;max-width:min(24rem,70vw);max-height:none;object-fit:contain;object-position:center}@media(max-width:768px){.region-restricted__icon{width:16rem;height:16rem;max-width:min(16rem,60vw)}}.region-restricted__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:min(60rem,100%);text-align:center}.region-restricted__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.region-restricted__title{font-size:2.8rem;letter-spacing:.014rem}}.region-restricted__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.region-restricted__subtitle{max-width:36rem;font-size:1.4rem;letter-spacing:.007rem}}@keyframes region-restricted-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.game-page{position:relative;box-sizing:border-box;min-height:100dvh;padding:16rem 0 6.4rem;background:#180100;overflow-x:hidden}@media(max-width:1280px){.game-page{padding-top:12rem;padding-bottom:4rem}}@media(max-width:1024px){.game-page{padding-top:12rem;padding-bottom:4rem}}@media(max-width:768px){.game-page{padding-top:10rem;padding-bottom:4rem}}.game-page .container{position:relative;z-index:2}.game-page__bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.game-page__bg:before{content:"";position:absolute;inset:0;background:url(/images/game-page/bg.png) no-repeat center top/cover;opacity:.5}.game-page__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.game-page__main{position:relative;z-index:1;display:flex;flex-direction:column;gap:8rem}@media(max-width:768px){.game-page__main{gap:4.8rem}}.game-page__hero{display:flex;flex-direction:column;gap:2.4rem;width:100%}.game-page__title{margin:0;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase}@media(max-width:768px){.game-page__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.game-page__status{margin:0;color:#ffffffb3;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400}.game-page__frame-wrapper{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;width:100%;height:70rem;padding:2.4rem;overflow:hidden;border:.4rem solid rgba(133,12,5,.3);border-radius:2.4rem;background:#180100;box-sizing:border-box}@media(max-width:768px){.game-page__frame-wrapper{height:44rem}}.game-page__frame-wrapper--fullscreen{position:fixed;inset:0;z-index:1000;width:100%;height:100%;padding:2.4rem;border:0;border-radius:0;background:#000}.game-page__frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}.game-page__fullscreen{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;flex-shrink:0;padding:0;border:.1rem solid rgba(133,12,5,.3);border-radius:1.2rem;cursor:pointer;background:linear-gradient(259.9deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;transition:filter .25s ease,border-color .25s ease,box-shadow .25s ease}@media(hover:hover){.game-page__fullscreen:hover{filter:brightness(1.08);border-color:#b3140a8c;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 1.6rem #850c0540}}.game-page__fullscreen-icon{width:2.8rem;height:2.8rem;max-width:none;max-height:none;object-fit:contain;pointer-events:none}.game-page__error-msg{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}.game-page__error-btn{cursor:pointer}.modal-auth .modal__backdrop{background-color:#180100b8;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-auth .modal__content{max-width:60rem;width:100%;padding:0;border:0;border-radius:1.2rem;background:transparent;max-height:calc(100% - 2rem);overflow-x:hidden;overflow-y:auto}@media(max-width:768px){.modal-auth .modal__content{width:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem);padding:0}}.login-modal{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:2.4rem;overflow-x:hidden;overflow-y:visible;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(258deg,#280000,#320101 97.87%);box-shadow:inset 4px 4px 20px #94030340;box-sizing:border-box}@media(max-width:768px){.login-modal{gap:2rem;padding:1.6rem}}.login-modal__header{display:flex;flex-direction:column;gap:.8rem}.login-modal__heading{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.login-modal__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.login-modal__title{font-size:2.8rem;letter-spacing:.014rem}}.login-modal__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.login-modal__close img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;display:block}.login-modal__close:hover{opacity:.75}.login-modal__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.login-modal__subtitle{font-size:1.4rem;letter-spacing:.007rem}}.login-modal__tabs{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:.4rem;overflow:hidden;border:1px solid rgba(133,12,5,.3);border-radius:1.6rem;background:#2f0001;box-shadow:inset 4px 4px 20px #94030340;box-sizing:border-box}.login-modal__tab{flex:1 0 0;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:4.6rem;padding:1.2rem 3.2rem;border:0;border-radius:1.6rem;background:transparent;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;transition:background .2s ease,opacity .2s ease}@media(max-width:768px){.login-modal__tab{min-height:4rem;padding:1rem 1.6rem;font-size:1.2rem}}.login-modal__tab--active{background:#850c05}.login-modal__tab:not(.login-modal__tab--active):hover{opacity:.85}.login-modal__form{display:flex;flex-direction:column;gap:2.4rem;width:100%}.login-modal__fields{display:flex;flex-direction:column;gap:1.6rem;width:100%}@media(max-width:768px){.login-modal__fields{gap:1.2rem}}.login-modal__field{display:flex;flex-direction:column;width:100%}.login-modal__field--password{gap:.8rem}.login-modal__field--password .login-modal__forgot{margin-top:0}.login-modal__field--error .login-modal__control{background:#180100;border-color:#ff3d31;box-shadow:none}.login-modal__field--error .login-modal__control:focus-within{background:#180100;border-color:#ff3d31;box-shadow:none}.login-modal__field--error .login-modal__error{margin-top:.4rem}.login-modal__control{position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.3);border-radius:.8rem;background:#180100;overflow:hidden;transition:border-color .2s ease,background .2s ease}.login-modal__control:focus-within{border-color:#fad164a6}.login-modal__control--password .login-modal__input{padding-right:4.8rem}@media(max-width:768px){.login-modal__control--password .login-modal__input{padding-right:4rem}}.login-modal__input{width:100%;box-sizing:border-box;padding:1.6rem;border:0;border-radius:inherit;background:transparent;color:#fff;caret-color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem;outline:none;-webkit-appearance:none;appearance:none}.login-modal__input::placeholder{color:#fff9;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;letter-spacing:.007rem;opacity:1}.login-modal__input:-webkit-autofill,.login-modal__input:-webkit-autofill:hover,.login-modal__input:-webkit-autofill:focus,.login-modal__input:-webkit-autofill:active{-webkit-text-fill-color:#fff!important;caret-color:#fff;border:0;border-radius:inherit;-webkit-box-shadow:0 0 0 1000px #180100 inset!important;box-shadow:0 0 0 1000px #180100 inset!important;transition:background-color 99999s ease-out 0s}@media(max-width:768px){.login-modal__input{padding:1.2rem;font-size:1.3rem}.login-modal__input::placeholder{font-size:1.3rem}}.login-modal__eye{position:absolute;top:50%;right:1.6rem;z-index:1;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer}.login-modal__eye img{display:block;flex-shrink:0;width:2.4rem;height:1.43rem;max-width:none;max-height:none;object-fit:contain;object-position:center;transition:opacity .2s ease}.login-modal__eye:hover img{opacity:.85}@media(max-width:768px){.login-modal__eye{right:1.2rem;width:2rem;height:2rem}.login-modal__eye img{width:2rem;height:1.2rem}}.login-modal__forgot{align-self:flex-end;margin:0;padding:0;border:0;background:transparent;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem;cursor:pointer;transition:opacity .2s ease}.login-modal__forgot:hover{opacity:.75}@media(max-width:768px){.login-modal__forgot{font-size:1.3rem}}.login-modal__error{margin:0;color:#ff3d31;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;letter-spacing:.006rem}.login-modal__check{position:relative;display:flex;align-items:flex-start;gap:1.2rem;width:100%;margin:0;cursor:pointer}.login-modal__check-input{position:absolute;top:0;left:0;width:2.4rem;height:2.4rem;margin:0;opacity:0;cursor:pointer;z-index:1}.login-modal__check-input:checked+.login-modal__check-box{background:#850c05;border-color:#850c05}.login-modal__check-input:checked+.login-modal__check-box img{opacity:1}.login-modal__check-input:focus-visible+.login-modal__check-box{outline:2px solid rgba(250,209,100,.7);outline-offset:2px}.login-modal__check-box{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.4rem;height:2.4rem;margin-top:.1rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.35);border-radius:.4rem;background:#180100;overflow:hidden;transition:background .15s ease,border-color .15s ease}.login-modal__check-box img{display:block;width:1.2rem;height:1.2rem;max-width:none;max-height:none;object-fit:contain;opacity:0;transition:opacity .15s ease;pointer-events:none}.login-modal__check-text{display:flex;flex-direction:column;gap:.2rem;flex:1 1 auto;min-width:0;padding-top:.2rem;color:#fff}.login-modal__check-title{font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;letter-spacing:.006rem}.login-modal__check-desc{font-family:Poppins,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:normal;letter-spacing:.005rem;color:#fff9}.login-modal__check--error .login-modal__check-box{border-color:#ff3d31;background:#180100}.login-modal__check--error .login-modal__error{margin-top:.4rem;margin-left:3.6rem;width:calc(100% - 3.6rem)}.login-modal__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:5.6rem;padding:1.4rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;opacity:.5;box-sizing:border-box;transition:filter .25s ease,opacity .2s ease,box-shadow .25s ease}.login-modal__submit--ready{opacity:1;box-shadow:0 .8rem 2rem #dd760b47}.login-modal__submit:disabled{cursor:wait}@media(hover:hover){.login-modal__submit--ready:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}@media(max-width:768px){.login-modal__submit{min-height:4.8rem;padding:1.2rem 2.4rem;font-size:1.5rem;border-radius:1.2rem}}.login-modal__server{margin:0;text-align:center;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem}.login-modal__server--error{color:#ff3d31}.login-modal__server--success{color:#d7ffe0}.register-modal__row{display:flex;gap:1.6rem;width:100%}.register-modal__row .login-modal__field{flex:1 0 0;min-width:0}@media(max-width:768px){.register-modal__row{flex-direction:column;gap:1.2rem}}.register-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;color:#fff}.register-modal__success-icon{width:10rem}.register-modal__success-icon img{display:block;width:100%;height:auto}.register-modal__success-title{margin:0;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.012rem}.register-modal__success-text{margin:0 0 .8rem;max-width:42rem;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.45;letter-spacing:.008rem;color:#ffffffd9}@media(max-width:768px){.register-modal__success-icon{width:8rem}.register-modal__success-text{max-width:28rem}}.reset-password-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}@media(max-width:768px){.reset-password-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}}.profile-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}.profile-modal__row{display:flex;gap:1.6rem;width:100%}.profile-modal__row .login-modal__field{flex:1 0 0;min-width:0}@media(max-width:768px){.profile-modal__row{flex-direction:column;gap:1.2rem}}.profile-modal__dob{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;width:100%}.profile-modal__change-password{align-self:center;margin-top:-.8rem}.profile-modal .login-modal__input:disabled,.profile-modal .login-modal__input[readonly]{opacity:1;color:#fff;cursor:default;-webkit-text-fill-color:#fff}.profile-modal .login-modal__check-title{white-space:normal}@media(max-width:768px){.profile-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}.profile-modal .login-modal__check-title{font-size:1.1rem;letter-spacing:.0055rem}}.purchases-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}.purchases-modal__table{display:flex;flex-direction:column;gap:.8rem;width:100%}.purchases-modal__head{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;align-items:center;width:100%;padding:1.2rem 2.4rem;box-sizing:border-box;border-radius:1.6rem;background:#850c0599;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase}.purchases-modal__body{display:flex;flex-direction:column;gap:.8rem;width:100%;max-height:32rem;overflow-y:auto}.purchases-modal__row{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;align-items:center;width:100%;padding:1.2rem 2.4rem;box-sizing:border-box;overflow:hidden;border:1px solid rgba(133,12,5,.3);border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;box-shadow:inset 4px 4px 20px #94030340}.purchases-modal__product{display:flex;align-items:center;gap:.4rem;min-width:0}.purchases-modal__coin{width:2.4rem;height:2.4rem;max-width:none;max-height:none;flex-shrink:0;object-fit:cover}.purchases-modal__price,.purchases-modal__date{min-width:0}.purchases-modal__placeholder{padding:2.4rem 1.6rem;border:1px solid rgba(133,12,5,.3);border-radius:1.6rem;background:#2f0001;color:#f7f0d2bf;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;text-align:center;box-shadow:inset 4px 4px 20px #94030340}.purchases-modal__placeholder--error{color:#ff3d31}@media(max-width:768px){.purchases-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}.purchases-modal__head,.purchases-modal__row{padding:1.2rem;font-size:1.1rem;gap:.4rem}.purchases-modal__body{max-height:none}.purchases-modal__coin{width:2rem;height:2rem}.purchases-modal__placeholder{padding:1.6rem 1.2rem;font-size:1.2rem}}.modal-shop .modal__backdrop{background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-shop .modal__content{max-width:89.7rem;width:calc(100% - 4.8rem);padding:0;border:0;border-radius:1.2rem;background:transparent;overflow-x:visible;overflow-y:visible;max-height:calc(100% - 2rem)}@media(max-width:1280px){.modal-shop .modal__content{max-width:76.8rem}}@media(max-width:768px){.modal-shop .modal__content{width:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem);overflow-y:auto}}.modal-shop .modal__close{display:none}.shop-modal{position:relative;display:flex;flex-direction:column;width:100%}.shop-modal__shell{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:2.4rem;border:.1rem solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(258.53deg,#280000,#320101 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;box-sizing:border-box;overflow:visible}@media(max-width:768px){.shop-modal__shell{gap:2.4rem;padding:2.4rem}}.shop-modal__header{display:flex;flex-direction:column;gap:.8rem;width:100%}.shop-modal__heading-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%}.shop-modal__title{margin:0;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase}@media(max-width:768px){.shop-modal__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.shop-modal__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.shop-modal__subtitle{font-size:1.4rem;letter-spacing:.007rem}}.shop-modal__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.shop-modal__close img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none}.shop-modal__close:hover{opacity:.75}.shop-modal__hint,.shop-modal__error,.shop-modal__warning,.shop-modal__muted{margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;line-height:1.4}.shop-modal__hint{color:#fffc;text-align:center}.shop-modal__hint--full{grid-column:1/-1}.shop-modal__error,.shop-modal__warning{color:#ff8a8a}.shop-modal__muted{color:#ffffffbf}.shop-modal__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem;width:100%;transition:opacity .2s ease}.shop-modal__grid--refreshing{opacity:.65;pointer-events:none}@media(max-width:1280px){.shop-modal__grid{gap:1.6rem}}@media(max-width:768px){.shop-modal__grid{grid-template-columns:1fr;gap:1.2rem}}.shop-modal__footer{display:flex;align-items:stretch;gap:2.4rem;width:100%}@media(max-width:768px){.shop-modal__footer{flex-direction:column;gap:2.4rem}}.shop-modal__exchange{display:flex;flex:1 1 auto;flex-direction:column;gap:1.6rem;min-width:0}.shop-modal__exchange-title{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;line-height:normal;letter-spacing:.01rem;text-transform:uppercase}.shop-modal__exchange-controls{display:flex;align-items:stretch;gap:1.6rem;width:100%}@media(max-width:768px){.shop-modal__exchange-controls{gap:1.6rem}}.shop-modal__currency{position:relative;flex-shrink:0}.shop-modal__currency-trigger{display:inline-flex;align-items:center;gap:.4rem;height:5.3rem;padding:0 1.6rem;border:.1rem solid rgba(255,255,255,.3);border-radius:.8rem;background:#180100;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:2.2rem;font-weight:500;letter-spacing:.011rem;cursor:pointer}.shop-modal__currency-trigger img{display:block;width:2.1rem;height:2.1rem;max-width:none;max-height:none;flex-shrink:0;object-fit:contain}.shop-modal__currency-menu{position:absolute;top:calc(100% + .8rem);left:0;z-index:20;width:max-content;min-width:100%;margin:0;padding:.6rem;list-style:none;border:.1rem solid rgba(133,12,5,.3);border-radius:.8rem;background:#180100;box-shadow:0 1.6rem 4rem #00000073}.shop-modal__currency-option{display:block;width:100%;padding:1rem 1.2rem;border:0;border-radius:.8rem;background:transparent;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;text-align:left;white-space:nowrap;cursor:pointer}.shop-modal__currency-option:hover,.shop-modal__currency-option--active{background:#850c0559}.shop-modal__custom-input{flex:1 1 auto;min-width:0;height:5.3rem;padding:0 1.6rem;border:.1rem solid rgba(255,255,255,.3);border-radius:.8rem;background:#180100;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;letter-spacing:.007rem;outline:none;box-sizing:border-box}.shop-modal__custom-input::placeholder{color:#fff9}.shop-modal__check{position:relative;display:flex;align-items:flex-start;gap:1.2rem;width:100%;margin:0;cursor:pointer}.shop-modal__check-input{position:absolute;top:0;left:0;width:2.4rem;height:2.4rem;margin:0;opacity:0;cursor:pointer;z-index:1}.shop-modal__check-input:checked+.shop-modal__check-box{background:#850c05;border-color:#850c05}.shop-modal__check-input:checked+.shop-modal__check-box img{opacity:1}.shop-modal__check-input:focus-visible+.shop-modal__check-box{outline:.2rem solid rgba(250,209,100,.7);outline-offset:.2rem}.shop-modal__check-box{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.4rem;height:2.4rem;box-sizing:border-box;margin-top:.1rem;border:1px solid rgba(255,255,255,.35);border-radius:.4rem;background:#180100;overflow:hidden;transition:background .15s ease,border-color .15s ease}.shop-modal__check-box img{display:block;width:1.2rem;height:1.2rem;max-width:none;max-height:none;object-fit:contain;opacity:0;transition:opacity .15s ease;pointer-events:none}.shop-modal__check-text{flex:1 1 auto;min-width:0;padding-top:.2rem;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.006rem;line-height:normal}.shop-modal__check-link{color:inherit;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s ease}@media(hover:hover){.shop-modal__check-link:hover{color:#fad164}}.shop-modal__summary{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem;flex:0 0 33.1rem;width:33.1rem;min-height:100%;padding:1.6rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(254.25deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;box-sizing:border-box;overflow:hidden}.shop-modal__summary:after{content:"";position:absolute;inset:0;border:1px solid rgba(133,12,5,.3);border-radius:inherit;pointer-events:none;z-index:2}@media(max-width:1280px){.shop-modal__summary{flex:0 0 28rem;width:28rem}}@media(max-width:768px){.shop-modal__summary{flex:1 1 auto;width:100%;min-height:auto;gap:1.2rem}}.shop-modal__summary-glow{position:absolute;left:11.4rem;top:12.3rem;width:17.8rem;height:17.8rem;border-radius:50%;background:radial-gradient(circle,#850c058c,#50000033 55%,#28000000 75%);pointer-events:none}.shop-modal__summary-text{position:relative;z-index:1;margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.shop-modal__summary-total{position:relative;z-index:1;margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:3.2rem;font-weight:700;line-height:normal;letter-spacing:.016rem;text-transform:uppercase}.shop-modal__confirm{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1.2rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;opacity:.5;transition:filter .25s ease,opacity .2s ease,box-shadow .25s ease}.shop-modal__confirm--ready{opacity:1;box-shadow:0 .8rem 2rem #dd760b47}.shop-modal__confirm:disabled{cursor:not-allowed}@media(hover:hover){.shop-modal__confirm--ready:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}.shop-pack{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:15.1rem;padding:1.6rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(252.52deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;box-sizing:border-box;overflow:hidden;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.shop-pack:after{content:"";position:absolute;inset:0;border:1px solid rgba(133,12,5,.3);border-radius:inherit;pointer-events:none;z-index:2;transition:border-color .25s ease}@media(hover:hover){.shop-pack:hover{border-color:#fad16473;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 1.8rem #850c0559,0 0 2.4rem #dd760b2e;transform:translateY(-.2rem)}.shop-pack:hover:after{border-color:#fad16473}.shop-pack:hover .shop-pack__glow{opacity:1;filter:brightness(1.25)}}.shop-pack__glow{position:absolute;right:-2rem;top:-3.9rem;width:17.8rem;height:17.8rem;border-radius:50%;background:radial-gradient(circle,#850c058c,#50000033 55%,#28000000 75%);pointer-events:none;transition:filter .25s ease,opacity .25s ease}@media(max-width:768px){.shop-pack__glow{right:5rem;top:-3.8rem}}.shop-pack__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;max-width:calc(100% - 9rem)}.shop-pack__amount{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;line-height:normal;letter-spacing:.012rem;text-transform:uppercase}.shop-pack__label{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.shop-pack__price{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:10rem;margin-top:1.6rem;padding:1.2rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;transition:filter .25s ease,box-shadow .25s ease}@media(hover:hover){.shop-pack__price:hover{filter:brightness(1.1);box-shadow:0 0 0 .2rem #fad16459,0 0 2rem #dd760b80,0 .6rem 1.4rem #dd760b59}}.shop-pack__price:active{filter:brightness(.96);transition-duration:.12s}.shop-pack__character{position:absolute;right:0;bottom:0;z-index:0;width:auto;height:15.5rem;max-width:none;max-height:none;object-fit:contain;object-position:bottom right;pointer-events:none}@media(max-width:768px){.shop-pack__character{right:-1.2rem;top:-.4rem;bottom:auto;width:16.6rem;height:15.5rem;object-position:center}}.shop-pack--active{border-color:#fad1648c;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 1.6rem #850c0540}.shop-pack--active:after{border-color:#fad1648c}@media(hover:hover){.shop-pack--active:hover{border-color:#fad164b3;box-shadow:inset .4rem .4rem 2rem #94030340,0 0 2rem #850c0566,0 0 2.8rem #dd760b40}.shop-pack--active:hover:after{border-color:#fad164b3}}.game-bet-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}.game-bet-modal__game{width:100%;overflow:hidden;border-radius:1.2rem;border:1px solid rgba(133,12,5,.3);box-shadow:inset 4px 4px 20px #94030340}.game-bet-modal__cover{display:block;width:100%;height:18rem;max-width:none;max-height:none;object-fit:cover}.game-bet-modal__section{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;text-align:center}.game-bet-modal__section-title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.007rem;text-transform:uppercase}.game-bet-modal__section-subtitle{margin:0;color:#fffc;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;letter-spacing:.007rem}.game-bet-modal__controls{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:.8rem}.game-bet-modal__round-btn{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border:1px solid rgba(133,12,5,.3);border-radius:50%;background:#180100;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}@media(hover:hover){.game-bet-modal__round-btn:hover{background:#850c05;border-color:transparent}}.game-bet-modal__bet-value{min-width:8rem;padding:1.2rem 1.6rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.3);background:#180100;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;text-align:center}.game-bet-modal__presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;width:100%}@media(max-width:768px){.game-bet-modal__presets{grid-template-columns:repeat(3,minmax(0,1fr))}}.game-bet-modal__preset{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.2rem .8rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:#2f0001;color:#f7f0d2;box-shadow:inset 4px 4px 20px #94030340;cursor:pointer;transition:background .2s ease,border-color .2s ease}.game-bet-modal__preset--active{background:#850c05;border-color:transparent;color:#fff}@media(hover:hover){.game-bet-modal__preset:hover{border-color:#fad16473}}.game-bet-modal__preset-image{width:3.2rem;height:3.2rem;background-position:center;background-repeat:no-repeat;background-size:contain}.game-bet-modal__preset-text{font-family:Poppins,system-ui,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.006rem;text-transform:uppercase;text-align:center}@media(max-width:768px){.game-bet-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}.game-bet-modal__cover{height:14rem}}.modal-age .modal__backdrop{background-color:#180100b8;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-age .modal__content{width:100%;max-width:60rem;max-height:calc(100% - 2rem);padding:0;overflow-x:hidden;overflow-y:auto;border:0;border-radius:1.2rem;background:transparent}@media(max-width:768px){.modal-age .modal__content{width:calc(100% - 3.2rem);max-height:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);padding:0}}.age-modal{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.6rem;width:100%;padding:2.4rem 2.4rem 4rem;overflow:hidden;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(258deg,#280000,#320101 97.87%);box-shadow:inset 4px 4px 20px #94030340;box-sizing:border-box;text-align:center}@media(max-width:768px){.age-modal{gap:1.6rem;padding:2rem 1.6rem 2.4rem}}.age-modal__badge{display:block;flex-shrink:0;width:16rem;height:16rem;max-width:none;max-height:none;object-fit:contain}@media(max-width:768px){.age-modal__badge{width:12rem;height:12rem}}.age-modal__body{display:flex;flex-direction:column;align-items:center;gap:2.4rem;width:100%}@media(max-width:768px){.age-modal__body{gap:2rem}}.age-modal__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.age-modal__title{font-size:2.8rem;letter-spacing:.014rem}}.age-modal__text{margin:0;max-width:55.2rem;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem;text-align:center}@media(max-width:768px){.age-modal__text{font-size:1.4rem;letter-spacing:.007rem}}.age-modal__actions{display:flex;flex-direction:column;gap:.8rem;width:100%}.age-modal__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:5.6rem;padding:1.4rem 3.2rem;border-radius:1.6rem;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}@media(max-width:768px){.age-modal__button{min-height:4.8rem;padding:1.2rem 2.4rem;font-size:1.5rem;border-radius:1.2rem}}.age-modal__button--confirm{border:0;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;box-shadow:0 .8rem 2rem #dd760b47}@media(hover:hover){.age-modal__button--confirm:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}.age-modal__button--confirm:active{filter:brightness(.96)}.age-modal__button--decline{border:.2rem solid #850c05;background:#2f0001;color:#f7f0d2}@media(hover:hover){.age-modal__button--decline:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2rem #850c0566}}.age-modal__button--decline:active{filter:brightness(.94)}.reset-password-form-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}.reset-password-form-modal__back{align-self:center}@media(max-width:768px){.reset-password-form-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}}.new-password-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}@media(max-width:768px){.new-password-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}}.change-password-modal .login-modal__title{flex:1 1 auto;min-width:0;white-space:normal}@media(max-width:768px){.change-password-modal .login-modal__title{font-size:2.4rem;letter-spacing:.012rem}}.ds-rewards .modal__backdrop{background-color:#180100b8;backdrop-filter:blur(.6rem);-webkit-backdrop-filter:blur(.6rem)}.ds-rewards .modal__content{max-width:89.7rem;width:100%;padding:0;border:0;border-radius:1.2rem;background:transparent;overflow:visible;max-height:calc(100% - 2rem)}@media(max-width:1024px){.ds-rewards .modal__content{max-width:76.8rem;width:calc(100% - 4.8rem)}}@media(max-width:768px){.ds-rewards .modal__content{max-width:none;width:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem);overflow-y:auto}}.daily-rewards{width:100%}.daily-rewards__panel{display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:2.4rem;border:.1rem solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(255deg,#280000,#320101 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;box-sizing:border-box}@media(max-width:768px){.daily-rewards__panel{gap:2.4rem;padding:1.6rem}}.daily-rewards__header{display:flex;flex-direction:column;gap:.8rem;width:100%}.daily-rewards__heading-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%}.daily-rewards__title{margin:0;min-width:0;flex:1 1 auto;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase}@media(max-width:768px){.daily-rewards__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.daily-rewards__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.daily-rewards__subtitle{font-size:1.4rem;letter-spacing:.007rem}}.daily-rewards__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.daily-rewards__close img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none}@media(hover:hover){.daily-rewards__close:hover{opacity:.75}}.daily-rewards__hint,.daily-rewards__error{margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;text-align:center}.daily-rewards__hint{color:#fffc}.daily-rewards__error{color:#ffd0d0}.daily-rewards__rows{display:flex;flex-direction:column;gap:2.4rem;width:100%}@media(max-width:768px){.daily-rewards__rows{gap:1.2rem}}.daily-rewards__row{display:grid;gap:2.4rem;width:100%}.daily-rewards__row--primary{grid-template-columns:repeat(4,minmax(0,1fr))}.daily-rewards__row--secondary{grid-template-columns:minmax(0,19.425rem) minmax(0,19.425rem) minmax(0,1fr);align-items:stretch}@media(max-width:1024px){.daily-rewards__row{gap:1.6rem}.daily-rewards__row--secondary{grid-template-columns:16.8rem 16.8rem minmax(0,1fr)}}@media(max-width:768px){.daily-rewards__row{gap:1.2rem}.daily-rewards__row--primary,.daily-rewards__row--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}.daily-rewards__featured{min-width:0}@media(max-width:768px){.daily-rewards__featured{grid-column:1/-1}}.daily-rewards__featured .dr-day{height:100%}.daily-rewards__footer{display:flex;align-items:center;gap:.8rem;width:100%}.daily-rewards__footer-icon{display:block;width:5.6rem;height:5.6rem;flex-shrink:0;object-fit:contain}@media(max-width:768px){.daily-rewards__footer-icon{width:7rem;height:7rem}}.daily-rewards__footer-text{display:flex;flex-direction:column;gap:0;min-width:0;flex:1 1 auto}.daily-rewards__footer-title{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;line-height:normal;letter-spacing:.01rem;text-transform:uppercase}@media(max-width:768px){.daily-rewards__footer-title{font-size:1.6rem;letter-spacing:.008rem}}.daily-rewards__footer-copy{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}@media(max-width:768px){.daily-rewards__footer-copy{font-size:1.2rem;letter-spacing:.006rem}}.dr-day{position:relative;display:flex;flex-direction:column;gap:1.6rem;min-height:15.1rem;padding:1.6rem;border:.1rem solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(257deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;box-sizing:border-box;overflow:hidden;isolation:isolate}.dr-day__glow{position:absolute;top:-3.9rem;left:11.3rem;right:auto;width:17.8rem;height:17.8rem;border-radius:50%;background:radial-gradient(circle,#b4140ad9,#850c058c 35%,#50000040 60%,#28000000 78%);pointer-events:none}@media(max-width:1024px){.dr-day__glow{top:-3.8rem;left:auto;right:-12.4rem}}@media(max-width:768px){.dr-day__glow{top:-3.8rem;left:auto;right:-13.6rem}}.dr-day__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;min-width:0}.dr-day__label{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.dr-day__amount{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:2.4rem;font-weight:700;line-height:normal;letter-spacing:.012rem;text-transform:uppercase}.dr-day__token{position:absolute;top:-1.54rem;left:12.6rem;right:auto;z-index:0;width:8.8rem;height:8.8rem;object-fit:cover;object-position:center;transform:rotate(-10.42deg);transform-origin:center;pointer-events:none}@media(max-width:1024px){.dr-day__token{top:-1.5rem;left:auto;right:-5.3rem}}@media(max-width:768px){.dr-day__token{top:-1.5rem;left:auto;right:-6.5rem;width:8.8rem;height:8.8rem}}.dr-day__present{position:absolute;right:-1.2rem;bottom:-.6rem;top:auto;z-index:0;width:auto;height:15.8rem;max-width:none;max-height:none;object-fit:contain;object-position:bottom right;pointer-events:none}.dr-day__action{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;margin-top:auto}.dr-day__collect,.dr-day__timer,.dr-day__lock{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:4.4rem;padding:1.2rem 3.2rem;border-radius:1.6rem;box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase}.dr-day__collect{border:0;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;cursor:pointer;transition:filter .25s ease,box-shadow .25s ease}.dr-day__collect:disabled{opacity:.7;cursor:wait}@media(hover:hover){.dr-day__collect:not(:disabled):hover{filter:brightness(1.08);box-shadow:0 0 1.6rem #dd760b73}}.dr-day__timer,.dr-day__lock{border:.1rem solid #850c05;background:#2f0001;color:#f7f0d2}.dr-day__timer{white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;font-variant-numeric:tabular-nums;letter-spacing:.02rem}.dr-day__lock img{display:block;width:2.2rem;height:2.2rem;object-fit:contain}.dr-day__claimed-overlay{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:#0000004d;backdrop-filter:blur(.2rem);-webkit-backdrop-filter:blur(.2rem);pointer-events:none}.dr-day__claimed-badge{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1.2rem;background:#850c05}.dr-day__claimed-badge img{display:block;width:1.6rem;height:1.15rem;max-width:none;max-height:none;object-fit:contain}.dr-day--claimed .dr-day__token,.dr-day--claimed .dr-day__present{filter:grayscale(1)}.dr-day--super{min-height:15.1rem}.dr-day--super .dr-day__content{max-width:calc(100% - 18rem)}.dr-day--super .dr-day__action{justify-content:flex-start}.dr-day--super .dr-day__glow{top:-4.5rem;left:16.5rem;right:auto;width:26rem;height:26rem;background:radial-gradient(circle,rgba(210,36,16,.55) 0%,rgba(170,20,10,.32) 32%,rgba(120,10,6,.14) 55%,rgba(70,4,2,.05) 72%,transparent 88%);filter:blur(2rem)}.dr-day--super .dr-day__present{top:-2.2rem;left:19.4rem;right:auto;bottom:auto;width:21.26rem;height:21.26rem;object-fit:cover;object-position:left top}.dr-day--super .dr-day__lock,.dr-day--super .dr-day__timer,.dr-day--super .dr-day__collect{width:auto;min-width:16.8rem}@media(max-width:1024px){.dr-day--super .dr-day__glow{top:-4.2rem;left:auto;right:-4rem;width:26rem;height:26rem}.dr-day--super .dr-day__present{top:-1.8rem;left:auto;right:-4.5rem;bottom:auto;width:21.26rem;height:21.26rem;object-fit:cover;object-position:left top}}@media(max-width:768px){.dr-day--super .dr-day__content{max-width:calc(100% - 14rem)}.dr-day--super .dr-day__glow{top:-3.5rem;left:auto;right:-3.5rem;width:24rem;height:24rem}.dr-day--super .dr-day__present{top:auto;left:auto;right:-2rem;bottom:-.8rem;width:auto;height:15rem;object-fit:contain;object-position:bottom right}}.dr-day--locked .dr-day__token,.dr-day--locked .dr-day__present{opacity:.85}@media(max-width:768px){.dr-day{min-height:0;height:auto}}.contact{position:relative;box-sizing:border-box;min-height:100dvh;padding:16rem 0 6.4rem;background:#180100;overflow-x:hidden}@media(max-width:1280px){.contact{padding-top:12rem;padding-bottom:4rem}}@media(max-width:1024px){.contact{padding-top:12rem;padding-bottom:4rem}}@media(max-width:768px){.contact{padding-top:10rem;padding-bottom:4rem}}.contact__bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.contact__bg:before{content:"";position:absolute;inset:0;background:url(/images/contact/bg.png) no-repeat center top/cover;opacity:.5}.contact__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.contact__container{position:relative;z-index:1}.contact__layout{display:flex;align-items:stretch;gap:1.6rem;width:100%}@media(max-width:1024px){.contact__layout{flex-direction:column}}.contact__card{position:relative;display:flex;flex-direction:column;gap:2.4rem;flex-shrink:0;width:60rem;max-width:100%;padding:2.4rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(260.62deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;overflow:hidden;animation:contact-card-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.contact__card{animation:none}}@media(max-width:1024px){.contact__card{width:100%}}@media(max-width:768px){.contact__card{gap:1.6rem;padding:1.6rem}}.contact__title{margin:0;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase}@media(max-width:768px){.contact__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.contact__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.contact__subtitle{font-size:1.4rem;letter-spacing:.007rem}}.contact__form{display:flex;flex-direction:column;gap:2.4rem;width:100%}@media(max-width:768px){.contact__form{gap:1.6rem}}.contact__fields{display:flex;flex-direction:column;gap:1.6rem;width:100%}@media(max-width:768px){.contact__fields{gap:1.2rem}}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;width:100%}@media(max-width:768px){.contact__row{gap:1.2rem}}.contact__field{display:flex;flex-direction:column;gap:.6rem;width:100%;min-width:0}.contact__field--error .contact__input{border-color:#ff5050b3}.contact__input{width:100%;box-sizing:border-box;padding:1.6rem;border:1px solid rgba(255,255,255,.3);border-radius:.8rem;background:#180100;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem;outline:none;transition:border-color .2s ease}.contact__input::placeholder{color:#fff9}.contact__input:focus{border-color:#fad1648c}.contact__textarea{min-height:14rem;height:14rem;resize:vertical}.contact__error{margin:0;color:#ff8a8a;font-family:Poppins,system-ui,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.contact__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1.4rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;opacity:.5;box-sizing:border-box;transition:filter .25s ease,opacity .2s ease,box-shadow .25s ease}.contact__submit--ready{opacity:1;box-shadow:0 .8rem 2rem #dd760b47}.contact__submit:disabled{cursor:wait}@media(hover:hover){.contact__submit--ready:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}@media(max-width:768px){.contact__submit{padding:1.2rem 1.6rem;font-size:1.4rem}}.contact__server{margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.4;text-align:center}.contact__server--success{color:#8dffb0}.contact__server--error{color:#ff8a8a}.contact__aside{display:flex;flex:1 1 auto;flex-direction:column;gap:1.6rem;min-width:0;animation:contact-aside-enter .9s cubic-bezier(.22,1,.36,1) .12s both}@media(prefers-reduced-motion:reduce){.contact__aside{animation:none}}@media(max-width:768px){.contact__aside{gap:.8rem}}.contact__hero{position:relative;flex-shrink:0;width:100%;height:43.2rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(256.46deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;overflow:hidden;pointer-events:none}@media(max-width:768px){.contact__hero{height:24rem}}.contact__hero-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.contact__info{display:flex;flex:1 1 auto;gap:1.6rem;min-height:0}@media(max-width:768px){.contact__info{flex:0 0 auto;flex-direction:column;gap:.8rem;min-height:auto}}.contact__info-card{position:relative;display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;min-width:0;padding:1.6rem 1.6rem 3.2rem;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(255.74deg,#28000033,#32010133 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340;overflow:hidden}@media(max-width:768px){.contact__info-card{flex:0 0 auto;flex-direction:row;align-items:center;justify-content:flex-start;gap:.8rem;width:100%;padding:1.6rem}}.contact__info-icon{display:block;width:8.8rem;height:8.8rem;min-width:8.8rem;min-height:8.8rem;max-width:none;max-height:none;flex-shrink:0;object-fit:contain}@media(max-width:768px){.contact__info-icon{width:6.4rem;height:6.4rem;min-width:6.4rem;min-height:6.4rem}}.contact__info-text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;min-width:0}@media(max-width:768px){.contact__info-text{flex:1 1 auto;align-items:flex-start;width:auto}}.contact__info-label{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:700;line-height:normal;letter-spacing:.008rem;white-space:nowrap}.contact__info-value{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:normal;letter-spacing:.007rem;text-transform:uppercase;text-align:center;word-break:normal;overflow-wrap:anywhere}@media(max-width:768px){.contact__info-value{font-size:1.2rem;letter-spacing:.006rem;text-align:left;line-height:1.35}}.contact__info-value--link{color:#fff;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s ease}@media(hover:hover){.contact__info-value--link:hover{color:#fad164}}@keyframes contact-card-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}@keyframes contact-aside-enter{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}.hero-million{--hero-bg-offset: 8.8rem;--hero-height: 83.2rem;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;margin-top:calc(-1 * var(--hero-bg-offset));height:var(--hero-height);min-height:var(--hero-height);padding:18rem 0 6.4rem;overflow:hidden;background:#180100}@media(max-width:1024px){.hero-million{--hero-bg-offset: 8.8rem;padding:calc(var(--hero-bg-offset) + 3.2rem) 0 4rem}}@media(max-width:768px){.hero-million{--hero-bg-offset: 7.2rem;padding:calc(var(--hero-bg-offset) + 2.8rem) 0 4rem;overflow:visible;z-index:3}}.hero-million__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-million__bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;min-height:100%;transform-origin:center top;background:linear-gradient(180deg,#18010000 87.97%,#180100),url(/images/hero/hero_bg.png) no-repeat center top/cover;animation:hero-million-bg-breathe 24s ease-in-out infinite alternate}@media(prefers-reduced-motion:reduce){.hero-million__bg:before{animation:none}}.hero-million .container{position:relative;z-index:2;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.hero-million__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:85.7rem;text-align:center}@media(max-width:1024px){.hero-million__content{gap:2.4rem;max-width:100%}}@media(max-width:768px){.hero-million__content{gap:2.4rem;align-items:flex-start;text-align:left}}.hero-million__title{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin:0;width:100%}@media(max-width:768px){.hero-million__title{align-items:flex-start}}.hero-million__title-accent{display:block;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase;background-image:linear-gradient(180deg,#fad164,#dd760b);-webkit-background-clip:text;background-clip:text;color:transparent;animation:hero-million-title .9s cubic-bezier(.16,1,.3,1) .08s both}@media(max-width:1280px){.hero-million__title-accent{font-size:5.6rem;line-height:6rem}}@media(max-width:1024px){.hero-million__title-accent{font-size:5.6rem;line-height:7.6rem;letter-spacing:.028rem}}@media(max-width:768px){.hero-million__title-accent{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.hero-million__title-sub{display:block;max-width:74.6rem;font-family:Poppins,system-ui,sans-serif;font-size:4.8rem;font-weight:900;line-height:6.8rem;letter-spacing:.024rem;text-transform:uppercase;color:#fff;animation:hero-million-title .9s cubic-bezier(.16,1,.3,1) .2s both}@media(max-width:1280px){.hero-million__title-sub{font-size:3.6rem;line-height:4.8rem}}@media(max-width:1024px){.hero-million__title-sub{max-width:74.6rem;font-size:3.2rem;line-height:5.2rem;letter-spacing:.016rem}}@media(max-width:768px){.hero-million__title-sub{max-width:100%;font-size:2.4rem;line-height:3.6rem;letter-spacing:.012rem}}.hero-million__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.4rem;margin:0;padding:0;list-style:none}@media(max-width:768px){.hero-million__badges{flex-direction:column;align-items:flex-start;gap:.4rem}}.hero-million__badge{display:flex;align-items:center;gap:.8rem;opacity:0;animation:hero-million-badge .7s cubic-bezier(.16,1,.3,1) both}.hero-million__badge:nth-child(1){animation-delay:.36s}.hero-million__badge:nth-child(2){animation-delay:.48s}.hero-million__badge:nth-child(3){animation-delay:.6s}.hero-million__badge img{display:block;flex-shrink:0;width:4rem;height:4rem;max-width:none;max-height:none;object-fit:contain;animation:hero-million-icon-float 3.6s ease-in-out 1.4s infinite}@media(max-width:768px){.hero-million__badge img{width:4rem;height:4rem}}.hero-million__badge:nth-child(2) img{animation-delay:1.7s}.hero-million__badge:nth-child(3) img{animation-delay:2s}.hero-million__badge span{color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.55;text-transform:uppercase;white-space:nowrap}@media(max-width:768px){.hero-million__badge span{font-size:1.4rem}}.hero-million__logo{display:block;width:40rem;height:auto;max-width:min(40rem,72vw);object-fit:contain;filter:drop-shadow(0 .8rem 2.4rem rgba(221,118,11,.28));animation:hero-million-logo .95s cubic-bezier(.16,1,.3,1) .55s both}@media(max-width:1024px){.hero-million__logo{width:24rem}}@media(max-width:768px){.hero-million__logo{display:none}}.hero-million__characters{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-million__character{position:absolute;bottom:0;height:auto;max-width:none;max-height:none;object-fit:contain;object-position:bottom center}.hero-million__character--left{left:calc(50% - 76.4rem);right:auto;bottom:0;width:56.6rem;animation:hero-million-char-left 1.1s cubic-bezier(.16,1,.3,1) .2s both,hero-million-char-float 6s ease-in-out 1.4s infinite}.hero-million__character--right{left:calc(50% + 13.65rem);right:auto;bottom:0;width:65.9rem;animation:hero-million-char-right 1.1s cubic-bezier(.16,1,.3,1) .28s both,hero-million-char-float-alt 6.5s ease-in-out 1.5s infinite}@media(max-width:1280px){.hero-million__character--left{left:calc(50% - 68rem);width:48rem}.hero-million__character--right{left:calc(50% + 12rem);width:56rem}}@media(max-width:1024px){.hero-million__character{object-fit:cover}.hero-million__character--left{left:calc(50% - 51.1rem);right:auto;bottom:-4.8rem;width:47.8rem;height:45.1rem;object-position:left bottom;animation:hero-million-char-left 1.1s cubic-bezier(.16,1,.3,1) .2s both,hero-million-char-float 6s ease-in-out 1.4s infinite}.hero-million__character--right{left:calc(50% + 1.5rem);right:auto;bottom:-4rem;width:49rem;height:41.6rem;object-position:right bottom;animation:hero-million-char-right 1.1s cubic-bezier(.16,1,.3,1) .28s both,hero-million-char-float-alt 6.5s ease-in-out 1.5s infinite}}@media(max-width:768px){.hero-million__characters{z-index:3;overflow:visible}.hero-million__character{object-fit:cover}.hero-million__character--left{display:none}.hero-million__character--right{left:calc(50% - 26.3rem);right:auto;top:39.6rem;bottom:auto;width:52.6rem;height:44.6rem;object-position:35% top;animation:hero-million-char-right 1.1s cubic-bezier(.16,1,.3,1) .28s both,hero-million-char-float-alt 6.5s ease-in-out 1.5s infinite}}@media(prefers-reduced-motion:reduce){.hero-million__title-accent,.hero-million__title-sub,.hero-million__badge,.hero-million__badge img,.hero-million__logo,.hero-million__character,.hero-million__bg:before{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}@keyframes hero-million-bg-breathe{0%{transform:scale(1)}to{transform:scale(1.04)}}@keyframes hero-million-title{0%{opacity:0;transform:translate3d(0,2.4rem,0);filter:blur(8px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes hero-million-badge{0%{opacity:0;transform:translate3d(0,1.6rem,0) scale(.92)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hero-million-logo{0%{opacity:0;transform:translate3d(0,2rem,0) scale(.94);filter:blur(6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes hero-million-char-left{0%{opacity:0;transform:translate3d(-4rem,2rem,0);filter:blur(10px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes hero-million-char-right{0%{opacity:0;transform:translate3d(4rem,2rem,0);filter:blur(10px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes hero-million-char-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(.6rem,-1rem,0)}}@keyframes hero-million-char-float-alt{0%,to{transform:translateZ(0)}50%{transform:translate3d(-.6rem,-1.2rem,0)}}@keyframes hero-million-icon-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-.6rem,0)}}.responsible-entertainment{position:relative;z-index:1;padding:0;overflow:hidden;background:transparent}.responsible-entertainment .container{position:relative;z-index:1}.responsible-entertainment__header{display:flex;flex-direction:column;gap:2.4rem;margin-bottom:2.4rem}@media(max-width:768px){.responsible-entertainment__header{gap:2.4rem;margin-bottom:2.4rem}}.responsible-entertainment__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:4rem;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.responsible-entertainment__title{font-size:3.6rem}}@media(max-width:1024px){.responsible-entertainment__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.responsible-entertainment__title{font-size:3.2rem;letter-spacing:.016rem}}.responsible-entertainment__description{margin:0;max-width:100%;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}@media(max-width:768px){.responsible-entertainment__description{font-size:1.3rem}}.responsible-entertainment__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}@media(max-width:1024px){.responsible-entertainment__cards{gap:1.6rem}}@media(max-width:768px){.responsible-entertainment__cards{grid-template-columns:1fr;gap:1.6rem}}.responsible-entertainment__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem;min-height:22.4rem;padding:2.4rem;overflow:hidden;border-radius:1.2rem;border:1px solid rgba(133,12,5,.3);background:linear-gradient(244deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340;transition:transform .3s ease,border-color .25s ease,box-shadow .25s ease}@media(hover:hover){.responsible-entertainment__card:hover{transform:translateY(-.2rem);border-color:#b3140a8c;box-shadow:inset 4px 4px 20px #9403034d,0 0 2.4rem #dd760b2e}.responsible-entertainment__card:hover .responsible-entertainment__art img{transform:translateY(.4rem) scale(1.04)}.responsible-entertainment__card:hover .responsible-entertainment__button{border-color:#b3140a;background:#3d0002}}@media(prefers-reduced-motion:reduce){.responsible-entertainment__card{transition:none}.responsible-entertainment__card:hover{transform:none}}@media(max-width:1024px){.responsible-entertainment__card{height:19rem;min-height:19rem}}@media(max-width:768px){.responsible-entertainment__card{height:15.9rem;min-height:15.9rem;gap:2.4rem;padding:1.6rem}}.responsible-entertainment__glow{position:absolute;top:-1.5rem;right:-2rem;z-index:0;width:28rem;height:auto;max-width:none;max-height:none;object-fit:contain;pointer-events:none;opacity:.85}@media(max-width:1024px){.responsible-entertainment__glow{top:-1.4rem;left:26.2rem;right:auto;width:24.5rem;height:24.5rem}}@media(max-width:768px){.responsible-entertainment__glow{top:-1.393rem;bottom:auto;right:auto;width:68.3388268156%;height:auto;aspect-ratio:1}}@media(max-width:768px){.responsible-entertainment__card:nth-child(1) .responsible-entertainment__glow{left:73.3726256983%}}@media(max-width:768px){.responsible-entertainment__card:nth-child(2) .responsible-entertainment__glow{left:77.2712290503%}}.responsible-entertainment__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem;max-width:28rem}@media(max-width:1280px){.responsible-entertainment__content{max-width:24rem}}@media(max-width:1024px){.responsible-entertainment__content{max-width:28rem}}@media(max-width:768px){.responsible-entertainment__content{max-width:28rem;gap:2.4rem}}.responsible-entertainment__card-title{display:flex;flex-direction:column;margin:0;font-family:Poppins,system-ui,sans-serif;font-weight:700;text-transform:uppercase}.responsible-entertainment__card-title span{display:block;color:#f7f0d2;font-size:2.4rem;line-height:normal;letter-spacing:.012rem}@media(max-width:1024px){.responsible-entertainment__card-title span{font-size:1.6rem;letter-spacing:.008rem}}@media(max-width:768px){.responsible-entertainment__card-title span{font-size:1.4rem;letter-spacing:.007rem}}.responsible-entertainment__card-title-accent{background-image:linear-gradient(180deg,#fad164,#dd760b);-webkit-background-clip:text;background-clip:text;color:transparent!important;font-size:4rem!important;letter-spacing:.02rem!important}@media(max-width:1280px){.responsible-entertainment__card-title-accent{font-size:3.2rem!important}}@media(max-width:1024px){.responsible-entertainment__card-title-accent{font-size:3.2rem!important}}@media(max-width:768px){.responsible-entertainment__card-title-accent{font-size:2.4rem!important;letter-spacing:.012rem!important}}.responsible-entertainment__button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:4.6rem;padding:1.2rem 3.2rem;border:1px solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}@media(hover:hover){.responsible-entertainment__button:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2.4rem #850c0573}}@media(max-width:768px){.responsible-entertainment__button{min-height:4.6rem;padding:1.2rem 3.2rem}}.responsible-entertainment__art{position:absolute;z-index:1;pointer-events:none}.responsible-entertainment__art img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:bottom right;transition:transform .35s ease}@media(prefers-reduced-motion:reduce){.responsible-entertainment__art img{transition:none}}.responsible-entertainment__art--experience,.responsible-entertainment__art--gameplay{top:.6rem;right:-2rem;width:min(33.6rem,58%);height:auto;animation:responsible-art-float 6.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.responsible-entertainment__art--experience,.responsible-entertainment__art--gameplay{animation:none}}.responsible-entertainment__art--gameplay{animation-delay:.6s}@media(max-width:1280px){.responsible-entertainment__art--experience,.responsible-entertainment__art--gameplay{width:min(30rem,55%);right:-1.5rem}}@media(max-width:1024px){.responsible-entertainment__art--experience,.responsible-entertainment__art--gameplay{top:.7rem;bottom:auto;right:auto;width:33.6rem;height:22.4rem}.responsible-entertainment__art--experience img,.responsible-entertainment__art--gameplay img{object-fit:cover;object-position:left top}.responsible-entertainment__art--experience{left:20.2rem}.responsible-entertainment__art--gameplay{left:18.5rem}}@media(max-width:768px){.responsible-entertainment__art--experience,.responsible-entertainment__art--gameplay{top:0;bottom:auto;right:auto;width:93.762849162%;height:auto;aspect-ratio:335.671/223.781}.responsible-entertainment__art--experience img,.responsible-entertainment__art--gameplay img{object-fit:cover;object-position:center center}.responsible-entertainment__art--experience{left:51.8469273743%}.responsible-entertainment__art--gameplay{left:47.387150838%}}@keyframes responsible-art-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,.8rem,0)}}.games-header-page{position:relative;z-index:2;padding:0;scroll-margin-top:11.2rem}@media(max-width:1280px){.games-header-page{scroll-margin-top:8rem}}@media(max-width:1024px){.games-header-page{scroll-margin-top:10rem}}@media(max-width:768px){.games-header-page{scroll-margin-top:8rem}}.games-header-page .container{position:relative;z-index:1}.games-header-page__box{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:2.4rem;overflow:hidden;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(258deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340}@media(max-width:768px){.games-header-page__box{gap:1.6rem;padding:1.6rem}}.games-header-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2.4rem}@media(max-width:1024px){.games-header-page__heading{flex-direction:column;align-items:flex-start;gap:2rem}}@media(max-width:768px){.games-header-page__heading{gap:1.6rem}}.games-header-page__intro{display:flex;flex:1 1 auto;flex-direction:column;gap:.8rem;min-width:0}.games-header-page__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:4rem;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.games-header-page__title{font-size:3.6rem}}@media(max-width:1024px){.games-header-page__title{font-size:4rem;letter-spacing:.02rem}}@media(max-width:768px){.games-header-page__title{font-size:3.2rem;letter-spacing:.016rem}}.games-header-page__description{margin:0;max-width:94.4rem;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}@media(max-width:768px){.games-header-page__description{max-width:100%;font-size:1.3rem}}.games-header-page__tabs{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;gap:.8rem;width:auto}@media(max-width:1024px){.games-header-page__tabs{justify-content:flex-start;flex-wrap:wrap;width:100%}}.games-header-page__tab{display:inline-flex;align-items:center;justify-content:center;min-height:4rem;padding:1.2rem 2.4rem;border:1px solid #850c05;border-radius:1.2rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-decoration:none;text-align:center;text-transform:uppercase;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,filter .25s ease,color .25s ease}@media(hover:hover){.games-header-page__tab:hover{border-color:#b3140a;background:#3d0002;box-shadow:0 0 0 .2rem #850c0559,0 0 2rem #850c0559}}.games-header-page__tab--active{border:0;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;box-shadow:0 .8rem 2rem #dd760b47}@media(hover:hover){.games-header-page__tab--active:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}@media(max-width:768px){.games-header-page__tab{min-height:3.6rem;padding:1rem 1.6rem;font-size:1.2rem;border-radius:1rem}}.games-header-page__panels{overflow-anchor:none}.games-header-page__panel{display:contents}.games-header-page__panel[hidden]{display:none}.games-header-page__games{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem;overflow-anchor:none}@media(max-width:1280px){.games-header-page__games{gap:1.6rem}}@media(max-width:1024px){.games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem}}@media(max-width:768px){.games-header-page__games{grid-template-columns:repeat(3,9.8rem);gap:1.6rem;justify-content:flex-start}}.games-header-page__games .game-card{--game-card-radius: 3.2rem;--game-card-border: 2px;--game-card-border-color: #4c0402;box-shadow:inset 4px 4px 20px #94030340}@media(max-width:1280px){.games-header-page__games .game-card{--game-card-radius: 2.8rem}}@media(max-width:1024px){.games-header-page__games .game-card{--game-card-radius: 2.4rem}}@media(max-width:768px){.games-header-page__games .game-card{--game-card-radius: 2rem}}@media(hover:hover){.games-header-page__games .game-card:hover{--game-card-border-color: rgba(179, 20, 10, .65);box-shadow:inset 4px 4px 20px #9403034d,0 1.2rem 2.8rem #dd760b47,0 0 1.6rem #850c0559}.games-header-page__games .game-card:hover .game-card__overlay{background:radial-gradient(circle at center,#dd760b47,#18010026 52%,#180100b8)}.games-header-page__games .game-card:hover .game-card__play-icon{background:linear-gradient(180deg,#fad164,#dd760b);box-shadow:0 0 0 .4rem #ffffff1f,0 1.2rem 3.2rem #dd760b73,0 0 2.4rem #fad16459}}.games-header-page__games .game-card:focus-visible{outline-color:#fad164}.games-header-page__notice{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.8rem;width:100%;aspect-ratio:1/1;padding:1.6rem;overflow:hidden;border:1px solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(260deg,#28000033,#32010133 97.87%);box-shadow:inset 4px 4px 20px #94030340;box-sizing:border-box}@media(max-width:1024px){.games-header-page__notice{grid-column:1/-1;flex-direction:row;align-items:center;aspect-ratio:auto;min-height:0;gap:.8rem}}@media(max-width:768px){.games-header-page__notice{grid-column:1/-1;flex-direction:column;align-items:flex-start;aspect-ratio:auto;min-height:0;padding:1.6rem}}.games-header-page__notice-icon{flex-shrink:0;width:8rem;height:8rem;max-width:none;max-height:none;object-fit:contain;animation:games-notice-pulse 3.8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.games-header-page__notice-icon{animation:none}}@media(max-width:1280px){.games-header-page__notice-icon{width:7.2rem;height:7.2rem}}@media(max-width:768px){.games-header-page__notice-icon{width:6.4rem;height:6.4rem}}.games-header-page__notice-text{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}@media(max-width:1280px){.games-header-page__notice-text{font-size:1.3rem}}@media(max-width:768px){.games-header-page__notice-text{font-size:1.3rem}}@keyframes games-notice-pulse{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-.4rem,0) scale(1.04)}}.politic-page{position:relative;box-sizing:border-box;padding:16rem 0 6.4rem;background:#180100;overflow-x:hidden}@media(max-width:1280px){.politic-page{padding-top:12rem;padding-bottom:4rem}}@media(max-width:1024px){.politic-page{padding-top:12rem;padding-bottom:4rem}}@media(max-width:768px){.politic-page{padding-top:10rem;padding-bottom:4rem}}.politic-page .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem;max-width:80rem;margin:0 auto;padding-left:0;padding-right:0;width:100%}@media(max-width:1280px){.politic-page .container{max-width:none;padding-left:2.4rem;padding-right:2.4rem}}@media(max-width:1024px){.politic-page .container{max-width:none;padding-left:2.4rem;padding-right:2.4rem}}@media(max-width:768px){.politic-page .container{max-width:none;padding-left:1.6rem;padding-right:1.6rem}}.politic-page__back{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;width:max-content;min-height:4.4rem;margin:0;padding:1.2rem 3.2rem;border:1px solid #850c05;border-radius:1.6rem;background:#2f0001;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-decoration:none;text-transform:uppercase;transition:background .25s ease,border-color .25s ease}.politic-page__back img{display:block;width:2.1rem;height:1.8rem;max-width:none;max-height:none;object-fit:contain}@media(hover:hover){.politic-page__back:hover{background:#3a0002;border-color:#a01008}}.politic-page__title{margin:0;width:100%;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:7.2rem;font-weight:900;line-height:7.6rem;letter-spacing:.036rem;text-transform:uppercase;white-space:normal;word-break:break-word}@media(max-width:768px){.politic-page__title{font-size:4rem;line-height:5.2rem;letter-spacing:.02rem}}.politic-page__text{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.politic-page__content{max-width:100%;width:100%;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.politic-page__content>*{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem}.politic-page__content>*+*{margin-top:1lh}.politic-page__content .politic-page__meta{display:flex;flex-direction:column;gap:0}.politic-page__content .politic-page__meta p{margin:0}.politic-page__content strong{color:#fff;font-weight:400}.politic-page__content a{color:#f7f0d2;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s ease}@media(hover:hover){.politic-page__content a:hover{color:#fad164}}.politic-page__content h1,.politic-page__content h2,.politic-page__content h3,.politic-page__content h4,.politic-page__content h5,.politic-page__content h6{text-transform:none}.politic-page__content h2{text-transform:uppercase}.politic-page__content ul,.politic-page__content ol{padding:0;list-style:none}.politic-page__content ul li{margin:0;padding-left:1.2em;text-indent:-1.2em}.politic-page__content ul li:before{content:"• "}.politic-page__content ul li+li{margin-top:0}.politic-page__content ul.politic-page__list--lettered li{padding-left:0;text-indent:0}.politic-page__content ul.politic-page__list--lettered li:before{content:none}.politic-page__content ul.politic-page__list--lettered li+li{margin-top:1lh}.politic-page__content ol li{margin:0;padding-left:0;text-indent:0;list-style:decimal;list-style-position:inside}.politic-page__content ol li:before{content:none}.politic-page__content ol li+li{margin-top:0}.politic-page__content .faq__question{text-transform:uppercase}.politic-page__content .faq__email{color:#f7f0d2;text-decoration:underline}.verify-email{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - 8.8rem);background:#180100;overflow:hidden}@media(max-width:1024px){.verify-email{min-height:calc(100dvh - 7.2rem)}}@media(max-width:768px){.verify-email{min-height:calc(100dvh - 6.4rem)}}.verify-email__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.verify-email__bg:before{content:"";position:absolute;inset:0;background:url(/images/restricted/restricted-bg.jpg) no-repeat center top/cover;opacity:.3}.verify-email__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.verify-email__inner{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;min-height:0;width:100%;padding:4rem 1.6rem 8.8rem;box-sizing:border-box;animation:verify-email-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.verify-email__inner{animation:none}}@media(max-width:768px){.verify-email__inner{gap:2rem;padding:3.2rem 1.6rem 4.8rem}}.verify-email__icon{display:block;width:24rem;height:24rem;max-width:min(24rem,70vw);max-height:none;object-fit:contain;object-position:center}@media(max-width:768px){.verify-email__icon{width:16rem;height:16rem;max-width:min(16rem,60vw)}}.verify-email__content{display:flex;flex-direction:column;align-items:center;gap:4rem;width:min(60rem,100%)}.verify-email__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;text-align:center}.verify-email__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.verify-email__title{font-size:2.8rem;letter-spacing:.014rem}}.verify-email__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.verify-email__subtitle{max-width:36rem;font-size:1.4rem;letter-spacing:.007rem}}.verify-email__status{margin:.4rem 0 0;color:#ffffffbf;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem}.verify-email__button{display:inline-flex;align-items:center;justify-content:center;min-height:5.6rem;padding:1.4rem 3.2rem;border:0;border-radius:1.6rem;background:linear-gradient(180deg,#fad164,#dd760b);color:#050313;font-family:Poppins,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;box-sizing:border-box;transition:filter .25s ease,box-shadow .25s ease}@media(hover:hover){.verify-email__button:hover{filter:brightness(1.06);box-shadow:0 0 0 .2rem #fad1644d,0 0 2.4rem #dd760b73}}@media(max-width:768px){.verify-email__button{width:100%;min-height:4.8rem;padding:1.2rem 2.4rem;font-size:1.5rem;border-radius:1.2rem}}.verify-email--pending .verify-email__content{gap:.8rem}.verify-email--success .verify-email__content{gap:4rem}@keyframes verify-email-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.restricted-access{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - 8.8rem);background:#180100;overflow:hidden}@media(max-width:1024px){.restricted-access{min-height:calc(100dvh - 7.2rem)}}@media(max-width:768px){.restricted-access{min-height:calc(100dvh - 6.4rem)}}.restricted-access__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.restricted-access__bg:before{content:"";position:absolute;inset:0;background:url(/images/restricted/restricted-bg.jpg) no-repeat center top/cover;opacity:.3}.restricted-access__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#18010000 87.97%,#180100)}.restricted-access__inner{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;min-height:0;width:100%;padding:4rem 1.6rem 8.8rem;box-sizing:border-box;animation:restricted-access-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.restricted-access__inner{animation:none}}@media(max-width:768px){.restricted-access__inner{gap:2rem;padding:3.2rem 1.6rem 4.8rem}}.restricted-access__icon{display:block;width:24rem;height:24rem;max-width:min(24rem,70vw);max-height:none;object-fit:contain;object-position:center}@media(max-width:768px){.restricted-access__icon{width:16rem;height:16rem;max-width:min(16rem,60vw)}}.restricted-access__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:min(60rem,100%);text-align:center}.restricted-access__title{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:4rem;font-weight:700;line-height:normal;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.restricted-access__title{font-size:2.8rem;letter-spacing:.014rem}}.restricted-access__subtitle{margin:0;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;letter-spacing:.008rem}@media(max-width:768px){.restricted-access__subtitle{max-width:32rem;font-size:1.4rem;letter-spacing:.007rem}}@keyframes restricted-access-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.toast-root{position:fixed;right:2.4rem;bottom:2.4rem;z-index:1000;display:flex;flex-direction:column;gap:1.2rem;pointer-events:none}@media(max-width:768px){.toast-root{left:50%;right:auto;transform:translate(-50%);bottom:1.6rem;align-items:center;width:calc(100% - 3.2rem);max-width:39rem}}.toast{pointer-events:auto;position:relative;width:min(100%,36rem)}.toast__content{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-width:0;min-height:11.8rem;padding:2rem 2.4rem;border:.1rem solid rgba(133,12,5,.3);border-radius:1.2rem;background:linear-gradient(255deg,#280000,#320101 97.87%);box-shadow:inset .4rem .4rem 2rem #94030340,0 1.2rem 3.2rem #00000059;overflow:hidden;box-sizing:border-box}.toast__content:before{content:"";position:absolute;top:-4rem;right:-3rem;width:14rem;height:14rem;border-radius:50%;background:radial-gradient(circle,#850c0573,#850c0500 70%);pointer-events:none}.toast__left{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:.8rem;min-width:0;flex:1 1 auto}.toast__message{margin:0;color:#ffffffe0;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.07rem;text-transform:uppercase}@media(max-width:768px){.toast__message{font-size:1.2rem;letter-spacing:.06rem}}.toast__amount{margin:0;color:#f7f0d2;font-family:Poppins,system-ui,sans-serif;font-size:3.2rem;font-weight:700;line-height:1;letter-spacing:.012rem;text-transform:uppercase}@media(max-width:768px){.toast__amount{font-size:2.8rem}}.toast__amount-unit{display:block;margin-top:.4rem;background-image:linear-gradient(180deg,#fad164,#dd760b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-family:Poppins,system-ui,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2;letter-spacing:.14rem;text-transform:uppercase}@media(max-width:768px){.toast__amount-unit{font-size:1.2rem}}.toast__icon-coin{position:absolute;right:-2.4rem;bottom:-2.4rem;z-index:1;display:block;width:11.2rem;height:11.2rem;object-fit:contain;transform:rotate(-10deg);pointer-events:none}@media(max-width:768px){.toast__icon-coin{right:-2rem;bottom:-2rem;width:9.6rem;height:9.6rem}}.toast__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer;transition:opacity .2s ease}.toast__close img{display:block;width:1.6rem;height:1.6rem;object-fit:contain}@media(hover:hover){.toast__close:hover{opacity:.75}}.toast--reward .toast__content{padding-right:9.6rem}.toast--reward .toast__left{max-width:calc(100% - 8rem)}.toast--success.toast--reward .toast__content{border-color:#850c0573}
