@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);[dir=rtl] .Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInLeft}.Toastify__toast-container--top-right{border-radius:3px}@media only screen and (max-width:768px){.Toastify__toast-container--top-right{top:2rem;width:92%}[dir=ltr] .Toastify__toast-container--top-right{left:1rem}[dir=rtl] .Toastify__toast-container--top-right{right:1rem}}.Toastify__toast{background:#2f2a2a;border-radius:8px}.loadable-image__container{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}@keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}.loadable-image__container_loaded.loadable-image__container_forwardAnimationType_smallToBig{animation:smallToBigForwardFrames .2s ease-in forwards}@keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}.loadable-image__container_loaded.loadable-image__container_forwardAnimationType_slide{animation:slideForwardFrames .2s ease-in forwards}.loadable-image__container_loaded.loadable-image__container_forwardAnimationType_appearance{animation:appearanceForwardFrames .2s ease-in forwards}.loadable-image__container_loaded.loadable-image__container_forwardAnimationType_default{animation:defaultForwardFrames .2s ease-in forwards}@keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_smallToBig{animation:smallToBigForwardFrames .2s ease-in forwards}@keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_slide{animation:slideBackwardFrames .2s ease-in forwards}@keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_appearance{animation:appearanceForwardFrames .2s ease-in forwards}@keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_default{animation:defaultForwardFrames .2s ease-in forwards}.loadable-image__container:not(.loadable-image__container_loaded){align-items:center;animation:background-loading 2s ease-in-out infinite;background-repeat:no-repeat;background-size:200px 100%;border-radius:4px;display:flex;height:100%;justify-content:center;margin:0 auto;width:100%}.loadable-image__image{height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease-in-out;width:100%}.loadable-image__image_loaded{opacity:1}.loadable-image__image_hidden{opacity:0}@media only screen and (min-width:768px){.loadable-image__image{border-radius:4px}}.loadable-image__plug{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .loadable-image__plug{left:0}[dir=rtl] .loadable-image__plug{right:0}.loadable-image__plug:after{animation:loadable-placeholder-loading 1.3s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;z-index:1}[dir=ltr] .loadable-image__plug:after{background:linear-gradient(90deg,#0000,var(--secondary-bg),#0000);transform:translate(-100%)}[dir=rtl] .loadable-image__plug:after{background:linear-gradient(-90deg,#0000,var(--secondary-bg),#0000);transform:translate(100%)}@keyframes loadable-placeholder-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.provider-img{object-fit:contain;text-align:center}.error-boundary{align-items:center;display:flex;flex-direction:column;font-size:24px;height:100%;justify-content:center;width:100%}.error-boundary__info{color:#f5f5f5;margin-bottom:10px}.error-boundary__button{border-radius:5px;font-size:24px}.top-banner-hoc{align-items:center;background:var(--brand);color:var(--brand-color);display:flex;height:var(--banner-height);justify-content:center;overflow:hidden;position:fixed;transition:height .2s ease-in-out;width:100%;z-index:500}[dir=ltr] .top-banner-hoc{left:0}[dir=rtl] .top-banner-hoc{right:0}.top-banner-hoc__wrapper{align-items:center;display:flex;gap:.8125rem;justify-content:center;position:relative;width:100%}.top-banner-hoc__close{bottom:0;cursor:pointer;display:block;height:15px;margin:auto;position:absolute;top:0;width:15px}[dir=ltr] .top-banner-hoc__close{right:10px}[dir=rtl] .top-banner-hoc__close{left:10px}.top-banner-hoc__close:hover{opacity:.7}@keyframes fade-out-move-up{0%{opacity:1;transform:translateX(-50%) translateY(0)}50%{opacity:.5}to{opacity:0;transform:translateX(-50%) translateY(-10px)}}.copy-button{align-items:center;display:flex;gap:5px;justify-content:center;position:relative}.copy-button__icon{min-height:16px;min-width:16px}.copy-button__control{background:none;border:none;cursor:pointer;margin:0;outline:none;padding:0;transition:opacity .2s}.copy-button__control:hover{opacity:.7}.copy-button__copied{animation:fade-out-move-up 2s forwards;border-radius:5px;color:#fff;font-size:12px;opacity:1;padding:5px;position:absolute;top:-20px;width:-webkit-max-content;width:max-content}[dir=ltr] .copy-button__copied{left:50%;transform:translateX(-50%)}[dir=rtl] .copy-button__copied{right:50%;transform:translateX(50%)}.logo{--Logo-height:34px;--Logo-width:auto;height:var(--Logo-height);width:var(--Logo-width)}.auto-complete__wrapper{position:relative;width:100%}.auto-complete__wrapper .MuiPopper-root{padding-top:10px}.auto-complete__wrapper .MuiPaper-root{background-color:var(--main-bg)!important;border:1px solid var(--main-border-color2);border-radius:var(--border-radius);color:var(--Field-Item-color)!important;padding:8px}[dir=ltr] .auto-complete__wrapper .MuiPaper-root .MuiAutocomplete-listbox{padding-right:5px}[dir=rtl] .auto-complete__wrapper .MuiPaper-root .MuiAutocomplete-listbox{padding-left:5px}.auto-complete__option-content{display:flex;gap:5px;width:100%}.auto-complete__option-icon{height:25px;width:25px}[dir=ltr] .auto-complete__option-check{margin-left:auto}[dir=rtl] .auto-complete__option-check{margin-right:auto}.auto-complete__label{color:var(--Field-label-color);display:inline-block;font-size:var(--Field-label-fz);font-weight:400;margin-bottom:var(--Field-label-mb);white-space:nowrap}.button__wrapper{--Button-border-radius:var(--Field-border-radius);--Button-height:40px;--Button-width:100%;--Button-min-width:auto;--Button-padding-x:25px;--Button-bg:var(--brand);--Button-color:var(--brand-color);--Button-border-color:#0000;--Button-hover-bg:hsl(from var(--Button-bg) h s l/0.7);--Button-hover-color:var(--Button-color);--Button-hover-border-color:var(--Button-border-color);--Button-disabled-bg:#202433;--Button-cancel-bg:#202433;--Button-disabled-color:#ffffff40;--Button-disabled-border-color:#0000;display:flex;font-size:16px;height:var(--Button-height);min-width:var(--Button-min-width);position:relative;width:var(--Button-width)}.button__wrapper_uppercase button{text-transform:uppercase!important}.button__wrapper_colorType_active{--Button-bg:#3b3f4d;--Button-color:#ffffff80;--Button-disabled-bg:#fff3;--Button-disabled-color:#ffffff80;--Button-disabled-border-color:#fff9}.button__wrapper_colorType_cancel,.button__wrapper_colorType_outlined{--Button-bg:#0000;--Button-color:currentColor;--Button-hover-bg:var(--Button-cancel-bg);--Button-hover-color:hsl(from var(--Button-color) h s l/0.7);--Button-hover-border-color:var(--Button-border-color)}.button__wrapper_colorType_link{--Button-bg:#0000;--Button-color:currentColor;--Button-border-color:#0000;--Button-hover-bg:var(--Button-bg);--Button-disabled-bg:var(--Button-bg)}.check-box{align-items:center;background:#fff;border:1px solid #767676;border-radius:3px;box-sizing:border-box;display:flex;flex-shrink:0;height:1.25rem;justify-content:center;position:relative;transition:all .3s ease-in;-webkit-user-select:none;user-select:none;width:1.25rem}.check-box__input{display:none}.check-box_variant_main{background:#1d2932;margin-top:5px}.check-box_variant_casino{background:#fff;margin-top:3px}.check-box_variant_casino.check-box_checked{background:#767676}.check-box__error{color:#cb0101b3;font-size:13px;font-weight:600;position:absolute;text-align:center;top:120%}[dir=ltr] .check-box__error{left:0}[dir=rtl] .check-box__error{right:0}.check-box__check{display:block;height:100%;width:.75rem}.check-box_view{position:absolute}.date-picker{--Field-color:#ffffff80;--DatePicker-bg:var(--Field-bg);--DatePicker-bg-disabled:var(--Field-bg-disabled);--DatePicker-color:var(--Field-color);--DatePicker-border-color:var(--Field-border-color);--DatePicker-border-radius:var(--Field-border-radius);--DatePicker-height:var(--Field-height,100%);--DatePicker-width:100%;--DatePicker-padding-x:var(--Field-padding-x);--DatePicker-padding-l:var(--DatePicker-padding-x);--DatePicker-padding-r:var(--DatePicker-padding-x);position:relative;width:var(--DatePicker-width)}.date-picker__label{color:var(--Field-label-color);display:inline-block;font-size:var(--Field-label-fz);font-weight:400;margin-bottom:var(--Field-label-mb);white-space:nowrap}.date-picker .MuiInputBase-root,.date-picker .MuiTextField-root,.date-picker input{height:100%;width:100%}.date-picker .MuiInputBase-root{background-color:var(--DatePicker-bg)!important;border:1px solid var(--DatePicker-border-color)!important;border-radius:var(--DatePicker-border-radius);box-shadow:none;color:var(--DatePicker-color)!important;height:var(--DatePicker-height)}.date-picker .Mui-disabled{background-color:var(--DatePicker-bg-disabled)!important}.date-picker .Mui-disabled .MuiButtonBase-root{color:var(--DatePicker-color)!important}.date-picker .MuiOutlinedInput-notchedOutline{border:none!important}.date-picker .MuiSvgIcon-root{color:var(--DatePicker-color)!important}.date-picker .MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:initial}.date-picker .MuiButtonBase-root,.date-picker .MuiInputAdornment-root{color:currentColor}.date-picker input{font-size:14px;height:var(--DatePicker-height);min-height:auto;padding:0 var(--DatePicker-padding-x);pointer-events:none}:root .MuiPickersPopper-paper{--Calendar-bg:#3b3f4d;background-color:var(--Calendar-bg)!important;color:#fff!important}:root .MuiDayPicker-weekDayLabel,:root .MuiIconButton-root{color:#fff!important}:root .MuiPickersDay-root{border-radius:5px!important;color:#fff!important}:root .MuiPickersDay-root:not(.Mui-selected){background-color:#0000!important;border:none!important}:root .MuiPickersDay-root.Mui-selected,:root .PrivatePickersYear-root .Mui-selected{background-color:#65c84b!important}.input__wrapper{--Input-bg:var(--Field-bg);--Input-bg-disabled:var(--Field-bg-disabled);--Input-color:var(--Field-color);--Input-placeholder-color:hsl(from var(--Field-color) h s l/0.7);--Input-border-color:var(--Field-border-color);--Input-border-radius:var(--Field-border-radius);--Input-width:100%;--Input-height:var(--Field-height,100%);--Input-padding-x:var(--Field-padding-x);--Input-padding-l:var(--Input-padding-x);--Input-padding-r:var(--Input-padding-x);position:relative;width:var(--Input-width)}.input__label{color:var(--Field-label-color);display:inline-block;font-size:var(--Field-label-fz);font-weight:400;margin-bottom:var(--Field-label-mb);white-space:nowrap}.input__eye-icon{cursor:pointer}.input__error{color:red;font-size:10px;position:absolute;top:calc(100% + 2px)}[dir=ltr] .input__error{left:0}[dir=rtl] .input__error{right:0}.input .MuiInputAdornment-positionEnd{position:absolute}[dir=ltr] .input .MuiInputAdornment-positionEnd{right:15px}[dir=rtl] .input .MuiInputAdornment-positionEnd{left:15px}.select__wrapper{--Select-bg:var(--Field-bg);--Select-bg-disabled:var(--Field-bg-disabled);--Select-color:var(--Field-color);--Select-border-color:var(--Field-border-color);--Select-border-radius:var(--Field-border-radius);--Select-height:var(--Field-height,100%);--Select-padding-x:var(--Field-padding-x);--Select-padding-l:var(--Select-padding-x);--Select-padding-r:var(--Select-padding-x);position:relative;width:100%}.select__label{color:var(--Field-label-color);display:inline-block;font-size:var(--Field-label-fz);font-weight:400;margin-bottom:var(--Field-label-mb);white-space:nowrap}.default-paginator{margin-top:auto;padding-top:20px;position:relative}.default-paginator,.default-paginator__current{align-items:center;display:flex;justify-content:center}.default-paginator__current{background:var(--tertiary-bg);border-radius:var(--border-radius);color:var(--tertiary-color);height:2.125rem;pointer-events:none;width:4.625rem}.default-paginator__title{font-size:.875rem;font-weight:700}[dir=ltr] .default-paginator__title{margin-right:.5rem}[dir=rtl] .default-paginator__title{margin-left:.5rem}.default-paginator select{-webkit-appearance:none;appearance:none;height:2.125rem;opacity:0;position:absolute;width:100%}.default-paginator__arrow{align-items:center;display:flex;justify-content:center;pointer-events:none;width:.6875rem}[dir=ltr] .default-paginator__arrow{margin-left:.25rem}[dir=rtl] .default-paginator__arrow{margin-right:.25rem}.pagination{--Pagination-bg:#0000;--Pagination-color:var(--tertiary-color);--Pagination-border-color:#0000;margin-top:20px;padding-top:20px}.pagination__inner{align-items:center;background:var(--tertiary-bg);border-radius:var(--border-radius);display:flex;height:40px;justify-content:center;width:100%}.pagination .MuiPaginationItem-root{background-color:var(--Pagination-bg);border-color:var(--Pagination-border-color);color:var(--Pagination-color);font-size:1em;line-height:1}.pagination .MuiButtonBase-root.Mui-selected{background-color:var(--Pagination-bg);border-color:var(--brand)}.pagination .MuiButtonBase-root.Mui-selected:hover{opacity:.7}.pagination nav{width:100%}[dir=ltr] .pagination li:first-child{margin-right:auto}[dir=ltr] .pagination li:last-child,[dir=rtl] .pagination li:first-child{margin-left:auto}[dir=rtl] .pagination li:last-child{margin-right:auto}.modal{background-color:#0006;height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_isFull{height:100dvh;top:0}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;transform:translateZ(0);width:100vw;z-index:15}@media only screen and (min-width:1440px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#000000a6;height:100dvh;overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{background:var(--Modal-bg);color:var(--Modal-color);display:flex;flex-direction:column;overflow:hidden;position:relative}.modal__content-container_bordered{border-top-left-radius:var(--Modal-border-radius);border-top-right-radius:var(--Modal-border-radius)}@media only screen and (max-width:768px){.modal__content-container_isFullMobile{border-radius:20px 20px 0 0;height:calc(var(--vh) - var(--Header-height) - 15px);margin-top:auto;width:100%}}.modal__close-block,.modal__save-block{align-items:center;color:#fff;cursor:pointer;display:flex;height:25px;justify-content:center;padding:0;position:absolute;top:15px;width:25px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:15px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:15px}.modal__close-block:hover,.modal__save-block:hover{opacity:.7}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}.bonus-timer{background-color:inherit;border:none;border-radius:6.25rem;display:block;height:100%;margin:0 auto;outline:none;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:100%}@media only screen and (min-width:1440px){.bonus-timer{height:100%;width:100%}}.bonus-timer__container{justify-content:center;width:100%}.bonus-clock,.bonus-timer__container{align-items:center;display:flex;height:100%}.bonus-clock{flex-direction:column;font-weight:700;min-width:100px;white-space:nowrap}[dir=ltr] .bonus-clock__label{margin-right:5px}[dir=rtl] .bonus-clock__label{margin-left:5px}.bonus-clock__time{display:block;font-size:16px;line-height:1.05;overflow:inherit;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media only screen and (min-width:768px){.bonus-clock__time{font-size:1.15rem}}.bonus-clock__time_days{font-size:16px}@media only screen and (min-width:768px){.bonus-clock__time_days{font-size:26px}}.bonus-clock__time_withoutDays{font-size:16px}@media only screen and (min-width:768px){.bonus-clock__time_withoutDays{font-size:22px}}.bonus-loading{align-items:flex-end;display:flex;height:100%;justify-content:flex-end;padding:17px 0 0;text-align:center}.bonus-loading__container{display:flex;height:15px;justify-content:flex-end;position:relative;width:80px}.bonus-loading__circle{background-color:#fff;border-radius:50%;height:10px;width:10px}[dir=ltr] .bonus-loading__circle{margin-right:15px}[dir=rtl] .bonus-loading__circle{margin-left:15px}[dir=ltr] .bonus-loading__circle:last-child{margin-right:0}[dir=rtl] .bonus-loading__circle:last-child{margin-left:0}@keyframes grow{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(35px)}}.timer-circle-1{animation:dot 1.5s infinite;animation-delay:.1s}.timer-circle-2{animation:dot 1.5s infinite;animation-delay:.2s}.timer-circle-3{animation:dot 1.5s infinite;animation-delay:.3s}@keyframes dot{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.free-spin-modal{align-items:center;background:var(--Modal-bg);display:flex;flex-direction:column;padding:32px}@media only screen and (min-width:768px){.free-spin-modal{width:460px}}.free-spin-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px;width:100%}.free-spin-modal__header-text{font-size:18px}.free-spin-modal__header-close{cursor:pointer;height:15px;width:15px}.free-spin-modal__header-close:hover{opacity:.7}.free-spin-modal__icon{height:110px;margin-bottom:50px;opacity:.6;width:auto}.free-spin-modal__button{--Button-height:50px;margin-top:auto}.close-frame-button{align-items:center;display:flex;height:20px;justify-content:center;overflow:hidden;width:20px;z-index:11}@media only screen and (max-width:768px){.close-frame-button{display:none}}.close-frame-button__icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;height:100%;position:relative;width:100%}.close-frame-button__icon,.fullscreen-button{align-items:center;display:flex;justify-content:center}.fullscreen-button{height:35px;overflow:hidden;width:35px;z-index:11}@media only screen and (max-width:768px){.fullscreen-button{display:none}}.fullscreen-button__fullscreen-icon{animation:shake 5s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:2s;-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;height:80%;width:80%}.fullscreen-button__fullscreen-icon,.slot-frame{align-items:center;display:flex;justify-content:center;position:relative}.slot-frame{flex-direction:column;margin:auto;max-width:120vmin;padding:2rem;width:100%}.slot-frame__wrapper{background-attachment:fixed;background-image:url(/static/media/casino-bg.558eb7cba5aa491c651a.webp);background-position:top;background-repeat:no-repeat;background-size:cover;color:#fff;display:grid;grid-template-rows:72px 1fr;height:var(--vh);position:fixed;top:0;width:100vw;z-index:1000}[dir=ltr] .slot-frame__wrapper{left:0}[dir=rtl] .slot-frame__wrapper{right:0}.slot-frame__header{align-items:center;background-color:#00000080;display:flex;padding:0 10px}.slot-frame__header-name{align-items:center;display:flex;flex:0 0 50%;font-size:16px;font-weight:600;justify-content:center;max-width:50%}.slot-frame__header-col{align-items:center;display:flex;flex-basis:0;flex-direction:row;flex-grow:1;gap:16px;max-width:100%}[dir=ltr] .slot-frame__header-col_right{justify-content:right}[dir=rtl] .slot-frame__header-col_right{justify-content:left}.slot-frame__logo{--Logo-height:30px}.slot-frame__iframe{aspect-ratio:1/.69;background-size:cover;border:none;width:100%}.slot-frame__iframe_full{height:100%;width:auto}.slider{width:100%}.slider .swiper{height:100%;width:100%}@media only screen and (max-width:768px){.slider .swiper-pagination{display:none!important}}.slider .swiper-pagination{align-items:center;display:flex;height:-webkit-min-content;height:min-content;position:absolute;top:20px;width:auto}[dir=ltr] .slider .swiper-pagination{left:auto;right:1.875rem}[dir=rtl] .slider .swiper-pagination{left:1.875rem;right:auto}.slider .swiper-pagination-bullet{border:1px solid #fff;border-radius:50%;height:.5rem;transition:height .3s ease-in,width .3s ease-in;width:.5rem}[dir=ltr] .slider .swiper-pagination-bullet{margin-right:.1875rem}[dir=rtl] .slider .swiper-pagination-bullet{margin-left:.1875rem}.slider .swiper-pagination-bullet-active{background:#fff;height:.6rem;width:.6rem}@media only screen and (max-width:768px){.slider_needMobilePagination .swiper-pagination{bottom:20px!important;display:block!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .swiper-3d .swiper-slide-shadow,[dir=ltr] .swiper-3d .swiper-slide-shadow-bottom,[dir=ltr] .swiper-3d .swiper-slide-shadow-left,[dir=ltr] .swiper-3d .swiper-slide-shadow-right,[dir=ltr] .swiper-3d .swiper-slide-shadow-top{left:0}[dir=rtl] .swiper-3d .swiper-slide-shadow,[dir=rtl] .swiper-3d .swiper-slide-shadow-bottom,[dir=rtl] .swiper-3d .swiper-slide-shadow-left,[dir=rtl] .swiper-3d .swiper-slide-shadow-right,[dir=rtl] .swiper-3d .swiper-slide-shadow-top{right:0}.swiper-3d .swiper-slide-shadow{background:#00000026}[dir=ltr] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}[dir=ltr] .swiper-3d .swiper-slide-shadow-right,[dir=rtl] .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(90deg,#00000080,#0000)}[dir=rtl] .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}[dir=ltr] .swiper-lazy-preloader{left:50%;margin-left:-21px}[dir=rtl] .swiper-lazy-preloader{margin-right:-21px;right:50%}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);width:100%}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets,[dir=ltr] .swiper-pagination-bullets.swiper-pagination-horizontal,[dir=ltr] .swiper-pagination-custom,[dir=ltr] .swiper-pagination-fraction{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets,[dir=rtl] .swiper-pagination-bullets.swiper-pagination-horizontal,[dir=rtl] .swiper-pagination-custom,[dir=rtl] .swiper-pagination-fraction{right:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{top:50%;transform:translate3d(0,-50%,0)}[dir=ltr] .swiper-pagination-vertical.swiper-pagination-bullets,[dir=ltr] .swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px)}[dir=rtl] .swiper-pagination-vertical.swiper-pagination-bullets,[dir=rtl] .swiper-vertical>.swiper-pagination-bullets{left:8px;left:var(--swiper-pagination-right,8px);right:auto;right:var(--swiper-pagination-left,auto)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,[dir=ltr] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%)}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,[dir=rtl] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%)}[dir=ltr] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=ltr] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}[dir=rtl] .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=rtl] .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}[dir=ltr] .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=ltr] :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}[dir=rtl] .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[dir=rtl] :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;position:absolute;top:0;transform:scale(0);width:100%}[dir=ltr] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{left:0;transform-origin:left top}[dir=rtl] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{right:0;transform-origin:right top}[dir=ltr] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}[dir=rtl] .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:left top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);top:0;width:100%}[dir=ltr] .swiper-horizontal>.swiper-pagination-progressbar,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-horizontal,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-progressbar,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-horizontal,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{right:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}[dir=ltr] .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,[dir=ltr] .swiper-pagination-progressbar.swiper-pagination-vertical,[dir=ltr] .swiper-vertical>.swiper-pagination-progressbar{left:0}[dir=rtl] .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,[dir=rtl] .swiper-pagination-progressbar.swiper-pagination-vertical,[dir=rtl] .swiper-vertical>.swiper-pagination-progressbar{right:0}.swiper-pagination-lock{display:none}.spinner{--Spinner-bg:#181c2b94;--Spinner-color:#fff;align-items:center;background:var(--Spinner-bg);color:var(--Spinner-color);display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner_isHistory{background-color:#0000}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{animation:spinner 1.2s linear infinite,transparent-v .4s ease-in-out;border-radius:50%;border-top:2px solid var(--brand);display:block;height:50px;width:50px;z-index:999}[dir=ltr] .spinner__circle{border-right:2px solid #0000}[dir=rtl] .spinner__circle{border-left:2px solid #0000}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}.carousel-slider,.slider-plug{overflow:hidden;position:relative;width:100%}.carousel-slider__slide{display:block;position:relative;width:100%}.carousel-slider__slide img{height:100%;position:absolute;width:100%}.carousel-slider__slider-container{height:100%;width:100%}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{*zoom:1;display:inline-block;*display:inline;position:relative;vertical-align:middle;*vertical-align:auto}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{*zoom:1;display:inline-block;*display:inline;vertical-align:middle;*vertical-align:auto;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{bottom:0;display:block;left:0;overflow:hidden;position:absolute;right:0;top:0}[dir=ltr] .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,[dir=ltr] .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left}[dir=rtl] .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,[dir=rtl] .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:right}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{-webkit-backface-visibility:hidden;display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transform:translateY(0);transition:transform 2s}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:Helvetica Neue,sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.jackpots-item{display:flex;flex-direction:column;flex-shrink:0;position:relative;width:calc(33.33333% - .41667rem);z-index:1}@media only screen and (max-width:768px){.jackpots-item{width:auto}}.jackpots-item__item{border-radius:var(--border-radius);color:#fff;display:flex;flex-direction:column;gap:10px;padding:15px 20px;position:relative}[dir=ltr] .jackpots-item__item_name_bronze{background:linear-gradient(112.91deg,#1c1e2f -25.24%,#f19763cc 174.72%)}[dir=rtl] .jackpots-item__item_name_bronze{background:linear-gradient(-112.91deg,#1c1e2f -25.24%,#f19763cc 174.72%)}[dir=ltr] .jackpots-item__item_name_silver{background:linear-gradient(113.46deg,#1c1e2f -30.76%,#dcdcdccc 175.21%)}[dir=rtl] .jackpots-item__item_name_silver{background:linear-gradient(-113.46deg,#1c1e2f -30.76%,#dcdcdccc 175.21%)}[dir=ltr] .jackpots-item__item_name_gold{background:linear-gradient(113.03deg,#1c1e2f -30.44%,#ffe454cc 174.83%)}[dir=rtl] .jackpots-item__item_name_gold{background:linear-gradient(-113.03deg,#1c1e2f -30.44%,#ffe454cc 174.83%)}.jackpots-item__img{bottom:0;height:100%;position:absolute;top:0}[dir=ltr] .jackpots-item__img{right:0}[dir=rtl] .jackpots-item__img{left:0}.jackpots-item__name{font-size:18px;font-weight:600;text-transform:capitalize}@media only screen and (max-width:768px){.jackpots-item__name{font-size:16px}}.jackpots-item__name_name_bronze{color:#ffdccd}.jackpots-item__name_name_silver{color:#d6dcf0}.jackpots-item__name_name_gold{color:#fff8cf}.jackpots-item__value{align-items:center;display:flex;font-size:24px;font-weight:700;gap:5px}@media only screen and (max-width:768px){.jackpots-item__value{font-size:20px}}.jackpots-item__value_name_bronze{color:#ffaf6b}.jackpots-item__value_name_silver{color:#f4f4f4}.jackpots-item__value_name_gold{color:#ffde6b}.jackpots{display:flex;flex-direction:column;gap:10px;position:relative;width:100%}@media only screen and (min-width:768px){.jackpots{align-items:center;flex-direction:row;justify-content:space-between}}.empty-favorites{flex-direction:column;flex-grow:1;margin-left:auto;margin-right:auto;padding:80px 0;text-align:center;width:100%}.empty-favorites,.empty-favorites__description{align-items:center;display:flex;justify-content:center}.empty-favorites__description{gap:5px;margin-top:30px}.empty-favorites__description-icon{height:24px;width:24px}.empty-search{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-left:auto;margin-right:auto;padding:80px 0;text-align:center;width:100%}.empty-search__icon{height:24px;width:24px}.empty-search__title{align-items:center;gap:5px;margin-top:30px}.empty-search__title,.slot-preview{display:flex;justify-content:center}.slot-preview{animation:fadeIn .2s forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;height:var(--vh);position:fixed;top:0;width:100vw;z-index:100}[dir=ltr] .slot-preview{left:0}[dir=rtl] .slot-preview{right:0}.slot-preview__background{background:#00000080;height:100%;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}[dir=ltr] .slot-preview__background{left:0}[dir=rtl] .slot-preview__background{right:0}.slot-preview__content{z-index:2}.slot-preview__header{display:flex;justify-content:flex-end;padding:0 15px;position:absolute;top:40px;width:100%}[dir=ltr] .slot-preview__header{left:0}[dir=rtl] .slot-preview__header{right:0}.slot-preview__header-close{height:15px;width:15px}.slot-preview__card{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 50px}.slot-preview__card-name{font-size:17px;margin:16px 0}.slot-preview__card-img{border-radius:8px;height:100%;margin-bottom:20px;width:100%}.slot-preview__card-favorite{align-items:center;background-color:#ffffff1a;border-radius:4px;display:flex;height:24px;justify-content:center;padding:3px 4px;width:100%}.slot-preview__card-favorite-svg_active{color:var(--brand)}.slot-preview__buttons-container{padding:0 50px;width:100%}.slot-preview__button{background:var(--brand);border:1px solid #0000;border-radius:4px;color:var(--brand-color);display:block;font-size:12px;height:44px;line-height:44px;margin:16px 0;text-align:center;width:100%}.slot-preview__button_isDemo{background:#0000;border-color:var(--brand);color:var(--brand)}.slots-icon{font-size:1rem;overflow:hidden;position:relative}.slots-icon:before{content:"";display:block;padding-bottom:73%}.slots-icon__error-block{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.slots-icon__label-new{background:var(--brand);border-radius:4px;color:var(--brand-color);font-size:16px;font-weight:500;line-height:16.5px;padding:4px 8px;position:absolute;text-transform:uppercase;top:8px;z-index:3}[dir=ltr] .slots-icon__label-new{right:8px}[dir=rtl] .slots-icon__label-new{left:8px}@media only screen and (max-width:1024px){.slots-icon__label-new{font-size:10px;line-height:10.5px;top:4px}[dir=ltr] .slots-icon__label-new{right:4px}[dir=rtl] .slots-icon__label-new{left:4px}}.slots-icon__label-top{align-items:center;background:#ffffff61;border-radius:4px;color:#fff;display:flex;font-size:16px;font-weight:500;justify-content:center;line-height:16.5px;padding:4px 8px;position:absolute;top:8px;z-index:3}[dir=ltr] .slots-icon__label-top{right:8px}[dir=rtl] .slots-icon__label-top{left:8px}@media only screen and (max-width:1024px){.slots-icon__label-top{font-size:10px;line-height:10.5px;top:4px}[dir=ltr] .slots-icon__label-top{right:4px}[dir=rtl] .slots-icon__label-top{left:4px}}.slots-icon__open-preview{height:100%;position:absolute;top:0;width:100%;z-index:3}@media only screen and (min-width:1024px){.slots-icon__open-preview{display:none}}.slots-icon__dropWins-wrapper{border-top:55px solid #000;position:absolute;top:0}[dir=ltr] .slots-icon__dropWins-wrapper{border-right:55px solid #0000;border-top-left-radius:var(--border-radius);left:0}[dir=rtl] .slots-icon__dropWins-wrapper{border-left:55px solid #0000;border-top-right-radius:var(--border-radius);right:0}.slots-icon__dropWins-image{animation:scaleDumping 2s infinite;position:absolute;top:-55px;width:40px}[dir=ltr] .slots-icon__dropWins-image{left:0}[dir=rtl] .slots-icon__dropWins-image{right:0}.slots-icon_wide{grid-column:span 2}.slots-icon_wide .slots-icon__disabled-overlay,.slots-icon_wide .slots-icon__img-container .slots-icon__overlay,.slots-icon_wide:before{padding-bottom:33.5%!important}@media only screen and (max-width:1111px){.slots-icon_preview:nth-child(n+7){display:none}}@media only screen and (max-width:1377px){.slots-icon_preview:nth-child(n+9){display:none}}@media only screen and (max-width:1663px){.slots-icon_preview:nth-child(n+11){display:none}}@media only screen and (min-width:1664px){.slots-icon_preview:nth-child(n+13){display:none}}.slots-icon__img{border-radius:var(--border-radius);object-fit:cover!important;object-position:center}.slots-icon__img_error,.slots-icon__img_loading{display:none}.slots-icon__img_wide{object-fit:fill}.slots-icon__img-plug{align-items:center;background-color:var(--secondary-bg);color:var(--secondary-color);display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:3}[dir=ltr] .slots-icon__img-plug{left:0}[dir=rtl] .slots-icon__img-plug{right:0}.slots-icon__img-content{height:100%;position:absolute;top:0;transition:filter .15s ease-in-out;width:100%;z-index:2}[dir=ltr] .slots-icon__img-content{left:0}[dir=rtl] .slots-icon__img-content{right:0}.slots-icon__img-container{border-radius:var(--border-radius);bottom:25px;display:block;left:0;overflow:hidden;position:absolute;right:0;top:0}.slots-icon__img-container_skipName{bottom:0!important}.slots-icon__overlay{height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease-in-out;z-index:3}.slots-icon__overlay:hover{opacity:1}.slots-icon__overlay:hover+.slots-icon__img-content{filter:blur(30px) grayscale(.3)}.slots-icon__overlay__button{background:var(--secondary-bg);border-radius:8px;color:var(--secondary-color);cursor:pointer;display:block;font-size:14px;margin-top:8px;padding:8px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .1s;width:152px}.slots-icon__overlay__button:hover{color:currentColor;opacity:.8}.slots-icon__overlay__button_yellow{background:var(--brand);color:var(--brand-color)}.slots-icon__overlay__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;padding:12px 16px 0;position:absolute;top:0;width:100%}[dir=ltr] .slots-icon__overlay__content{left:0}[dir=rtl] .slots-icon__overlay__content{right:0}.slots-icon__overlay__content_header{display:flex;font-size:16px;gap:5px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;width:100%}.slots-icon__overlay__icon{color:#fff;height:5em;margin-bottom:1.2rem;transition:color .2s ease-out;width:5em}.slots-icon__overlay__title{flex-direction:column;height:100%;width:100%}.slots-icon__favorite,.slots-icon__overlay__title{align-items:center;display:flex;justify-content:center}.slots-icon__favorite{cursor:pointer}.slots-icon__favorite-svg{width:1.875rem}.slots-icon__favorite:hover,.slots-icon__favorite_isActive{color:var(--brand)}.slots-icon__game-name{font-size:14px;font-weight:500;line-height:17.4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:1440px){.slots-icon__game-name{font-size:16px;line-height:19.3px}}@keyframes scaleDumping{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}.all-slots-list__slots{grid-gap:16px;display:grid;grid-auto-flow:row dense;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media only screen and (min-width:1440px){.all-slots-list__slots{grid-gap:20px}}@media only screen and (max-width:1024px){.all-slots-list__slots{display:flex;flex-direction:column;gap:8px;width:100%}}.all-slots-list__slots_empty{display:flex;justify-content:center}.all-slots-list__slots-big{grid-gap:8px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.all-slots-list__slots-small{grid-gap:8px;display:grid;grid-template-columns:repeat(3,1fr)}.all-slots-list__loading{height:1px}.all-slots-list__more-btn{--Button-width:auto;--Button-min-width:auto;margin:50px auto 0;max-width:-webkit-min-content;max-width:min-content;white-space:nowrap}.scroll-swiper{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;height:100%;overflow:hidden;position:relative}@media only screen and (max-width:1024px){.scroll-swiper{overflow:auto}[dir=ltr] .scroll-swiper{margin-right:8px}[dir=rtl] .scroll-swiper{margin-left:8px}}.scroll-swiper .swiper{height:var(--Filter-Button-size);width:100%}.scroll-swiper .swiper-slide{align-items:center;display:flex;width:-webkit-max-content;width:max-content}.scroll-swiper__buttons{align-items:center;border-radius:var(--border-radius);display:flex;height:var(--Filter-Button-size);max-width:100px;width:100%}[dir=ltr] .scroll-swiper__buttons{margin-right:10px}[dir=rtl] .scroll-swiper__buttons{margin-left:10px}@media only screen and (max-width:1024px){.scroll-swiper__buttons{display:none}}.scroll-swiper__button{align-items:center;background:var(--Filter-Button-bg);color:var(--Filter-Button-color);cursor:pointer;display:flex;height:100%;justify-content:center;padding:6px 8px;width:100%}[dir=ltr] .scroll-swiper__button_left{border-bottom-left-radius:var(--border-radius);border-right:.5px solid var(--tertiary-border-color);border-top-left-radius:var(--border-radius)}[dir=ltr] .scroll-swiper__button_right,[dir=rtl] .scroll-swiper__button_left{border-bottom-right-radius:var(--border-radius);border-left:.5px solid var(--tertiary-border-color);border-top-right-radius:var(--border-radius)}[dir=rtl] .scroll-swiper__button_right{border-bottom-left-radius:var(--border-radius);border-right:.5px solid var(--tertiary-border-color);border-top-left-radius:var(--border-radius)}[dir=ltr] .scroll-swiper__button_left .scroll-swiper__button-icon{transform:rotate(90deg)}[dir=ltr] .scroll-swiper__button_right .scroll-swiper__button-icon,[dir=rtl] .scroll-swiper__button_left .scroll-swiper__button-icon{transform:rotate(-90deg)}[dir=rtl] .scroll-swiper__button_right .scroll-swiper__button-icon{transform:rotate(90deg)}.scroll-swiper__button:hover{background:var(--brand);color:var(--brand-color)}.scroll-swiper__button-icon{height:15px;width:15px}.filter-search{display:flex;gap:8px}.filter-search_isSearchInputOpen{grid-column:3/40}@media only screen and (max-width:1024px){.filter-search_isSearchInputOpen{grid-column:2/40}}@media only screen and (max-width:475px){.filter-search_isSearchInputOpen{grid-column:2/30}}.filter-search__button{align-items:center;background:var(--Filter-Button-bg);border-radius:var(--border-radius);color:var(--Filter-Button-color);cursor:pointer;display:flex;height:47px;height:var(--Filter-Button-size,47px);justify-content:center;min-width:47px;min-width:var(--Filter-Button-size,47px);width:47px;width:var(--Filter-Button-size,47px)}.filter-search__button:hover,.filter-search__button_isSearchInputOpen{background:var(--brand);color:var(--brand-color)}.filter-search__button-icon{height:var(--Filter-Button-icon-size);width:var(--Filter-Button-icon-size)}.filter-search__input{--Input-height:100%}.filter-search__input_isOpened{animation:openSearchInput .35s ease-in-out both}@keyframes openSearchInput{0%{opacity:0;width:0}to{opacity:1;width:100%}}.sort-dropdown{background:#262a3a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%}@media only screen and (max-width:768px){.sort-dropdown{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:40px}}.sort-dropdown__wrapper{width:360px}@media only screen and (max-width:768px){.sort-dropdown__wrapper{height:100%;width:100%}}.sort-dropdown__title{align-items:center;color:hsla(0,0%,100%,.749);display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:18px;font-weight:500;justify-content:space-between;line-height:22px}.sort-dropdown__title svg{cursor:pointer;height:20px;transition:opacity .3s ease;width:20px}.sort-dropdown__title svg:hover{opacity:.8}.sort-dropdown__items{display:flex;flex-direction:column;gap:8px;width:100%}.sort-dropdown__item{align-items:center;color:hsla(0,0%,100%,.502);cursor:pointer;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500;height:34px;justify-content:space-between;line-height:19.4px;transition:all .3s ease;width:100%}.sort-dropdown__item:hover,.sort-dropdown__item_active{color:#fff}.sort-dropdown__item-icon{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;height:34px;justify-content:center;width:34px}.sort-dropdown__item-icon:hover,.sort-dropdown__item-icon_active{color:#6dff28}.filter-block{--Filter-Button-size:47px;--Filter-Button-icon-size:17px;--Filter-Button-bg:var(--tertiary-bg);--Filter-Button-color:var(--tertiary-color);color:var(--tertiary-color);font-size:18px;position:relative}@media only screen and (max-width:1024px){.filter-block{--Filter-Button-size:40px;font-size:16px}}.filter-block__row{align-items:center;display:grid;grid-template-areas:"list icon";grid-template-columns:1fr var(--Filter-Button-size);overflow:hidden;width:100%}.filter-block__row:first-child{margin-bottom:10px}.filter-block__categories,.filter-block__providers{grid-area:list}.filter-block__categories__list{background-color:var(--tertiary-bg);border-radius:var(--border-radius);color:var(--tertiary-color)}.filter-block__section{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-inline:5px;text-transform:capitalize;white-space:nowrap}.filter-block__section_isCategory{border-radius:var(--border-radius);padding:6px 12px}.filter-block__sectionCtg:hover,.filter-block__sectionCtg_isActive{background:var(--brand);color:var(--brand-color)}.filter-block__sectionPrv:hover,.filter-block__sectionPrv_isActive{color:#fff}.filter-block__sort{margin-top:10px;position:absolute;z-index:7}[dir=ltr] .filter-block__sort{right:0}[dir=rtl] .filter-block__sort{left:0}@media only screen and (max-width:768px){.filter-block__sort{bottom:0;position:fixed;width:100%}}.filter-block__sort{animation:sortAnimation .3s linear forwards}.filter-block__sort_closed{animation:reverseSortAnimation .3s linear forwards}.filter-block__sort-button{align-items:center;background:var(--Filter-Button-bg);border-radius:var(--border-radius);color:var(--Filter-Button-color);cursor:pointer;display:flex;height:var(--Filter-Button-size);justify-content:center;width:var(--Filter-Button-size)}.filter-block__sort-button:hover,.filter-block__sort-button_active{background:var(--brand);color:var(--brand-color)}.filter-block__sort-icon{height:var(--Filter-Button-icon-size);width:var(--Filter-Button-icon-size)}.filter-block__new{background:var(--brand);color:var(--brand-color);font-weight:700;margin:0 3px;padding:3px 6px;text-transform:uppercase}@keyframes sortAnimation{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateX(0)}}@keyframes reverseSortAnimation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(80%)}}.top-slots-list{grid-gap:20px;display:grid;gap:20px;width:100%}@media only screen and (max-width:1024px){.top-slots-list{gap:16px}}.top-slots-list__header{align-items:center;display:flex;gap:8px}.top-slots-list__header-icon{height:24px;width:24px}.top-slots-list__header-text{font-size:20px;font-weight:500;line-height:24.2px;text-transform:capitalize}@media only screen and (max-width:1024px){.top-slots-list__header-text{font-size:16px;line-height:19.4px}}.top-slots-list__content{grid-gap:16px;display:grid;gap:16px;grid-template-areas:"big small";grid-template-columns:1fr 2fr;width:100%}@media only screen and (min-width:1440px){.top-slots-list__content{gap:20px}}@media only screen and (max-width:1663px){.top-slots-list__content{grid-template-columns:1.2fr 2fr}}@media only screen and (max-width:1440px){.top-slots-list__content{grid-template-columns:1.4fr 2fr}}@media only screen and (max-width:1335px){.top-slots-list__content{grid-template-columns:1fr 1fr}}@media only screen and (max-width:1111px){.top-slots-list__content{grid-template-columns:1.2fr 1fr}}@media only screen and (max-width:1024px){.top-slots-list__content{gap:8px;grid-template-areas:"big" "small";grid-template-columns:1fr}}.top-slots-list__content-big{grid-gap:16px;display:grid;gap:16px;grid-area:big;grid-auto-flow:row dense;grid-auto-rows:0;grid-template-columns:repeat(2,minmax(250px,1fr));grid-template-rows:repeat(2,minmax(auto,209px));height:100%;overflow-y:hidden}@media only screen and (min-width:1440px){.top-slots-list__content-big{gap:20px}}@media only screen and (max-width:1024px){.top-slots-list__content-big{gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:1fr}}.top-slots-list__content-big .slots-icon__img-container{bottom:0}@media only screen and (max-width:1024px){.top-slots-list__content-big .slots-icon:nth-child(n+3){display:none}}.top-slots-list__content-small{grid-gap:16px;display:grid;gap:16px;grid-area:small;grid-auto-flow:row dense;grid-auto-rows:0;grid-template-columns:repeat(auto-fill,minmax(193px,1fr));grid-template-rows:repeat(3,minmax(auto,132px));height:100%;overflow-y:hidden}@media only screen and (min-width:1440px){.top-slots-list__content-small{gap:20px}}@media only screen and (max-width:1024px){.top-slots-list__content-small{gap:8px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}.top-slots-list__content-small .slots-icon__img-container{bottom:20px}@media only screen and (max-width:1024px){.top-slots-list__content-small .slots-icon:nth-child(n+7){display:none}}@media only screen and (max-width:1440px){.top-slots-list__content-small .slots-icon:nth-child(n+10){display:none}}@media only screen and (max-width:1663px){.top-slots-list__content-small .slots-icon:nth-child(n+13){display:none}}@media only screen and (min-width:1664px){.top-slots-list__content-small .slots-icon:nth-child(n+16){display:none}}.slots-layout-content{display:flex;flex-direction:column;flex-grow:1;gap:var(--main-gap);margin-left:auto;margin-right:auto;padding-bottom:var(--main-gap);padding-left:10px;padding-right:10px;padding-top:var(--main-gap);position:relative;width:100%}@media only screen and (min-width:1440px){.slots-layout-content{max-width:1400px}}@media only screen and (min-width:1600px){.slots-layout-content{max-width:1600px}}.slot-frame-free-spin{height:100%;position:relative;width:100%}.slot-frame-free-spin__iframe{height:100%;height:-webkit-fill-available;width:100%}.bonus-promotion-notification{align-items:center;display:flex;font-size:16px;gap:10px;position:relative}@media only screen and (max-width:768px){.bonus-promotion-notification{font-size:14px}[dir=ltr] .bonus-promotion-notification{padding:0 35px 0 10px}[dir=rtl] .bonus-promotion-notification{padding:0 10px 0 35px}}@media only screen and (max-width:475px){.bonus-promotion-notification{font-size:12px}}.bonus-promotion-notification_isTakeBonus .bonus-promotion-notification__text{text-align:center}@media only screen and (min-width:475px){.bonus-promotion-notification_isWager .bonus-promotion-notification__text{white-space:nowrap}}.bonus-promotion-notification__text{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:5px}.bonus-promotion-notification__button{--Button-height:32px;--Button-width:auto;--Button-padding-x:10px;--Button-bg:#fff;--Button-color:#000;white-space:nowrap}.choose-sport-dropdown{background:#262a3a;border-radius:8px;box-shadow:0 -10px 40px 0 #0009;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%}@media only screen and (max-width:768px){.choose-sport-dropdown{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:40px}}.choose-sport-dropdown__wrapper{width:360px}@media only screen and (max-width:768px){.choose-sport-dropdown__wrapper{height:100%;width:100%}}.choose-sport-dropdown__title{align-items:center;color:hsla(0,0%,100%,.749);display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500;justify-content:space-between;line-height:22px}.choose-sport-dropdown__title svg{cursor:pointer;height:24px;transition:opacity .3s ease;width:24px}.choose-sport-dropdown__title svg:hover{opacity:.8}.choose-sport-dropdown__items{display:flex;flex-direction:column;gap:16px;width:100%}.choose-sport-dropdown__item{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500;gap:10px;line-height:19.4px;transition:all .3s ease;width:100%}.choose-sport-dropdown__item:hover,.choose-sport-dropdown__item_active{color:#fff}.choose-sport-dropdown__item-text{font-family:Inter;font-size:14px;font-weight:500;text-transform:capitalize}.choose-sport-dropdown__item-icon{align-items:center;display:flex;height:25px;justify-content:center;width:25px}.choose-sport-dropdown__item-icon:hover,.choose-sport-dropdown__item-icon_active{color:#6dff28}.choose-sport-dropdown__dropdown{margin-top:10px;position:absolute}[dir=ltr] .choose-sport-dropdown__dropdown{right:0}[dir=rtl] .choose-sport-dropdown__dropdown{left:0}@media only screen and (max-width:768px){.choose-sport-dropdown__dropdown{bottom:0;position:fixed;width:100%}}.choose-sport-dropdown__dropdown{animation:dropdownAnimation .3s linear forwards}.choose-sport-dropdown__dropdown_closed{animation:reverseDropdownAnimation .3s linear forwards}@keyframes dropdownAnimation{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateX(0)}}@keyframes reverseDropdownAnimation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(80%)}}.bottom-menu-mobile{border-top:1px solid #272b41;bottom:0;box-shadow:0 -10px 10px #0f192340;height:var(--BottomMenu-height);position:fixed;width:100%;z-index:100}.bottom-menu-mobile__items{background:#1d2730;gap:.5rem;justify-content:space-around}.bottom-menu-mobile__item,.bottom-menu-mobile__items{align-items:center;display:flex;height:100%;width:100%}.bottom-menu-mobile__item{flex-direction:column;justify-content:center;padding:.7375rem 0}.bottom-menu-mobile__item-wrapper{flex-shrink:0;height:100%;width:calc(16.66667% - .41667rem)}.bottom-menu-mobile__item-icon{flex-shrink:0;height:1.5rem;margin-bottom:.625rem;width:1.5rem}.bottom-menu-mobile__item-text{color:#fff;font-size:10px;font-weight:800;text-align:center}.set-language{--SetLanguage-bg:var(--tertiary-bg);--SetLanguage-color:var(--tertiary-color);--SetLanguage-active-color:var(--tertiary-color2);--SetLanguage-border-color:#0000;--SetLanguage-width:60px;--SetLanguage-height:var(--Field-height);--SetLanguage-list-min-width:100%;--SetLanguage-list-background:var(--tertiary-bg);--SetLanguage-list-color:var(--tertiary-color);--SetLanguage-list-border-color:var(--SetLanguage-list-background);--SetLanguage-padding-x:10px;--SetLanguage-gap:8px;cursor:pointer;min-width:var(--SetLanguage-width);position:relative;transition:all .25s cubic-bezier(.4,0,.2,1) 0ms;z-index:10}.set-language,.set-language__current{align-items:center;display:flex;justify-content:center}.set-language__current{background:var(--SetLanguage-bg);border:1px solid var(--SetLanguage-border-color);border-radius:var(--border-radius);color:var(--SetLanguage-active-color);column-gap:var(--SetLanguage-gap);height:var(--SetLanguage-height);padding:0 var(--SetLanguage-padding-x);width:100%}.set-language__current_isSideMenu{justify-content:flex-start}[dir=ltr] .set-language__current_isSideMenu{padding-left:20%}[dir=rtl] .set-language__current_isSideMenu{padding-right:20%}.set-language__current_isOpen.isOpenToTop{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.set-language__current_isOpen:not(.isOpenToTop){border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr] .set-language__current_isOpen .set-language__current-arrow{transform:rotate(180deg)}[dir=rtl] .set-language__current_isOpen .set-language__current-arrow{transform:rotate(-180deg)}.set-language__current-flag{height:15px;width:21px}.set-language__current-arrow{align-items:center;display:flex;height:6px;transition:transform .2s ease-in;width:auto;will-change:transform}.set-language__list{border:1px solid var(--SetLanguage-list-border-color);display:flex;flex-direction:column;max-height:614px;min-width:var(--SetLanguage-list-min-width);overflow-y:auto;position:absolute;top:100%;width:auto;z-index:100}[dir=ltr] .set-language__list{right:0}[dir=rtl] .set-language__list{left:0}.set-language__list:not(.isOpenToTop){border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-top:none}.set-language__list.isOpenToTop{border-bottom:none;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);bottom:100%;top:auto}.set-language__item{align-items:center;background:var(--SetLanguage-list-background);color:var(--SetLanguage-list-color);column-gap:var(--SetLanguage-gap);display:flex;height:32px;justify-content:space-between;padding:0 var(--SetLanguage-padding-x);transition:background-color .2s ease;white-space:nowrap;width:100%}.set-language__item:hover{color:var(--brand-text-color)}.set-language__item_isSideMenu{justify-content:flex-start}[dir=ltr] .set-language__item_isSideMenu{padding-left:20%}[dir=rtl] .set-language__item_isSideMenu{padding-right:20%}.set-language__item-flag{height:15px;width:21px}.footer{--FooterItem-padding:40px;background:var(--main-bg);color:var(--main-color);margin-top:auto;padding-bottom:30px;padding-top:30px}@media only screen and (max-width:768px){.footer{--FooterItem-padding:15px}}.footer__inner{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;width:100%}@media only screen and (min-width:1440px){.footer__inner{max-width:1400px}}@media only screen and (min-width:1600px){.footer__inner{max-width:1600px}}.footer__lang-wrapper{display:flex;justify-content:center;padding-bottom:var(--FooterItem-padding)}@media only screen and (min-width:768px){.footer__lang-wrapper{border-bottom:1px solid var(--main-border-color)}}.footer__nav{display:flex;gap:30px;justify-content:space-around;padding:var(--FooterItem-padding) 0}@media only screen and (min-width:768px){.footer__nav{border-bottom:1px solid var(--main-border-color);gap:140px;justify-content:center}}.footer__nav-col{display:flex;flex-direction:column;gap:8px;max-width:180px}.footer__nav-link{display:flex;font-size:14px;line-height:1.2}.footer__nav-link:hover{opacity:.8}.footer__nav-link:not(.footer__nav-link_head){color:var(--main-color2)}.footer__nav-link_head{color:var(--brand);font-size:16px;font-weight:700;line-height:1.2;margin-bottom:10px}.footer__socials{align-items:center;display:flex;gap:15px;justify-content:center;padding:var(--FooterItem-padding) 0}@media only screen and (min-width:768px){.footer__socials{border-bottom:1px solid var(--main-border-color)}}.footer__socials-item{cursor:pointer}.footer__socials-item:hover{opacity:.8}.footer__warning{color:var(--brand);line-height:1.3;padding-top:var(--FooterItem-padding);text-align:center}.footer__scroll-top-mobile{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:20px}.bonus-indicator{--Bonus-button-size:25px}@media only screen and (min-width:768px){.bonus-indicator{--Bonus-button-size:32px}}.bonus-indicator{align-items:center;cursor:pointer;display:flex;height:var(--Bonus-button-size);justify-content:center;position:relative;width:var(--Bonus-button-size)}.bonus-indicator__icon{animation:shake 5s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:3s;height:100%;width:100%}.bonus-indicator__icon *{fill:#fff}.bonus-indicator__indicator{align-items:center;background-color:var(--brand);border-radius:50%;color:var(--brand-color);display:flex;font-size:10px;height:14px;justify-content:center;line-height:10.5px;position:absolute;text-align:center;top:-2px;width:14px;z-index:2}[dir=ltr] .bonus-indicator__indicator{right:-2px}[dir=rtl] .bonus-indicator__indicator{left:-2px}.bonus-indicator__indicator_isHidden{display:none}@keyframes shake{14%,to{transform:rotate(0deg)}0%{transform:rotate(0deg)}2%{transform:rotate(10deg)}4%{transform:rotate(0deg)}6%{transform:rotate(-10deg)}8%{transform:rotate(0deg)}10%{transform:rotate(10deg)}12%{transform:rotate(0deg)}}.balances{align-items:center;display:flex;font-weight:500;gap:10px}.balances__item{display:flex;flex-direction:column;gap:5px}.balances__item-title{opacity:.75}.wheel-button{--WheelButton-height:32px;animation:wheelSpin 1.6s infinite;animation-timing-function:linear;aspect-ratio:1;cursor:pointer;height:var(--WheelButton-height);width:auto}@keyframes wheelSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sidemenu-item{width:100%}.sidemenu-item__item{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;gap:15px;height:40px;position:relative;width:100%}.sidemenu-item__item:hover:not(.sidemenu-item__item_isActive),.sidemenu-item__item_isActive{color:var(--brand)}.sidemenu-item__item-icon{color:var(--brand);display:block;height:24px;width:24px}.sidemenu-item__item-arrow{height:10px;transition:all .3s ease-in-out;width:10px}[dir=ltr] .sidemenu-item__item-arrow{margin-left:auto;transform:rotate(180deg)}[dir=rtl] .sidemenu-item__item-arrow{margin-right:auto;transform:rotate(-180deg)}.sidemenu-item__item-arrow_isOpen{color:var(--brand)}[dir=ltr] .sidemenu-item__item-arrow_isOpen{transform:rotate(90deg)}[dir=rtl] .sidemenu-item__item-arrow_isOpen{transform:rotate(-90deg)}.sidemenu-item__sub-link{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px;margin-bottom:5px}.sidemenu-item__sub-link:hover,.sidemenu-item__sub-link_isActive{color:var(--brand)}.sidemenu-item__sub-link:last-child{margin-bottom:0}.sidemenu-item__sub-icon{height:20px;width:20px}.sidemenu-item__dropdown-menu{animation:dropdown .3s linear forwards;background-color:#262a3a;background-color:#3b3f4d;border-radius:5px;box-shadow:0 1px 50px 1px #0d111dcc;display:grid;grid-template-rows:1fr;overflow:hidden;padding-bottom:10px}.sidemenu-item__dropdown-menu_closed{animation:reverseDropdown .3s linear forwards}.sidemenu-item__dropdown-menu-items,.sidemenu-item__dropdown-menu_closed .sidemenu-item__dropdown-menu-items{min-height:0}.sidemenu-item__dropdown-menu_isSub .sidemenu-item__dropdown-menu__dropdown-menu{padding-bottom:0}@keyframes dropdown{0%{grid-template-rows:0fr;opacity:0;padding:0}to{grid-template-rows:1fr;opacity:1;padding:10px}}@keyframes reverseDropdown{0%{grid-template-rows:1fr;padding:10px}to{grid-template-rows:0fr;padding:0}}.side-menu{color:var(--main-color);display:flex;flex-direction:column;padding:0 10px 20px;pointer-events:auto;transition:transform .3s ease;width:100%;will-change:transform;z-index:15}@media only screen and (max-width:768px){.side-menu{height:-webkit-max-content;height:max-content}}.side-menu__header{align-items:center;display:flex;justify-content:space-between;padding:25px 0}.side-menu__header-logo{--Logo-height:30px}.side-menu__header-close{cursor:pointer;height:15px;opacity:.75;width:15px}.side-menu__header-close:hover{opacity:.6}.side-menu__content{display:flex;flex-direction:column;gap:15px}.side-menu__buttons{align-items:center;display:flex;gap:5px;justify-content:space-between}.side-menu__user{align-items:center;display:flex;gap:10px}.side-menu__user-icon{color:var(--brand)}.side-menu__balances-item{flex-direction:row}.side-menu__icons{align-items:center;color:var(--brand);gap:10px}.side-menu__icons,.side-menu__list{border-bottom:1px solid var(--main-border-color);display:flex;margin-top:10px;padding-bottom:15px}.side-menu__list{flex-direction:column;gap:5px;width:100%}.side-menu__slider{display:flex;width:100%}.side-menu__carousel{border-radius:var(--border-radius);margin-top:20px}.side-menu__carousel-slide{border-radius:var(--border-radius);overflow:hidden}.side-menu__lang{--SetLanguage-list-background:var(--tertiary-bg);--SetLanguage-list-color:var(--tertiary-color);--SetLanguage-width:100%;--SetLanguage-list-min-width:auto;margin-top:20px}@media only screen and (min-width:768px){.side-menu__lang{--SetLanguage-width:200px;width:var(--SetLanguage-width)}}.side-menu__lang__list{max-width:var(--SetLanguage-width);width:var(--SetLanguage-width)}[dir=ltr] .side-menu__lang__list{left:0;right:auto}[dir=rtl] .side-menu__lang__list{left:auto;right:0}.side-panel{height:100dvh;overscroll-behavior:none;position:absolute;width:var(--SideMenu-width);z-index:5}.side-panel_leftSide{background:var(--main-bg);overflow-x:hidden;overflow-y:auto}[dir=ltr] .side-panel_leftSide{border-top-right-radius:25px;left:0}[dir=rtl] .side-panel_leftSide{border-top-left-radius:25px;right:0}[dir=ltr] .side-panel_rightSide{right:0}[dir=rtl] .side-panel_rightSide{left:0}.side-panel__wrapper{display:flex;height:100%;overflow:hidden;overscroll-behavior:none;position:fixed;top:0;width:100%;z-index:999}[dir=ltr] .side-panel__wrapper{left:0}[dir=rtl] .side-panel__wrapper{right:0}.side-panel__blur-background{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000c;display:none;flex-grow:1;height:100%}.side-panel__blur-background_isActive{display:block}.navigation{gap:10px;height:100%}.navigation,.navigation__item{align-items:center;display:flex}.navigation__item{color:var(--main-color2);cursor:pointer;font-size:14px;height:80%;padding:0 5px}.navigation__item:hover,.navigation__item_isActive{color:var(--brand)}.navigation__popover{display:flex;flex-direction:column;gap:8px;padding:8px}.navigation__popover-container{background-color:#2f3240!important}.navigation__popover-link{align-items:center;color:#fff;display:flex;gap:10px;transition:color .1s ease-in-out}.user-drop-down{position:relative;z-index:100}.user-drop-down__top{align-items:center;cursor:pointer;display:flex;gap:5px}.user-drop-down__top-icon{color:var(--brand);height:25px;width:auto}@media only screen and (max-width:768px){.user-drop-down__top-icon{display:none}.user-drop-down__top-text{max-width:120px;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .user-drop-down__top-text{text-align:right}[dir=rtl] .user-drop-down__top-text{text-align:left}}.user-drop-down__top-arrow{transition:transform .3s ease}[dir=ltr] .user-drop-down__top-arrow_isOpen{transform:rotate(180deg)}[dir=rtl] .user-drop-down__top-arrow_isOpen{transform:rotate(-180deg)}.header-desktop__left,.header-desktop__right{align-items:center;display:flex;gap:15px;height:100%}.header-desktop__toggle{cursor:pointer}.header-desktop__logo{--Logo-height:60%!important}.header-desktop__logo-wrapper{align-items:center;display:flex;height:100%}.header-desktop__icons{align-items:center;display:flex;gap:10px}.header-desktop__icons-item{color:var(--brand);cursor:pointer}.header-desktop__buttons{align-items:center;display:flex;gap:var(--Fields-gap)}.header-desktop__buttons-item{--Button-width:auto;--Button-min-width:128px}.bottom-navigation{background:var(--main-bg);padding:10px 0;width:100%}.bottom-navigation__list{grid-gap:15px;display:grid;gap:15px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding:0 15px 5px;width:100%}.bottom-navigation__item{align-items:center;color:var(--main-color);display:flex;flex-direction:column;gap:5px;height:100%;justify-content:center;position:relative;text-transform:uppercase;white-space:nowrap;width:100%}.bottom-navigation__home-icon *{fill:var(--brand)}.header-mobile{display:flex;flex-direction:column;gap:3px;height:100%;width:100%}.header-mobile__container{background:var(--main-bg);display:flex;height:100%;padding:0 15px}.header-mobile__left,.header-mobile__right{--Header-mob-icon-size:22px;align-items:center;display:flex;height:100%}.header-mobile__left{gap:15px}.header-mobile__toggle{height:var(--Header-mob-icon-size);width:var(--Header-mob-icon-size)}.header-mobile__logo{--Logo-height:35%!important}.header-mobile__logo-wrapper{align-items:center;display:flex;height:100%;max-width:80px}[dir=ltr] .header-mobile__logo-wrapper{margin-left:auto;margin-right:15px}[dir=rtl] .header-mobile__logo-wrapper{margin-left:15px;margin-right:auto}.header-mobile__icons{align-items:center;display:flex;gap:10px}.header-mobile__icons-item{color:var(--brand);height:var(--Header-mob-icon-size);width:var(--Header-mob-icon-size)}.header-mobile__buttons{align-items:center;display:flex;gap:10px;height:55%}.header-mobile__buttons-item{--Button-height:100%;--Button-width:auto;--Button-min-width:auto;--Button-padding-x:12px;font-size:12px;white-space:nowrap}.header{background:var(--primary-bg);color:var(--primary-color);display:flex;flex-direction:column;height:var(--Header-height);width:100%}@media only screen and (max-width:768px){.header{background:#0000;color:var(--main-color);left:0;position:fixed;right:0;top:var(--banner-height);transition:top .5s ease-in-out;z-index:101}}@media only screen and (min-width:768px){.header{padding:8px 6px}}.header__inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;width:100%}@media only screen and (min-width:1440px){.header__inner{max-width:1400px}}@media only screen and (min-width:1600px){.header__inner{max-width:1600px}}@media only screen and (max-width:768px){.header__inner{padding:0}}@media only screen and (min-width:768px){.header__inner{background:var(--secondary-bg);border-radius:10px;color:var(--secondary-color)}}.auth-wrapper{--Auth-padding-x:30px;--Field-height:38px;display:flex;flex-direction:column;padding-bottom:30px;width:100%}@media only screen and (max-width:768px){.auth-wrapper{height:100%}}@media only screen and (min-width:768px){.auth-wrapper{min-height:400px;width:560px}}.auth-wrapper__header{align-items:center;display:flex;gap:10px;padding:30px var(--Auth-padding-x);width:100%}.auth-wrapper__header-nav{border-bottom:1px solid #0000;cursor:pointer;opacity:.5;padding:0 15px 10px}.auth-wrapper__header-nav:hover:not(.auth-wrapper__header-nav_isActive){opacity:.7}.auth-wrapper__header-nav_isActive{border-color:var(--brand);color:var(--brand);opacity:1}.auth-wrapper__header-close{color:#ffffff80;cursor:pointer;height:15px;opacity:1;transition:opacity .3s ease;width:15px}[dir=ltr] .auth-wrapper__header-close{margin-left:auto}[dir=rtl] .auth-wrapper__header-close{margin-right:auto}.auth-wrapper__header-close:hover{opacity:.5}.auth-wrapper__carousel{border-radius:var(--border-radius);margin-bottom:20px;padding:0 var(--Auth-padding-x)}.auth-wrapper__carousel-slide{border-radius:var(--border-radius);overflow:hidden}.auth-wrapper__body{overflow-y:auto;padding:0 var(--Auth-padding-x)}.auth-wrapper__body,.sign-in{display:flex;flex-direction:column;flex-grow:1;width:100%}.sign-in{gap:20px}.sign-in__group-input{font-size:14px}.sign-in__button{--Button-height:40px}.sign-in__required{color:red}.sign-up{grid-gap:20px;display:grid;width:100%}@media only screen and (min-width:768px){.sign-up{grid-template-columns:repeat(2,1fr)}}.sign-up__group{position:relative}@media only screen and (min-width:768px){.sign-up__group:nth-child(3),.sign-up__group:nth-child(4){grid-column:span 2}}.sign-up__group-input{font-size:14px}.sign-up__group-error{color:red;font-size:12px;position:absolute;top:calc(100% + 2px)}.sign-up__button{--Button-height:40px}@media only screen and (min-width:768px){.sign-up__button{grid-column:span 2}}.sign-up__required{color:red}.confirm-activate-bonus{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:90vw;padding:80px 20px 40px;width:360px}.confirm-activate-bonus__heading{font-size:40px;margin-bottom:25px}.confirm-activate-bonus__text{font-size:16px;font-weight:400;line-height:1.4;margin-bottom:20px;opacity:.7;text-align:center}.confirm-activate-bonus__buttons{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:40px;width:100%}.confirm-activate-bonus__buttons-item{--Button-height:40px}.requisite-block{border-radius:var(--border-radius);display:flex;flex-direction:column;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:15px;width:100%}.requisite-block__text,.requisite-block__value{font-size:14px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.requisite-block__value{align-items:center;background:var(--Field-bg);border-radius:var(--border-radius);color:var(--Field-color);display:flex;font-weight:500;gap:8px;height:50px;justify-content:center;overflow:visible;padding:0 16px}.requisite-block__value-content{font-size:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.requisite-block__icon-wrapper{cursor:pointer;display:flex}.requisite-block__icon-wrapper:active{opacity:.5}.requisite-block__qr-code{border:15px solid #fff;border-radius:10px;height:auto;max-width:160px}.requisite-block__qr-code-wrapper{align-items:center;background:hsla(0,0%,100%,.102);border-radius:5px;display:flex;justify-content:center;margin-bottom:15px;padding:20px 0}.choose-payment{display:flex;flex-direction:column;width:100%}.choose-payment__heading{color:var(--Profile-color2);font-size:1em;font-weight:500;margin-bottom:15px;text-align:center}.choose-payment__list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.choose-payment__method{animation:fadeIn .35s ease-out forwards;aspect-ratio:1.5;border-radius:var(--border-radius);cursor:pointer;display:flex;flex-direction:column;opacity:0;overflow:hidden;transition:all .35s;width:100%}.choose-payment__method:first-child{aspect-ratio:3;grid-column:span 2}.choose-payment__method_hide{display:none;opacity:0!important}.choose-payment__method-top{align-items:center;background:#fff;display:flex;height:100%;justify-content:center;width:100%}.choose-payment__method-icon{height:50%;max-width:80%;width:auto}.choose-payment__method-name{align-items:center;background:var(--primary-bg);color:var(--primary-color);display:flex;gap:5px;justify-content:center;padding:8px 0;text-transform:uppercase;white-space:nowrap}@media only screen and (max-width:768px){.choose-payment__method-name{font-size:.8em}}.choose-payment__method-additional{color:#6f6f6f}.choose-payment__spinner{height:15px;margin:0 auto;position:relative;width:15px}.choose-payment__spinner:before{animation:animate-rotate 1s linear 0s infinite;border-bottom-color:initial;border-radius:50%;border-style:solid;border-top-color:initial;border-width:3px;content:"";display:block;height:100%;position:absolute;top:40%;width:100%}[dir=ltr] .choose-payment__spinner:before{border-left-color:#0000;border-right-color:initial;left:0}[dir=rtl] .choose-payment__spinner:before{border-left-color:initial;border-right-color:#0000;right:0}@keyframes animate-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loader{display:flex;height:100%;inset:0;position:absolute;width:100%}.loader,.loader__content{align-items:center;justify-content:center}.loader__content{display:inline-block;display:flex;height:30px;position:relative;width:70px}.loader__content div{animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;height:13px;position:absolute;width:13px}.loader__content_colorType_dark div{background:#000}.loader__content div:first-child{animation:lds-ellipsis1 .6s infinite}[dir=ltr] .loader__content div:first-child{left:8px}[dir=rtl] .loader__content div:first-child{right:8px}.loader__content div:nth-child(2){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__content div:nth-child(2){left:8px}[dir=rtl] .loader__content div:nth-child(2){right:8px}.loader__content div:nth-child(3){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__content div:nth-child(3){left:32px}[dir=rtl] .loader__content div:nth-child(3){right:32px}.loader__content div:nth-child(4){animation:lds-ellipsis3 .6s infinite}[dir=ltr] .loader__content div:nth-child(4){left:56px}[dir=rtl] .loader__content div:nth-child(4){right:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.crypto-payment{height:100%;position:relative;width:100%}.crypto-payment__text{align-items:center;display:flex;font-size:14px;margin-bottom:16px}.crypto-payment__address{margin-bottom:16px}@media only screen and (max-width:768px){.crypto-payment__address-button{--Button-padding-x:5px}.crypto-payment__address-text{font-size:.8em}}.crypto-payment__qr-container{align-items:center;display:flex;justify-content:center;margin:auto 0}.crypto-payment__qr-container svg{border:15px solid #fff;border-radius:10px;margin:20px 0}@media only screen and (max-width:475px){.crypto-payment__qr-container svg{height:auto;width:60%}}.crypto-payment__attention{color:var(--brand)}[dir=ltr] .crypto-payment__attention span{margin-left:5px}[dir=rtl] .crypto-payment__attention span{margin-right:5px}@media only screen and (max-width:768px){.crypto-payment__attention span{display:block}[dir=ltr] .crypto-payment__attention span{margin-left:0}[dir=rtl] .crypto-payment__attention span{margin-right:0}}.crypto-payment__min{font-size:14px;margin-bottom:16px}.crypto-payment__info{font-size:16px;text-transform:uppercase}.crypto-payment__info-amount{color:var(--brand)}.crypto-payment__payment-data{display:flex;flex-direction:column;height:100%}.current-payment{grid-column-gap:30px;align-items:center;column-gap:30px;display:grid;flex-grow:1;grid-template-columns:3fr 6fr;width:calc(100% - 13px)}@media only screen and (min-width:768px){.current-payment{padding:0 15px;width:100%}}@media only screen and (max-width:768px){.current-payment{flex:0 1 auto;grid-template-columns:1fr;grid-template-rows:auto;row-gap:30px}}.current-payment__qrcode{border:15px solid #fff;border-radius:10px}.current-payment__qrcode-container{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-top:10px;width:100%}@media only screen and (max-width:768px){.current-payment__qrcode-container{width:450px}}@media only screen and (max-width:475px){.current-payment__qrcode-container{width:100%}}.current-payment__qrcode-text{color:#fff;font-size:14px}.current-payment__qrcode-time{color:#f8df37}@media only screen and (max-width:768px){.current-payment__left{grid-row:2}}.current-payment__payment-item{align-items:center;background:#282828;border-radius:10px;cursor:pointer;display:flex;height:80px;justify-content:center;padding:25px 15px;width:120px}@media only screen and (max-width:1024px){.current-payment__payment-item{height:100px;width:170px}}.current-payment__payment-item svg{height:-webkit-fit-content;height:fit-content;width:100%}.current-payment__payment-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);justify-items:center}@media only screen and (max-width:1024px){.current-payment__payment-list{gap:15px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.current-payment__right{align-items:center;display:flex;grid-row:1;justify-content:center}}.current-payment__right svg{height:auto;width:100%}.current-payment__right svg *{fill:#282828}@media only screen and (max-width:768px){.current-payment__right svg{width:60%}}.current-payment__title{color:#fff;font-family:Roboto,sans-serif;font-size:36px;font-weight:600;margin-bottom:20px;text-align:center}@media only screen and (max-width:768px){.current-payment__title{display:none}}.current-payment__form{display:flex;flex-direction:column;height:100%}.current-payment__form-content{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.current-payment__error{color:red;font-size:10px;position:absolute;top:100%}[dir=ltr] .current-payment__error{left:0}[dir=rtl] .current-payment__error{right:0}.current-payment__group{min-width:280px;position:relative;width:100%}.current-payment__group_limits{font-size:.8em}.current-payment__group-input-wrapper{align-items:flex-end;display:flex;width:100%}[dir=ltr] .current-payment__user-currency{padding-right:16px}[dir=rtl] .current-payment__user-currency{padding-left:16px}.current-payment__estimate-amount{font-size:.9em;position:relative;text-align:center;width:150px}[dir=ltr] .current-payment__estimate-amount{margin-left:10px}[dir=rtl] .current-payment__estimate-amount{margin-right:10px}.current-payment__estimate-amount_isLoader{width:70px}[dir=ltr] .current-payment__estimate-amount_isLoader{margin-left:0}[dir=rtl] .current-payment__estimate-amount_isLoader{margin-right:0}.current-payment__info{color:#fff;display:inline-block;margin-top:3px;text-transform:uppercase}.current-payment__info-text{color:#c1a33f}.current-payment__block{border:3px solid #dedede;border-radius:5px;margin-bottom:18px;padding:10px 7px;position:relative}.current-payment__block:last-child{margin-bottom:0}.current-payment__block-title{background:#282828;border-radius:10px;color:#ffffff4d;display:inline-block;padding:3px 8px;position:absolute;text-transform:capitalize;top:-13px}[dir=ltr] .current-payment__block-title{left:10px}[dir=rtl] .current-payment__block-title{right:10px}.current-payment__code-wrapper{word-wrap:break-word;background-color:#3f3f3f;border-radius:10px;padding:15px;position:relative;width:100%}.current-payment__code-copy-wrapper{height:calc(100% - 20px);position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .current-payment__code-copy-wrapper{right:10px}[dir=rtl] .current-payment__code-copy-wrapper{left:10px}.current-payment__code-text{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media only screen and (max-width:768px){.current-payment__code-text{max-width:400px}}@media only screen and (max-width:475px){.current-payment__code-text{max-width:80vw}}.current-payment__buttons{align-items:center;display:flex;gap:10px;justify-content:space-between}.current-payment__required{color:#c21a13}.now-payments{flex-grow:1;height:100%;width:100%}.now-payments,.now-payments__info{display:flex;flex-direction:column}.now-payments__info{background:var(--Field-bg);border-radius:var(--border-radius);color:var(--Field-color);margin-block:15px;padding:15px}.now-payments__info-button{--Button-height:44px;margin-top:25px}.payment-field-group{margin-bottom:7px;position:relative;width:100%}.payment-field-group__error{color:red;font-size:10px;position:absolute;top:100%}[dir=ltr] .payment-field-group__error{left:0}[dir=rtl] .payment-field-group__error{right:0}.payment-field-group__required{color:#c21a13}.description-block{background:hsla(0,0%,100%,.102);border-radius:8px;display:flex;flex-direction:column;gap:16px;margin:10px 0 15px;padding:16px;width:100%}.description-block__header{align-items:center;display:flex;gap:5px}.description-block__info-svg{display:flex}.description-block__text{color:#bbb;width:100%}.description-block ul{display:flex;flex-direction:column;font-size:14px;gap:10px;line-height:20px;list-style-type:none}.template-amount{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}.template-amount__item-container{cursor:pointer;flex-direction:column}.template-amount__item-container,.template-amount__item-content{align-items:center;display:flex;justify-content:center;width:100%}.template-amount__item-content{background:hsla(0,0%,100%,.102);border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;line-height:normal;padding:8px 0}.template-amount__item-info{border-radius:1000px;display:none;line-height:100%;margin-top:-13%;padding:4px 10px}.choose-payment-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.choose-payment-wrapper__buttons{display:flex;gap:16px;margin-top:auto;padding-bottom:16px;width:100%}.dropzone-wrapper_isDragActive{-webkit-backdrop-filter:brightness(.7);backdrop-filter:brightness(.7)}.payment-screens{border-radius:var(--border-radius);display:flex;flex-direction:column;gap:8px;margin-bottom:15px;width:100%}.payment-screens__dropzone{width:100%}.payment-screens__header{font-size:15px;font-weight:700}.payment-screens__info{color:#bbb;font-size:14px}.payment-screens__files-wrapper{display:flex;width:100%}.payment-screens__files-wrapper_isHasFiles{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.payment-screens__file-wrapper{align-items:center;aspect-ratio:1/.75;border:3px solid hsla(0,0%,100%,.102);border-radius:10px;color:#bbb;display:flex;font-size:12px;height:100%;justify-content:center;overflow:hidden;padding:10px;position:relative;text-align:center}.payment-screens__file-wrapper_click{cursor:pointer}.payment-screens__image{height:auto;max-width:100%}.payment-screens__delete-button{align-items:center;border:2px solid var(--brand);border-radius:var(--border-radius);color:var(--brand);cursor:pointer;display:flex;font-size:13px;font-weight:900;height:20px;justify-content:center;padding:3px;position:absolute;top:3px;width:20px}[dir=ltr] .payment-screens__delete-button{right:3px}[dir=rtl] .payment-screens__delete-button{left:3px}.payment-screens__error{background-color:var(--brand);border-radius:5px;color:var(--brand-color);font-size:13px;font-weight:600;padding:2px 11px;width:100%}.payment-screens__button-icon{height:20px;width:auto}[dir=ltr] .payment-screens__button-icon{margin-right:5px}[dir=rtl] .payment-screens__button-icon{margin-left:5px}.payment-screens__button-text{line-height:20px}.payment-header{display:flex;flex-direction:column;padding:16px;width:100%}.payment-header__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.payment-header__header_isNeedBorder{border-bottom:1px solid hsla(0,0%,100%,.102);padding-bottom:20px}.payment-header__header-close{cursor:pointer;height:15px;width:15px}.payment-header__header-close:hover{opacity:.8}.payment-header__navigation{border-bottom:1px solid hsla(0,0%,100%,.102);padding-bottom:20px}.payment-header__bread{align-items:center;color:var(--Profile-color2);display:flex;width:100%}.payment-header__bread-arrow{cursor:pointer;height:15px;width:15px}[dir=ltr] .payment-header__bread-arrow{margin-right:10px}[dir=rtl] .payment-header__bread-arrow{margin-left:10px}.payment-header__bread-divider{margin:0 3px}.payment-header__navigation{align-items:center;display:flex;gap:10px;justify-content:space-between}.payment-layout{overflow:hidden;padding:16px 0;width:100%}.payment-layout,.payment-layout__inner{display:flex;flex-direction:column;flex-grow:1;height:100%}.payment-layout__inner{overflow:auto;padding:0 16px}.payment-wrapper{background:var(--Profile-bg);color:var(--Profile-color);display:flex;flex-direction:column;height:var(--vh);position:relative;width:100vw}@media only screen and (min-width:768px){.payment-wrapper{border-radius:var(--border-radius);height:calc(var(--vh)*.8);max-width:544px}}@media only screen and (max-width:768px){.payment-wrapper{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);height:100%}}.deposit__group,.success-payment,.withdrawal__group{height:100%;width:100%}.success-payment{display:flex;flex-direction:column;padding:10px 10px 40px;position:relative}@media only screen and (min-width:768px){.success-payment{max-width:96vw;width:400px}}.success-payment__content{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:16px}.success-payment__text{display:inline-block;font-size:.9em;font-weight:400;margin:30px 0;text-align:center}.withdraw-cancel{display:flex;flex-direction:column;margin:auto;padding:10px;position:relative;width:100%}.withdraw-cancel__container{border-radius:4px;height:100%;max-width:425px;width:100%}.withdraw-cancel__form{overflow-y:auto;padding:1.5rem 1rem 1rem}@media only screen and (min-width:768px){.withdraw-cancel__form{display:flex;flex-wrap:wrap;overflow:hidden}}.withdraw-cancel__text{font-size:18px;margin-bottom:10px;text-align:center}.withdraw-cancel__text_notice{color:var(--brand)}.withdraw-cancel__section{display:flex;flex-direction:column;width:100%}.withdraw-cancel__buttons{align-items:stretch;display:flex;gap:10px;justify-content:center;padding:1rem 0 0;width:100%}.transfer-comment{background:#1e1d1d;height:-webkit-max-content;height:max-content;margin:auto;max-width:400px;min-width:300px}@media only screen and (max-width:475px){.transfer-comment{max-width:inherit;min-width:inherit;width:calc(100vw - 20px)}}.transfer-comment__container{color:#fff;padding:1.5rem 1rem 1rem}[dir=ltr] .transfer-comment__container{box-shadow:4px 4px 16px 2px #000}[dir=rtl] .transfer-comment__container{box-shadow:-4px 4px 16px 2px #000}.transfer-comment__text{font-size:19px;margin-bottom:30px;text-align:center;word-break:break-word}.transfer-comment__support-link{background-color:#d1a641;border-radius:.1875rem;color:#181818;display:block;padding:10px}.transfer-comment__buttons{align-items:stretch;display:flex;gap:10px;justify-content:center;padding:1rem 0 0;width:100%}.transfer-comment__button-wrapper{max-width:130px;text-align:center;width:100%}.transfer-comment__button-wrapper button{font-size:11px;text-transform:none!important;white-space:inherit!important}.sport-modal{background:var(--Modal-bg);border-radius:8px;display:flex;flex-direction:column;position:relative;width:381px}@media only screen and (max-width:768px){.sport-modal{margin:0 16px;width:calc(100vw - 32px)}}.sport-modal__header{align-items:center;border-bottom:1px solid var(--Modal-border-color);display:flex;justify-content:space-between;padding:16px}.sport-modal__header-title{font-size:16px;font-weight:700;vertical-align:middle}.sport-modal__header-cross{cursor:pointer;height:12px;width:12px}.sport-modal__header-cross:hover{opacity:.7}.sport-modal__items{display:flex;flex-direction:column;gap:16px;padding:16px;width:100%}@media only screen and (max-width:768px){.sport-modal__items{gap:12px;justify-content:space-between}}.sport-modal__items_isBetHistory{flex-direction:column;gap:12px}.sport-modal__item{align-items:center;background:var(--main-bg);border-radius:4px;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:16px;position:relative;transition:all .3s ease;width:100%}.sport-modal__item-icon{height:100%;position:absolute;top:0}[dir=ltr] .sport-modal__item-icon{right:16px}[dir=rtl] .sport-modal__item-icon{left:16px}.sport-modal__item:hover{opacity:.8}.sport-modal__text{text-wrap:nowrap;color:#fff;font-size:16px;font-weight:500;line-height:19.4px;text-decoration:none}@media only screen and (max-width:768px){.sport-modal__text{font-size:14px}}.profile-modal-header{align-items:center;display:flex;font-size:20px;justify-content:space-between}@media only screen and (max-width:768px){.profile-modal-header{font-size:16px}}.profile-modal-header__username{font-size:18px}.profile-modal-header__arrow,.profile-modal-header__close{cursor:pointer;height:15px;width:15px}.profile-modal-header__arrow:hover,.profile-modal-header__close:hover{opacity:.7}.profile-modal{--Profile-Modal-padding-scroll:5px;--Profile-Modal-padding-x:30px;--Profile-Modal-padding-y:30px;--Field-height:40px;--Field-bg:#ffffff1a;--Field-color:#ffffff80;--Field-label-color:#ffffffbf}@media only screen and (max-width:768px){.profile-modal{--Profile-Modal-padding-x:20px;--Profile-Modal-padding-y:20px}}.profile-modal{background:var(--Profile-bg);border-radius:var(--Modal-border-radius);color:var(--Profile-color);display:flex;flex-direction:column;height:100%;max-height:calc(var(--vh)*.8);max-width:70vw;min-width:840px;overflow:hidden;padding:0 var(--Profile-Modal-padding-scroll) var(--Profile-Modal-padding-scroll);width:100%}@media only screen and (max-width:768px){.profile-modal{border-bottom-left-radius:0;border-bottom-right-radius:0;height:var(--vh);max-height:var(--vh);max-width:100vw;min-width:auto;width:100vw}}.profile-modal__header{margin-bottom:50px;padding:var(--Profile-Modal-padding-y) var(--Profile-Modal-padding-x) 0}.profile-modal__content{display:flex;flex-direction:column;flex-grow:1;height:100%;max-height:100%;min-height:calc(var(--vh)*.6);overflow:auto;overscroll-behavior:none;padding:0 var(--Profile-Modal-padding-x) var(--Profile-Modal-padding-y);position:relative}.wheel-timer{background-color:#b471ff;border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;cursor:pointer;display:block;height:45px;margin:0 auto;outline:none;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:240px}[dir=ltr] .wheel-timer{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .wheel-timer{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}.wheel-timer__container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.clock{color:#f5f6f7;display:flex;font-size:16px;font-weight:700;white-space:nowrap}[dir=ltr] .clock__label{margin-right:5px}[dir=rtl] .clock__label{margin-left:5px}@media(max-width:1000px){.clock__label{font-size:14px}}.clock__time{display:block;overflow:inherit;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1000px){.clock__time{font-size:14px}}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:420px;width:320px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:320px;width:320px}}.roulette-game__container_isHidden{display:none}.roulette-game__container_isWinBlock{height:448px;padding-top:50px}.roulette-game__wheel{display:flex;position:relative}.roulette-game__img{height:348px;margin:0;padding:0;width:348px}@media only screen and (max-width:475px){.roulette-game__img{height:320px;width:320px}}.roulette-game__img_light{animation:lightRot 2s infinite none}.roulette-game__img_diamonds,.roulette-game__img_light{position:absolute;z-index:1}.roulette-game__data-on-wheel{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .roulette-game__data-on-wheel{left:0}[dir=rtl] .roulette-game__data-on-wheel{right:0}.roulette-game__data-on-wheel__container{display:inline-block;height:100%;position:relative;width:100%}.roulette-game__data-on-wheel__item{align-items:center;border-radius:348px;box-sizing:border-box;color:#fff;display:flex;font-size:20px;height:35px;padding:0 25px;position:absolute;top:156.5px;width:348px}[dir=ltr] .roulette-game__data-on-wheel__item{left:0}[dir=rtl] .roulette-game__data-on-wheel__item{right:0}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(40deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-40deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(80deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-80deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(160deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-160deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(200deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-200deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(280deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-280deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(320deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-320deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(36deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-36deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(108deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-108deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(252deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-252deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(324deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-324deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(32.7272727273deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-32.7272727273deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(65.4545454545deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-65.4545454545deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(98.1818181818deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-98.1818181818deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(130.9090909091deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-130.9090909091deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(163.6363636364deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-163.6363636364deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(196.3636363636deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-196.3636363636deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(229.0909090909deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-229.0909090909deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(261.8181818182deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-261.8181818182deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(294.5454545455deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-294.5454545455deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(327.2727272727deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-327.2727272727deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(30deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-30deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(150deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-150deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(210deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-210deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(330deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-330deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(27.6923076923deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-27.6923076923deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(55.3846153846deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-55.3846153846deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(83.0769230769deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-83.0769230769deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(110.7692307692deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-110.7692307692deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(138.4615384615deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-138.4615384615deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(166.1538461538deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-166.1538461538deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(193.8461538462deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-193.8461538462deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(221.5384615385deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-221.5384615385deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(249.2307692308deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-249.2307692308deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(276.9230769231deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-276.9230769231deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(304.6153846154deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-304.6153846154deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(332.3076923077deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-332.3076923077deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(25.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-25.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(77.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-77.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(128.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-128.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(231.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-231.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(282.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-282.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(334.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-334.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(24deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-24deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(48deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-48deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(96deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-96deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(168deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-168deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(192deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-192deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(264deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-264deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(312deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-312deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(336deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-336deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(22.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-22.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(67.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-67.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(112.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-112.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(157.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-157.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(202.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-202.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(247.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-247.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(292.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-292.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(337.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-337.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(-1turn)}.roulette-game__data-on-wheel__item_is-present{font-size:12px}@media only screen and (max-width:475px){.roulette-game__data-on-wheel__item{border-radius:320px;height:25px;padding:0 25px;top:147.5px;width:320px}}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;display:flex;height:25px;width:25px}[dir=ltr] .roulette-game__data-on-wheel img,[dir=ltr] .roulette-game__data-on-wheel__icon{transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel img,[dir=rtl] .roulette-game__data-on-wheel__icon{transform:rotate(-90deg)}@media only screen and (max-width:475px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:20px;width:20px}}.roulette-game__data-on-wheel__value{font-weight:700;position:relative}[dir=ltr] .roulette-game__data-on-wheel__value{left:10px;text-shadow:2px 2px 2px #000;transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px;text-shadow:-2px 2px 2px #000;transform:rotate(-180deg)}@media only screen and (max-width:475px){[dir=ltr] .roulette-game__data-on-wheel__value{left:6px}[dir=rtl] .roulette-game__data-on-wheel__value{right:6px}}.roulette-game__selector-img{height:84px;position:absolute;top:134px;width:152px;z-index:6}[dir=ltr] .roulette-game__selector-img{right:-28px}[dir=rtl] .roulette-game__selector-img{left:-28px}.roulette-game__selector-img_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__selector-img{height:74px;top:125px;width:140px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}.roulette-game__spin-btn{background-image:url(/static/media/btn-bg.3ec7a1aa8527b1c24efb.png);background-size:cover;bottom:0;height:125px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:125px;z-index:5}.roulette-game__spin-btn_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__spin-btn{height:105px;width:105px}}.roulette-game__spin-btn_container{height:100%;position:relative;width:100%}.roulette-game__spin-btn_text{bottom:0;display:inline;left:0;margin:auto;position:absolute;right:0;top:0;width:80%}.roulette-game__bottom-heading{bottom:-50px;height:85px;position:absolute;width:100%}.roulette-game__bottom-heading_img{width:100%}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-110px;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-weight:700;height:45px;left:0;margin:0 auto;outline:none;position:absolute;right:0;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:240px}[dir=ltr] .roulette-game__btn-spin{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .roulette-game__btn-spin{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (max-width:1440px){.roulette-game__btn-spin{font-size:16px}}.roulette-game__btn-spin_hidden{opacity:0}.roulette-game__btn-spin_inner{align-items:center;display:flex;height:100%;justify-content:center;white-space:nowrap;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}.roulette-game__btn-spin_isCost{margin-bottom:.5rem;position:static}.roulette-game__win-block{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;width:100%}.roulette-game__top-block{height:21.5625rem;position:relative;width:21.5625rem}@media only screen and (max-width:768px){.roulette-game__top-block{height:15.5625rem;width:15.5625rem}}.roulette-game__top-block__img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.roulette-game__top-block__img_lucky{z-index:1}.roulette-game__mid-block{align-items:center;background-color:#0f101180;border-radius:10px;color:#5ddb1c;display:flex;font-size:1.125rem;font-weight:800;height:3rem;justify-content:center;line-height:3rem;padding:5px;text-align:center;width:16.25rem}.roulette-game__mid-block__icon{height:1.5rem;width:1.5rem}[dir=ltr] .roulette-game__mid-block__icon{margin-right:.5rem}[dir=rtl] .roulette-game__mid-block__icon{margin-left:.5rem}.roulette-game__mid-block__currency{color:#fff}[dir=ltr] .roulette-game__mid-block__currency{margin-left:.5rem}[dir=rtl] .roulette-game__mid-block__currency{margin-right:.5rem}.roulette-game__bot-block{margin-top:3rem}.roulette-game__btn-view{background-color:var(--primary-color);border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-size:1.25rem;font-weight:700;height:3rem;outline:none;padding:0 3rem}[dir=ltr] .roulette-game__btn-view{background-image:conic-gradient(from 1turn,#43b309,#5ddb1c)}[dir=rtl] .roulette-game__btn-view{background-image:conic-gradient(from -1turn,#43b309,#5ddb1c)}.roulette-game__btn-view_inner{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.roulette-game__wheel-wrapper{position:relative}@keyframes lightRot{0%{transform:rotate(22.5deg)}50%{transform:rotate(22.5deg)}50.1%{transform:rotate(0)}to{transform:rotate(0)}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(var(--vh) - 16.4rem);padding:.75rem 2.2rem;position:relative}@media only screen and (max-width:768px){.wheel-game{height:calc(var(--vh) - 12rem)}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.wheel-game__currency-icon{align-items:center;background:#00aa8d;border-radius:4px;display:flex;font-size:16px;height:100%;justify-content:center;rotate:90deg;width:100%}@media only screen and (max-width:768px){.wheel-game__currency-icon{font-size:13px}}.wheel-game-history__modal{align-items:center;background-color:#17181b;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:464px}@media(max-width:540px){.wheel-game-history__modal{margin:0 auto;max-height:85vh;padding:4rem .2rem 3rem;width:94vw}}.wheel-game-history__close{align-items:center;background-color:#17181b;border:none;border-radius:1.25rem;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;top:.5rem;width:2rem;z-index:10}[dir=ltr] .wheel-game-history__close{right:.5rem}[dir=rtl] .wheel-game-history__close{left:.5rem}@media(max-width:540px){.wheel-game-history__close{top:.3rem}[dir=ltr] .wheel-game-history__close{right:.3rem}[dir=rtl] .wheel-game-history__close{left:.3rem}.wheel-game-history__close svg{height:1rem;width:1rem}}.wheel-game-history__close svg{fill:#99a4b099;height:2rem;width:2rem}.wheel-game-history__history{background:#1e2024;border-radius:1.25rem;box-sizing:border-box;max-height:85vh;overflow-y:scroll;padding:.25rem .625rem 1rem;width:100%}.wheel-game-history__history-container{color:#99a4b0cc;width:100%}.wheel-game-history__heading{align-items:center;box-sizing:border-box;display:flex;font-size:16px;justify-content:space-between;line-height:1.25rem;margin-bottom:.9rem;padding:0 1.75rem;width:100%}.wheel-game-history__heading__claimed-amount{align-items:center;color:#fff;display:flex;justify-content:center}.wheel-game-history__table{font-size:16px}.wheel-game-history__row{align-items:center;background-color:#23252a;border-radius:15px;display:flex;height:4.3rem;justify-content:space-between;margin-bottom:.125rem;padding:0 1rem;text-align:center}.wheel-game-history__row_isHeading{background-color:#0000;height:3.9rem}.wheel-game-history__col-head{color:#5f6975cc;width:33%}[dir=ltr] .wheel-game-history__col-head_isDate{text-align:left}[dir=rtl] .wheel-game-history__col-head_isDate{text-align:right}.wheel-game-history__col-head_isType{text-align:center}[dir=ltr] .wheel-game-history__col-head_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col-head_isAmount{text-align:left}.wheel-game-history__col{width:33%}.wheel-game-history__col_time{color:#5f6975cc;font-size:14px;font-weight:400}.wheel-game-history__col_time:last-child{margin-bottom:0}[dir=ltr] .wheel-game-history__col_isDate{text-align:left}[dir=rtl] .wheel-game-history__col_isDate{text-align:right}.wheel-game-history__col_isType{color:#99a4b0;text-align:center}.wheel-game-history__col_isAmount{align-items:center;color:#43b309;display:flex;font-weight:700;justify-content:flex-end}[dir=ltr] .wheel-game-history__col_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col_isAmount{text-align:left}.wheel-game-history__coin-icon{height:1.25rem;width:1.25rem}[dir=ltr] .wheel-game-history__coin-icon{margin:0 .3125rem 0 0}[dir=rtl] .wheel-game-history__coin-icon{margin:0 0 0 .3125rem}[dir=ltr] .wheel-game-history__coin-icon_isUnlocked{margin-left:.5625rem}[dir=rtl] .wheel-game-history__coin-icon_isUnlocked{margin-right:.5625rem}[dir=ltr] .wheel-game-history__coin-icon_isHeading{margin-left:.5rem}[dir=rtl] .wheel-game-history__coin-icon_isHeading{margin-right:.5rem}.wheel-game-history__coin-icon_isCol{height:1.3rem;width:1.3rem}[dir=ltr] .wheel-game-history__coin-icon_isCol{margin-left:.3125rem}[dir=rtl] .wheel-game-history__coin-icon_isCol{margin-right:.3125rem}@keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}.notify-container{align-items:center;display:flex;height:var(--vh);justify-content:center;position:fixed;width:100vw;z-index:200}.notify-container:nth-of-type(n+2){display:none}.notify-container__background{background:#000;height:100%;opacity:.7;position:absolute;top:0;width:100%}[dir=ltr] .notify-container__background{left:0}[dir=rtl] .notify-container__background{right:0}.notify-container__container{background:var(--Modal-bg);border-radius:20px;color:var(--Modal-color);display:flex;flex-direction:column;justify-content:center;max-width:420px;overflow:hidden;position:relative;width:94%}.notify-container__header{align-content:center;background:var(--brand);color:var(--brand-color);display:flex;font-size:20px;font-weight:700;justify-content:center;padding:20px 0;text-transform:uppercase;white-space:nowrap}.notify-container__content{height:100%;position:relative;width:100%}.notify-container__value{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0;width:100%}.notify-container__text{font-size:18px;font-weight:400;text-align:center}.notify-container__amount{font-size:74px;font-weight:700;letter-spacing:-1px}.notify-container__amount-wrapper{align-items:center;display:flex;justify-content:center;padding:15px 45px 5px}.notify-container__currency{font-size:24px;font-weight:700;text-align:center}.notify-container__button{--Button-height:50px;margin:20px auto 0;width:90%}.notify-container__logo{height:50px;position:relative;z-index:2}.notify-container__logo-wrapper{align-items:center;border-top:1px solid var(--main-border-color);display:flex;justify-content:center;margin-top:30px;padding:30px 0;position:relative}.notify-container__logo-wrapper:before{--bonus-circle-width:85%;aspect-ratio:1;background:var(--brand);border-radius:50%;content:" ";display:block;filter:blur(65px);height:auto;left:0;margin:0 auto;position:absolute;right:0;top:55%;width:var(--bonus-circle-width);z-index:1}.page-loading{height:100%;min-height:calc(var(--vh) - var(--Header-height))}.app{width:100%}@media only screen and (min-width:768px){.app{min-width:1200px}.app::-webkit-scrollbar{height:4px;width:4px}}@media only screen and (min-width:768px)and (max-width:768px){.app::-webkit-scrollbar{height:2px;width:2px}}@media only screen and (min-width:768px){.app::-webkit-scrollbar-thumb{background:var(--brand);background-clip:content-box;border-radius:14px}.app::-webkit-scrollbar-track{background-color:var(--secondary-bg)}}.app__main{display:flex;flex-direction:column;flex-grow:1;width:100%}@media only screen and (min-width:768px){.app__main{padding-top:var(--banner-height);transition:padding-top .2s ease-in-out}}.app__main-inner{display:flex;flex-direction:column;position:relative;width:100%}@media only screen and (max-width:768px){.app__main-inner{padding-bottom:var(--BottomMenu-height)}}.app__content{margin:0 auto;width:100%}.app__content,.app__content-wrapper{display:flex;flex-direction:column;flex-grow:1}.app__content-wrapper{min-height:calc(var(--vh) - var(--Header-height))}@media only screen and (max-width:768px){.app__content-wrapper{min-height:var(--vh);padding-top:calc(var(--Header-height) + var(--banner-height));transition:padding-top .2s ease-in-out}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{top:1em}[dir=ltr] .Toastify__toast-container--top-left{left:1em}[dir=rtl] .Toastify__toast-container--top-left{right:1em}.Toastify__toast-container--top-center{top:1em}[dir=ltr] .Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em}[dir=ltr] .Toastify__toast-container--top-right{right:1em}[dir=rtl] .Toastify__toast-container--top-right{left:1em}.Toastify__toast-container--bottom-left{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-left{left:1em}[dir=rtl] .Toastify__toast-container--bottom-left{right:1em}.Toastify__toast-container--bottom-center{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-right{right:1em}[dir=rtl] .Toastify__toast-container--bottom-right{left:1em}@media only screen and (max-width:480px){.Toastify__toast-container{margin:0;padding:0;width:100vw}[dir=ltr] .Toastify__toast-container{left:0}[dir=rtl] .Toastify__toast-container{right:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}[dir=ltr] .Toastify__toast-container--rtl{left:auto;right:0}[dir=rtl] .Toastify__toast-container--rtl{left:0;right:auto}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}[dir=ltr] .Toastify__toast{direction:ltr}[dir=ltr] .Toastify__toast--rtl,[dir=rtl] .Toastify__toast{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;opacity:.7;position:absolute;width:100%;z-index:9999;z-index:var(--toastify-z-index)}[dir=ltr] .Toastify__progress-bar{left:0;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;transform-origin:right}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;transform-origin:left}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;box-sizing:border-box;height:20px;width:20px}[dir=ltr] .Toastify__spinner{border-right-color:#616161;border-right-color:var(--toastify-spinner-color)}[dir=rtl] .Toastify__spinner{border-left-color:#616161;border-left-color:var(--toastify-spinner-color)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:inherit;border:0;box-sizing:border-box;font-stretch:inherit;font-style:inherit;font-variant:inherit;line-height:inherit;margin:0;padding:0;vertical-align:initial}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}ol,p,ul{margin-bottom:8px;margin-top:0}a{-webkit-text-decoration-skip:objects;background-color:#0000;color:currentColor;text-decoration:none}a:hover{color:#65c84b;color:var(--brand);text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border:none;color:inherit}button,button:focus{outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{outline:none;overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}:root{--Field-bg-disabled:#202433;--Modal-border-radius:15px;--Calendar-bg:var(--Field-item-bg);--brand:#65c84b;--brand-color:#fff;--brand-border-color:var(--brand);--brand-gradient:linear-gradient(90deg,hsl(from #65c84b h s l/0.8) -15.71%,rgba(47,203,48,.562) 118.11%);--primary-bg:#181c2b;--primary-color:#fff;--primary-border-color:#ffffff1a;--main-bg:#262a3a;--main-color:#fff;--main-color2:#acafb0;--main-border-color:#ffffff1a;--main-border-color2:#ffffff1a;--secondary-bg:#262a3a;--secondary-color:#fff;--secondary-border-color:#ffffff1a;--tertiary-bg:#2f3240;--tertiary-color:#888;--tertiary-color2:#fff;--tertiary-border-color:#ffffff1a;--Profile-bg:#262a3a;--Profile-color:#ffffffbf;--Profile-color2:#fff;--Modal-bg:#262a3a;--Modal-color:#fff;--Field-bg:#ffffff1a;--Field-color:#fff;--Field-border-color:#0000;--Field-disabled-opacity:0.4;--Field-label-color:#fff;--Field-label-fz:14px;--Field-label-mb:6px;--Field-Item-bg:#3b3f4d;--Field-Item-color:#9494a0;--Field-Item-active-bg:var(--brand);--Field-Item-active-color:var(--brand-color);--Field-border-radius:5px;--Field-height:36px;--Field-padding-x:15px;--Fields-gap-x:10px;--Fields-gap-y:10px;--Fields-gap:15px;--main-gap:20px;--banner-height:0px;--Social-button-size:50px;--Header-height:70px;--SideMenu-width:350px;--ProfileMenu-width:100%;--BottomMenu-height:72px;--border-radius:5px}@media only screen and (max-width:768px){:root{--Header-height:100px;--SideMenu-width:75%}}.html-overflow-hidden body{overflow:hidden}#root,body,html{margin:0;padding:0;width:100%}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;height:100%}body{background-color:#181c2b;background-color:var(--primary-bg);color:#fff;color:var(--primary-color);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.15;margin:0;overflow-x:hidden;overflow-y:auto}@media only screen and (min-width:768px){body{min-height:100%;min-width:1200px;overflow-x:auto}}.html-mac ::-webkit-scrollbar{display:none}::-webkit-scrollbar{height:4px;width:4px}@media only screen and (max-width:768px){::-webkit-scrollbar{height:2px;width:2px}}::-webkit-scrollbar-thumb{background:#65c84b;background:var(--brand);background-clip:content-box;border-radius:14px}::-webkit-scrollbar-track{background-color:#262a3a;background-color:var(--secondary-bg)}