@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;-webkit-animation:animateOpenCloseFrames .35s ease-out forwards;animation:animateOpenCloseFrames .35s ease-out forwards;background:#0e0e0e;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}@-webkit-keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}@keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}.spinner_isExitAnim{-webkit-animation:animateOpenCloseBackwardsFrames .35s ease-out forwards;animation:animateOpenCloseBackwardsFrames .35s ease-out forwards}@-webkit-keyframes animateOpenCloseBackwardsFrames{0%{opacity:1}to{opacity:0}}@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{-webkit-animation:spinner 1.2s linear infinite,transparent-v .4s ease-in-out;animation:spinner 1.2s linear infinite,transparent-v .4s ease-in-out;border-radius:50%;border-top:2px solid #f8bc23;display:block;height:50px;width:50px;z-index:999}[dir=ltr] .spinner__circle{border-right:2px solid transparent}[dir=rtl] .spinner__circle{border-left:2px solid transparent}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes h{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes h{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}@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: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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .input__error{right:50%;-webkit-transform:translateX(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 rgba(203,1,1,.5)!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:#000!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 #000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input::-webkit-input-placeholder{color:#fff;opacity:1}.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;border-radius:12px;color:#fff;display:flex;flex-direction:column;height:100%;width:450px}@media only screen and (max-width:1024px){.sign-in{border-radius:0;height:100vh;width:100vw}}.sign-in__header{align-items:center;color:#fff;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){.sign-in__header{font-size:24px;padding:16px}}.sign-in__header-close{cursor:pointer}.sign-in__body{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:24px;width:100%}@media only screen and (max-width:1024px){.sign-in__body{padding:16px}}.sign-in__group{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:16px;width:100%}.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__buttons-wrapper{align-items:center;display:flex;gap:16px;height:40px;justify-content:center;margin:32px 0;width:100%}@media only screen and (max-width:1024px){.sign-in__buttons-wrapper{margin:24px 0}}.reset-password-confirm-modal{background:#000;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}.confirm-activate-bonus{align-items:center;background:#fff;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;max-width:45vw;padding:24px;position:relative}@media only screen and (max-width:475px){.confirm-activate-bonus{border-radius:0;height:100vh;max-width:100vw;padding:3rem 0 6rem}}.confirm-activate-bonus__person{width:10rem}.confirm-activate-bonus__button-wrapper{display:flex;gap:16px;justify-content:space-between;margin:0 auto}@media only screen and (max-width:768px){.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:16px 0;width:90%}@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;background-color:rgba(46,49,66,.5);border:1px solid #191919;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}[dir=ltr] .choose-document__method{padding-left:28px;text-align:left}[dir=rtl] .choose-document__method{padding-right:28px;text-align:right}@media only screen and (min-width:1024px){.choose-document__method{background-color:transparent;border-radius:4px;flex-direction:column;height:100%;padding:42px 8px 16px;position:relative;width:100%}}.choose-document__method:hover{background-color:#0f1923}.choose-document__method:hover path{fill:#fff}.choose-document__method-icon{height:100%;width:100%}.choose-document__text{color:#fff;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{position:absolute;text-align:center;top:60%;width:100%}}.choose-document__icon-wrapper{align-items:center;display:flex;height:46px;width:38px}@media only screen and (min-width:1024px){.choose-document__icon-wrapper{margin-top:10px}}.drop-zone{cursor:pointer;display:contents;text-align:center}.drop-zone_active{border:3px dashed #191919}.documents{background-color:#1d2730;position:relative;width:100%}@media only screen and (min-width:1024px){.documents{width:615px}}.documents__header-sub-title{color:#bbb;font-size:12px;font-weight:400;line-height:2}.documents__header{border-bottom:1px solid #191919;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{color:#fff;font-size:20px;font-weight:600;line-height:1.6}.documents__header-close{background:transparent;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{color:#000;font-size:2rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.documents__header span{border-bottom:3px solid transparent;border-top:3px solid transparent;height:0;width:0}[dir=ltr] .documents__header span{border-left:4px solid #20c012}[dir=rtl] .documents__header span{border-right:4px solid #20c012}@media only screen and (min-width:1024px){.documents__cards-wrapper{display:flex;gap:10px;height:110px}}.documents__card{align-items:center;border:1px solid #191919;border-radius:4px;cursor:pointer;display:flex;gap:15px;height:100%;justify-content:flex-start;padding-bottom:22px;padding-top:22px;width:100%}[dir=ltr] .documents__card{padding-left:28px;text-align:left}[dir=rtl] .documents__card{padding-right:28px;text-align:right}.documents__card:hover{background-color:#0f1923}.documents__card:hover path{fill:#fff}.documents__card-icon{height:100%;width:100%}.documents__content{padding:32px}.documents__icon-wrapper{display:flex}.documents__text{color:#bbb;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{color:#fff;margin:0}.documents__text_sub{margin:0}.documents__container{max-height:calc(var(--vh) - 100px);overflow-y:auto}.documents__error{background-color:rgba(203,1,1,.5);border-radius:16px;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}.sidemenu{align-items:flex-start;background-color:#f8bc23;border-radius:16px;color:#000;display:flex;flex-direction:column;font-size:12px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.33;list-style:none;margin:0;text-transform:uppercase;width:262px}[dir=ltr] .sidemenu{padding:15px 5px 15px 25px;text-align:left}[dir=rtl] .sidemenu{padding:15px 25px 15px 5px;text-align:right}@media only screen and (max-width:1024px){.sidemenu{border-radius:0;height:100vh;padding:5px!important;width:100vw}}.sidemenu__subtext{color:#969696;font-size:12px;margin-top:7px;text-transform:capitalize}.sidemenu__text{text-transform:uppercase}.sidemenu__item{padding:12px 0;position:relative}@media only screen and (max-width:1024px){.sidemenu__item{align-items:flex-start;border-bottom:1px solid #191919;color:#000;display:flex;flex-direction:column;font-size:12px;font-weight:600;justify-content:center;padding:16px;position:relative;text-transform:uppercase;width:100%}}.sidemenu__item-header{align-items:center;border-bottom:0 solid transparent;color:#000;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:8px;justify-content:space-between;text-transform:capitalize;transition:all .1s ease}@media only screen and (max-width:1024px){.sidemenu__item-header{align-items:start;color:#000;flex-direction:column;text-transform:uppercase}}.sidemenu__item-header-icon{width:16px}.sidemenu__item-header-icon *{fill:#000;stroke:none;transition:all .1s ease}.sidemenu__item-header:hover{color:#000}.sidemenu__item-header:hover .sidemenu__item-header-icon *{fill:#000}.sidemenu__item-header_isActive{color:#000}.sidemenu__item-header_isActive .sidemenu__item-header-icon *{fill:#000}.sidemenu__item:first-child .sidemenu__item-header{border-top:none}.sidemenu__item-list{background-color:#cbcbcb;margin:0;padding:.5rem 0}.sidemenu__item-sub{padding-left:12px;padding-right:12px}.sidemenu__item-sub span{border-bottom:1px solid #505252;color:#fff;cursor:pointer;display:block;font-size:.75rem;padding:.375rem 6px;text-transform:capitalize;transition:color .1s ease}.sidemenu__item-sub_active span{font-weight:600}.sidemenu__item-sub:last-child span{border-bottom:1px solid transparent}.choice-modal{align-items:center;background:#191919;border-radius:10px;display:flex;flex-direction:column;max-width:26rem;position:relative;width:85vw}.choice-modal__header{align-items:center;background:#141313;border-radius:5px 5px 0 0;display:flex;justify-content:space-between;padding:1rem;width:100%}.choice-modal__header-cross{height:1.5rem;width:1.5rem}.choice-modal__header-cross *{fill:#fff}.choice-modal__header-title{font-size:1.5rem;font-weight:400}.choice-modal__items{display:flex;gap:10px;justify-content:space-around;padding:15px 5px;width:100%}.choice-modal__item{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;padding:10px 5px}.choice-modal__item:hover{color:#fff}.choice-modal__item-icon{height:3.15rem;margin-bottom:10px;width:3.15rem}.choice-modal__item-icon path{fill:#fdd537}.loadable-image__container{aspect-ratio:1;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.loadable-image__container_withoutAspectRatio{aspect-ratio:inherit}.loadable-image__container_forwardAnimationType_smallToBig{-webkit-animation:smallToBigForwardFrames .2s ease-in forwards;animation:smallToBigForwardFrames .2s ease-in forwards}@-webkit-keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}@keyframes smallToBigForwardFrames{0%{opacity:.95;scale:.85}to{opacity:1;scale:1}}.loadable-image__container_forwardAnimationType_slide{-webkit-animation:slideForwardFrames .2s ease-in forwards;animation:slideForwardFrames .2s ease-in forwards}@-webkit-keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}@keyframes slideForwardFrames{0%{left:150px;opacity:.95}to{left:0;opacity:1}}.loadable-image__container_forwardAnimationType_appearance{-webkit-animation:appearanceForwardFrames .2s ease-in forwards;animation:appearanceForwardFrames .2s ease-in forwards}@-webkit-keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}@keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}.loadable-image__container_forwardAnimationType_default{-webkit-animation:defaultForwardFrames .2s ease-in forwards;animation:defaultForwardFrames .2s ease-in forwards}@-webkit-keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}@keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}.loadable-image__containerbackwardAnimationType_smallToBig{-webkit-animation:smallToBigForwardFrames .2s ease-in forwards;animation:smallToBigForwardFrames .2s ease-in forwards}@-webkit-keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}@keyframes smallToBigBackwardFrames{0%{opacity:1;scale:1}to{opacity:.95;scale:.85}}.loadable-image__containerbackwardAnimationType_slide{-webkit-animation:slideBackwardFrames .2s ease-in forwards;animation:slideBackwardFrames .2s ease-in forwards}@-webkit-keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}@keyframes slideBackwardFrames{0%{left:0;opacity:1}to{left:150px;opacity:.95}}.loadable-image__containerbackwardAnimationType_appearance{-webkit-animation:appearanceBackwardFrames .2s ease-in forwards;animation:appearanceBackwardFrames .2s ease-in forwards}@-webkit-keyframes appearanceBackwardFrames{0%{opacity:1}to{opacity:.1}}@keyframes appearanceBackwardFrames{0%{opacity:1}to{opacity:.1}}.loadable-image__containerbackwardAnimationType_default{-webkit-animation:defaultBackwardFrames .2s ease-in forwards;animation:defaultBackwardFrames .2s ease-in forwards}@-webkit-keyframes defaultBackwardFrames{0%{opacity:1;scale:1}to{opacity:0;scale:1}}@keyframes defaultBackwardFrames{0%{opacity:1;scale:1}to{opacity:0;scale:1}}.loadable-image__image{color:#fff;height:100%;object-fit:contain;transition:opacity .3s ease-in-out;width:100%}.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{-webkit-animation-timing-function:cubic-bezier(0,1,1,0);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{-webkit-animation:lds-ellipsis1 .6s infinite;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){-webkit-animation:lds-ellipsis2 .6s infinite;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){-webkit-animation:lds-ellipsis2 .6s infinite;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){-webkit-animation:lds-ellipsis3 .6s infinite;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}@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}.wheel-timer{background-color:#b471ff;border:none;border-radius:6.25rem;box-shadow:0 4px 8px rgba(29,34,37,.1);cursor:pointer;display:block;height:45px;margin:0 auto;outline:none;transition:-webkit-transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1),-webkit-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:1440px){.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:1440px){.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}}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:420px;width:320px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:320px;width:320px}}.roulette-game__container_isHidden{display:none}.roulette-game__container_isWinBlock{height:448px;padding-top:50px}.roulette-game__wheel{display:flex;position:relative}.roulette-game__img{height:348px;margin:0;padding:0;width:348px}@media only screen and (max-width:475px){.roulette-game__img{height:320px;width:320px}}.roulette-game__img_light{-webkit-animation:lightRot 2s infinite none;animation:lightRot 2s infinite none}.roulette-game__img_diamonds,.roulette-game__img_light{position:absolute;z-index:1}.roulette-game__data-on-wheel{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .roulette-game__data-on-wheel{left:0}[dir=rtl] .roulette-game__data-on-wheel{right:0}.roulette-game__data-on-wheel__container{display:inline-block;height:100%;position:relative;width:100%}.roulette-game__data-on-wheel__item{align-items:center;border-radius:348px;box-sizing:border-box;color:#fff;display:flex;font-size:20px;height:35px;padding:0 25px;position:absolute;top:156.5px;width:348px}[dir=ltr] .roulette-game__data-on-wheel__item{left:0}[dir=rtl] .roulette-game__data-on-wheel__item{right:0}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(60deg);transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(300deg);transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-300deg);transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(51.4285714286deg);transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-51.4285714286deg);transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(102.8571428571deg);transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-102.8571428571deg);transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(154.2857142857deg);transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-154.2857142857deg);transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(205.7142857143deg);transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-205.7142857143deg);transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(257.1428571429deg);transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-257.1428571429deg);transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(308.5714285714deg);transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-308.5714285714deg);transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(225deg);transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(315deg);transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(40deg);transform:rotate(40deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(80deg);transform:rotate(80deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(160deg);transform:rotate(160deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-160deg);transform:rotate(-160deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(200deg);transform:rotate(200deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(280deg);transform:rotate(280deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-280deg);transform:rotate(-280deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(320deg);transform:rotate(320deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-320deg);transform:rotate(-320deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(36deg);transform:rotate(36deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(108deg);transform:rotate(108deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(252deg);transform:rotate(252deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(324deg);transform:rotate(324deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(32.7272727273deg);transform:rotate(32.7272727273deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-32.7272727273deg);transform:rotate(-32.7272727273deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(65.4545454545deg);transform:rotate(65.4545454545deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-65.4545454545deg);transform:rotate(-65.4545454545deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(98.1818181818deg);transform:rotate(98.1818181818deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-98.1818181818deg);transform:rotate(-98.1818181818deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(130.9090909091deg);transform:rotate(130.9090909091deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-130.9090909091deg);transform:rotate(-130.9090909091deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(163.6363636364deg);transform:rotate(163.6363636364deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-163.6363636364deg);transform:rotate(-163.6363636364deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(196.3636363636deg);transform:rotate(196.3636363636deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-196.3636363636deg);transform:rotate(-196.3636363636deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(229.0909090909deg);transform:rotate(229.0909090909deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-229.0909090909deg);transform:rotate(-229.0909090909deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(261.8181818182deg);transform:rotate(261.8181818182deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-261.8181818182deg);transform:rotate(-261.8181818182deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(294.5454545455deg);transform:rotate(294.5454545455deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-294.5454545455deg);transform:rotate(-294.5454545455deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(327.2727272727deg);transform:rotate(327.2727272727deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-327.2727272727deg);transform:rotate(-327.2727272727deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-150deg);transform:rotate(-150deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-210deg);transform:rotate(-210deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-300deg);transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-330deg);transform:rotate(-330deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(27.6923076923deg);transform:rotate(27.6923076923deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-27.6923076923deg);transform:rotate(-27.6923076923deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(55.3846153846deg);transform:rotate(55.3846153846deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-55.3846153846deg);transform:rotate(-55.3846153846deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(83.0769230769deg);transform:rotate(83.0769230769deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-83.0769230769deg);transform:rotate(-83.0769230769deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(110.7692307692deg);transform:rotate(110.7692307692deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-110.7692307692deg);transform:rotate(-110.7692307692deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(138.4615384615deg);transform:rotate(138.4615384615deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-138.4615384615deg);transform:rotate(-138.4615384615deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(166.1538461538deg);transform:rotate(166.1538461538deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-166.1538461538deg);transform:rotate(-166.1538461538deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(193.8461538462deg);transform:rotate(193.8461538462deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-193.8461538462deg);transform:rotate(-193.8461538462deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(221.5384615385deg);transform:rotate(221.5384615385deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-221.5384615385deg);transform:rotate(-221.5384615385deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(249.2307692308deg);transform:rotate(249.2307692308deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-249.2307692308deg);transform:rotate(-249.2307692308deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(276.9230769231deg);transform:rotate(276.9230769231deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-276.9230769231deg);transform:rotate(-276.9230769231deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(304.6153846154deg);transform:rotate(304.6153846154deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-304.6153846154deg);transform:rotate(-304.6153846154deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(332.3076923077deg);transform:rotate(332.3076923077deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-332.3076923077deg);transform:rotate(-332.3076923077deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(25.7142857143deg);transform:rotate(25.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-25.7142857143deg);transform:rotate(-25.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(51.4285714286deg);transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-51.4285714286deg);transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(77.1428571429deg);transform:rotate(77.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-77.1428571429deg);transform:rotate(-77.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(102.8571428571deg);transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-102.8571428571deg);transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(128.5714285714deg);transform:rotate(128.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-128.5714285714deg);transform:rotate(-128.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(154.2857142857deg);transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-154.2857142857deg);transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(205.7142857143deg);transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-205.7142857143deg);transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(231.4285714286deg);transform:rotate(231.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-231.4285714286deg);transform:rotate(-231.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(257.1428571429deg);transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-257.1428571429deg);transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(282.8571428571deg);transform:rotate(282.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-282.8571428571deg);transform:rotate(-282.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(308.5714285714deg);transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-308.5714285714deg);transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(334.2857142857deg);transform:rotate(334.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-334.2857142857deg);transform:rotate(-334.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(24deg);transform:rotate(24deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(48deg);transform:rotate(48deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-48deg);transform:rotate(-48deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(72deg);transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(96deg);transform:rotate(96deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-96deg);transform:rotate(-96deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(120deg);transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(144deg);transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(168deg);transform:rotate(168deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-168deg);transform:rotate(-168deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(192deg);transform:rotate(192deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-192deg);transform:rotate(-192deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(216deg);transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(240deg);transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(264deg);transform:rotate(264deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-264deg);transform:rotate(-264deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(288deg);transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(312deg);transform:rotate(312deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-312deg);transform:rotate(-312deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(336deg);transform:rotate(336deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-336deg);transform:rotate(-336deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){-webkit-transform:rotate(-22.5deg);transform:rotate(-22.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(67.5deg);transform:rotate(67.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){-webkit-transform:rotate(-67.5deg);transform:rotate(-67.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(112.5deg);transform:rotate(112.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){-webkit-transform:rotate(-112.5deg);transform:rotate(-112.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(157.5deg);transform:rotate(157.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){-webkit-transform:rotate(-157.5deg);transform:rotate(-157.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(202.5deg);transform:rotate(202.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){-webkit-transform:rotate(-202.5deg);transform:rotate(-202.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(225deg);transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(247.5deg);transform:rotate(247.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){-webkit-transform:rotate(-247.5deg);transform:rotate(-247.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(270deg);transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(292.5deg);transform:rotate(292.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){-webkit-transform:rotate(-292.5deg);transform:rotate(-292.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(315deg);transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(337.5deg);transform:rotate(337.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){-webkit-transform:rotate(-337.5deg);transform:rotate(-337.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(17){-webkit-transform:rotate(1turn);transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(17){-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.roulette-game__data-on-wheel__item_is-present{font-size:12px}@media only screen and (max-width:475px){.roulette-game__data-on-wheel__item{border-radius:320px;height:25px;padding:0 25px;top:147.5px;width:320px}}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;display:flex;height:25px;width:25px}[dir=ltr] .roulette-game__data-on-wheel img,[dir=ltr] .roulette-game__data-on-wheel__icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel img,[dir=rtl] .roulette-game__data-on-wheel__icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media only screen and (max-width:475px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:20px;width:20px}}.roulette-game__data-on-wheel__value{font-weight:700;position:relative}[dir=ltr] .roulette-game__data-on-wheel__value{left:10px;text-shadow:2px 2px 2px #000;-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px;text-shadow:-2px 2px 2px #000;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}@media only screen and (max-width:475px){[dir=ltr] .roulette-game__data-on-wheel__value{left:6px}[dir=rtl] .roulette-game__data-on-wheel__value{right:6px}}.roulette-game__selector-img{height:84px;position:absolute;top:134px;width:152px;z-index:6}[dir=ltr] .roulette-game__selector-img{right:-28px}[dir=rtl] .roulette-game__selector-img{left:-28px}.roulette-game__selector-img_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__selector-img{height:74px;top:125px;width:140px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}.roulette-game__spin-btn{background-image:url(/static/media/btn-bg.3ec7a1aa8527b1c24efb.png);background-size:cover;bottom:0;height:125px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:125px;z-index:5}.roulette-game__spin-btn_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__spin-btn{height:105px;width:105px}}.roulette-game__spin-btn_container{height:100%;position:relative;width:100%}.roulette-game__spin-btn_text{bottom:0;display:inline;left:0;margin:auto;position:absolute;right:0;top:0;width:80%}.roulette-game__bottom-heading{bottom:-50px;height:85px;position:absolute;width:100%}.roulette-game__bottom-heading_img{width:100%}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-110px;box-shadow:0 4px 8px rgba(29,34,37,.1);color:#f5f6f7;cursor:pointer;display:block;font-weight:700;height:45px;left:0;margin:0 auto;outline:none;position:absolute;right:0;transition:-webkit-transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1);transition:transform .2s cubic-bezier(.36,.66,.04,1),-webkit-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 (max-width:1440px){.roulette-game__btn-spin{font-size:16px}}.roulette-game__btn-spin_hidden{opacity:0}.roulette-game__btn-spin_inner{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}.roulette-game__btn-spin_isCost{margin-bottom:.5rem;position:static}.roulette-game__win-block{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;width:100%}.roulette-game__top-block{height:21.5625rem;position:relative;width:21.5625rem}.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:rgba(15,16,17,.5);border-radius:10px;color:#5ddb1c;display:flex;font-size:1.125rem;font-weight:800;height:3rem;justify-content:center;line-height:3rem;padding:5px;text-align:center;width:16.25rem}.roulette-game__mid-block__icon{height:1.5rem;width:1.5rem}[dir=ltr] .roulette-game__mid-block__icon{margin-right:.5rem}[dir=rtl] .roulette-game__mid-block__icon{margin-left:.5rem}.roulette-game__mid-block__currency{color:#fff}[dir=ltr] .roulette-game__mid-block__currency{margin-left:.5rem}[dir=rtl] .roulette-game__mid-block__currency{margin-right:.5rem}.roulette-game__bot-block{margin-top:3rem}.roulette-game__btn-view{background-color:var(--primary-color);border:none;border-radius:6.25rem;box-shadow:0 4px 8px rgba(29,34,37,.1);color:#f5f6f7;cursor:pointer;display:block;font-size:1.25rem;font-weight:700;height:3rem;outline:none;padding:0 3rem}[dir=ltr] .roulette-game__btn-view{background-image:conic-gradient(from 1turn,#43b309,#5ddb1c)}[dir=rtl] .roulette-game__btn-view{background-image:conic-gradient(from -1turn,#43b309,#5ddb1c)}.roulette-game__btn-view_inner{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.roulette-game__wheel-wrapper{position:relative}@-webkit-keyframes lightRot{0%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50.1%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes lightRot{0%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50%{-webkit-transform:rotate(22.5deg);transform:rotate(22.5deg)}50.1%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:548px;padding:.75rem 2.2rem;position:relative;width:388px}@media only screen and (max-width:475px){.wheel-game{height:588px;margin:0 auto;padding:4rem 2.2rem;width:98%}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.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:rgba(153,164,176,.6);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:rgba(153,164,176,.8);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:transparent;height:3.9rem}.wheel-game-history__col-head{color:rgba(95,105,117,.8);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:rgba(95,105,117,.8);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}@-webkit-keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}@keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}.modal{-webkit-animation:modalAppearance .25s ease-out forwards;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{-webkit-animation:modalDisappearance .25s ease-out forwards;animation:modalDisappearance .25s ease-out forwards}.modal__inner{background:rgba(0,0,0,.5);height:var(--vh);overflow-y:auto;position:fixed}.modal__app-container,.modal__inner{-webkit-transform:translateZ(0);transform:translateZ(0)}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;width:100vw;z-index:15}.modal__content-container{overflow:hidden;position:relative}.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}@-webkit-keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@keyframes modalAppearance{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}@keyframes modalDisappearance{0%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}[dir=rtl] .Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInLeft;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}.wheel-button{-webkit-animation:wheelSpin 1.6s infinite;animation:wheelSpin 1.6s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;cursor:pointer;-webkit-filter:drop-shadow(0 0 8px #660494);filter:drop-shadow(0 0 8px #660494);height:100%;width:100%}@-webkit-keyframes wheelSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes wheelSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.user-block{align-items:center;display:flex;flex-direction:row;gap:16px}@media only screen and (max-width:1024px){.user-block{gap:4px}.user-block__wheel{display:none}}.user-block__info{display:flex;flex-direction:column;justify-content:center;width:200px}@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-balance{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;line-height:130%}.user-block__icon{align-items:center;background:#191919;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}@media only screen and (max-width:1024px){.user-block__icon{background:linear-gradient(180deg,#bdb9bf -45%,#191919 43%);height:50px;width:50px}[dir=ltr] .user-block__icon{margin-right:10px}[dir=rtl] .user-block__icon{margin-left:10px}.user-block__icon *{stroke:#fff}}.user-block__link-text{line-height:1}.user-block__link-icon{max-height:15px;width:12px}.user-block__link-icon *{fill:#fff}@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{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;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%}@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 transparent;border-radius:3px;border-right:5px solid transparent;bottom:100%;content:"";position:absolute}[dir=ltr] .user-block__dropdown-items:after{right:12px;-webkit-transform:translate(-50%);transform:translate(-50%)}[dir=rtl] .user-block__dropdown-items:after{left:12px;-webkit-transform:translate(50%);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}.select-lang{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;position:relative}@media only screen and (max-width:1024px){.select-lang{font-size:14px}}.select-lang__top{align-items:center;background-color:#191919;border-radius:12px;display:flex;gap:8px;justify-content:center;padding:8px;z-index:1000}@media only screen and (max-width:1024px){.select-lang__top{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(79,78,83,.37);padding:5px 10px}}.select-lang__top-name{color:var(--header-top_lang-clr);font-weight:500}.select-lang__top-flag{height:17px;width:17px}.select-lang__bg{cursor:auto;height:100vh;position:absolute;top:0;width:100vw;z-index:1}[dir=ltr] .select-lang__bg{left:0}[dir=rtl] .select-lang__bg{right:0}@media (min-width:1129px){[dir=ltr] .select-lang__bg{left:calc(564px - 50vw)}[dir=rtl] .select-lang__bg{right:calc(564px - 50vw)}}@media only screen and (max-width:768px){.select-lang__bg{display:none}}.select-lang__items{-webkit-animation:animatePopUpReverseKeyframes .35s ease-out forwards;animation:animatePopUpReverseKeyframes .35s ease-out forwards;background-color:#191919;border-radius:0 0 12px 12px;display:flex;flex-direction:column;line-height:normal;overflow:hidden;padding-top:40%;position:absolute;top:20%;width:100%;z-index:999}[dir=ltr] .select-lang__items{left:0}[dir=rtl] .select-lang__items{right:0}@-webkit-keyframes animatePopUpReverseKeyframes{0%{opacity:0;-webkit-transform:translateY(-15%);transform:translateY(-15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animatePopUpReverseKeyframes{0%{opacity:0;-webkit-transform:translateY(-15%);transform:translateY(-15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (max-width:1024px){.select-lang__items{padding-top:10%;top:75%}}.select-lang__items:hover{display:flex}.select-lang__item{align-items:center;display:flex;gap:8px;padding:8px}.select-lang__item:first-child{padding-top:20%}@media only screen and (max-width:1024px){.select-lang__item{padding:5px 8px}}.select-lang__item-flag{height:17px;width:17px}.bottom-menu{bottom:-1px;height:88px;position:fixed;width:100%;z-index:10003}.bottom-menu__container{align-items:center;background:#000;box-shadow:0 -25px 15px rgba(1,5,1,.6);display:flex;height:100%;justify-content:space-between;padding:0 20px;width:100%}.bottom-menu__container_isAuth{gap:10px}.bottom-menu__button-wrapper{height:40px;width:100%}.bottom-menu__icon-wrapper{align-items:center;background:#191919;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:14px 32px;transition:all .2s ease-in-out}[dir=ltr] .bottom-menu__icon-wrapper{border-radius:8px 0 8px 8px}[dir=rtl] .bottom-menu__icon-wrapper{border-radius:0 8px 8px 8px}.bottom-menu__icon-wrapper_isOpen .bottom-menu-mobile__icon *{stroke:#fff;transition:all .2s ease-in-out}.bottom-menu__icon{height:12px;width:12px}.bottom-menu__menu{align-items:flex-start;-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(79,78,83,.37);cursor:auto;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:15px;justify-content:center;padding:24px;width:165px}[dir=ltr] .bottom-menu__menu{border-radius:16px 16px 0 16px}[dir=rtl] .bottom-menu__menu{border-radius:16px 16px 16px 0}.bottom-menu__menu-container{cursor:pointer;position:absolute;top:-240px;width:56px;z-index:10003}[dir=ltr] .bottom-menu__menu-container{right:130px}[dir=rtl] .bottom-menu__menu-container{left:130px}.bottom-menu__menu-bg{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards;cursor:auto;height:100vh;position:absolute;top:-90vh;width:100vw;z-index:1}@media (min-width:1129px){[dir=ltr] .bottom-menu__menu-bg{left:calc(564px - 50vw)}[dir=rtl] .bottom-menu__menu-bg{right:calc(564px - 50vw)}}.bottom-menu__menu-item,.bottom-menu__menu-wrap{text-wrap:nowrap;align-items:flex-start;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:16px;font-style:normal;font-weight:700;gap:12px;justify-content:flex-start;line-height:130%;position:relative;width:100%}.bottom-menu__menu-wrap{align-items:center;flex-direction:row;justify-content:space-between}.bottom-menu__menu-wrap-arrow{transition:all .3s ease-in-out}.bottom-menu__menu-wrap-arrow path{stroke:#fff}[dir=ltr] .bottom-menu__menu-wrap-arrow_isOpen{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .bottom-menu__menu-wrap-arrow_isOpen{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.bottom-menu__menu-sub-item{color:#969696;font-size:18px;font-style:normal;font-weight:700}.footer-desktop{display:flex;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.footer-desktop{padding:0 16px}}.footer-desktop__container{background-color:#0e0e0e;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_right{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:dimgray;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:72px}.footer-desktop__logo-wrapper{margin-bottom:40px}.footer-desktop__copyright{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:700;margin-bottom:8px}.footer-desktop__text{color:dimgray;font-size:10px;font-weight:400;line-height:16px}.footer-desktop__text-container{max-width:342px}.footer-mobile{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.footer-mobile{padding:0 16px}}.footer-mobile__container{border-top:1px solid #6c6c6c;padding-bottom:88px;padding-top:24px}.footer-mobile__block{align-items:flex-start;border:1px solid #e7e7e7;border-radius:12px;display:flex;flex-basis:25%;flex-direction:column;gap:16px;justify-content:flex-start;padding:24px}.footer-mobile__block:last-child{flex-grow:1;grid-column-end:3;grid-column-start:1}.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}.footer-mobile__block-label{font-family:Inter,sans-serif;font-size:18px;font-weight:700}.footer-mobile__block-link,.footer-mobile__copyright{font-family:Inter,sans-serif;font-size:14px;font-weight:500}.footer-mobile__copyright{color:#969696;font-style:normal}.top-header{align-items:center;border-bottom:1px solid #6c6c6c;display:flex;gap:10px;height:72px;justify-content:space-between;margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.top-header{padding:0 16px}}.top-header__left,.top-header__right{align-items:center;display:flex;justify-content:center}.top-header__logo-img{align-items:center;display:flex;height:65%;max-width:115px}[dir=ltr] .top-header__logo-img{margin-left:5px}[dir=rtl] .top-header__logo-img{margin-right:5px}.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:#f8be2b}.top-header__search-overlay{background-color:rgba(0,0,0,.6);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:#000;display:flex;flex-direction:column;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:1990}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.MuiMenuItem-root{background:#191919!important}.MuiMenuItem-root:hover{background:#f8bc23!important}.MuiMenuItem-root:hover a{color:#000!important}.MuiAutocomplete-paper{background:#191919!important;border-radius:12px!important;color:#fff!important}.MuiAutocomplete-noOptions{color:#fff!important}.header-block-desktop{background:#000;border-bottom:1px solid #191919;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:10000}[dir=ltr] .header-block-desktop{left:0}[dir=rtl] .header-block-desktop{right:0}.header-block-desktop__wrapper{background-color:#000;display:flex;gap:32px;height:88px;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 16px}}.header-block-desktop__logo-link{align-items:center;display:flex}.header-block-desktop__logo{display:block;height:51px;width:auto}.header-block-desktop__left{align-items:center;display:flex;gap:25px;justify-content:center}.header-block-desktop__icon{background:#191919;border-radius:8px;cursor:pointer;padding:14px 32px}.header-block-desktop__icon-wrapper{align-items:center;display:flex;justify-content:center;transition:all .2s ease-in-out}.header-block-desktop__icon-wrapper_isOpen{background:#191919}[dir=ltr] .header-block-desktop__icon-wrapper_isOpen{border-radius:12px 12px 12px 0}[dir=rtl] .header-block-desktop__icon-wrapper_isOpen{border-radius:12px 12px 0 12px}.header-block-desktop__icon-wrapper_isOpen .header-block-desktop__icon *{stroke:#fff;transition:all .2s ease-in-out}.header-block-desktop__center{align-items:center;display:flex;justify-content:center;width:100%}.header-block-desktop__search-input{background:#191919;border-radius:16px!important;height:40px!important;padding:15px!important}.header-block-desktop__search-input input{color:#fff;padding:0!important}.header-block-desktop__search-input fieldset{border:none!important;transition:all .1s ease-in-out}.header-block-desktop__search-input:hover fieldset{border-color:#b4b4b4!important}.header-block-desktop__search-input.Mui-focused fieldset{border-color:#b4b4b4!important;border-width:1px!important}.header-block-desktop__search-icon path{stroke:#f8be2b}.header-block-desktop__right{align-items:center;display:flex;justify-content:center}.header-block-desktop__button-wrapper{height:40px;min-width:168px}.header-block-desktop__menu{align-items:flex-start;-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:rgba(79,78,83,.37);cursor:auto;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:24px;justify-content:center;padding:24px;width:145px}[dir=ltr] .header-block-desktop__menu{border-radius:0 12px 12px 12px}[dir=rtl] .header-block-desktop__menu{border-radius:12px 0 12px 12px}@-webkit-keyframes animatePopUpKeyframes{0%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.header-block-desktop__menu-container{cursor:pointer;margin-top:80px;position:absolute;top:0;width:56px;z-index:2}[dir=ltr] .header-block-desktop__menu-container{left:0}[dir=rtl] .header-block-desktop__menu-container{right:0}@media (max-width:1127px){[dir=ltr] .header-block-desktop__menu-container{left:16px}[dir=rtl] .header-block-desktop__menu-container{right:16px}}.header-block-desktop__menu-bg{-webkit-animation:animatePopUpKeyframes .35s ease-out forwards;animation:animatePopUpKeyframes .35s ease-out forwards;cursor:auto;height:100vh;position:absolute;top:0;width:100vw;z-index:1}[dir=ltr] .header-block-desktop__menu-bg{left:0}[dir=rtl] .header-block-desktop__menu-bg{right:0}@keyframes animatePopUpKeyframes{0%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:1129px){[dir=ltr] .header-block-desktop__menu-bg{left:calc(564px - 50vw)}[dir=rtl] .header-block-desktop__menu-bg{right:calc(564px - 50vw)}}.header-block-desktop__menu-item,.header-block-desktop__menu-wrap{align-items:flex-start;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:18px;font-style:normal;font-weight:700;gap:12px;justify-content:flex-start;line-height:130%;width:100%}.header-block-desktop__menu-wrap{align-items:center;flex-direction:row;justify-content:space-between}.header-block-desktop__menu-wrap-arrow{transition:all .3s ease-in-out}.header-block-desktop__menu-wrap-arrow path{stroke:#fff}[dir=ltr] .header-block-desktop__menu-wrap-arrow_isOpen{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .header-block-desktop__menu-wrap-arrow_isOpen{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.header-block-desktop__menu-sub-item{color:#969696;font-size:18px;font-style:normal;font-weight:700}.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% - 87px);position:fixed;-webkit-transform:translateY(115%);transform:translateY(115%);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-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{-webkit-transform:translateY(0);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:transparent!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:#f8be2b}.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{background:#000;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-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-content:not(.app__main-content_allWidthContainer){margin:0 auto;max-width:min(100%,1128px);width:100%}@media (max-width:1159px){.app__main-content:not(.app__main-content_allWidthContainer){padding:0 16px}}.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:#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:hsla(0,0%,100%,.7);--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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;-webkit-transform:translateX(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%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;-webkit-transform:translateX(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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(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 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}[dir=ltr] .Toastify__toast{direction:ltr}[dir=ltr] .Toastify__toast--rtl,[dir=rtl] .Toastify__toast{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);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;-webkit-transform-origin:left;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;-webkit-transform-origin:left;transform-origin:left}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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)}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);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{-webkit-font-feature-settings:inherit;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:transparent;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:#000;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{display:none}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-thumb{background:#f8bc23;background-clip:content-box;border:6px solid transparent}::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}