@import url(https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap);
.SVG-component{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.SVG-component__content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.SVG-component__content-svg{width:100%;height:100%}
.set-language-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.set-language-desktop__current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3125rem;height:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .625rem;border-radius:6.25rem;background-color:#0f142d}.set-language-desktop__current:hover{background-color:#282c41}.set-language-desktop__current_open{border-radius:1.25rem 1.25rem 0 0}.set-language-desktop__flag-img{width:1.5rem;height:1.5rem}.set-language-desktop__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.125rem;height:1.125rem}.set-language-desktop__arrow_open{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.set-language-desktop__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0 0 1.25rem 1.25rem;overflow:hidden}.set-language-desktop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3125rem;height:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .625rem;background-color:#0f142d}.set-language-desktop__item_selected{background-color:#a658ff}.set-language-desktop__item:hover{background-color:#282c41}.set-language-desktop__point{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.125rem;height:1.125rem}
.header-main-menu-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.header-main-menu-desktop__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:2.8125rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 1.563rem;border-radius:4.375rem;-webkit-transition:background-color .25s ease,-webkit-transform .25s ease;transition:background-color .25s ease,-webkit-transform .25s ease;-o-transition:background-color .25s ease,transform .25s ease;transition:background-color .25s ease,transform .25s ease;transition:background-color .25s ease,transform .25s ease,-webkit-transform .25s ease;will-change:background-color,transform}.header-main-menu-desktop__item:hover{background-color:#0f142d;-webkit-transform:translateY(-0.125rem);-ms-transform:translateY(-0.125rem);transform:translateY(-0.125rem)}.header-main-menu-desktop__item::after{content:"";position:absolute;bottom:0;left:1.5625rem;width:calc(100% - 3.125rem);height:.25rem;border-radius:2.5rem;background:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);opacity:0;-webkit-transform:scaleX(0.6);-ms-transform:scaleX(0.6);transform:scaleX(0.6);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:opacity .3s ease,-webkit-transform .35s ease;transition:opacity .3s ease,-webkit-transform .35s ease;-o-transition:opacity .3s ease,transform .35s ease;transition:opacity .3s ease,transform .35s ease;transition:opacity .3s ease,transform .35s ease,-webkit-transform .35s ease}.header-main-menu-desktop__item:hover::after{opacity:.6;-webkit-transform:scaleX(0.85);-ms-transform:scaleX(0.85);transform:scaleX(0.85)}.header-main-menu-desktop__item_active{background-color:rgba(0,0,0,0) !important}.header-main-menu-desktop__item_active::after{opacity:1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.header-main-menu-desktop__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-weight:700;font-size:.9375rem;line-height:100%;text-transform:uppercase;color:#898c92;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;-webkit-transition:color .25s ease;-o-transition:color .25s ease;transition:color .25s ease}.header-main-menu-desktop__item-text_active{color:#fff}.header-main-menu-desktop__item:hover .header-main-menu-desktop__item-text{color:#fff}
.button-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 1.25rem;border-radius:6.25rem;border:none;font-size:.875rem;white-space:nowrap;text-transform:uppercase;font-weight:700;color:#fff;text-align:center;outline:none;background:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.button-desktop:active{-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}.button-desktop_with-shadow{-webkit-box-shadow:0 5px 15.4px 0 rgba(255,144,47,.5);box-shadow:0 5px 15.4px 0 rgba(255,144,47,.5)}.button-desktop_color_border5{border-radius:.313rem}.button-desktop_color_border20{border-radius:1.25rem}.button-desktop_color_border30{border-radius:1.875rem}.button-desktop_color_border100{border-radius:6.25rem}.button-desktop_color_blue5{background:#4c579a;border-radius:.3125rem}.button-desktop_color_red{background:#ef233c;border-radius:.3125rem}.button-desktop_color_red:hover{background:#d90429}.button-desktop_color_gold{background:#e6a603;border-radius:62.5rem}.button-desktop_color_bordered-100{border:1px solid #fff;background:#000;border-radius:6.25rem}.button-desktop_color_orange-100{background:#e6a603;border-radius:6.25rem}.button-desktop_color_orange-5{background:#e6a603;border-radius:.3125rem;color:#000}.button-desktop_color_transparent{background:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);border:none;-webkit-box-shadow:none;box-shadow:none;position:relative;padding:2px;color:#fff !important;isolation:isolate}.button-desktop_color_transparent::after{content:"";position:absolute;inset:1px;background:#04051d;border-radius:6rem;z-index:-1}.button-desktop_color_trans{background:rgba(0,0,0,0);border:1px solid #fff;-webkit-box-shadow:none;box-shadow:none;position:relative;overflow:hidden}.button-desktop_color_trans span{position:relative;z-index:1;text-shadow:0px 0px 30px rgba(255,144,47,.5),0px 5px 10px rgba(255,144,47,.5)}.button-desktop_color_withdrawal{background:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);-webkit-box-shadow:0px 5px 15.4px 0px rgba(255,144,47,.5);box-shadow:0px 5px 15.4px 0px rgba(255,144,47,.5);border:none;color:#fff}.button-desktop_disabled{opacity:.5;cursor:not-allowed}
.header-login-block-desktop{height:2.5rem;position:relative}.header-login-block-desktop__snow-icon{width:3.9541rem;height:1.2534rem;position:absolute;left:.6875rem;top:-0.4375rem}
.user-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3125rem}.user-block__snow-icon{width:3.9541rem;height:1.2534rem;position:absolute;left:.9375rem;top:-0.7385rem;width:3.9541rem;height:1.2534rem}.user-block__balance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .9375rem;border-radius:1.25rem;background:#0f142d;position:relative}.user-block__balance-label{font-size:.625rem;font-weight:700;color:#898c92;text-align:right}.user-block__balance-value{font-size:.875rem;font-weight:700;text-transform:uppercase;color:#fff;text-align:right}.user-block__currency{color:#a658ff;margin:0 0 0 .3125rem}.user-block__user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#0f142d}.user-block__user-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.5rem;height:1.5rem}
.header-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.25rem 6.25rem;background-color:#04051d;position:relative;height:6.25rem}.header-desktop__snow{position:absolute;top:-6.3125rem;left:0;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.header-desktop__logo-container{z-index:1}.header-desktop__logo{width:12.0644rem;height:5.2621rem}.header-desktop__right-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.25rem;z-index:1}.header-desktop__separator{width:2px;height:1.625rem;background-color:rgba(255,255,255,.15)}.header-desktop__support-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#0f142d}.header-desktop__support-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.5rem;height:1.5rem}
.scroll-top-button-desktop{width:100%;height:100%}.scroll-top-button-desktop__text{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;text-transform:none}.scroll-top-button-desktop__arrow{margin-left:.4375rem}.scroll-top-button-desktop__arrow-svg{width:1rem;height:1rem}
.footer{display:grid;grid-template-columns:1fr -webkit-min-content 1fr;grid-template-columns:1fr min-content 1fr;gap:0 .9375rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.25rem 6.25rem;background-color:#0f142d}.footer__menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.9375rem}.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__menu-item{font-size:.75rem;line-height:100%;font-weight:700;text-transform:uppercase;color:#898c92}.footer__logo-img{width:7.9996rem;height:3.4892rem}.footer__right-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:1.25rem}.footer__responsibly{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem}.footer__responsibly-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:2.125rem;height:2.125rem}.footer__responsibly-text{width:-webkit-min-content;width:-moz-min-content;width:min-content;font-size:.75rem;line-height:100%;font-weight:700;color:#898c92}.footer__button{height:2.5rem}
.modal{width:100%;height:100%;position:fixed;z-index:1001;background:rgba(0,0,0,.5019607843)}.modal__content-container{position:absolute;left:51%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.spinner{z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.6);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.spinner__text{margin-top:1rem;text-align:center}.spinner__cart{min-width:5rem;min-height:5rem}.spinner__cart-svg{width:5rem;height:5rem;-webkit-animation:sizable 2s infinite;animation:sizable 2s infinite}.spinner_size_small .spinner__cart{min-width:6rem;min-height:6rem;margin:0 auto;font-size:.625rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.spinner_size_big .spinner__cart{min-width:14.0625rem;min-height:14.0625rem;font-size:.625rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:45%}@-webkit-keyframes sizable{0%{width:5rem;height:5rem}50%{width:3rem;height:3rem}100%{width:5rem;height:5rem}}@keyframes sizable{0%{width:5rem;height:5rem}50%{width:3rem;height:3rem}100%{width:5rem;height:5rem}}@-webkit-keyframes sizable-small{0%{width:6rem;height:6rem}50%{width:4rem;height:4rem}100%{width:6rem;height:6rem}}@keyframes sizable-small{0%{width:6rem;height:6rem}50%{width:4rem;height:4rem}100%{width:6rem;height:6rem}}@-webkit-keyframes big-sizable{0%{width:14.0625rem;height:14.0625rem}50%{width:10rem;height:10rem}100%{width:14.0625rem;height:14.0625rem}}@keyframes big-sizable{0%{width:14.0625rem;height:14.0625rem}50%{width:10rem;height:10rem}100%{width:14.0625rem;height:14.0625rem}}@-webkit-keyframes rotate-cart{from{-webkit-transform:rotate3d(0, 0, 0, 0);transform:rotate3d(0, 0, 0, 0)}to{-webkit-transform:rotate3d(0, 1, 0, 360deg);transform:rotate3d(0, 1, 0, 360deg)}}@keyframes rotate-cart{from{-webkit-transform:rotate3d(0, 0, 0, 0);transform:rotate3d(0, 0, 0, 0)}to{-webkit-transform:rotate3d(0, 1, 0, 360deg);transform:rotate3d(0, 1, 0, 360deg)}}
@font-face{font-family:"password";font-style:normal;font-weight:400;src:url(/assets/fonts/password.ttf)}.input-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.input-desktop_with-gradient{-webkit-box-sizing:border-box;box-sizing:border-box;background-image:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background-image:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background-image:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);padding:1px;border-radius:.625rem}.input-desktop__native{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.25rem;outline:none;background:#04051d;border:none;border-radius:.625rem;color:#fff;-webkit-appearance:none;font-size:.875rem;font-weight:600}.input-desktop__native::-webkit-input-placeholder{font-size:.875rem;font-weight:600;color:#898c92}.input-desktop__native::-moz-placeholder{font-size:.875rem;font-weight:600;color:#898c92}.input-desktop__native:-ms-input-placeholder{font-size:.875rem;font-weight:600;color:#898c92}.input-desktop__native::-ms-input-placeholder{font-size:.875rem;font-weight:600;color:#898c92}.input-desktop__native::placeholder{font-size:.875rem;font-weight:600;color:#898c92}.input-desktop__native_color_border-blue{border:1px solid #4c579a}.input-desktop__native_color_dark{background:#320548}.input-desktop__native_color_grey{background-color:#343434;border:none;border-radius:.3125rem}.input-desktop__native_color_grey::-webkit-input-placeholder{color:#fff}.input-desktop__native_color_grey::-moz-placeholder{color:#fff}.input-desktop__native_color_grey:-ms-input-placeholder{color:#fff}.input-desktop__native_color_grey::-ms-input-placeholder{color:#fff}.input-desktop__native_color_grey::placeholder{color:#fff}.input-desktop__native_color_white{background-color:#fff;color:#495e7c;border-radius:.3125rem;border:none;font-size:.875rem;padding:0 .625rem}.input-desktop__native_color_white::-webkit-input-placeholder{color:#282828;font-size:.875rem}.input-desktop__native_color_white::-moz-placeholder{color:#282828;font-size:.875rem}.input-desktop__native_color_white:-ms-input-placeholder{color:#282828;font-size:.875rem}.input-desktop__native_color_white::-ms-input-placeholder{color:#282828;font-size:.875rem}.input-desktop__native_color_white::placeholder{color:#282828;font-size:.875rem}.input-desktop__native_color_dark-grey{background-color:#282828;font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;border:none;border-radius:.3125rem}.input-desktop__native_color_search-slots{border:none;background:rgba(0,0,0,0);font-size:1.125rem;font-weight:400;border-radius:0}.input-desktop__native_color_search-slots::-webkit-input-placeholder{font-size:1.125rem;font-weight:400;color:#898c92}.input-desktop__native_color_search-slots::-moz-placeholder{font-size:1.125rem;font-weight:400;color:#898c92}.input-desktop__native_color_search-slots:-ms-input-placeholder{font-size:1.125rem;font-weight:400;color:#898c92}.input-desktop__native_color_search-slots::-ms-input-placeholder{font-size:1.125rem;font-weight:400;color:#898c92}.input-desktop__native_color_search-slots::placeholder{font-size:1.125rem;font-weight:400;color:#898c92}.input-desktop__native_type_password{padding-right:2.6875rem}.input-desktop__native_activePassword{font-family:"password"}.input-desktop__native:-webkit-autofill,.input-desktop__native:-webkit-autofill:hover,.input-desktop__native:-webkit-autofill:focus.input-desktop__native:-webkit-autofill,.input-desktop__native:-webkit-autofill::first-line,.input-desktop__native::-internal-input-seggested{color:#4c579a;-webkit-text-fill-color:#4c579a;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}.input-desktop__native_with-svg{padding-left:2.4375rem}.input-desktop__password,.input-desktop__password-off{cursor:pointer;position:absolute;right:1.0625rem;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-desktop__password-svg,.input-desktop__password-off-svg{width:1.5rem;height:1.5rem}.input-desktop__password_onMain,.input-desktop__password-off_onMain{right:.75rem}.input-desktop__password_active{display:-webkit-box;display:-ms-flexbox;display:flex}.input-desktop__password-off_active{display:-webkit-box;display:-ms-flexbox;display:flex}.input-desktop__icon{position:absolute;left:.75rem}.input-desktop__icon-svg{width:.9375rem;height:.9375rem}
.recovery-change-password{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:22.5rem;min-height:31.6875rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.625rem;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),-webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))),#282828;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),-o-linear-gradient(bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background-size:cover;background-repeat:no-repeat}.recovery-change-password__cross{margin:0 0 2.9375rem auto;cursor:pointer}.recovery-change-password__cross-svg{width:2.1875rem;height:2.1875rem}.recovery-change-password__success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:6.5rem 3.125rem 0}.recovery-change-password__success-button{min-width:10.6875rem;height:2.125rem;margin:1.4375rem auto 0}.recovery-change-password__title{font-family:"Geologica",Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.375rem;color:#fff;text-align:center;margin-bottom:1.6875rem;text-transform:uppercase}.recovery-change-password__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3.4375rem}.recovery-change-password__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:1.6875rem}.recovery-change-password__label{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;margin-bottom:.3125rem}.recovery-change-password__star{color:#e5100e}.recovery-change-password__error{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#7d7d7d;margin-bottom:.3125rem}.recovery-change-password__input{width:100%;height:2.75rem}.recovery-change-password__button{width:4.6875rem;height:2.125rem;margin:6.5rem auto 0}.recovery-change-password__button-text{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;text-transform:uppercase}
.recovery-email-request{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:22.5rem;min-height:31.6875rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.625rem;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),-webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))),#282828;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),-o-linear-gradient(bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background:url(/img/src/components/RecoveryForms/img/auth-bg.png),linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background-size:cover;background-repeat:no-repeat}.recovery-email-request__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 0 0 .8125rem;margin-bottom:3.125rem}.recovery-email-request__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.recovery-email-request__arrow{margin-right:.625rem}.recovery-email-request__arrow-svg{width:1.25rem;height:1.25rem}.recovery-email-request__back-text{font-family:"Geologica",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1rem;margin-bottom:.25rem;color:#fff}.recovery-email-request__cross{cursor:pointer}.recovery-email-request__cross-svg{width:2.1875rem;height:2.1875rem}.recovery-email-request__title{font-family:"Geologica",Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.375rem;color:#fff;text-align:center;margin-bottom:1.6875rem;text-transform:uppercase}.recovery-email-request__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3.4375rem}.recovery-email-request__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:1.6875rem}.recovery-email-request__label{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;margin-bottom:.3125rem}.recovery-email-request__star{color:#e5100e}.recovery-email-request__error{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#7d7d7d;margin-bottom:.3125rem}.recovery-email-request__input{width:100%;height:2.75rem}.recovery-email-request__button{width:4.6875rem;height:2.125rem;margin:0 auto}.recovery-email-request__button-text{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;text-transform:uppercase}
.bonus-convert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25.4375rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 0 1.875rem;border-radius:.625rem;background:-webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))),#282828;background:-o-linear-gradient(bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background:linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;overflow:hidden}.bonus-convert__cross{margin:0 0 .6875rem auto;cursor:pointer}.bonus-convert__cross-svg{width:2.1875rem;height:2.1875rem}.bonus-convert__text{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 1.4375rem;font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;text-transform:uppercase;color:#fff;text-align:center;margin-bottom:1.5rem}.bonus-convert__amount{color:#e6a603}.bonus-convert__button{width:9.375rem;height:2.0625rem;margin:0 auto}.bonus-convert__button-text{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;text-transform:uppercase}.bonus-convert__button-text_disabled{color:#6a6a6a}
.age-verification-desktop{padding:1.25rem;min-width:20.375rem;border-radius:10px;border:1px solid var(--DarkUI-Strokes, #40455e);background:var(--DarkUI-ards-1, #0f142d)}.age-verification-desktop__attention{color:var(--DarkUI-Text-Regular, #fff);text-align:center;font-family:Geologica;font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal}.age-verification-desktop__attention-text{margin-top:2rem;color:var(--DarkUI-Text-Regular, #fff);text-align:center;font-family:Geologica;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.age-verification-desktop__buttons{margin-top:2rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.62rem;text-align:center;width:100%}.age-verification-desktop__buttons button{color:var(--Accent-Text-Regular, #fff);text-align:center;font-family:Geologica;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;border-radius:6.25rem;border:1px solid linear-gradient(90deg, #ed10ff 0%, #56a8ff 104%),#d84c27;-webkit-box-shadow:0 5px 15.4px 0 rgba(255,144,47,.5);box-shadow:0 5px 15.4px 0 rgba(255,144,47,.5)}.age-verification-desktop__button__cancel{width:100%}.age-verification-desktop__button__cancel button{padding:.75rem 1.5rem;border:1px solid rgba(0,0,0,0);border-radius:6.25rem;background:-webkit-gradient(linear, left top, left bottom, from(#130227), to(#130227)) padding-box,-webkit-gradient(linear, left top, right top, from(#ed10ff), color-stop(104%, #56a8ff)) border-box;background:-o-linear-gradient(#130227, #130227) padding-box,-o-linear-gradient(left, #ed10ff 0%, #56a8ff 104%) border-box;background:linear-gradient(#130227, #130227) padding-box,linear-gradient(90deg, #ed10ff 0%, #56a8ff 104%) border-box;background-clip:padding-box,border-box;-webkit-box-shadow:none;box-shadow:none}.age-verification-desktop__button__submit{width:100%}
.sign-in-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem;position:relative;width:24.75rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.625rem;border:1px solid rgba(255,255,255,.15);background-color:#04051d;overflow:hidden}.sign-in-desktop__form{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0 130px 0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.sign-in-desktop__content{z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:4.5625rem}.sign-in-desktop__cross{width:2.6875rem;height:2.6875rem;position:absolute;top:.625rem;right:.625rem;cursor:pointer;z-index:3}.sign-in-desktop__title{width:100%;text-align:center;font-size:1.625rem;line-height:100%;font-weight:700}.sign-in-desktop__subtitle{width:13.25rem;text-align:center;font-size:1rem;line-height:140%;font-weight:700}.sign-in-desktop__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:18.75rem;padding-bottom:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.875rem}.sign-in-desktop__field{width:100%}.sign-in-desktop__field_small{width:16.125rem}.sign-in-desktop__label{font-size:.875rem;font-weight:600;margin:0 0 2px}.sign-in-desktop__star{color:#dd3145}.sign-in-desktop__error{font-size:.875rem;font-weight:600;margin:0 0 2px}.sign-in-desktop__input{width:100%;height:2.5rem}.sign-in-desktop__button{width:14.6875rem;height:2.5rem}
.select-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:2.5rem;height:100%;position:relative}.select-desktop__current-item-wrapper{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px;background-image:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background-image:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background-image:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);border-radius:.625rem}.select-desktop__current-item-wrapper_open{padding:1px 1px 0 1px;border-radius:.625rem .625rem 0 0}.select-desktop__current-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .5625rem 0 1.1875rem;border-radius:.625rem;background-color:#04051d;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select-desktop__current-item_open{border-radius:.625rem .625rem 0 0;padding:0 .5625rem 0 1.25rem}.select-desktop__item-value{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;font-weight:600}.select-desktop__item-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.875rem;height:1.875rem;margin:0 0 0 auto}.select-desktop__item-arrow_open{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.select-desktop__items-wrapper{width:100%;position:absolute;top:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 1px 1px;border-radius:0 0 .625rem .625rem;background-image:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background-image:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background-image:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);z-index:3}.select-desktop__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:#04051d;border-radius:0 0 .5625rem .5625rem}.select-desktop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .625rem 0 1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select-desktop__item:hover{background-color:#0f142d}.select-desktop__item:last-child{border-radius:0 0 .5625rem .5625rem}.select-desktop__icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:1.875rem;height:1.875rem;margin:0 .3125rem 0 0}
.check-box-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in;position:relative;user-select:none;cursor:pointer}.check-box-desktop__input{opacity:0;position:absolute;width:1px;height:1px}.check-box-desktop__check{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.country-code-selector{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;font-family:"Geologica",Arial,sans-serif;font-size:.75rem;font-weight:400;line-height:.75rem;color:#fff}.country-code-selector__active-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .5rem}.country-code-selector__active-item::before{content:"";width:0px;height:0px;border-left:.35rem solid rgba(0,0,0,0)}.country-code-selector__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto}.country-code-selector__arrow-svg{width:.75rem;height:.5rem}.country-code-selector__arrow-svg *{fill:#7d7d7d}.country-code-selector__arrow_active .country-code-selector__arrow-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.country-code-selector__additional-items{position:absolute;width:100%;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.country-code-selector__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .5rem}
.phone-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#323232;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.25rem;overflow:hidden}.phone-input__phone-input{width:60%}.phone-input__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;color:#fff;font-size:.875rem;outline:none;background:#303030;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:.625rem}.phone-input__input::-webkit-input-placeholder{color:#fff}.phone-input__input::-moz-placeholder{color:#fff}.phone-input__input:-ms-input-placeholder{color:#fff}.phone-input__input::-ms-input-placeholder{color:#fff}.phone-input__input::placeholder{color:#fff}.phone-input__selector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40%;height:100%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}
.sign-up-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:33.5rem;min-height:36.25rem;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.625rem;padding:4.125rem 8.9375rem 3.375rem;background:url(/img/src/features/auth/img/auth-bg.png),-webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))),#282828;background:url(/img/src/features/auth/img/auth-bg.png),-o-linear-gradient(bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background:url(/img/src/features/auth/img/auth-bg.png),linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),#282828;background-size:cover;background-repeat:no-repeat}.sign-up-desktop__cross{position:absolute;top:0;right:0;cursor:pointer}.sign-up-desktop__cross-svg{width:2.1875rem;height:2.1875rem}.sign-up-desktop__back-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.375rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.sign-up-desktop__back-arrow{margin-right:.625rem}.sign-up-desktop__back-arrow-svg{width:1.25rem;height:1.25rem}.sign-up-desktop__back-text{font-size:1rem;font-weight:700;line-height:1.375rem;letter-spacing:.02em;text-align:left;color:#fff}.sign-up-desktop__title{font-family:"Geologica",Arial,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.375rem;color:#fff;margin-bottom:1.875rem;text-align:center;text-transform:uppercase}.sign-up-desktop__fields{width:100%}.sign-up-desktop__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:0;height:0;opacity:0;margin-bottom:.9375rem;visibility:hidden;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.sign-up-desktop__step_open{width:100%;height:auto;visibility:visible;opacity:1}.sign-up-desktop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:.9375rem}.sign-up-desktop__item2{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0 .4375rem;margin-bottom:.9375rem}.sign-up-desktop__label{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:#fff;margin-bottom:.3125rem}.sign-up-desktop__star{color:#e5100e}.sign-up-desktop__input{width:100%;height:2.75rem}.sign-up-desktop__error{margin-top:.3125rem;color:#7d7d7d}.sign-up-desktop__optional{font-family:"Geologica",Arial,sans-serif;font-size:.625rem;font-weight:400;line-height:.625rem;color:rgba(255,255,255,.3);margin-left:.3125rem}.sign-up-desktop__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.sign-up-desktop__check-box{width:.9375rem;height:.9375rem}.sign-up-desktop__accept-text{width:calc(100% - 1.75rem);font-family:"Geologica",Arial,sans-serif;font-size:.625rem;font-weight:400;line-height:.625rem;color:#fff;opacity:.6}.sign-up-desktop__bottom-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.sign-up-desktop__steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sign-up-desktop__step-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:.3125rem;background-color:#323232;font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:.875rem;color:rgba(255,255,255,.3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sign-up-desktop__step-value_active{background-color:#e6a603;color:#fff}.sign-up-desktop__step-value:not(:last-child){margin-right:.625rem}.sign-up-desktop__button{width:6.75rem;height:2.0625rem}

.slider-component-desktop{width:100%;direction:initial;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-ms-flex-negative:0;flex-shrink:0;padding-top:1.25rem}.slider-component-desktop .control-dots{bottom:-2rem}.slider-component-desktop .carousel .control-dots .dot{width:.4375rem !important;height:.4375rem !important;background:#fff;margin:0 2.5008px;opacity:.3}.slider-component-desktop .carousel .control-dots .dot.selected{opacity:1;background:#a658ff}.slider-component-desktop .carousel .slide img{height:31.25rem;border-radius:.625rem}.slider-component-desktop .carousel.carousel-slider{overflow:visible !important}.slider-component-desktop__link{display:-webkit-box;display:-ms-flexbox;display:flex}
.notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:2.875rem;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.8125rem;border-radius:.625rem;border:1px solid rgba(255,255,255,.15);font-size:.875rem;font-weight:700;-webkit-animation:.7s ease init;animation:.7s ease init;z-index:100;margin-top:1rem;background-color:#0f142d}.notification_deleting{-webkit-animation:.7s ease delete;animation:.7s ease delete}.notification__wrapper{display:grid;grid-template-columns:-webkit-min-content 1fr -webkit-min-content;grid-template-columns:min-content 1fr min-content;gap:0 .625rem;width:100%}.notification__icon{display:-webkit-box;display:-ms-flexbox;display:flex}.notification__icon-svg{width:1.25rem;height:1.25rem}.notification__cross{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:3px 0 0}.notification__cross-svg{width:.8125rem;height:.8125rem}.notification__text{font-size:.875rem;font-weight:700}@-webkit-keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes init{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes delete{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}70%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}100%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}}@keyframes delete{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}70%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}100%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}}
#notify-root{top:7.5rem;position:fixed;width:18rem;right:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1001;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.modal-change-password-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:47.15625rem;z-index:1000;padding:3.125rem 4.6875rem 4.6875rem;background:#04051d;color:#fff;border-radius:1.25rem;display:flex;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-change-password-desktop__form{-webkit-box-sizing:content-box;box-sizing:content-box;width:18.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-change-password-desktop__title{margin-bottom:3.125rem;font-size:1.875rem;font-weight:500;text-align:center;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.modal-change-password-desktop__sub-title{margin-bottom:2.5rem;font-size:1rem;text-align:center}.modal-change-password-desktop__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:2.5rem}.modal-change-password-desktop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.modal-change-password-desktop__item:not(:last-child){margin-bottom:.875rem}.modal-change-password-desktop__item-title{font-family:"Geologica",Arial,sans-serif;font-size:.875rem;font-weight:700;line-height:.875rem;color:#fff;margin-bottom:.3125rem}.modal-change-password-desktop__item-field{width:100%;height:2.5rem}.modal-change-password-desktop__button{width:100%;height:2.5rem}.modal-change-password-desktop__button-text{font-weight:700;font-size:.875rem;line-height:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;text-transform:uppercase;color:#fff}
.app{width:100%;height:100%;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;overflow-x:hidden;background:#130227;position:relative}.app__gift{position:absolute;right:-2.8497rem;top:33.75rem;width:13.9123rem;height:14.5718rem;z-index:1;pointer-events:none}.app__right-gift{position:absolute;right:-5.625rem;top:143.125rem;width:16.6811rem;height:16.0429rem;z-index:0;pointer-events:none}.app__left-gift{position:absolute;left:-5rem;top:104.4375rem;width:16.067rem;height:14.9453rem;z-index:1;pointer-events:none}.app::-webkit-scrollbar{width:6px;height:6px}.app::-webkit-scrollbar-track{border-radius:6px}.app::-webkit-scrollbar-thumb{background:#a658ff;border-radius:6px}.app__slider{padding:0 6.25rem}.app__header-wrapper{width:100%;position:sticky;z-index:1000;top:0}.app__main{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:url(/img/src/modules/App/desktop/img/bg.png);background-repeat:no-repeat;background-size:100% 100%;background-attachment:fixed}.app__main-content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;overflow:clip}.app__scroll-button{position:absolute;right:2.125rem;bottom:3.1875rem}.app__footer-container{width:100%;z-index:1}.app__block-buttons{padding:0 6.25rem}
.select-multi-desktop__item{font-weight:600;font-size:.875rem;line-height:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.438rem}.select-multi-desktop__checkbox{height:1.25rem;width:1.25rem;margin-right:.688rem}
.input-date-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%}.input-date-desktop .react-datepicker-wrapper{width:100%;height:100%}.input-date-desktop .react-datepicker__input-container{width:100%;height:100%}.input-date-desktop .react-datepicker__triangle{display:none}.input-date-desktop .react-datepicker__day--keyboard-selected:not(.react-datepicker__day--selected),.input-date-desktop .react-datepicker__month-text--keyboard-selected:not(.react-datepicker__month-text--selected),.input-date-desktop .react-datepicker__quarter-text--keyboard-selected:not(.react-datepicker__quarter-text--selected),.input-date-desktop .react-datepicker__year-text--keyboard-selected:not(.react-datepicker__year-text--selected){background-color:rgba(0,0,0,0);color:inherit;outline:none}.input-date-desktop__custom-date-input{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 .625rem;background-color:#04051d;border-radius:.313rem;border-radius:.5625rem}.input-date-desktop__custom-date-input-wrapper{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px;background-image:-webkit-gradient(linear, left top, right top, from(#ED10FF), color-stop(104%, #56A8FF));background-image:-o-linear-gradient(left, #ED10FF 0%, #56A8FF 104%);background-image:linear-gradient(90deg, #ED10FF 0%, #56A8FF 104%);border-radius:.625rem}.input-date-desktop__custom-date-input-calendar{width:1.875rem;min-width:1.875rem;height:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 .3125rem 0 0}.input-date-desktop__custom-date-input-value{margin-right:auto;font-weight:600;font-size:.875rem;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.input-date-desktop__custom-date-input-arrow{width:1.875rem;min-width:1.875rem;height:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.input-date-admin-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%}.input-date-admin-desktop .react-datepicker-wrapper{width:100%;height:100%}.input-date-admin-desktop .react-datepicker__input-container{width:100%;height:100%}.input-date-admin-desktop .react-datepicker__triangle{display:none}.input-date-admin-desktop .react-datepicker__close-icon{right:.625rem;padding:0;opacity:0}.input-date-admin-desktop .react-datepicker__close-icon::after{width:.9375rem !important;height:.9375rem !important}.input-date-admin-desktop__custom-date-input-border{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:#2b2d42;border:1px solid rgba(141,153,174,.5);border-radius:5px}.input-date-admin-desktop_color_white .input-date-admin-desktop__custom-date-input-border{background:#fff}.input-date-admin-desktop__custom-date-input{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px 0 13px;border-radius:1.25rem}.input-date-admin-desktop__custom-date-input-label{font-weight:500;font-size:.875rem;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;color:#fff;text-transform:capitalize}.input-date-admin-desktop__custom-date-input-value{font-weight:500;font-size:.875rem;color:#fff}.input-date-admin-desktop_color_white .input-date-admin-desktop__custom-date-input{padding:0 .25rem 0 .5rem}.input-date-admin-desktop_color_white .input-date-admin-desktop__custom-date-input-label{color:#546793}.input-date-admin-desktop_color_white .input-date-admin-desktop__custom-date-input-value{color:#19213d}
.input-phone-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;background:#2b2d42;border:1px solid rgba(141,153,174,.5);border-radius:5px;font-size:1.25rem;color:#fff;-webkit-appearance:none}.input-phone-desktop::-webkit-input-placeholder{font-size:1.25rem;color:rgba(141,153,174,.5)}.input-phone-desktop::-moz-placeholder{font-size:1.25rem;color:rgba(141,153,174,.5)}.input-phone-desktop:-ms-input-placeholder{font-size:1.25rem;color:rgba(141,153,174,.5)}.input-phone-desktop::-ms-input-placeholder{font-size:1.25rem;color:rgba(141,153,174,.5)}.input-phone-desktop::placeholder{font-size:1.25rem;color:rgba(141,153,174,.5)}.input-phone-desktop .form-control{padding:0 0 0 3.4rem}.input-phone-desktop .react-tel-input{direction:initial;height:100%}.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number{border:none !important;background:rgba(0,0,0,0) !important;height:100%;color:#fff !important;font-size:1.25rem !important;-webkit-appearance:none !important}.input-phone-desktop .react-tel-input .form-control::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .form-control::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-webkit-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-webkit-input-placeholder{font-size:1.25rem !important;color:#4c579a !important}.input-phone-desktop .react-tel-input .form-control::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-moz-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-moz-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-moz-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-moz-placeholder, .input-phone-desktop .react-tel-input .form-control::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-moz-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-moz-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-moz-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-moz-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-moz-placeholder{font-size:1.25rem !important;color:#4c579a !important}.input-phone-desktop .react-tel-input .form-control:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover:-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open:-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number:-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover:-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus:-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open:-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number:-ms-input-placeholder{font-size:1.25rem !important;color:#4c579a !important}.input-phone-desktop .react-tel-input .form-control::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:hover::-ms-input-placeholder, .input-phone-desktop .react-tel-input .selected-flag:focus::-ms-input-placeholder, .input-phone-desktop .react-tel-input .flag-dropdown.open::-ms-input-placeholder, .input-phone-desktop .react-tel-input .form-control.invalid-number::-ms-input-placeholder{font-size:1.25rem !important;color:#4c579a !important}.input-phone-desktop .react-tel-input .form-control::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::placeholder,.input-phone-desktop .react-tel-input .selected-flag:hover::placeholder,.input-phone-desktop .react-tel-input .selected-flag:focus::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown.open::placeholder,.input-phone-desktop .react-tel-input .form-control.invalid-number::placeholder,.input-phone-desktop .react-tel-input .form-control::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::placeholder,.input-phone-desktop .react-tel-input .selected-flag:hover::placeholder,.input-phone-desktop .react-tel-input .selected-flag:focus::placeholder,.input-phone-desktop .react-tel-input .flag-dropdown.open::placeholder,.input-phone-desktop .react-tel-input .form-control.invalid-number::placeholder{font-size:1.25rem !important;color:#4c579a !important}.input-phone-desktop .react-tel-input .form-control:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .form-control::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-internal-input-seggested,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .selected-flag:hover::-internal-input-seggested,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .selected-flag:focus::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown.open::-internal-input-seggested,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .form-control.invalid-number::-internal-input-seggested,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .form-control::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag::-internal-input-seggested,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:hover .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:hover:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .selected-flag:hover::-internal-input-seggested,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .selected-flag:focus .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .selected-flag:focus:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .selected-flag:focus::-internal-input-seggested,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .flag-dropdown.open .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .flag-dropdown.open:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .flag-dropdown.open::-internal-input-seggested,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill:focus.input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control.invalid-number,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open .selected-flag,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:hover,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .selected-flag:focus,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .flag-dropdown.open,.input-phone-desktop .react-tel-input .form-control.invalid-number .input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill,.input-phone-desktop .react-tel-input .form-control.invalid-number:-webkit-autofill::first-line,.input-phone-desktop .react-tel-input .form-control.invalid-number::-internal-input-seggested{color:#4c579a;-webkit-text-fill-color:#4c579a;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}.input-phone-desktop .react-tel-input .form-control .invalid-number{width:100%;color:#4c579a !important}.input-phone-desktop .react-tel-input .country-list{background:#2b2d42}.input-phone-desktop .react-tel-input .country{background:#2b2d42}.input-phone-desktop .react-tel-input .country .highlight{color:#ef233c !important}.input-phone-desktop .react-tel-input .country-list .country.highlight{background:#ef233c}.input-phone-desktop .react-tel-input .country-list .country .dial-code,.input-phone-desktop .react-tel-input .country-name{color:#fff !important;font-size:.875rem !important}.input-phone-desktop .react-tel-input .form-control{width:100% !important}.input-phone-desktop .react-tel-input .country-list{width:-webkit-max-content !important;width:-moz-max-content !important;width:max-content !important}.input-phone-desktop .react-tel-input .country-list .country:hover{background:#ef233c}
.input-search-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:.3125rem;position:relative;overflow:hidden}.input-search-desktop__input{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2.5rem 0 .625rem;outline:none;border:none;color:#000;font-weight:normal;font-size:1.125rem;-webkit-appearance:none}.input-search-desktop__input::-webkit-input-placeholder{font-weight:normal;font-size:1.125rem;color:#000}.input-search-desktop__input::-moz-placeholder{font-weight:normal;font-size:1.125rem;color:#000}.input-search-desktop__input:-ms-input-placeholder{font-weight:normal;font-size:1.125rem;color:#000}.input-search-desktop__input::-ms-input-placeholder{font-weight:normal;font-size:1.125rem;color:#000}.input-search-desktop__input::placeholder{font-weight:normal;font-size:1.125rem;color:#000}.input-search-desktop__input::-webkit-search-cancel-button{cursor:pointer;min-height:.9375rem;min-width:.9375rem;display:-webkit-box;display:flex;margin-right:.75rem}.input-search-desktop__input:-webkit-autofill,.input-search-desktop__input:-webkit-autofill:hover,.input-search-desktop__input:-webkit-autofill:focus.input-search-desktop__input:-webkit-autofill,.input-search-desktop__input:-webkit-autofill::first-line,.input-search-desktop__input::-internal-input-seggested{color:#0a2239;-webkit-text-fill-color:#0a2239;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}.input-search-desktop__search-icon{position:absolute;right:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-search-desktop__search-icon-svg{width:1.875rem;height:1.875rem}.input-search-desktop__search-icon-svg *{fill:#000}
.paginator-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paginator-desktop__main{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:5.188rem;height:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.paginator-desktop__main_open>div{border-bottom-left-radius:0;border-bottom-right-radius:0}.paginator-desktop__items{width:100%;max-height:10rem;z-index:2;position:absolute;top:100%;overflow:auto}.paginator-desktop__item{width:100%;height:2.5rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.625rem;cursor:pointer;padding:.313rem;background:#0f142d}.paginator-desktop__item_current{height:100%;border-radius:.313rem}.paginator-desktop__item-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;line-height:1rem;font-weight:900;text-transform:capitalize;text-align:center}.paginator-desktop__item-value_current{height:1.875rem;min-width:1.75rem;border-bottom:1px solid rgba(255,255,255,.15)}.paginator-desktop__item-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(255,255,255,.15);border-radius:.3125rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;width:1.875rem;height:1.875rem}
.UIKit-desktop{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.625rem 1.875rem}.UIKit-desktop__title{margin-bottom:1.25rem;font-size:1.875rem;color:#fff}.UIKit-desktop__title2{margin-bottom:.3125rem;font-size:1.25rem;color:#fff}.UIKit-desktop__columns{display:grid;grid-template-columns:repeat(2, auto);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column-gap:2.5rem}.UIKit-desktop__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.UIKit-desktop__button{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__select{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__select-multi{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input-password{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input-search{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input-date{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input-phone{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__paginator{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__checkbox{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.UIKit-desktop__input-admin{width:100%;min-width:12.5rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__input-date-admin{width:50%;min-width:9.25rem;height:2.5rem;margin-bottom:1.25rem}.UIKit-desktop__select-admin{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}
.spinner-mobile{z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.6);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.spinner-mobile__text{margin-top:1rem;text-align:center}.spinner-mobile__cart{min-width:14.75rem}.spinner-mobile__cart-svg{width:14.75rem;height:14.75rem;-webkit-animation:sizable 2s infinite;animation:sizable 2s infinite}.spinner-mobile_size_small .spinner-mobile__cart{margin:0 auto;font-size:.625rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:80%}.spinner-mobile_size_big .spinner-mobile__cart{font-size:.625rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}@-webkit-keyframes sizable{0%{width:14.75rem;height:14.75rem}50%{width:5.313rem;height:5.313rem}100%{width:14.75rem;height:14.75rem}}@keyframes sizable{0%{width:14.75rem;height:14.75rem}50%{width:5.313rem;height:5.313rem}100%{width:14.75rem;height:14.75rem}}@-webkit-keyframes rotate-cart{from{-webkit-transform:rotate3d(0, 0, 0, 0);transform:rotate3d(0, 0, 0, 0)}to{-webkit-transform:rotate3d(0, 1, 0, 360deg);transform:rotate3d(0, 1, 0, 360deg)}}@keyframes rotate-cart{from{-webkit-transform:rotate3d(0, 0, 0, 0);transform:rotate3d(0, 0, 0, 0)}to{-webkit-transform:rotate3d(0, 1, 0, 360deg);transform:rotate3d(0, 1, 0, 360deg)}}
.digitain-sport-desktop{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.digitain-sport-desktop__frame{min-height:100vh;width:100%;overflow-y:auto}.digitain-sport-desktop__frame::-webkit-scrollbar{width:8px;height:.5rem;scroll-margin-right:.5rem}.digitain-sport-desktop__frame::-webkit-scrollbar-thumb{width:8px;height:1rem;background:#a41d0f;cursor:pointer;border-radius:4px}.digitain-sport-desktop #sport_div_iframe{width:100%}
.digitain-sport-desktop{background-color:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.digitain-sport-desktop__frame{min-height:100vh;width:100%;overflow-y:auto}.digitain-sport-desktop__frame::-webkit-scrollbar{width:8px;height:.5rem;scroll-margin-right:.5rem}.digitain-sport-desktop__frame::-webkit-scrollbar-thumb{width:8px;height:1rem;background:#a41d0f;cursor:pointer;border-radius:4px}.digitain-sport-desktop #sport_div_iframe{width:100%}
#root,html,body{width:100%;height:100%;margin:0;padding:0;background-color:#04051d /*rtl:ignore*/;font-family:"Geologica",Arial,sans-serif;color:#fff}button{font-family:"Geologica",Arial,sans-serif}*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}html{font-size:16px}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:1024px}@-webkit-keyframes reduced{0%{color:#f61801;background-position:150% 0%}99%{color:#f61801}100%{background:inherit;background-position:-100% 0%}}@keyframes reduced{0%{color:#f61801;background-position:150% 0%}99%{color:#f61801}100%{background:inherit;background-position:-100% 0%}}@-webkit-keyframes increase{0%{color:#7cb71d;background-position:150% 0%}99%{color:#7cb71d}100%{background:inherit;background-position:-100% 0%}}@keyframes increase{0%{color:#7cb71d;background-position:150% 0%}99%{color:#7cb71d}100%{background:inherit;background-position:-100% 0%}}.coef-increased{background-image:-o-linear-gradient(340deg, transparent 10%, rgba(144, 254, 103, 0.7) 15%, rgba(90, 255, 13, 0.7) 25%, transparent 30%);background-image:linear-gradient(110deg, transparent 10%, rgba(144, 254, 103, 0.7) 15%, rgba(90, 255, 13, 0.7) 25%, transparent 30%);background-size:250% 100%;background-repeat:no-repeat;background-position:100% 0;-webkit-animation:increase 1.7s ease-in;animation:increase 1.7s ease-in}.coef-reduced{background-image:-o-linear-gradient(340deg, transparent 10%, rgba(232, 137, 129, 0.7) 15%, rgba(194, 39, 27, 0.7) 25%, transparent 30%);background-image:linear-gradient(110deg, transparent 10%, rgba(232, 137, 129, 0.7) 15%, rgba(194, 39, 27, 0.7) 25%, transparent 30%);background-size:250% 100%;background-repeat:no-repeat;background-position:100% 0;-webkit-animation:reduced 1.7s ease-in;animation:reduced 1.7s ease-in}@media only screen and (max-width: 2600px){html{font-size:19px}}@media only screen and (max-width: 2300px){html{font-size:17.5px}}@media only screen and (max-width: 1920px){html{font-size:16px}}@media only screen and (max-width: 1850px){html{font-size:14px}}@media only screen and (max-width: 1680px){html{font-size:13px}}@media only screen and (max-width: 1545px){html{font-size:12px}}@media only screen and (max-width: 1445px){html{font-size:11px}}@media only screen and (max-width: 1366px){html{font-size:10px}}@media only screen and (max-width: 1200px){html{font-size:9px}}.label_39{display:none}
