@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.spinner{align-items:center;animation:animateOpenCloseFrames .35s ease-out forwards;background:#0000004d;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;position:absolute;top:0;width:100%}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}@keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}.spinner_isExitAnim{animation:animateOpenCloseBackwardsFrames .35s ease-out forwards}@keyframes animateOpenCloseBackwardsFrames{0%{opacity:1}to{opacity:0}}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{animation:spinner 1.2s linear infinite,transparent-v .4s ease-in-out;border-radius:50%;border-top:2px solid #fee91d;display:block;height:50px;width:50px;z-index:999}[dir=ltr] .spinner__circle{border-right:2px solid #0000}[dir=rtl] .spinner__circle{border-left:2px solid #0000}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}.slot-redirect{height:var(--vh);width:100vw}.check-email{align-items:center;background:#fff;border-radius:12px;color:#000;display:flex;flex-direction:column;height:100%;width:750px}@media only screen and (max-width:1024px){.check-email{border-radius:0;height:100vh;width:100vw}}.check-email__header{align-items:center;border-bottom:1px solid #e7e7e7;display:flex;font-size:32px;font-weight:700;justify-content:space-between;line-height:130%;padding:24px;position:relative;width:100%}@media only screen and (max-width:1024px){.check-email__header{font-size:24px;padding:16px}}.check-email__header-close{cursor:pointer}.check-email__header-text{cursor:pointer;gap:16px}.check-email__body,.check-email__header-text{align-items:center;display:flex;justify-content:center}.check-email__body{flex-direction:column;padding:24px;width:100%}@media only screen and (max-width:1024px){.check-email__body{padding:16px}}.check-email__body-content{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;width:100%}@media only screen and (max-width:1024px){.check-email__body-content{gap:24px}}.check-email__body-image{height:200px;width:200px}.check-email__body-text{align-items:center;color:#969696;display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:8px;justify-content:center}.check-email__body-text-bold,.check-email__body-text-green{color:#000;font-size:24px;font-weight:700;line-height:130%;white-space:pre}.check-email__body-text-green{color:#20c012}.check-email__footer{align-items:center;border-top:1px solid #e7e7e7;display:flex;justify-content:center;margin-top:32px;padding-top:32px;width:100%}@media only screen and (max-width:1024px){.check-email__footer{margin-top:24px;padding-top:24px}}.check-email__footer-logo{height:25px;width:220px}.button_colors_secondary{background-color:#ff3535!important;border-color:#ff3535!important}.button_colors_secondary:hover{background-color:#ff3535;border-color:#ff3535;opacity:.8}.button_colors_secondary:disabled,.button_colors_secondary:focus{background-color:#ff3535}.button_colors_signIn{background-color:#21232c!important;border-color:#21232c!important;color:#fff!important}.button_colors_signIn:hover{background-color:#21232c;border-color:#21232c;color:#fff!important;opacity:.8}.button_colors_signIn:disabled,.button_colors_signIn:focus{background-color:#21232c}.button_colors_signUp{background-color:#fee91d!important;border-color:#fee91d!important;color:#000!important}.button_colors_signUp:hover{background-color:#fee91d;border-color:#fee91d;color:#000!important;opacity:.8}.button_colors_signUp:disabled,.button_colors_signUp:focus{background-color:#fee91d}.button:disabled{cursor:not-allowed}.button__button-container{height:100%;position:relative;width:100%}.button__icon-svg{height:.875rem}[dir=ltr] .button__icon-svg{margin-right:.1rem}[dir=rtl] .button__icon-svg{margin-left:.1rem}.button:disabled{border-color:inherit!important;color:inherit!important;opacity:.5}.input__wrapper{position:relative}.input__left-icon,.input__wrapper{height:100%;width:100%}.input__left-icon *{fill:#d5d5d5}.input__left-icon-wrapper{align-items:center;background:#191919;display:flex;height:100%;justify-content:center;width:50px}.input__error{bottom:-19px;color:red;font-size:1.2rem;position:absolute}[dir=ltr] .input__error{left:50%;transform:translateX(-50%)}[dir=rtl] .input__error{right:50%;transform:translateX(50%)}.input__bottom-text{text-align:center}.input_outline_success{border:.125rem solid #20c012!important;border-radius:.3125rem!important}.input_outline_error{border:1px solid #cb010180!important;border-radius:16px!important}.input_adornmentType_none input{padding:.125rem .75rem}[dir=ltr] .input_adornmentType_country-code input{padding:.125rem .75rem .125rem 3.5rem}[dir=rtl] .input_adornmentType_country-code input{padding:.125rem 3.5rem .125rem .75rem}@media only screen and (min-width:768px){[dir=ltr] .input_adornmentType_country-code input{padding-left:3.3rem}[dir=rtl] .input_adornmentType_country-code input{padding-right:3.3rem}}[dir=ltr] .input_adornmentType_password input{padding:.125rem 1.5rem .125rem .75rem}[dir=rtl] .input_adornmentType_password input{padding:.125rem .75rem .125rem 1.5rem}.input_adornmentType_search input{border:1px solid hsla(0,0%,100%,.102)!important;color:#fff;font-size:14px}[dir=ltr] .input_adornmentType_search input{padding:.125rem .75rem .125rem 2.5rem}[dir=rtl] .input_adornmentType_search input{padding:.125rem 2.5rem .125rem .75rem}.input>input:-webkit-autofill,.input>input:-webkit-autofill:active,.input>input:-webkit-autofill:focus,.input>input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-color:#f2f2f2!important;-webkit-box-shadow:inset 0 0 0 50px #888!important;-webkit-transition:background-color 5s ease-in-out 0s!important;transition:background-color 5s ease-in-out 0s!important}.input input:-webkit-autofill,.input input:-webkit-autofill:active,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{-webkit-text-fill-color:#bbb!important;-webkit-box-shadow:inset 0 0 0 2000px #f2f2f2!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input::placeholder{color:#fff;opacity:1}.forgot-password{align-items:center;background:#fff;border-radius:12px;color:#000;display:flex;flex-direction:column;height:100%;width:750px}@media only screen and (max-width:1024px){.forgot-password{border-radius:0;height:100vh;width:100vw}}.forgot-password__header{align-items:center;border-bottom:1px solid #e7e7e7;display:flex;font-size:32px;font-weight:700;justify-content:space-between;line-height:130%;padding:24px;position:relative;width:100%}@media only screen and (max-width:1024px){.forgot-password__header{font-size:24px;padding:16px}}.forgot-password__header-close{cursor:pointer}.forgot-password__header-text{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:center}.forgot-password__info{align-items:flex-start;border-bottom:1px solid #e7e7e7;display:flex;flex-direction:column;gap:8px;justify-content:center;padding-bottom:32px;width:100%}.forgot-password__info-header{font-size:24px;font-weight:700;line-height:130%}.forgot-password__info-text{color:#969696;font-size:18px;font-weight:500;line-height:130%}.forgot-password__body{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:24px;width:100%}@media only screen and (max-width:1024px){.forgot-password__body{padding:16px}}.forgot-password__group{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin:32px 0;width:100%}.forgot-password__group-input,.forgot-password__group-label{font-size:14px;margin:0;width:100%}.forgot-password__group-label{font-weight:500}.forgot-password__group-input{height:52px}.forgot-password__buttons-wrapper{gap:16px;height:52px}.forgot-password__buttons-wrapper,.forgot-password__footer{align-items:center;display:flex;justify-content:center;width:100%}.forgot-password__footer{border-top:1px solid #e7e7e7;margin-top:32px;padding-top:32px}@media only screen and (max-width:1024px){.forgot-password__footer{margin-top:24px;padding-top:24px}}.forgot-password__footer-logo{height:25px;width:220px}.sign-in{align-items:center;background-color:#2b2e3b;border-radius:8px;display:flex;flex-direction:column;padding:32px;width:450px}@media only screen and (max-width:768px){.sign-in{height:100%;inset:0;padding:24px;width:90vw;z-index:100}}.sign-in__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;position:relative;width:100%}.sign-in__header-text{font-size:24px;font-weight:700;line-height:130%}.sign-in__header-close{cursor:pointer;height:1.5rem;width:1.5rem}.sign-in__header-close *{fill:#969696}.sign-in__body,.sign-in__group{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.sign-in__group{gap:12px;margin-bottom:16px}.sign-in__group-input,.sign-in__group-label{font-size:14px;margin:0;width:100%}.sign-in__group-label{font-weight:500}.sign-in__group-input{height:40px}.sign-in__error{color:red;font-size:13px;margin-bottom:10px}[dir=ltr] .sign-in__error{margin-left:5px}[dir=rtl] .sign-in__error{margin-right:5px}.sign-in__buttons-wrapper{align-items:center;display:flex;gap:16px;height:40px;justify-content:center;margin:24px 0;width:100%}.sign-in__logo{height:40px;width:auto}.sign-up{align-items:center;background-color:#2b2e3b;border-radius:8px;display:flex;flex-direction:column;margin:0 auto;padding:32px;position:relative;width:100%;width:450px}@media only screen and (max-width:768px){.sign-up{height:100%;inset:0;padding:24px;width:90vw;z-index:100}}.sign-up__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;position:relative;width:100%}.sign-up__header-text{font-size:24px;font-weight:700;line-height:130%}.sign-up__header-close{cursor:pointer;height:1.5rem;width:1.5rem}.sign-up__header-close *{fill:#969696}.sign-up__form{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;width:100%}.sign-up__form-item{margin-bottom:13px;position:relative;width:100%}.sign-up__label{color:#fff;display:inline-block;font-size:16px;font-weight:400;height:16px;padding:0 4px;position:absolute;top:-8px;z-index:1}[dir=ltr] .sign-up__label{left:10px}[dir=rtl] .sign-up__label{right:10px}.sign-up__input{height:44px;position:relative;width:100%}@media only screen and (min-width:768px){.sign-up__input input{border-color:#fff;color:#fff}}.sign-up__btn-wrapper{height:44px;margin-top:16px;width:auto}@media only screen and (min-width:768px){.sign-up__btn-wrapper{margin-top:0}}@media only screen and (max-width:768px){[dir=ltr] .sign-up__btn-wrapper button{background:linear-gradient(180deg,#d31a21,#d31a21 53.12%,#d31a21)!important}[dir=rtl] .sign-up__btn-wrapper button{background:linear-gradient(-180deg,#d31a21,#d31a21 53.12%,#d31a21)!important}}@media only screen and (min-width:768px){.sign-up__btn-wrapper button{font-size:16px!important;text-transform:uppercase}}.sign-up__double{display:flex;gap:8px;width:100%}@media only screen and (max-width:768px){.sign-up__double{flex-direction:column;gap:0}}.sign-up__group{margin-bottom:5px;width:100%}@media only screen and (max-width:768px){.sign-up__group{width:100%}}.sign-up__group-label{color:#fff;font-size:14px;margin-bottom:8px}.sign-up__group-input{height:35px;margin-bottom:10px;width:100%}.sign-up__group-input .MuiSelect-select{background:#151515!important;border:1px solid #5f5f5f!important;border-radius:6px}@media only screen and (max-width:768px){.sign-up__group-input{height:40px}}.sign-up__group-input select{background-color:#0000;border:1px solid #5f5f5f;border-radius:6px;color:#fff;height:100%;outline:none;text-transform:capitalize;width:100%}[dir=ltr] .sign-up__group-input select{padding-right:10px}[dir=rtl] .sign-up__group-input select{padding-left:10px}.sign-up__group-input input::-webkit-inner-spin-button,.sign-up__group-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sign-up__group-input input[type=number]{-moz-appearance:textfield}.sign-up__group-input_date .DatePicker_date-picker__le-eu .MuiInputBase-root{background-color:#222121!important;border-radius:6px!important;color:#fff!important}.sign-up__content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media only screen and (max-width:768px){.sign-up__content{max-height:-webkit-max-content;max-height:max-content;overflow:visible;overflow:initial}}.sign-up__date-picker .MuiInputBase-root{background-color:#0000!important;border:none!important;border-radius:6px!important;color:#fff!important;color:#dadbe0!important;font-size:15px}.sign-up__date-picker .MuiInputBase-root svg{fill:#dadbe0!important}.sign-up__date-picker .MuiOutlinedInput-notchedOutline{border-color:#5f5f5f!important}.sign-up__error{color:red;font-size:13px;margin-bottom:10px}[dir=ltr] .sign-up__error{margin-left:5px}[dir=rtl] .sign-up__error{margin-right:5px}.sign-up__buttons-wrapper{align-items:center;display:flex;gap:16px;height:40px;justify-content:center;margin:24px 0;width:100%}.sign-up__logo{height:40px;width:auto}.reset-password-confirm-modal{background:#1c1e26;border-radius:12px;color:#bbb;display:flex;flex-direction:column;padding:25px;width:400px}@media only screen and (max-width:475px){.reset-password-confirm-modal{width:100%}}.reset-password-confirm-modal__title{align-items:center;display:flex;font-size:22px;font-weight:700;margin-bottom:10px;text-transform:capitalize}.reset-password-confirm-modal__form{padding:16px 6px 6px}.reset-password-confirm-modal__label{font-size:12px;font-weight:700;margin-bottom:5px;width:100%}.reset-password-confirm-modal__label-required{color:red}[dir=ltr] .reset-password-confirm-modal__label-required{margin-left:5px}[dir=rtl] .reset-password-confirm-modal__label-required{margin-right:5px}.reset-password-confirm-modal__item{color:#d5d5d5;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.reset-password-confirm-modal__item-input{height:40px}.reset-password-confirm-modal__item .MuiInput-root{color:#fff}.reset-password-confirm-modal__item .input__left-icon{height:25px;width:9px}.reset-password-confirm-modal__form-error{font-size:15px;font-weight:700;height:20px;margin:5px 0;position:relative}.reset-password-confirm-modal__form-error small{color:#ee1a1a}.reset-password-confirm-modal__button-wrapper{height:44px;min-width:130px}.choice-modal{align-items:center;background-color:#2b2e3b;border-radius:8px;display:flex;flex-direction:column;padding:32px;width:400px}@media only screen and (max-width:768px){.choice-modal{height:100%;inset:0;padding:24px;width:90vw;z-index:100}}.choice-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;position:relative;width:100%}.choice-modal__header-text{font-size:24px;font-weight:700;line-height:130%}.choice-modal__header-close{cursor:pointer;height:1.5rem;width:1.5rem}.choice-modal__header-close *{fill:#969696}.choice-modal__items{display:flex;gap:24px;justify-content:center;margin-bottom:24px;width:100%}.choice-modal__item{text-wrap:nowrap;align-items:center;background-color:#21232c;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:14px 36.5px}.choice-modal__item:hover{color:#fff}.choice-modal__item-img{height:63px;width:63px}.choice-modal__item-icon{height:3.15rem;margin-bottom:10px;width:3.15rem}.choice-modal__item-icon path{fill:#fdd537}.choice-modal__logo{height:40px;width:auto}.wheel-game-history__modal{align-items:center;background-color:#17181b;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;max-height:calc(100vh - 160px);padding:3.5rem .75rem .75rem;position:relative;width:464px}@media only screen and (max-width:768px){.wheel-game-history__modal{margin:0 auto;max-height:calc(100vh - 196px);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}}.modal{animation:modalAppearance .25s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_exitAnim{animation:modalDisappearance .25s ease-out forwards}.modal__inner{background:#00000080;height:var(--vh);overflow-y:auto;position:fixed;transform:translateZ(0)}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;transform:translateZ(0);width:100vw;z-index:15}.modal__content-container{overflow:hidden;position:relative}@media only screen and (max-width:475px){.modal__content-container{max-height:calc(var(--vh) - 132px);overflow:auto}.modal__content-container_fullHeight{max-height:var(--vh)}}.modal__close-block,.modal__save-block{align-items:center;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}@keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}[dir=rtl] .Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInLeft}.Toastify__toast-container--top-right{border-radius:3px}@media only screen and (max-width:768px){.Toastify__toast-container--top-right{top:2rem;width:92%}[dir=ltr] .Toastify__toast-container--top-right{left:1rem}[dir=rtl] .Toastify__toast-container--top-right{right:1rem}}.Toastify__toast{background:#2f2a2a;border-radius:8px}.agent-link-btn{align-items:center;display:flex}.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){align-items:center;border-radius:50%;bottom:40px;cursor:pointer;display:flex;height:48px;height:60px;justify-content:center;position:fixed!important;width:48px;width:60px;z-index:97}[dir=ltr] .agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){right:40px}[dir=rtl] .agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){left:40px}.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic) svg{height:35px;width:35px}@media only screen and (max-width:768px){.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){bottom:70px}}.agent-link-btn__wrapper svg{height:35px;width:35px}@media only screen and (max-width:768px){.agent-link-btn__wrapper svg{height:30px;width:30px}}.agent-link-btn__wrapper span{font-size:18px;font-weight:700}[dir=ltr] .agent-link-btn__wrapper span{margin-left:15px}[dir=rtl] .agent-link-btn__wrapper span{margin-right:15px}.mobile-menu{bottom:0;position:fixed;width:100%;z-index:1000}@media only screen and (min-width:768px){.mobile-menu{display:none!important}}.mobile-menu__content{height:70vh;position:absolute;transform:translateY(10%);transition:transform .4s ease;width:100%;z-index:999}.mobile-menu__content_open{transform:translateY(-100%);transition:transform .4s ease}.mobile-menu__inner{align-items:center;background-color:#2b2e3b;border-top-left-radius:25px;border-top-right-radius:25px;display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}.mobile-menu__user-block{border-bottom:1px solid #353333;display:flex;font-size:16px;justify-content:space-between;padding-bottom:20px;width:100%}.mobile-menu__right{display:flex;flex-direction:column;gap:7px}.mobile-menu__left{display:flex}.mobile-menu__dropdown-menu{border-bottom:1px solid #353333;display:grid;grid-template-rows:1fr;overflow:hidden}.mobile-menu__dropdown-menu_open{animation:dropDown .5s linear forwards}.mobile-menu__dropdown-menu_closed{animation:reverseDropDown .5s linear forwards}.mobile-menu__dropdown-menu-items,.mobile-menu__dropdown-menu_closed .mobile-menu__dropdown-menu-items{min-height:0}.mobile-menu__nav-link{font-size:16px;padding:10px 0}.mobile-menu__arrow{border-radius:5px;height:15px;rotate:180deg;transition:all .3s ease-in-out;width:15px}.mobile-menu__arrow *{fill:#fee91d}.mobile-menu__arrow_open{rotate:0deg;transition:all .3s ease-in-out}.mobile-menu__arrow-container{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.mobile-menu__block-id{display:flex;gap:5px}.mobile-menu__id{color:#6e6e6e;text-transform:uppercase}.mobile-menu__items{display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;padding:20px 20px 100px;width:100%}.mobile-menu__item{align-items:center;border-radius:5px;display:flex;margin-bottom:1rem;text-decoration:none}[dir=ltr] .mobile-menu__item{padding:8px 12px 8px 0}[dir=rtl] .mobile-menu__item{padding:8px 0 8px 12px}.mobile-menu__item-icon{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.mobile-menu__item-text{font-size:18px;font-weight:700}[dir=ltr] .mobile-menu__item-text{margin-left:15px}[dir=rtl] .mobile-menu__item-text{margin-right:15px}.mobile-menu__button-wrapper{align-items:center;background:#0000;border:1px solid #e91d1d;border-radius:10px;display:flex;height:40px;justify-content:center;margin-top:10px;width:100%}.mobile-menu__button-text{font-size:16px;font-weight:700}.bottom-button{height:60px;position:relative;width:100%;z-index:1000}.bottom-button__container{background-color:#2b2e3b;display:flex;height:100%;justify-content:space-between;padding:0 15px;width:100%}.bottom-button__container:not(.bottom-button__container_isSport){box-shadow:0 -25px 15px #2b2e3b}.bottom-button__container_isSport{align-items:center}.bottom-button__button-wrapper{align-items:center;background:#fee91d;border-radius:10px;display:flex;height:40px;justify-content:center;width:100%}.bottom-button__button-text{color:#000;font-size:16px;font-weight:700}.bottom-button__icons-wrapper{align-items:center;display:flex;height:30px;justify-content:center;position:relative;width:30px}.bottom-button__burger-icon,.bottom-button__close-icon{position:absolute}.bottom-button__burger-icon{opacity:1;transition:all .35s ease-in-out}.bottom-button__burger-icon *{fill:#000}.bottom-button__burger-icon_isOpen{opacity:0}.bottom-button__close-icon{opacity:0;transition:all .35s ease-in-out}.bottom-button__close-icon *{stroke:#000}.bottom-button__close-icon_isOpen{opacity:1}@keyframes dropDown{0%{grid-template-rows:0fr;opacity:0;padding-bottom:0}to{grid-template-rows:1fr;opacity:1;padding-bottom:10px}}@keyframes reverseDropDown{0%{grid-template-rows:1fr;padding-bottom:10px}to{grid-template-rows:0fr;padding-bottom:0}}.select-lang{background:#21232c;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;line-height:1;padding:5px 8px;position:relative}.select-lang_isOpen{border-bottom-left-radius:0;border-bottom-right-radius:0}.select-lang__item-img{box-sizing:border-box;display:block;height:17px;width:20px}.select-lang__item{align-items:center;box-sizing:border-box;display:flex;gap:5px;justify-content:center;width:100%}.select-lang__item:not(.select-lang__item_current):hover{background-color:#fee91d;color:#000}.select-lang__item:not(.select-lang__item_current){justify-content:flex-start}[dir=ltr] .select-lang__item:not(.select-lang__item_current){padding:5px 5px 5px 12px}[dir=rtl] .select-lang__item:not(.select-lang__item_current){padding:5px 12px 5px 5px}.select-lang__item-text{color:#fff;font-size:14px}@media(max-width:400px){.select-lang__item{gap:7px}}.select-lang__items{animation:reduceVertical .3s linear;background:#21232c;border-radius:0 0 7px 7px;display:block;min-width:100%;overflow:hidden;position:absolute;top:100%;z-index:100000}[dir=ltr] .select-lang__items{left:0}[dir=rtl] .select-lang__items{right:0}@media only screen and (max-width:768px){[dir=ltr] .select-lang__items{left:0}[dir=rtl] .select-lang__items{right:0}}.select-lang__items_open{animation:incraseVertical .3s linear forwards}.select-lang__top{align-items:center;display:flex;gap:8px;justify-content:space-between;z-index:100}.select-lang__top-arrow{align-items:center;display:flex;transition:transform .3s ease-in;will-change:transform}.select-lang__top-arrow path{fill:#fff}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{transform:rotate(90deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{transform:rotate(-90deg)}@keyframes incraseVertical{0%{max-height:0;opacity:0}to{max-height:6rem;opacity:1}}@keyframes reduceVertical{0%{max-height:6rem;opacity:1}to{max-height:0;opacity:0}}.footer-desktop{display:flex;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.footer-desktop{padding:0 15px}}.footer-desktop__container{background-color:#2b2e3b;padding-bottom:24px;padding-top:24px}.footer-desktop__block{align-items:flex-start;display:flex;flex-basis:50%;flex-direction:column;gap:12px;justify-content:flex-start;padding:24px}.footer-desktop__block-container{align-items:stretch;display:flex;gap:24px;justify-content:flex-start}@media only screen and (max-width:1024px){.footer-desktop__block-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-desktop__block-container_left{flex-direction:column;gap:0;padding:0}[dir=ltr] .footer-desktop__block-container_right{margin-left:auto}[dir=rtl] .footer-desktop__block-container_right{margin-right:auto}.footer-desktop__block-label{font-family:Inter,sans-serif;font-size:22px;font-weight:700;line-height:26px}.footer-desktop__block-link{color:#c9c9c9;font-family:Inter,sans-serif;font-size:16px;font-weight:700;opacity:.8;transition:all .15s ease-in-out}.footer-desktop__block-link:hover{color:#fff;scale:1.1;transition:all .15s ease-in-out}.footer-desktop__logo{height:35px}.footer-desktop__logo-wrapper{margin-bottom:16px}.footer-desktop__lang{display:flex;margin-bottom:16px}.footer-desktop__copyright{color:#c9c9c9;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:700;margin-bottom:24px}.footer-desktop__text{color:#c9c9c9;font-size:10px;font-weight:400;line-height:16px}.footer-desktop__text-container{max-width:342px}.footer-mobile{display:flex;flex-direction:column;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.footer-mobile{padding:0 15px}}.footer-mobile__container{background:#2b2e3b;border-top:1px solid #6c6c6c;gap:20px;grid-template-columns:repeat(2,1fr);padding-bottom:85px;padding-top:24px}.footer-mobile__block{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.footer-mobile__block-container{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;margin-bottom:10px}.footer-mobile__block-label{font-family:Inter,sans-serif;font-size:18px;font-weight:700}.footer-mobile__block-link{color:#cecece;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.footer-mobile__footer-logo{margin-bottom:10px;margin-top:10px}.footer-mobile__logo{height:30px;margin-bottom:8px;width:auto}.footer-mobile__lang{display:flex;margin-bottom:8px}.footer-mobile__copyright{color:#cecece;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;margin-bottom:16px}.footer-mobile__description{color:#cecece;font-size:12px}.profile-dropdown__wrapper{background:#f2f2f2;border-radius:5px;display:none;flex-direction:column;font-size:14px;min-width:200px;overflow:hidden;position:absolute;top:calc(100% + 5px);transition:all .3s ease-in-out;width:100%;z-index:100}[dir=ltr] .profile-dropdown__wrapper{right:0}[dir=rtl] .profile-dropdown__wrapper{left:0}.profile-dropdown__wrapper_isOpen{display:flex}.profile-dropdown__link{align-items:center;border-bottom:1px solid #cdcdcd;color:#000;display:flex;justify-content:space-between;padding:10px;text-decoration:none;width:100%}.profile-dropdown__link:last-child{border-bottom:none}.profile-dropdown__link:hover{background:#e1dede;opacity:.9;transition:all .3s ease-in-out}.profile-dropdown__link-left-side{white-space:nowrap}.profile-dropdown__link-right-side{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%}.user-block{align-items:center;display:flex;flex-direction:row;gap:16px}.user-block_isDisabled{pointer-events:none}@media only screen and (max-width:1024px){.user-block{gap:4px}.user-block__wheel{display:none}}.user-block__info{display:flex;justify-content:center}@media only screen and (max-width:1024px){.user-block__info{gap:4px;width:100%}}.user-block__info-name{font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;width:100%}@media only screen and (max-width:1024px){.user-block__info-name{font-size:16px}}.user-block__info-top{align-items:center;color:#fee91d;display:flex;font-size:14px;font-weight:500;line-height:130%;white-space:nowrap}.user-block__info-bottom{align-items:center;display:flex;justify-content:space-between;width:100%}.user-block__info-svg{height:20px;width:20px}.user-block__info-svg *{stroke:#fff}.user-block__username{align-items:center;border-radius:12px;cursor:pointer;display:flex;justify-content:center}@media only screen and (max-width:1024px){.user-block__username{background:linear-gradient(180deg,#bdb9bf -45%,#191919 43%);height:50px;width:50px}[dir=ltr] .user-block__username{margin-right:10px}[dir=rtl] .user-block__username{margin-left:10px}.user-block__username *{stroke:#fff}}.user-block__link-text{line-height:1}.user-block__link-icon{max-height:15px;width:12px}.user-block__link-icon *{fill:#fff}.user-block__block-username{align-items:center;display:flex}.user-block__block-username:hover{cursor:pointer}@media only screen and (min-width:1024px){.user-block__block-username{gap:10px}}.user-block__block-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .user-block__block-text{margin-right:3px}[dir=rtl] .user-block__block-text{margin-left:3px}@media only screen and (max-width:768px){.user-block__block-text{max-width:180px;min-width:150px}}.user-block__block-arrow{height:20px;transition:all .2s ease-in-out;width:20px}.user-block__block-arrow_isOpen{rotate:180deg;transition:all .2s ease-in-out}@media only screen and (min-width:1024px){.user-block__dropdown{position:relative}}.user-block__dropdown-head{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:flex-end;padding:10px}.user-block__dropdown-items{animation:animatePopUpKeyframes .35s ease-out forwards;background-color:#191919;border-radius:12px;display:block;margin-top:30px;padding:10px 0;position:absolute;top:0;width:98%;z-index:101}[dir=ltr] .user-block__dropdown-items{left:1%}[dir=rtl] .user-block__dropdown-items{right:1%}@keyframes animatePopUpKeyframes{0%{opacity:0;transform:translateY(15%)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:1024px){.user-block__dropdown-items{width:98vw}}@media only screen and (min-width:1024px){.user-block__dropdown-items{width:160px}[dir=ltr] .user-block__dropdown-items{left:auto;right:-35px}[dir=rtl] .user-block__dropdown-items{left:-35px;right:auto}.user-block__dropdown-items:after{border-bottom:5px solid #191919;border-left:5px solid #0000;border-radius:3px;border-right:5px solid #0000;bottom:100%;content:"";position:absolute}[dir=ltr] .user-block__dropdown-items:after{right:12px;transform:translate(-50%)}[dir=rtl] .user-block__dropdown-items:after{left:12px;transform:translate(50%)}}.user-block__dropdown-item{align-items:center;color:#fff;display:flex;font-size:.75rem;font-weight:400;gap:7px;white-space:nowrap;width:100%}[dir=ltr] .user-block__dropdown-item{padding:.6875rem .35rem .6875rem .9375rem;text-align:left}[dir=rtl] .user-block__dropdown-item{padding:.6875rem .9375rem .6875rem .35rem;text-align:right}.user-block__wallet-icon{height:16px;width:16px}[dir=ltr] .user-block__wallet-icon{margin-right:5px}[dir=rtl] .user-block__wallet-icon{margin-left:5px}.MuiAutocomplete-paper,.MuiAutocomplete-popper{z-index:99999!important}.MuiAutocomplete-paper{background:#f2f2f2!important;border-radius:12px!important;color:#000!important}.MuiAutocomplete-noOptions{color:#000!important}.header-block-desktop{background:#2b2e3b;display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:1000}[dir=ltr] .header-block-desktop{left:0}[dir=rtl] .header-block-desktop{right:0}.header-block-desktop__wrapper{display:flex;gap:32px;height:64px;justify-content:space-between;margin:0 auto;max-width:min(100%,1128px);position:relative;width:100%}@media (max-width:1159px){.header-block-desktop__wrapper{padding:0 15px}}.header-block-desktop__logo-link{align-items:center;display:flex}.header-block-desktop__logo{display:block;height:35px;width:auto}.header-block-desktop__left{align-items:center;display:flex;gap:25px;justify-content:center}.header-block-desktop__center{align-items:center;display:flex;width:100%}.header-block-desktop__nav-items{display:flex;gap:20px}.header-block-desktop__nav-item{align-items:center;border-bottom:2px solid #0000;cursor:pointer;display:flex;flex-direction:column;font-size:16px;font-weight:700;text-align:center;white-space:nowrap}.header-block-desktop__nav-item:hover,.header-block-desktop__nav-item_isActive{border-color:#fee91d;transition:all .3s ease-in-out}.header-block-desktop__icon{display:none}.header-block-desktop__right{align-items:center;display:flex;justify-content:center}.header-block-desktop__buttons{display:flex;gap:5px}.header-block-desktop__buttons-item{height:36px;min-width:48px}.header-block-desktop__buttons-item button{font-size:12px!important;white-space:nowrap}.top-header{align-items:center;border-bottom:1px solid #6c6c6c;display:flex;gap:15px;height:72px;justify-content:space-between;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.top-header{padding:0 15px}}.top-header__left,.top-header__right{align-items:center;display:flex;height:100%;justify-content:center}.top-header__buttons-wrapper{display:flex;gap:5px}.top-header__buttons-wrapper button{font-size:12px!important;white-space:nowrap}@media screen and (max-width:400px){.top-header__buttons-wrapper button{font-size:9px!important}}.top-header__button{height:30px}.top-header__logo{align-items:center;display:flex;height:100%}.top-header__logo-img{align-items:center;display:flex;height:auto;max-width:150px;width:100%}[dir=ltr] .top-header__logo-img{margin-right:10px}[dir=rtl] .top-header__logo-img{margin-left:10px}.top-header__search-input{background:#191919;border-radius:14px!important;height:40px!important;padding:15px!important}.top-header__search-input input{color:#fff;padding:0!important}.top-header__search-input fieldset{border:none!important;transition:all .1s ease-in-out}.top-header__search-input:hover fieldset{border-color:#b4b4b4!important}.top-header__search-input.Mui-focused fieldset{border-color:#b4b4b4!important;border-width:1px!important}.top-header__search-icon path{stroke:#fee91d}.top-header__search-overlay{background-color:#0009;height:100%;position:fixed;top:0;width:100%;z-index:1000}[dir=ltr] .top-header__search-overlay{left:0}[dir=rtl] .top-header__search-overlay{right:0}.top-header__select-wrapper{align-items:center;display:flex;gap:10px;height:40px;justify-content:space-between;margin:10px auto;max-width:600px;width:90%}.top-header__search-link{width:100%}.top-header__search-text-field{height:40px!important}.top-header__search-input{background-color:#191919;border-radius:8px!important;height:100%!important}[dir=ltr] .top-header__search-input{padding-right:20px!important}[dir=rtl] .top-header__search-input{padding-left:20px!important}.top-header__search-item{color:#000!important}.top-header__search-link{color:#000;text-transform:capitalize}.header-block-mobile{align-items:center;background:#2b2e3b;display:flex;flex-direction:column;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:1000}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.page-loading{height:100%;width:100%}@media only screen and (min-width:1024px){.page-loading{width:calc(100vw - var(--side-menu-width))}}.profile-menu-mobile{background-color:#000;height:calc(100% - 131px);position:fixed;top:72px;transform:translateY(115%);transition:transform .4s ease;width:100%;z-index:999}@media only screen and (min-width:768px){.profile-menu-mobile{display:none!important}}.profile-menu-mobile_open{transform:translateY(0)}.profile-menu-mobile__inner{align-items:center;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:15px 30px;position:relative}.profile-menu-mobile__items{display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;width:100%}.profile-menu-mobile__item{align-items:center;border-radius:5px;color:#fff;display:flex;margin-bottom:1rem;text-decoration:none}[dir=ltr] .profile-menu-mobile__item{padding:8px 12px 8px 0}[dir=rtl] .profile-menu-mobile__item{padding:8px 0 8px 12px}.profile-menu-mobile__item_name_wheel div:first-child{align-items:center;display:flex;height:1.6rem;justify-content:center;width:1.6rem}.profile-menu-mobile__item_name_wheel div:first-child img{height:2.5rem;width:2.5rem}.profile-menu-mobile__item_name_wheel div:first-child img:first-child{top:-5px}.profile-menu-mobile__item-icon{align-items:center;display:flex;height:1.3rem;justify-content:center;width:1.3rem}.profile-menu-mobile__item-text{font-size:18px;font-weight:700}[dir=ltr] .profile-menu-mobile__item-text{margin-left:15px}[dir=rtl] .profile-menu-mobile__item-text{margin-right:15px}.profile-menu-mobile__button-wrapper button{background:#0000!important}.profile-menu-mobile__logout{border-bottom:1px solid #6c6c6c;border-top:1px solid #6c6c6c;color:#fff;margin-bottom:50px;opacity:.8;padding:20px 0;width:100%}.profile-menu-mobile__logout-container{align-items:center;display:flex;gap:5px}.profile-menu-mobile__logout-text{font-size:16px;font-weight:700}.profile-menu-mobile__close{background-color:#191919;border-radius:8px;padding:8px 26px}.profile-menu-mobile__close *{stroke:#fee91d}.app{height:100%}.app,.app__container{display:flex;flex-grow:1;width:100%}.app__container{flex-direction:column;max-width:100%;position:relative}.app__container_isSportMatch{height:100%;max-height:var(--vh);min-height:var(--vh);overflow:hidden}.app__main{transition:transform .3s ease}.app__main,.app__main-inner{display:flex;flex-grow:1;position:relative;width:100%}.app__main-inner{flex-direction:column}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}.app__main-content{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;min-height:50vh;padding-top:0;padding-top:var(--banner-height);position:relative;width:100%}.app__main-wrapper{display:flex}.error-boundary{align-items:center;display:flex;flex-direction:column;font-size:24px;height:100%;justify-content:center;width:100%}.error-boundary__info{color:#000;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)}}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:300;src:url(/static/media/SofiaProLight.cb57028c0e2ee9d51ee4.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:400;src:url(/static/media/SofiaProRegular.703c94a1fd7b1b94369f.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:500;src:url(/static/media/SofiaProMedium.ea37b4f5ccd5305e1194.ttf) format("truetype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:600;src:url(/static/media/SofiaProBold.1ff43b601929bb2e9451.ttf) format("truetype")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:inherit;border:0;box-sizing:border-box;font-stretch:inherit;font-style:inherit;font-variant:inherit;line-height:inherit;margin:0;padding:0;vertical-align:initial}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}@media only screen and (max-width:768px){h1{margin:0 0 50px;width:auto}[dir=ltr] h1{background-position-x:0!important;text-align:left}[dir=rtl] h1{background-position-x:100%!important;text-align:right}h2{font-size:28px;line-height:30px}}ol,p,ul{margin-bottom:1rem;margin-top:0}a{-webkit-text-decoration-skip:objects;background-color:#0000;color:#fff;text-decoration:none}a:hover{text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border:none}button,button:focus{outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}:root{--banner-height:0px}#root,body,html{background-color:#1c1e26;color:#fff;margin:0;padding:0;-webkit-user-select:none;user-select:none;width:100%}@media only screen and (max-width:768px){#root,body,html{height:-webkit-fill-available}}@media only screen and (min-width:768px){#root,body,html{height:100%}}#chat-widget-container{bottom:40px!important}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;margin:0;overflow-x:hidden;overflow-y:auto}[dir=ltr] body{text-align:left}[dir=rtl] body{text-align:right}@media only screen and (min-width:768px){body{min-height:100%;width:100%}}@media only screen and (max-width:768px){body.hide{overflow:hidden}a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}.html-mac ::-webkit-scrollbar,::-webkit-scrollbar{display:none}