._customToast_sbyoz_1 h4{transform:translateY(-2px);margin-bottom:4px;font-size:16px;font-weight:600;color:#fff}._customToast_sbyoz_1 p{font-size:14px;opacity:.6;line-height:1.5;color:#fff}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinner_rmb4v_1{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_rmb4v_1 1s linear infinite}._green_rmb4v_10{border-color:#00ff00 transparent}._white_rmb4v_14{border-color:#ffffff transparent}._red_rmb4v_18{border-color:#ff0000 transparent}._tiny_rmb4v_22{width:24px;height:24px;font-size:3px}._small_rmb4v_28{width:32px;height:32px;font-size:4px}._medium_rmb4v_34{width:40px;height:40px}._large_rmb4v_39{width:48px;height:48px;font-size:6px}@keyframes _rotation_rmb4v_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_1vw70_1{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;padding:14px 16px;opacity:1;transition:opacity .2s ease;white-space:nowrap;outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._button_1vw70_1:is(:hover){opacity:1}._button_1vw70_1:disabled{background:#d5d9e0;cursor:not-allowed}._button_1vw70_1 span{display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center}._medium_1vw70_42{min-width:66px}._full_1vw70_46{width:100%}._auto_1vw70_50{width:auto}._primary_1vw70_54{background:#4b57ff;color:#fff}._dangerous_1vw70_59{position:relative;padding:13.5px 33px;border:2px solid #ff0000;background:transparent}._dangerous_1vw70_59 span{font-size:16px;font-weight:700;line-height:24px;color:red}._outline_1vw70_72{background:transparent}._small_1vw70_76{padding:4px 16px;width:fit-content}._small_1vw70_76 span{font-size:12px;line-height:16px}._spinner_1vw70_85{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._container_1cxtm_1{display:flex;align-items:center;justify-content:space-between;min-height:36px}._container_1cxtm_1 p{font-weight:500;font-size:14px;line-height:20px;text-align:center}._backButton_1cxtm_14{transform:rotate(180deg)}._titleContainer_1cxtm_18{display:flex;flex-direction:column}._subTitle_1cxtm_23{color:#4b57ff;text-align:center;font-size:12px;font-weight:400;line-height:16px}._fakeBlock_1cxtm_31{position:relative;width:24px;height:24px;min-width:24px;min-height:24px;background:transparent}._contentWrap_1ke7m_1{padding-top:16px;padding-bottom:98px;display:flex;flex-direction:column;gap:24px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_1ke7m_1{padding-left:16px;padding-right:16px}}._avatarsGrid_1ke7m_18{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:32px 16px}._avatarItem_1ke7m_24{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:10px;transition:all .3s ease;border:3px solid transparent}._avatarItem_1ke7m_24._selected_1ke7m_33{border-color:#4b57ff;transform:translateY(-2px)}._avatarImage_1ke7m_38{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden}._avatarImage_1ke7m_38 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._avatarImage_1ke7m_38:hover img{transform:scale(1.05)}._selectedOverlay_1ke7m_55{position:absolute;top:0;left:0;right:0;bottom:0;background:#4b57ffcc;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:_fadeIn_1ke7m_1 .3s ease}._checkmark_1ke7m_69{color:#fff;font-size:24px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}._avatarName_1ke7m_76{font-size:12px;font-weight:500;color:#1b1b1b;text-align:center;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}._actionsContainer_1ke7m_88{position:fixed;bottom:0;left:0;z-index:101;width:100%;height:88px;display:flex;align-items:flex-start;justify-content:space-around;background:#fff;border-top:1px solid #d9dee8;padding:10px 16px 0}._cancelButton_1ke7m_103,._applyButton_1ke7m_107{flex:1}@keyframes _fadeIn_1ke7m_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._checkbox_17i8l_1{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:16px;width:16px;opacity:0;margin:0}._authCheckbox_17i8l_12{position:absolute;top:50%;transform:translateY(-50%);height:16px;width:16px;opacity:0;margin:0}._disabled_17i8l_22{opacity:.6}._disabled_17i8l_22 ._label_17i8l_25{cursor:default}._custom-checkbox_17i8l_29{position:relative}._label_17i8l_25{width:16px;height:16px;display:flex;align-items:center;border-radius:4px;border:1px solid #abb0b9;background:transparent;position:relative;overflow:hidden;outline:none}._label_17i8l_25:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._authCheckbox_17i8l_12:checked~._label_17i8l_25{background:#4b57ff;border-color:transparent}._authCheckbox_17i8l_12:checked~._label_17i8l_25:before{position:absolute;top:15%;left:35%;width:4px;height:8px;border:solid #ffffff;border-width:0 1px 1px 0;transform:rotate(45deg)}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}._wrapper_4kj6w_1{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}._phoneInput_4kj6w_10{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_4kj6w_10 input{width:100%;background:#000;border:0;transition:border-width .2s linear;transition:.2s;outline:none;font-size:12px;font-weight:400;line-height:18px;color:#1b1b1b}._input_4kj6w_31{width:100%;background:transparent;transition:border-width .2s linear;transition:.2s;border:0;outline:none}._input_4kj6w_31::placeholder{color:#838383;font-size:12px;font-weight:400;line-height:18px}._default_4kj6w_47{background:#fff;border-radius:12px;padding:14px 12px;border:1px solid transparent;color:#1b1b1b;font-size:12px;font-weight:400;line-height:18px;outline:none}._search_4kj6w_59{background:#fff;border-radius:12px;padding:15px 12px 15px 40px;color:#1b1b1b;font-size:12px;font-weight:400;line-height:18px}._admin_4kj6w_69{padding:10px 14px;max-height:38px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:6px;border:1px solid #000000;box-shadow:none}._admin_4kj6w_69:is(:hover,:focus){border:1px solid #ffffff}._admin_4kj6w_69::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_4kj6w_92{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_4kj6w_92::placeholder{color:#fff}._dark_4kj6w_92:hover{box-shadow:inset 0 0 0 1px #000}input[type=radio],input[type=radio]:hover{box-shadow:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_4kj6w_31:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_4kj6w_31:disabled+._label_4kj6w_126{opacity:.8}._input_4kj6w_31:-webkit-autofill,._input_4kj6w_31:-webkit-autofill:hover,._input_4kj6w_31:-webkit-autofill:focus,._input_4kj6w_31:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#1b1b1b}._admin_4kj6w_69:-webkit-autofill,._admin_4kj6w_69:-webkit-autofill:hover,._admin_4kj6w_69:-webkit-autofill:focus,._admin_4kj6w_69:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#1b1b1b}._input_4kj6w_31[type=date]{line-height:normal}._input_4kj6w_31[type=date]::-webkit-calendar-picker-indicator{filter:invert(98%) sepia(87%) saturate(100%) hue-rotate(303deg) brightness(117%) contrast(90%);padding-left:50%;width:16px;height:16px}._inputWrapper_4kj6w_157{display:flex;flex-direction:column;justify-content:center;gap:6px;width:100%;z-index:1;border-radius:16px}._iconWrapper_4kj6w_167{position:relative}._startIcon_4kj6w_171,._endIcon_4kj6w_172{position:absolute;top:50%;transform:translateY(-50%)}._startIcon_4kj6w_171{inset-inline-start:12px}._endIcon_4kj6w_172{inset-inline-end:12px}._label_4kj6w_126{color:#1b1b1b;font-size:12px;font-weight:400;line-height:18px;margin-left:12px}._text_4kj6w_194,._withoutValue_4kj6w_195 ._text_4kj6w_194{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_4kj6w_201{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0}._error_4kj6w_208{border-color:#e01212}._error_4kj6w_208:focus{border-color:#e01212}._errorText_4kj6w_216{color:#e01212}._errorAsterisk_4kj6w_220{color:red}._withEndIcon_4kj6w_224{padding-inline-end:40px}._withStartIcon_4kj6w_228{padding-inline-start:35px}._pointer_4kj6w_232{cursor:pointer}._contentWrap_10pv9_1{min-height:100vh;display:flex;flex-direction:column;gap:24px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_10pv9_1{padding-left:16px;padding-right:16px}}._paymentLogo_10pv9_19{display:flex;align-items:center;justify-content:center;gap:32px}._checkoutForm_10pv9_26{display:flex;flex-direction:column;gap:24px}._consentWrapper_10pv9_32{display:flex;align-items:center;gap:8px}._consentText_10pv9_38{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._checkoutButton_10pv9_45{margin-top:auto}._wrap_sqw7r_1{display:flex;flex-direction:column;background:#fff;border-radius:16px}._profileLink_sqw7r_8{display:flex;align-items:center;justify-content:space-between;padding:16px 10px;color:#1b1b1b;font-size:14px;font-weight:500;line-height:24px;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._profileLinkIconWrap_sqw7r_28,._valueWrap_sqw7r_29{display:flex;align-items:center;gap:12px}._profileLinkIconWrap_sqw7r_28 span,._valueWrap_sqw7r_29 span{color:#abb0b9;font-size:14px;font-weight:500;line-height:24px}._linkValue_sqw7r_42{color:#4b57ff;font-weight:400;font-size:14px;line-height:24px;text-align:right}._profileLinkSeparator_sqw7r_50{width:calc(100% - 32px);height:1px;background:#e8e8ef;margin-left:auto;margin-right:auto}._profileLinkSeparator_sqw7r_50:last-child{display:none}._itemSelector_sqw7r_61{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#fff;border-radius:50%;border:1px solid #4b57ff}._checkmark_sqw7r_72{height:8px;width:8px;background:transparent;border-radius:50%;opacity:0;transition:opacity .3s ease}._checkmark_sqw7r_72._selected_sqw7r_80{background:#4b57ff;opacity:1}._skeleton_1pg1j_1{background:linear-gradient(90deg,#eee 30%,#fff,#eee 70%);background-size:200% 100%;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000f;animation:_shimmer_1pg1j_1 1.5s infinite linear}@keyframes _shimmer_1pg1j_1{0%{background-position:-200% 0}to{background-position:200% 0}}._segmentNav_1u5sh_1{display:flex;gap:0;border-bottom:1px solid #e6e6e6;background:transparent}._segmentItem_1u5sh_8{position:relative;display:flex;flex-direction:column;flex:1;align-items:center;padding:0 13px 8px;transition:all .3s ease;border:none;outline:none;background:transparent;cursor:pointer}._segmentItem_1u5sh_8._active_1u5sh_21 ._label_1u5sh_21{color:#4b57ff;font-weight:500}._segmentItem_1u5sh_8._active_1u5sh_21 ._bottomLine_1u5sh_25{width:100%;opacity:1}._label_1u5sh_21{font-size:14px;line-height:20px;color:#abb0b9;transition:all .5s ease;white-space:nowrap}._bottomLine_1u5sh_25{position:absolute;bottom:0;left:0;width:0;height:1.5px;background:#4b57ff;opacity:0;transition:all .5s ease}._timeBalance_ucfef_1{width:max-content;padding:5px 8px;border-radius:6px;background:#e8eaff;color:#4b57ff;font-size:12px;line-height:14px}._emptyBalance_ucfef_11{background:#fff;color:#e01212;border:1px solid #e01212}._unlimitedBalance_ucfef_17{background:#e9ffd5;color:#1fbe42}._unlimitedBalance_ucfef_17 span{font-weight:600}._timer_ucfef_25{display:flex;align-items:center;gap:10px;border-radius:10px;padding:10px;background:#4b57ff;color:#fff;font-weight:500;font-size:16px;line-height:20px;letter-spacing:0}._cardContainer_1kmd6_1{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:4px 10px 4px 4px}._gameLogo_1kmd6_10{width:80px;height:80px;min-width:80px;min-height:80px;border-radius:10px}._infoWrap_1kmd6_18{display:flex;flex:1;align-items:center;justify-content:space-between}._info_1kmd6_18{display:flex;flex-direction:column;gap:10px}._info_1kmd6_18 p{font-size:13px;line-height:18px;font-weight:500}._historyInfo_1kmd6_36{gap:4px}._historyInfo_1kmd6_36 ._date_1kmd6_39{color:#abb0b9;font-size:10px;font-weight:400;line-height:18px}._playButton_1kmd6_46{position:relative;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;background:#4b57ff;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._playButton_1kmd6_46:hover{transform:scale(1.05)}._playButton_1kmd6_46:active{transform:scale(.95)}._historyInfoWrap_1kmd6_67{display:flex;flex-direction:column;align-items:flex-end}._historyPrice_1kmd6_73{font-size:14px;font-weight:500;line-height:20px}._historyStatus_1kmd6_79{text-transform:capitalize;font-size:10px;font-weight:400;line-height:18px}._success_1kmd6_86{color:#1fbe42}._failed_1kmd6_90{color:#e01212}._container_uwu7l_1{display:flex;flex-direction:column;gap:24px}._listWrap_uwu7l_7{display:flex;flex-direction:column;gap:10px}._noResults_uwu7l_13{display:flex;justify-content:center;align-items:center;padding:40px 20px;text-align:center}._noResults_uwu7l_13 p{color:#abb0b9;font-size:16px;margin:0}._contentWrap_k4hxp_1{padding-top:24px;padding-bottom:98px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_k4hxp_1{padding-left:16px;padding-right:16px}}._discountBanner_1uton_1{position:relative;display:flex;flex-direction:column;justify-content:center;height:80px;width:100%;padding-left:16px;background:linear-gradient(90deg,#c440f4 -22.58%,#0b18d1 95.73%);border-radius:10px}._discountBanner_1uton_1 h6{color:#fff;font-weight:500;font-size:20px;line-height:24px;margin-bottom:2px}._discountBanner_1uton_1 p{color:#fff;font-weight:400;font-size:12px;line-height:16px;opacity:.7}._discountBanner_1uton_1 img{position:absolute;bottom:0;right:16px;width:120px;height:93px;object-fit:cover;object-position:top}._iconsWrap_1uton_36{display:flex;flex-direction:column;gap:16px;position:absolute;right:26px;top:50%;transform:translateY(-50%)}._contentWrap_1k92j_1{display:flex;flex-direction:column;gap:24px;padding-top:24px;padding-bottom:98px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_1k92j_1{padding-left:16px;padding-right:16px}}._banner_1k92j_18{width:100%}._sortSelectWrapper_ki6c5_1,._sortSelectIcon_ki6c5_2{display:inline-flex}._contentWrap_1tx3i_1{min-height:100vh;height:100vh;display:flex;flex-direction:column;gap:28px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_1tx3i_1{padding-left:16px;padding-right:16px}}._listWrap_1tx3i_20{display:flex;flex-direction:column;gap:16px;overflow-y:auto}._contentWrap_tpuc4_1{min-height:100vh;display:flex;flex-direction:column;gap:28px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_tpuc4_1{padding-left:16px;padding-right:16px}}._languageWrap_tpuc4_19{background:#fff;border-radius:16px;padding:0 16px}._languageItem_tpuc4_25{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px;border-bottom:1px solid #d9dee8;font-weight:500;font-size:14px;line-height:24px}._languageItem_tpuc4_25:last-child{border-bottom:none}._itemSelector_tpuc4_40{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#fff;border-radius:50%;border:1px solid #4b57ff}._checkmark_tpuc4_51{height:8px;width:8px;background:transparent;border-radius:50%;opacity:0;transition:opacity .3s ease}._checkmark_tpuc4_51._selected_tpuc4_59{background:#4b57ff;opacity:1}._saveButton_tpuc4_64{margin-top:auto}._contentWrap_o5eeo_1{min-height:100vh;display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_o5eeo_1{padding-left:16px;padding-right:16px}}._mainTitle_o5eeo_19{font-size:26px;line-height:40px;font-weight:600;text-align:center;text-transform:uppercase}._subTitle_o5eeo_27{font-size:20px;line-height:24px;font-weight:600}._textCenter_o5eeo_33{text-align:center}._mainText_o5eeo_37{font-size:14px;line-height:20px;font-weight:400}._link_o5eeo_43{text-decoration:underline;color:#4b57ff;font-size:14px;font-weight:400;line-height:20px}._tableWrapper_o5eeo_51{overflow-x:auto;width:100%;margin-bottom:16px;-webkit-overflow-scrolling:touch}._list_o5eeo_58{margin-left:20px}._list_o5eeo_58 li{list-style-type:disc}._container_w30dz_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}._titleWrap_w30dz_9{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:32px;margin-bottom:16px}._titleWrap_w30dz_9 ._title_w30dz_9{font-size:18px;font-weight:500;line-height:20px}._titleWrap_w30dz_9 ._subtitle_w30dz_22{font-size:14px;font-weight:400;line-height:20px}._backButton_w30dz_28{width:100%;max-width:150px}._contentWrap_zwu2k_1{min-height:100vh;display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_zwu2k_1{padding-left:16px;padding-right:16px}}._infoForm_zwu2k_19{display:flex;flex-direction:column;gap:16px}._saveButton_zwu2k_25{margin-top:auto}._contentWrap_ni6ux_1{display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_ni6ux_1{padding-left:16px;padding-right:16px}}._planWrap_ni6ux_18{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px;border-radius:16px}._planWrap_ni6ux_18 h6{font-weight:500;font-size:14px;line-height:24px}._packagesWrap_ni6ux_32{display:flex;flex-direction:column;gap:8px}._packageItem_ni6ux_38{display:flex;align-items:center;justify-content:space-between}._packageItem_ni6ux_38 h4{font-weight:600;font-size:14px;line-height:24px}._packageItem_ni6ux_38 p{font-weight:400;font-size:14px;line-height:24px}._modalContent_1fmt7_1{position:relative;background:#fff;padding:16px;border-radius:16px;max-width:600px;width:90%;outline:none}._modalOverlay_1fmt7_11{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1000}._modalHeader_1fmt7_24{display:flex;justify-content:space-between}._modalTitle_1fmt7_29{font-size:48px}._closeIcon_1fmt7_33{position:absolute;top:10px;right:10px;display:flex}._contentWrap_bmaio_1{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding-top:16px;background:#1c1c1c;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_bmaio_1{padding-left:16px;padding-right:16px}}._timeOverModal_bmaio_20{display:flex;flex-direction:column;align-items:center;gap:8px}._timeOverModal_bmaio_20 img{height:120px;max-height:120px}._timeOverModal_bmaio_20 h6{font-weight:600;font-size:16px;line-height:24px;text-align:center}._timeOverModal_bmaio_20 p{color:#abb0b9;font-weight:400;font-size:14px;line-height:24px;text-align:center;margin-bottom:8px}._headerWrap_bmaio_45{display:flex;align-items:center;justify-content:space-between}._backButton_bmaio_51{transform:rotate(180deg)}._topUpButton_bmaio_55{margin-bottom:35px}._contentWrap_j6lwr_1{display:flex;flex-direction:column;gap:36px;padding-top:16px;padding-bottom:98px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_j6lwr_1{padding-left:16px;padding-right:16px}}._linksWrap_j6lwr_18{display:flex;flex-direction:column;background:#fff;border-radius:16px}._profileLink_j6lwr_25{display:flex;align-items:center;justify-content:space-between;padding:16px 10px;color:#1b1b1b;font-size:14px;font-weight:500;line-height:24px;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._profileLinkIconWrap_j6lwr_44,._valueWrap_j6lwr_45{display:flex;align-items:center;gap:12px}._linkValue_j6lwr_51{color:#4b57ff;font-weight:400;font-size:14px;line-height:24px;text-align:right}._profileLinkSeparator_j6lwr_59{width:calc(100% - 32px);height:1px;background:#e8e8ef;margin-left:auto;margin-right:auto}._profileLinkSeparator_j6lwr_59:last-child{display:none}._avatar_j6lwr_70{position:relative;height:96px;width:96px;min-height:96px;min-width:96px;border-radius:50%;background:#fff;margin:0 auto}._avatarImage_j6lwr_81{width:100%;height:100%;object-fit:cover;border-radius:50%}._hidden_j6lwr_88{display:none}._editAvatar_j6lwr_92{position:absolute;bottom:0;right:0;display:flex;align-items:center;justify-content:center;height:24px;width:24px;min-height:24px;min-width:24px;background:#f3f5f9;border-radius:50%}._userInfoWrap_j6lwr_107{display:flex;flex-direction:column;gap:4px;margin-top:16px}._username_j6lwr_114{font-weight:500;font-size:14px;line-height:24px;text-align:center}._userEmail_j6lwr_121,._userPhone_j6lwr_122{display:flex;align-items:center;justify-content:center;gap:4px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._paymenIconsWrap_j6lwr_133{display:flex;align-items:center;justify-content:center;gap:40px}._expandItem_fm5fc_1{border-radius:16px;background:#fff}._title_fm5fc_6{display:flex;align-items:center;justify-content:space-between;position:relative;padding:16px;font-size:16px;font-weight:400;line-height:24px;cursor:pointer}._content_fm5fc_18{padding:0 16px 16px;margin-top:-6px;color:#abb0b9;font-size:14px;font-weight:400;line-height:24px}._iconContainer_fm5fc_27{display:inline-flex;align-items:center;justify-content:center}._overflowHidden_fm5fc_33{overflow:hidden}._contentWrap_18lkf_1{min-height:100vh;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_18lkf_1{padding-left:16px;padding-right:16px}}._expandableContainer_18lkf_16{display:flex;flex-direction:column;gap:10px;margin-top:16px}._contentWrap_n5wb1_1{min-height:100vh;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_n5wb1_1{padding-left:16px;padding-right:16px}}._greetingContainer_n5wb1_16{display:flex;flex-direction:column;gap:8px;text-align:center;margin-top:24px}._greetingContainer_n5wb1_16 h6{font-size:14px;font-weight:600;line-height:18px}._greetingContainer_n5wb1_16 p{font-size:12px;font-weight:400;line-height:18px}._infoContainer_n5wb1_34{display:flex;flex-direction:column;gap:4px;margin-top:8px;margin-bottom:36px}._infoItem_n5wb1_42{padding:10px;background:#fff;border-radius:10px;font-size:12px;font-weight:400;line-height:20px}._infoItem_n5wb1_42 span{font-weight:600}._emailText_n5wb1_54{text-align:center;font-size:14px;font-weight:400;line-height:20px;margin-bottom:8px}._emailLink_n5wb1_62{display:block;width:100%;background:#dbddff;border-radius:10px;padding:12px;color:#4b57ff;text-align:center;font-size:14px;font-weight:600;line-height:20px}._toggleButton_slhvo_1{flex:1;display:inline-flex;align-items:center;gap:2px;min-width:110px;border-radius:100px;padding:4px;background-color:#fff;font-size:18px;font-weight:400;line-height:24px;letter-spacing:-.36px;cursor:pointer;transition:.3s;white-space:preserve nowrap;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._toggleButton_slhvo_1 input{display:none}._toggleButton_slhvo_1._checked_slhvo_29{outline:2px solid #4b57ff}._iconWrap_slhvo_33{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border-radius:50%}._unlimitedIconWrap_slhvo_43{background:#4b57ff}._labelWrap_slhvo_47{display:flex;flex-direction:column;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0}._labelWrap_slhvo_47 span{color:#4b57ff;font-size:10px;line-height:12px;letter-spacing:0}._labelWrap_slhvo_47 ._priceWrap_slhvo_61{display:flex;align-items:center;gap:2px}._labelWrap_slhvo_47 ._discountedPrice_slhvo_66{font-size:7px;text-decoration:line-through;line-height:7px;color:#e01212}._contentWrap_1etcz_1{min-height:100vh;display:flex;flex-direction:column;gap:20px;padding-top:16px;padding-bottom:35px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1320px){._contentWrap_1etcz_1{padding-left:16px;padding-right:16px}}._gameBalance_1etcz_19{display:flex;align-items:center;justify-content:space-between;width:100%;background:#4b57ff;padding:10px 16px;border-radius:10px;color:#fff;font-weight:500;font-size:10px;line-height:12px}._timePackageWrap_1etcz_33{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 6px}._purchaseButton_1etcz_39{display:flex;align-items:center;justify-content:space-between}._purchaseButton_1etcz_39 span{width:100%;justify-content:space-between}._topUpInputWrap_1etcz_49{position:relative}._topUpInputWrap_1etcz_49 ._topUpInputLabel_1etcz_52{position:absolute;top:14px;right:12px;z-index:2;color:#abb0b9;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0}._description_1etcz_64{font-weight:400;font-size:14px;line-height:20px;text-align:center}._smallDescription_1etcz_71{font-weight:400;font-size:12px;line-height:18px;text-align:center;margin-top:6px;margin-bottom:6px}._actionWrap_1etcz_80{display:flex;flex-direction:column;gap:10px;margin-top:auto}._link_1etcz_87{font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;text-align:center;text-decoration:underline}._currencySelector_1etcz_96{max-width:80px;width:80px;margin-left:-56px}._dividerLine_1etcz_102{grid-column:1/-1;width:100%;height:1px;background:#dbe0e9}._unlimitedWrap_1etcz_109{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:5px;text-align:center;font-size:14px;font-weight:400;line-height:20px}._tabBar_195xy_1{position:fixed;bottom:0;left:0;z-index:100;width:100%;height:88px;display:flex;align-items:flex-start;justify-content:space-around;background:#fff;border-top:1px solid #d9dee8;padding:10px 0 0}._tabItem_195xy_16{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#abb0b9;font-size:12px;line-height:18px;font-weight:400;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._mainSection_1ulp7_1{display:flex;flex-direction:column;min-height:100vh}._container_np5mm_1{height:100vh}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;background-color:#f3f5f9;color:#1b1b1b}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none}button{margin:0;border:none;outline:none;color:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h1{font-size:64px}@media only screen and (max-width: 1439px){h1{font-size:56px}}@media only screen and (max-width: 1023px){h1{font-size:48px}}h2{font-size:56px}@media only screen and (max-width: 1439px){h2{font-size:48px}}@media only screen and (max-width: 1023px){h2{font-size:40px}}@media only screen and (max-width: 767px){h2{font-size:28px}}h3{font-size:48px}@media only screen and (max-width: 1439px){h3{font-size:40px}}@media only screen and (max-width: 1023px){h3{font-size:36px}}h4{font-size:40px}@media only screen and (max-width: 1439px){h4{font-size:36px}}@media only screen and (max-width: 1023px){h4{font-size:32px}}h5{font-size:36px}@media only screen and (max-width: 1439px){h5{font-size:32px}}@media only screen and (max-width: 1023px){h5{font-size:28px}}h6{font-size:32px}@media only screen and (max-width: 1439px){h6{font-size:28px}}@media only screen and (max-width: 1023px){h6{font-size:24px}}.Toastify__toast-container .Toastify__toast-body{align-items:flex-start}.Toastify__toast-container .Toastify__toast{background-color:#000}.Toastify__toast-container .Toastify__toast--error{border-left:2px solid #000000}.Toastify__toast-container .Toastify__toast--error .Toastify__toast-icon svg{fill:#000}.Toastify__toast-container .Toastify__toast--success{border-left:2px solid #00ff00}.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon svg{fill:green}.Toastify__toast-container .Toastify__toast--info{border-left:2px solid #ffffff}.Toastify__toast-container .Toastify__toast--info .Toastify__toast-icon svg{fill:#fff}.Toastify__toast-container .Toastify__close-button{align-self:center;opacity:1}.Toastify__toast-container .Toastify__close-button:hover svg{fill:#fff}.Toastify__toast-container .Toastify__close-button svg{width:16px;height:16px;transition:.3s fill;fill:#000}
