.tabs-item-module__TwHOGa__tab{cursor:pointer;border-radius:var(--border-radius-tab-base);color:var(--category-bar-text);background-color:var(--category-bar-background);height:var(--category-bar-height);min-width:var(--category-bar-width);border-bottom:var(--category-bar-border);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:fit-content;box-shadow:var(--category-bar-box-shadow-color);flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;margin:0;padding:0 8px;transition:all .2s;display:flex;position:relative}.tabs-item-module__TwHOGa__icon{width:var(--category-bar-icon-size);height:var(--category-bar-icon-size);color:var(--category-bar-icon);flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.tabs-item-module__TwHOGa__icon div,.tabs-item-module__TwHOGa__icon svg{width:100%;height:100%;display:block}.tabs-item-module__TwHOGa__icon svg path{transition:fill .2s,stroke .2s}.tabs-item-module__TwHOGa__icon svg path:not([stroke-width]){fill:var(--category-bar-icon)}.tabs-item-module__TwHOGa__icon svg path[stroke-width]{stroke:var(--category-bar-icon);fill:var(--category-bar-icon)}.tabs-item-module__TwHOGa__tabActive{pointer-events:none;background-color:var(--category-bar-active-background);color:var(--category-bar-hover-text);border-bottom:var(--category-bar-border-active)}.tabs-item-module__TwHOGa__tabActive .tabs-item-module__TwHOGa__icon{color:var(--category-bar-icon-active)}.tabs-item-module__TwHOGa__tabActive .tabs-item-module__TwHOGa__icon svg path:not([stroke-width]){fill:var(--category-bar-icon-active)}.tabs-item-module__TwHOGa__tabActive .tabs-item-module__TwHOGa__icon svg path[stroke-width]{stroke:var(--category-bar-icon-active);fill:var(--category-bar-icon-active)}.tabs-item-module__TwHOGa__label{text-transform:capitalize;font-size:calc(var(--base-font-size) - 2px);line-height:calc(var(--base-line-height) - 2px);font-weight:var(--tabs-font-size);width:fit-content}.tabs-item-module__TwHOGa__tabActive .tabs-item-module__TwHOGa__label{color:var(--category-bar-active-text-color)}.tabs-item-module__TwHOGa__plain{max-width:fit-content;box-shadow:none;background:0 0;border-radius:0;padding:26px 20px}.tabs-item-module__TwHOGa__plain .tabs-item-module__TwHOGa__label{font-size:var(--base-font-size);line-height:var(--base-line-height)}.tabs-item-module__TwHOGa__tab.tabs-item-module__TwHOGa__stakeTab{width:auto;min-width:0;height:auto;box-shadow:none;background-color:#0000;border-bottom:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:12px 10px}.tabs-item-module__TwHOGa__tab.tabs-item-module__TwHOGa__stakeTab .tabs-item-module__TwHOGa__icon{width:20px;height:20px}.tabs-item-module__TwHOGa__tab.tabs-item-module__TwHOGa__stakeTab .tabs-item-module__TwHOGa__label{font-size:16px;line-height:20px}.tabs-item-module__TwHOGa__tab.tabs-item-module__TwHOGa__stakeTab.tabs-item-module__TwHOGa__tabActive{background-color:var(--category-bar-active-background);box-shadow:none;border-bottom:none}@media screen and (min-width:768px){.tabs-item-module__TwHOGa__tab:hover{color:var(--category-bar-hover-text-color);background-color:var(--category-bar-hover-background);box-shadow:var(--category-bar-box-shadow-hover-color)}.tabs-item-module__TwHOGa__tab:hover .tabs-item-module__TwHOGa__icon{color:var(--category-bar-icon-hover)}.tabs-item-module__TwHOGa__tab:hover .tabs-item-module__TwHOGa__icon svg path:not([stroke-width]){fill:var(--category-bar-icon-hover)}.tabs-item-module__TwHOGa__tab:hover .tabs-item-module__TwHOGa__icon svg path[stroke-width]{stroke:var(--category-bar-icon-hover);fill:var(--category-bar-icon-hover)}.tabs-item-module__TwHOGa__plain:hover{box-shadow:none;color:var(--category-bar-hover-text);background:0 0}.tabs-item-module__TwHOGa__tab.tabs-item-module__TwHOGa__stakeTab:hover{background:var(--category-bar-hover-background-color);box-shadow:none}}@media screen and (max-width:580px){.tabs-item-module__TwHOGa__label{font-size:14px}}@media screen and (max-width:1024px){.tabs-item-module__TwHOGa__tab{min-width:82px;height:62px;padding:0 12px}.tabs-item-module__TwHOGa__icon{width:24px;height:24px}}
.provider-filter-module__KlFMVG__dropdown{-webkit-user-select:none;user-select:none;width:100%;position:relative}.provider-filter-module__KlFMVG__dropdownList{z-index:10;background-color:var(--dropdown-menu-background,var(--dropdown-background));color:var(--provider-filter-text-color,var(--dropdown-text-color));border-radius:var(--border-radius-base);flex-direction:column;gap:10px;width:100%;min-width:248px;margin:2px 0;padding:16px;list-style:none;display:flex;position:absolute;top:100%;left:-20px;right:0}.provider-filter-module__KlFMVG__dropdownList.provider-filter-module__KlFMVG__buttonsRight{left:unset}.provider-filter-module__KlFMVG__dropdownListItem{cursor:pointer;color:var(--provider-filter-text-color,var(--dropdown-text-color));transition:background-color .2s ease-in-out,color .2s ease-in-out}.provider-filter-module__KlFMVG__dropdownListItem label,.provider-filter-module__KlFMVG__dropdownListItem a{color:var(--provider-filter-text-color,var(--dropdown-text-color));flex-direction:row;align-items:center;gap:4px;padding:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out;display:flex}.provider-filter-module__KlFMVG__dropdownListItem label{flex-grow:1}.provider-filter-module__KlFMVG__dropdownListItem label:before,.provider-filter-module__KlFMVG__dropdownListItem a:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23525569' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:inline-block}.provider-filter-module__KlFMVG__dropdownListItem input{display:none}.provider-filter-module__KlFMVG__dropdownListItem.provider-filter-module__KlFMVG__active a:before,.provider-filter-module__KlFMVG__dropdownListItem input:checked+label:before,.provider-filter-module__KlFMVG__dropdownListItem:hover label:before,.provider-filter-module__KlFMVG__dropdownListItem a:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%2367C159' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.provider-filter-module__KlFMVG__dropdownListItem:hover a{background-color:var(--dropdown-menu-item-hover);color:var(--text-color)}.provider-filter-module__KlFMVG__dropdownScrollable{max-height:200px;overflow-y:auto}.provider-filter-module__KlFMVG__dropdownHeader{font-size:16px;font-style:normal;font-weight:var(--font-bold);text-transform:uppercase;line-height:normal}.provider-filter-module__KlFMVG__clearSelection{text-align:center;color:var(--provider-filter-text-color,var(--dropdown-text-color));cursor:pointer;background-color:#0000;padding:10px;transition:all .2s ease-in-out}.provider-filter-module__KlFMVG__clearSelection:hover{color:var(--text-color);box-shadow:var(--box-shadow-button-outline)}@media screen and (max-width:768px){.provider-filter-module__KlFMVG__dropdown{position:unset}.provider-filter-module__KlFMVG__dropdownList{z-index:1000;position:fixed;top:auto;bottom:0;left:0}}
.filters-bar-module__GJs1BG__container{flex-flow:wrap;align-items:center;gap:8px;display:flex}.filters-bar-module__GJs1BG__container>:first-child{flex:100%;min-width:0}.filters-bar-module__GJs1BG__controlsRow{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.filters-bar-module__GJs1BG__controlItem{flex:none;min-width:0;display:flex}.filters-bar-module__GJs1BG__controlItem>*{width:auto;max-width:max-content}.filters-bar-module__GJs1BG__controlsRow [class*=select-input-module][class*=container]{justify-content:space-between;width:auto;max-width:max-content}.filters-bar-module__GJs1BG__controlsRow [class*=select-input-module][class*=select]{white-space:nowrap;flex-wrap:nowrap;min-width:0}:is(.filters-bar-module__GJs1BG__controlsRow [class*=select-input-module][class*=select] label,.filters-bar-module__GJs1BG__controlsRow [class*=select-input-module][class*=select] select){white-space:nowrap}.filters-bar-module__GJs1BG__container.filters-bar-module__GJs1BG__inactive{filter:grayscale()}@media screen and (max-width:768px){.filters-bar-module__GJs1BG__container{width:100%;margin:0}}
.select-input-module__fJIm-q__container{border-radius:var(--border-radius-base);background:var(--filter-background-color);flex-direction:row;align-items:center;gap:8px;padding:0 11px;font-size:14px;line-height:40px;display:flex}.select-input-module__fJIm-q__select{cursor:pointer;flex-direction:row;align-items:center;gap:8px;display:flex}.select-input-module__fJIm-q__select select{appearance:none;cursor:pointer;color:var(--deposit-withdrawal-modal-input-text,var(--select-input-text-color))}.select-input-module__fJIm-q__select option{color:#000!important;background:#fff!important}.select-input-module__fJIm-q__container.select-input-module__fJIm-q__asc .select-input-module__fJIm-q__sortingIcon:before{background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 6.91659H8.74991C8.82585 6.91635 8.90028 6.89541 8.96519 6.85602C9.03011 6.81662 9.08306 6.76027 9.11833 6.69303C9.1536 6.62578 9.16987 6.55019 9.16537 6.47439C9.16088 6.39859 9.1358 6.32545 9.09283 6.26284L5.34283 0.846172C5.18741 0.621589 4.81325 0.621589 4.65741 0.846172L0.907414 6.26284C0.864007 6.32532 0.838553 6.39849 0.833816 6.47442C0.829079 6.55035 0.84524 6.62612 0.880544 6.69351C0.915849 6.7609 0.968945 6.81732 1.03407 6.85665C1.09919 6.89598 1.17384 6.91671 1.24991 6.91659Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E%0A")}.select-input-module__fJIm-q__container.select-input-module__fJIm-q__desc .select-input-module__fJIm-q__sortingIcon:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 2.08341H8.74991C8.82585 2.08365 8.90028 2.10459 8.96519 2.14398C9.03011 2.18338 9.08306 2.23973 9.11833 2.30697C9.1536 2.37422 9.16987 2.44981 9.16537 2.52561C9.16088 2.60141 9.1358 2.67455 9.09283 2.73716L5.34283 8.15383C5.18741 8.37841 4.81325 8.37841 4.65741 8.15383L0.907414 2.73716C0.864007 2.67468 0.838553 2.60151 0.833816 2.52558C0.829079 2.44965 0.84524 2.37388 0.880544 2.30649C0.915849 2.2391 0.968945 2.18268 1.03407 2.14335C1.09919 2.10402 1.17384 2.08329 1.24991 2.08341Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E%0A")}.select-input-module__fJIm-q__option{color:var(--filter-text-color)}.select-input-module__fJIm-q__sortingIcon{width:20px;height:20px}.select-input-module__fJIm-q__sortingIcon:before{content:"";cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 6.91659H8.74991C8.82585 6.91635 8.90028 6.89541 8.96519 6.85602C9.03011 6.81662 9.08306 6.76027 9.11833 6.69303C9.1536 6.62578 9.16987 6.55019 9.16537 6.47439C9.16088 6.39859 9.1358 6.32545 9.09283 6.26284L5.34283 0.846172C5.18741 0.621589 4.81325 0.621589 4.65741 0.846172L0.907414 6.26284C0.864007 6.32532 0.838553 6.39849 0.833816 6.47442C0.829079 6.55035 0.84524 6.62612 0.880544 6.69351C0.915849 6.7609 0.968945 6.81732 1.03407 6.85665C1.09919 6.89598 1.17384 6.91671 1.24991 6.91659Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;width:10px;height:10px;display:block}.select-input-module__fJIm-q__sortingIcon:after{content:"";cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 2.08341H8.74991C8.82585 2.08365 8.90028 2.10459 8.96519 2.14398C9.03011 2.18338 9.08306 2.23973 9.11833 2.30697C9.1536 2.37422 9.16987 2.44981 9.16537 2.52561C9.16088 2.60141 9.1358 2.67455 9.09283 2.73716L5.34283 8.15383C5.18741 8.37841 4.81325 8.37841 4.65741 8.15383L0.907414 2.73716C0.864007 2.67468 0.838553 2.60151 0.833816 2.52558C0.829079 2.44965 0.84524 2.37388 0.880544 2.30649C0.915849 2.2391 0.968945 2.18268 1.03407 2.14335C1.09919 2.10402 1.17384 2.08329 1.24991 2.08341Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;width:10px;height:10px;display:block}.select-input-module__fJIm-q__dropdownIcon{background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 2.08341H8.74991C8.82585 2.08365 8.90028 2.10459 8.96519 2.14398C9.03011 2.18338 9.08306 2.23973 9.11833 2.30697C9.1536 2.37422 9.16987 2.44981 9.16537 2.52561C9.16088 2.60141 9.1358 2.67455 9.09283 2.73716L5.34283 8.15383C5.18741 8.37841 4.81325 8.37841 4.65741 8.15383L0.907414 2.73716C0.864007 2.67468 0.838553 2.60151 0.833816 2.52558C0.829079 2.44965 0.84524 2.37388 0.880544 2.30649C0.915849 2.2391 0.968945 2.18268 1.03407 2.14335C1.09919 2.10402 1.17384 2.08329 1.24991 2.08341Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;width:10px;height:10px}.select-input-module__fJIm-q__sortingIcon.select-input-module__fJIm-q__hideOrder{display:none}
.provider-select-module__gv1vda__container{z-index:2;isolation:isolate;min-width:min(320px,100%);position:relative}.provider-select-module__gv1vda__trigger{border-radius:var(--border-radius-base);background:var(--filter-background-color);width:100%;min-height:40px;color:var(--filter-text-color);cursor:pointer;text-align:left;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;transition:box-shadow .2s,background-color .2s;display:flex;box-shadow:0 0 0 1px #0000}.provider-select-module__gv1vda__trigger:hover,.provider-select-module__gv1vda__trigger:focus-visible,.provider-select-module__gv1vda__open .provider-select-module__gv1vda__trigger{box-shadow:var(--provider-filter-trigger-box-shadow,var(--dropdown-button-box-shadow-hover));outline:none}.provider-select-module__gv1vda__triggerTitle{color:var(--text-color);font-weight:var(--font-semi-bold,600);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.provider-select-module__gv1vda__triggerContent{align-items:center;gap:8px;min-width:0;display:flex}.provider-select-module__gv1vda__triggerIcon{color:var(--text-color);flex:none;justify-content:center;align-items:center;display:inline-flex}.provider-select-module__gv1vda__chevron{opacity:.72;flex:none;width:10px;height:10px;transition:transform .2s}.provider-select-module__gv1vda__chevron:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 2.08341H8.74991C8.82585 2.08365 8.90028 2.10459 8.96519 2.14398C9.03011 2.18338 9.08306 2.23973 9.11833 2.30697C9.1536 2.37422 9.16987 2.44981 9.16537 2.52561C9.16088 2.60141 9.1358 2.67455 9.09283 2.73716L5.34283 8.15383C5.18741 8.37841 4.81325 8.37841 4.65741 8.15383L0.907414 2.73716C0.864007 2.67468 0.838553 2.60151 0.833816 2.52558C0.829079 2.44965 0.84524 2.37388 0.880544 2.30649C0.915849 2.2391 0.968945 2.18268 1.03407 2.14335C1.09919 2.10402 1.17384 2.08329 1.24991 2.08341Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block}.provider-select-module__gv1vda__chevronOpen{transform:rotate(180deg)}.provider-select-module__gv1vda__dropdown{--provider-filter-dropdown-fallback-max-height:min(560px, calc(100dvh - var(--mobile-menu-panel-height,54px) - env(safe-area-inset-bottom,0px) - 96px));z-index:calc(var(--z-index-overlay) + 20);border-radius:var(--border-radius-base);background:var(--dropdown-menu-background,var(--dropdown-background));width:258px;max-width:258px;color:var(--provider-filter-text-color,var(--dropdown-text-color));max-height:var(--provider-filter-dropdown-max-height,var(--provider-filter-dropdown-fallback-max-height));backface-visibility:hidden;padding:12px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 18px 48px #00000057}.provider-select-module__gv1vda__dropdownHidden{opacity:0;pointer-events:none}.provider-select-module__gv1vda__searchInput{border:1px solid var(--provider-filter-search-border-color,#ffffff1f);border-radius:var(--border-radius-base);background:var(--provider-filter-search-background,var(--filter-background-color));width:100%;min-height:40px;color:var(--provider-filter-search-text-color,var(--dropdown-text-color));padding:0 12px}.provider-select-module__gv1vda__searchInput::placeholder{color:var(--provider-filter-search-placeholder-color,var(--dropdown-text-color));opacity:.56}.provider-select-module__gv1vda__searchInput:focus-visible{border-color:var(--provider-filter-search-focus-border-color,var(--brand-accent-color));outline:none}.provider-select-module__gv1vda__options{max-height:calc(var(--provider-filter-dropdown-max-height,var(--provider-filter-dropdown-fallback-max-height)) - 64px);flex-direction:column;gap:4px;margin-top:12px;display:flex;overflow-y:auto}.provider-select-module__gv1vda__option{border-radius:var(--border-radius-base);background:var(--dropdown-item-bg-color,transparent);width:100%;min-height:42px;color:var(--dropdown-item-text-color,var(--dropdown-text-color));cursor:pointer;text-align:left;border:0;justify-content:flex-start;align-items:center;gap:12px;padding:0 12px;transition:background-color .2s,color .2s;display:flex}.provider-select-module__gv1vda__option:focus-visible{outline:none}.provider-select-module__gv1vda__optionActive{color:var(--provider-filter-option-active-text-color,var(--dropdown-item-active-text-color,var(--select-input-text-color)))}.provider-select-module__gv1vda__optionName{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.provider-select-module__gv1vda__optionMain{flex:0 auto;align-items:center;gap:10px;min-width:0;max-width:calc(100% - 64px);display:flex}.provider-select-module__gv1vda__optionCheckbox{border-radius:var(--border-radius-base);background-color:var(--input-background-color);flex:none;width:20px;min-width:20px;height:20px;position:relative}.provider-select-module__gv1vda__optionCheckbox:after{content:"";border:2px solid rgba(var(--input-text-color), 1);opacity:0;border-width:0 2px 2px 0;width:6px;height:12px;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)rotate(43deg)}.provider-select-module__gv1vda__optionCheckboxChecked:after{opacity:1}.provider-select-module__gv1vda__optionSide{flex:none;justify-content:flex-start;align-items:center;gap:10px;display:flex}.provider-select-module__gv1vda__optionCountBadge{background:var(--primary-button);min-width:28px;height:28px;color:var(--primary-text-color);font-size:12px;font-weight:var(--font-semi-bold,600);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;line-height:1;display:inline-flex}.provider-select-module__gv1vda__emptyState{color:var(--provider-filter-empty-state-color,var(--dropdown-text-color));opacity:.72;text-align:center;padding:12px}@media screen and (max-width:768px){.provider-select-module__gv1vda__container{width:100%;min-width:0}.provider-select-module__gv1vda__triggerIcon{display:none}.provider-select-module__gv1vda__dropdown{will-change:transform;border-radius:var(--border-radius-button);left:0;right:auto;transform:translateZ(0)}.provider-select-module__gv1vda__dropdownMobilePortal{top:var(--provider-filter-dropdown-top,0);left:var(--provider-filter-dropdown-left,10px);position:fixed}.provider-select-module__gv1vda__options{max-height:calc(var(--provider-filter-dropdown-max-height,var(--provider-filter-dropdown-fallback-max-height)) - 64px)}}
.sorting-select-module__-O9PXG__container{align-items:center;gap:8px;min-width:0;display:flex;position:relative}.sorting-select-module__-O9PXG__trigger{border-radius:var(--border-radius-base);background:var(--filter-background-color);min-width:0;min-height:40px;color:var(--filter-text-color);cursor:pointer;text-align:left;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;transition:box-shadow .2s,background-color .2s;display:flex;box-shadow:0 0 0 1px #0000}.sorting-select-module__-O9PXG__trigger.sorting-select-module__-O9PXG__disabled,.sorting-select-module__-O9PXG__directionButton.sorting-select-module__-O9PXG__disabled{cursor:not-allowed}.sorting-select-module__-O9PXG__trigger:hover,.sorting-select-module__-O9PXG__trigger:focus-visible,.sorting-select-module__-O9PXG__open{box-shadow:var(--sorting-select-trigger-box-shadow,var(--dropdown-button-box-shadow-hover));outline:none}.sorting-select-module__-O9PXG__triggerValue{color:var(--text-color);font-weight:var(--font-semi-bold,600);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sorting-select-module__-O9PXG__chevron{opacity:.72;flex:none;width:10px;height:10px;transition:transform .2s}.sorting-select-module__-O9PXG__chevron:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24991 2.08341H8.74991C8.82585 2.08365 8.90028 2.10459 8.96519 2.14398C9.03011 2.18338 9.08306 2.23973 9.11833 2.30697C9.1536 2.37422 9.16987 2.44981 9.16537 2.52561C9.16088 2.60141 9.1358 2.67455 9.09283 2.73716L5.34283 8.15383C5.18741 8.37841 4.81325 8.37841 4.65741 8.15383L0.907414 2.73716C0.864007 2.67468 0.838553 2.60151 0.833816 2.52558C0.829079 2.44965 0.84524 2.37388 0.880544 2.30649C0.915849 2.2391 0.968945 2.18268 1.03407 2.14335C1.09919 2.10402 1.17384 2.08329 1.24991 2.08341Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block}.sorting-select-module__-O9PXG__chevronOpen{transform:rotate(180deg)}.sorting-select-module__-O9PXG__directionButton{cursor:pointer;width:24px;height:24px;color:rgb(var(--sorting-select-direction-icon-color-rgb,var(--light-gray-rgb)));border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.sorting-select-module__-O9PXG__trigger:disabled,.sorting-select-module__-O9PXG__directionButton:disabled{cursor:not-allowed}.sorting-select-module__-O9PXG__directionIcon{width:24px;height:24px;display:block}.sorting-select-module__-O9PXG__asc .sorting-select-module__-O9PXG__directionIcon{transform:rotate(180deg)}.sorting-select-module__-O9PXG__asc,.sorting-select-module__-O9PXG__desc{color:var(--text-color)}.sorting-select-module__-O9PXG__dropdown{z-index:calc(var(--z-index-overlay) + 20);border-radius:var(--border-radius-base);background:var(--dropdown-menu-background,var(--dropdown-background));width:max-content;min-width:180px;max-width:min(258px,100vw - 20px);color:var(--provider-filter-text-color,var(--dropdown-text-color));transform:translateX(var(--sorting-select-dropdown-offset-x,0));padding:12px;position:absolute;top:calc(100% + 8px);left:auto;right:0;box-shadow:0 18px 48px #00000057}.sorting-select-module__-O9PXG__options{flex-direction:column;gap:4px;display:flex}.sorting-select-module__-O9PXG__option{border-radius:var(--border-radius-base);background:var(--dropdown-item-bg-color,transparent);width:100%;min-height:42px;color:var(--dropdown-item-text-color,var(--dropdown-text-color));cursor:pointer;text-align:left;border:1px solid #0000;align-items:center;padding:0 12px;display:flex}.sorting-select-module__-O9PXG__option:focus-visible{outline:none}.sorting-select-module__-O9PXG__optionActive{background-color:var(--sorting-select-option-active-background-color);border-radius:var(--border-radius-button);color:var(--sorting-select-option-active-text-color)}.sorting-select-module__-O9PXG__optionName{color:inherit;font-weight:var(--font-semi-bold,600);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.search-field-section-module__EFRfaG__overlayContainer{opacity:0;pointer-events:none}.search-field-section-module__EFRfaG__overlayContainer.search-field-section-module__EFRfaG__overlayContainerVisible{opacity:1;pointer-events:auto;width:100%;height:100dvh;z-index:var(--z-index-overlay);background-color:#0000;position:fixed;top:0;left:0}.search-field-section-module__EFRfaG__searchOverlay{background-color:#0000;width:100%;height:100dvh;position:absolute;top:60px;left:0}.search-field-section-module__EFRfaG__searchOverlayVisible{background-color:#00000080;transition:background-color .2s ease-in-out}.search-field-section-module__EFRfaG__searchOverlayVisible.search-field-section-module__EFRfaG__isSideNav{top:0}.search-field-section-module__EFRfaG__overlayContainer.search-field-section-module__EFRfaG__overlayContainerVisible.search-field-section-module__EFRfaG__isMobile .search-field-section-module__EFRfaG__searchOverlay{background-color:#fff0;transition:background-color .2s ease-in-out}.search-field-section-module__EFRfaG__overlayContainer.search-field-section-module__EFRfaG__overlayContainerVisible.search-field-section-module__EFRfaG__isMobile .search-field-section-module__EFRfaG__searchOverlay.search-field-section-module__EFRfaG__searchOverlayVisible{background-color:var(--search-field-background)}.search-field-section-module__EFRfaG__overlayContainer.search-field-section-module__EFRfaG__overlayContainerVisible.search-field-section-module__EFRfaG__isMobile .search-field-section-module__EFRfaG__searchOverlay.search-field-section-module__EFRfaG__searchOverlayVisible.search-field-section-module__EFRfaG__isSideNav{background-color:#0000}.search-field-section-module__EFRfaG__searchInput{box-shadow:inset 0 0 0 2px #ffffff1f;background-color:var(--search-field-foreground)!important}.search-field-section-module__EFRfaG__searchInput.search-field-section-module__EFRfaG__active,.search-field-section-module__EFRfaG__searchInput:hover{box-shadow:inset 0 0 0 2px #ffffffa3}.search-field-section-module__EFRfaG__container{z-index:1}.search-field-section-module__EFRfaG__container.search-field-section-module__EFRfaG__active{z-index:calc(var(--z-index-overlay) + 1);position:relative}.search-field-section-module__EFRfaG__container.search-field-section-module__EFRfaG__active.search-field-section-module__EFRfaG__isMobile{width:calc(100% - 20px);position:fixed;top:80px;left:10px;transform:translate(0)}.search-field-section-module__EFRfaG__container.search-field-section-module__EFRfaG__active.search-field-section-module__EFRfaG__isMobile.search-field-section-module__EFRfaG__isSideNav{top:10px}.search-field-section-module__EFRfaG__container.search-field-section-module__EFRfaG__isModal{width:100%;max-width:1287px;padding:0 40px;position:fixed;top:80px;left:50%;transform:translate(-50%)}.search-field-section-module__EFRfaG__gamesBlock{background-color:var(--search-field-games-block);width:100%;max-height:450px;z-index:calc(var(--z-index-overlay) + 2);scrollbar-width:none;-ms-overflow-style:none;border-radius:8px;margin-top:10px;padding:16px;position:absolute;left:0;overflow:auto}.search-field-section-module__EFRfaG__gamesBlock::-webkit-scrollbar{width:0;height:0}.search-field-section-module__EFRfaG__gamesBlock.search-field-section-module__EFRfaG__isMobile{background-color:#0000;max-height:calc(100dvh - 200px);margin:0;padding:0;overflow:auto}.search-field-section-module__EFRfaG__gamesBlock.search-field-section-module__EFRfaG__isMobile.search-field-section-module__EFRfaG__isSideNav{background-color:#0000;max-height:calc(100dvh - 200px)}.search-field-section-module__EFRfaG__gamesBlock.search-field-section-module__EFRfaG__isModal{width:calc(100% - 80px);left:40px}.search-field-section-module__EFRfaG__gamesBlock .search-field-section-module__EFRfaG__text{text-align:center}.search-field-section-module__EFRfaG__suggestedBlock{margin-top:10px}.search-field-section-module__EFRfaG__suggestedBlock [class*=carousel-navigation-button-panel][class*=nextContainer]:after{background:0 0}.search-field-section-module__EFRfaG__suggestedBlock [class*=carousel-navigation-button-panel][class*=prevContainer]:after{background:0 0}.search-field-section-module__EFRfaG__headerNav{width:100%;position:absolute;top:20px;left:0}
.sections-renderer-module__2O2UUG__overlay{cursor:pointer;width:calc(100% + 16px);height:calc(100% + 16px);position:absolute;top:-8px;left:-8px}.sections-renderer-module__2O2UUG__overlay:hover{border-radius:var(--border-radius-base);background-color:#ffa60033;border:1px solid orange}.sections-renderer-module__2O2UUG__AtroposBannersContainer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-height:900px;margin-top:20px;padding:30px 0;display:flex;position:relative}.sections-renderer-module__2O2UUG__AtroposBannersContainerReserve{min-height:clamp(280px,34vw,420px)}.sections-renderer-module__2O2UUG__TravelBannersContainer{box-sizing:border-box;z-index:0;justify-content:center;align-items:center;width:100%;height:505px;margin-top:20px;display:flex;position:relative}.sections-renderer-module__2O2UUG__CarouselCubeContainer{box-sizing:border-box;width:100%;max-width:var(--wrapper-max-width-size);justify-content:center;align-items:center;min-height:clamp(260px,32vw,360px);margin:20px auto 0;display:flex;position:relative}.sections-renderer-module__2O2UUG__Carousel3DBannersContainer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:clamp(260px,32vw,360px);margin-top:20px;display:flex;position:relative}.sections-renderer-module__2O2UUG__wideBannersContainer{justify-content:center;align-items:center;gap:8px;width:100%;display:flex;position:relative}.sections-renderer-module__2O2UUG__wideBannersContainer.sections-renderer-module__2O2UUG__showSnow{margin-top:8px}.sections-renderer-module__2O2UUG__wideBannersContainerHasSmallMobileImage{--banner-small-mobile-height:calc((100vw - 32px) * 1.27012)}.sections-renderer-module__2O2UUG__bannerCarouselShell{contain:layout style;width:100%;min-height:var(--banner-carousel-shell-min-height,clamp(260px, 34vw, 360px));border-radius:var(--border-radius-banner,12px);background:var(--section-background-color,#ffffff0a)}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth1560{border-radius:0;max-width:1560px}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth1200{border-radius:0;max-width:1200px}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth940{border-radius:0;max-width:940px;min-height:260px}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth360{border-radius:0;max-width:360px;min-height:260px}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth260{border-radius:0;max-width:260px;min-height:260px}@media screen and (max-width:1300px){.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth360:nth-child(2),.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth260:nth-child(2){display:none}}@media (max-width:1024px){.sections-renderer-module__2O2UUG__CarouselCubeContainer{margin:0 auto 20px}.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth360,.sections-renderer-module__2O2UUG__bannerCarouselShellCustomWidth260{display:none}.sections-renderer-module__2O2UUG__AtroposBannersContainer,.sections-renderer-module__2O2UUG__Carousel3DBannersContainer,.sections-renderer-module__2O2UUG__TravelBannersContainer{margin-top:0;margin-bottom:20px}}@media (max-width:768px){.sections-renderer-module__2O2UUG__wideBannersContainer.sections-renderer-module__2O2UUG__showSnow{margin-top:14px}.sections-renderer-module__2O2UUG__wideBannersContainerHasSmallMobileImage{--banner-mobile-height:var(--banner-small-mobile-height);min-height:var(--banner-small-mobile-height)}.sections-renderer-module__2O2UUG__bannerCarouselShell{min-height:var(--banner-carousel-shell-min-height,var(--banner-mobile-height,300px))}.sections-renderer-module__2O2UUG__CarouselCubeContainer,.sections-renderer-module__2O2UUG__Carousel3DBannersContainer,.sections-renderer-module__2O2UUG__AtroposBannersContainerReserve{min-height:var(--banner-mobile-height,300px)}}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__customCategoryCarouselGroup{min-height:var(--custom-category-reserve-desktop)}@media (max-width:480px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__customCategoryCarouselGroup{min-height:max(var(--custom-category-reserve-narrow-min), var(--custom-category-reserve-narrow-fluid))}}@media (min-width:481px) and (max-width:514px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__customCategoryCarouselGroup{min-height:var(--custom-category-reserve-compact)}}@media (min-width:515px) and (max-width:767px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__customCategoryCarouselGroup{min-height:max(var(--custom-category-reserve-compact), var(--custom-category-reserve-wide-fluid))}}.sections-renderer-module__2O2UUG__lazyPlaceholder{transition:opacity .3s;position:relative}.sections-renderer-module__2O2UUG__lazySectionShell{width:100%;min-width:0}.sections-renderer-module__2O2UUG__lazySectionShellLayoutNeutral{display:contents}.sections-renderer-module__2O2UUG__homeDeferredResponsiveReserve{min-height:var(--home-deferred-reserve-desktop)}.sections-renderer-module__2O2UUG__bannerBlueprintResponsiveReserve{min-height:var(--banner-blueprint-reserve-desktop)}@media screen and (max-width:768px){.sections-renderer-module__2O2UUG__homeDeferredResponsiveReserve{min-height:var(--home-deferred-reserve-mobile)}.sections-renderer-module__2O2UUG__bannerBlueprintResponsiveReserve{min-height:var(--banner-blueprint-reserve-mobile)}}@media screen and (min-width:640px) and (max-width:1279px){.sections-renderer-module__2O2UUG__bannerBlueprintResponsiveReserve.sections-renderer-module__2O2UUG__bannerBlueprintTabletReserve{min-height:var(--banner-blueprint-reserve-tablet)}}.sections-renderer-module__2O2UUG__promotionClientFallback{border-radius:var(--section-radius,12px);background:var(--section-background-color,#ffffff0a);width:100%;min-height:360px}@media screen and (max-width:768px){.sections-renderer-module__2O2UUG__promotionClientFallback{min-height:260px}}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel{--carousel-row-count:2;--carousel-row-gap:var(--carousel-row-gap,10px);--carousel-item-height:var(--carousel-game-min-height,120px);--carousel-header-height:var(--carousel-header-min-height,44px);--carousel-footer-height:var(--carousel-footer-min-height,0px);min-height:calc(var(--carousel-header-height) + (var(--carousel-row-count) * var(--carousel-item-height)) + ((var(--carousel-row-count) - 1) * var(--carousel-row-gap)) + var(--carousel-footer-height))}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__noHeader{--carousel-header-height:0px}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__noFooter{--carousel-footer-height:0px}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__portrait{--carousel-item-height:var(--carousel-game-min-height-portrait,160px)}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameList{--game-list-row-count:1;--game-list-columns:8;--game-list-row-gap:20px;--game-list-column-gap:10px;--game-card-height-ratio:.75;--game-card-extra-height:3px;--game-card-width:calc((100% - ((var(--game-list-columns) - 1) * var(--game-list-column-gap))) / var(--game-list-columns));--game-card-height:calc((var(--game-card-width) * var(--game-card-height-ratio)) + var(--game-card-extra-height));min-height:calc((var(--game-card-height) * var(--game-list-row-count)) + ((var(--game-list-row-count) - 1) * var(--game-list-row-gap)))}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameList.sections-renderer-module__2O2UUG__portrait{--game-card-height-ratio:1.33333}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__promotionList{--promotion-list-row-count:1;--promotion-list-row-gap:20px;--promotion-list-row-height:220px;min-height:calc((var(--promotion-list-row-count) * var(--promotion-list-row-height)) + ((var(--promotion-list-row-count) - 1) * var(--promotion-list-row-gap)))}.sections-renderer-module__2O2UUG__categoryGamesLoading{justify-content:center;align-items:start;width:100%;min-height:60vh;display:flex}.sections-renderer-module__2O2UUG__categoryGamesContent{animation:.25s ease-out sections-renderer-module__2O2UUG__categoryGamesFadeIn}@keyframes sections-renderer-module__2O2UUG__categoryGamesFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__promotionList{--promotion-list-row-gap:16px;--promotion-list-row-height:240px}}@media (max-width:1210px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameList{--game-list-row-gap:30px;--game-list-column-gap:15px}}@media (max-width:715px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameList{--game-list-row-gap:10px;--game-list-column-gap:5px}}@media (max-width:768px){.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel{--carousel-item-height:var(--carousel-game-min-height-mobile,var(--carousel-game-min-height,120px));--carousel-header-height:var(--carousel-header-min-height-mobile,var(--carousel-header-min-height,44px));--carousel-footer-height:var(--carousel-footer-min-height-mobile,0px)}.sections-renderer-module__2O2UUG__lazyPlaceholder.sections-renderer-module__2O2UUG__gameCarousel.sections-renderer-module__2O2UUG__portrait{--carousel-item-height:var(--carousel-game-min-height-portrait-mobile,var(--carousel-game-min-height-portrait,160px))}}
.section-wrapper-panel-module__QRDuVa__container{flex-direction:column;gap:16px;margin:40px 0;display:flex}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred{content-visibility:auto;contain-intrinsic-size:1px var(--section-intrinsic-height,700px)}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type^=banner]{--section-intrinsic-height:420px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=game_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=nx_game_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=csr_game_collection_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=csr_filtered_games_carousel]{--section-intrinsic-height:340px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=game_list]{--section-intrinsic-height:500px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=promotion_list],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=promotion_alt_list]{--section-intrinsic-height:280px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=banner_race]{--section-intrinsic-height:240px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=params_csr_category_menu],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=csr_category_menu]{content-visibility:visible;contain:none}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__noMargin{margin:0}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__fullWidth{--section-full-width-offset:var(--sidebar-closed-width,80px);width:calc(100vw - var(--section-full-width-offset));max-width:none;margin-left:calc((100vw - var(--section-full-width-offset) - 100%) / -2);margin-right:calc((100vw - var(--section-full-width-offset) - 100%) / -2)}@media screen and (max-width:768px){.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__fullWidth{width:100%;margin-left:0;margin-right:0}}.section-wrapper-panel-module__QRDuVa__container:not(:has(:first-child)){margin:0 0 -40px}.section-wrapper-panel-module__QRDuVa__parent:has(.section-wrapper-panel-module__QRDuVa__child){display:block}.section-wrapper-panel-module__QRDuVa__title{font-family:var(--secondary-font), sans-serif;font-size:28px;font-weight:var(--font-bold);text-transform:uppercase;text-align:center;margin-top:64px;margin-bottom:24px}@media screen and (max-width:1240px){.section-wrapper-panel-module__QRDuVa__container{margin:15px 0}}@media screen and (max-width:768px){.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred{contain-intrinsic-size:1px var(--section-intrinsic-height,520px)}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type^=banner],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=banner_race]{--section-intrinsic-height:240px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=game_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=nx_game_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=csr_game_collection_carousel],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=csr_filtered_games_carousel]{--section-intrinsic-height:260px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=game_list]{--section-intrinsic-height:400px}.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=promotion_list],.section-wrapper-panel-module__QRDuVa__container.section-wrapper-panel-module__QRDuVa__deferred[data-section-type=promotion_alt_list]{--section-intrinsic-height:320px}}
.section-wrapper-basic-module__9wHpYG__container{margin:var(--section-margin);flex-direction:column;gap:5px;max-width:100%;display:flex}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred{content-visibility:auto;contain-intrinsic-size:1px var(--section-intrinsic-height,700px)}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type^=banner]{--section-intrinsic-height:360px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=game_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=nx_game_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_provider_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_game_collection_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_filtered_games_carousel]{--section-intrinsic-height:340px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_custom_category_carousel_group]{--section-intrinsic-height:700px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=game_list]{--section-intrinsic-height:500px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=promotion_list],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=promotion_alt_list]{--section-intrinsic-height:280px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=banner_race]{--section-intrinsic-height:240px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=race_section],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=latest_winners]{--section-intrinsic-height:400px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=search_field_section]{--section-intrinsic-height:52px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=params_csr_category_menu]{--section-intrinsic-height:56px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=params_csr_category_menu],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_category_menu]{content-visibility:visible;contain:none}.section-wrapper-basic-module__9wHpYG__title{font-family:var(--secondary-font), sans-serif;font-size:28px;font-weight:var(--font-bold);text-transform:uppercase;text-align:center;margin-top:64px;margin-bottom:24px}@media screen and (max-width:1240px){.section-wrapper-basic-module__9wHpYG__container{margin:var(--section-margin-v2)}}@media screen and (max-width:768px){.section-wrapper-basic-module__9wHpYG__container{margin:var(--section-mobile-margin);gap:5px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred{contain-intrinsic-size:1px var(--section-intrinsic-height,520px)}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type^=banner]{--section-intrinsic-height:var(--banner-mobile-height,280px)}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=banner_race]{--section-intrinsic-height:240px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=game_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=nx_game_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_provider_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_game_collection_carousel],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_filtered_games_carousel]{--section-intrinsic-height:260px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_custom_category_carousel_group]{--section-intrinsic-height:700px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=game_list]{--section-intrinsic-height:400px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=promotion_list],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=promotion_alt_list]{--section-intrinsic-height:320px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=search_field_section]{--section-intrinsic-height:52px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=params_csr_category_menu]{--section-intrinsic-height:56px}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=params_csr_category_menu],.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__deferred[data-section-type=csr_category_menu]{content-visibility:visible;contain:none}}.section-wrapper-basic-module__9wHpYG__noMargin{margin:0}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__noGap{gap:0}.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__fullWidth{width:calc(100vw - 60px);max-width:none;margin-left:calc(-50vw + 30px + 50%);margin-right:calc(-50vw + 30px + 50%)}@media screen and (max-width:768px){.section-wrapper-basic-module__9wHpYG__container.section-wrapper-basic-module__9wHpYG__fullWidth{width:100%;margin-left:0;margin-right:0}}
.theme-switcher-module__-W9q7W__themeSwitcher{border-radius:var(--border-radius-button);background:var(--switcher-color);align-items:center;gap:14px;height:40px;padding:10px;display:flex;position:relative}.theme-switcher-module__-W9q7W__iconDark{background-image:url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M8.652 7.352a.405.405 0 0 0-.41.302l-.213.688a.554.554 0 0 1-.53.39h-.867a.427.427 0 0 0-.26.768l.734.554a.554.554 0 0 1 .194.604l-.25.804a.407.407 0 0 0 .167.477.413.413 0 0 0 .504 0l.455-.347a.762.762 0 0 1 .928 0l.455.347a.43.43 0 0 0 .67-.466l-.25-.803a.554.554 0 0 1 .195-.604l.734-.555a.427.427 0 0 0-.26-.767H9.79a.554.554 0 0 1-.529-.402l-.213-.688a.405.405 0 0 0-.397-.302Z' fill='%23FFD809'/%3E%3Cpath d='M4.44 13.665a.404.404 0 0 0-.407.303l-.214.687a.554.554 0 0 1-.53.39h-.858a.407.407 0 0 0-.405.292.407.407 0 0 0 .147.476l.734.554a.554.554 0 0 1 .203.613l-.25.804a.407.407 0 0 0 .164.476.41.41 0 0 0 .504 0l.446-.357a.765.765 0 0 1 .931 0l.455.346a.426.426 0 0 0 .668-.465l-.247-.804a.554.554 0 0 1 .191-.604l.738-.554a.43.43 0 0 0-.26-.768h-.846a.555.555 0 0 1-.554-.4l-.211-.687a.41.41 0 0 0-.4-.302Z' fill='%23FFD809'/%3E%3Cpath d='M13.607.848a14.491 14.491 0 0 0-8.111 2.447 11.47 11.47 0 0 1 6.809 3.373 11.473 11.473 0 0 1 3.298 8.073 11.551 11.551 0 0 1-11.54 11.537h-.382a14.65 14.65 0 0 0 22.017-19.04 14.65 14.65 0 0 0-12.09-6.39Z' fill='%23fff'/%3E%3Cpath d='M13.364 25.793a2.406 2.406 0 1 1 4.812-.005 2.406 2.406 0 0 1-4.812.005Z' fill='%23FFDC7A'/%3E%3Cpath d='M20.414 22.113a.926.926 0 1 1 1.852-.006.926.926 0 0 1-1.852.006Z' fill='%23FFDC7A'/%3E%3Cpath opacity='.6' d='M18.405 5.845c0-1.386 1.604-2.406 3.048-1.294 1.109 1.457.094 3.048-1.294 3.048a1.768 1.768 0 0 1-1.768-1.768' fill='%23DEDFE4'/%3E%3Cpath opacity='.6' d='M12.832 3.675a1.168 1.168 0 1 1 2.335-.005 1.168 1.168 0 0 1-2.335.005Z' fill='%23DEDFE4'/%3E%3Cpath opacity='.6' d='M18.208 10.614a.926.926 0 1 1 1.851-.005.926.926 0 0 1-1.851.005Z' fill='%23DEDFE4'/%3E%3Cpath d='M28.26 15.497A14.65 14.65 0 0 1 3.68 26.272h.383a11.55 11.55 0 0 0 11.54-11.531 11.468 11.468 0 0 0-3.298-8.073 11.566 11.566 0 0 0-2.148-1.724 13.637 13.637 0 0 1 6.202 5.942 13.153 13.153 0 0 1 1.109 8.887c-.4 1.746 1.663 3.049 3.029 1.888a13.274 13.274 0 0 0 4.465-7.89c.468-2.84.088-5.731-.832-8.467a14.608 14.608 0 0 1 4.13 10.193Z' fill='%23DEDFE4' style='mix-blend-mode:multiply' opacity='.6'/%3E%3Cpath d='M13.364 25.793a2.406 2.406 0 1 1 4.812-.005 2.406 2.406 0 0 1-4.812.005Z' fill='%23fff'/%3E%3Cpath d='M24.427 23.24c-4.858 6.91-14.275 4.712-15.553 4.282-.236-.08-.338.305-.103.371 9.65 2.683 14.156-1.823 15.98-4.403.133-.189-.164-.427-.324-.25Z' fill='%23C5C8D3'/%3E%3Cpath d='M25.76 21.758a.278.278 0 0 0-.241-.075.385.385 0 0 0-.153.053.648.648 0 0 0-.16.14 4.031 4.031 0 0 0-.13.173l-.184.26a.278.278 0 0 0-.041.13.277.277 0 0 0 0 .142.355.355 0 0 0 .438.244l.083-.036a.335.335 0 0 0 .124-.125l.158-.23c.028-.039.056-.078.078-.116l.036-.061a.915.915 0 0 0 .055-.133.77.77 0 0 0 .023-.136.31.31 0 0 0-.086-.23Z' fill='%23C5C8D3'/%3E%3Cpath d='M25.674 8.314c-.18-.352-.377-.696-.588-1.028-.429-.662-.92-1.28-1.468-1.849a12.47 12.47 0 0 0-3.88-2.646c-.277-.122-.513.277-.239.407 1.35.675 2.56 1.602 3.564 2.73.505.543.96 1.131 1.358 1.757.194.305.374.62.54.942.149.362.334.708.555 1.031a.341.341 0 0 0 .57-.235 3.111 3.111 0 0 0-.412-1.109Z' fill='%23fff'/%3E%3Cpath d='M26.619 11.24c0-.085-.028-.166-.047-.252a.304.304 0 0 0-.064-.122.253.253 0 0 0-.103-.091.278.278 0 0 0-.133-.044.277.277 0 0 0-.144 0 .374.374 0 0 0-.216.166c0 .03-.025.058-.036.086a.384.384 0 0 0 0 .194c.017.08.036.16.061.24.02.065.044.128.072.19l.025.052c0 .017.025.033.036.053.027.043.064.079.108.105l.072.03c.039.013.08.013.12 0a.138.138 0 0 0 .074-.019.132.132 0 0 0 .067-.039.277.277 0 0 0 .108-.155c.013-.066.02-.133.022-.2a1.252 1.252 0 0 0-.022-.205' fill='%23fff'/%3E%3Cpath d='M20.414 22.113a.926.926 0 1 1 1.852-.006.926.926 0 0 1-1.852.006Z' fill='%23fff'/%3E%3Cpath d='M13.607 0a15.35 15.35 0 0 0-9.563 3.3.421.421 0 0 0 .194.752c.942.15 3.835.729 5.207 1.457A9.293 9.293 0 0 1 11.7 7.261a10.623 10.623 0 0 1 3.048 7.482A10.7 10.7 0 0 1 4.063 25.43c-.486-.001-.97-.035-1.452-.1a.424.424 0 0 0-.369.72 19.24 19.24 0 0 0 1.597 1.491 14.535 14.535 0 0 0 4.62 2.583c1.124.36 3.533.887 5.148.887a15.505 15.505 0 1 0 0-31.01Zm0 30.152a14.688 14.688 0 0 1-9.926-3.88h.382a11.55 11.55 0 0 0 11.54-11.531 11.473 11.473 0 0 0-3.298-8.073 11.47 11.47 0 0 0-6.81-3.373A14.491 14.491 0 0 1 13.608.848a14.652 14.652 0 1 1 0 29.304Z' fill='%23C5C8D3'/%3E%3Cpath d='M16.523 15.403a1.02 1.02 0 1 1 2.039-.005 1.02 1.02 0 0 1-2.04.005Z' fill='%23202937'/%3E%3Cpath d='M16.914 15.087a.316.316 0 1 1 .632 0 .316.316 0 0 1-.632 0Z' fill='%23fff'/%3E%3Cpath d='M24.463 15.403a1.02 1.02 0 1 1 2.038-.006 1.02 1.02 0 0 1-2.038.006Z' fill='%23202937'/%3E%3Cpath d='M24.854 15.087a.315.315 0 1 1 .63 0 .315.315 0 0 1-.63 0Z' fill='%23fff'/%3E%3Cpath d='M15.764 17.005c0-.324.399-.585.886-.585.488 0 .887.26.887.585 0 .324-.396.585-.887.585-.49 0-.886-.264-.886-.585Z' fill='%23F2808A'/%3E%3Cpath d='M25.488 17.005c0-.324.396-.585.887-.585.49 0 .887.26.887.585 0 .324-.4.585-.887.585-.488 0-.887-.264-.887-.585Z' fill='%23F2808A'/%3E%3Cpath d='M23.595 16.132c.002.422-.113.836-.332 1.197a2.014 2.014 0 0 1-3.498 0 2.292 2.292 0 0 1-.335-1.197 2.37 2.37 0 0 1 .03-.4h4.1c.023.133.035.266.035.4Z' fill='%23612D2D'/%3E%3Cpath d='M23.263 17.33a2.015 2.015 0 0 1-3.498 0 2.583 2.583 0 0 1 3.498 0Z' fill='%23F2808A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h31v31H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.theme-switcher-module__-W9q7W__iconLight{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M14.459 24.994a.593.593 0 0 0 .488-.47 2.197 2.197 0 0 1 3.463-1.274.593.593 0 0 0 .676.041.594.594 0 0 0 .273-.62 2.196 2.196 0 0 1 2.716-2.503.591.591 0 0 0 .64-.22.594.594 0 0 0 .014-.678 2.197 2.197 0 0 1 1.555-3.342.594.594 0 0 0 .507-.45.598.598 0 0 0-.246-.63 2.197 2.197 0 0 1 .151-3.69.596.596 0 0 0 .298-.608.594.594 0 0 0-.47-.489 2.196 2.196 0 0 1-1.274-3.467.594.594 0 0 0 .041-.676.594.594 0 0 0-.62-.273 2.195 2.195 0 0 1-2.503-2.722.594.594 0 0 0-.22-.648.593.593 0 0 0-.678 0 2.16 2.16 0 0 1-2.101.13 2.167 2.167 0 0 1-1.242-1.69.593.593 0 0 0-.457-.508.598.598 0 0 0-.63.248 2.168 2.168 0 0 1-1.887.931A2.168 2.168 0 0 1 11.149.304a.596.596 0 0 0-.6-.304.594.594 0 0 0-.496.476 2.168 2.168 0 0 1-1.386 1.593 2.168 2.168 0 0 1-2.08-.319.594.594 0 0 0-.677-.041.594.594 0 0 0-.273.62 2.195 2.195 0 0 1-2.714 2.503.594.594 0 0 0-.648.22.594.594 0 0 0 0 .678 2.16 2.16 0 0 1 .139 2.097A2.164 2.164 0 0 1 .716 9.081a.594.594 0 0 0-.51.449.598.598 0 0 0 .247.62 2.168 2.168 0 0 1 .93 1.887 2.168 2.168 0 0 1-1.079 1.822.597.597 0 0 0-.304.6.594.594 0 0 0 .476.488 2.168 2.168 0 0 1 1.593 1.394 2.168 2.168 0 0 1-.319 2.069.594.594 0 0 0-.041.676.594.594 0 0 0 .62.273 2.195 2.195 0 0 1 2.503 2.714.594.594 0 0 0 .22.641.594.594 0 0 0 .678.015 2.198 2.198 0 0 1 3.35 1.551.594.594 0 0 0 .45.507.597.597 0 0 0 .62-.246 2.197 2.197 0 0 1 3.69.15.598.598 0 0 0 .609.299l.01.004Z' fill='%23FFD809'/%3E%3Cpath d='M9.834 23.533a3.126 3.126 0 0 0-4.02-1.861 3.051 3.051 0 0 0-.827-2.253 3.049 3.049 0 0 0-2.174-1.01 3.06 3.06 0 0 0 .1-2.395 3.059 3.059 0 0 0-1.626-1.762 3.048 3.048 0 0 0 1.007-2.174 3.049 3.049 0 0 0-.827-2.25A3.053 3.053 0 0 0 3.23 8.203a3.05 3.05 0 0 0 .095-2.396 3.051 3.051 0 0 0 2.253-.827 3.05 3.05 0 0 0 1.005-2.168 3.06 3.06 0 0 0 2.395.1 3.06 3.06 0 0 0 1.763-1.626 3.051 3.051 0 0 0 2.176 1.007 3.045 3.045 0 0 0 2.248-.827A3.054 3.054 0 0 0 16.79 3.23a3.05 3.05 0 0 0 2.395.095 3.052 3.052 0 0 0 .828 2.253 3.05 3.05 0 0 0 2.176 1.005 3.129 3.129 0 0 0 1.526 4.158 3.13 3.13 0 0 0-.18 4.424 3.126 3.126 0 0 0-1.861 4.02 3.126 3.126 0 0 0-3.264 3 3.129 3.129 0 0 0-4.158 1.527 3.048 3.048 0 0 0-2.174-1.007h-.136a3.045 3.045 0 0 0-2.108.827Z' fill='%23FFFEA8'/%3E%3Cpath d='M21.284 16.657A9.617 9.617 0 1 0 3.904 8.42a9.617 9.617 0 0 0 17.38 8.237Z' fill='%23FFD809'/%3E%3Cpath d='M13.396 21.45a8.944 8.944 0 1 0-1.603-17.817 8.944 8.944 0 0 0 1.603 17.817Z' fill='%23FFFEA8'/%3E%3Cpath d='M17.424 4.412C9.64 5.53 6.454 16.84 11.394 21.97c-.363-.04-.725-.1-1.082-.183a9.528 9.528 0 0 1-5.856-4.24A9.498 9.498 0 0 1 7.437 4.523a9.543 9.543 0 0 1 7.12-1.28 9.417 9.417 0 0 1 2.867 1.17Z' fill='%23FFE1AD' style='mix-blend-mode:multiply'/%3E%3Cpath d='M8.303 12.214c0-.24.298-.436.662-.436.364 0 .662.207.662.436 0 .23-.296.437-.662.437-.366 0-.662-.194-.662-.437Z' fill='%23F2808A'/%3E%3Cpath d='M15.561 12.214c0-.24.296-.436.662-.436.366 0 .662.207.662.436 0 .23-.296.437-.662.437-.366 0-.662-.194-.662-.437Z' fill='%23F2808A'/%3E%3Cpath d='M10.252 11.524a.228.228 0 0 1-.224-.193.424.424 0 0 0-.827-.03.226.226 0 0 1-.44-.098.877.877 0 0 1 1.722.062.228.228 0 0 1-.19.257h-.033' fill='%23202937'/%3E%3Cpath d='M16.134 11.524a.228.228 0 0 1-.223-.193.424.424 0 0 0-.827-.03.226.226 0 0 1-.441-.098.877.877 0 0 1 1.723.062.225.225 0 0 1-.19.257h-.042' fill='%23202937'/%3E%3Cpath d='M14.149 11.668c0 .316-.085.625-.249.894a1.503 1.503 0 0 1-2.61 0 1.709 1.709 0 0 1-.221-1.185h3.053c.017.098.026.198.027.298' fill='%23612D2D'/%3E%3Cpath d='M13.9 12.562a1.505 1.505 0 0 1-2.61 0 1.928 1.928 0 0 1 2.61 0' fill='%23F2808A'/%3E%3Cpath d='M11.735 4.263c-.327-.08-.74.091-1.053.186a10.07 10.07 0 0 0-1.022.375c-.66.282-1.284.64-1.862 1.065a9.695 9.695 0 0 0-2.772 3.244c-.117.219.207.413.336.206a9.168 9.168 0 0 1 2.75-2.995A9.952 9.952 0 0 1 9.88 5.35a9.071 9.071 0 0 1 1.409-.467c.176-.023.346-.079.502-.164a.253.253 0 0 0-.06-.455' fill='%23fff'/%3E%3Cpath d='M14.014 4.406a.256.256 0 0 0-.095-.11.904.904 0 0 0-.49-.142 2.445 2.445 0 0 0-.414.01.314.314 0 0 0-.207.085.287.287 0 0 0 0 .413.276.276 0 0 0 .207.085c.133-.014.268-.017.401-.01.148.016.297.009.443-.02a.23.23 0 0 0 .163-.191.208.208 0 0 0-.014-.12' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h25v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.theme-switcher-module__-W9q7W__themeIcon{opacity:.4;cursor:pointer;background-size:contain;width:25px;height:25px;transition:opacity .4s,transform .4s}.theme-switcher-module__-W9q7W__activeIcon{opacity:1;cursor:auto;transform:scale(1.2)}
.active-bonuses-module__2NeCBW__modalBtnsBlock{flex-direction:column;align-items:stretch;gap:12px;display:flex}.active-bonuses-module__2NeCBW__burnAmount{border-radius:var(--active-bonus-radius);background:var(--active-bonus-surface);color:var(--brand-text-color);text-align:center;flex-direction:column;gap:4px;margin:12px 0 20px;padding:14px 16px;display:flex}.active-bonuses-module__2NeCBW__burnAmount span{font-size:20px;font-weight:var(--font-bold)}.active-bonuses-module__2NeCBW__banner{--bonus-tone-rgb:var(--active-bonus-tone-accent-rgb,var(--brand-accent-color-rgb));border-radius:var(--active-bonus-radius);background:var(--brand-gradient,var(--section-background));width:100%;color:var(--brand-text-color);flex-direction:column;gap:14px;margin-bottom:20px;padding:18px;display:flex}.active-bonuses-module__2NeCBW__toneSuccess{--bonus-tone-rgb:var(--active-bonus-tone-success-rgb,var(--brand-accent-color-rgb))}.active-bonuses-module__2NeCBW__toneInfo{--bonus-tone-rgb:var(--active-bonus-tone-info-rgb,var(--brand-secondary-color-rgb))}.active-bonuses-module__2NeCBW__toneWarning{--bonus-tone-rgb:var(--active-bonus-tone-warning-rgb,var(--brand-accent-color-rgb))}.active-bonuses-module__2NeCBW__toneAccent{--bonus-tone-rgb:var(--active-bonus-tone-accent-rgb,var(--brand-secondary-color-rgb))}.active-bonuses-module__2NeCBW__bannerHeader{flex-direction:column;gap:10px;display:flex}.active-bonuses-module__2NeCBW__bannerHeaderText{flex-direction:column;gap:4px;display:flex}.active-bonuses-module__2NeCBW__bannerTitle{font-size:20px;line-height:1.1;font-weight:var(--font-bold);margin:0}.active-bonuses-module__2NeCBW__bannerType{color:var(--secondary-text-color,var(--muted-text-color));margin:0;font-size:13px;line-height:1.4}.active-bonuses-module__2NeCBW__statusPill{border:1px solid rgba(var(--bonus-tone-rgb), 1);background:rgba(var(--bonus-tone-rgb), .12);min-height:34px;color:rgb(var(--bonus-tone-rgb));font-size:13px;line-height:1.2;font-weight:var(--font-semi-bold);white-space:nowrap;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;display:inline-flex}.active-bonuses-module__2NeCBW__statusDot{background:currentColor;border-radius:999px;flex-shrink:0;width:8px;height:8px}.active-bonuses-module__2NeCBW__infoBox{border-radius:var(--active-bonus-radius);background:rgba(var(--bonus-tone-rgb), .12);border-left:4px solid rgb(var(--bonus-tone-rgb));padding:12px 16px}.active-bonuses-module__2NeCBW__infoBox p{color:var(--brand-text-color);margin:0;font-size:15px;line-height:1.5}.active-bonuses-module__2NeCBW__statsGrid{align-items:stretch;gap:10px;display:grid}.active-bonuses-module__2NeCBW__statsGridThree{grid-template-columns:repeat(3,minmax(0,1fr))}.active-bonuses-module__2NeCBW__statsGridFour{grid-template-columns:repeat(4,minmax(0,1fr))}.active-bonuses-module__2NeCBW__statCard{border-radius:var(--active-bonus-radius);background:var(--active-bonus-surface);flex-direction:column;gap:6px;min-width:0;height:100%;padding:12px 14px;display:flex}.active-bonuses-module__2NeCBW__statLabel{color:var(--secondary-text-color,var(--muted-text-color));margin:0;font-size:12px;line-height:1.35}.active-bonuses-module__2NeCBW__statValue{font-size:clamp(16px,2vw,22px);line-height:1.1;font-weight:var(--font-bold);color:var(--brand-text-color);word-break:break-word;margin:0}.active-bonuses-module__2NeCBW__statValueEmphasize,.active-bonuses-module__2NeCBW__statValueSuccess{color:rgb(var(--active-bonus-tone-success-rgb,var(--bonus-tone-rgb)))}.active-bonuses-module__2NeCBW__statValueInfo{color:rgb(var(--active-bonus-tone-info-rgb,var(--bonus-tone-rgb)))}.active-bonuses-module__2NeCBW__statSubtext{color:var(--secondary-text-color,var(--muted-text-color));margin:0;font-size:12px;line-height:1.4}.active-bonuses-module__2NeCBW__progressBlock{flex-direction:column;gap:8px;display:flex}.active-bonuses-module__2NeCBW__progressHeader{color:var(--secondary-text-color,var(--muted-text-color));justify-content:space-between;align-items:center;gap:12px;font-size:13px;line-height:1.35;display:flex}.active-bonuses-module__2NeCBW__progressTrack{background:rgba(var(--bonus-tone-rgb), .2);border-radius:999px;width:100%;height:6px;overflow:hidden}.active-bonuses-module__2NeCBW__progressFill{background:rgb(var(--bonus-tone-rgb));border-radius:999px;height:100%}.active-bonuses-module__2NeCBW__actionsGrid{flex-wrap:nowrap;gap:8px;display:flex}.active-bonuses-module__2NeCBW__actionsGrid>.active-bonuses-module__2NeCBW__primaryAction,.active-bonuses-module__2NeCBW__actionsGrid>.active-bonuses-module__2NeCBW__secondaryAction{flex:1;min-width:0}.active-bonuses-module__2NeCBW__actionsGrid button{padding-inline:12px}@media (min-width:900px){.active-bonuses-module__2NeCBW__bannerHeader{flex-direction:row;justify-content:space-between;align-items:flex-start}.active-bonuses-module__2NeCBW__statusPill{align-self:flex-start;margin:auto 0}}@media (max-width:1024px){.active-bonuses-module__2NeCBW__statsGridThree,.active-bonuses-module__2NeCBW__statsGridFour{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.active-bonuses-module__2NeCBW__banner{padding:14px}.active-bonuses-module__2NeCBW__infoBox p{font-size:14px}.active-bonuses-module__2NeCBW__statsGridThree,.active-bonuses-module__2NeCBW__statsGridFour{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.active-bonuses-module__2NeCBW__statCard{padding:10px 12px}.active-bonuses-module__2NeCBW__statValue{font-size:16px}.active-bonuses-module__2NeCBW__actionsGrid{flex-wrap:wrap}.active-bonuses-module__2NeCBW__actionsGrid>.active-bonuses-module__2NeCBW__primaryAction,.active-bonuses-module__2NeCBW__actionsGrid>.active-bonuses-module__2NeCBW__secondaryAction{flex:1 0 calc(50% - 4px);min-width:calc(50% - 4px)}.active-bonuses-module__2NeCBW__progressHeader{flex-direction:column;align-items:flex-start}}
.curated-collections-transition-module__iCU-9G__root{position:relative}.curated-collections-transition-module__iCU-9G__skeletonLayer{z-index:2;position:relative}.curated-collections-transition-module__iCU-9G__skeletonLayerExiting{pointer-events:none;animation:.16s ease-out forwards curated-collections-transition-module__iCU-9G__curatedCollectionsSkeletonFade;position:absolute;inset:0}.curated-collections-transition-module__iCU-9G__contentLayer{z-index:1;opacity:1;transition:opacity .16s ease-out;position:relative}.curated-collections-transition-module__iCU-9G__contentLayerHidden{visibility:hidden;pointer-events:none;opacity:0;position:absolute;inset:0}@keyframes curated-collections-transition-module__iCU-9G__curatedCollectionsSkeletonFade{to{opacity:0}}@media (prefers-reduced-motion:reduce){.curated-collections-transition-module__iCU-9G__skeletonLayerExiting{animation-duration:1ms}.curated-collections-transition-module__iCU-9G__contentLayer{transition-duration:1ms}}
.wincraft-panel-section-skeleton-module__tDA3HW__gameSkeleton{width:100%}@media (min-width:500px) and (max-width:767px){.wincraft-panel-section-skeleton-module__tDA3HW__gameSkeleton [data-wincraft-panel-game-skeleton-grid=narrow]{display:none!important}.wincraft-panel-section-skeleton-module__tDA3HW__gameSkeleton [data-wincraft-panel-game-skeleton-grid=wide]{display:grid!important}}
.page-content-wrapper-panel-module__2xwLmq__container{max-width:var(--wrapper-max-width-base);box-sizing:border-box;width:100%;padding:var(--wrapper-container-padding-base);margin:0 auto}.page-content-wrapper-panel-module__2xwLmq__container+.page-content-wrapper-panel-module__2xwLmq__container{margin-top:16px}.page-content-wrapper-panel-module__2xwLmq__landingContainer{box-sizing:border-box;max-width:none;margin:0 auto;padding:0}.page-content-wrapper-panel-module__2xwLmq__landingContainer .page-content-wrapper-panel-module__2xwLmq__backdrop{padding:0}.page-content-wrapper-panel-module__2xwLmq__narrowContainer{box-sizing:border-box;max-width:920px;margin:0 auto}@media (min-width:1440px){.page-content-wrapper-panel-module__2xwLmq__container{padding:0}}@media screen and (max-width:1240px){.page-content-wrapper-panel-module__2xwLmq__landingContainer{padding:0}}@media screen and (max-width:768px){.page-content-wrapper-panel-module__2xwLmq__container{padding:0 20px}.page-content-wrapper-panel-module__2xwLmq__landingContainer{background:var(--footer-color);padding:68px 0}}
.upload-status-message-panel-module__9jPIcq__container{z-index:10;border-radius:var(--border-radius-base);flex-direction:row;justify-content:space-between;align-items:center;margin:8px 20px 0;padding:8px;display:flex;position:absolute;top:10px;left:0;right:0}.upload-status-message-panel-module__9jPIcq__container.upload-status-message-panel-module__9jPIcq__success{background:var(--notification-success-color)}.upload-status-message-panel-module__9jPIcq__container.upload-status-message-panel-module__9jPIcq__error{background:var(--notification-error-color);justify-content:center}.upload-status-message-panel-module__9jPIcq__container button{cursor:pointer;flex-direction:row;align-items:center;display:flex}
.balance-block-module__dTrkKG__container{flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;display:flex}.balance-block-module__dTrkKG__block{margin:5px 20px 5px 0;padding:5px 20px;display:block;position:relative}.balance-block-module__dTrkKG__block:first-child:after,.balance-block-module__dTrkKG__block:nth-child(2):after{content:"";background:rgba(var(--white-rgb), .6);width:1px;height:100%;position:absolute;top:0;left:0}.balance-block-module__dTrkKG__title{font-weight:var(--base-font-weight);font-size:var(--base-font-size);margin-bottom:5px;line-height:18px}.balance-block-module__dTrkKG__amount{font-weight:var(--font-bold);font-size:calc(var(--base-font-size));letter-spacing:.01em;line-height:18px}
.upload-status-message-module__XEm_wW__container{border-radius:var(--border-radius-base);flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;padding:8px;display:flex}.upload-status-message-module__XEm_wW__container.upload-status-message-module__XEm_wW__success{background:rgba(var(--gray-rgb))}.upload-status-message-module__XEm_wW__container.upload-status-message-module__XEm_wW__error{background:rgba(var(--red-rgb));justify-content:center}.upload-status-message-module__XEm_wW__container span{font-weight:700}.upload-status-message-module__XEm_wW__container button{flex-direction:row;align-items:center;display:flex}
.session-time-limit-module__fInQZa__description{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.6}.session-time-limit-module__fInQZa__currentLimit{flex-direction:column;gap:1rem;display:flex}.session-time-limit-module__fInQZa__removeButton{align-self:flex-start;margin-top:.5rem}.session-time-limit-module__fInQZa__noLimit{background-color:var(--color-background-secondary);border:1px solid var(--color-border);text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.session-time-limit-module__fInQZa__noLimit p{color:var(--color-text-secondary);margin:0}.session-time-limit-module__fInQZa__modalContent{padding:1rem 0}.session-time-limit-module__fInQZa__modalDescription{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.6}.session-time-limit-module__fInQZa__form{flex-direction:column;gap:1.5rem;display:flex}.session-time-limit-module__fInQZa__inputGroup{grid-template-columns:2fr 3fr;align-items:end;gap:1rem;display:grid}@media (max-width:640px){.session-time-limit-module__fInQZa__inputGroup{grid-template-columns:1fr}}.session-time-limit-module__fInQZa__timeInput,.session-time-limit-module__fInQZa__unitSelect{min-width:0}.session-time-limit-module__fInQZa__errorMessage{color:var(--color-error);background-color:var(--color-error-background);border:1px solid var(--color-error-border);border-radius:4px;margin:0;padding:.5rem;font-size:.875rem}.session-time-limit-module__fInQZa__helpText{background-color:var(--color-info-background);border:1px solid var(--color-info-border);color:var(--color-text-secondary);border-radius:6px;padding:1rem;font-size:.875rem}.session-time-limit-module__fInQZa__helpText p{margin:0 0 .5rem;font-weight:500}.session-time-limit-module__fInQZa__helpText ul{margin:0;padding-left:1.5rem;list-style-type:disc}.session-time-limit-module__fInQZa__helpText li{margin-bottom:.25rem}.session-time-limit-module__fInQZa__helpText li:last-child{margin-bottom:0}.session-time-limit-module__fInQZa__modalButtons{justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:640px){.session-time-limit-module__fInQZa__modalButtons{flex-direction:column-reverse}}.session-time-limit-module__fInQZa__successContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;display:flex}.session-time-limit-module__fInQZa__successTitle{color:var(--color-text-primary);margin:0;font-size:1.5rem;font-weight:600}.session-time-limit-module__fInQZa__successMessage{color:var(--color-text-secondary);margin:0;line-height:1.6}@media (prefers-color-scheme:dark){.session-time-limit-module__fInQZa__noLimit{background-color:#ffffff0d;border-color:#ffffff1a}.session-time-limit-module__fInQZa__helpText{background-color:#3b82f61a;border-color:#3b82f64d}.session-time-limit-module__fInQZa__errorMessage{background-color:#ef44441a;border-color:#ef44444d}}@keyframes session-time-limit-module__fInQZa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.session-time-limit-module__fInQZa__modalContent,.session-time-limit-module__fInQZa__successContent{animation:.3s ease-out session-time-limit-module__fInQZa__fadeIn}
.landing-wrapper-module__q2aMoq__container{flex-direction:column;width:100%;max-width:none;display:flex}.landing-wrapper-module__q2aMoq__backdrop{border-radius:var(--border-radius-base);background:var(--article-background);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px 40px}.landing-wrapper-module__q2aMoq__container article a{color:var(--link-button);font-size:var(--base-font-size);text-decoration:none;display:block}.landing-wrapper-module__q2aMoq__container article h1,.landing-wrapper-module__q2aMoq__container article h2,.landing-wrapper-module__q2aMoq__container article h3,.landing-wrapper-module__q2aMoq__container article h4,.landing-wrapper-module__q2aMoq__container article h5,.landing-wrapper-module__q2aMoq__container article h6{letter-spacing:.2px;margin-top:24px;margin-bottom:16px;font-weight:700;line-height:34px}.landing-wrapper-module__q2aMoq__container article h1{font-size:28px;font-weight:var(--font-bold)}.landing-wrapper-module__q2aMoq__container article h2{font-size:24px}.landing-wrapper-module__q2aMoq__container article h3{font-size:20px}.landing-wrapper-module__q2aMoq__container article h4{font-size:var(--title-font-size)}.landing-wrapper-module__q2aMoq__container article p{font-size:var(--base-font-size);letter-spacing:.16px;margin-bottom:24px}.landing-wrapper-module__q2aMoq__container article p a{padding:0 4px;display:inline}.landing-wrapper-module__q2aMoq__container article li{font-size:var(--base-font-size);margin:8px 0;line-height:26px}.landing-wrapper-module__q2aMoq__container article li:last-child{margin-bottom:0}.landing-wrapper-module__q2aMoq__container article ul,.landing-wrapper-module__q2aMoq__container article ol{padding-left:15px}.landing-wrapper-module__q2aMoq__container article ul{list-style-type:disc}.landing-wrapper-module__q2aMoq__container article ol{counter-reset:item;list-style:none}.landing-wrapper-module__q2aMoq__container article ol.landing-wrapper-module__q2aMoq__accented>li{color:var(--link-button)}.landing-wrapper-module__q2aMoq__container article ol>li{counter-increment:item;display:block}.landing-wrapper-module__q2aMoq__container article ol>li:before{content:counters(item, ".") ". "}.landing-wrapper-module__q2aMoq__container article ol>li>ol{counter-reset:subitem;list-style-type:lower-alpha}.landing-wrapper-module__q2aMoq__container article ol>li>ol>li{counter-increment:subitem;display:block}.landing-wrapper-module__q2aMoq__container article ol>li>ol>li:before{content:counter(subitem, lower-alpha) ". "}.landing-wrapper-module__q2aMoq__container article table{table-layout:fixed;width:100%;margin:24px 0}.landing-wrapper-module__q2aMoq__container article table th,.landing-wrapper-module__q2aMoq__container article table td{width:auto}.landing-wrapper-module__q2aMoq__container article table thead tr{text-transform:uppercase;background:#ffffff4d}.landing-wrapper-module__q2aMoq__container article table thead tr th{padding:16px 8px}.landing-wrapper-module__q2aMoq__container article table tbody td{border-bottom:1px solid #fff3;padding:16px 8px}.landing-wrapper-module__q2aMoq__container article table tbody tr:nth-child(2n){background:#ffffff1a}@media screen and (max-width:600px){.landing-wrapper-module__q2aMoq__container article table thead{display:none}.landing-wrapper-module__q2aMoq__container article table tr{margin-bottom:10px;display:block}.landing-wrapper-module__q2aMoq__container article table tbody td{border:none;padding:70px 8px 30px;display:block;position:relative}.landing-wrapper-module__q2aMoq__container article table td:before{content:attr(data-label);white-space:nowrap;text-align:left;background:#ffffff4d;padding:16px 8px;font-weight:700;position:absolute;top:0;left:0;right:0}.landing-wrapper-module__q2aMoq__container article table tbody tr:nth-child(2n){background:0 0}}@media screen and (max-width:768px){.landing-wrapper-module__q2aMoq__backdrop{padding:20px}}
.bonuses-client-module__iBWI3G__modalBtnsBlock{flex-direction:column;align-items:stretch;gap:12px;display:flex}.bonuses-client-module__iBWI3G__burnAmount{border-radius:var(--active-bonus-radius,8px);background:var(--active-bonus-surface,var(--setting-section-background-color));color:var(--brand-text-color);text-align:center;flex-direction:column;gap:4px;margin:12px 0 20px;padding:14px 16px;display:flex}.bonuses-client-module__iBWI3G__burnAmount span{font-size:20px;font-weight:var(--font-bold)}
.checkbox-block-module__UxUKTq__container{cursor:pointer;flex-direction:row;align-items:center;gap:20px;width:100%;display:flex}.checkbox-block-module__UxUKTq__container label{color:var(--white-color);font-size:18px}.checkbox-block-module__UxUKTq__container.checkbox-block-module__UxUKTq__transparent .checkbox-block-module__UxUKTq__wrapper{background:0 0}.checkbox-block-module__UxUKTq__wrapper{border-radius:var(--brand-border-radius-size);background:var(--checkbox-block-background);flex-direction:row;flex-shrink:0;align-items:center;gap:12px;padding:12px;display:flex}@media screen and (max-width:1360px){.checkbox-block-module__UxUKTq__container{flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px){.checkbox-block-module__UxUKTq__container{flex-wrap:wrap;justify-content:space-between}}
.upload-form-panel-module__pFjNia__form{height:100%;position:relative}.upload-form-panel-module__pFjNia__wrapper{flex-direction:column;gap:24px;height:100%;display:flex}.upload-form-panel-module__pFjNia__container{background:var(--brand-primary-color);border-radius:var(--border-radius-size);height:100%;padding:20px}.upload-form-panel-module__pFjNia__button{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:228px;margin:0 auto;display:flex}.upload-form-panel-module__pFjNia__description{margin-bottom:8px}.upload-form-panel-module__pFjNia__input{opacity:0;z-index:10;cursor:pointer;width:100%;height:100%;position:absolute;overflow:hidden}.upload-form-panel-module__pFjNia__area{background:var(--upload-form-area-bacground);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:10px;transition:color .2s ease-in-out;display:flex;position:relative}.upload-form-panel-module__pFjNia__area:before{content:"";text-align:center;background:linear-gradient(90deg,#4b4f60 50%,#0000 0%) top repeat-x,linear-gradient(#4b4f60 50%,#0000 0%) 100% repeat-y,linear-gradient(90deg,#4b4f60 50%,#0000 0%) bottom repeat-x,linear-gradient(#4b4f60 50%,#0000 0%) 0 repeat-y;border-radius:2px;width:100%;height:100%;line-height:100px;position:absolute;inset:0;background-size:6px 1px,1px 6px!important}.upload-form-panel-module__pFjNia__area.upload-form-panel-module__pFjNia__active{color:var(--notification-pending-color)}.upload-form-panel-module__pFjNia__area.upload-form-panel-module__pFjNia__active:before{background:linear-gradient(to right, var(--notification-pending-color) 50%, transparent 0%) top repeat-x, linear-gradient(var(--notification-pending-color) 50%, transparent 0%) right repeat-y, linear-gradient(to right, var(--notification-pending-color) 50%, transparent 0%) bottom repeat-x, linear-gradient(var(--notification-pending-color) 50%, transparent 0%) left repeat-y}.upload-form-panel-module__pFjNia__area.upload-form-panel-module__pFjNia__error:before{background-size:6px 1px,1px 6px;background:linear-gradient(to right, var(--notification-error-color) 50%, transparent 0%) top repeat-x, linear-gradient(var(--notification-error-color) 50%, transparent 0%) right repeat-y, linear-gradient(to right, var(--notification-error-color) 50%, transparent 0%) bottom repeat-x, linear-gradient(var(--notification-error-color) 50%, transparent 0%) left repeat-y}.upload-form-panel-module__pFjNia__message{text-align:center;color:var(--muted-text-color);stroke:var(--text-color);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.upload-form-panel-module__pFjNia__removeButton{cursor:pointer;flex-direction:row;align-items:center;gap:10px;font-size:12px;display:flex}.upload-form-panel-module__pFjNia__resultEnter{opacity:0;max-height:0}.upload-form-panel-module__pFjNia__resultEnterActive{opacity:1;max-height:35px;transition:opacity .3s,max-height .3s}.upload-form-panel-module__pFjNia__resultExit{opacity:1;max-height:35px}.upload-form-panel-module__pFjNia__resultExitActive{opacity:0;max-height:0;transition:opacity .3s,max-height .3s}
.wincraft-city-loyalty-widgets-module__phP6Ya__root{--wcl-page:#0b0b0b;--wcl-panel:#101410;--wcl-panel-strong:#171b18;--wcl-green:#9ed93e;--wcl-green-strong:#35d83c;--wcl-green-soft:#b5e26d;--wcl-gold:#d9b45c;--wcl-text:#fff;--wcl-muted:#6b6f6a;--wcl-soft:#cfcfcf;--wcl-border:#9ed93e59;--wcl-border-soft:#ffffff14;width:min(100%,100vw - 28px);max-width:400px;color:var(--wcl-text);flex-direction:column;gap:14px;margin:0 auto;font-family:Roboto,Inter,Arial,sans-serif;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__hero,.wincraft-city-loyalty-widgets-module__phP6Ya__detail{border:1px solid var(--wcl-border);background:var(--wcl-panel);border-radius:22px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #9ed93e0f,0 0 24px -4px #9ed93e40}.wincraft-city-loyalty-widgets-module__phP6Ya__hero:after,.wincraft-city-loyalty-widgets-module__phP6Ya__detail:after,.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard:after{content:"";pointer-events:none;border:1px solid #9ed93e33;border-radius:14px;position:absolute;inset:6px}.wincraft-city-loyalty-widgets-module__phP6Ya__hero{padding:1px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroInner{background-image:radial-gradient(ellipse at 100% 0%, #9ed93e29 0%, #9ed93e00 62%), linear-gradient(180deg, #080f0b00 0%, #080f0b26 45%, #080f0beb 100%), var(--wcl-hero-background-mobile);background-position:top;background-size:cover;border-radius:14px;flex-direction:column;justify-content:flex-end;gap:10px;min-height:195px;padding:18px;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__heroCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__heroTitle,.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel,.wincraft-city-loyalty-widgets-module__phP6Ya__detailSubtitle,.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardSubtitle{margin:0}.wincraft-city-loyalty-widgets-module__phP6Ya__heroTitle{color:var(--wcl-gold);letter-spacing:1.76px;text-transform:uppercase;font-family:Roboto,Inter,Arial,sans-serif;font-size:11px;font-weight:700;line-height:13px}.wincraft-city-loyalty-widgets-module__phP6Ya__root .wincraft-city-loyalty-widgets-module__phP6Ya__hero p.wincraft-city-loyalty-widgets-module__phP6Ya__heroTitle{margin:0;font-size:11px;line-height:13px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroLevel{color:var(--wcl-text);letter-spacing:0;text-shadow:0 2px 10px #0009;margin:0;font-family:Germania One,Georgia,serif;font-size:46px;font-weight:400;line-height:43.7px}.wincraft-city-loyalty-widgets-module__phP6Ya__root .wincraft-city-loyalty-widgets-module__phP6Ya__hero h2.wincraft-city-loyalty-widgets-module__phP6Ya__heroLevel{margin:0;font-size:46px;line-height:43.7px}.wincraft-city-loyalty-widgets-module__phP6Ya__progressHeader{justify-content:space-between;align-items:center;gap:12px;min-height:33px;padding:4px 0 5px;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel{min-width:0;color:var(--wcl-text);text-shadow:0 1px 6px #000000a6;font-size:13px;font-weight:700;line-height:16px}.wincraft-city-loyalty-widgets-module__phP6Ya__root .wincraft-city-loyalty-widgets-module__phP6Ya__hero p.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel{margin:0;font-size:13px;line-height:16px}.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabelValue,.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel b{color:var(--wcl-green)}.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel strong{color:var(--wcl-green)}.wincraft-city-loyalty-widgets-module__phP6Ya__badge{background:var(--wcl-green);color:#0b0b0b;letter-spacing:.88px;text-transform:uppercase;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:24px;padding:5px 16px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.wincraft-city-loyalty-widgets-module__phP6Ya__progressTrack{background:#ffffff7a;border-radius:999px;height:8px;overflow:hidden;box-shadow:inset 0 0 0 1px #0009}.wincraft-city-loyalty-widgets-module__phP6Ya__progressValue{border-radius:inherit;background:linear-gradient(90deg, #3faf2d 0%, var(--wcl-green-soft) 100%);min-width:8px;height:100%;display:block}.wincraft-city-loyalty-widgets-module__phP6Ya__cityDistricts{display:none}.wincraft-city-loyalty-widgets-module__phP6Ya__sectionTitle{color:var(--wcl-gold);letter-spacing:1.6px;text-transform:uppercase;margin:0;font-size:12px;font-weight:800;line-height:1}.wincraft-city-loyalty-widgets-module__phP6Ya__districtGrid,.wincraft-city-loyalty-widgets-module__phP6Ya__mobileDistricts{gap:10px;display:grid}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard{background:var(--wcl-panel);opacity:.62;border:1px solid #6e746c59;border-radius:22px;align-items:center;gap:12px;min-width:0;min-height:114px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #6e746c0f,0 0 24px -4px #6e746c40}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard:before{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#6e746c29 0%,#6e746c00 62%);position:absolute;inset:0}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard:after{border-color:#ffffff0f}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardCurrent{opacity:1;background:linear-gradient(#9ed93e1a 0%,#9ed93e08 100%);border-color:#9ed93e66}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardCurrent:before{background:radial-gradient(at 100% 0,#9ed93e29 0%,#9ed93e00 62%)}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardDone{opacity:.82}.wincraft-city-loyalty-widgets-module__phP6Ya__districtIcon,.wincraft-city-loyalty-widgets-module__phP6Ya__detailIcon{object-fit:contain;filter:drop-shadow(0 4px 10px #00000073);flex:none;width:41px;height:41px}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardBody,.wincraft-city-loyalty-widgets-module__phP6Ya__detailHeaderText,.wincraft-city-loyalty-widgets-module__phP6Ya__levelBody{min-width:0;position:relative}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardTitle,.wincraft-city-loyalty-widgets-module__phP6Ya__detailTitle,.wincraft-city-loyalty-widgets-module__phP6Ya__levelTitle{min-width:0;margin:0}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardTitle{color:var(--wcl-soft);font-family:Germania One,Georgia,serif;font-size:21px;font-weight:400;line-height:1.1}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardCurrent .wincraft-city-loyalty-widgets-module__phP6Ya__districtCardTitle{color:var(--wcl-text)}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardSubtitle{color:var(--wcl-muted);margin-top:3px;font-size:12.5px;font-weight:600;line-height:1.2}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRail{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDot,.wincraft-city-loyalty-widgets-module__phP6Ya__levelNumber{color:var(--wcl-text);border-radius:999px;justify-content:center;align-items:center;font-weight:800;line-height:1;display:inline-flex}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDot{background:#ffffff0a;border:1px solid #ffffffb8;width:30px;height:30px;font-size:12.5px}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDotDone{color:#09210a;background:#35d83cf2;border-color:#9ed93e73}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDotNow{border-color:var(--wcl-green);background:#fff0;box-shadow:0 0 0 1px #9ed93e73}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDotLocked{opacity:.58}.wincraft-city-loyalty-widgets-module__phP6Ya__detailHeader{background-image:radial-gradient(ellipse at 100% 0%, #9ed93e29 0%, #9ed93e00 62%), linear-gradient(90deg, #101410f5 0%, #101410bd 42%, #1014106b 100%), var(--wcl-detail-background);background-position:50%;background-size:cover;align-items:center;gap:12px;min-height:96px;padding:18px;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__detailRail{padding:0 18px 18px}.wincraft-city-loyalty-widgets-module__phP6Ya__detailRail .wincraft-city-loyalty-widgets-module__phP6Ya__levelRail{margin-top:0}.wincraft-city-loyalty-widgets-module__phP6Ya__detailTitle{color:var(--wcl-text);font-family:Germania One,Georgia,serif;font-size:21px;font-weight:400;line-height:1}.wincraft-city-loyalty-widgets-module__phP6Ya__detailSubtitle{color:var(--wcl-soft);margin-top:3px;font-size:12.5px;font-weight:700;line-height:1.25}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRows{display:grid}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRow{border-top:1px solid #ffffff0f;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0;padding:16px 18px 17px;display:grid}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowNow{background:#9ed93e0f}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowLocked{opacity:.35}.wincraft-city-loyalty-widgets-module__phP6Ya__levelNumber{background:#ffffff0f;border:1px solid #ffffff14;width:32px;height:32px;font-size:12px}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowDone .wincraft-city-loyalty-widgets-module__phP6Ya__levelNumber,.wincraft-city-loyalty-widgets-module__phP6Ya__levelDotDone{background:var(--wcl-green-strong);color:#09210a;border-color:#9ed93e4d}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowNow .wincraft-city-loyalty-widgets-module__phP6Ya__levelNumber{border-color:var(--wcl-green);color:var(--wcl-text);background:#9ed93e1f;box-shadow:0 0 0 3px #9ed93e26}.wincraft-city-loyalty-widgets-module__phP6Ya__levelTitle{color:var(--wcl-text);font-family:Germania One,Georgia,serif;font-size:18px;font-weight:400;line-height:1.05}.wincraft-city-loyalty-widgets-module__phP6Ya__benefits{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.wincraft-city-loyalty-widgets-module__phP6Ya__benefitPill{min-height:25px;color:var(--wcl-green-soft);background:#9ed93e14;border:1px solid #9ed93e59;border-radius:999px;align-items:center;padding:5px 11px;font-size:11px;font-weight:800;line-height:1.05;display:inline-flex}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowLocked .wincraft-city-loyalty-widgets-module__phP6Ya__benefitPill{color:var(--wcl-muted);background:#ffffff0a;border-color:#ffffff26}.wincraft-city-loyalty-widgets-module__phP6Ya__levelStatus{background:var(--wcl-green-strong);color:#082008;letter-spacing:.63px;text-transform:uppercase;border-radius:999px;justify-self:end;align-items:center;min-height:23px;padding:5px 11px;font-size:10.5px;font-weight:900;line-height:1;display:inline-flex}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRowLocked .wincraft-city-loyalty-widgets-module__phP6Ya__levelStatus{color:#ffffff9e;background:#ffffff1f}.wincraft-city-loyalty-widgets-module__phP6Ya__mobileDistricts{display:grid}@media (min-width:521px) and (max-width:899px){.wincraft-city-loyalty-widgets-module__phP6Ya__root{max-width:min(560px,100vw - 32px)}}@media (min-width:900px){.wincraft-city-loyalty-widgets-module__phP6Ya__root{gap:24px;width:min(100%,100vw - 120px);max-width:1320px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroInner{background-image:linear-gradient(90deg, #090a09b8 0%, #090a0929 58%, #090a0914 100%), var(--wcl-hero-background-desktop);gap:14px;min-height:320px;padding:96px 52px 44px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroTitle{letter-spacing:1.92px;font-size:12px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroLevel{font-size:60px;line-height:.95}.wincraft-city-loyalty-widgets-module__phP6Ya__progressLabel{font-size:15px}.wincraft-city-loyalty-widgets-module__phP6Ya__badge{min-height:29px;padding:7px 18px;font-size:11.5px}.wincraft-city-loyalty-widgets-module__phP6Ya__progressTrack{background:#ffffff14;height:9px}.wincraft-city-loyalty-widgets-module__phP6Ya__cityDistricts{gap:14px;display:grid}.wincraft-city-loyalty-widgets-module__phP6Ya__districtGrid{overscroll-behavior-x:contain;scrollbar-color:#9ed93e73 transparent;scrollbar-width:thin;grid-template-columns:repeat(5,minmax(168px,1fr));overflow-x:auto}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard{border-color:var(--wcl-border-soft);opacity:.55;min-width:168px;min-height:112px;box-shadow:none;border-radius:14px;align-items:flex-start;padding:15px 17px}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard:before,.wincraft-city-loyalty-widgets-module__phP6Ya__districtCard:after{display:none}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardCurrent{opacity:1;border-color:#9ed93e66}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardDone{opacity:.82}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardTitle{font-family:Roboto,Inter,Arial,sans-serif;font-size:14px;font-weight:800}.wincraft-city-loyalty-widgets-module__phP6Ya__districtCardSubtitle{font-size:11.5px}.wincraft-city-loyalty-widgets-module__phP6Ya__levelDot{width:21px;height:21px;font-size:10px}.wincraft-city-loyalty-widgets-module__phP6Ya__mobileDistricts,.wincraft-city-loyalty-widgets-module__phP6Ya__detailHeader,.wincraft-city-loyalty-widgets-module__phP6Ya__detailRail{display:none}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRows{overscroll-behavior-x:contain;scrollbar-color:#9ed93e73 transparent;scrollbar-width:thin;grid-template-columns:repeat(4,minmax(220px,1fr));gap:0;padding:0;overflow-x:auto}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRow{border-top:0;border-left:1px solid #ffffff0f;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"number status""body body";gap:12px;min-width:220px;padding:20px 22px}.wincraft-city-loyalty-widgets-module__phP6Ya__levelRow:first-child{border-left:0}.wincraft-city-loyalty-widgets-module__phP6Ya__levelNumber{grid-area:number;width:34px;height:34px}.wincraft-city-loyalty-widgets-module__phP6Ya__levelBody{grid-area:body}.wincraft-city-loyalty-widgets-module__phP6Ya__levelStatus{grid-area:status}.wincraft-city-loyalty-widgets-module__phP6Ya__levelTitle{font-size:19px}}@media (max-width:374px){.wincraft-city-loyalty-widgets-module__phP6Ya__root{width:min(100%,100vw - 20px)}.wincraft-city-loyalty-widgets-module__phP6Ya__heroInner,.wincraft-city-loyalty-widgets-module__phP6Ya__detailHeader,.wincraft-city-loyalty-widgets-module__phP6Ya__levelRow{padding-left:14px;padding-right:14px}.wincraft-city-loyalty-widgets-module__phP6Ya__heroLevel{font-size:40px}.wincraft-city-loyalty-widgets-module__phP6Ya__progressHeader{flex-direction:column;align-items:flex-start}.wincraft-city-loyalty-widgets-module__phP6Ya__badge{align-self:flex-start}}
.self-exclusion-block-module__GTsYYq__selfExclusionActive{background:linear-gradient(135deg,#ffebee 0%,#fff5f5 100%);border:1px solid #ef5350;border-radius:12px;margin-bottom:24px;padding:24px;position:relative;overflow:hidden}.self-exclusion-block-module__GTsYYq__selfExclusionActive:before{content:"";background:radial-gradient(circle,#ef535014 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-10%}.self-exclusion-block-module__GTsYYq__selfExclusionIcon{margin-bottom:16px;font-size:48px}@keyframes self-exclusion-block-module__GTsYYq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.self-exclusion-block-module__GTsYYq__selfExclusionContent{z-index:1;position:relative}.self-exclusion-block-module__GTsYYq__selfExclusionTitle{color:#c62828;margin:0 0 12px;font-size:20px;font-weight:600}.self-exclusion-block-module__GTsYYq__selfExclusionMessage{color:#424242;margin:0 0 20px;font-size:14px;line-height:1.6}.self-exclusion-block-module__GTsYYq__selfExclusionDetails{background:#fff;border-radius:8px;margin-bottom:20px;padding:16px;box-shadow:0 2px 4px #0000000d}.self-exclusion-block-module__GTsYYq__permanentBadge{text-align:center;background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);border:2px solid #ff9800;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:16px;display:flex}.self-exclusion-block-module__GTsYYq__permanentIcon{font-size:24px}.self-exclusion-block-module__GTsYYq__permanentBadge strong{color:#e65100;text-transform:uppercase;letter-spacing:1px;font-size:16px}.self-exclusion-block-module__GTsYYq__detailRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.self-exclusion-block-module__GTsYYq__detailRow:last-child{border-bottom:none}.self-exclusion-block-module__GTsYYq__detailLabel{color:#666;align-items:center;gap:8px;font-size:14px;display:flex}.self-exclusion-block-module__GTsYYq__detailValue{color:#c62828;font-size:14px;font-weight:600}.self-exclusion-block-module__GTsYYq__selfExclusionInfo{background:#fffc;border-radius:8px;margin-bottom:16px;padding:16px}.self-exclusion-block-module__GTsYYq__infoTitle{color:#333;margin:0 0 12px;font-size:14px;font-weight:600}.self-exclusion-block-module__GTsYYq__infoList{margin:0;padding:0;list-style:none}.self-exclusion-block-module__GTsYYq__infoList li{color:#555;align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.self-exclusion-block-module__GTsYYq__selfExclusionWarning{background:#fff3e0;border:1px solid #ffb74d;border-radius:8px;margin-bottom:16px;padding:16px}.self-exclusion-block-module__GTsYYq__warningTitle{color:#e65100;align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:600;display:flex}.self-exclusion-block-module__GTsYYq__warningText{color:#424242;margin:0;font-size:13px;line-height:1.6}.self-exclusion-block-module__GTsYYq__selfExclusionSupport{color:#2e7d32;text-align:center;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;margin:0;padding:12px 16px;font-size:13px}.self-exclusion-block-module__GTsYYq__infoBox{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;margin-top:16px;padding:16px}.self-exclusion-block-module__GTsYYq__infoBoxTitle{color:#c62828;align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:600;display:flex}.self-exclusion-block-module__GTsYYq__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.self-exclusion-block-module__GTsYYq__unclaimedButton{min-width:180px}.self-exclusion-block-module__GTsYYq__confirmationContent{flex-direction:column;gap:16px;display:flex}.self-exclusion-block-module__GTsYYq__confirmationPrompt{text-align:center;margin:0;font-size:16px;font-weight:600}.self-exclusion-block-module__GTsYYq__confirmationAmount{background:var(--input-background-color);border-radius:var(--border-radius-base);color:rgba(var(--input-text-color), 1);justify-content:space-between;align-items:center;padding:12px 16px;font-size:16px;display:flex}.self-exclusion-block-module__GTsYYq__confirmationAmount span{font-weight:600}.self-exclusion-block-module__GTsYYq__confirmationAmount strong{font-size:18px}.self-exclusion-block-module__GTsYYq__extraCashbackNotice{color:#1b5e20;text-align:center;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;margin:0;padding:12px;font-size:13px}.self-exclusion-block-module__GTsYYq__confirmationButtons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.self-exclusion-block-module__GTsYYq__confirmationButtons button{flex:180px}@media (max-width:768px){.self-exclusion-block-module__GTsYYq__selfExclusionActive{padding:16px}.self-exclusion-block-module__GTsYYq__selfExclusionIcon{font-size:36px}.self-exclusion-block-module__GTsYYq__selfExclusionTitle{font-size:18px}.self-exclusion-block-module__GTsYYq__detailRow{flex-direction:column;align-items:flex-start;gap:4px}.self-exclusion-block-module__GTsYYq__detailLabel{font-size:12px}.self-exclusion-block-module__GTsYYq__detailValue{margin-left:24px;font-size:13px}.self-exclusion-block-module__GTsYYq__permanentBadge{flex-direction:column;gap:8px}.self-exclusion-block-module__GTsYYq__headerRow{flex-direction:column;align-items:flex-start}.self-exclusion-block-module__GTsYYq__unclaimedButton{width:100%}.self-exclusion-block-module__GTsYYq__confirmationAmount{flex-direction:column;gap:6px}.self-exclusion-block-module__GTsYYq__confirmationButtons button{flex:100%}}@media (prefers-color-scheme:dark){.self-exclusion-block-module__GTsYYq__selfExclusionActive{background:linear-gradient(135deg,#4a1a1a 0%,#5d2020 100%);border-color:#d32f2f}.self-exclusion-block-module__GTsYYq__selfExclusionTitle{color:#ff8a80}.self-exclusion-block-module__GTsYYq__selfExclusionMessage{color:#e0e0e0}.self-exclusion-block-module__GTsYYq__selfExclusionDetails{background:#ffffff0d}.self-exclusion-block-module__GTsYYq__detailRow{border-bottom-color:#ffffff1a}.self-exclusion-block-module__GTsYYq__detailLabel{color:#b0b0b0}.self-exclusion-block-module__GTsYYq__detailValue{color:#ff5252}.self-exclusion-block-module__GTsYYq__selfExclusionInfo{background:#ffffff14}.self-exclusion-block-module__GTsYYq__infoTitle{color:#e0e0e0}.self-exclusion-block-module__GTsYYq__infoList li{color:silver}.self-exclusion-block-module__GTsYYq__selfExclusionWarning{background:#ffb74d26;border-color:#ffb74d4d}.self-exclusion-block-module__GTsYYq__warningTitle{color:#ffb74d}.self-exclusion-block-module__GTsYYq__warningText{color:#e0e0e0}.self-exclusion-block-module__GTsYYq__selfExclusionSupport{color:#81c784;background:#4caf5026;border-color:#4caf504d}.self-exclusion-block-module__GTsYYq__infoBox{background:#ffffff0d;border-color:#ffffff1a}.self-exclusion-block-module__GTsYYq__infoBoxTitle{color:#ff8a80}.self-exclusion-block-module__GTsYYq__infoBoxText{color:#b0b0b0}.self-exclusion-block-module__GTsYYq__comparisonBox{background:#ffffff08;border-color:#ffffff14}.self-exclusion-block-module__GTsYYq__comparisonTitle{color:#e0e0e0}.self-exclusion-block-module__GTsYYq__comparisonList li{color:#b0b0b0}.self-exclusion-block-module__GTsYYq__permanentBadge{background:linear-gradient(135deg,#ff98001a 0%,#ff980033 100%);border-color:#ff9800}.self-exclusion-block-module__GTsYYq__permanentBadge strong{color:#ffb74d}}
.wallet-block-module__zjZMFG__container{flex-direction:row;align-items:center;gap:30px;display:flex}.wallet-block-module__zjZMFG__buttonWrapper{flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;width:100%;display:flex}.wallet-block-module__zjZMFG__buttonWrapper button,.wallet-block-module__zjZMFG__buttonWrapper a{width:100%;max-width:130px}@media screen and (max-width:768px){.wallet-block-module__zjZMFG__container{flex-direction:column;align-items:flex-start}.wallet-block-module__zjZMFG__buttonWrapper{justify-content:center}.wallet-block-module__zjZMFG__buttonWrapper button,.wallet-block-module__zjZMFG__buttonWrapper a{width:50%;max-width:none}}
.page-style-module__lTRRaa__blockContainer{background-color:var(--layout-modal-background);border-radius:var(--border-radius-base);width:fit-content;color:var(--text-color);margin:125px auto}.page-style-module__lTRRaa__btn{margin-top:10px}
.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper{--compact-shell-viewport-inset:80px;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;width:min(420px,100vw);min-width:0;max-width:100vw;height:auto;min-height:0;margin-inline:auto;padding:0;overflow:hidden auto}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper::-webkit-scrollbar{display:none}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper>*{margin-top:0;padding-top:0}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper>:empty{display:none}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper :empty:not(.nx-compact-deposit *){margin-block:0}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper>:not(:empty)~:not(:empty):not(:has(.nx-compact-deposit)){margin-top:40px}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper :has(.nx-compact-deposit){margin-top:0;padding-top:0}.modal-content-module__g50VKW__compactDepositContent.modal-content-module__g50VKW__compactDepositContent{box-shadow:none;background:0 0;flex-direction:column;max-height:100%;padding-top:50px;display:flex;overflow:visible}.modal-content-module__g50VKW__compactDepositCloseButton.modal-content-module__g50VKW__compactDepositCloseButton{top:0;left:auto;right:0}@media screen and (max-width:768px){.modal-content-module__g50VKW__compactDepositContent.modal-content-module__g50VKW__compactDepositContent{--compact-sheet-top-gap:calc(12px + env(safe-area-inset-top,0px));width:min(420px,100vw);max-width:100vw;margin:var(--compact-sheet-top-gap) auto 0}.modal-content-module__g50VKW__compactDepositWrapper.modal-content-module__g50VKW__compactDepositWrapper{--compact-shell-viewport-inset:calc(50px + var(--compact-sheet-top-gap) + 12px)}.modal-content-module__g50VKW__compactDepositCloseButton.modal-content-module__g50VKW__compactDepositCloseButton{right:10px}}.modal-content-module__g50VKW__wincraftPanelPaymentModalContainer.modal-content-module__g50VKW__wincraftPanelPaymentModalContainer{justify-content:flex-start}.modal-content-module__g50VKW__wincraftPanelPaymentModalContent.modal-content-module__g50VKW__wincraftPanelPaymentModalContent{block-size:calc(100dvh - 30px);max-block-size:calc(100dvh - 30px)}@media screen and (min-width:769px) and (max-width:819px){.modal-content-module__g50VKW__wincraftPanelPaymentModalCloseButton.modal-content-module__g50VKW__wincraftPanelPaymentModalCloseButton{top:10px;left:auto;right:10px}}@media screen and (max-width:768px){.modal-content-module__g50VKW__wincraftPanelPaymentModalContent.modal-content-module__g50VKW__wincraftPanelPaymentModalContent{block-size:100dvh;max-block-size:100dvh;margin-block:0}}
.alert-module__W2JEmq__container{border-radius:var(--border-radius-base);background-color:var(--error-color);color:var(--text-color);justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.alert-module__W2JEmq__wrapper{align-items:center;column-gap:16px;display:flex}.alert-module__W2JEmq__icon{width:24px;height:24px}.alert-module__W2JEmq__content{flex-direction:column;row-gap:4px;display:flex}.alert-module__W2JEmq__title{font-size:var(--base-font-size);color:var(--white-color);margin:0;font-weight:700}.alert-module__W2JEmq__desc{font-size:calc(var(--base-font-size) - 2px);color:var(--white-color);margin:0}.alert-module__W2JEmq__container button{width:100%;max-width:min-content}
.calendar-modal-module__f-EAoq__calendarModal{box-sizing:border-box;background:var(--article-background);width:100%;padding:20px;display:block}.calendar-modal-module__f-EAoq__calendarModal.calendar-modal-module__f-EAoq__notModal{background:var(--article-background);border-radius:var(--section-radius);padding:20px}.calendar-modal-module__f-EAoq__calendarTitle{max-width:1920px;margin:0 auto 10px;font-size:21px;font-weight:700;display:block}.calendar-modal-module__f-EAoq__calendarText{max-width:1920px;margin:0 auto;font-size:16px;font-weight:600}.calendar-modal-module__f-EAoq__nowText{text-shadow:none;text-align:center;box-sizing:border-box;z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:auto;margin-top:auto;padding:0 7px;font-size:16px;font-weight:600;line-height:1;display:flex}.calendar-modal-module__f-EAoq__nowText a{text-shadow:none;margin-top:10px}.calendar-modal-module__f-EAoq__container{border-radius:var(--section-border-radius);box-sizing:border-box;grid-template-columns:repeat(7,1fr);gap:10px;width:100%;max-width:1920px;margin:0 auto;padding:0;display:grid}.calendar-modal-module__f-EAoq__container.calendar-modal-module__f-EAoq__notModal{margin:0 auto;padding:0}.calendar-modal-module__f-EAoq__day{background:var(--rakeback-calendar-items-background,var(--calendar-items-background));width:100%;color:var(--calendar-items-color);border-radius:var(--section-border-radius);border:var(--calendar-items-border);min-height:180px;padding:7px 7px 12px;display:block;position:relative}.calendar-modal-module__f-EAoq__day.calendar-modal-module__f-EAoq__useCarousel{margin:5px 0}.calendar-modal-module__f-EAoq__dayWrapper{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.calendar-modal-module__f-EAoq__day.calendar-modal-module__f-EAoq__now{box-shadow:var(--calendar-promo-block-border)}.calendar-modal-module__f-EAoq__money{color:var(--calendar-money-color);font-weight:800}.calendar-modal-module__f-EAoq__dayOfWeek{text-align:center;z-index:1;width:100%;font-size:21px;font-weight:700;line-height:1;display:block}.calendar-modal-module__f-EAoq__reward,.calendar-modal-module__f-EAoq__notClaimed{text-align:center;width:100%;color:var(--calendar-items-color);z-index:1;text-shadow:none;margin:5px auto;font-size:16px;font-weight:600;line-height:1;display:block}.calendar-modal-module__f-EAoq__noReward{text-align:center;text-transform:uppercase;z-index:1;width:100%;font-size:18px;font-weight:700;line-height:1;display:block}.calendar-modal-module__f-EAoq__month{text-align:center;z-index:1;width:100%;margin-bottom:auto;font-size:14px;font-weight:600;line-height:1;display:block}.calendar-modal-module__f-EAoq__checkBox{box-sizing:border-box;background-color:var(--calendar-checkbox-color);z-index:1;border-radius:4px;width:23px;height:23px;margin:0 auto;padding:4px;display:block}.calendar-modal-module__f-EAoq__notcheckBox{box-sizing:border-box;z-index:1;background-color:red;border-radius:4px;width:23px;height:23px;margin:0 auto;padding:4px;display:block}.calendar-modal-module__f-EAoq__checkBoxContainer{width:100%;display:block}.calendar-modal-module__f-EAoq__closed{z-index:1;width:100%;height:20px;margin:auto auto 0;display:block}.calendar-modal-module__f-EAoq__notcheckBox svg,.calendar-modal-module__f-EAoq__checkBox svg,.calendar-modal-module__f-EAoq__closed svg{width:100%;height:100%;display:block}.calendar-modal-module__f-EAoq__imageContainer{opacity:.7;width:100%;height:100%;position:absolute;top:0;left:0}.calendar-modal-module__f-EAoq__closedGift{justify-content:center;align-items:center;display:flex}.calendar-modal-module__f-EAoq__closedGift.calendar-modal-module__f-EAoq__noColor{filter:grayscale(0)}.calendar-modal-module__f-EAoq__openedGift,.calendar-modal-module__f-EAoq__closedGift{z-index:1;width:110px;height:94px;margin:0 auto}.calendar-modal-module__f-EAoq__closedGift.calendar-modal-module__f-EAoq__isCoin,.calendar-modal-module__f-EAoq__openedGift.calendar-modal-module__f-EAoq__isCoin{width:49px;height:49px}.calendar-modal-module__f-EAoq__closedGift.calendar-modal-module__f-EAoq__smallGift{height:74px}.calendar-modal-module__f-EAoq__closedGift.calendar-modal-module__f-EAoq__smallGift.calendar-modal-module__f-EAoq__missReward{height:90px}.calendar-modal-module__f-EAoq__closedGift svg,.calendar-modal-module__f-EAoq__openedGift svg,.calendar-modal-module__f-EAoq__imageContainer svg,.calendar-modal-module__f-EAoq__imageContainer img,.calendar-modal-module__f-EAoq__openedGift img,.calendar-modal-module__f-EAoq__closedGift img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}@media screen and (max-width:1100px){.calendar-modal-module__f-EAoq__container{grid-template-columns:repeat(5,1fr)}.calendar-modal-module__f-EAoq__week{width:auto;margin:0 auto}.calendar-modal-module__f-EAoq__week.calendar-modal-module__f-EAoq__firstWeek{display:none}.calendar-modal-module__f-EAoq__day{width:100%}.calendar-modal-module__f-EAoq__day.calendar-modal-module__f-EAoq__noDay{display:none}}@media screen and (max-width:820px){.calendar-modal-module__f-EAoq__container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:470px){.calendar-modal-module__f-EAoq__container{grid-template-columns:repeat(2,1fr)}}.calendar-modal-module__f-EAoq__headerWrapper{justify-content:space-between;align-items:center;gap:16px;max-width:1920px;margin:0 auto 20px;display:flex}.calendar-modal-module__f-EAoq__titleWrapper{flex-direction:column;flex:1;align-items:flex-start;display:flex}.calendar-modal-module__f-EAoq__titleWrapper .calendar-modal-module__f-EAoq__calendarTitle{margin:0 0 10px}.calendar-modal-module__f-EAoq__titleWrapper .calendar-modal-module__f-EAoq__calendarText{margin:0}.calendar-modal-module__f-EAoq__navWrapper{justify-content:center;align-items:center;display:flex}
.upload-form-module___vB9YW__form{position:relative}.upload-form-module___vB9YW__description{margin-bottom:8px}.upload-form-module___vB9YW__input{opacity:0;z-index:10;cursor:pointer;width:100%;height:100%;position:absolute;overflow:hidden}.upload-form-module___vB9YW__area{flex-direction:column;justify-content:center;align-items:center;padding:10px;transition:color .2s ease-in-out;display:flex;position:relative}.upload-form-module___vB9YW__area.upload-form-module___vB9YW__active{color:var(--primary-color)}.upload-form-module___vB9YW__area.upload-form-module___vB9YW__active:before{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23FFD809' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.upload-form-module___vB9YW__area.upload-form-module___vB9YW__error:before{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23E45232' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.upload-form-module___vB9YW__area:before{content:"";border:1px dashed var(--text-color);border-radius:var(--border-radius-base);width:100%;height:100%;position:absolute;top:0;left:0}.upload-form-module___vB9YW__message{text-align:center;stroke:var(--text-color);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.upload-form-module___vB9YW__removeButton{cursor:pointer;flex-direction:row;align-items:center;gap:10px;font-size:12px;display:flex}.upload-form-module___vB9YW__resultEnter{opacity:0;max-height:0}.upload-form-module___vB9YW__resultEnterActive{opacity:1;max-height:35px;transition:opacity .3s,max-height .3s}.upload-form-module___vB9YW__resultExit{opacity:1;max-height:35px}.upload-form-module___vB9YW__resultExitActive{opacity:0;max-height:0;transition:opacity .3s,max-height .3s}.upload-form-module___vB9YW__button{display:none}

.document-module__kruofa__form{height:380px}.document-module__kruofa__form.document-module__kruofa__autoHeight{height:auto}@media (max-width:768px){.document-module__kruofa__form{height:340px}.document-module__kruofa__form.document-module__kruofa__autoHeight{height:auto}.document-module__kruofa__button{max-width:none}}
