:root {--theme-glow:rgba(255,140,66,0.25);--halo-heavy:rgba(255,140,66,0.45);--block-spacing:2.5rem 1.2rem;--ui-card-inset:1rem;--gransino-gutter:0.8rem;--ui-radius:6px;--tile-corner:10px;--sheen-fill:rgba(30,20,14,0.65);--ui-edge-glass-effect:rgba(255,140,66,0.15);--frosted-shade:0 2px 12px rgba(0, 0, 0, 0.3);--theme-legal-site-footer:#ffb380;--theme-side-rail-width:248px}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}body{font-family:var(--ui-font-body);background:var(--theme-bg);color:var(--gransino-text-content);line-height:1.65;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:64px}h1,h2,h3,h4,h5,h6{font-family:var(--heading-text);line-height:1.15}a{color:var(--accent-primary);text-decoration:none;transition:color .25s}a:hover{color:var(--ui-hover-primary)}.seo-region-breadcrumb{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0;font-size:.9rem;color:var(--soft-copy,var(--gransino-text-content))}.seo-region-breadcrumb a{color:var(--accent-primary)}@keyframes shimmer{0%{background-position:200% center}100%{background-position:-200% center}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes glowPulse{0%,100%{box-shadow:0 0 15px var(--theme-glow)}50%{box-shadow:0 0 28px var(--halo-heavy)}}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.header-burger-open span:first-child{transform:translateY(7px) rotate(45deg)}.header-burger-open span:nth-child(2){opacity:0}.header-burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.header-nav-open{display:flex!important}}.widget-area.secondary{position:fixed;left:0;top:0;bottom:0;width:var(--theme-side-rail-width,64px);overflow-y:auto;z-index:10;flex-shrink:0}.sidebar-main{position:relative;height:100%;overflow-y:auto}.page-footer-brand{height:30px;width:auto}.footer-nav-wrap{display:flex;gap:1.2rem;flex-wrap:wrap}.footer-nav-wrap a{font-size:.82rem;color:var(--soft-copy);text-decoration:none;transition:color .2s}.footer-nav-wrap a:hover{color:var(--accent-primary);text-decoration:underline;text-underline-offset:2px}.main-colophon-rule-block{height:1px;background:rgba(255,255,255,.08);margin:.5rem 0}.site-page-footer-lower{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem;padding-top:.6rem}@media (max-width:480px){:root {--block-spacing:1.8rem 0.8rem;--ui-card-inset:0.9rem;--gransino-gutter:0.6rem}h1{font-size:1.4rem!important}h2{font-size:1.15rem!important}}@media (max-width:768px){:root {--block-spacing:2.5rem 1rem;--ui-card-inset:1.2rem}}@media (min-width:769px) and (max-width:1024px){:root {--block-spacing:3.5rem 1.5rem;--ui-card-inset:1.5rem}}header{background-color:var(--theme-bg);position:fixed;top:0;left:0;width:100%;z-index:9999;height:64px}.masthead-wrapper{display:flex;justify-content:space-between;padding:0 35px 0 20px;height:100%;align-items:center}.masthead-wrapper a{color:var(--gransino-text-content);text-decoration:none}.masthead-wrapper a:hover{color:unset}.header-left-block{display:flex;align-items:center;gap:40px}.site-logo-img img{max-height:50px;width:auto;max-width:200px;object-fit:contain;display:block}.main-header-menu{display:flex;align-items:center;list-style:none;gap:30px;margin:0;padding:0;font-size:15px;font-weight:600}.main-header-menu a{color:var(--soft-copy)}.main-header-menu a:hover{color:var(--gransino-text-content)}.header-right-buttons{display:flex;align-items:center;gap:15px}.topbar-button-buttons{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700}.topbar-button-buttons a{padding:10px 12px;border-radius:1000px;line-height:normal}.sign-in-button-container{border:1px solid var(--gransino-border);color:var(--gransino-text-content)}.sign-in-button-container:hover{background-color:var(--alt-background)}.main-register-action-holder{position:relative}.join-button{background:var(--accent-primary);border:1px solid var(--accent-primary);color:var(--button-copy,#fff)}.join-button:hover{filter:brightness(1.15)}.register-reward-area{position:absolute;top:-12px;right:-10px;background-color:var(--ui-accent-color);color:#000;border-radius:15px;font-size:8px;font-weight:700;padding:1px 2px;display:flex;align-items:center;gap:2px}.menu-toggle{background:0 0;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.menu-toggle img{filter:invert(1)}.offcanvas-inner{position:fixed;top:0;left:-100%;width:90%;height:100vh;background:var(--theme-bg);z-index:10000;transition:left .3s;display:flex;flex-direction:column}.offcanvas-inner.open{left:0}.menu-toggle-close{background:0 0;border:none;padding:10px;color:var(--gransino-text-content);cursor:pointer}.menu-toggle-close:hover{background:0 0}.offcanvas-topbar{display:flex;justify-content:flex-end}.offcanvas-inner-grid{padding:20px;display:flex;flex-direction:column;gap:25px}.offcanvas-inner-grid .main-header-menu{flex-direction:column;align-items:flex-start;gap:15px}.offcanvas-inner-grid .main-header-menu a{font-size:16px;padding:12px 0;display:block}.site-offcanvas-backdrop-section{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s;z-index:9999}.site-offcanvas-backdrop-section.show{opacity:1;pointer-events:all}@media (max-width:1124px){.site-header-navigation-shell{display:none}.offcanvas-inner .site-header-navigation-shell{display:flex;max-width:fit-content}.offcanvas-inner .main-header-menu{flex-direction:column;align-items:flex-start;font-size:12px;gap:15px}}@media (min-width:1125px){.menu-toggle,.offcanvas-inner,.site-offcanvas-backdrop-section{display:none}}@media (max-width:768px){.site-header-search{display:none}.masthead-wrapper{padding:0 20px}.header-left-block{gap:10px}.header-right-buttons{flex-shrink:0}.site-logo-img{max-width:80px;min-width:0;flex-shrink:1}.site-logo-img img{max-width:100%}}#secondary.side-panel-open{width:248px;min-width:248px;background:var(--alt-background);border-right:1px solid rgba(128,128,128,.18)}.side-panel-open .sidebar-main{padding:80px 20px 20px;border-radius:0;background:0 0;display:flex;flex-direction:column;align-items:center;gap:0}.side-panel-open .side-panel-hr{width:100%;height:1px;border:0;margin:10px 0;background:rgba(128,128,128,.18)}.side-rail-full-symbol{display:flex;align-items:center;justify-content:center;padding:8px;margin-bottom:4px}.side-rail-full-symbol img{object-fit:contain}.sidebar-expanded-menu-list-box{display:flex;flex-direction:column;gap:4px;width:100%}.aside-wide-entry-row{display:flex;align-items:center;gap:10px;padding:10px 14px;width:100%;background:rgba(255,255,255,.06);border-radius:8px;font-size:14px;font-weight:600;color:var(--soft-copy);text-decoration:none;transition:.2s}.aside-wide-entry-row:hover{background:rgba(255,255,255,.1);color:var(--gransino-text-content)}.aside-wide-entry-row img{object-fit:contain;flex-shrink:0}.sidebar-expanded-menu-list-box .side-panel-hr{width:100%;margin:6px 0}@media (max-width:921px){#secondary{display:none}}.header-bg,.header-bg *,.header-bg-bottom,.header-bg-bottom *{font-family:var(--heading-text)!important}.header-bg{background:url(/wp-content/uploads/2026/03/header-bg.png?v=4e1ef146) 0 0/cover no-repeat;width:100%;max-width:1400px;margin:0 auto;border-radius:0;overflow:hidden}.header-bg-content{display:flex;align-items:center;flex-direction:column;padding-top:12%;padding-bottom:50px}.header-bg-content br{display:none}.header-bg-content>a{display:inline-block;width:auto}.header-bg-title{text-transform:uppercase;font-size:36px!important;font-weight:600;margin-bottom:0;color:#fff;text-shadow:2px 2px 4px #000,0 0 15px #000}.header-bg-deposit{font-size:126px!important;font-weight:900!important;font-style:italic;text-transform:uppercase;line-height:1.15;color:var(--banner-amount,#ffd21e);filter:drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))}.header-bg-bonus{font-size:28.8px!important;font-weight:900;color:#fff;text-transform:uppercase;text-shadow:2px 2px 4px #000,0 0 15px #000;margin-bottom:20px}.header-bg-button{background:var(--accent-primary);color:var(--button-copy,#fff);border:none;cursor:pointer;padding:9px 58px!important;border-radius:1000px!important;font-size:18px;font-weight:700;text-transform:capitalize;width:auto!important;box-shadow:none;transition:.5s}.header-bg-button:hover{background:var(--ui-hover-primary);transform:translateY(-2px)}.header-bg-button-content{display:flex;flex-direction:column;align-items:center;letter-spacing:0}.header-bg-button-main{font-size:24px!important;font-weight:700;line-height:1.6}.header-bg-button-description{font-size:13px!important;font-weight:500;opacity:.8;text-transform:none;line-height:1.6}.header-bg-bottom{display:flex;justify-content:center;align-items:center;line-height:1.5;background:var(--alt-background);padding:8px 0;margin-bottom:24px;position:relative}.header-bg-bottom::after,.header-bg-bottom::before{content:'';position:absolute;top:0;bottom:0;width:15%;z-index:1;pointer-events:none}.header-bg-bottom::before{left:0;background:linear-gradient(to right,var(--theme-bg),transparent)}.header-bg-bottom::after{right:0;background:linear-gradient(to left,var(--theme-bg),transparent)}.header-bg-bottom p{display:none}.header-bg-bottom-content{text-align:center;margin:0 26px}.header-bg-bottom-content .small-content{font-size:10px;color:var(--soft-copy);font-weight:700}.header-bg-bottom-content .big-content{font-size:16px;font-weight:700;color:#fff}@media (min-width:769px){.header-bg-content{padding-top:calc(12% - 21px)!important;padding-bottom:29px!important}}@media (max-width:768px){.header-bg{background-image:url(/wp-content/uploads/2026/03/header-bg-mobile.png?v=bbb5acde);background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio:1/1;padding:0;margin-left:-20px;margin-right:-20px;width:auto;max-width:none;border-radius:0;overflow:visible;position:relative;--banner-drop:144px;margin-bottom:calc(var(--banner-drop) + 16px)}.header-bg .header-bg-content{position:absolute;left:0;right:0;bottom:calc(var(--banner-drop) * -1);padding:0 16px;gap:4px}.header-bg-title{font-size:20px!important;margin-bottom:4px}.header-bg-deposit{font-size:66px!important;line-height:1.1}.header-bg-bonus{font-size:24px!important;margin-bottom:16px}.header-bg-bottom{background:var(--alt-background);gap:10px;padding:8px 15px}.big-content{font-size:14px}}.payment-methods{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px 28px;padding:20px 24px;margin:24px auto;max-width:1100px;background:0 0}.payment-methods img{width:72px;height:56px;object-fit:fill;flex-shrink:0;opacity:.9;transition:opacity .2s,transform .2s;filter:grayscale(10%)}.payment-methods img:hover{opacity:1;filter:grayscale(0);transform:translateY(-2px)}@media (max-width:768px){.payment-methods{gap:14px 20px;padding:16px}.payment-methods img{width:56px;height:44px}}.main-game-filter-bar{width:100%;max-width:1400px;margin:24px auto;padding:12px 0;background:var(--theme-bg);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.main-game-filter-bar::-webkit-scrollbar{height:4px}.main-game-filter-bar::-webkit-scrollbar-thumb{background:var(--gransino-border);border-radius:2px}.slots-selector-strip{display:flex;align-items:center;gap:8px;padding:0 16px;white-space:nowrap;width:max-content}.site-games-sort-pill-block{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;background:var(--alt-background,#151c35);border:1px solid var(--gransino-border);color:var(--gransino-text-content);font-size:14px;font-weight:600;letter-spacing:.2px;transition:background .2s,border-color .2s,color .2s,transform .15s;flex:0 0 auto}.site-games-sort-pill-block:hover{background:var(--surface-panel,var(--alt-background));border-color:var(--accent-primary);color:var(--gransino-text-content)}.site-games-sort-pill-block.active{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--button-copy,#fff)}.games-selector-symbol{width:20px;height:16px;object-fit:contain;flex-shrink:0;opacity:.85}.site-games-sort-pill-block:hover .games-selector-symbol{opacity:1}@media (max-width:768px){.slots-selector-strip{gap:6px;padding:0 12px}.site-games-sort-pill-block{padding:10px 14px;font-size:13px}}.site-main{max-width:1400px;margin:0 auto;padding:20px 20px 60px}.content-area{font-size:15px;line-height:1.8;color:var(--soft-copy)}.content-area p{margin-bottom:1rem}.content-area strong{color:var(--gransino-text-content)}.content-area a:not(.primary-cta):not(.application-banner-cta-wrapper):not([class*="-button"]){color:var(--accent-primary);text-decoration:underline}.content-area a:not(.primary-cta):not(.application-banner-cta-wrapper):not([class*="-button"]):hover{color:var(--ui-accent-color)}@media (max-width:768px){.site-main{padding:5rem 15px 30px}.content-area{font-size:14px}.app-banner-container,.site-main>.app-banner-container{margin-left:-15px;margin-right:-15px;width:auto;max-width:none}.app-banner,.app-banner-mobile img{border-radius:0;width:100%;max-width:100%}}.features-container{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:30px 0;margin:0 auto;max-width:1400px}.feature-card{aspect-ratio:1;border-radius:20px;display:flex;align-items:flex-start;justify-content:flex-start;padding:14px;background-color:var(--surface-panel,var(--alt-background));background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,.22)}.feature-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);pointer-events:none}.features-container .feature-card h3{text-transform:none;border:none;padding:0;font-weight:700;position:relative;z-index:2;color:#fff;letter-spacing:.2px;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.45);text-align:left;width:auto}.fcdl-payouts-section{background-image:url(/wp-content/uploads/2026/03/fast-pay.png?v=4ce5c467)}.cashback{background-image:url(/wp-content/uploads/2026/03/cashback.png?v=99ae54b2)}.vip{background-image:url(/wp-content/uploads/2026/03/vip-level.png?v=46b75f55)}.games{background-image:url(/wp-content/uploads/2026/03/games.png?v=e7506219)}.missions{background-image:url(/wp-content/uploads/2026/03/feature-missions.png?v=a18a68cc)}@media (max-width:1024px){.features-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.features-container{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:16px 16px 24px;gap:12px;margin:0 -16px;scrollbar-width:thin}.features-container::-webkit-scrollbar{height:4px}.features-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.feature-card{flex:0 0 44%;max-width:44%;scroll-snap-align:start}.features-container .feature-card h3{font-size:12px}}.section-support{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:30px 0;max-width:800px;margin:0 auto}.block-support{flex:1;background:var(--alt-background);border-radius:8px;padding:18px;max-width:320px}.title-support{display:flex;align-items:center;gap:10px;margin-bottom:8px}.title-support img{width:33px;height:33px;flex-shrink:0}.title-support-text{font-weight:700;font-size:16px}.block-support p{color:var(--soft-copy);font-size:13px;margin-bottom:0}@media (max-width:768px){.section-support{flex-direction:column;padding:0 16px}}.app-banner-container{margin:32px auto;max-width:800px}.app-banner{display:flex;align-items:stretch;background:var(--surface-panel,var(--alt-background));border-radius:16px;overflow:hidden;min-height:320px;position:relative;border:1px solid var(--gransino-border);box-shadow:0 4px 18px rgba(0,0,0,.18)}.app-banner-content{flex:1;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:16px}.app-banner-label{display:inline-flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;border:1px solid var(--gransino-border);background:var(--alt-background);align-self:flex-start}.app-banner-label-image{border-radius:6px;height:28px;width:auto;max-width:90px;object-fit:contain;background:0 0}.app-banner-label-content{display:flex;flex-direction:column;gap:2px;min-width:0}.app-banner-label-title{font-size:12px;font-weight:700;line-height:1.2;color:var(--gransino-text-content);letter-spacing:.2px}.app-banner-label-rate{display:flex;gap:1px}.app-banner-label-rate img{width:12px;height:12px}.app-banner-label-rate .star-half-block{opacity:.85}.app-banner-label-verify{background:#069815;color:#fff;font-size:8px;font-weight:700;padding:2px 6px;border-radius:2px;text-transform:none;letter-spacing:.3px;align-self:center;white-space:nowrap}.app-banner-title{font-size:24px;font-weight:900;line-height:1.25;color:var(--gransino-text-content);font-family:var(--heading-text);margin:0}.app-banner-description{color:var(--soft-copy);font-size:14px;font-weight:600;line-height:1.55;margin:0}.app-banner-button-container{margin-top:4px}.app-banner-button-container .primary-cta{margin:0;display:inline-block}.app-banner-image-container{flex:0 0 38%;align-self:stretch;overflow:hidden;position:relative;padding:16px;box-sizing:border-box}.app-banner-image{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain;object-position:center;display:block;border-radius:8px}.app-banner-mobile{display:none}.app-banner-mobile img{max-width:100%;height:auto;max-height:280px;display:block;border-radius:12px}@media (max-width:768px){.app-banner{flex-direction:column;min-height:unset}.app-banner-image-container{display:none}.app-banner-mobile{display:flex;justify-content:center;padding:16px 16px 0}.app-banner-mobile img{max-width:320px}.app-banner-content{padding:20px 20px 24px;gap:12px}.app-banner-title{font-size:20px}.app-banner-button-container .primary-cta{width:100%;text-align:center;justify-content:center}}.primary-cta{font-size:18px;font-weight:700;background:linear-gradient(90deg,var(--accent-primary) 0,var(--accent-primary-light,#ffc16a) 100%);color:var(--button-copy,var(--gransino-text-content));padding:12px 56px;margin:30px auto;display:block;max-width:fit-content;text-transform:uppercase;border-radius:47px;text-decoration:none}.primary-cta:hover{background:linear-gradient(90deg,var(--accent-primary) 0,var(--accent-primary) 100%);color:var(--button-copy,var(--gransino-text-content))}.site-footer.page-footer-section{background:var(--colophon-bg,var(--alt-background,#060e2a));color:var(--theme-text-page-footer,#fff);font-family:Montserrat,system-ui,sans-serif;padding:0;margin-top:60px}.site-footer.page-footer-section .footer-banner,.site-footer.page-footer-section .page-footer-middle-panel,.site-footer.page-footer-section .site-page-footer-lower{max-width:1400px;margin:0 auto;padding:20px 40px;box-sizing:border-box}.site-footer.page-footer-section .footer-banner{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:32px;padding-bottom:16px}.site-footer.page-footer-section .page-footer-brand{height:60px;width:auto;max-width:341px;object-fit:contain}.site-footer.page-footer-section .footer-payment-methods{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;flex-wrap:wrap}.site-footer.page-footer-section .footer-payment-methods img{width:100px;height:50px;object-fit:fill;flex-shrink:0}.site-footer.page-footer-section .page-footer-middle-panel{display:grid;grid-template-columns:minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);gap:24px;align-items:start;padding-top:24px;padding-bottom:24px}.site-footer.page-footer-section .footer-nav-wrap{display:flex;flex-direction:column;gap:10px;padding-top:4px}.site-footer.page-footer-section .footer-nav-wrap a{color:var(--ui-link-page-footer,#9296a2);font-size:12px;font-weight:600;line-height:22.29px;text-decoration:none}.site-footer.page-footer-section .footer-nav-wrap a:hover{color:var(--theme-text-page-footer,#fff)}.site-footer.page-footer-section .footer-nav-wrap:not(:has(a)){display:none}.site-footer.page-footer-section .colophon-menu-main-container,.site-footer.page-footer-section .main-footer-navbar-legal{text-align:left}@media (min-width:961px){.site-footer.page-footer-section .page-footer-middle-panel:has(.colophon-menu-main-container a):not(:has(.main-footer-navbar-legal a)),.site-footer.page-footer-section .page-footer-middle-panel:not(:has(.colophon-menu-main-container a)):has(.main-footer-navbar-legal a){grid-template-columns:minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)}.site-footer.page-footer-section .page-footer-middle-panel:not(:has(.footer-nav-wrap a)){grid-template-columns:1fr auto}}.site-footer.page-footer-section .footer-support-panel{display:flex;flex-direction:column;gap:12px}.site-footer.page-footer-section .footer-support-panel .colophon-help-center-name-panel{font-weight:600;font-size:18px;margin:0;line-height:1.2}.site-footer.page-footer-section .footer-support-panel p{color:var(--theme-text-page-footer,#b1b4bc);font-size:14px;line-height:26px;margin:0;font-weight:600}.site-footer.page-footer-section .footer-mail{display:inline-flex;align-items:center;gap:8px;color:var(--theme-text-page-footer,#fff);font-weight:600;font-size:16px;text-decoration:none}.site-footer.page-footer-section .footer-mail img{width:15px;height:15px;filter:brightness(0) invert(1);opacity:.85}.site-footer.page-footer-section .site-footer-side{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.site-footer.page-footer-section .site-footer-lang-select-holder{display:inline-flex;align-items:center;gap:4px;background:var(--ui-site-footer-social-fill,#444a5f);border:none;border-radius:22px;padding:8px 12px 8px 16px;color:var(--theme-text-page-footer,#fff);font-family:inherit;font-weight:700;font-size:12px;text-transform:capitalize;cursor:pointer;min-width:88px;justify-content:space-between}.site-footer.page-footer-section .site-footer-lang-select-holder img{width:12px;height:12px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.site-footer.page-footer-section .site-footer-follow-text{font-weight:600;font-size:14px;line-height:26px}.site-footer.page-footer-section .social-icons{display:flex;gap:4px}.site-footer.page-footer-section .colophon-share{width:32px;height:32px;border-radius:16px;background:var(--ui-site-footer-social-fill,#444a5f);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .18s}.site-footer.page-footer-section .colophon-share:hover{background:var(--ui-accent-color,#5a6178)}.site-footer.page-footer-section .colophon-share img{width:16px;height:16px;filter:brightness(0) invert(1)}.site-footer.page-footer-section .main-colophon-rule-block{height:1px;background:0 0;margin:24px 40px}.site-footer.page-footer-section .site-page-footer-lower{text-align:center;padding-top:28px;padding-bottom:32px}.site-footer.page-footer-section .ast-footer-copyright{color:var(--theme-text-page-footer,#a2a5af);font-size:15px;font-weight:400;line-height:1.6;margin:0 auto;max-width:900px;white-space:pre-line}@media (max-width:960px){.site-footer.page-footer-section .page-footer-middle-panel{grid-template-columns:1fr 1fr;gap:32px}.site-footer.page-footer-section .footer-payment-methods{gap:24px}.site-footer.page-footer-section .site-footer-side{align-items:flex-start}}@media (max-width:600px){.site-footer.page-footer-section .footer-banner,.site-footer.page-footer-section .page-footer-middle-panel{padding:20px}.site-footer.page-footer-section .page-footer-middle-panel{grid-template-columns:1fr;gap:24px}.site-footer.page-footer-section .site-page-footer-lower{padding:20px}.site-footer.page-footer-section .footer-payment-methods{justify-content:center}.site-footer.page-footer-section .footer-payment-methods img{width:70px;height:35px}.site-footer.page-footer-section .main-colophon-rule-block{margin-left:20px;margin-right:20px}.site-footer.page-footer-section .footer-support-panel,.site-footer.page-footer-section .page-footer-middle-panel,.site-footer.page-footer-section .site-footer-side{text-align:center;align-items:center;justify-content:center}.site-footer.page-footer-section .footer-payment-methods,.site-footer.page-footer-section .social-icons{justify-content:center;flex-wrap:wrap}.site-footer.page-footer-section .footer-nav-wrap{align-items:center}.site-footer.page-footer-section .footer-mail{justify-content:center}}#ast-desktop-header,#ast-mobile-header,#ast-mobile-popup,#ast-mobile-popup-wrapper,#colophon,#content,#masthead,#page,#primary,.ast-builder-footer-grid-columns,.ast-builder-grid-row-container-inner,.ast-container,.ast-desktop-popup-content,.ast-main-header-wrap,.ast-mobile-popup-content,.ast-mobile-popup-header,.ast-mobile-popup-inner,.ast-mobile-popup-overlay,.ast-primary-header-bar,.site-above-footer-wrap,.site-below-footer-wrap,.site-primary-footer-wrap{display:contents;font:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit;text-transform:inherit;text-indent:inherit;color:inherit;white-space:inherit;list-style:inherit}.skip-link.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-layout{position:relative;display:block;min-height:calc(100vh - 64px)}.site-content{flex:1;min-width:0;padding-top:0}.site-content .site-main{max-width:1400px;margin:0 auto;padding:0 20px}.app-banner,.faq-container,.features-container{margin-left:auto;margin-right:auto}.site-footer[class]{padding-left:var(--theme-side-rail-width,0)}.site-footer[class] .site-page-footer-lower{padding-left:20px;padding-right:20px}@media (max-width:921px){.site-footer[class]{padding-left:0}}.cta-center-section{text-align:center;margin:30px 0;clear:both}.cta-center-section .primary-cta,.cta-center-section a.primary-cta{display:inline-block}@media (max-width:768px){.cta-center-section{display:block;margin:30px auto}.content-area .table-scroll>table,.legal-inner-container .table-scroll>table{width:auto;min-width:100%}}.primary-cta.application-banner-cta-wrapper{padding:8px 32px;font-size:14px;border-radius:24px;margin:0}.faq-container h2,.features-container h2,.main-faq-section-title{font-family:var(--heading-text);color:var(--gransino-text-content);margin:2.5rem 0 1rem;padding:0;line-height:1.3;clear:both}.faq-container{padding:0}.site-header,header{font-family:var(--heading-text)}.features-container .feature-card{align-items:flex-start;justify-content:flex-start;padding:14px;background-size:contain;background-position:center 40px}.features-container .feature-card h3{margin:0;font-size:14px}.content-area li{padding:.3rem 0;line-height:1.7}.content-area table{font-size:.92rem}.content-area table th{background:var(--accent-primary);color:var(--button-copy,#fff)}.content-area table td{border-bottom:1px solid rgba(255,255,255,.08)}.site-layout>.widget-area.secondary{position:fixed;left:0;top:64px;bottom:0;width:var(--theme-side-rail-width,64px);overflow-y:auto;z-index:10}.site-layout>.site-content{margin-left:var(--theme-side-rail-width,64px);min-width:0;overflow-x:clip}@media (min-width:993px){.site-content .site-main{padding-left:20px}.site-layout>.widget-area.secondary{max-width:var(--theme-side-rail-width,80px)}}@media (max-width:992px){.site-layout>.widget-area.secondary{display:none}.site-layout>.site-content{margin-left:0}}.header-bg{position:relative;z-index:1}.header-bg-content{position:relative;z-index:2}.table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;clear:both}.side-rail-full-symbol img{width:64px;height:64px;object-fit:contain}.aside-wide-entry-row img{width:24px;height:24px;object-fit:contain}.side-panel-open .sidebar-main{padding-top:20px!important}.site-header-search img{width:18px;height:18px;object-fit:contain}.register-reward-area img{width:12px;height:12px;object-fit:contain}.menu-toggle img{width:24px;height:24px;object-fit:contain}.main-game-filter-bar a,.site-games-sort-pill-block,.site-games-sort-pill-block:hover,.site-games-sort-pill-block:visited{text-decoration:none!important}.legal-headline-box{font-size:2.4rem;font-weight:800;margin-bottom:.3rem;color:var(--gransino-text-content);line-height:1.15;letter-spacing:-.02em}.legal-inner-container{font-size:1rem;line-height:1.85;color:var(--soft-copy)}.legal-inner-container p{margin-bottom:1.1rem}.legal-inner-container strong{color:var(--gransino-text-content)}.content-area li,.legal-inner-container li{color:var(--soft-copy)}.content-area li strong,.legal-inner-container li strong{color:var(--soft-copy);font-weight:700}.legal-inner-container a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:2px}.legal-inner-container a:hover{color:var(--ui-hover-primary,var(--ui-accent-color))}.legal-inner-container article em{color:var(--soft-copy);font-style:italic}img{max-width:100%;height:auto}.inner-img-block{max-width:24%;max-height:300px;width:auto;height:auto;object-fit:contain}.img-left{float:left;margin:.75rem 1.8rem 1rem 0}.img-right{float:right;margin:.75rem 0 1rem 1.8rem}.content-area h2,.content-area h3,.content-area table{clear:both}.main-content-clear{clear:both;display:block;height:0}@media (max-width:768px){.legal-headline-box{font-size:1.6rem}.legal-inner-container h1{font-size:1.5rem}.legal-inner-container h2{font-size:1.2rem}.img-left,.img-right,.inner-img-block{float:none!important;display:block;max-width:100%!important;width:100%!important;max-height:none;height:auto;margin:1rem auto}}.content-area h1,.content-area h2,.content-area h3,.faq-container h2,.faq-container h3,.faq-item h3,.faq-section-query,.legal-inner-container h1,.legal-inner-container h2,.legal-inner-container h3,.main-faq-section-title{font-family:var(--heading-text);color:var(--gransino-text-content);text-decoration:none;border:none}.content-area h1,.legal-inner-container h1{font-size:3rem;font-weight:900;margin-top:3.5rem;margin-bottom:1rem}.content-area h2,.faq-container h2,.legal-inner-container h2,.main-faq-section-title{font-size:2rem;font-weight:800;margin-top:2.8rem;margin-bottom:.8rem}.content-area h3,.faq-container h3,.faq-item h3,.faq-section-query,.legal-inner-container h3{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:.6rem}.content-area ul,.legal-inner-container ul{list-style:none;padding-left:0;margin:.75rem 0}.content-area ul li,.legal-inner-container ul li{position:relative;padding-left:1.4rem;margin-bottom:.6rem}.content-area ul li::before,.legal-inner-container ul li::before{content:'\203A';position:absolute;left:0;color:var(--accent-primary);font-size:1.1em}.content-area ol,.legal-inner-container ol{list-style:none;padding-left:0;margin:.75rem 0;counter-reset:ol-counter}.content-area ol li,.legal-inner-container ol li{position:relative;padding-left:1.8rem;margin-bottom:.6rem;counter-increment:ol-counter}.content-area ol li::before,.legal-inner-container ol li::before{content:counter(ol-counter) '.';position:absolute;left:0;color:var(--accent-primary);font-weight:600}.content-area table,.legal-inner-container table{width:100%;border-collapse:collapse;border:none;margin:1.5rem 0}.content-area table th,.legal-inner-container table th{font-weight:700;color:var(--button-copy,#fff);padding:10px 12px;text-align:left;border:none;background:var(--accent-primary);font-size:13px}.content-area table td,.legal-inner-container table td{padding:9px 12px;border-bottom:1px solid var(--gransino-border);color:var(--gransino-text-content);font-size:14px}.content-area table tr:last-child td,.legal-inner-container table tr:last-child td{border-bottom:none}.content-area table tr:nth-child(2n) td,.legal-inner-container table tr:nth-child(2n) td{background:rgba(255,255,255,.03)}.content-area table tr td,.legal-inner-container table tr td{background:0 0}.site-questions-open{margin:30px auto}.site-questions-open .main-faq-section-title{color:var(--gransino-text-content)}.site-questions-open .faq-item{padding:20px 0;border-bottom:1px solid var(--gransino-border);overflow:visible}.site-questions-open .faq-item:first-of-type{border-top:1px solid var(--gransino-border)}.site-questions-open .faq-item:last-child{border-bottom:none}.site-questions-open .faq-section-query{font-weight:700;color:var(--gransino-text-content);margin:0 0 8px;line-height:1.4;cursor:default!important;display:block!important;padding:0!important;background:0 0!important;border:none!important;user-select:text}.site-questions-open .faq-section-query::after{display:none!important}.site-questions-open .questions-reply-wrap{max-height:none!important;overflow:visible!important;transition:none!important}.site-questions-open .questions-reply-wrap p{color:var(--soft-copy);line-height:1.7;margin:0;padding:0 0 0 12px!important;border-left:2px solid var(--accent-primary)}.content-area h2{border:none;border-bottom:none}.content-area ol li,.content-area ul li,.legal-inner-container ol li,.legal-inner-container ul li{border-bottom:none}.content-area,.legal-inner-container{max-width:1400px;margin:0 auto}.ast-article-single,.entry-content,.widget_block,.wp-block-image,.wp-element-caption{display:contents;font:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit;text-transform:inherit;text-indent:inherit;color:inherit;white-space:inherit;list-style:inherit}

/*OV*/
:root {
  --theme-bg: #111213;
  --accent-primary: #ff8c42;
  --ui-hover-primary: #ffb268;
  --dark-primary: #eb782e;
  --theme-secondary: #e06820;
  --alt-background: #1b1c1d;
  --surface-panel: #171819;
  --gransino-border: #272829;
  --gransino-text-content: #f5f5f5;
  --soft-copy: #a4a4a4;
  --button-copy: #fff;
  --ui-accent-color: #ffb380;
  --text-content-accent-color: #fff;
  --gransino-blend: linear-gradient(135deg, #ff8c42 0%, #ff9e54 50%, #eb782e 100%);
  --heading-text: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --ui-font-body: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
header {
  background-color: #1E2022 !important;
}
.primary-cta, .cta-btn, .join-button, .second-btn, a.second-btn, .sign-in-button-container, .first-btn, a.first-btn, .main-missions-action-grid, .application-banner-cta-wrapper, .app-banner-button, .page-footer-call-to-action-holder, .sidebar-btn, .picker-left-side-wrap, .header-bg-button {
  color: #000000 !important;
}
.sign-in-button-container, .first-btn, a.first-btn {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
#secondary {
  background-color: #111213 !important;
}
.join-button, .primary-cta, .app-banner-button {
  color: #000000 !important;
}
.join-button *, .primary-cta *, .app-banner-button * { color: #000000 !important; }
.join-button, .second-btn, a.second-btn {
  background: #0a2966 !important;
  border-color: #0a2966 !important;
  color: #ffffff !important;
}
.header-bg-title { color: #ffffff !important; }
.header-bg-deposit { color: #ffe100 !important; }
.header-bg-bonus { color: #ffe100 !important; }
.header-bg-button, .promo .promo-cta {
  background: #0a2966 !important; background-image: none !important;
  color: #000000 !important;
}
.header-bg-button-main, .header-bg-button-description { color: #000000 !important; }
:root {
  --promo-action-grad-upper: #FB9F65 !important;
  --offer-cta-grad-bottom-area: #EA783B !important;
}
.header-bg-button, .promo .promo-cta {
  background: linear-gradient(180deg, var(--promo-action-grad-upper) 0%, var(--offer-cta-grad-bottom-area) 100%) !important;
  background-image: linear-gradient(180deg, var(--promo-action-grad-upper) 0%, var(--offer-cta-grad-bottom-area) 100%) !important;
}
.header-bg-button:hover, .promo .promo-cta:hover { background: linear-gradient(180deg, var(--offer-cta-grad-bottom-area) 0%, var(--promo-action-grad-upper) 100%) !important; }
:root .header-bg-button {
  --promo-action-grad-upper: #FB9F65 !important;
}
:root .header-bg-button {
  --offer-cta-grad-bottom-area: #EA783B !important;
}
:root .sign-in-button-container {
  background: #393533 !important;
}
:root .sign-in-button-container {
  color: #FACA82 !important;
}
:root .join-button {
  background: #E36A2F !important;
}
:root .join-button {
  color: #000000 !important;
}

/* font-var sync */
:root {
  --ui-font-body: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --heading-text: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}