@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700,900);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);@import url(https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800);.spinner{align-items:center;background:#0009;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;max-height:100vh;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{animation:h 2.5s linear 0s infinite normal;border:3px solid #0000;border-radius:100%;height:90px;transform-origin:50% 50%;transition:all .5s ease-in-out;width:90px}[dir=ltr] .spinner__circle{border-color:#0000 #1fb65b #0000 #d5d5d5}[dir=rtl] .spinner__circle{border-color:#0000 #d5d5d5 #0000 #1fb65b}.spinner__label{animation:i 2s linear 0s infinite normal;color:#1fb65b;font-family:FontAwesome,sans-serif;font-size:.875em;font-weight:700;opacity:0;position:absolute;text-align:center;width:90px}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}.button{font-size:18px!important;padding:0 24px!important}@media only screen and (max-width:1024px){.button{font-size:14px!important;padding:0 12px!important}}.button_colors_main{background-color:#1fb65b!important;border:2px solid #1fb65b!important;border-radius:5px!important;color:#fff!important}.button_colors_main:hover{background-color:#1fb65b;border-color:#1fb65b;opacity:.8}.button_colors_main:focus{background-color:#1fb65b}.button_colors_main:disabled{background-color:#1fb65b;opacity:.5}.button_colors_main:disabled:hover{opacity:.5}.button_colors_secondary{background-color:#0000!important;border:2px solid #1fb65b!important;border-radius:5px!important;color:#1fb65b!important}.button_colors_secondary:hover{background-color:#0000;border-color:#1fb65b;opacity:.8}.button_colors_secondary:focus{background-color:#0000}.button_colors_secondary:disabled{background-color:#0000;opacity:.5}.button_colors_secondary:disabled:hover{opacity:.5}.button_colors_territory{background-color:#0000!important;border:2px solid #0000!important;border-radius:5px!important;color:#1fb65b!important;font-weight:400!important;padding:0!important}.button_colors_territory:hover{background-color:#0000;border-color:#0000;opacity:.8}.button_colors_territory:focus{background-color:#0000}.button_colors_territory:disabled{background-color:#0000;opacity:.5}.button_colors_territory:disabled:hover{opacity:.5}.button_colors_banner{background-color:#fff!important;border:2px solid #fff!important;border-radius:5px!important;color:#1fb65b!important}.button_colors_banner:hover{background-color:#fff;border-color:#fff;opacity:.8}.button_colors_banner:focus{background-color:#fff}.button_colors_banner:disabled{background-color:#fff;opacity:.5}.button_colors_banner:disabled:hover{opacity:.5}.button_colors_cancel{background-color:#e74c3c!important;border:2px solid #e74c3c!important;border-radius:5px!important;color:#fff!important}.button_colors_cancel:hover{background-color:#e74c3c;border-color:#e74c3c;opacity:.8}.button_colors_cancel:focus{background-color:#e74c3c}.button_colors_cancel:disabled{background-color:#e74c3c;opacity:.5}.button_colors_cancel:disabled:hover{opacity:.5}.button_colors_cancelOutline{background-color:#0000!important;border:2px solid #e74c3c!important;border-radius:5px!important;color:#e74c3c!important}.button_colors_cancelOutline:hover{background-color:#0000;border-color:#e74c3c;opacity:.8}.button_colors_cancelOutline:focus{background-color:#0000}.button_colors_cancelOutline:disabled{background-color:#0000;opacity:.5}.button_colors_cancelOutline:disabled:hover{opacity:.5}.button:disabled{cursor:not-allowed}.button_rounded{border-radius:150px!important}.button_uppercase button{text-transform:uppercase!important}.button_disabled{cursor:not-allowed}.button_loading{cursor:progress}.input{position:relative}.input_disabled .input__input-field,.input_disabled .input__label{opacity:.5}.input_full-width{width:100%}.input__input-container{display:block}.input__label{color:#111928;display:block;font-weight:500;line-height:150%;margin-bottom:12px}.input__input-field-container{align-items:center;background:#f2f2f2;border:1px solid #0000;display:flex;height:52px;padding:16px}.input__input-field-container:has(>.input__input-field:-webkit-autofill){background:#f2f2f2}.input__input-field-container .input__input-field:-webkit-autofill,.input__input-field-container .input__input-field:-webkit-autofill:active,.input__input-field-container .input__input-field:-webkit-autofill:focus,.input__input-field-container .input__input-field:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;box-shadow:inset 0 0 0 1000px #f2f2f2!important}.input__input-field-container_isError{background:#ffe4e4;border:1px solid #f05252}.input__input-field{background-color:#0000;border:none;box-shadow:none;color:#111928;font-size:16px;outline:none;padding:0;width:100%}.input__input-field::placeholder{color:#6b7280}.input__icon{color:#111928;flex-shrink:0;height:16px;width:16px}.input__icon_clickable{cursor:pointer}[dir=ltr] .input__icon_position_left{margin-right:10px}[dir=ltr] .input__icon_position_right,[dir=rtl] .input__icon_position_left{margin-left:10px}[dir=rtl] .input__icon_position_right{margin-right:10px}.input__description{color:#282828;font-weight:500;line-height:150%;margin-top:5px}.input__description_status_error{color:var(--input-description-error-color)}.reset-password-confirm-modal{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:670px}@media only screen and (max-width:1000px){.reset-password-confirm-modal{min-width:auto;width:calc(100vw - 32px)}}.reset-password-confirm-modal__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.reset-password-confirm-modal__close{height:16px;width:16px}.reset-password-confirm-modal__close *{stroke:#fff}.reset-password-confirm-modal__content{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px 32px;width:100%}.reset-password-confirm-modal__input-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center;width:100%}.reset-password-confirm-modal__button-wrapper{height:54px;width:100%}.reset-password-confirm-modal__button-wrapper button{width:100%}.reset-password-confirm-modal__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.reset-password-confirm-modal__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .reset-password-confirm-modal__label_required:after{right:-10px}[dir=rtl] .reset-password-confirm-modal__label_required:after{left:-10px}.reset-password-confirm-modal__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.reset-password-confirm-modal__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .reset-password-confirm-modal__info-wrapper button{text-align:left}[dir=rtl] .reset-password-confirm-modal__info-wrapper button{text-align:right}.reset-password-confirm-modal__logo{box-sizing:initial;height:27px}.reset-password-confirm-modal__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.reset-password-confirm{background-color:#1a242d;height:100%;min-height:var(--vh);width:100%}@media only screen and (min-width:1001px){.reset-password-confirm{border-radius:3px}}.reset-password-confirm__header{align-items:center;border-bottom:1px solid #1fb65b;color:#fff;display:flex;height:45px;justify-content:space-between;padding:0 1rem;width:100%}.reset-password-confirm__header h3{font-size:16px}@media only screen and (min-width:1001px){.reset-password-confirm__header{background:#0000;justify-content:flex-start;margin-bottom:1rem;padding:0}.reset-password-confirm__header h3{color:#fff;font-size:1.125rem;font-weight:800}}.reset-password-confirm__form{padding:16px 6px 6px}@media only screen and (min-width:1001px){.reset-password-confirm__form{align-items:flex-end;display:flex;flex-direction:column;padding:0}}.reset-password-confirm__item{color:#d5d5d5;display:flex;flex-direction:column;margin-bottom:10px;width:100%}@media only screen and (max-width:1000px){.reset-password-confirm__item{margin-top:10px}[dir=ltr] .reset-password-confirm__item{margin-right:0}[dir=rtl] .reset-password-confirm__item{margin-left:0}}.reset-password-confirm__item-input{height:34px}@media only screen and (max-width:1000px){.reset-password-confirm__item-input{height:50px}}.reset-password-confirm__item .MuiInput-root{color:#fff}@media only screen and (max-width:1000px){.reset-password-confirm__item .MuiInput-root{font-size:12px}}.reset-password-confirm__item .input__left-icon{height:25px;width:9px}.reset-password-confirm__label{font-size:11px;font-weight:700;margin-bottom:5px;width:100%}.reset-password-confirm__label-required{color:red}[dir=ltr] .reset-password-confirm__label-required{margin-left:5px}[dir=rtl] .reset-password-confirm__label-required{margin-right:5px}.reset-password-confirm__form-error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:10px;padding:2px 11px;width:100%}.reset-password-confirm__form-error small{color:#fff}.reset-password-confirm__button-wrapper{height:44px;min-width:130px}@media only screen and (min-width:1001px){.reset-password-confirm__button-wrapper{margin-top:15px}}@media only screen and (max-width:1000px){.reset-password-confirm__button-wrapper{height:50px;margin-top:15px}}.slot-back-button{align-items:center;cursor:pointer;display:flex;height:35px;position:fixed;top:5px;width:35px;z-index:100}[dir=ltr] .slot-back-button{right:50px}[dir=rtl] .slot-back-button{left:50px}@media only screen and (max-width:1000px){.slot-back-button{display:none}}.slot-back-button__goBack{fill:#000;height:100%;width:100%}.fullscreen-button{align-items:center;display:flex;height:35px;justify-content:center;overflow:hidden;position:absolute;top:5px;width:35px;z-index:11}[dir=ltr] .fullscreen-button{right:5px}[dir=rtl] .fullscreen-button{left:5px}@media only screen and (max-width:1000px){.fullscreen-button{display:none}}.fullscreen-button__fullscreen-icon{align-items:center;animation:shake 5s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:2s;backface-visibility:hidden;cursor:pointer;display:flex;height:80%;justify-content:center;position:relative;width:80%}.fullscreen-button__fullscreen-icon *{fill:#000}@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)}}.slot-frame{display:flex;height:calc(100vh - 3.5rem);min-height:700px;min-width:100%;width:100%;z-index:100}@media only screen and (max-width:1000px){.slot-frame{height:calc(100vh - 72px)}}.slot-frame__wrapper{align-items:flex-end;display:flex;flex-grow:1;flex-shrink:0;height:100%;position:relative;width:100%}.slot-frame__iframe{background-size:cover;border:none;height:100%;width:100%}@media only screen and (max-width:1024px){.slot-frame__iframe{display:flex;flex-grow:1}}.rs-picker-select-menu{z-index:2000}.modal{background-color:#0006;height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_isFull{height:100vh;top:0}.modal__app-container{align-items:center;display:flex;font-size:1rem;height:100%;justify-content:center;transform:translateZ(0);width:100vw;z-index:15}@media only screen and (min-width:1450px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#000000a6;height:100vh;overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{overflow:hidden;position:relative}.modal__content-container_bordered{border-radius:.25rem}.modal__close-block,.modal__save-block{align-items:center;background-color:#3f4451;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;top:5px;width:30px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:5px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:5px}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}.success-verify-email{align-items:center;background:#fff;color:#bbb;display:flex;flex-direction:column;max-width:670px;width:100vw}@media only screen and (max-width:1000px){.success-verify-email{max-width:calc(100vw - 24px)}}.success-verify-email__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.success-verify-email__close{height:16px;width:16px}.success-verify-email__close *{stroke:#fff}.success-verify-email__wrapper-input{width:100%}[dir=ltr] .success-verify-email__icon{margin-left:10px;transform:rotate(90deg)}[dir=rtl] .success-verify-email__icon{margin-right:10px;transform:rotate(-90deg)}.success-verify-email__content{padding:24px}.success-verify-email__body{width:100%}@media only screen and (max-width:1000px){.success-verify-email__body{width:100%}}.success-verify-email__sub-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px}.success-verify-email__title{color:#000;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;margin-bottom:24px;text-align:center}.success-verify-email__buttons{align-items:center;display:flex;justify-content:center;margin-bottom:24px;width:100%}.success-verify-email__logo{box-sizing:initial;height:27px}.success-verify-email__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.success-verify-email__btn-wrapper{height:40px;height:48px;margin:25px auto 0;min-height:40px;width:max-content}.success-verify-email__text{text-align:center}.success-verify-email__form{width:100%}.confirm-code{background-color:#f2f3f4;border-radius:12px;height:max-content;margin:auto;max-width:550px;min-width:300px;padding:2rem 2rem 20px}@media only screen and (max-width:1000px){.confirm-code{align-items:center;border-radius:0;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-width:inherit;padding:45px 25px 25px;width:100%}}@media only screen and (max-width:475px){.confirm-code{width:95vw}}.confirm-code__header{align-items:center;display:flex;font-size:24px;font-weight:600;justify-content:space-between;margin-bottom:12px;width:100%}.confirm-code__close{color:#1fb65b;cursor:pointer;font-weight:400}.confirm-code__text{color:#000;font-size:16px;font-weight:600;line-height:1.5}.confirm-code__content{background-color:#fff;padding:1.5rem}.confirm-code__buttons{display:flex;gap:12px;justify-content:space-between;margin-top:32px;width:100%}@media only screen and (max-width:475px){.confirm-code__buttons{flex-direction:column-reverse}}.confirm-code__button-wrapper{height:55px;width:100%}.confirm-code__button-wrapper button{font-size:14px!important;width:100%}.confirm-activate-bonus{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;max-width:45vw;padding:2.75rem 2.2rem 6rem;position:relative}@media only screen and (max-width:1024px){.confirm-activate-bonus{margin:0 auto;max-width:65vw}}@media only screen and (max-width:475px){.confirm-activate-bonus{max-width:90vw;padding:3rem 0 6rem}}.confirm-activate-bonus__person{width:10rem}.confirm-activate-bonus__button-wrapper{bottom:1rem;display:flex;justify-content:space-between;position:absolute;width:50%}[dir=ltr] .confirm-activate-bonus__button-wrapper{left:50%;transform:translateX(-50%)}[dir=rtl] .confirm-activate-bonus__button-wrapper{right:50%;transform:translateX(50%)}@media only screen and (max-width:1000px){.confirm-activate-bonus__button-wrapper{justify-content:space-evenly;width:100%}}.confirm-activate-bonus__button button{padding:8px 15px}.confirm-activate-bonus__text{font-size:1.65rem;margin-top:1rem;width:90%}.deposit-modal{align-items:center;background:#f2f3f4;display:flex;flex-direction:column;gap:32px;justify-content:center;padding:32px;position:relative;width:600px}@media only screen and (max-width:1024px){.deposit-modal{gap:16px;padding:16px;width:calc(100% - 24px)}[dir=ltr] .deposit-modal{margin-left:12px}[dir=rtl] .deposit-modal{margin-right:12px}}.deposit-modal__header{align-items:center;display:flex;font-size:32px;font-weight:700;justify-content:space-between;width:100%}.deposit-modal__close{cursor:pointer}.deposit-modal__currency,.deposit-modal__info,.deposit-modal__wallet{align-items:center;background:#fff;display:flex;gap:32px;justify-content:space-between;padding:24px;width:100%}@media only screen and (max-width:1024px){.deposit-modal__currency,.deposit-modal__info,.deposit-modal__wallet{gap:16px;padding:12px}}.deposit-modal__info{color:red;font-size:16px;text-align:center;text-transform:uppercase}.deposit-modal__info-amount{font-weight:800}.deposit-modal__rate{align-items:flex-end;display:flex;gap:10px;justify-content:flex-start;width:100%}.deposit-modal__rate-input{max-width:300px}.deposit-modal__rate-text{align-items:center;display:flex;font-size:16px;height:52px;justify-content:center;text-transform:uppercase}@media only screen and (max-width:1024px){.deposit-modal__rate-text{font-size:14px}}.deposit-modal__currency{flex-direction:column}@media only screen and (max-width:1024px){.deposit-modal__currency-text{font-size:16px}}.deposit-modal__wallet{align-items:center;display:flex;justify-content:center}.deposit-modal__wallet-address{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.deposit-modal__wallet-text_green{color:#1fb65b}.deposit-modal__wallet-input{background:#f2f3f4;position:relative;width:100%}.deposit-modal__wallet-input .input{width:95%}.deposit-modal__wallet-input-svg{cursor:pointer;position:absolute;top:calc(50% - 6px)}[dir=ltr] .deposit-modal__wallet-input-svg{right:8px}[dir=rtl] .deposit-modal__wallet-input-svg{left:8px}.deposit-modal__wallet-button{padding:15px!important;width:100%}.deposit-modal__wallet-qr{background:#f2f3f4;border-radius:15px;min-height:155px;min-width:155px;overflow:hidden;padding:15px;position:relative}.deposit-modal__wallet-qr svg{height:125px!important;width:125px!important}@media only screen and (min-width:1024px){.choose-document__all-methods{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;height:200px}}.choose-document__method{align-items:center;border:1px solid #1fb65b;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:auto;justify-content:flex-start;margin-bottom:16px;padding-bottom:22px;padding-top:22px;transition:all .35ms ease-in-out}[dir=ltr] .choose-document__method{text-align:left}[dir=rtl] .choose-document__method{text-align:right}@media only screen and (min-width:1024px){.choose-document__method{background-color:#0000;border-radius:4px;flex-direction:column;height:100%;padding:42px 8px 0;position:relative;width:100%}}.choose-document__method:hover{background-color:#f5f5f5}.choose-document__method:hover svg{filter:brightness(1.7)}.choose-document__method-icon{height:100%;width:100%}.choose-document__text{font-size:12px;font-weight:400;line-height:2}[dir=ltr] .choose-document__text{text-align:left}[dir=rtl] .choose-document__text{text-align:right}@media only screen and (min-width:1024px){.choose-document__text{margin-top:20px;text-align:center}}.choose-document__icon-wrapper{align-items:center;display:flex;height:50px;width:50px}@media only screen and (min-width:1024px){.choose-document__icon-wrapper{margin-top:10px}}@media only screen and (max-width:1000px){[dir=ltr] .choose-document__icon-wrapper{margin-right:10px}[dir=rtl] .choose-document__icon-wrapper{margin-left:10px}}.drop-zone{cursor:pointer;display:contents;text-align:center}.drop-zone_active{border:3px dashed #1fb65b}.documents{background-color:#fff;position:relative;width:100vw}@media only screen and (min-width:1001px){.documents{max-width:460px}}@media only screen and (max-width:1000px){.documents{height:var(--vh);overflow-y:auto}}.documents__header-sub-title{font-size:12px;font-weight:400;line-height:2}.documents__header{border-bottom:1px solid #1fb65b;font-size:.8rem;gap:5px;padding:24px 32px;position:relative;width:100%}[dir=ltr] .documents__header{text-align:left}[dir=rtl] .documents__header{text-align:right}.documents__header-title{font-size:20px;font-weight:600;line-height:1.6}.documents__header-close{background:#0000;cursor:pointer;outline:none;position:absolute;top:5px}[dir=ltr] .documents__header-close{right:5px}[dir=rtl] .documents__header-close{left:5px}.documents__header-close-icon{font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.documents__header span{border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}[dir=ltr] .documents__header span{border-left:4px solid #1fb65b}[dir=rtl] .documents__header span{border-right:4px solid #1fb65b}.documents__cards-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.documents__example{align-items:center;display:flex;height:110px;justify-content:center;margin-bottom:20px;max-width:100%;width:100%}.documents__example svg{height:100%;width:100%}.documents__card{align-items:center;border:1px solid #1fb65b;border-radius:4px;cursor:pointer;display:flex;gap:15px;height:110px;justify-content:flex-start;max-width:100%;overflow:hidden;transition:all .35s ease-in-out;width:100%}[dir=ltr] .documents__card{padding:22px 5px 22px 20px;text-align:left}[dir=rtl] .documents__card{padding:22px 20px 22px 5px;text-align:right}@media only screen and (max-width:1024px){.documents__card{margin-bottom:10px}}@media only screen and (max-width:475px){.documents__card{gap:12px}[dir=ltr] .documents__card{padding-left:10px}[dir=rtl] .documents__card{padding-right:10px}}.documents__card:hover{background-color:#f5f5f5}.documents__card-icon{height:100%;width:100%}.documents__content{padding:32px}.documents__icon{height:auto;width:46px}.documents__icon-wrapper{display:flex}.documents__text{font-size:12px;font-weight:400;line-height:2;margin-bottom:40px;margin-top:24px}[dir=ltr] .documents__text{text-align:left}[dir=rtl] .documents__text{text-align:right}.documents__text_card{margin:0}.documents__text_sub{font-size:10px;line-height:1.3;margin:0;max-width:100%}@media only screen and (max-width:1000px){.documents__text_sub{font-size:8px}}.documents__text-container{overflow:hidden}.documents__container{max-height:calc(var(--vh) - 100px);overflow-y:auto}.documents__error{background-color:#cb010180;border-radius:5px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;margin-top:5px;padding:2px 11px;width:100%}.documents__title{margin:5px 0 10px;text-align:center}.documents__buttons-wrapper{grid-gap:25px;bottom:5px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0 15px;width:100%}[dir=ltr] .documents__buttons-wrapper{left:0}[dir=rtl] .documents__buttons-wrapper{right:0}.documents__button-wrapper{height:40px}.documents__button-wrapper button{font-size:.85rem}.sign-in{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:670px}@media only screen and (max-width:1000px){.sign-in{min-width:auto;width:calc(100vw - 32px)}}.sign-in__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.sign-in__close{height:16px;width:16px}.sign-in__close *{stroke:#fff}.sign-in__content{align-items:center;gap:24px;justify-content:space-between;padding:24px 32px}.sign-in__content,.sign-in__input-wrapper{display:flex;flex-direction:column;width:100%}.sign-in__input-wrapper{align-items:flex-start;gap:12px;justify-content:center}.sign-in__button-wrapper{height:54px;width:100%}.sign-in__button-wrapper button{width:100%}.sign-in__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.sign-in__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .sign-in__label_required:after{right:-10px}[dir=rtl] .sign-in__label_required:after{left:-10px}.sign-in__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.sign-in__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .sign-in__info-wrapper button{text-align:left}[dir=rtl] .sign-in__info-wrapper button{text-align:right}.sign-in__logo{box-sizing:initial;height:27px}.sign-in__logo-wrapper{border-top:1px solid #cdcdcd;padding-top:24px;width:100%}.check-box,.sign-in__logo-wrapper{align-items:center;display:flex;justify-content:center}.check-box{background:#fff;border-radius:4px;box-sizing:border-box;cursor:pointer;flex-shrink:0;height:16px;position:relative;transition:all .3s ease-in;-webkit-user-select:none;user-select:none;width:16px}.check-box__input{display:none}.check-box_variant_main{background:#f2f2f2}.check-box__check{display:block;height:100%;width:14px}.check-box_view{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .check-box_view{left:0}[dir=rtl] .check-box_view{right:0}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{align-items:center;appearance:button;-webkit-appearance:button;background-color:#fff;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));box-sizing:border-box;cursor:pointer;display:flex;height:36px;height:var(--react-international-phone-height,36px);justify-content:center;margin:0;padding:0;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:initial}.react-international-phone-country-selector-button__button-content{align-items:center;display:flex;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-left:4px solid #0000;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid #0000;border-top:4px solid #777;border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);transition:all .1s ease-out}[dir=ltr] .react-international-phone-country-selector-button__dropdown-arrow{margin-right:4px}[dir=rtl] .react-international-phone-country-selector-button__dropdown-arrow{margin-left:4px}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:#999;border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{box-sizing:border-box;height:24px;height:var(--react-international-phone-flag-height,24px);width:24px;width:var(--react-international-phone-flag-width,24px)}.react-international-phone-country-selector-dropdown{background-color:#fff;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:2px 2px 16px #00000040;box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px #00000040);color:#222;color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));display:flex;flex-direction:column;list-style:none;margin:0;max-height:200px;overflow-y:scroll;padding:4px 0;position:absolute;top:44px;top:var(--react-international-phone-dropdown-top,44px);width:300px;z-index:1}[dir=ltr] .react-international-phone-country-selector-dropdown{left:0;left:var(--react-international-phone-dropdown-left,0)}[dir=rtl] .react-international-phone-country-selector-dropdown{right:0;right:var(--react-international-phone-dropdown-left,0)}.react-international-phone-country-selector-dropdown__preferred-list-divider{background:#dcdcdc;background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc));border:none;height:1px;margin:0;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0)}.react-international-phone-country-selector-dropdown__list-item{align-items:center;box-sizing:border-box;display:flex;min-height:28px;min-height:var(--react-international-phone-dropdown-item-height,28px);padding:2px 8px}[dir=ltr] .react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}[dir=rtl] .react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-left:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .react-international-phone-country-selector-dropdown__list-item-country-name{margin-right:8px}[dir=rtl] .react-international-phone-country-selector-dropdown__list-item-country-name{margin-left:8px}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:#222;color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{align-items:center;background-color:#fff;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));color:#222;color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));display:flex;font-size:13px;font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px));justify-content:center;padding:0 8px}[dir=ltr] .react-international-phone-dial-code-preview{margin-right:-1px}[dir=rtl] .react-international-phone-dial-code-preview{margin-left:-1px}.react-international-phone-dial-code-preview--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:#666;color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px)}[dir=ltr] .react-international-phone-input-container .react-international-phone-country-selector-button{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}[dir=rtl] .react-international-phone-input-container .react-international-phone-country-selector-button{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.react-international-phone-input-container .react-international-phone-input{background-color:#fff;background-color:var(--react-international-phone-background-color,#fff);border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px);box-sizing:border-box;color:#222;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:13px;font-size:var(--react-international-phone-font-size,13px);height:36px;height:var(--react-international-phone-height,36px);margin:0;overflow:visible;padding:0 8px}[dir=ltr] .react-international-phone-input-container .react-international-phone-input{border-bottom-left-radius:0;border-top-left-radius:0}[dir=rtl] .react-international-phone-input-container .react-international-phone-input{border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:#666;color:var(--react-international-phone-disabled-text-color,#666)}.custom-input-phone{--react-international-phone-background-color:#0f1923;--react-international-phone-country-selector-background-color-hover:#0f1923;--react-international-phone-border-color:#0f1923;--react-international-phone-selected-dropdown-item-background-color:#1c262e;--react-international-phone-text-color:#bbb;--react-international-phone-font-size:14px;--react-international-phone-border-radius:0.1875rem;--react-international-phone-height:100%;--react-international-phone-disabled-background-color:var(--react-international-phone-background-color);--react-international-phone-disabled-text-color:var(--react-international-phone-text-color);background:#f2f2f2;border:1px solid #0000!important;height:52px;outline:none;padding:16px}.custom-input-phone .MuiInputBase-input{font-size:16px!important}.custom-input-phone .MuiOutlinedInput-notchedOutline{border:none}.custom-input-phone_disabled{opacity:.7}[dir=ltr] .custom-input-phone .react-international-phone-country-selector-button{padding-left:7px}[dir=rtl] .custom-input-phone .react-international-phone-country-selector-button{padding-right:7px}.custom-input-phone .react-international-phone-input{width:100%}.custom-input-phone .react-international-phone-country-selector-dropdown{bottom:100%;outline:none;top:auto}.custom-input-phone__select-item-name{margin:0 5px}.custom-input-phone__search-input{border:1px solid #bbb;border-radius:5px;box-sizing:border-box;height:32px;min-width:300px;outline:none;padding:0 10px;width:100%}.custom-input-phone__countryBlock{align-items:center;display:flex;gap:5px;line-height:24px}.custom-input-phone__countryBlock-code{padding-top:1px}[dir=ltr] .MuiPopover-root{left:-34px!important}[dir=rtl] .MuiPopover-root{right:-34px!important}@media only screen and (max-width:1000px){[dir=ltr] .MuiPopover-root{left:auto!important}[dir=rtl] .MuiPopover-root{right:auto!important}}.sign-up{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:670px}@media only screen and (max-width:1000px){.sign-up{min-width:auto;width:calc(100vw - 32px)}}.sign-up__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.sign-up__close{height:16px;width:16px}.sign-up__close *{stroke:#fff}.sign-up__content,.sign-up__form{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px 32px;width:100%}.sign-up__form{padding:0}.sign-up__input-wrapper{align-items:flex-start;flex-direction:column}.sign-up__input-content,.sign-up__input-wrapper{display:flex;gap:12px;justify-content:center;width:100%}.sign-up__input-content{height:100%}.sign-up__country{align-items:center;background:#f2f2f2;display:flex;gap:10px;height:52px;justify-content:center;width:120px}.sign-up__checkbox{align-items:center;display:flex;gap:8px;justify-content:flex-start;width:100%}.sign-up__checkbox-text{cursor:pointer}.sign-up__button-wrapper{align-items:center;display:flex;gap:16px;height:54px;justify-content:center;width:100%}.sign-up__button-wrapper button{width:100%}.sign-up__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.sign-up__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .sign-up__label_required:after{right:-10px}[dir=rtl] .sign-up__label_required:after{left:-10px}.sign-up__error{color:#e02424;width:100%}.sign-up__message{width:100%}.sign-up__message_success{color:#1fb65b}.sign-up__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.sign-up__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .sign-up__info-wrapper button{text-align:left}[dir=rtl] .sign-up__info-wrapper button{text-align:right}.sign-up__logo{box-sizing:initial;height:27px}.sign-up__logo-wrapper{border-top:1px solid #cdcdcd;padding-top:24px;width:100%}.change-password,.sign-up__logo-wrapper{align-items:center;display:flex;justify-content:center}.change-password{background:#fff;flex-direction:column;width:670px}@media only screen and (max-width:1000px){.change-password{min-width:auto;width:calc(100vw - 32px)}}.change-password__info{align-items:center;display:flex;justify-content:flex-start;width:100%}.change-password__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.change-password__close{height:16px;width:16px}.change-password__close *{stroke:#fff}.change-password__content{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px 32px;width:100%}.change-password__input-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center;width:100%}.change-password__button-wrapper{height:54px;width:100%}.change-password__button-wrapper button{width:100%}.change-password__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.change-password__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .change-password__label_required:after{right:-10px}[dir=rtl] .change-password__label_required:after{left:-10px}.change-password__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.change-password__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .change-password__info-wrapper button{text-align:left}[dir=rtl] .change-password__info-wrapper button{text-align:right}.change-password__logo{box-sizing:initial;height:27px}.change-password__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.description-info-modal{align-items:center;background:#fff;color:#bbb;display:flex;flex-direction:column;max-width:670px;width:100vw}@media only screen and (max-width:1000px){.description-info-modal{max-width:calc(100vw - 24px)}}.description-info-modal__close{cursor:pointer}.description-info-modal__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.description-info-modal__close{height:16px;width:16px}.description-info-modal__close *{stroke:#fff}.description-info-modal__wrapper-input{width:100%}.description-info-modal__content{padding:24px}.description-info-modal__body{width:100%}@media only screen and (max-width:1000px){.description-info-modal__body{width:100%}}.description-info-modal__buttons{align-items:center;display:flex;justify-content:center;margin-bottom:24px;width:100%}.description-info-modal__logo{box-sizing:initial;height:27px}.description-info-modal__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.description-info-modal__btn-wrapper{height:48px;margin:25px auto 0;min-height:40px;width:max-content}.description-info-modal__text{color:#000;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.56px;line-height:1.6;text-align:center}.forgot-password{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:670px}@media only screen and (max-width:1000px){.forgot-password{min-width:auto;width:calc(100vw - 32px)}}.forgot-password__info{align-items:center;display:flex;justify-content:flex-start;width:100%}.forgot-password__header{align-items:center;background:#33436d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px;width:100%}.forgot-password__close{height:16px;width:16px}.forgot-password__close *{stroke:#fff}.forgot-password__content{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px 32px;width:100%}.forgot-password__input-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center;width:100%}.forgot-password__button-wrapper{height:54px;width:100%}.forgot-password__button-wrapper button{width:100%}.forgot-password__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.forgot-password__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .forgot-password__label_required:after{right:-10px}[dir=rtl] .forgot-password__label_required:after{left:-10px}.forgot-password__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.forgot-password__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .forgot-password__info-wrapper button{text-align:left}[dir=rtl] .forgot-password__info-wrapper button{text-align:right}.forgot-password__logo{box-sizing:initial;height:27px}.forgot-password__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.sport-modal{align-items:center;background:#0764a9;color:#fff;display:flex;flex-direction:column;padding:10px 5px 5px;position:relative;width:21.875rem}.sport-modal__header,.sport-modal__items{display:flex;padding:10px 5px;width:100%}.sport-modal__items{background:#fff;flex-direction:column;gap:10px}.sport-modal__item{background:#0764a9;padding:10px 5px}.sport-modal__item:hover{color:#fff}.sport-modal-live{align-items:center;background:#0764a9;color:#fff;display:flex;flex-direction:column;padding:10px 5px 5px;position:relative;width:21.875rem}.sport-modal-live__header,.sport-modal-live__items{display:flex;padding:10px 5px;width:100%}.sport-modal-live__items{background:#fff;flex-direction:column;gap:10px}.sport-modal-live__item{background:#0764a9;padding:10px 5px}.sport-modal-live__item:hover{color:#fff}.verify-email{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;width:670px}@media only screen and (max-width:1000px){.verify-email{min-width:auto;width:calc(100vw - 32px)}}.verify-email__info{justify-content:flex-start}.verify-email__header,.verify-email__info{align-items:center;display:flex;width:100%}.verify-email__header{background:#33436d;color:#fff;font-family:Inter,sans-serif;font-size:32px;font-weight:700;justify-content:space-between;padding:24px 32px}.verify-email__close{height:16px;width:16px}.verify-email__close *{stroke:#fff}.verify-email__content{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px 32px;width:100%}.verify-email__input-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center;width:100%}.verify-email__button-wrapper{height:54px;width:100%}.verify-email__button-wrapper button{width:100%}.verify-email__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;position:relative}.verify-email__label_required:after{color:#e02424;content:"*";position:absolute;top:2px}[dir=ltr] .verify-email__label_required:after{right:-10px}[dir=rtl] .verify-email__label_required:after{left:-10px}.verify-email__info-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center;width:100%}.verify-email__info-wrapper button{font-size:16px!important;text-transform:none}[dir=ltr] .verify-email__info-wrapper button{text-align:left}[dir=rtl] .verify-email__info-wrapper button{text-align:right}.verify-email__logo{box-sizing:initial;height:27px}.verify-email__logo-wrapper{align-items:center;border-top:1px solid #cdcdcd;display:flex;justify-content:center;padding-top:24px;width:100%}.loadable-image__container{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.loadable-image__image{color:#fff;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}.loader__container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .loader__container{left:0}[dir=rtl] .loader__container{right:0}.loader__wrapper{align-items:center;display:inline-block;display:flex;height:30px;justify-content:center;position:relative;width:70px}.loader__wrapper div{animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;height:13px;position:absolute;width:13px}.loader__wrapper_colorType_dark div{background:#000}.loader__wrapper div:first-child{animation:lds-ellipsis1 .6s infinite}[dir=ltr] .loader__wrapper div:first-child{left:8px}[dir=rtl] .loader__wrapper div:first-child{right:8px}.loader__wrapper div:nth-child(2){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(2){left:8px}[dir=rtl] .loader__wrapper div:nth-child(2){right:8px}.loader__wrapper div:nth-child(3){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(3){left:32px}[dir=rtl] .loader__wrapper div:nth-child(3){right:32px}.loader__wrapper div:nth-child(4){animation:lds-ellipsis3 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(4){left:56px}[dir=rtl] .loader__wrapper 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)}}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:420px;width:320px}}@media only screen and (min-width:1450px){.roulette-game{height:600px;width:500px}}.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}}@media only screen and (min-width:1450px){.roulette-game__container{height:500px;width:500px}}.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}}@media only screen and (min-width:1450px){.roulette-game__img{height:500px;width:500px}}.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 23px;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}@media only screen and (min-width:1450px){.roulette-game__data-on-wheel__item{font-size:32px}}[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}}@media only screen and (min-width:1450px){.roulette-game__data-on-wheel__item{border-radius:500px;height:55px;padding:0 40px;top:222.5px;width:500px}}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;aspect-ratio:1;display:flex;height:25px;justify-content:center;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}}@media only screen and (min-width:1450px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:30px;width:30px}}.roulette-game__data-on-wheel__value{font-size:12px;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){.roulette-game__data-on-wheel__value{font-size:12px}[dir=ltr] .roulette-game__data-on-wheel__value{left:6px}[dir=rtl] .roulette-game__data-on-wheel__value{right:6px}}@media only screen and (min-width:1450px){.roulette-game__data-on-wheel__value{font-size:14px}[dir=ltr] .roulette-game__data-on-wheel__value{left:10px}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px}}.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}}@media only screen and (min-width:1450px){.roulette-game__selector-img{height:140px;top:182px;width:210px}[dir=ltr] .roulette-game__selector-img{right:-44px}[dir=rtl] .roulette-game__selector-img{left:-44px}}.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}}@media only screen and (min-width:1450px){.roulette-game__spin-btn{height:210px;width:210px}}.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%}@media only screen and (min-width:1450px){.roulette-game__bottom-heading{bottom:-60px;height:125px}}.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:190px}[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 (min-width:1450px){.roulette-game__btn-spin{bottom:-155px;font-size:1.8rem;height:65px;width:300px}}@media only screen and (max-width:1450px){.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;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}@media only screen and (min-width:1450px){.roulette-game__btn-spin_wrapper{bottom:-190px}}.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:1000px){.roulette-game__top-block{height:15.5625rem;width:15.5625rem}}@media only screen and (min-width:1450px){.roulette-game__top-block{height:34.5625rem;width:34.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}@media only screen and (min-width:1450px){.roulette-game__mid-block{height:4.5rem;width:20.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)}@media only screen and (min-width:1450px){.roulette-game__btn-view{font-size:2.2rem;height:4.5rem;width:20rem}}.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-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:190px}[dir=ltr] .wheel-timer{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .wheel-timer{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (min-width:1450px){.wheel-timer{height:60px;width:300px}}.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}@media only screen and (min-width:1450px){.clock{font-size:1.4rem}}[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}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 16.4rem);padding:.75rem 2.2rem;position:relative}@media only screen and (max-width:1000px){.wheel-game{height:calc(100vh - 12rem)}}@media only screen and (min-width:1450px){.wheel-game{height:100vh}}.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:5px;display:flex;height:100%;justify-content:center;width:100%}[dir=ltr] .wheel-game__currency-icon{transform:rotate(90deg)}[dir=rtl] .wheel-game__currency-icon{transform:rotate(-90deg)}.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}}[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:1000px){.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}.top-banner-hoc{align-items:center;background:#1fb65b;display:flex;height:0;height:var(--banner-height);justify-content:center;position:fixed;width:100%;z-index:20}[dir=ltr] .top-banner-hoc{left:0}[dir=rtl] .top-banner-hoc{right:0}.top-banner-hoc__wrapper{gap:.8125rem;position:relative;width:100%}.top-banner-hoc__close-block,.top-banner-hoc__wrapper{align-items:center;display:flex;justify-content:center}.top-banner-hoc__close-block{cursor:pointer;height:1.5rem;position:absolute;text-align:center;width:1.5rem}[dir=ltr] .top-banner-hoc__close-block{right:0}[dir=rtl] .top-banner-hoc__close-block{left:0}.top-banner-hoc__close-icon{color:#fff;font-size:1.3rem;font-weight:700;line-height:1;text-shadow:none}.bonus-promotion-notification{align-items:center;display:flex;font-size:1rem;gap:10px;position:relative}@media only screen and (max-width:1000px){.bonus-promotion-notification{font-size:12px}[dir=ltr] .bonus-promotion-notification{padding:0 30px 0 10px}[dir=rtl] .bonus-promotion-notification{padding:0 10px 0 30px}}@media only screen and (max-width:475px){.bonus-promotion-notification{font-size:10px}}.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;color:#fff;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:900;gap:5px;text-align:center}@media screen and (max-width:600px){.bonus-promotion-notification__text{font-size:.7rem}}.bonus-promotion-notification__button-wrapper,.bonus-promotion-notification__button-wrapper button{max-height:40px}@media only screen and (max-width:1024px){.bonus-promotion-notification__button-wrapper button{line-height:1.2;min-height:28.5px}}.select-lang{cursor:pointer;display:flex;flex-direction:column;position:relative}.select-lang__item{align-items:center;color:#000;display:flex;padding:.5rem 1rem;width:100%}.select-lang__item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=ltr] .select-lang__item-text{padding-right:6px}[dir=rtl] .select-lang__item-text{padding-left:6px}.select-lang__item_active{background:#1fb65b;border-radius:.2rem;color:#fff;font-weight:700}.select-lang__items{background-color:#fff;border-radius:5px;bottom:120%;display:none;padding:6px;position:absolute;top:auto;width:150px;z-index:3}[dir=ltr] .select-lang__items{left:0;right:auto}[dir=rtl] .select-lang__items{left:auto;right:0}.select-lang__items_open{animation:dropdown-in-footer .6s;display:block}.select-lang__flag-wrapper{align-items:center;display:flex;justify-content:center}[dir=ltr] .select-lang__flag-wrapper{margin-right:6px}[dir=rtl] .select-lang__flag-wrapper{margin-left:6px}.select-lang__flag-wrapper img{height:20px;object-fit:contain;width:20px}[dir=ltr] .select-lang__flag-wrapper_top{margin-right:9px}[dir=rtl] .select-lang__flag-wrapper_top{margin-left:9px}.select-lang__flag-wrapper_top img{height:17px;width:17px}.select-lang__top{align-items:center;background:#fff;border-radius:3px;display:flex;justify-content:center;line-height:1.63637;min-width:7.5rem;padding:7px;width:150px}.select-lang__top-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=ltr] .select-lang__top-text{padding-right:6px}[dir=rtl] .select-lang__top-text{padding-left:6px}.select-lang__top-arrow{height:8px;transition:transform .2s ease-in;width:8px;will-change:transform}.select-lang__top-arrow *{fill:#000}.select-lang__top-arrow-wrapper{align-items:center;background-color:#0000;border-radius:.2rem;display:flex;height:20px;justify-content:center;min-width:20px;width:20px}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{transform:rotate(180deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{transform:rotate(-180deg)}@keyframes dropdown-in-footer{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}.footer{background:#f5f5f5;display:flex;justify-content:center;padding:24px 230px 60px;width:100%}@media only screen and (max-width:1000px){.footer{padding:24px}}.footer__wrapper{padding-bottom:40px;position:relative}.footer__top{border-bottom:1px solid hsla(0,0%,100%,.102);display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:.5rem;padding-bottom:35px;position:relative}.footer__top-item_needPosition{position:relative;top:-15px}@media only screen and (max-width:1000px){.footer__top{grid-template-columns:repeat(2,1fr)}.footer__top-item:first-child{grid-column:1/-1}}@media(max-width:300px){.footer__top{padding-bottom:5vh}}.footer__socials{display:flex;margin-top:.5rem}[dir=ltr] .footer__socials{margin-left:3rem}[dir=rtl] .footer__socials{margin-right:3rem}.footer__socials-item{align-items:center;display:flex;flex-direction:column;padding:.25rem .625rem}.footer__socials-icon{display:inline-block;height:25px;width:25px}.footer__lang-wrapper{margin:15px 0;padding:.25rem 12px}@media only screen and (min-width:1024px){.footer__lang-wrapper{display:flex;justify-content:flex-end}}.footer__icons{display:flex;flex-wrap:wrap;justify-content:center;padding:1rem .7rem}@media only screen and (max-width:1000px){.footer__icons{gap:1rem}}.footer__icons-item{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding:6px 12px}@media only screen and (max-width:1000px){.footer__icons-item{padding:0}}.footer__icons-img{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:100%;cursor:pointer;display:block;filter:grayscale(100%);max-width:50px;opacity:.8;transition:.3s ease-in-out;width:100%}.footer__icons-img:hover{filter:grayscale(0);opacity:1}.footer__crypto-item,.footer__gambling-item{align-items:center;cursor:auto;display:flex;justify-content:center;padding:6px 12px}@media only screen and (max-width:1000px){.footer__crypto-item,.footer__gambling-item{padding:0}}.footer__crypto-icon,.footer__gambling-icon{cursor:pointer;display:block;max-height:50px;max-width:50px}.footer__gambling-icon path{fill:#898a8c}.footer__crypto-icon{aspect-ratio:1;filter:grayscale(100%);opacity:.8;transition:.3s ease-in-out}.footer__crypto-icon_ind_6 path{fill:red}.footer__crypto-icon_ind_7 path{fill:#898a8c;transition:.3s ease-in-out}.footer__crypto-icon_ind_7:hover path{fill:#000}.footer__crypto-icon:hover{filter:grayscale(0);opacity:1}.footer__dropdown-head{align-items:center;color:#000;display:flex;font-size:.625rem;font-weight:600;justify-content:space-between;margin-bottom:0;padding:1rem 0;text-transform:uppercase}.footer__dropdown-item{font-size:.75rem;padding:.25rem 0}.footer__dropdown-link{color:#111928}.footer__info-list{margin-bottom:.625rem;margin-top:.625rem}.footer__info-item{align-items:center;color:#111928;display:flex;filter:grayscale(100%);font-size:.75rem;justify-content:space-between;padding:.25rem 12px;width:100%}.footer__logo{height:auto;width:144px}.footer__license{height:50px;position:relative;width:150px}[dir=ltr] .footer__license{margin-right:auto}[dir=rtl] .footer__license{margin-left:auto}.footer__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer__license-verified{left:40px}[dir=rtl] .footer__license-verified{right:40px}.footer__license-text{display:inline-block;margin-top:1rem;text-align:center}.footer__responsible-link{align-items:center;display:flex;justify-content:center;width:100%}.footer__responsible-link-18plus{max-height:50px;max-width:50px;width:50%}.footer__language{width:fit-content}.wheel-button{position:relative}.wheel-button,.wheel-button__icon{height:100%;width:100%}.wheel-button__icon-wrapper{align-items:center;display:flex;height:55px;justify-content:center;position:relative;width:55px}.wheel-button__icon_pointer,.wheel-button__icon_wheel{height:50px;position:absolute;width:50px}.wheel-button__icon_pointer{cursor:pointer;top:-5px;z-index:1}.user-block{align-items:center;display:flex;gap:20px;height:100%;justify-content:center}@media only screen and (max-width:1024px){.user-block{gap:10px}.user-block button{padding:0 12px!important}}.user-block button{max-width:200px;white-space:nowrap;width:min-content}.user-block__info{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:center;position:relative}.user-block__info-container{align-items:center;display:flex;gap:16px;justify-content:center}.user-block__info-username{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:center}.user-block__info-icon{transition:all .35s ease-in-out}.user-block__info-icon_isOpen{rotate:180deg}.user-block__info-balance{color:#1fb65b;font-weight:600}.user-block__menu{align-items:flex-start;animation:animatePopUpKeyframes .35s ease-out forwards;background-color:#fff;border:1px solid #3347724d;display:none;flex-direction:column;gap:16px;justify-content:flex-start;min-width:200px;overflow:hidden;padding:20px;position:absolute;top:100%;width:100%;z-index:10}[dir=ltr] .user-block__menu{right:0}[dir=rtl] .user-block__menu{left:0}.user-block__menu-id-number{color:#1fb65b}.user-block__menu-info{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.user-block__menu_open{display:flex}.user-block__menu-items{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.user-block__menu-item{cursor:pointer}.user-block__menu-item-link{align-items:center;display:flex;gap:5px;justify-content:flex-start}.user-block__menu-item_logout{color:#7e7e7e}.user-block__menu-item:hover{color:#1fb65b}.user-block__menu-bonus{align-items:center;background:#1fb65b;border-radius:50%;color:#fff;display:flex;font-size:14px;height:20px;justify-content:center;padding:2px;width:20px}.user-block__menu-line{border:0;border-bottom:1px solid #cdcdcd;margin:0;width:100%}.header-block-desktop{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:96px;justify-content:space-between;padding:20px;position:sticky;width:100%;z-index:15}.header-block-desktop__block{align-items:center;display:flex;height:100%;justify-content:center}.header-block-desktop__logo,.header-block-desktop__logo-link{align-items:center;display:flex;justify-content:center;width:122px}.header-block-desktop__items{align-items:center;display:flex;gap:40px;justify-content:center;margin:0 40px}@media only screen and (min-width:1001px){.header-block-desktop__items{gap:20px;margin:0 20px}}.header-block-desktop__item{align-items:center;cursor:pointer;display:flex;font-size:16px;gap:10px;justify-content:center}.header-block-desktop__item-wrapper{position:relative}@media only screen and (max-width:1300px){.header-block-desktop__item-icon{display:none}}.header-block-desktop__item_isActive{color:#1fb65b}.header-block-desktop__menu{align-items:flex-start;animation:animatePopUpKeyframes .35s ease-out forwards;background-color:#fff;border:1px solid #3347724d;display:none;flex-direction:column;gap:16px;justify-content:flex-start;overflow:hidden;padding:20px;position:absolute;top:100%;z-index:10}[dir=ltr] .header-block-desktop__menu{left:-16%}[dir=rtl] .header-block-desktop__menu{right:-16%}@keyframes animatePopUpKeyframes{0%{opacity:0;transform:translateY(-15%)}to{opacity:1;transform:translateY(0)}}.header-block-desktop__menu_open{display:flex}.header-block-desktop__menu-items{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.header-block-desktop__menu-item{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:flex-start;white-space:nowrap}.header-block-desktop__menu-item:hover,.header-block-desktop__menu-item_isActive{color:#1fb65b}.profile-settings-menu{align-items:flex-start;background-color:#f5f5f5;display:flex;flex-direction:column;font-size:16px;gap:16px;height:100%;height:calc(100% - var(--banner-height));justify-content:flex-start;overflow:auto;padding:20px;position:fixed;top:0;top:var(--banner-height);transition:transform .4s ease;width:300px;z-index:15}.profile-settings-menu__id-number{color:#1fb65b}.profile-settings-menu__info{gap:8px}.profile-settings-menu__info,.profile-settings-menu__items{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.profile-settings-menu__items{gap:16px}.profile-settings-menu__item{cursor:pointer}.profile-settings-menu__item_logout{color:#7e7e7e}.profile-settings-menu__item-link{align-items:center;display:flex;gap:5px;justify-content:flex-start}.profile-settings-menu__item:hover{color:#1fb65b}.profile-settings-menu__line{border:0;border-bottom:1px solid #cdcdcd;margin:0;width:100%}.profile-settings-menu__bonus{background:#1fb65b;border-radius:50%;color:#fff;font-size:14px;height:20px;padding:2px;width:20px}.download-app-button,.profile-settings-menu__bonus{align-items:center;display:flex;justify-content:center}.download-app-button{height:100%;width:100%}.download-app-button button{background-color:#1fb65b;border-radius:.625rem!important}.download-app-button__icon{height:30px;width:30px}[dir=ltr] .download-app-button__icon{margin-right:10px}[dir=rtl] .download-app-button__icon{margin-left:10px}.download-app-button__button-text{text-wrap:nowrap;text-transform:none}.side-menu{background:#f5f5f5;display:flex;flex-direction:column;height:100%;height:calc(100% - var(--banner-height));justify-content:flex-start;overflow-x:auto;position:fixed;top:0;top:var(--banner-height);transition:transform .4s ease;width:300px;z-index:15}@media only screen and (min-width:1001px){.side-menu{display:none!important}}.side-menu__header{align-items:center;background:#000;display:flex;height:72px;justify-content:center;width:100%}.side-menu__header-icon{height:43px}.side-menu__items{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;padding:20px;width:100%}.side-menu__item{color:#000;font-family:Roboto Condensed,sans-serif;font-size:24px;text-transform:uppercase;width:100%}.side-menu__item_active{color:#1fb65b}.side-menu__apk{height:72px;margin-bottom:20px}.side-panel{height:100%;overscroll-behavior:none;position:absolute;width:300px;z-index:9999}.side-panel_leftSide{overflow:auto}[dir=ltr] .side-panel_leftSide{left:0}[dir=ltr] .side-panel_rightSide,[dir=rtl] .side-panel_leftSide{right:0}[dir=rtl] .side-panel_rightSide{left:0}.side-panel__wrapper{display:flex;height:var(--vh);overflow:hidden;overscroll-behavior:none;position:absolute;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{display:none;flex-grow:1;height:100%}.side-panel__blur-background_isActive{display:block}.header-block-mobile{align-items:center;background:#fff;display:flex;height:72px;justify-content:space-between;padding:20px 12px;position:fixed;top:0;top:var(--banner-height);width:100%;z-index:100}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.header-block-mobile__logo{height:auto;width:85px}.header-block-mobile__block{align-items:center;display:flex;gap:8px;justify-content:center}.header-block-mobile button{font-size:12px!important;line-height:14px;max-height:40px;padding:8px 4px!important;width:min-content}.header-block-mobile__info{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:center}.header-block-mobile__info-username{cursor:pointer;font-weight:700;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-block-mobile__info-username-container{align-items:center;display:flex;gap:4px;justify-content:flex-start}.header-block-mobile__info-icon{transition:all .35s ease-in-out}.header-block-mobile__info-icon_isOpen{rotate:180deg}.header-block-mobile__info-balance{color:#1fb65b;font-weight:600}.app{height:100%;overflow:hidden}.app,.app__container{display:flex;width:100%}.app__container{align-items:stretch;background-color:#fff;flex-direction:column;flex-wrap:nowrap;font-weight:400;justify-content:flex-start;max-width:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative}.app__container_isSportMatch{background-color:#0000}.app__content_container{margin:0 auto;max-width:min(100%,1560px)}.app__main{background:#fff;display:flex;position:relative;top:0;top:var(--banner-height);transition:transform .3s ease;width:100%;z-index:2}@media only screen and (max-width:1000px){.app__main{padding-top:72px;padding-top:calc(72px + var(--banner-height));top:0}.app__main-inner{min-height:calc(100vh - 72px)!important;min-height:calc(100vh - 72px - var(--banner-height))!important}}.app__main-inner{display:flex;flex-direction:column;min-height:100vh;position:relative}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}.app__main-content{display:flex;flex:1 0 auto;flex-direction:column;min-height:50vh;padding:0;position:relative;width:100%}.app__main-content_betslip{height:70vh;overflow-y:hidden}.app__main-inner{transition:all .3s ease-in-out 0s;width:100%}.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}: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{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)}}:root{--banner-height:0px}#root,body,html{margin:0;padding:0;width:100%}@media only screen and (max-width:1000px){#root,body,html{-webkit-overflow-scrolling:touch;font-family:Inter,sans-serif;height:-webkit-fill-available}}@media only screen and (min-width:1001px){#root,body,html{font-family:Inter,sans-serif;height:100%}}html{background:#fff;color:#000;font-size:16px}@media only screen and (max-width:1000px){html{overflow-x:hidden}}@media only screen and (min-width:1001px){html{overflow-y:auto}}.html-overflow-hidden,.html-overflow-hidden #root,.html-overflow-hidden body{overflow:hidden!important}@media only screen and (max-width:1000px){a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}button{border:none;outline:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media only screen and (max-width:2600px){html{font-size:19px}}@media only screen and (max-width:2300px){html{font-size:17.5px}}@media only screen and (max-width:1920px){html{font-size:16px}}@media only screen and (max-width:1750px){html{font-size:16px}}@media only screen and (max-width:1600px){html{font-size:16px}}@media only screen and (max-width:1440px){html{font-size:16px}}@media only screen and (max-width:1366px){html{font-size:14px}}@media only screen and (max-width:768px){html{font-size:14px}}.html-mac ::-webkit-scrollbar{display:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}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}div::-webkit-scrollbar,header::-webkit-scrollbar,li::-webkit-scrollbar{-ms-overflow-style:none;display:none;scrollbar-width:none}a,a:active,a:focus,a:hover{text-decoration:none}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}::-webkit-scrollbar{display:block;height:.275rem;width:.275rem}::-webkit-scrollbar-thumb{background:#1fb65b}