@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=Russo+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Knewave&display=swap);.spinner{align-items:center;background:rgba(38,39,39,.6);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;position:absolute;top:0;width:100%;z-index:10}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner__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 #edbc14;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-frame{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:120vmin;padding:2rem;position:relative;width:100%}.slot-frame_full{height:calc(100vh - 72px);max-width:none;padding:0}.slot-frame__wrapper{background-attachment:fixed;background-image:url(/static/media/casino-bg.558eb7cba5aa491c651a.webp);background-position:top;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-rows:72px 1fr;height:100vh;position:fixed;top:0;width:100vw;z-index:1000}[dir=ltr] .slot-frame__wrapper{left:0}[dir=rtl] .slot-frame__wrapper{right:0}.slot-frame__header{align-items:center;background-color:rgba(0,0,0,.5);display:flex;padding:0 6px}.slot-frame__header-name{align-items:center;display:flex;flex:0 0 50%;font-size:16px;font-weight:600;justify-content:center;max-width:50%}.slot-frame__header-col{align-items:center;display:flex;flex-basis:0;flex-direction:row;flex-grow:1;gap:16px;max-width:100%}[dir=ltr] .slot-frame__header-col_right{justify-content:right}[dir=rtl] .slot-frame__header-col_right{justify-content:left}.slot-frame__logo{display:block;height:30px;width:auto}.slot-frame__button{background-color:#f1d74b;border-color:#f1d74b;border-radius:.2rem;color:#212529;font-size:14px;min-width:120px;padding:.25rem .75rem;text-align:center;text-transform:uppercase;white-space:nowrap}.slot-frame__icon{cursor:pointer;height:15px;width:15px}.slot-frame__icon_fullscreen{fill:#fff}[dir=ltr] .slot-frame__icon_close{margin:0 16px 0 8px}[dir=rtl] .slot-frame__icon_close{margin:0 8px 0 16px}.slot-frame__iframe{aspect-ratio:1/.69;background-size:cover;border:none;width:100%}.slot-frame__iframe_full{height:100%;width:auto}.slot-frame__games{position:inherit;z-index:1400}.slot-frame__game-select{align-items:center;color:#fff;cursor:pointer;display:flex;gap:10px;height:100%;justify-content:space-between;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1) 0ms}.slot-frame__game-select-icon{width:10px}.slot-frame__game-select:hover,.slot-frame__game-select_active{color:#f1d74b}[dir=ltr] .slot-frame__game-select_active>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .slot-frame__game-select_active>svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.slot-frame__overlay{height:100vh;position:absolute;width:100vw;z-index:1100}.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{height:100%;position:relative;width:100%}.input__wrapper_isFlex{align-items:center;display:flex}.input__wrapper .Mui-disabled{-webkit-text-fill-color:#181c1e!important}.input__left-icon{height:100%;width:100%}.input__left-icon *{fill:#d5d5d5}.input__left-icon-wrapper{align-items:center;background:#d5d5d5;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 .MuiInputAdornment-positionEnd{height:100%;position:absolute}[dir=ltr] .input .MuiInputAdornment-positionEnd{right:5px}[dir=rtl] .input .MuiInputAdornment-positionEnd{left:5px}[dir=ltr] .input_password input{padding:.125rem 1.5rem .125rem .75rem}[dir=rtl] .input_password input{padding:.125rem .75rem .125rem 1.5rem}.input input:-webkit-autofill,.input input:-webkit-autofill:active,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-box-shadow:inset 0 0 0 2000px #fff;caret-color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.sign-in{flex-direction:column;height:100%}.sign-in,.sign-in__header{align-items:center;display:flex;width:100%}.sign-in__header{justify-content:space-between;padding:1rem}.sign-in__header-title{font-size:1rem;margin-bottom:0}.sign-in__header-close{background:transparent;cursor:pointer;outline:none}.sign-in__header-close-icon{color:#fff;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:none}.sign-in__body{margin:0 auto;padding:1rem 1rem 3rem;width:83.3%}@media only screen and (max-width:768px){.sign-in__body{width:100%}}.sign-in__group{margin-bottom:1rem}@media only screen and (min-width:768px){.sign-in__group{padding:0 6px}}.sign-in__group-label{color:#fff;font-size:.75rem;margin-bottom:.3rem}.sign-in__group-input{height:31px}@media only screen and (max-width:768px){.sign-in__group-input{height:42px}}.sign-in__btn-wrapper{margin-top:1.5rem;width:100%}@media only screen and (min-width:768px){.sign-in__btn-wrapper{padding:0 6px}}.sign-in__footer{align-items:center;background:#000;display:flex;justify-content:center;padding:1rem;width:100%}@media only screen and (max-width:768px){.sign-in__footer{margin-top:auto}}.sign-in__footer-text{color:#fff;font-size:.75rem}.bet-details{background-color:#273039;color:#bdbdbd;height:100%;min-width:300px;padding:50px 20px 10px;width:100%}.bet-details__item{align-items:center;border-bottom:.125rem solid #999;border-top:.2rem solid #999;display:flex;font-weight:600;justify-content:center;min-width:130px;padding:.6rem .125rem;width:100%}[dir=ltr] .bet-details__item{border-left:.0625rem solid #999}[dir=ltr] .bet-details__item:last-child,[dir=rtl] .bet-details__item{border-right:.0625rem solid #999}[dir=rtl] .bet-details__item:last-child{border-left:.0625rem solid #999}.bet-details__status_status_winner{color:#23a152}.bet-details__status_status_wait{color:#4b8bc7}.bet-details__status_status_loser{color:red}.bet-details__bets-header{display:flex;width:100%}.bet-details__content{margin-bottom:20px;overflow-x:scroll;width:100%}.bet-details__bet-info{margin:0}.bet-details__bet-info-row{display:flex;justify-content:space-between;padding:.6rem 0;width:100%}.bet-details__bet-info-row:not(:last-child){border-bottom:1px solid rgba(90,90,90,.2);margin-bottom:.5rem}.bet-details__bet-info-row-header{font-weight:600}.bet-details__button-wrapper{display:flex;height:30px;justify-content:center}.sport-modal{align-items:center;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;max-width:95%;position:relative;width:380px}@media only screen and (max-width:768px){.sport-modal{margin:0 auto}}.sport-modal__header{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:space-between;line-height:24px;padding:16px 24px;width:100%}.sport-modal__header span{align-items:center;cursor:pointer;display:flex}.sport-modal__items{border-top:1px solid #3c3c3c;display:flex;flex-direction:column;gap:16px;padding:24px;width:100%}.sport-modal__item{align-items:center;background:#282828;border-radius:4px;color:#fff;display:flex;flex-grow:1;font-size:20px;font-weight:400;height:55px;justify-content:space-between;line-height:1;padding:0 16px}.sport-modal__text{text-transform:capitalize}.sport-modal__img{height:100%}.sport-modal__img img{max-height:100%}.loadable-image__container{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.loadable-image__container_loaded.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_loaded.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_loaded.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}}.loadable-image__container_loaded.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}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_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__container_loaded.loadable-image__container_backwardAnimationType_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__container_loaded.loadable-image__container_backwardAnimationType_appearance{-webkit-animation:appearanceForwardFrames .2s ease-in forwards;animation:appearanceForwardFrames .2s ease-in forwards}@keyframes appearanceForwardFrames{0%{opacity:.1}to{opacity:1}}.loadable-image__container_loaded.loadable-image__container_backwardAnimationType_default{-webkit-animation:defaultForwardFrames .2s ease-in forwards;animation:defaultForwardFrames .2s ease-in forwards}@keyframes defaultForwardFrames{0%{opacity:0;scale:1}to{opacity:1;scale:1}}.loadable-image__container:not(.loadable-image__container_loaded){align-items:center;-webkit-animation:background-loading 2s ease-in-out infinite;animation:background-loading 2s ease-in-out infinite;background-color:#000;background-repeat:no-repeat;background-size:300px 100%;border-radius:4px;color:#746d6d;display:flex;height:100%;justify-content:center;margin:0 auto;width:100%}[dir=ltr] .loadable-image__container:not(.loadable-image__container_loaded){background-image:linear-gradient(90deg,#2f2b2b,#2b2a2a,#393333)}[dir=rtl] .loadable-image__container:not(.loadable-image__container_loaded){background-image:linear-gradient(270deg,#2f2b2b,#2b2a2a,#393333)}.loadable-image__image{color:#fff;height:100%;object-fit:fill;opacity:0;transition:opacity .3s ease-in-out;width:100%}.loadable-image__image_loaded{opacity:1}.loadable-image__image_hidden{opacity:0}.loadable-image__slot-plug{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .loadable-image__slot-plug{left:0}[dir=rtl] .loadable-image__slot-plug{right:0}.loadable-image__slot-plug:after{-webkit-animation:loadable-placeholder-loading 1.3s infinite;animation:loadable-placeholder-loading 1.3s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;z-index:1}[dir=ltr] .loadable-image__slot-plug:after{background:linear-gradient(90deg,transparent,#000,transparent);-webkit-transform:translate(-100%);transform:translate(-100%)}[dir=rtl] .loadable-image__slot-plug:after{background:linear-gradient(-90deg,transparent,#000,transparent);-webkit-transform:translate(100%);transform:translate(100%)}@-webkit-keyframes loadable-placeholder-loading{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes loadable-placeholder-loading{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(100%);transform:translate(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:240px}[dir=ltr] .wheel-timer{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .wheel-timer{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (min-width:1440px){.wheel-timer{height:60px;width:420px}}.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}}@media only screen and (min-width:1440px){.roulette-game{height:600px;width:500px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:320px;width:320px}}@media only screen and (min-width:1440px){.roulette-game__container{height:500px;width:500px}}.roulette-game__container_isHidden{display:none}.roulette-game__container_isWinBlock{height:448px;padding-top:50px}.roulette-game__wheel{display:flex;position:relative}.roulette-game__img{height:348px;margin:0;padding:0;width:348px}@media only screen and (max-width:475px){.roulette-game__img{height:320px;width:320px}}@media only screen and (min-width:1440px){.roulette-game__img{height:500px;width:500px}}.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}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel__item{font-size:32px}}[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}}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel__item{border-radius:500px;height:55px;padding:0 50px;top:222.5px;width:500px}}.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}}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:30px;width:30px}}.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}}@media only screen and (min-width:1440px){[dir=ltr] .roulette-game__data-on-wheel__value{left:15px}[dir=rtl] .roulette-game__data-on-wheel__value{right:15px}}.roulette-game__selector-img{height:84px;position:absolute;top:134px;width:152px;z-index:6}[dir=ltr] .roulette-game__selector-img{right:-28px}[dir=rtl] .roulette-game__selector-img{left:-28px}.roulette-game__selector-img_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__selector-img{height:74px;top:125px;width:140px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}@media only screen and (min-width:1440px){.roulette-game__selector-img{height:140px;top:182px;width:210px}[dir=ltr] .roulette-game__selector-img{right:-44px}[dir=rtl] .roulette-game__selector-img{left:-44px}}.roulette-game__spin-btn{background-image:url(/static/media/btn-bg.3ec7a1aa8527b1c24efb.png);background-size:cover;bottom:0;height:125px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:125px;z-index:5}.roulette-game__spin-btn_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__spin-btn{height:105px;width:105px}}@media only screen and (min-width:1440px){.roulette-game__spin-btn{height:210px;width:210px}}.roulette-game__spin-btn_container{height:100%;position:relative;width:100%}.roulette-game__spin-btn_text{bottom:0;display:inline;left:0;margin:auto;position:absolute;right:0;top:0;width:80%}.roulette-game__bottom-heading{bottom:-50px;height:85px;position:absolute;width:100%}@media only screen and (min-width:1440px){.roulette-game__bottom-heading{bottom:-60px;height:125px}}.roulette-game__bottom-heading_img{width:100%}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-110px;box-shadow:0 4px 8px 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:240px}[dir=ltr] .roulette-game__btn-spin{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .roulette-game__btn-spin{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (min-width:1440px){.roulette-game__btn-spin{bottom:-155px;font-size:1.8rem;height:65px;width:420px}}@media only screen and (max-width:1440px){.roulette-game__btn-spin{font-size:16px}}.roulette-game__btn-spin_hidden{opacity:0}.roulette-game__btn-spin_inner{align-items:center;display:flex;height:100%;justify-content:center;white-space:nowrap;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}@media only screen and (min-width:1440px){.roulette-game__btn-spin_wrapper{bottom:-190px}}.roulette-game__btn-spin_isCost{margin-bottom:.5rem;position:static}.roulette-game__win-block{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;width:100%}.roulette-game__top-block{height:21.5625rem;position:relative;width:21.5625rem}@media only screen and (max-width:768px){.roulette-game__top-block{height:15.5625rem;width:15.5625rem}}@media only screen and (min-width:1440px){.roulette-game__top-block{height:34.5625rem;width:34.5625rem}}.roulette-game__top-block__img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.roulette-game__top-block__img_lucky{z-index:1}.roulette-game__mid-block{align-items:center;background-color: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}@media only screen and (min-width:1440px){.roulette-game__mid-block{height:4.5rem;width:20.25rem}}.roulette-game__mid-block__icon{height:1.5rem;width:1.5rem}[dir=ltr] .roulette-game__mid-block__icon{margin-right:.5rem}[dir=rtl] .roulette-game__mid-block__icon{margin-left:.5rem}.roulette-game__mid-block__currency{color:#fff}[dir=ltr] .roulette-game__mid-block__currency{margin-left:.5rem}[dir=rtl] .roulette-game__mid-block__currency{margin-right:.5rem}.roulette-game__bot-block{margin-top:3rem}.roulette-game__btn-view{background-color:var(--primary-color);border:none;border-radius:6.25rem;box-shadow:0 4px 8px 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)}@media only screen and (min-width:1440px){.roulette-game__btn-view{font-size:2.2rem;height:4.5rem;width:20rem}}.roulette-game__btn-view_inner{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.roulette-game__wheel-wrapper{position:relative}@-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:calc(100vh - 16.4rem);padding:.75rem 2.2rem;position:relative}@media only screen and (max-width:768px){.wheel-game{height:calc(100vh - 12rem)}}@media only screen and (min-width:1440px){.wheel-game{height:100vh}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.wheel-game__currency-icon{align-items:center;background:#00aa8d;border-radius:4px;display:flex;font-size:1.3vw;height:100%;justify-content:center;rotate:90deg;width:100%}@media only screen and (max-width:768px){.wheel-game__currency-icon{font-size:13px}}.wheel-game-history__modal{align-items:center;background-color:#17181b;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:464px}@media(max-width:540px){.wheel-game-history__modal{margin:0 auto;max-height:85vh;padding:4rem .2rem 3rem;width:94vw}}.wheel-game-history__close{align-items:center;background-color:#17181b;border:none;border-radius:1.25rem;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;top:.5rem;width:2rem;z-index:10}[dir=ltr] .wheel-game-history__close{right:.5rem}[dir=rtl] .wheel-game-history__close{left:.5rem}@media(max-width:540px){.wheel-game-history__close{top:.3rem}[dir=ltr] .wheel-game-history__close{right:.3rem}[dir=rtl] .wheel-game-history__close{left:.3rem}.wheel-game-history__close svg{height:1rem;width:1rem}}.wheel-game-history__close svg{fill: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{background-color:rgba(0,0,0,.4);height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_isFull{height:100vh;top:0}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;-webkit-transform:translateZ(0);transform:translateZ(0);width:100vw;z-index:15}@media only screen and (min-width:1440px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.65);height:var(--vh);overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{overflow:hidden;position:relative}.modal__content-container_bordered{border-radius:.25rem}.modal__close-block,.modal__save-block{align-items:center;background-color:#3f4451;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;top:5px;width:30px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:5px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:5px}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}[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}.provider-img{object-fit:contain;text-align:center}.footer-desktop{margin-top:3rem}.footer-desktop__container{background-color:#000;margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;width:100%}.footer-desktop__icons{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:1.5rem 0}.footer-desktop__icons-item{flex:0 0 auto;padding:6px 12px}.footer-desktop__icons-img{background-position:bottom;background-repeat:no-repeat;background-size:100% 200%;cursor:pointer;display:block;-webkit-filter:grayscale(100%);filter:grayscale(100%);height:45px;opacity:.8;transition:.3s ease-in-out;width:99px}.footer-desktop__icons-img:hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.footer-desktop__content{border-top:1px solid #2b2b29;padding:2rem 12px}.footer-desktop__nav{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.footer-desktop__nav-col{flex-basis:16%;max-width:180px}.footer-desktop__nav-link{color:#acafb0;display:block;font-size:.75rem;margin:.5rem 0}.footer-desktop__nav-link_head{color:#fff;font-size:.875rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.footer-desktop__download{background-repeat:no-repeat;background-size:contain;display:inline-block;height:46px;opacity:.6;vertical-align:middle;width:138px}.footer-desktop__bottom-block{border-top:1px solid #2b2b29;padding:1rem 0}.footer-desktop__contacts{display:flex;justify-content:center}.footer-desktop__contacts-item{display:flex}.footer-desktop__contacts-item img{height:40px;width:40px}.footer-desktop__license{align-items:center;display:flex;justify-content:center}.footer-desktop__license-inner{height:50px;position:relative;width:150px}.footer-desktop__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer-desktop__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer-desktop__license-verified{left:40px}[dir=rtl] .footer-desktop__license-verified{right:40px}.footer-desktop__license_text{margin-bottom:1rem;margin-top:1rem}.footer-desktop__license-description{color:#acafb0;font-size:.6875rem;margin:0 6px;text-align:center}.footer-desktop__responsible{align-items:center;display:flex;justify-content:center}.footer-desktop__responsible-link{background-repeat:no-repeat;background-size:100%;color:#acafb0;cursor:pointer;font-size:.75rem;margin:0 6px;transition:all .3s ease-in-out}.footer-desktop__responsible-link-18plus{-webkit-filter:grayscale(100%);filter:grayscale(100%);max-height:25px;max-width:25px;width:25px}[dir=ltr] .footer-desktop__responsible-link-18plus{margin-right:6px}[dir=rtl] .footer-desktop__responsible-link-18plus{margin-left:6px}.footer-desktop__responsible-link:hover,.footer-desktop__responsible-link:hover .footer-desktop__responsible-link-18plus{-webkit-filter:grayscale(0);filter:grayscale(0)}.footer-desktop__responsible-link_responsible{align-items:center;display:flex}.footer-desktop__responsible-link_responsible:hover{color:#fff}.footer-desktop__responsible-link_bga{background-image:url(/static/media/beGambleAware.5cc7e44f5fd3beab5223.svg);-webkit-filter:grayscale(100%);filter:grayscale(100%);height:20px;width:165px}.footer-desktop__responsible-link_gt{background-image:url(/static/media/gt.8524ea086380d0042852.svg);-webkit-filter:grayscale(100%);filter:grayscale(100%);height:40px;width:40px}.profile-sidemenu{max-width:270px;min-width:250px;padding:0 6px}.profile-sidemenu__arrow{height:8px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:8px}.profile-sidemenu__arrow *{fill:#fff}[dir=ltr] .profile-sidemenu__arrow_isOpen{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .profile-sidemenu__arrow_isOpen{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.profile-sidemenu__item{position:relative}.profile-sidemenu__item-header{align-items:center;background-color:#000;border-bottom:0 solid transparent;border-top:1px solid #000;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;justify-content:space-between;padding:.625rem 6px;text-transform:uppercase;transition:background-color .3s ease}.profile-sidemenu__item-header:hover,.profile-sidemenu__item-header_isActive{background-color:#f1d74b;color:#000;font-weight:600}.profile-sidemenu__item:first-child .profile-sidemenu__item-header{border-top:none}.profile-sidemenu__item-list{background-color:#f1d74b;margin:0;padding:.5rem 0}.profile-sidemenu__item-sub{padding-left:12px;padding-right:12px}.profile-sidemenu__item-sub span{border-bottom:1px solid #000;color:#fff;cursor:pointer;display:block;font-size:.75rem;padding:.375rem 6px;text-transform:capitalize;transition:color .3s ease}.profile-sidemenu__item-sub_active span{font-weight:600}.profile-sidemenu__item-sub:last-child span{border-bottom:1px solid transparent}.footer-mobile{background-color:#000;margin-top:20px;padding:0 12px 24px}.footer-mobile__nav{margin-bottom:.5rem}.footer-mobile__nav-item{border-bottom:1px solid hsla(0,0%,100%,.102)}.footer-mobile__contacts{display:flex;justify-content:center}.footer-mobile__contacts-item{display:flex}.footer-mobile__contacts-item img{height:40px;width:40px}.footer-mobile__dropdown-head{align-items:center;color:#fff;display:flex;font-size:.875rem;font-weight:700;justify-content:space-between;margin-bottom:0;padding:1rem 0;text-transform:uppercase}.footer-mobile__dropdown-icon{height:18px;position:relative;width:18px}.footer-mobile__dropdown-icon>svg{height:100%;position:absolute;width:100%}.footer-mobile__dropdown-icon>svg *{fill:#edbc14}.footer-mobile__dropdown-icon-plus{transition:opacity .2s ease}.footer-mobile__dropdown-item{font-size:.75rem;padding:.25rem 0}.footer-mobile__dropdown-link{color:#acafb0}.footer-mobile__socials{align-items:center;display:flex;justify-content:center;margin-bottom:.625rem}.footer-mobile__socials-item{padding:.25rem 12px}.footer-mobile__socials-icon{background-repeat:no-repeat;background-size:contain;display:inline-block;height:35px;vertical-align:middle;width:35px}.footer-mobile__socials-icon_twitter{background-image:url(/static/media/twitter.5038e4358deed4270b6a.svg)}.footer-mobile__socials-icon_instagram{background-image:url(/static/media/instagram.b79324aea96518a83e5a.svg)}.footer-mobile__socials-icon_youtube{background-image:url(/static/media/youtube.6ca1f376b3580a13f879.svg)}.footer-mobile__download{align-items:center;display:flex;justify-content:center;margin:3rem 0}.footer-mobile__download-img{background-image:url(/static/media/download2.0c2334e945925d277e83.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;height:46px;opacity:1;vertical-align:middle;width:138px}.footer-mobile__info-list{margin-bottom:.625rem}.footer-mobile__info-item{color:#acafb0;font-size:.75rem;margin:0;padding:.25rem 12px;width:100%}.footer-mobile__license{height:50px;margin:0 auto;position:relative;width:150px}.footer-mobile__license-logo{aspect-ratio:auto 120/45;height:45px;position:absolute;width:120px}.footer-mobile__license-verified{position:absolute;top:30px;width:25px}[dir=ltr] .footer-mobile__license-verified{left:40px}[dir=rtl] .footer-mobile__license-verified{right:40px}.footer-mobile__license-text{display:inline-block;margin:1rem 0;text-align:center}.footer-mobile__responsible-link{align-items:center;display:flex;justify-content:center;width:100%}.footer-mobile__responsible-link-18plus{max-height:25px;max-width:25px;width:25px}[dir=ltr] .footer-mobile__responsible-link-18plus{margin-right:6px}[dir=rtl] .footer-mobile__responsible-link-18plus{margin-left:6px}.footer-mobile__providers{align-items:center;display:flex;justify-content:center;width:100%}.footer-mobile__providers-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.footer-mobile__providers-icon_bga{background-image:url(/static/media/beGambleAware.5cc7e44f5fd3beab5223.svg);height:20px;width:165px}.footer-mobile__providers-icon_gt{background-image:url(/static/media/gt.8524ea086380d0042852.svg);height:40px;width:40px}.time-clock{color:#000;font-size:.75rem;font-weight:600;white-space:nowrap}.select-lang{cursor:pointer;display:flex;flex-direction:column;position:relative}.select-lang__item{align-items:center;display:flex;padding:.5rem 1rem;width:100%}.select-lang__item_active{background:#f1d74b;border-radius:.2rem;color:#fff;color:#000;font-weight:700}.select-lang__item-text{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=ltr] .select-lang__item-text{padding-right:6px}[dir=rtl] .select-lang__item-text{padding-left:6px}.select-lang__items{background-color:#000;display:none;padding:6px;position:absolute;top:120%;width:150px;z-index:3}[dir=ltr] .select-lang__items{right:0}[dir=rtl] .select-lang__items{left:0}.select-lang__items_open{display:block}[dir=ltr] .select-lang__flag-wrapper{margin-right:6px}[dir=rtl] .select-lang__flag-wrapper{margin-left:6px}.select-lang__flag-wrapper img{height:20px;object-fit:contain;width:20px}[dir=ltr] .select-lang__flag-wrapper_top{margin-right:9px}[dir=rtl] .select-lang__flag-wrapper_top{margin-left:9px}.select-lang__flag-wrapper_top img{height:17px;width:17px}.select-lang__top{align-items:center;display:flex;font-size:.75rem;justify-content:center;line-height:1.63637;max-width:7.5rem;min-width:7.5rem}.select-lang__top-text{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=ltr] .select-lang__top-text{padding-right:6px}[dir=rtl] .select-lang__top-text{padding-left:6px}@media only screen and (max-width:768px){.select-lang__top-text{color:#fff}}.select-lang__top-arrow{height:8px;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:8px;will-change:transform}.select-lang__top-arrow *{fill:#fff}.select-lang__top-arrow-wrapper{align-items:center;background-color:#000;border-radius:.2rem;display:flex;height:20px;justify-content:center;min-width:20px;width:20px}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}@media only screen and (max-width:768px){.select-lang__top{display:none}.select-lang__top_mobile{display:flex}}.bottom-header{align-items:center;border-top:1px solid #272d30;display:flex;justify-content:space-between;padding:.75rem 6px}.bottom-header__wrapper{background-color:#f1d74b}.bottom-header__container{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;width:100%}.bottom-header__balance{font-size:.75rem}.bottom-header__balance,.bottom-header__balance-wrapper{align-items:center;display:flex}.bottom-header__balance-key{color:#000;text-transform:uppercase}.bottom-header__balance-value{color:#000;font-weight:600;line-height:13px}[dir=ltr] .bottom-header__balance-value{padding-left:3px}[dir=rtl] .bottom-header__balance-value{padding-right:3px}[dir=ltr] .bottom-header__balance:nth-child(2n){padding-left:12px}[dir=rtl] .bottom-header__balance:nth-child(2n){padding-right:12px}.cashback-timer{height:34px;width:7.5rem}[dir=ltr] .cashback-timer{margin-right:1rem}[dir=rtl] .cashback-timer{margin-left:1rem}.cashback-timer__container{align-items:center;border-radius:10px;box-shadow:0 5px 15px #edbc14;box-sizing:border-box;cursor:pointer;display:flex;height:100%;padding:10px;position:relative;width:100%}[dir=ltr] .cashback-timer__container{background:linear-gradient(127.71deg,#edbc14 -33.87%,#edbc14 69.19%)}[dir=rtl] .cashback-timer__container{background:linear-gradient(-127.71deg,#edbc14 -33.87%,#edbc14 69.19%)}.cashback-timer img{height:100%;position:absolute}[dir=ltr] .cashback-timer__cash{border-radius:0 0 0 10px;left:0}[dir=rtl] .cashback-timer__cash{border-radius:0 0 10px 0;right:0}.timer-clock{white-space:nowrap}[dir=ltr] .timer-clock{margin-left:auto;text-align:right}[dir=rtl] .timer-clock{margin-right:auto;text-align:left}.timer-clock__label{color:#fff;font-size:.65rem;font-weight:500;letter-spacing:.5px}.timer-clock__time{color:#fff;font-size:1.2rem;font-weight:600;margin-top:3px;overflow:inherit;text-overflow:ellipsis;white-space:nowrap}.wheel-button{-webkit-animation:wheelSpin 1.6s infinite;animation:wheelSpin 1.6s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;aspect-ratio:1;cursor:pointer;height:100%;width:auto}@-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;height:100%}.user-block__dropdown{position:relative}.user-block__dropdown-head{align-items:center;cursor:pointer;display:flex;justify-content:flex-end}.user-block__dropdown-items{background-clip:padding-box;background-color:#f1d74b;border:1px solid #000;display:none;min-width:10rem;position:absolute;top:175%;width:100%;z-index:2000}[dir=ltr] .user-block__dropdown-items{box-shadow:1px 3px 3px -1px rgba(0,0,0,.3);right:0}[dir=rtl] .user-block__dropdown-items{box-shadow:-1px 3px 3px -1px rgba(0,0,0,.3);left:0}.user-block__dropdown-items_open{display:block}.user-block__dropdown-item{color:#000;display:block;font-size:.75rem;font-weight:400;padding:.5rem .75rem;text-transform:uppercase;width:100%}[dir=ltr] .user-block__dropdown-item{text-align:left}[dir=rtl] .user-block__dropdown-item{text-align:right}.user-block__dropdown-item:hover{background-color:#000;color:#fff}.user-block__username{display:table-cell;font-size:.75rem;max-width:8.75rem;min-width:3.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr] .user-block__username{padding-right:6px}[dir=rtl] .user-block__username{padding-left:6px}.user-block__icon-wrapper{background-color:rgba(52,52,52,.8);border-radius:.2rem;height:24px;padding:7px;width:24px}.user-block__icon-arrow{display:block;height:100%;width:100%}[dir=ltr] .user-block__icon-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .user-block__icon-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.user-block__icon-arrow *{fill:#fff}.user-block__icon-user{height:18px;width:18px}[dir=ltr] .user-block__icon-user{padding-right:6px}[dir=rtl] .user-block__icon-user{padding-left:6px}.user-block__icon-user *{stroke:#fff;stroke-width:2px}.user-block__wheel-btn{max-height:50px}[dir=ltr] .user-block__wheel-btn{margin-right:15px}[dir=rtl] .user-block__wheel-btn{margin-left:15px}.top-header{align-items:center;display:flex;justify-content:space-between;padding:1rem 6px;position:relative;width:100%}.top-header__wrapper{background-color:#000}.top-header__container{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;width:100%}.top-header__logo-link{align-items:center;display:flex}.top-header__logo{display:block;height:34px;width:auto}.top-header__nav{align-items:center;display:flex}@media only screen and (min-width:1600px){[dir=ltr] .top-header__nav-item{border-left:1px solid #fff}[dir=rtl] .top-header__nav-item{border-right:1px solid #fff}[dir=ltr] .top-header__nav-item:first-child{border-left:none}[dir=rtl] .top-header__nav-item:first-child{border-right:none}}.top-header__link{color:#fff;font-size:.875rem;font-weight:400;margin:0 .5rem;max-height:1.3125rem;text-transform:uppercase}@media only screen and (min-width:1600px){.top-header__link{font-size:.875rem;margin:0 1rem}}.top-header__link_isActive{color:#edbc14}.top-header__right{align-items:center;display:flex;height:34px;justify-content:flex-end}.top-header__button-wrapper{height:24px;min-width:120px}.header-block-desktop{display:flex;flex-direction:column;flex-shrink:0;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:15}.header-block-desktop__container{margin-left:auto;margin-right:auto;padding-left:6px;padding-right:6px;width:100%}.header-block-mobile{background:#000;box-sizing:border-box;font-size:.95rem;max-height:127px;min-height:56px;position:fixed;top:0;width:100%;z-index:999}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.header-block-mobile__top{display:flex;height:56px;justify-content:space-between}.header-block-mobile__top-left,.header-block-mobile__top-right{align-items:center;display:flex;gap:5px}.header-block-mobile__down{align-items:center;background:#000;display:flex;height:71px;justify-content:space-between;padding:18px 12px}.header-block-mobile__icon-wrapper{align-items:center;display:flex;height:56px;width:56px}[dir=ltr] .header-block-mobile__icon-wrapper{padding-left:15px}[dir=rtl] .header-block-mobile__icon-wrapper{padding-right:15px}.header-block-mobile__icon-wrapper_user{background:#f1d74b}.header-block-mobile__toggle *{fill:#fff}.header-block-mobile__logo-link{display:block;height:50%}.header-block-mobile__logo{display:block;height:100%;width:100%}.header-block-mobile__live{align-items:center;color:#edbc14;display:flex;font-size:.875rem;font-weight:600;margin:0 18px;text-transform:uppercase;vertical-align:middle}.header-block-mobile__live-text{color:#fff;line-height:1}.header-block-mobile__live-circle{background:#f62b00;border-radius:50%;display:inline-block;height:10px;margin:0 6px;width:10px}.header-block-mobile__user{align-items:center;background-color:#f1d74b;color:#000;display:flex;flex-direction:column;height:56px;justify-content:center;width:56px}.header-block-mobile__user-icon{width:56%}.header-block-mobile__user-icon *{fill:#000}.header-block-mobile__user-balance{color:#000;font-size:.6875rem;margin-top:3px;text-align:center}.header-block-mobile__buttons-wrapper{display:flex;width:100%}.header-block-mobile__button{height:35px}.notify-container{align-items:center;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:2000000001!important}.notify-container:nth-child(n+2){display:none}.notify-container__background{background:#000;height:100%;opacity:.4;position:absolute;top:0;width:100%}[dir=ltr] .notify-container__background{left:0}[dir=rtl] .notify-container__background{right:0}.notify-container__background:nth-child(n+2){display:none}.notify-container__content{align-items:center;background:#000;border-radius:32px;display:flex;flex-direction:column;gap:32px;overflow:hidden;padding-bottom:24px;position:relative;width:500px;z-index:10}@media only screen and (max-width:768px){.notify-container__content{margin:0 auto;width:95.5%}}.notify-container__content-blur{border-radius:50%;box-shadow:0 20px 150px 30px #f1d74b;height:500px;position:absolute;top:100%;width:500px}@media only screen and (max-width:768px){.notify-container__content-blur{width:95.5%}}.notify-container__header{background:#f1d74b;border-top-left-radius:32px;border-top-right-radius:32px;color:#000;display:flex;font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;justify-content:center;line-height:31px;padding:24px 72px;text-align:center;text-transform:uppercase;width:100%}.notify-container__value{align-items:center;display:flex;flex-direction:column;gap:16px}.notify-container__value-title{color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-weight:500;line-height:31px;opacity:.8}.notify-container__value-amount{align-items:center;display:flex;flex-direction:column;font-family:Inter,Arial,Helvetica,sans-serif}.notify-container__value-amount>p{color:#fff;margin:0}.notify-container__value-amount>p:first-child{font-size:96px;font-weight:700;line-height:125px}@media only screen and (max-width:768px){.notify-container__value-amount>p:first-child{font-size:72px;line-height:94px}}.notify-container__value-amount>p:nth-child(2){font-size:24px;font-weight:700;line-height:31px}.notify-container__button-wrapper{height:98px;padding:24px 24px 0;width:100%}.notify-container__button-wrapper button{border:none;border-radius:12px;font-size:20px;font-weight:700;line-height:26px;text-transform:uppercase}.notify-container__button-wrapper button:focus,.notify-container__button-wrapper button:hover{box-shadow:none}.notify-container__logo{height:30px;width:auto}.notify-container__footer{align-items:flex-end;border-top:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:center;padding-top:27px;width:100%}.notify-container__footer-logo{max-height:72px;max-width:350px}.page-loading{height:100%;min-height:calc(var(--vh) - 56px)}.profile-settings-menu{background:#000;display:flex;flex-direction:column;height:100%;margin-top:auto;overflow:hidden;pointer-events:auto;position:absolute;top:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:80vw;will-change:transform;z-index:15}[dir=ltr] .profile-settings-menu{right:-80vw}[dir=rtl] .profile-settings-menu{left:-80vw}.profile-settings-menu__wrapper{height:100%;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%}[dir=ltr] .profile-settings-menu__wrapper{right:0}[dir=rtl] .profile-settings-menu__wrapper{left:0}[dir=ltr] .profile-settings-menu_open{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}[dir=rtl] .profile-settings-menu_open{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.profile-settings-menu__header{align-items:center;display:flex;height:58px;padding:.5rem 12px}.profile-settings-menu__cashback{padding:0 12px .5rem}.profile-settings-menu__icon{height:90%;width:90%}.profile-settings-menu__icon-wrapper{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}[dir=ltr] .profile-settings-menu__icon-wrapper{margin-right:12px}[dir=rtl] .profile-settings-menu__icon-wrapper{margin-left:12px}.profile-settings-menu__user-info-username{font-size:.6875rem}.profile-settings-menu__user-info-balance{color:#fff;font-weight:600}.profile-settings-menu__balance-info{border-top:1px solid #000;padding:3px 12px}.profile-settings-menu__balance-info-item{align-items:center;display:flex;justify-content:space-between;padding:3px 0}.profile-settings-menu__balance-info-item span:first-child{color:#e9ecef;font-size:.625rem;text-transform:uppercase}.profile-settings-menu__balance-info-item span:last-child{color:#fff;font-size:.8125rem}.profile-settings-menu__arrow{height:8px;opacity:.5;width:8px}.profile-settings-menu__arrow *{fill:#fff}.profile-settings-menu__item{position:relative}.profile-settings-menu__item-header{align-items:center;background-color:transparent;border-bottom:0 solid transparent;border-top:1px solid #000;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;justify-content:space-between;padding:.875rem 12px;text-transform:uppercase;transition:background-color .3s ease}.profile-settings-menu__item-header_isActive{background-color:#000;color:#edbc14;font-weight:600}.profile-settings-menu__item:first-child .profile-settings-menu__item-header{border-top:none}.profile-settings-menu__item-list{border-top:1px solid #000;margin:0}.profile-settings-menu__item-sub{background-color:#1f3a30;padding:.75rem 12px}.profile-settings-menu__item-sub span{color:#fff;font-size:.875rem;text-transform:capitalize}.profile-settings-menu__item-sub_active span{font-weight:600}.profile-settings-menu__item-sub:last-child span{border-bottom:1px solid transparent}.side-menu{background-color:#000;height:100%;pointer-events:auto;position:absolute;top:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:80vw;will-change:transform;z-index:15}[dir=ltr] .side-menu{left:-80vw}[dir=rtl] .side-menu{right:-80vw}.side-menu__wrapper{height:100%;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%}[dir=ltr] .side-menu__wrapper{left:0}[dir=rtl] .side-menu__wrapper{right:0}@media only screen and (min-width:768px){.side-menu__wrapper{display:none!important}}[dir=ltr] .side-menu_open{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}[dir=rtl] .side-menu_open{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}.side-menu__items{align-content:center;background-color:#f1d74b;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;width:100%}.side-menu__items::-webkit-scrollbar{height:8px}.side-menu__item{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;max-width:80px;min-width:80px;overflow:hidden;padding:.75rem .25rem}.side-menu__item *{opacity:.75}.side-menu__item_active *{opacity:1}.side-menu__item-text{font-size:.8125rem;font-weight:600;margin-top:.75rem;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.side-menu__icon{align-items:center;display:flex;height:32px;justify-content:center;width:auto}.side-menu__icon *{fill:#000}.side-menu__contacts{display:flex;justify-content:center;margin-top:20px}.side-menu__contacts-item{display:flex}.side-menu__contacts-item img{height:40px;width:40px}@media only screen and (max-width:768px){.app{overflow:hidden}}.app__container{display:flex;flex-direction:column;flex-grow:1;max-width:100%;position:relative;width:100%}.app__container_isSportMatch{height:100%;max-height:var(--vh);min-height:var(--vh);overflow:hidden}.app__content-overlay{background-color:rgba(0,0,0,.5);display:none;height:100%;inset:0;position:absolute;width:100%;z-index:100}.app__content-overlay_isShow{display:block}@media only screen and (min-width:768px){.app__content-overlay{display:none!important}}.app__main{display:flex;flex-grow:1;position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%;z-index:2}@media only screen and (max-width:768px){[dir=ltr] .app__main_isOpenSideMenu{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}[dir=ltr] .app__main_isOpenProfileMenu,[dir=rtl] .app__main_isOpenSideMenu{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}[dir=rtl] .app__main_isOpenProfileMenu{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}}.app__main-inner{display:flex;flex-direction:column;flex-grow:1;position:relative;width:100%}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}.app__main-content{display:flex;flex:1 0 auto;flex-direction:column;min-height:50vh;position:relative;width:100%}@media only screen and (max-width:768px){.app__main-content{padding-top:127px}.app__main-content_isAuth{padding-top:56px}}.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-display:swap;font-family:ds-osweb;font-style:normal;font-weight:400;src:url(/static/media/ds-osweb-regular.acb2a79d02ea35493036.woff2) format("woff2")}@font-face{font-display:swap;font-family:ds-osweb;font-style:normal;font-weight:600;src:url(/static/media/ds-osweb-semibold.20859b89cf695132ba4e.woff2) format("woff2")}@font-face{font-display:swap;font-family:ds-osweb;font-style:normal;font-weight:700;src:url(/static/media/ds-osweb-bold.8f33818ffed011ff84f0.woff2) format("woff2")}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{color:#edbc14;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,body,html{margin:0;padding:0;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%}}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{background-color:#282828;color:#fff;font-family:ds-osweb,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;min-width:100%;overflow-x:hidden;overflow-y:auto}[dir=ltr] body{text-align:left}[dir=rtl] body{text-align:right}@media only screen and (min-width:1440px){body{min-height:100%;min-width:1200px;overflow-x:auto}}@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:14px}::-webkit-scrollbar-thumb{background:#747678;background-clip:content-box;border:3px solid transparent;border-radius:14px}::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}@media only screen and (max-width:768px){[dir=ltr] .MuiPopover-paper{left:5px!important}[dir=rtl] .MuiPopover-paper{right:5px!important}}