.casino-games-block .games-filters-wrapper{margin-bottom:1.5rem}.casino-games-block .games-filters-wrapper .flex{display:flex;gap:1rem}.casino-games-block .games-filters-wrapper .filter-dropdown{position:relative}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button{display:flex;align-items:center;gap:.5rem;padding:8px 12px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;font-size:14px;cursor:pointer;transition:all .3s ease;min-width:120px}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button:hover{border-color:hsla(0,0%,100%,.5)}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-icon{width:16px;height:16px;color:hsla(0,0%,100%,.7)}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-icon svg{width:100%;height:100%;fill:currentColor}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text{flex:1;text-align:left}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .filter-label{color:hsla(0,0%,100%,.7);font-size:12px}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .filter-value,.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .sort-value{color:#fff;font-weight:500}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .dropdown-arrow{width:16px;height:16px;color:hsla(0,0%,100%,.7);transition:transform .3s ease}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .dropdown-arrow svg{width:100%;height:100%}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-button.active .dropdown-arrow{transform:rotate(180deg)}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#1f2937;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;margin-top:4px;box-shadow:0 4px 12px rgba(0,0,0,.3);max-height:200px;overflow-y:auto}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar{width:6px}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:3px}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option{padding:8px 12px;color:hsla(0,0%,100%,.8);font-size:14px;cursor:pointer;transition:all .3s ease}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option:hover{background:hsla(0,0%,100%,.1);color:#fff}.casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option.active{background:hsla(0,0%,100%,.2);color:#fff;font-weight:500}.casino-games-block .games-container .games-grid{display:grid;gap:.25rem}.casino-games-block .games-container .games-grid.games-grid-9{grid-template-columns:repeat(9,1fr)}@media(max-width:1400px){.casino-games-block .games-container .games-grid.games-grid-9{grid-template-columns:repeat(6,1fr)}}@media(max-width:1024px){.casino-games-block .games-container .games-grid.games-grid-9{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.casino-games-block .games-container .games-grid.games-grid-9{grid-template-columns:repeat(3,1fr)}}.casino-games-block .games-container .games-grid.games-grid-6{grid-template-columns:repeat(6,1fr)}@media(max-width:1280px){.casino-games-block .games-container .games-grid.games-grid-6{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.casino-games-block .games-container .games-grid.games-grid-6{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.casino-games-block .games-container .games-grid.games-grid-6{grid-template-columns:repeat(3,1fr)}}.casino-games-block .games-container .games-grid.games-grid-8{grid-template-columns:repeat(8,1fr)}@media(max-width:1280px){.casino-games-block .games-container .games-grid.games-grid-8{grid-template-columns:repeat(6,1fr)}}@media(max-width:1024px){.casino-games-block .games-container .games-grid.games-grid-8{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.casino-games-block .games-container .games-grid.games-grid-8{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.casino-games-block .games-container .games-grid.games-grid-8{grid-template-columns:repeat(3,1fr)}}.casino-games-block .game-item{position:relative}.casino-games-block .game-item.hidden{display:none !important}.casino-games-block .game-item .game-button{width:100%;aspect-ratio:3/4;border-radius:8px;overflow:hidden;position:relative;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .3s ease;display:block}.casino-games-block .game-item .game-button:focus{outline:none;box-shadow:none}.casino-games-block .game-item .game-button .game-image-wrapper{width:100%;height:100%;display:block;position:relative;overflow:hidden}.casino-games-block .game-item .game-button .game-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:filter .3s ease;display:block;margin:0 !important;padding:0 !important;border:none !important;vertical-align:top;line-height:0}.casino-games-block .game-item .game-button .game-image-wrapper .no-image{width:100%;height:100%;background:#374151;display:flex;align-items:center;justify-content:center}.casino-games-block .game-item .game-button .game-image-wrapper .no-image span{color:#9ca3af;font-size:14px}.casino-games-block .game-item .game-button .game-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:1rem}.casino-games-block .game-item .game-button .game-overlay .game-title{display:block;color:#fff !important;font-weight:700 !important;font-size:1.1rem !important;text-align:center !important;margin-bottom:.25rem !important;line-height:1.2 !important;font-family:inherit !important}.casino-games-block .game-item .game-button .game-overlay p{color:rgba(209,213,219,.8) !important;font-size:.75rem !important;text-align:center !important;margin-bottom:1.25rem !important;font-family:inherit !important;line-height:1.2 !important}.casino-games-block .game-item .game-button .game-overlay svg{width:3rem;height:3rem;color:#fff}.casino-games-block .game-item .game-button:hover .game-image-wrapper img{filter:blur(4px)}.casino-games-block .game-item .game-button:hover .game-overlay{opacity:1}.casino-games-block .game-item .game-button .game-overlay .game-title{color:#fff;font-weight:700;text-align:center;font-size:14px;margin-bottom:8px}@media(min-width:768px){.casino-games-block .game-item .game-button .game-overlay .game-title{font-size:16px}}.casino-games-block .game-item .game-button .game-overlay .game-provider{color:hsla(0,0%,100%,.7);font-size:12px;text-align:center;margin:0 0 16px}@media(min-width:768px){.casino-games-block .game-item .game-button .game-overlay .game-provider{font-size:13px}}.casino-games-block .game-item .game-button .game-overlay .play-icon{width:48px;height:48px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}@media(min-width:768px){.casino-games-block .game-item .game-button .game-overlay .play-icon{width:60px;height:60px}}.casino-games-block .game-item .game-modal{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.casino-games-block .game-item .game-modal.opacity-100{opacity:1;visibility:visible;pointer-events:auto}.casino-games-block .game-item .game-modal.fullscreen .modal-content{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.casino-games-block .game-item .game-modal.fullscreen .modal-fullscreen svg{transform:rotate(180deg)}.casino-games-block .game-item .game-modal .modal-content{background:#111827;border-radius:12px;max-width:95vw;max-height:95vh;width:1000px;height:700px;position:relative;display:flex;flex-direction:column}@media(max-width:1200px){.casino-games-block .game-item .game-modal .modal-content{width:90vw;height:80vh}}@media(max-width:768px){.casino-games-block .game-item .game-modal .modal-content{width:95vw;height:85vh;max-width:none}}@media(max-width:480px){.casino-games-block .game-item .game-modal .modal-content{width:98vw;height:90vh}}.casino-games-block .game-item .game-modal .modal-close,.casino-games-block .game-item .game-modal .modal-fullscreen{position:absolute;top:15px;background:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;z-index:100;padding:8px;border-radius:6px;backdrop-filter:blur(4px);transition:all .3s ease}.casino-games-block .game-item .game-modal .modal-close:hover,.casino-games-block .game-item .game-modal .modal-fullscreen:hover{background:rgba(0,0,0,.7);transform:scale(1.05)}.casino-games-block .game-item .game-modal .modal-close:focus,.casino-games-block .game-item .game-modal .modal-fullscreen:focus{outline:none;box-shadow:0 0 0 2px hsla(0,0%,100%,.3)}.casino-games-block .game-item .game-modal .modal-close svg,.casino-games-block .game-item .game-modal .modal-fullscreen svg{width:18px;height:18px;display:block}.casino-games-block .game-item .game-modal .modal-close{right:15px}.casino-games-block .game-item .game-modal .modal-fullscreen{right:55px}.casino-games-block .game-item .game-modal .modal-header{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.casino-games-block .game-item .game-modal .modal-header .modal-game-title{font-size:18px;font-weight:700;color:#fff;margin:0}.casino-games-block .game-item .game-modal .modal-body{flex:1;position:relative;background:#000;display:flex;align-items:center;justify-content:center}.casino-games-block .game-item .game-modal .modal-body .game-iframe-container{width:100%;height:100%;display:none}.casino-games-block .game-item .game-modal .modal-body .game-iframe-container .game-iframe{width:100%;height:100%;border:none}.casino-games-block .game-item .game-modal .modal-body .game-preview-container{width:100%;height:100%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.casino-games-block .game-item .game-modal .modal-body .game-preview-container:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);z-index:1}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;z-index:2}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .play-btn{width:80px;height:80px;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:transform .3s ease}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .play-btn:hover{transform:scale(1.1)}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .play-btn svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn{background:rgba(0,0,0,0);border-radius:8px;color:#000 !important;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900;height:auto;line-height:1.3;min-width:166px;padding:10px 28px;position:relative;text-align:center;text-decoration:none !important;z-index:2;display:inline-block}@media(min-width:768px){.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn{font-size:16px;padding:12px 32px;min-width:180px}}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn:after,.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn:before{border-radius:8px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn:before{background:#1bc35f;bottom:0;z-index:-2}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn:after{background:linear-gradient(90deg,#22ec7e,#95e566);bottom:2px;z-index:-1}.casino-games-block .game-item .game-modal .modal-body .game-preview-container .game-controls .real-money-btn:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#000 !important}.casino-games-block .games-pagination{margin-top:2rem;text-align:center}.casino-games-block .games-pagination .games-pagination-btn{margin:0 .5rem;padding:8px 16px;border-radius:6px;font-weight:500;font-family:Inter,sans-serif;font-size:12px;cursor:pointer;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.3);transition:border-color .2s ease}@media(min-width:768px){.casino-games-block .games-pagination .games-pagination-btn{padding:10px 20px;font-size:13px}}.casino-games-block .games-pagination .games-pagination-btn:hover{border-color:hsla(0,0%,100%,.5);color:#fff}.casino-games-block .games-pagination .games-pagination-btn:focus{outline:none;border-color:hsla(0,0%,100%,.7)}.casino-games-block .games-pagination .games-pagination-btn.hidden{display:none !important}body.theme-light .casino-games-block .games-pagination .games-pagination-btn{color:rgba(49,55,61,.8);border-color:rgba(49,55,61,.3)}body.theme-light .casino-games-block .games-pagination .games-pagination-btn:hover{border-color:rgba(49,55,61,.5);color:#31373d}body.theme-light .casino-games-block .games-pagination .games-pagination-btn:focus{border-color:rgba(49,55,61,.7)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button{color:rgba(49,55,61,.9);border-color:rgba(49,55,61,.3)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button:hover{border-color:rgba(49,55,61,.5)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .filter-label{color:rgba(49,55,61,.7)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .filter-value,body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-text .sort-value{color:#31373d}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .filter-icon,body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-button .dropdown-arrow{color:rgba(49,55,61,.7)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu{background:#fff;border-color:rgba(49,55,61,.2)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-track{background:rgba(49,55,61,.05)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb{background:rgba(49,55,61,.2)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb:hover{background:rgba(49,55,61,.3)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option{color:rgba(49,55,61,.8)}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option:hover{background:rgba(49,55,61,.1);color:#31373d}body.theme-light .casino-games-block .games-filters-wrapper .filter-dropdown .filter-dropdown-menu .filter-option.active{background:rgba(49,55,61,.1);color:#31373d;font-weight:500}body.theme-light .game-providers-block .provider-item .provider-card{background:rgba(49,55,61,.08)}body.theme-light .game-providers-block .provider-item .provider-card .provider-image-wrapper img{filter:brightness(.2) contrast(1.2)}body.theme-light .game-providers-block .provider-item .provider-card .provider-image-wrapper .no-image span{color:rgba(49,55,61,.9)}body.theme-light .game-providers-block .provider-item .provider-card .games-count>span{background:rgba(34,197,94,.15);color:#22c55e}body.theme-light .game-providers-block .providers-pagination button{color:rgba(49,55,61,.8);border-color:rgba(49,55,61,.3)}body.theme-light .game-providers-block .providers-pagination button:hover{border-color:rgba(49,55,61,.5);color:#31373d}body.theme-light .game-providers-block .providers-pagination button:focus{border-color:rgba(49,55,61,.7)}body.theme-light .no-results-message{text-align:center;color:rgba(156,163,175,.8);padding:2rem 0}.game-providers-block .providers-container .providers-grid{display:grid;gap:.5rem}.game-providers-block .providers-container .providers-grid.providers-grid-6{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.game-providers-block .providers-container .providers-grid.providers-grid-6{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.game-providers-block .providers-container .providers-grid.providers-grid-6{grid-template-columns:repeat(6,1fr)}}.game-providers-block .providers-container .providers-grid.providers-grid-7{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.game-providers-block .providers-container .providers-grid.providers-grid-7{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.game-providers-block .providers-container .providers-grid.providers-grid-7{grid-template-columns:repeat(7,1fr)}}.game-providers-block .providers-container .providers-grid.providers-grid-8{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.game-providers-block .providers-container .providers-grid.providers-grid-8{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.game-providers-block .providers-container .providers-grid.providers-grid-8{grid-template-columns:repeat(8,1fr)}}.game-providers-block .providers-container .providers-grid.providers-grid-9{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.game-providers-block .providers-container .providers-grid.providers-grid-9{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.game-providers-block .providers-container .providers-grid.providers-grid-9{grid-template-columns:repeat(9,1fr)}}.game-providers-block .provider-item.hidden{display:none !important}.game-providers-block .provider-item .provider-card{background:#132536;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;position:relative;padding:1rem}.game-providers-block .provider-item .provider-card .provider-image-wrapper{aspect-ratio:2/1;position:relative;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:4px}.game-providers-block .provider-item .provider-card .provider-image-wrapper img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.game-providers-block .provider-item .provider-card .provider-image-wrapper .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:4px}.game-providers-block .provider-item .provider-card .provider-image-wrapper .no-image span{color:hsla(0,0%,100%,.9);font-size:14px;text-align:center;font-weight:600}.game-providers-block .provider-item .provider-card .games-count{display:flex;justify-content:center;align-items:center;margin-top:.25rem}.game-providers-block .provider-item .provider-card .games-count>span{display:inline-flex;align-items:center;padding:.25rem .5rem;background:rgba(34,197,94,.15);color:#22c55e;border-radius:9999px;font-size:.75rem;font-weight:400;line-height:1}.game-providers-block .provider-item .provider-card .games-count>span .count-number{font-weight:400}.game-providers-block .provider-item .provider-card .games-count>span .count-label{margin-left:.25rem;font-weight:400;text-transform:capitalize}.game-providers-block .providers-pagination{margin-top:2rem;text-align:center}.game-providers-block .providers-pagination button{margin:0 .5rem;padding:8px 16px;border-radius:6px;font-weight:500;font-family:Inter,sans-serif;font-size:12px;cursor:pointer;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.3);transition:border-color .2s ease}@media(min-width:768px){.game-providers-block .providers-pagination button{padding:10px 20px;font-size:13px}}.game-providers-block .providers-pagination button:hover{border-color:hsla(0,0%,100%,.5);color:#fff}.game-providers-block .providers-pagination button:focus{outline:none;border-color:hsla(0,0%,100%,.7)}.game-providers-block .providers-pagination button.hidden{display:none !important}@media(max-width:768px){.game-providers-block .provider-item .provider-card .provider-info{padding:.75rem}.game-providers-block .provider-item .provider-card .provider-info .provider-title{font-size:1rem}}.casino-games-block.loading,.game-providers-block.loading{opacity:.7;pointer-events:none}.casino-games-block.loading:after,.game-providers-block.loading:after{content:"";position:absolute;top:50%;left:50%;width:2rem;height:2rem;margin:-1rem 0 0 -1rem;border:2px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;background:#192c3d;color:#fff;transition:none}.container,.wp-block-group__inner-container{margin-left:auto;margin-right:auto;max-width:1300px;padding-left:20px;padding-right:20px;width:100%}@media(max-width:768px){.container,.wp-block-group__inner-container{padding-left:10px;padding-right:10px}}.site-header{background:#263747;border-bottom:none;padding:15px 0}@media(max-width:768px){.site-header{padding:14px 0}}.site-header .site-header--row{align-items:center;display:flex;gap:24px}@media(max-width:768px){.site-header .site-header--row{gap:16px}}.site-header .site-header__logo{flex:0 0 auto;display:flex;align-items:center}.site-header .site-header__logo a{display:inline-block}.site-header .site-header__logo .light{display:none}.site-header .site-header__logo img{max-width:190px;height:auto;display:block}@media(max-width:768px){.site-header .site-header__logo img{max-width:120px}}.site-header .site-header__theme-mod{background-color:rgba(25,44,61,.8);border-radius:8px;padding:2px;display:flex}@media(min-width:769px){.site-header .site-header__theme-mod{margin-left:auto;order:1}.site-header__link.-border{order:2}.site-header__link:not(.-border){order:3}.site-header__langs{order:4}}@media(max-width:768px){.site-header .site-header__theme-mod{display:none}}.site-header .site-header__theme-mod .site-header__theme-mob-btn{height:34px;width:34px;background:0 0;border:none;cursor:pointer;transition:none}.site-header .site-header__theme-mod .site-header__theme-mob-btn.-dark{background-size:20px}body:not(.theme-light) .site-header .site-header__theme-mod .site-header__theme-mob-btn.-dark.-toggle,body:not(.theme-light) .site-header .site-header__theme-mod .site-header__theme-mob-btn.-light.-toggle{background-color:#41494a;border-radius:8px}.site-header .site-header__theme-mod .site-header__theme-mob-btn.-toggle{border-radius:8px}.site-header .site-header__link{display:flex}.site-header .site-header__link.-border{margin-left:0}@media(max-width:768px){.site-header .site-header__link{display:none}}.site-header .site-header__link button{background:rgba(0,0,0,0);border:none;border-radius:8px;color:#000 !important;cursor:pointer;display:inline-block;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900;height:auto;line-height:1.3;padding:10px 28px;position:relative;text-align:center;text-decoration:none !important;transition:all .25s ease;z-index:2}.site-header .site-header__link button,.site-header .site-header__link button:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#fff}.site-header .site-header__link button:before{background:#1bc35f;border-radius:8px;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:100%;z-index:-2}.site-header .site-header__link button:after{background:linear-gradient(90deg,#22ec7e,#95e566);border-radius:8px;bottom:2px;content:"";display:block;left:0;position:absolute;top:0;width:100%;z-index:-1}.site-header .site-header__link.-border button{background:rgba(0,0,0,0);border:1px solid #354740;color:#fff !important}.site-header .site-header__link.-border button:before,.site-header .site-header__link.-border button:after{display:none}.site-header .site-header__link.-border button:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#fff}.site-header__langs{position:relative}.site-header__langs:hover .site-header__langs__btn:after{transform:translateY(-50%) rotate(180deg)}.site-header__langs:hover .site-header__langs__list,.site-header__langs__list:hover{display:block}.site-header__langs .site-header__langs__btn{align-items:center;background:rgba(25,44,61,.8);border:none;border-radius:8px;cursor:pointer;display:flex;font-size:0;height:38px;justify-content:center;position:relative;width:38px}.site-header__langs .site-header__langs__btn:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M15.375 6.776a6.754 6.754 0 0 0-12.75 0m12.75 0c.243.696.375 1.445.375 2.224a6.75 6.75 0 0 1-.375 2.225m0-4.449H2.625m0 0A6.75 6.75 0 0 0 2.25 9c0 .757.126 1.51.375 2.225m12.75 0a6.754 6.754 0 0 1-12.75 0m12.75 0H2.625\" stroke=\"%23B3BEC1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3E%3Cpath d=\"M9 15.75c3.727-3.727 3.727-9.773 0-13.5-3.728 3.728-3.728 9.773 0 13.5Z\" stroke=\"%23B3BEC1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3E%3C/svg%3E") no-repeat center;background-size:initial;content:"";height:18px;left:50%;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%) !important;width:18px}.site-header__langs .site-header__langs__btn span{display:none}.site-header__langs .site-header__langs__list{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:none;padding:16px 0;position:absolute;right:0;top:calc(100% + 8px);min-width:180px;z-index:1100;border:1px solid rgba(0,0,0,.08)}.site-header__langs .site-header__langs__list:before{content:"";position:absolute;top:-6px;right:12px;width:12px;height:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-bottom:none;border-right:none;transform:rotate(45deg)}.site-header__langs .site-header__langs__list:after{content:"";position:absolute;top:-14px;left:0;right:0;height:14px;background:rgba(0,0,0,0)}.site-header__langs .site-header__langs__list ul{list-style:none}.site-header__langs .site-header__langs__list ul li{font-size:14px}.site-header__langs .site-header__langs__list ul li a{color:#31373d;text-decoration:none;display:block;padding:10px 20px;border-radius:8px;margin:0 8px;transition:all .2s ease;font-weight:500}.site-header__langs .site-header__langs__list ul li a:hover{color:#cd7c27;background:rgba(205,124,39,.08)}.site-header__mobile-controls{display:none;align-items:center;gap:15px;margin-left:auto}.site-header__mobile-buttons{display:flex;gap:10px}.site-header .site-header__toggle-menu-btn{background:rgba(25,44,61,.8);border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;height:38px;width:38px;padding:0;align-items:center;justify-content:center}.site-header .site-header__toggle-menu-btn svg{width:32px;height:32px}.mobile-menu-wrapper{background:#263747;display:none;border-top:1px solid hsla(0,0%,100%,.1);position:fixed;top:65px;left:0;width:100%;height:calc(100vh - 65px);z-index:1200;overflow-y:auto}.mobile-menu-wrapper.active{display:block}.mobile-menu-top{background:rgba(25,44,61,.9);border-bottom:1px solid hsla(0,0%,100%,.1);padding:10px 0}.mobile-menu-controls{display:flex;justify-content:space-between;align-items:center}.mobile-theme-switcher{display:flex;background:hsla(0,0%,100%,.1);border-radius:8px;padding:3px;gap:2px}.mobile-theme-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;background:rgba(0,0,0,0);color:#b3bec1;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.mobile-theme-btn.active{background:hsla(0,0%,100%,.2);color:#fff}.mobile-theme-btn svg{width:14px;height:14px}.mobile-lang-switcher{position:relative;cursor:pointer;padding:8px 8px 0;border-radius:8px;background:hsla(0,0%,100%,.1);transition:all .3s ease}.mobile-lang-switcher:hover{background:hsla(0,0%,100%,.2)}.mobile-lang-switcher svg{width:18px;height:18px}.mobile-lang-list{position:absolute;top:100%;right:0;background:#192c3d;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:8px 0;margin:4px 0 0;list-style:none;min-width:120px;box-shadow:0 4px 20px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.mobile-lang-switcher:hover .mobile-lang-list{opacity:1;visibility:visible;transform:translateY(0)}.mobile-lang-item{margin:0}.mobile-lang-item a{display:block;padding:8px 16px;color:#b3bec1;text-decoration:none;font-size:14px;transition:all .3s ease}.mobile-lang-item a:hover{background:hsla(0,0%,100%,.1);color:#fff}.mobile-menu-content{padding:20px 0}.mobile-menu-list{display:flex;flex-direction:column;list-style:none;margin:0 0 30px;padding:0;gap:10px}.mobile-menu-list>li{background:rgba(25,44,61,.9);border-radius:8px;padding:10px;position:relative;width:100%}.mobile-menu-list>li.has-children.open{background:rgba(25,44,61,.9)}.mobile-menu-list>li>a{color:#fff;display:block;font-size:16px;font-weight:600;padding:0;text-decoration:none;transition:all .2s ease;flex:1;text-transform:uppercase}.mobile-menu-list>li.has-children{display:flex;flex-direction:column;align-items:stretch;padding-right:14px}.mobile-menu-list>li.has-children .menu-item-content{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-menu-list>li.has-children .menu-item-content>a{flex:none;color:#fff !important;text-decoration:none !important;font-weight:600;text-transform:uppercase}.mobile-menu-list>li.has-children .submenu-toggle{background:hsla(0,0%,100%,.1);border:none;cursor:pointer;padding:0;width:24px;height:24px;margin-left:10px;border-radius:4px;transition:transform .3s ease}.mobile-menu-list>li.has-children .submenu-toggle svg rect{fill:hsla(0,0%,100%,.1)}.mobile-menu-list>li.has-children .submenu-toggle svg path{fill:#b3bec1}.mobile-menu-list>li.has-children.open .submenu-toggle{transform:rotate(180deg)}.mobile-menu-list>li>a:hover{color:#fff}.mobile-menu-list .sub-menu{background:rgba(0,0,0,0);display:none;list-style:none;margin:10px 0 0;padding:0;border-radius:0;width:100%;position:static}.mobile-menu-list>li.has-children.open .sub-menu{display:block}.mobile-menu-list .sub-menu li{margin-bottom:5px;background:rgba(25,44,61,.9);border-radius:8px;padding:10px}.mobile-menu-list .sub-menu li:last-child{margin-bottom:0}.mobile-menu-list .sub-menu li a{color:#fff !important;display:block;padding:0;text-decoration:none !important;font-size:14px;font-weight:600;transition:all .2s ease;border-radius:4px}.mobile-menu-list .sub-menu li a:hover{background:hsla(0,0%,100%,.1);color:#fff}.mobile-search{margin-top:20px}.mobile-search-input-wrapper{position:relative;display:flex;align-items:center;background:rgba(25,44,61,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.mobile-search-input-wrapper:focus-within{border-color:hsla(0,0%,100%,.3);box-shadow:0 0 0 2px hsla(0,0%,100%,.1)}.mobile-search-input{flex:1;background:rgba(0,0,0,0);border:none;padding:16px 20px;color:#fff;font-size:16px;outline:none}.mobile-search-input::placeholder{color:#b3bec1}.mobile-search-btn{background:hsla(0,0%,100%,.1);border:none;padding:16px 20px;color:#b3bec1;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mobile-search-btn:hover{background:hsla(0,0%,100%,.2);color:#fff}.mobile-search-btn svg{width:20px;height:20px}body.menu-open{overflow:hidden;position:fixed;width:100%}.mobile-menu-list>li>a{color:#fff;display:block;font-size:16px;font-weight:600;padding:0;text-decoration:none;transition:all .2s ease}.mobile-menu-list>li>a:hover{color:#1bc35f}.mobile-menu-list .sub-menu{background:rgba(25,44,61,.5);display:none;list-style:none;margin:0;padding:10px 0}.mobile-menu-list .sub-menu li a{color:#b3bec1;display:block;font-size:14px;font-weight:600;padding:0;text-decoration:none;transition:all .2s ease}.mobile-menu-list .sub-menu li a:hover{color:#fff}body.menu-open{overflow:hidden}body.theme-light .mobile-menu-wrapper{background:#fff;border-top:1px solid rgba(0,0,0,.1)}body.theme-light .mobile-menu-top{background:rgba(248,249,250,.95);border-bottom:1px solid rgba(0,0,0,.1)}body.theme-light .mobile-theme-switcher{background:rgba(0,0,0,.1)}body.theme-light .mobile-theme-btn{color:#6c757d}body.theme-light .mobile-theme-btn.active{background:rgba(0,0,0,.1);color:#31373d}body.theme-light .mobile-lang-switcher{background:rgba(0,0,0,.1)}body.theme-light .mobile-lang-switcher:hover{background:rgba(0,0,0,.15)}body.theme-light .mobile-lang-switcher svg path{stroke:#6c757d}body.theme-light .mobile-lang-list{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.15)}body.theme-light .mobile-lang-item a{color:#6c757d}body.theme-light .mobile-lang-item a:hover{background:rgba(27,195,95,.08);color:#1bc35f}body.theme-light .mobile-menu-list>li{background:rgba(248,249,250,.6)}body.theme-light .mobile-menu-list>li.has-children.open{background:rgba(248,249,250,.8)}body.theme-light .mobile-menu-list>li>a,body.theme-light .mobile-menu-list>li.has-children .menu-item-content>a{color:#31373d !important}body.theme-light .mobile-menu-list>li>a:hover,body.theme-light .mobile-menu-list>li.has-children .menu-item-content>a:hover{color:#1bc35f !important}body.theme-light .mobile-menu-list>li.has-children .submenu-toggle{background:rgba(0,0,0,.1)}body.theme-light .mobile-menu-list>li.has-children .submenu-toggle svg rect{fill:#f8f9fa}body.theme-light .mobile-menu-list>li.has-children .submenu-toggle svg path{fill:#6c757d}body.theme-light .mobile-menu-list .sub-menu{background:rgba(0,0,0,0)}body.theme-light .mobile-menu-list .sub-menu li{background:rgba(248,249,250,.8)}body.theme-light .mobile-menu-list .sub-menu li a{color:#6c757d !important}body.theme-light .mobile-menu-list .sub-menu li a:hover{background:rgba(27,195,95,.08);color:#1bc35f !important}body.theme-light .mobile-search-input-wrapper{background:rgba(248,249,250,.8);border:1px solid rgba(0,0,0,.1)}body.theme-light .mobile-search-input-wrapper:focus-within{border-color:#1bc35f;box-shadow:0 0 0 2px rgba(27,195,95,.2)}body.theme-light .mobile-search-input{color:#31373d}body.theme-light .mobile-search-input::placeholder{color:#6c757d}body.theme-light .mobile-search-btn{background:rgba(0,0,0,.1);color:#6c757d}body.theme-light .mobile-search-btn:hover{background:rgba(27,195,95,.1);color:#1bc35f}body.theme-light .site-header .site-header__toggle-menu-btn{background:rgba(0,0,0,.1);color:#31373d}body.theme-light .site-header .site-header__toggle-menu-btn:hover{background:rgba(0,0,0,.15)}@media(max-width:768px){.site-header .site-header__toggle-menu-btn{display:flex}.site-header__mobile-controls{display:flex}.site-header__link.-border,.site-header__link:not(.-border){display:none}.site-header__mobile-buttons .site-header__link.-border,.site-header__mobile-buttons .site-header__link:not(.-border){display:flex}}@media(max-width:768px){.site-header__mobile-buttons .site-header__link button{border-radius:8px;font-size:12px;font-weight:900;line-height:1.3;padding:8px 12px;text-decoration:none;transition:all .3s;white-space:nowrap}.site-header__mobile-buttons .site-header__link.-border button{border:1px solid #354740;color:#fff;background:rgba(0,0,0,0)}.site-header__mobile-buttons .site-header__link:not(.-border) button{background:rgba(0,0,0,0);color:#000;position:relative;z-index:2;border:none}.site-header__mobile-buttons .site-header__link:not(.-border) button:before,.site-header__mobile-buttons .site-header__link:not(.-border) button:after{border-radius:8px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.site-header__mobile-buttons .site-header__link:not(.-border) button:before{background:#1bc35f;bottom:0;z-index:-2}.site-header__mobile-buttons .site-header__link:not(.-border) button:after{background:linear-gradient(90deg,#22ec7e,#95e566);bottom:2px;z-index:-1}}@media(max-width:768px){.site-header__theme-mod{display:none}.site-header__langs{display:none}.header-menu-wrapper{display:none}}@media(min-width:769px){.mobile-menu-wrapper{display:none !important}body.menu-open{overflow:auto;position:static}}.site-header .site-header__toggle-menu-btn.old{background:#282a2f url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23fff\"><path d=\"M4 6h16M4 12h16M4 18h16\"/></svg>") no-repeat center;background-size:24px;border-radius:4px;border:none;height:42px;width:42px;cursor:pointer;display:none}.site-header .site-header__toggle-menu-btn.-toggle{background:#282a2f url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23fff\"><path d=\"M6 18L18 6M6 6l12 12\"/></svg>") no-repeat center;background-size:20px}@media(max-width:768px){.site-header .site-header__toggle-menu-btn{display:flex}}.header-menu-wrapper{background:#263747}@media(max-width:768px){.header-menu-wrapper{background:#263747;display:none;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:9999}.header-menu-wrapper.-toggle{display:none}}.header-menu--row{align-items:center;display:grid;grid-template-columns:1fr max-content;gap:32px;position:relative;padding:15px 20px;margin-left:auto;margin-right:auto;max-width:1300px;width:100%}.header-menu--row:before{background:#fff;content:"";display:block;height:1px;left:0;opacity:.1;position:absolute;right:0;top:0}@media(max-width:768px){.header-menu--row{display:block}}.header-menu ul{align-items:center;display:flex;gap:36px;list-style:none}.header-menu ul,.header-menu ul li,.site-header__langs__list ul,.site-header__langs__list ul li{list-style:none !important;list-style-type:none !important}@media(max-width:768px){.header-menu ul{display:block}}.header-menu ul li{font-size:14px;font-weight:600;position:relative;text-transform:uppercase}.header-menu ul li a{color:#fff;display:block;padding:0;text-decoration:none}@media(max-width:768px){.header-menu ul li a{padding:16px 0}}.header-menu ul li a:hover{opacity:.76}.header-menu ul li.current-menu-item>a{color:#1bc35f}.header-menu ul li.menu-item-has-children{position:relative}.header-menu ul li>ul{background:#263747;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);display:none;left:-20px;position:absolute;top:calc(100% + 8px);min-width:200px;z-index:1000;border:1px solid hsla(0,0%,100%,.15);padding:16px 0}.header-menu ul li>ul:before{content:"";position:absolute;top:-6px;left:32px;width:12px;height:12px;background:#263747;border:1px solid hsla(0,0%,100%,.15);border-bottom:none;border-right:none;transform:rotate(45deg)}.header-menu ul li>ul:after{content:"";position:absolute;top:-14px;left:0;right:0;height:14px;background:rgba(0,0,0,0)}.header-menu ul li>ul li{font-weight:400;text-transform:none}.header-menu ul li>ul li a{padding:10px 25px;display:block;border-radius:8px;margin:0 8px;transition:all .2s ease;font-weight:400}.header-menu ul li>ul li a:hover{background:hsla(0,0%,100%,.1)}@media(min-width:769px){.header-menu ul li:hover>ul{display:block}}.header-search{display:flex;align-items:center}@media(max-width:768px){.header-search{display:none}}.header-search__form{position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{background:rgba(25,44,61,.8);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:#fff;font-size:14px;height:40px;min-width:320px;padding:10px 40px 10px 48px;outline:none;transition:all .2s ease}.search-input::placeholder{color:#8a8d91;font-size:14px}.search-input:focus{border-color:#1bc35f;box-shadow:0 0 0 2px rgba(27,195,95,.2)}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-40%);color:#fff;pointer-events:none;z-index:1}.search-svg{width:20px;height:20px}.search-shortcut{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8a8d91;font-size:12px;pointer-events:none;opacity:.8}.search-shortcut:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#3a3d3f}body.theme-light{background:#fff;color:#31373d;transition:none}body.theme-light .site-header{background:#fff;border-color:#eaecf3}body.theme-light .site-header .site-header__logo .light{display:block}body.theme-light .site-header .site-header__logo .dark{display:none}body.theme-light .site-header .site-header__theme-mod{background:#f5f6f9}body.theme-light .site-header .site-header__theme-mod .site-header__theme-mob-btn.-dark.-toggle,body.theme-light .site-header .site-header__theme-mod .site-header__theme-mob-btn.-light.-toggle{background-color:#fff !important}body.theme-light .site-header .site-header__link.-border button{border-color:#ebecec !important;color:#171919 !important}body.theme-light .site-header__langs .site-header__langs__btn{border-color:#e7e9f1}body.theme-light .site-header__langs .site-header__langs__btn{background:#f8f8f8;border-color:#e7e9f1}body.theme-light .site-header__langs .site-header__langs__btn span{color:#31373d}body.theme-light .header-menu-wrapper{background:#fff;box-shadow:0 12px 12px rgba(0,0,0,.1)}body.theme-light .header-menu-wrapper .header-menu ul li a{color:#31373d}body.theme-light .header-menu-wrapper .header-menu ul li>ul{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px rgba(0,0,0,.12)}body.theme-light .header-menu-wrapper .header-menu ul li>ul:before{background:#fff;border:1px solid rgba(0,0,0,.08);border-bottom:none;border-right:none}body.theme-light .header-menu ul li>ul li a:hover{background:rgba(27,195,95,.08);color:#1bc35f}body.theme-light .header-menu--row:before{background:#171919}body.theme-light .search-input{background:#f8f9fa;border-color:#e9ecef;color:#31373d}body.theme-light .search-input::placeholder{color:#6c757d}body.theme-light .search-input:focus{border-color:#1bc35f;box-shadow:0 0 0 2px rgba(27,195,95,.2)}body.theme-light .search-icon{color:#31373d}body.theme-light .search-shortcut:before{background:#e9ecef}body.theme-light .search-shortcut{color:#6c757d}.icon-tg:before{content:"📱"}.icon-fb:before{content:"📘"}.icon-tw:before{content:"🐦"}.icon-di:before{content:"💬"}.header-menu-toggle{display:none !important}.hero-section{position:relative;overflow:hidden;margin-top:10px}.hero--bg{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1300px;height:100%;z-index:-1;border-radius:12px;overflow:hidden}@media(max-width:768px){.hero-section{margin-top:0}.hero--bg{border-radius:0;left:0;transform:none;max-width:none}}.hero--bg-dark,.hero--bg-light{height:100%;left:0;position:absolute;top:0;width:100%}.hero--bg-dark,.hero--bg-light{background-position:50%;background-size:cover}.hero--bg-light{display:none}body.theme-light .hero--bg-dark{display:none}body.theme-light .hero--bg-light{display:block}.hero--row{align-items:center;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);padding:30px 40px;position:relative}@media(max-width:768px){.hero--row{grid-template-columns:1fr;gap:30px;padding:30px 0}}.hero--left{align-items:flex-start;display:flex;flex-direction:column;gap:20px}.hero--title{font-family:Inter,sans-serif;font-size:40px;font-weight:900;line-height:1.2;color:#fff;margin:0 !important}.hero--title span{background:linear-gradient(90deg,#22ec7e,#95e566);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.hero--title{font-size:32px}}@media(max-width:480px){.hero--title{font-size:28px}}.hero--text{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.5;color:#fff;margin:0}.hero--text p{margin:0 0 16px}.hero--text p:last-child{margin-bottom:0}.hero--text a{color:#23ee88;font-weight:700}@media(max-width:768px){.hero--text{font-size:14px}}.hero--link{background:rgba(0,0,0,0);border-radius:8px;color:#000 !important;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900;height:auto;line-height:1.3;min-width:166px;padding:10px 28px;position:relative;text-align:center;text-decoration:none !important;z-index:2;display:inline-block}.hero--link:after,.hero--link:before{border-radius:8px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.hero--link:before{background:#1bc35f;bottom:0;z-index:-2}.hero--link:after{background:linear-gradient(90deg,#22ec7e,#95e566);bottom:2px;z-index:-1}.hero--link:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#000}.hero--right{display:flex;justify-content:center;align-items:center}.hero--right img{height:auto;display:block;max-width:80%}.hero--row-no-image{grid-template-columns:1fr !important}.hero--row-no-image .hero--left{max-width:none}@media(max-width:768px){.hero--right{order:2}.hero--left{order:1;text-align:left}.hero--right img{max-width:100%}}body.theme-light .hero--title{color:#31373d}body.theme-light .hero--text{color:#31373d}.btn,.wp-block-button__link,.button{background:rgba(0,0,0,0);border-radius:8px;color:#000 !important;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900 !important;height:auto;line-height:1.3;padding:10px 28px;position:relative;text-decoration:none !important;text-align:center;z-index:2;display:inline-block;border:none;cursor:pointer;margin-bottom:12px}.btn:after,.btn:before,.wp-block-button__link:after,.wp-block-button__link:before,.button:after,.button:before{border-radius:8px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.btn:before,.wp-block-button__link:before,.button:before{background:#1bc35f;bottom:0;z-index:-2}.btn:after,.wp-block-button__link:after,.button:after{background:linear-gradient(90deg,#22ec7e,#95e566);bottom:2px;z-index:-1}.btn:hover,.wp-block-button__link:hover,.button:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#000}body.theme-light .btn,body.theme-light .wp-block-button__link,body.theme-light .button{color:#000 !important}.entry-content a:not(.single-toc--li a):not(.banner-card__description a),.post-content a:not(.single-toc--li a):not(.banner-card__description a),.content a:not(.single-toc--li a):not(.banner-card__description a),p:not(.banner-card__description) a{color:#23ee88;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:all .3s ease}.entry-content a:not(.single-toc--li a):not(.banner-card__description a):hover,.post-content a:not(.single-toc--li a):not(.banner-card__description a):hover,.content a:not(.single-toc--li a):not(.banner-card__description a):hover,p:not(.banner-card__description) a:hover{color:#95e566;text-decoration-thickness:3px}.banner-cards-block a,.banner-cards-block p a,.banner-card a,.banner-card p a,.banner-card__content a,.banner-card__content p a,.banner-card__title a,.banner-card__description a{color:inherit !important;font-weight:inherit !important;text-decoration:none !important;text-decoration-thickness:initial !important;text-underline-offset:initial !important;transition:none !important}.banner-cards-block a:hover,.banner-cards-block p a:hover,.banner-card a:hover,.banner-card p a:hover,.banner-card__content a:hover,.banner-card__content p a:hover,.banner-card__title a:hover,.banner-card__description a:hover{color:inherit !important;font-weight:inherit !important;text-decoration:none !important;text-decoration-thickness:initial !important}body.theme-light .entry-content a:not(.single-toc--li a):not(.banner-card__description a),body.theme-light .post-content a:not(.single-toc--li a):not(.banner-card__description a),body.theme-light .content a:not(.single-toc--li a):not(.banner-card__description a),body.theme-light p:not(.banner-card__description) a{color:#23ee88;font-weight:700}body.theme-light .entry-content a:not(.single-toc--li a):not(.banner-card__description a):hover,body.theme-light .post-content a:not(.single-toc--li a):not(.banner-card__description a):hover,body.theme-light .content a:not(.single-toc--li a):not(.banner-card__description a):hover,body.theme-light p:not(.banner-card__description) a:hover{color:#22ec7e}body.theme-light .hero--link{color:#000 !important}.link-app--btn{align-items:center;background:#33393a;border-radius:6px;display:flex;gap:10px;justify-content:center;padding:6px 31px;text-decoration:none !important;color:#fff !important;transition:background-color .3s ease}.link-app--btn:hover{background:#3d4445;color:#fff !important}.link-app--icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.link-app--icon svg{width:100%;height:auto}.link-app--text{display:flex;flex-direction:column;text-align:left}.link-app--top{font-size:12px;font-weight:400;line-height:1.2;color:#ccc}.link-app--bottom{font-size:16px;font-weight:700;line-height:1.2;color:#fff}.wp-block-button.is-style-android .wp-block-button__link,.btn-android{align-items:center;background:#33393a !important;border-radius:6px;display:flex;gap:10px;justify-content:center;padding:6px 31px;text-decoration:none !important;color:#fff !important;transition:background-color .3s ease;min-width:auto;margin-bottom:12px;position:relative;z-index:1;font-family:Inter,sans-serif !important;font-weight:900;font-size:14px;line-height:1.3}.wp-block-button.is-style-android .wp-block-button__link:before,.wp-block-button.is-style-android .wp-block-button__link:after,.btn-android:before,.btn-android:after{display:none !important;content:none !important;background:0 0 !important}.wp-block-button.is-style-android .wp-block-button__link:hover,.btn-android:hover{background:#3d4445 !important;color:#fff !important}.wp-block-button.is-style-ios .wp-block-button__link,.btn-ios{align-items:center;background:#33393a !important;border-radius:6px;display:flex;gap:10px;justify-content:center;padding:6px 31px;text-decoration:none !important;color:#fff !important;transition:background-color .3s ease;min-width:auto;margin-bottom:12px;position:relative;z-index:1;font-family:Inter,sans-serif !important;font-weight:900;font-size:14px;line-height:1.3}.wp-block-button.is-style-ios .wp-block-button__link:before,.wp-block-button.is-style-ios .wp-block-button__link:after,.btn-ios:before,.btn-ios:after{display:none !important;content:none !important;background:0 0 !important}.wp-block-button.is-style-ios .wp-block-button__link:hover,.btn-ios:hover{background:#3d4445 !important;color:#fff !important}.wp-block-button.is-style-android .wp-block-button__link,.wp-block-button.is-style-ios .wp-block-button__link{position:relative;overflow:hidden}.welcome-package-block{position:relative;overflow:hidden;margin:40px 0}@media(max-width:1023px){.welcome-package-block{width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}}.welcome-package-container{position:relative;max-width:100%;margin:0 auto;padding:0}.welcome-package-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.welcome-package-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2}.welcome-package-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:40px;padding:40px 20px;align-items:center;min-height:250px;max-width:1200px;margin:0 auto}@media(min-width:1024px){.welcome-package-content{grid-template-columns:2fr 3fr;gap:80px;padding:50px 40px}}.welcome-package-left{display:flex;flex-direction:column;gap:10px;max-width:500px}@media(max-width:767px){.welcome-package-left{text-align:center;align-items:center}}.welcome-package-text{color:#fff}.welcome-package-title{font-family:Inter,sans-serif !important;font-size:28px !important;font-weight:900 !important;line-height:1.2 !important;margin:0 0 12px !important;color:#fff !important}@media(min-width:768px){.welcome-package-title{font-size:36px !important}}@media(min-width:1024px){.welcome-package-title{font-size:34px !important}}.welcome-package-subtitle{font-family:Inter,sans-serif !important;font-size:16px !important;font-weight:500 !important;line-height:1.5 !important;margin:0 !important;color:#fff !important}@media(min-width:768px){.welcome-package-subtitle{font-size:18px !important}}@media(min-width:1024px){.welcome-package-subtitle{font-size:18px !important}}.welcome-package-button{background:linear-gradient(90deg,#22ec7e,#95e566);border-radius:8px;color:#000 !important;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900;line-height:1.3;padding:12px 32px;text-decoration:none !important;text-align:center;display:inline-block;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.welcome-package-button:hover{background:linear-gradient(90deg,#1dc968,#82d153)}.welcome-package-right{display:flex;justify-content:flex-end;align-items:center}.welcome-package-bonus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-width:500px;width:100%;overflow:visible}@media(max-width:767px){.welcome-package-bonus-grid{gap:3px;max-width:380px}}.welcome-package-bonus-item{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border-radius:12px}.welcome-package-bonus-item img{width:100%;height:100%;object-fit:contain;padding:0}.welcome-package-arrow{position:absolute;right:-15px;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15)}@media(max-width:1023px){.welcome-package-arrow{right:-12px;width:24px;height:24px}}.welcome-package-arrow .arrow-icon{width:16px;height:16px;fill:#333}@media(max-width:1023px){.welcome-package-arrow .arrow-icon{width:14px;height:14px}}@media(max-width:767px){.welcome-package-content{padding:40px 15px;gap:30px}.welcome-package-title{font-size:24px !important}.welcome-package-subtitle{font-size:16px !important}.welcome-package-bonus-grid{grid-template-columns:repeat(3,1fr);gap:3px}.welcome-package-arrow{right:-10px;width:20px;height:20px}.welcome-package-arrow .arrow-icon{width:12px;height:12px}}.welcome-package-preview{padding:20px;border:2px dashed #ccc;text-align:center;background:#f9f9f9;border-radius:8px}.welcome-package-preview h3{margin:0 0 10px;color:#333}.welcome-package-preview p{margin:0;color:#666;font-size:14px}body.theme-light .welcome-package-title{color:#31373d !important}body.theme-light .welcome-package-subtitle{color:#31373d !important}body.theme-light .welcome-package-overlay{background:hsla(0,0%,100%,.2)}body.theme-light .welcome-package-text{color:#31373d}.site-footer{background:#263747;padding:56px 0;margin-top:50px}.footer-content{display:flex;flex-direction:column;gap:24px}.footer-main{display:flex;flex-direction:column;gap:32px}.footer-left{display:flex;flex-direction:column;gap:4px;margin-bottom:28px}.footer-logo a{display:inline-block}.footer-logo .light{display:none}.footer-logo img{width:110px;height:35px;display:block}.footer-copyright{color:#b3bec1;font-size:14px;margin:0;line-height:1.4}.footer-social{display:flex;gap:8px;margin-bottom:24px}.social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;padding:4px;cursor:pointer;transition:all .3s ease;color:#b3bec1}.social-link:hover{color:#fff}.social-link svg{width:100%;height:100%;fill:currentColor}.footer-newsletter{margin-bottom:24px}.footer-newsletter__title{color:#fff;font-size:14px;font-weight:600;margin-bottom:12px;line-height:1.4}.footer-newsletter__form{margin-bottom:8px}.newsletter-form{width:100%}.newsletter-input-wrapper{display:flex;background:rgba(25,44,61,.8);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;overflow:hidden;transition:all .3s ease}.newsletter-input-wrapper:focus-within{border-color:#1bc35f;box-shadow:0 0 0 2px rgba(27,195,95,.2)}.newsletter-input{flex:1;background:rgba(0,0,0,0);border:none;padding:12px 16px;color:#fff;font-size:14px;outline:none;font-family:inherit}.newsletter-input::placeholder{color:#8a8d91;font-size:14px}.newsletter-button{background:linear-gradient(90deg,#22ec7e,#95e566);border:none;color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:900;padding:12px 20px;position:relative;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center}.newsletter-button:hover{background:linear-gradient(90deg,#1bc35f,#22ec7e)}.footer-newsletter__errors{color:#ff6b6b;font-size:12px;margin-top:8px;line-height:1.4}.footer-columns{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:16px}.footer-column h4,.footer-column-title{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;display:block}.footer-column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer-column li{margin:0}.footer-column a,.live-support-btn{color:#b3bec1;text-decoration:none;font-size:14px;line-height:1.4;transition:all .3s ease;background:0 0;border:none;padding:0;cursor:pointer;font-family:inherit;display:block}.footer-column a:hover,.live-support-btn:hover{color:#fff}.footer-legal{border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:16px;margin-bottom:16px}.footer-legal-content{display:flex;flex-direction:column;gap:20px;align-items:center}.footer-legal-text p{color:#b3bec1;font-size:12px;line-height:1.5;margin:0;text-align:center;max-width:100%}.footer-badges{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center}.footer-badges img{height:auto;filter:brightness(1.2);transition:filter .3s ease}.footer-badges a:hover img{filter:brightness(1)}.footer-awards{text-align:left}.awards-label{color:#b3bec1;font-size:14px;margin:0 0 16px}.awards-list{display:flex;flex-wrap:wrap;gap:28px;align-items:center}.award-item{display:inline-block;position:relative}.award-item img.light{display:none}.award-item img{height:40px;width:auto;opacity:.8;transition:opacity .3s ease;display:block}.award-item:hover img{opacity:1}@media(min-width:769px){.footer-main{flex-direction:row;align-items:flex-start;gap:64px}.footer-left{flex:0 0 auto;min-width:300px;margin-bottom:0}.footer-columns{flex:1;grid-template-columns:repeat(5,1fr);gap:32px;margin-bottom:0}.footer-legal-content{flex-direction:row;align-items:center;justify-content:space-between}.footer-legal-text{flex:1;max-width:60%}.footer-legal-text p{text-align:left}.footer-badges{flex:0 0 auto;justify-content:flex-end}}@media(min-width:1024px){.footer-left{min-width:350px}}@media(max-width:768px){.site-footer{padding:40px 0;margin-top:30px}.footer-left{margin-bottom:0}.footer-columns{grid-template-columns:repeat(2,1fr) !important;gap:24px}.footer-column h4,.footer-column-title{font-size:12px;margin-bottom:8px}.footer-column a,.live-support-btn{font-size:12px}.footer-legal{padding:12px}.footer-legal-text p{font-size:11px}.footer-badges{gap:12px}.footer-badges img{height:auto}.awards-list{gap:16px}.awards-list img{height:32px}.footer-newsletter{margin-bottom:8px}.footer-newsletter__title{font-size:12px;margin-bottom:8px}.newsletter-input{padding:10px 12px;font-size:12px}.newsletter-button{padding:10px 16px;font-size:12px}}@media(max-width:480px){.footer-columns{grid-template-columns:1fr;gap:20px}}body.theme-light .site-footer{background:#fff}body.theme-light .footer-logo .light{display:block}body.theme-light .footer-logo .dark{display:none}body.theme-light .footer-copyright{color:#6c757d}body.theme-light .footer-column h4,body.theme-light .footer-column-title{color:#31373d}body.theme-light .footer-column a,body.theme-light .live-support-btn{color:#6c757d}body.theme-light .footer-column a:hover,body.theme-light .live-support-btn:hover{color:#31373d}body.theme-light .footer-legal{border-color:rgba(0,0,0,.1)}body.theme-light .footer-legal-text p{color:#6c757d}body.theme-light .awards-label{color:#6c757d}body.theme-light .awards-list img.light{display:block}body.theme-light .awards-list img.dark{display:none}body.theme-light .social-link{color:#6c757d}body.theme-light .social-link:hover{color:#31373d}body.theme-light .footer-newsletter__title{color:#31373d}body.theme-light .newsletter-input-wrapper{background:rgba(248,249,250,.8);border-color:rgba(0,0,0,.1)}body.theme-light .newsletter-input-wrapper:focus-within{border-color:#1bc35f;box-shadow:0 0 0 2px rgba(27,195,95,.2)}body.theme-light .newsletter-input{color:#31373d}body.theme-light .newsletter-input::placeholder{color:#6c757d}body.theme-light .footer-newsletter__errors{color:#dc3545}.mobile-tabbar{display:none}@media(max-width:768px){.mobile-tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;height:48px;background:rgba(38,55,71,.95);backdrop-filter:blur(10px);z-index:1000;justify-content:space-around;align-items:center;padding:0 max(8px,env(safe-area-inset-left)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 -2px 10px rgba(0,0,0,.3)}body:not(.no-mobile-tabbar){padding-bottom:48px}}.tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-decoration:none;color:#b3bec1;transition:all .3s ease;flex:1;max-width:80px;height:100%;padding-bottom:0}.tabbar-item:hover,.tabbar-item:focus{color:#fff;text-decoration:none}.tabbar-item.active{color:#2ea849}.tabbar-icon{width:18px;height:18px;margin-bottom:3px}.tabbar-icon svg{width:100%;height:100%}.tabbar-label{font-size:10px;font-weight:500;line-height:1;text-align:center}.center-bet-slip{position:relative;cursor:pointer;justify-content:center}.bet-slip-circle{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:44px;height:44px;background:#3fc02f;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(63,192,47,.3);transition:all .3s ease}.bet-slip-circle:hover{background:#36a829;transform:translateX(-50%) scale(1.05)}.bet-slip-circle svg{width:18px;height:18px;color:#fff}.center-bet-slip .tabbar-label{margin-top:12px;color:#b3bec1}@media(max-width:768px){body.theme-light .mobile-tabbar{background:hsla(0,0%,100%,.95);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1)}body.theme-light .tabbar-item{color:#6c757d}body.theme-light .tabbar-item:hover,body.theme-light .tabbar-item:focus{color:#31373d}body.theme-light .tabbar-item.active{color:#2ea849}body.theme-light .center-bet-slip .tabbar-label{color:#6c757d}}.to-top-btn{align-items:center;background:linear-gradient(90deg,#22ec7e,#95e566);border:none;border-radius:50%;bottom:90px;box-shadow:0 4px 22px 0 rgba(27,195,95,.188);cursor:pointer;display:none;height:50px;justify-content:center;opacity:0;position:fixed;right:3%;transition:all .25s ease;width:50px;z-index:999}.to-top-btn.show{display:flex;opacity:1}.to-top-btn:hover{opacity:.9}.to-top-btn svg{width:32px;height:32px;fill:#000}@media(max-width:768px){.to-top-btn{bottom:70px;height:44px;width:44px;right:15px}.to-top-btn svg{width:24px;height:24px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(5px);z-index:9999;display:none;opacity:0;transition:opacity .3s ease}.popup-overlay.show{display:flex;opacity:1;align-items:center;justify-content:center}.popup-container{position:relative;width:90%;max-width:450px;max-height:70vh;background:#fff;border-radius:16px;overflow:hidden;transform:scale(.9);transition:transform .3s ease;box-shadow:0 25px 50px rgba(0,0,0,.3)}.popup-overlay.show .popup-container{transform:scale(1)}.popup-close{position:absolute;top:15px;right:15px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.popup-close:hover{background:#fff;transform:rotate(90deg)}.popup-close svg{width:16px;height:16px;fill:#333}.popup-content{position:relative;display:flex;flex-direction:column}.popup-image-container{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(190deg,#6508db 7.44%,#de3ec4 48.66%,#fd8618 116.06%);position:relative;flex:1}.popup-image{width:100%;height:100%;object-fit:cover;display:block}.popup-bottom{background:#1e3040;padding:20px;text-align:center}.popup-short-text{color:#fff;font-size:13px;margin:0 0 12px;font-family:Inter,sans-serif;line-height:1.3;font-weight:500}.popup-action-btn{background:rgba(0,0,0,0);border-radius:8px;color:#000 !important;cursor:pointer;display:inline-block;font-family:Inter,sans-serif !important;font-size:14px;font-weight:900;height:auto;line-height:1.3;padding:12px 32px;position:relative;text-align:center;text-decoration:none !important;transition:all .25s ease;z-index:2;border:none;min-width:180px}.popup-action-btn:before,.popup-action-btn:after{border-radius:8px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.popup-action-btn:before{background:#1bc35f;bottom:0;z-index:-2}.popup-action-btn:after{background:linear-gradient(90deg,#22ec7e,#95e566);bottom:2px;z-index:-1}.popup-action-btn:hover{background:linear-gradient(90deg,#22ec7e,#95e566);color:#000}@media(max-width:768px){.popup-container{width:95%;max-width:320px;max-height:80vh}.popup-bottom{padding:15px}.popup-short-text{font-size:12px;margin-bottom:10px}.popup-action-btn{font-size:12px;padding:10px 24px;min-width:140px}.popup-close{top:12px;right:12px;width:28px;height:28px}.popup-close svg{width:14px;height:14px}}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;background:rgba(30,48,64,.98);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:16px 20px;z-index:9998;transform:translateY(calc(100% + 40px));transition:transform .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.3);max-width:900px;margin:0 auto}.cookie-banner.show{transform:translateY(0)}.cookie-banner-content{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-banner-text{flex:1}.cookie-banner-text p{color:#fff;font-size:14px;line-height:1.4;margin:0;font-family:Inter,sans-serif}.cookie-banner-buttons{display:flex;gap:12px;flex-shrink:0}.cookie-btn{padding:8px 20px;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-btn-accept{background:linear-gradient(90deg,#22ec7e,#95e566);color:#000}.cookie-btn-accept:hover{background:linear-gradient(90deg,#1bc35f,#22ec7e)}.cookie-btn-decline{background:rgba(0,0,0,0);color:#b3bec1;border:1px solid hsla(0,0%,100%,.2)}.cookie-btn-decline:hover{background:hsla(0,0%,100%,.1);color:#fff}@media(max-width:768px){.cookie-banner{bottom:15px;left:15px;right:15px;padding:12px 15px;transform:translateY(calc(100% + 35px))}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:15px}.cookie-banner-text p{font-size:13px;text-align:center}.cookie-banner-buttons{justify-content:center;gap:10px}.cookie-btn{padding:10px 16px;font-size:12px;flex:1;max-width:120px}}body.theme-light .cookie-banner{background:hsla(0,0%,100%,.98);border:1px solid rgba(0,0,0,.1)}body.theme-light .cookie-banner-text p{color:#31373d}body.theme-light .cookie-btn-decline{color:#6c757d;border-color:rgba(0,0,0,.2)}body.theme-light .cookie-btn-decline:hover{background:rgba(0,0,0,.05);color:#31373d}.single-toc{margin:20px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.single-toc .single-toc--title{grid-gap:20px;align-items:center;background:#263747;background:linear-gradient(80.52deg,#263747 29.18%,#1e3040 53.8%);display:grid;grid-template-columns:1fr max-content;padding:14px 20px;cursor:pointer;transition:all .3s ease}.single-toc .single-toc--title:hover{background:linear-gradient(80.52deg,#2a3c4d 29.18%,#223444 53.8%)}.single-toc .single-toc--title span{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin:0}.single-toc .single-toc--title .toc-toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.single-toc .single-toc--title .toc-toggle-icon svg{transition:transform .3s ease}.single-toc .single-toc--ul{background:#fff;list-style:none;margin:0;padding:0;border-top:1px solid rgba(0,0,0,.1);display:grid;grid-template-columns:1fr 1fr;gap:0}.single-toc .single-toc--ul li{list-style:none !important}.single-toc .single-toc--ul li:before{display:none !important}@media(min-width:769px){.single-toc .single-toc--ul{grid-template-columns:1fr 1fr}}.single-toc .single-toc--li{margin:0;border-bottom:1px solid rgba(0,0,0,.05)}.single-toc .single-toc--li:last-child{border-bottom:none}.single-toc .single-toc--li a{display:flex;align-items:center;gap:8px;padding:12px 20px;color:#31373d;text-decoration:none;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.4;transition:all .3s ease}.single-toc .single-toc--li a:before{content:"";display:inline-block;width:12px;height:12px;background-image:url("https://wild-io-casino.com/wp-content/uploads/2025/07/arrow.svg");background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.single-toc .single-toc--li a:hover{background:rgba(27,195,95,.08);color:#1bc35f;text-decoration:none}.single-toc .single-toc--li a:hover:before{filter:brightness(0) saturate(100%) invert(58%) sepia(77%) saturate(1952%) hue-rotate(90deg) brightness(95%) contrast(91%)}.single-toc .single-toc--li-h3 a{padding:12px 20px;font-size:14px;color:#31373d;font-weight:500}.single-toc .single-toc--li-h3 a:hover{color:#1bc35f}.single-toc .single-toc--li-h3 a:hover:before{filter:brightness(0) saturate(100%) invert(58%) sepia(77%) saturate(1952%) hue-rotate(90deg) brightness(95%) contrast(91%)}.single-toc .single-toc--li-empty{padding:12px 20px;color:#999;font-style:italic;font-size:13px}body.theme-light .single-toc .single-toc--title{background:#fff;background:linear-gradient(80.52deg,#f8f9fa 29.18%,#e9ecef 53.8%);border-bottom:1px solid rgba(0,0,0,.1)}body.theme-light .single-toc .single-toc--title:hover{background:linear-gradient(80.52deg,#e9ecef 29.18%,#dee2e6 53.8%)}body.theme-light .single-toc .single-toc--title span{color:#31373d}body.theme-light .single-toc .single-toc--title .toc-toggle-icon svg path{fill:#6c757d}body.theme-light .single-toc .single-toc--ul{background:#fff;border-top:1px solid rgba(0,0,0,.1)}.single-toc-preview{opacity:.8}.single-toc-preview .single-toc--li a{pointer-events:none}@media(max-width:768px){.single-toc .single-toc--title{padding:12px 16px;grid-gap:15px}.single-toc .single-toc--title span{font-size:15px}.single-toc .single-toc--ul{grid-template-columns:1fr}.single-toc .single-toc--li a{padding:10px 16px;font-size:13px;gap:6px}.single-toc .single-toc--li-h3 a{padding:10px 16px;font-size:13px}}.banner-cards-block{margin:28px 0}.banner-cards-container{width:100%}.banner-cards-grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:640px){.banner-cards-grid{grid-template-columns:1fr 1fr;gap:28px}}.banner-card{position:relative;display:flex;align-items:end;overflow:hidden;border-radius:16px;padding:16px;min-height:120px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.banner-card:hover{text-decoration:none}@media(max-width:1023px){.banner-card{align-items:center;min-height:auto;padding:20px}}@media(min-width:768px){.banner-card{padding:28px;min-height:200px}}@media(min-width:1024px){.banner-card{min-height:320px}}.banner-card__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-size:cover;background-position:center top;background-repeat:no-repeat}.banner-card__image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:16px;z-index:2;display:none}@media(max-width:1023px){.banner-card__image{display:none !important}}@media(min-width:1024px){.banner-card__image{display:block}.banner-card__background{background:linear-gradient(to top,rgba(0,0,0,.8),transparent) !important;z-index:3}.banner-card__background[data-bg-image]{background-size:cover;background-position:center top;background-repeat:no-repeat}}.banner-card__content{position:relative;z-index:10;max-width:336px;color:#fff}@media(max-width:1023px){.banner-card__content{max-width:100%;width:100%}}.banner-card__header{margin-bottom:4px;display:flex;flex-direction:column;gap:8px;width:100%}.banner-card__title-row{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;flex-wrap:wrap}.banner-card__title-group{display:flex;align-items:center;gap:8px}@media(min-width:1024px){.banner-card__title-group{gap:0}}.banner-card__icon{width:22px;height:22px;flex-shrink:0}@media(min-width:1024px){.banner-card__icon{display:none}}.banner-card__title{font-size:20px;font-weight:700;line-height:1.2;margin:0;color:#fff;font-family:Inter,sans-serif}@media(min-width:768px){.banner-card__title{font-size:24px}}.banner-card__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:400;line-height:1;color:#fff !important;flex-shrink:0;background-color:#ef4444}.banner-card__badge span{color:#fff !important}.banner-card__badge--red{background-color:#ef4444 !important}.banner-card__badge--purple{background-color:#8b5cf6 !important}.banner-card__badge--blue{background-color:#3b82f6 !important}.banner-card__badge--green{background-color:#10b981 !important}.banner-card__badge--orange{background-color:#f97316 !important}.banner-card__description{font-size:13px;line-height:1.4;margin:0;color:hsla(0,0%,100%,.8);font-family:Inter,sans-serif}@media(min-width:768px){.banner-card__description{font-size:14px}}.banner-cards-empty-state{padding:40px 20px;text-align:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#666;font-style:italic}.faq-list{background:rgba(38,55,71,.8);border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px;margin:12px 0 0}body.theme-light .faq-list{background:#f8f9fa}.faq-list__item{background:rgba(0,0,0,0) !important;border:none !important;margin-bottom:0 !important;padding:0 !important}.faq-list__text{margin:0 !important}.faq-list__body{display:none;padding-top:12px}.faq-list__body p,.faq-list__label{margin:0 !important}.faq-list__label{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:700;gap:15px;justify-content:space-between;line-height:1;cursor:pointer;padding:0}body.theme-light .faq-list__label{color:#31373d}.faq-list__label:hover{cursor:pointer}.faq-list__label.active+div{display:block}.faq-list__label.active span{transform:rotate(90deg)}.faq-list__label span{align-items:center;background:rgba(25,44,61,.8);border-radius:8px;display:flex;height:34px;justify-content:center;transform:rotate(0);transition:all .1s ease-out;width:34px;flex-shrink:0}@media(max-width:768px){.faq-list__label span{transition:all .05s ease-out}}body.theme-light .faq-list__label span{background:rgba(248,249,250,.8)}.faq-list__label span svg{width:14px;height:14px;transition:transform .1s ease-out}@media(max-width:768px){.faq-list__label span svg{transition:transform .05s ease-out}}.faq-list__label span svg path{fill:#fff}body.theme-light .faq-list__label span svg path{fill:#6c757d}.faq-list__body{display:none;padding-top:12px}.faq-list__text{color:#b3bec1;font-size:16px;line-height:1.6;margin:0 !important}body.theme-light .faq-list__text{color:#6c757d}.faq-list__text p{margin:0 0 16px !important}.faq-list__text p:last-child{margin-bottom:0 !important}.faq-empty-state{padding:40px 20px;text-align:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#666;font-style:italic}@media(max-width:768px){.faq-list{padding:16px;gap:10px;border-radius:8px}.faq-list__label{font-size:16px;gap:12px}.faq-list__label span{width:30px;height:30px}.faq-list__label span svg{width:12px;height:12px}.faq-list__text{font-size:14px}.faq-list__body{padding-top:10px}}.single .entry-content ul:not(.single-toc--ul),.page .entry-content ul:not(.single-toc--ul),.single .post-content ul:not(.single-toc--ul),.page .post-content ul:not(.single-toc--ul),.faq-list__text ul{list-style:disc;margin-bottom:14px;margin-left:24px;padding:0}.single .entry-content ul:not(.single-toc--ul) li,.page .entry-content ul:not(.single-toc--ul) li,.single .post-content ul:not(.single-toc--ul) li,.page .post-content ul:not(.single-toc--ul) li,.faq-list__text ul li{margin-bottom:8px;line-height:1.6;font-size:16px;color:#b3bec1}.wp-block-post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,.post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,.entry-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,.content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,.faq-list__text ul li::marker,article ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker{color:#23ee88}body.theme-light .wp-block-post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,body.theme-light .post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,body.theme-light .entry-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,body.theme-light .content ul:not(.banner-cards-grid):not(.single-toc--ul) li,body.theme-light .faq-list__text ul li,body.theme-light article ul:not(.banner-cards-grid):not(.single-toc--ul) li{color:#6c757d}body.theme-light .wp-block-post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,body.theme-light .post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,body.theme-light .entry-content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,body.theme-light .content ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker,body.theme-light .faq-list__text ul li::marker,body.theme-light article ul:not(.banner-cards-grid):not(.single-toc--ul) li::marker{color:#1bc35f}.wp-block-post-content ol,.post-content ol,.entry-content ol,.content ol,.faq-list__text ol,article ol{counter-reset:num;list-style-type:none;margin:0;padding:15px 0 5px 20px;position:relative}.wp-block-post-content ol li,.post-content ol li,.entry-content ol li,.content ol li,.faq-list__text ol li,article ol li{margin-bottom:20px;padding-bottom:0;padding-top:0;padding-left:12px;position:relative;line-height:1.6;font-size:16px;color:#b3bec1}.wp-block-post-content ol li:before,.post-content ol li:before,.entry-content ol li:before,.content ol li:before,.faq-list__text ol li:before,article ol li:before{color:#23ee88;content:counter(num) ".";counter-increment:num;display:inline-block;font-size:16px;font-weight:700;left:-12px;line-height:1.3;position:absolute;top:2px}body.theme-light .wp-block-post-content ol li,body.theme-light .post-content ol li,body.theme-light .entry-content ol li,body.theme-light .content ol li,body.theme-light .faq-list__text ol li,body.theme-light article ol li{color:#6c757d}body.theme-light .wp-block-post-content ol li:before,body.theme-light .post-content ol li:before,body.theme-light .entry-content ol li:before,body.theme-light .content ol li:before,body.theme-light .faq-list__text ol li:before,body.theme-light article ol li:before{color:#1bc35f}.wp-block-post-content ul:not(.banner-cards-grid) ul,.wp-block-post-content ol ol,.wp-block-post-content ul:not(.banner-cards-grid) ol,.wp-block-post-content ol ul:not(.banner-cards-grid),.post-content ul:not(.banner-cards-grid) ul,.post-content ol ol,.post-content ul:not(.banner-cards-grid) ol,.post-content ol ul:not(.banner-cards-grid),.entry-content ul:not(.banner-cards-grid) ul,.entry-content ol ol,.entry-content ul:not(.banner-cards-grid) ol,.entry-content ol ul:not(.banner-cards-grid),.content ul:not(.banner-cards-grid) ul,.content ol ol,.content ul:not(.banner-cards-grid) ol,.content ol ul:not(.banner-cards-grid),.faq-list__text ul ul,.faq-list__text ol ol,.faq-list__text ul ol,.faq-list__text ol ul,article ul:not(.banner-cards-grid) ul,article ol ol,article ul:not(.banner-cards-grid) ol,article ol ul:not(.banner-cards-grid){margin-bottom:16px;margin-top:8px}.wp-block-post-content ul:not(.banner-cards-grid) ul li,.wp-block-post-content ol ol li,.wp-block-post-content ul:not(.banner-cards-grid) ol li,.wp-block-post-content ol ul:not(.banner-cards-grid) li,.post-content ul:not(.banner-cards-grid) ul li,.post-content ol ol li,.post-content ul:not(.banner-cards-grid) ol li,.post-content ol ul:not(.banner-cards-grid) li,.entry-content ul:not(.banner-cards-grid) ul li,.entry-content ol ol li,.entry-content ul:not(.banner-cards-grid) ol li,.entry-content ol ul:not(.banner-cards-grid) li,.content ul:not(.banner-cards-grid) ul li,.content ol ol li,.content ul:not(.banner-cards-grid) ol li,.content ol ul:not(.banner-cards-grid) li,.faq-list__text ul ul li,.faq-list__text ol ol li,.faq-list__text ul ol li,.faq-list__text ol ul li,article ul:not(.banner-cards-grid) ul li,article ol ol li,article ul:not(.banner-cards-grid) ol li,article ol ul:not(.banner-cards-grid) li{margin-bottom:6px;font-size:15px}@media(max-width:768px){.wp-block-post-content ul:not(.banner-cards-grid):not(.single-toc--ul),.post-content ul:not(.banner-cards-grid):not(.single-toc--ul),.entry-content ul:not(.banner-cards-grid):not(.single-toc--ul),.content ul:not(.banner-cards-grid):not(.single-toc--ul),.faq-list__text ul,article ul:not(.banner-cards-grid):not(.single-toc--ul){margin-left:20px;margin-bottom:12px}.wp-block-post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,.post-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,.entry-content ul:not(.banner-cards-grid):not(.single-toc--ul) li,.content ul:not(.banner-cards-grid):not(.single-toc--ul) li,.faq-list__text ul li,article ul:not(.banner-cards-grid):not(.single-toc--ul) li{font-size:14px;margin-bottom:6px}.wp-block-post-content ol,.post-content ol,.entry-content ol,.content ol,.faq-list__text ol,article ol{margin-bottom:6px;padding:12px 0 4px 18px}.wp-block-post-content ol li,.post-content ol li,.entry-content ol li,.content ol li,.faq-list__text ol li,article ol li{font-size:14px;margin-bottom:16px;padding-left:10px}.wp-block-post-content ol li:before,.post-content ol li:before,.entry-content ol li:before,.content ol li:before,.faq-list__text ol li:before,article ol li:before{font-size:14px;top:1px;left:-10px}}.single .entry-content,.page .entry-content,.single .post-content,.page .post-content{font-family:Inter,sans-serif;line-height:1.6}.single .entry-content p:not(.banner-card__title):not(.banner-card__description),.page .entry-content p:not(.banner-card__title):not(.banner-card__description),.single .post-content p:not(.banner-card__title):not(.banner-card__description),.page .post-content p:not(.banner-card__title):not(.banner-card__description){font-family:Inter,sans-serif;font-size:16px;line-height:1.6;margin-bottom:16px;color:#b3bec1}body.theme-light .single .entry-content p:not(.banner-card__title):not(.banner-card__description),body.theme-light .page .entry-content p:not(.banner-card__title):not(.banner-card__description),body.theme-light .single .post-content p:not(.banner-card__title):not(.banner-card__description),body.theme-light .page .post-content p:not(.banner-card__title):not(.banner-card__description){color:#6c757d}.single .entry-content h1,.page .entry-content h1,.single .post-content h1,.page .post-content h1{font-family:Inter,sans-serif;font-size:32px;font-weight:900;line-height:1.2;color:#fff;margin:24px 0 16px}.single .entry-content h2,.page .entry-content h2,.single .post-content h2,.page .post-content h2{font-family:Inter,sans-serif;font-size:28px;font-weight:900;line-height:1.2;color:#fff;margin:24px 0 14px}.single .entry-content h3,.page .entry-content h3,.single .post-content h3,.page .post-content h3{font-family:Inter,sans-serif;font-size:24px;font-weight:900;line-height:1.2;color:#fff;margin:20px 0 12px}.single .entry-content h4,.page .entry-content h4,.single .post-content h4,.page .post-content h4{font-family:Inter,sans-serif;font-size:20px;font-weight:900;line-height:1.2;color:#fff;margin:18px 0 10px}.single .entry-content h5,.page .entry-content h5,.single .post-content h5,.page .post-content h5{font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:1.2;color:#fff;margin:16px 0 8px}.single .entry-content h6,.page .entry-content h6,.single .post-content h6,.page .post-content h6{font-family:Inter,sans-serif;font-size:16px;font-weight:900;line-height:1.2;color:#fff;margin:14px 0 8px}body.theme-light .single .entry-content h1,body.theme-light .page .entry-content h1,body.theme-light .single .post-content h1,body.theme-light .page .post-content h1,body.theme-light .single .entry-content h2,body.theme-light .page .entry-content h2,body.theme-light .single .post-content h2,body.theme-light .page .post-content h2,body.theme-light .single .entry-content h3,body.theme-light .page .entry-content h3,body.theme-light .single .post-content h3,body.theme-light .page .post-content h3,body.theme-light .single .entry-content h4,body.theme-light .page .entry-content h4,body.theme-light .single .post-content h4,body.theme-light .page .post-content h4,body.theme-light .single .entry-content h5,body.theme-light .page .entry-content h5,body.theme-light .single .post-content h5,body.theme-light .page .post-content h5,body.theme-light .single .entry-content h6,body.theme-light .page .entry-content h6,body.theme-light .single .post-content h6,body.theme-light .page .post-content h6{color:#31373d}.wp-block-post-content h1 strong,.post-content h1 strong,.entry-content h1 strong,.content h1 strong,article h1 strong,.wp-block-post-content h1 b,.post-content h1 b,.entry-content h1 b,.content h1 b,article h1 b,.wp-block-post-content h2 strong,.post-content h2 strong,.entry-content h2 strong,.content h2 strong,article h2 strong,.wp-block-post-content h2 b,.post-content h2 b,.entry-content h2 b,.content h2 b,article h2 b,.wp-block-post-content h3 strong,.post-content h3 strong,.entry-content h3 strong,.content h3 strong,article h3 strong,.wp-block-post-content h3 b,.post-content h3 b,.entry-content h3 b,.content h3 b,article h3 b,.wp-block-post-content h4 strong,.post-content h4 strong,.entry-content h4 strong,.content h4 strong,article h4 strong,.wp-block-post-content h4 b,.post-content h4 b,.entry-content h4 b,.content h4 b,article h4 b,.wp-block-post-content h5 strong,.post-content h5 strong,.entry-content h5 strong,.content h5 strong,article h5 strong,.wp-block-post-content h5 b,.post-content h5 b,.entry-content h5 b,.content h5 b,article h5 b,.wp-block-post-content h6 strong,.post-content h6 strong,.entry-content h6 strong,.content h6 strong,article h6 strong,.wp-block-post-content h6 b,.post-content h6 b,.entry-content h6 b,.content h6 b,article h6 b{color:#23ee88;font-family:inherit}body.theme-light .wp-block-post-content h1 strong,body.theme-light .post-content h1 strong,body.theme-light .entry-content h1 strong,body.theme-light .content h1 strong,body.theme-light article h1 strong,body.theme-light .wp-block-post-content h1 b,body.theme-light .post-content h1 b,body.theme-light .entry-content h1 b,body.theme-light .content h1 b,body.theme-light article h1 b,body.theme-light .wp-block-post-content h2 strong,body.theme-light .post-content h2 strong,body.theme-light .entry-content h2 strong,body.theme-light .content h2 strong,body.theme-light article h2 strong,body.theme-light .wp-block-post-content h2 b,body.theme-light .post-content h2 b,body.theme-light .entry-content h2 b,body.theme-light .content h2 b,body.theme-light article h2 b,body.theme-light .wp-block-post-content h3 strong,body.theme-light .post-content h3 strong,body.theme-light .entry-content h3 strong,body.theme-light .content h3 strong,body.theme-light article h3 strong,body.theme-light .wp-block-post-content h3 b,body.theme-light .post-content h3 b,body.theme-light .entry-content h3 b,body.theme-light .content h3 b,body.theme-light article h3 b,body.theme-light .wp-block-post-content h4 strong,body.theme-light .post-content h4 strong,body.theme-light .entry-content h4 strong,body.theme-light .content h4 strong,body.theme-light article h4 strong,body.theme-light .wp-block-post-content h4 b,body.theme-light .post-content h4 b,body.theme-light .entry-content h4 b,body.theme-light .content h4 b,body.theme-light article h4 b,body.theme-light .wp-block-post-content h5 strong,body.theme-light .post-content h5 strong,body.theme-light .entry-content h5 strong,body.theme-light .content h5 strong,body.theme-light article h5 strong,body.theme-light .wp-block-post-content h5 b,body.theme-light .post-content h5 b,body.theme-light .entry-content h5 b,body.theme-light .content h5 b,body.theme-light article h5 b,body.theme-light .wp-block-post-content h6 strong,body.theme-light .post-content h6 strong,body.theme-light .entry-content h6 strong,body.theme-light .content h6 strong,body.theme-light article h6 strong,body.theme-light .wp-block-post-content h6 b,body.theme-light .post-content h6 b,body.theme-light .entry-content h6 b,body.theme-light .content h6 b,body.theme-light article h6 b{color:#1bc35f;font-family:inherit}.wp-block-post-content p strong,.post-content p strong,.entry-content p strong,.content p strong,article p strong,.wp-block-post-content p b,.post-content p b,.entry-content p b,.content p b,article p b,.wp-block-post-content strong,.post-content strong,.entry-content strong,.content strong,article strong,.wp-block-post-content b,.post-content b,.entry-content b,.content b,article b{color:#fff;font-family:inherit}body.theme-light .wp-block-post-content p strong,body.theme-light .post-content p strong,body.theme-light .entry-content p strong,body.theme-light .content p strong,body.theme-light article p strong,body.theme-light .wp-block-post-content p b,body.theme-light .post-content p b,body.theme-light .entry-content p b,body.theme-light .content p b,body.theme-light article p b,body.theme-light .wp-block-post-content strong,body.theme-light .post-content strong,body.theme-light .entry-content strong,body.theme-light .content strong,body.theme-light article strong,body.theme-light .wp-block-post-content b,body.theme-light .post-content b,body.theme-light .entry-content b,body.theme-light .content b,body.theme-light article b{color:#31373d;font-family:inherit}@media(max-width:768px){.single .entry-content p:not(.banner-card__title):not(.banner-card__description),.page .entry-content p:not(.banner-card__title):not(.banner-card__description),.single .post-content p:not(.banner-card__title):not(.banner-card__description),.page .post-content p:not(.banner-card__title):not(.banner-card__description){font-size:14px;margin-bottom:14px}.wp-block-post-content:not(.banner-cards-block) h1,.post-content:not(.banner-cards-block) h1,.entry-content:not(.banner-cards-block) h1,.content:not(.banner-cards-block) h1,article:not(.banner-cards-block) h1{font-size:28px;margin:20px 0 14px}.wp-block-post-content:not(.banner-cards-block) h2,.post-content:not(.banner-cards-block) h2,.entry-content:not(.banner-cards-block) h2,.content:not(.banner-cards-block) h2,article:not(.banner-cards-block) h2{font-size:24px;margin:18px 0 12px}.wp-block-post-content:not(.banner-cards-block) h3,.post-content:not(.banner-cards-block) h3,.entry-content:not(.banner-cards-block) h3,.content:not(.banner-cards-block) h3,article:not(.banner-cards-block) h3{font-size:20px;margin:16px 0 10px}.wp-block-post-content:not(.banner-cards-block) h4,.post-content:not(.banner-cards-block) h4,.entry-content:not(.banner-cards-block) h4,.content:not(.banner-cards-block) h4,article:not(.banner-cards-block) h4{font-size:18px;margin:14px 0 8px}.wp-block-post-content:not(.banner-cards-block) h5,.post-content:not(.banner-cards-block) h5,.entry-content:not(.banner-cards-block) h5,.content:not(.banner-cards-block) h5,article:not(.banner-cards-block) h5{font-size:16px;margin:12px 0 6px}.wp-block-post-content:not(.banner-cards-block) h6,.post-content:not(.banner-cards-block) h6,.entry-content:not(.banner-cards-block) h6,.content:not(.banner-cards-block) h6,article:not(.banner-cards-block) h6{font-size:14px;margin:10px 0 6px}}.single .entry-content .wp-block-table,.page .entry-content .wp-block-table,.single .post-content .wp-block-table,.page .post-content .wp-block-table,.wp-block-post-content .wp-block-table,.post-content .wp-block-table,.entry-content .wp-block-table,.content .wp-block-table,article .wp-block-table{background-color:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;margin:0;padding:0;overflow-x:auto}.single .entry-content .wp-block-table table,.page .entry-content .wp-block-table table,.single .post-content .wp-block-table table,.page .post-content .wp-block-table table,.wp-block-post-content .wp-block-table table,.post-content .wp-block-table table,.entry-content .wp-block-table table,.content .wp-block-table table,article .wp-block-table table{border-radius:0;padding:0;width:100%;border-collapse:separate;border-spacing:0}.single .entry-content .wp-block-table table thead th,.page .entry-content .wp-block-table table thead th,.single .post-content .wp-block-table table thead th,.page .post-content .wp-block-table table thead th,.wp-block-post-content .wp-block-table table thead th,.post-content .wp-block-table table thead th,.entry-content .wp-block-table table thead th,.content .wp-block-table table thead th,article .wp-block-table table thead th{background:hsla(0,0%,100%,.05);border:none !important;border-bottom:1px solid hsla(0,0%,100%,.1) !important;color:#fff !important;font-weight:700;padding:12px 16px;text-align:left;font-family:Inter,sans-serif}.single .entry-content .wp-block-table table thead th:first-child,.page .entry-content .wp-block-table table thead th:first-child,.single .post-content .wp-block-table table thead th:first-child,.page .post-content .wp-block-table table thead th:first-child,.wp-block-post-content .wp-block-table table thead th:first-child,.post-content .wp-block-table table thead th:first-child,.entry-content .wp-block-table table thead th:first-child,.content .wp-block-table table thead th:first-child,article .wp-block-table table thead th:first-child{border-top-left-radius:12px}.single .entry-content .wp-block-table table thead th:last-child,.page .entry-content .wp-block-table table thead th:last-child,.single .post-content .wp-block-table table thead th:last-child,.page .post-content .wp-block-table table thead th:last-child,.wp-block-post-content .wp-block-table table thead th:last-child,.post-content .wp-block-table table thead th:last-child,.entry-content .wp-block-table table thead th:last-child,.content .wp-block-table table thead th:last-child,article .wp-block-table table thead th:last-child{border-top-right-radius:12px}.single .entry-content .wp-block-table table tbody tr:nth-child(even) td,.page .entry-content .wp-block-table table tbody tr:nth-child(even) td,.single .post-content .wp-block-table table tbody tr:nth-child(even) td,.page .post-content .wp-block-table table tbody tr:nth-child(even) td,.wp-block-post-content .wp-block-table table tbody tr:nth-child(even) td,.post-content .wp-block-table table tbody tr:nth-child(even) td,.entry-content .wp-block-table table tbody tr:nth-child(even) td,.content .wp-block-table table tbody tr:nth-child(even) td,article .wp-block-table table tbody tr:nth-child(even) td{background:hsla(0,0%,100%,.03)}.single .entry-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.page .entry-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.single .post-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.page .post-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.wp-block-post-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.post-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.entry-content .wp-block-table table tbody tr:nth-child(even) td:first-child,.content .wp-block-table table tbody tr:nth-child(even) td:first-child,article .wp-block-table table tbody tr:nth-child(even) td:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.single .entry-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.page .entry-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.single .post-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.page .post-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.wp-block-post-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.post-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.entry-content .wp-block-table table tbody tr:nth-child(even) td:last-child,.content .wp-block-table table tbody tr:nth-child(even) td:last-child,article .wp-block-table table tbody tr:nth-child(even) td:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}.single .entry-content .wp-block-table table tbody tr td,.page .entry-content .wp-block-table table tbody tr td,.single .post-content .wp-block-table table tbody tr td,.page .post-content .wp-block-table table tbody tr td,.wp-block-post-content .wp-block-table table tbody tr td,.post-content .wp-block-table table tbody tr td,.entry-content .wp-block-table table tbody tr td,.content .wp-block-table table tbody tr td,article .wp-block-table table tbody tr td{background:rgba(0,0,0,0);border:none !important;color:#b3bec1 !important;padding:12px 16px;font-family:Inter,sans-serif;line-height:1.5}.single .entry-content .wp-block-table table tbody tr td strong,.page .entry-content .wp-block-table table tbody tr td strong,.single .post-content .wp-block-table table tbody tr td strong,.page .post-content .wp-block-table table tbody tr td strong,.wp-block-post-content .wp-block-table table tbody tr td strong,.post-content .wp-block-table table tbody tr td strong,.entry-content .wp-block-table table tbody tr td strong,.content .wp-block-table table tbody tr td strong,article .wp-block-table table tbody tr td strong{color:#fff !important;font-weight:700}.single .entry-content table:not(.single-toc--ul),.page .entry-content table:not(.single-toc--ul),.single .post-content table:not(.single-toc--ul),.page .post-content table:not(.single-toc--ul),.wp-block-post-content table,.post-content table,.entry-content table,.content table,article table{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;border-spacing:0;border-width:0;padding:0 20px;margin:0;width:100%;overflow-x:auto}.single .entry-content table:not(.single-toc--ul) thead th,.page .entry-content table:not(.single-toc--ul) thead th,.single .post-content table:not(.single-toc--ul) thead th,.page .post-content table:not(.single-toc--ul) thead th,.wp-block-post-content table thead th,.post-content table thead th,.entry-content table thead th,.content table thead th,article table thead th{background:hsla(0,0%,100%,.05);border:none !important;border-bottom:1px solid hsla(0,0%,100%,.1) !important;color:#fff !important;font-weight:700;padding:12px 16px;text-align:left;font-family:Inter,sans-serif}.single .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,.page .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,.single .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,.page .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,.wp-block-post-content table tbody tr:nth-child(even) td,.post-content table tbody tr:nth-child(even) td,.entry-content table tbody tr:nth-child(even) td,.content table tbody tr:nth-child(even) td,article table tbody tr:nth-child(even) td{background:hsla(0,0%,100%,.03)}.single .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:first-child,.page .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:first-child,.single .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:first-child,.page .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:first-child,.wp-block-post-content table tbody tr:nth-child(even) td:first-child,.post-content table tbody tr:nth-child(even) td:first-child,.entry-content table tbody tr:nth-child(even) td:first-child,.content table tbody tr:nth-child(even) td:first-child,article table tbody tr:nth-child(even) td:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.single .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:last-child,.page .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:last-child,.single .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:last-child,.page .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td:last-child,.wp-block-post-content table tbody tr:nth-child(even) td:last-child,.post-content table tbody tr:nth-child(even) td:last-child,.entry-content table tbody tr:nth-child(even) td:last-child,.content table tbody tr:nth-child(even) td:last-child,article table tbody tr:nth-child(even) td:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}.single .entry-content table:not(.single-toc--ul) tbody tr td,.page .entry-content table:not(.single-toc--ul) tbody tr td,.single .post-content table:not(.single-toc--ul) tbody tr td,.page .post-content table:not(.single-toc--ul) tbody tr td,.wp-block-post-content table tbody tr td,.post-content table tbody tr td,.entry-content table tbody tr td,.content table tbody tr td,article table tbody tr td{background:rgba(0,0,0,0);border:none !important;color:#b3bec1 !important;padding:12px 16px;font-family:Inter,sans-serif;line-height:1.5}.single .entry-content table:not(.single-toc--ul) tbody tr td strong,.page .entry-content table:not(.single-toc--ul) tbody tr td strong,.single .post-content table:not(.single-toc--ul) tbody tr td strong,.page .post-content table:not(.single-toc--ul) tbody tr td strong,.wp-block-post-content table tbody tr td strong,.post-content table tbody tr td strong,.entry-content table tbody tr td strong,.content table tbody tr td strong,article table tbody tr td strong{color:#fff !important;font-weight:700}body.theme-light .single .entry-content .wp-block-table,body.theme-light .page .entry-content .wp-block-table,body.theme-light .single .post-content .wp-block-table,body.theme-light .page .post-content .wp-block-table,body.theme-light .wp-block-post-content .wp-block-table,body.theme-light .post-content .wp-block-table,body.theme-light .entry-content .wp-block-table,body.theme-light .content .wp-block-table,body.theme-light article .wp-block-table{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08)}body.theme-light .single .entry-content .wp-block-table table thead th,body.theme-light .page .entry-content .wp-block-table table thead th,body.theme-light .single .post-content .wp-block-table table thead th,body.theme-light .page .post-content .wp-block-table table thead th,body.theme-light .wp-block-post-content .wp-block-table table thead th,body.theme-light .post-content .wp-block-table table thead th,body.theme-light .entry-content .wp-block-table table thead th,body.theme-light .content .wp-block-table table thead th,body.theme-light article .wp-block-table table thead th{background:#f8f9fa;color:#31373d !important;border-bottom:1px solid rgba(0,0,0,.1)}body.theme-light .single .entry-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .page .entry-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .single .post-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .page .post-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .wp-block-post-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .post-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .entry-content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light .content .wp-block-table table tbody tr:nth-child(even) td,body.theme-light article .wp-block-table table tbody tr:nth-child(even) td{background:#f8f9fa}body.theme-light .single .entry-content .wp-block-table table tbody tr td,body.theme-light .page .entry-content .wp-block-table table tbody tr td,body.theme-light .single .post-content .wp-block-table table tbody tr td,body.theme-light .page .post-content .wp-block-table table tbody tr td,body.theme-light .wp-block-post-content .wp-block-table table tbody tr td,body.theme-light .post-content .wp-block-table table tbody tr td,body.theme-light .entry-content .wp-block-table table tbody tr td,body.theme-light .content .wp-block-table table tbody tr td,body.theme-light article .wp-block-table table tbody tr td{color:#6c757d !important}body.theme-light .single .entry-content .wp-block-table table tbody tr td strong,body.theme-light .page .entry-content .wp-block-table table tbody tr td strong,body.theme-light .single .post-content .wp-block-table table tbody tr td strong,body.theme-light .page .post-content .wp-block-table table tbody tr td strong,body.theme-light .wp-block-post-content .wp-block-table table tbody tr td strong,body.theme-light .post-content .wp-block-table table tbody tr td strong,body.theme-light .entry-content .wp-block-table table tbody tr td strong,body.theme-light .content .wp-block-table table tbody tr td strong,body.theme-light article .wp-block-table table tbody tr td strong{color:#31373d !important}body.theme-light .single .entry-content table:not(.single-toc--ul),body.theme-light .page .entry-content table:not(.single-toc--ul),body.theme-light .single .post-content table:not(.single-toc--ul),body.theme-light .page .post-content table:not(.single-toc--ul),body.theme-light .wp-block-post-content table,body.theme-light .post-content table,body.theme-light .entry-content table,body.theme-light .content table,body.theme-light article table{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08)}body.theme-light .single .entry-content table:not(.single-toc--ul) thead th,body.theme-light .page .entry-content table:not(.single-toc--ul) thead th,body.theme-light .single .post-content table:not(.single-toc--ul) thead th,body.theme-light .page .post-content table:not(.single-toc--ul) thead th,body.theme-light .wp-block-post-content table thead th,body.theme-light .post-content table thead th,body.theme-light .entry-content table thead th,body.theme-light .content table thead th,body.theme-light article table thead th{background:#f8f9fa;color:#31373d !important;border-bottom:1px solid rgba(0,0,0,.1)}body.theme-light .single .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,body.theme-light .page .entry-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,body.theme-light .single .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,body.theme-light .page .post-content table:not(.single-toc--ul) tbody tr:nth-child(even) td,body.theme-light .wp-block-post-content table tbody tr:nth-child(even) td,body.theme-light .post-content table tbody tr:nth-child(even) td,body.theme-light .entry-content table tbody tr:nth-child(even) td,body.theme-light .content table tbody tr:nth-child(even) td,body.theme-light article table tbody tr:nth-child(even) td{background:#f8f9fa}body.theme-light .single .entry-content table:not(.single-toc--ul) tbody tr td,body.theme-light .page .entry-content table:not(.single-toc--ul) tbody tr td,body.theme-light .single .post-content table:not(.single-toc--ul) tbody tr td,body.theme-light .page .post-content table:not(.single-toc--ul) tbody tr td,body.theme-light .wp-block-post-content table tbody tr td,body.theme-light .post-content table tbody tr td,body.theme-light .entry-content table tbody tr td,body.theme-light .content table tbody tr td,body.theme-light article table tbody tr td{color:#6c757d !important}body.theme-light .single .entry-content table:not(.single-toc--ul) tbody tr td strong,body.theme-light .page .entry-content table:not(.single-toc--ul) tbody tr td strong,body.theme-light .single .post-content table:not(.single-toc--ul) tbody tr td strong,body.theme-light .page .post-content table:not(.single-toc--ul) tbody tr td strong,body.theme-light .wp-block-post-content table tbody tr td strong,body.theme-light .post-content table tbody tr td strong,body.theme-light .entry-content table tbody tr td strong,body.theme-light .content table tbody tr td strong,body.theme-light article table tbody tr td strong{color:#31373d !important}@media(max-width:767px){:where(.wp-block-columns.is-layout-flex){gap:.5em !important}}@media(max-width:768px){.single .entry-content .wp-block-table,.page .entry-content .wp-block-table,.single .post-content .wp-block-table,.page .post-content .wp-block-table,.wp-block-post-content .wp-block-table,.post-content .wp-block-table,.entry-content .wp-block-table,.content .wp-block-table,article .wp-block-table{margin:0;padding:0;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.single .entry-content .wp-block-table table,.page .entry-content .wp-block-table table,.single .post-content .wp-block-table table,.page .post-content .wp-block-table table,.wp-block-post-content .wp-block-table table,.post-content .wp-block-table table,.entry-content .wp-block-table table,.content .wp-block-table table,article .wp-block-table table{min-width:100%;font-size:14px}.single .entry-content .wp-block-table table thead th,.page .entry-content .wp-block-table table thead th,.single .post-content .wp-block-table table thead th,.page .post-content .wp-block-table table thead th,.wp-block-post-content .wp-block-table table thead th,.post-content .wp-block-table table thead th,.entry-content .wp-block-table table thead th,.content .wp-block-table table thead th,article .wp-block-table table thead th{padding:10px 12px;font-size:13px;white-space:nowrap}.single .entry-content .wp-block-table table tbody tr td,.page .entry-content .wp-block-table table tbody tr td,.single .post-content .wp-block-table table tbody tr td,.page .post-content .wp-block-table table tbody tr td,.wp-block-post-content .wp-block-table table tbody tr td,.post-content .wp-block-table table tbody tr td,.entry-content .wp-block-table table tbody tr td,.content .wp-block-table table tbody tr td,article .wp-block-table table tbody tr td{padding:10px 12px;font-size:13px;line-height:1.4}.single .entry-content table:not(.single-toc--ul),.page .entry-content table:not(.single-toc--ul),.single .post-content table:not(.single-toc--ul),.page .post-content table:not(.single-toc--ul),.wp-block-post-content table,.post-content table,.entry-content table,.content table,article table{margin:0;padding:0 12px;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.single .entry-content table:not(.single-toc--ul) thead th,.page .entry-content table:not(.single-toc--ul) thead th,.single .post-content table:not(.single-toc--ul) thead th,.page .post-content table:not(.single-toc--ul) thead th,.wp-block-post-content table thead th,.post-content table thead th,.entry-content table thead th,.content table thead th,article table thead th{padding:10px 12px;font-size:13px;white-space:nowrap}.single .entry-content table:not(.single-toc--ul) tbody tr td,.page .entry-content table:not(.single-toc--ul) tbody tr td,.single .post-content table:not(.single-toc--ul) tbody tr td,.page .post-content table:not(.single-toc--ul) tbody tr td,.wp-block-post-content table tbody tr td,.post-content table tbody tr td,.entry-content table tbody tr td,.content table tbody tr td,article table tbody tr td{padding:10px 12px;font-size:13px;line-height:1.4}}@media(min-width:769px){.container,.wp-block-group__inner-container{padding-left:0;padding-right:0}}.breadcrumbs{margin-top:20px;margin-bottom:20px;font-size:14px;line-height:1.4}.breadcrumbs #breadcrumbs{margin:0;padding:0;font-size:inherit;line-height:inherit}.breadcrumbs a,.breadcrumbs span{color:#98a7b5;text-decoration:none;transition:color .2s ease}.breadcrumbs a:hover,.breadcrumbs span:hover{color:#22ec7e}.breadcrumbs span:last-child{color:#fff;font-weight:500}.breadcrumbs .breadcrumb_last{color:#fff}.breadcrumbs.hero-breadcrumbs{margin-top:12px;margin-bottom:0}@media(max-width:768px){.breadcrumbs.hero-breadcrumbs{margin-top:10px;font-size:13px}}body.theme-light .breadcrumbs a,body.theme-light .breadcrumbs span{color:#475569 !important}body.theme-light .breadcrumbs a:hover,body.theme-light .breadcrumbs span:hover{color:#059669 !important}body.theme-light .breadcrumbs span:last-child,body.theme-light .breadcrumbs .breadcrumb_last{color:#0f172a !important;font-weight:600}@media(max-width:768px){.breadcrumbs{font-size:13px;margin-top:16px;margin-bottom:16px}}