.lang-switcher .flag{align-self:center;font-size:20px}.lang-switcher .code{align-self:center;font-size:18px;font-weight:500;padding-top:4px}.lang-switcher .lang-select__control{padding-top:5px}.lang-switcher .lang-select__control:hover{cursor:pointer}.lang-switcher .lang-select__menu,.lang-switcher .lang-select__menu div{background:var(--main-thirst-light-color)}.lang-switcher .lang-select__menu div:first-child{margin-top:-5px}.lang-switcher .lang-select__menu div:last-child{padding-bottom:1px}.lang-switcher .lang-select__value-container>div{display:flex;flex-flow:row}.lang-select__menu .my-option{align-items:center;display:flex;justify-content:left;padding-bottom:5px;padding-left:15px;text-align:left}.lang-select__menu .my-option:hover{background-color:var(--main-thirst-color)!important;cursor:pointer}nav .NavbarControl{height:73px;margin-right:10px;position:absolute;right:4vh;top:0}nav .NavbarControl button{-webkit-tap-highlight-color:var(--main-element-color);background:#0000;border:none;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}nav .NavbarControl button:after{content:"";display:block;height:150%;left:-25%;position:absolute;top:0;width:47px}nav .NavbarControl .NavbarControlLines{background-color:var(--main-element-color);content:"";display:block;height:3px;margin-top:-.125em;pointer-events:none;position:absolute;top:50%;width:30px}nav .NavbarControl .NavbarControlLines:after,nav .NavbarControl .NavbarControlLines:before{background-color:var(--main-element-color);content:"";display:block;height:3px;pointer-events:none;position:absolute;width:100%}nav .NavbarControl .NavbarControlLines:before{top:.6rem}nav .NavbarControl .NavbarControlLines:after{top:-.6rem}nav .NavbarWrapper .NavLangSwitcher{align-self:center;margin-bottom:20px;margin-top:-45px;width:100%}nav .NavbarWrapper .NavLangSwitcher .lang-switcher .lang-select__control,nav .NavbarWrapper .NavLangSwitcher .lang-switcher .lang-select__menu,nav .NavbarWrapper .NavLangSwitcher .lang-switcher .lang-select__menu div{background-color:var(--main-base-color)!important}nav .NavbarWrapper .NavLangSwitcher .lang-select__menu .my-option{transition-duration:.2s}nav .NavbarWrapper .NavLangSwitcher .lang-select__menu .my-option:hover{background-color:var(--main-thirst-color)!important}nav .NavbarWrapper ul{background-color:var(--main-first-color);display:flex;flex-direction:column;height:100%;list-style:none;margin:0;max-width:200px;min-width:160px;padding:70px 2rem 1rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:.2s ease-out;z-index:999}nav .NavbarWrapper.open ul{transform:translateX(0)}nav .NavbarWrapper li{cursor:pointer;padding:.3rem 0;text-align:right}nav .NavbarWrapper a{color:var(--main-alt-text-color);font-size:24px;font-weight:500;margin:10px;text-decoration:none}.App-navbar{align-items:center;background-color:var(--main-bg-color);color:var(--main-element-color);display:flex;font-size:calc(10px + 2vmin);height:70px;justify-content:left}.App-navbar .lang-switcher-wrapper{position:absolute;right:2vh}.Field{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:1rem 0}.Field input:-webkit-autofill{-webkit-text-fill-color:var(--main-form-text-color);border-bottom:3px solid var(--main-form-border-color);-webkit-box-shadow:0 0 0 1000px var(--main-form-bg-color) inset}.Field input:-webkit-autofill,.Field input:autofill{-webkit-text-fill-color:var(--main-form-text-color);border-bottom:3px solid var(--main-form-border-color);-webkit-box-shadow:0 0 0 1000px var(--main-form-bg-color) inset}.Field .FieldWrapper{width:360px}.Field input{all:unset;align-items:center;background:#0000;border-bottom:3px solid var(--main-form-border-color);border-radius:0;box-sizing:border-box;color:var(--main-form-text-color);display:flex;flex:none;flex-direction:row;flex-grow:0;font-size:16px;height:35px;justify-content:center;line-height:32px;order:3;padding:20px 20px 10px;text-align:center;transition-duration:.2s;width:inherit}.Field input:hover{cursor:text}.Field input:focus{border-bottom:3px solid var(--main-form-border-active-color);font-size:20px;padding:15px 20px}.Field label{color:var(--main-form-element-color);font-size:16px;line-height:24px}.Field input:disabled{cursor:not-allowed}.Field .ErrorWrapper{color:var(--main-thirst-color);display:flex;font-size:14px;justify-content:center;line-height:16px;margin:0;max-width:100%;padding:5px 10px}.PasswordField{align-items:flex-start;display:flex;width:auto}.PasswordField .PasswordVisibilityToggle{align-content:center;border-radius:0 20px 15px 0;cursor:pointer;height:2rem;margin-left:-40px;padding-top:.3rem;position:relative;top:2.5rem;width:35px}.PasswordField .PasswordVisibilityToggle svg{color:var(--main-form-element-color);font-size:25px}.Button{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:20px}.Button button{all:unset;background:var(--main-button-color);color:var(--main-button-text-color);font-size:16px;font-weight:700;min-height:35px;min-width:8vh;padding:5px 20px}.Button button:hover{cursor:pointer}.Button button:disabled{background-color:var(--main-button-disabled-color);color:var(--main-button-disabled-color);cursor:not-allowed}.LoaderWrapper{align-items:center;background:var(--main-base-color);display:flex;justify-content:center;pointer-events:none}.LoaderWrapper.WithTarget{height:-webkit-fit-content;height:fit-content;left:0;position:absolute;width:100%;z-index:999}.LoaderWrapper.FullScreen{align-items:center;background:var(--main-base-color);display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:999}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoginFormSection .LoginForm{align-items:center;display:flex;flex-flow:column}.LoginForm .LoginNavSection{margin-top:10px}.LoginForm .LoginNavSection .LoginNavWrapper{margin:15px 0}.RegisterForm{align-items:center;display:flex;flex-flow:column}.RegisterForm .Info{color:#fff}.RegisterForm .RegisterNavSection{margin-top:10px}.RegisterForm .RegisterNavSection .RegisterNavWrapper{margin:15px 0}.ForgotPasswordForm .Info{color:#fff}.ForgotPasswordForm .ForgotPasswordNavSection{margin-top:30px}.ForgotPasswordForm .ForgotPasswordNavSection .ForgotPasswordNavWrapper{margin:15px 0}.NotFoundWrapper{color:var(--main-text-color);display:flex;justify-content:center}.NotFoundWrapper .NotFoundBlock{padding:10px;width:360px}.NotFoundWrapper .NotFoundBlock .NotFoundHeader{display:block;font-size:52px;margin-bottom:20px}.AccountVerification .Info{align-items:center;color:var(--main-element-color);display:flex;flex-flow:column;justify-content:center;margin:0 20px 20px}.AccountVerification .Info .Icon{font-size:40px;margin:0 0 15px}.AccountVerification .Info span{font-size:18px;font-weight:700}.ChangePasswordForm{align-items:center;display:flex;flex-flow:column}.ChangePasswordForm .Info{color:#fff}.SelectField .SelectFieldInput{font-size:18px;padding:5px 0 0}.FileField{display:inline-grid;justify-content:center;min-width:360px}.FileField .Field{margin:-1vh 0 1vh}.FileField .preview{display:flex;flex-direction:row;flex-flow:wrap;justify-content:left;padding:20px}.FileField input{display:none}.FileField .preview>div{background-color:var(--main-section-label-bg-color);border-radius:10px;color:var(--main-alt-text-color);margin:5px;padding:8px 12px;width:-webkit-fit-content;width:fit-content}.FileField .preview>div span{display:inline-block}.FileField .preview .FilePreview{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FileField .preview .ControlClose{margin-left:10px}.FileField .preview .ControlClose:hover{color:var(--main-alt-text-color);cursor:pointer}.FileField .Button{justify-content:left}.FileField .Button button{min-width:120px}.FileField .FileFieldWrapper{background:var(--main-section-bg-color);border:3px solid #0000;border-radius:15px;display:block;width:360px}.FileField .FileFieldWrapper .ControlWrapper{display:flex;flex-flow:row}.FileField .FileFieldWrapper .ControlWrapper .ControlTips{color:var(--main-text-color);margin-top:20px;text-align:left}.FileField .FileFieldWrapper .ControlWrapper .ControlTips div{margin:0 10px 10px 0}.FileField .FileFieldWrapper .ControlWrapper .ControlTips .TipsWrapper{color:var(--main-sub-text-color)}.FileField .FileFieldWrapper .ControlWrapper .Button button{font-weight:400}.FileField .Error{color:var(--main-thirst-color);font-size:14px;line-height:24px;width:360px}.CheckboxField{color:var(--main-text-color)}.CheckboxField .CheckboxErrorWrapper{color:var(--main-text-color);display:flex;font-size:16px;justify-content:center;line-height:16px;margin:0;max-width:100%;padding:5px 10px}.CheckboxField label span{font-family:inherit;font-size:14px;line-height:1}.VerificationForm .Info{color:var(--main-text-color)}.VerificationForm .AgreementWrapper{align-items:center;display:flex;flex-flow:column;justify-content:center;margin:40px 0 30px}.VerificationForm .AgreementWrapper .AgreementItem{background-color:var(--main-section-bg-color);border-radius:15px;padding:20px 10px;width:350px}.VerificationForm .AgreementWrapper .AgreementError{color:var(--main-thirst-color);display:flex;font-size:14px;justify-content:center;line-height:16px;margin:0;max-width:100%;padding:5px 10px}.SystemPmContainer{align-items:center;display:flex;justify-content:center;margin:0 auto;padding:10px;width:360px}.SystemPmContainer .SystemPmWrapper{align-items:center;background-color:var(--main-thirst-light-color);display:grid;justify-content:center;padding:20px 10px;width:340px}.SystemPmContainer .SystemPmWrapper .SystemPmIcon{align-items:center;color:var(--main-text-color);display:flex;flex-shrink:0;font-size:20px;position:absolute}.SystemPmContainer .SystemPmWrapper .SystemPmContent{color:var(--main-text-color);margin-left:45px;margin-right:10px;text-align:left}.SystemPmContainer .SystemPmWrapper .SystemPmContent a{border-bottom:1px solid var(--main-link-color);color:var(--main-link-color);padding-bottom:1px;text-decoration:none}.WalletList .Button{padding:0 20px 30px}.WalletList .WalletListWrapper{align-items:center;display:flex;flex-flow:column}.WalletList .WalletListWrapper .WalletItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 15px;max-width:360px;padding:15px 5px;width:100%}.WalletList .WalletListWrapper .WalletItem .WalletType{display:flex;margin:0 0 15px}.WalletList .WalletListWrapper .WalletItem .WalletType span{border:1px solid var(--main-element-color);color:var(--main-element-color);font-size:10px;font-weight:700;margin-left:10px;padding:3px}.WalletList .WalletListWrapper .WalletItem .WalletGeneral{display:flex}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletIcon{align-items:center;display:flex;justify-content:center;margin-right:10px;width:20%}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletControl svg{color:var(--main-element-color);cursor:pointer;font-size:26px}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletIcon svg{color:var(--main-element-color);font-size:24px}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletInfo{text-align:left;width:60%}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletInfo *{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletInfo .WalletName{color:var(--main-text-color);font-size:20px;margin-bottom:10px}.WalletList .WalletListWrapper .WalletItem .WalletGeneral .WalletInfo .WalletDetail{color:var(--main-sub-text-color)}.WalletForm .Info{color:#fff}.WalletForm .FormButtonsWrapper{display:flex;justify-content:center}.PaymentPageList .Button{padding:0 20px 30px}.PaymentPageList .PaymentPageItem img{border-radius:100%;max-height:300px;max-width:300px}.PaymentPageList .PaymentPageListItems .PaymentPageListItemWrapper{align-items:center;display:flex;flex-flow:column}.PaymentPageList .PaymentPageListItems .PaymentPageItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 15px;max-width:360px;padding:15px 5px;width:100%}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral{display:flex;min-height:90px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo{display:flex;flex-direction:column;justify-content:center;margin:5px;text-align:left;width:50%}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo .PaymentPageName{color:var(--main-text-color);font-size:20px;font-weight:700;margin:5px 0 10px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo .PaymentPageTitle{color:var(--main-sub-text-color);margin-bottom:2px;margin-left:2px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo .PaymentPageSubtitle{color:var(--main-sub-text-color);margin-bottom:8px;margin-left:2px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo .PaymentPageAddress{color:var(--main-sub-text-color);margin-bottom:8px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageInfo .PaymentPageAddress svg{font-size:24px;vertical-align:middle}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageAvatar{align-items:center;display:flex;justify-content:center;margin:0 10px;width:25%}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageAvatar img{border-radius:100%;max-width:300px;width:100%}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral div{margin:10px 0}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageGeneral .PaymentPageControl svg{font-size:24px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageActions{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 5px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageActions .Button{padding:10px 10px 0;width:150px}.PaymentPageList .PaymentPageListItems .PaymentPageItem .PaymentPageActions .Button button{min-height:4vh;min-width:0;width:120px}.PaymentPageList .PaymentPageListItems .NoData{background-color:var(--main-thirst-light-color);border-radius:2%;color:var(--main-text-color);display:inline-block;font-weight:700;margin-top:10px;min-width:80px;padding:15px 10px}.AvatarSection{display:flex;flex-flow:column;justify-content:center;margin:0 auto;width:360px}.AvatarSection .AvatarField .AvatarFieldWrapper{background:var(--main-section-bg-color);border:3px solid #0000;border-radius:15px;display:block;padding:20px 0}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarFormSection .Button button{font-weight:400}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarCropSection .Button{margin-bottom:10px;padding:10px}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarCropSection .Button button{font-weight:400;min-width:-webkit-fit-content;min-width:fit-content;width:110px}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarCropSection .reactEasyCrop_CropArea{border-radius:50%}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarFormSection .ControlWrapper{display:flex;flex-flow:row}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarFormSection .ControlWrapper .ControlTips{align-content:center;color:var(--main-text-color);margin:10px 5px 10px 0;text-align:left}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarFormSection .ControlWrapper .ControlTips .TipsWrapper{color:var(--main-sub-text-color)}.AvatarSection .AvatarLoaderSection .LoaderWrapper{background:#0000}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarCurrentWrapper{margin:10px 0}.AvatarSection .AvatarField .AvatarFieldWrapper .AvatarCurrentWrapper img{border-radius:100%;height:200px;object-fit:cover;width:200px}.LandingForm .Info{color:#fff}.LandingForm .FormButtonsWrapper{display:flex;justify-content:center;margin-top:30px}.WithdrawalForm .Info{color:var(--main-text-color)}.WithdrawalForm .FormButtonsWrapper{display:flex;justify-content:center;margin-top:20px}.WithdrawalForm .AmountWrapper{color:var(--main-text-color);display:inline-block;margin-bottom:20px;width:360px}.WithdrawalForm .AmountWrapper .AmountSection{font-size:20px}.WithdrawalForm .AmountWrapper .FeeSection{font-size:14px}.WithdrawalForm .PayoutCreateTips{color:var(--main-text-color);justify-self:center;margin:-10px auto 0;width:360px}.CardWrapper .MetaWrapper{display:inline-flex;margin-top:-2vh;place-content:flex-end;width:360px}.CardWrapper .MetaWrapper .ExpDateWrapper{display:block;width:235px}.CardWrapper .MetaWrapper .ExpDateLabelWrapper{color:#5e5e5e;font-size:20px;justify-content:center;line-height:24px;margin-left:0;margin-right:40px;margin-top:20px;text-align:center}.CardWrapper .MetaWrapper .ExpDateWrapper div:last-child:not(.ErrorWrapper){margin-left:0;margin-right:15px}.CardWrapper .MetaWrapper .ExpDateWrapper .ErrorWrapper{width:80%}.CardWrapper .MetaWrapper .ExpDateWrapper .FieldWrapper{min-width:0;width:100px}.CardWrapper .MetaWrapper .ExpDateFieldWrapper{display:inline-flex;justify-content:flex-start;margin-top:-20px}.CardWrapper .MetaWrapper .ExpDateFieldWrapper div{width:100px}.CardWrapper .MetaWrapper .ExpDateWrapper .ExpMonthWrapper{margin-right:10px}.CardWrapper .MetaWrapper .CvcWrapper{width:120px}.CardWrapper .MetaWrapper .CvcWrapper .FieldWrapper{min-width:0;width:122px}.PaymentForm .AmountWrapper{display:inline-flex;justify-content:space-between;margin:0 10px;width:374px}.PaymentForm .AmountWrapper .AmountSector{color:#fff;font-size:32px;margin-left:10px;padding-top:10px}.PaymentForm .AmountWrapper .EditWrapper{margin-right:10px}.PaymentForm .AmountWrapper .EditWrapper .Button{padding:0}.PaymentForm .AmountWrapper .EditWrapper .Button button{background:#1f1f1f;color:#fff;min-width:8vh}.PaymentForm .Info{display:flex;justify-content:center;margin:10px 10px 25px}.PaymentForm .Info span{color:#fff;max-width:374px}.PayForm{margin-bottom:200px;min-width:374px}.PayForm .FormFooterSection{align-items:center;bottom:0;display:flex;flex-flow:column;justify-content:center;margin-bottom:15px;position:fixed;width:100%}.PayForm .FormFooterSection>div{width:374px}.PayForm .FormFooterSection .FormAgreementWrapper{padding:0 0 10px;width:280px}.PayForm .FormFooterSection .FormButtonsWrapper button{max-width:240px;min-height:6vh;width:100%}.LandingScreen .AmountVariantsWrapper{display:inline-flex;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;white-space:nowrap;width:374px}.LandingScreen .AmountVariantsWrapper::-webkit-scrollbar{height:0;width:0}.LandingScreen .AmountSelector.Preset label{-webkit-tap-highlight-color:transparent;background:var(--main-section-bg-color);border-radius:20px;color:var(--main-text-color);font-size:18px;height:25px;margin:0 5px;min-width:50px;padding:20px}.LandingScreen .AmountSelector.Preset label:hover{cursor:pointer}.LandingScreen .AmountSelector.Preset label:focus{outline:none}.LandingScreen .AmountSelector.Preset label.selected{background:var(--main-first-color);color:var(--main-alt-text-color)}.LandingScreen .AmountSelector .Field{margin:0}.LandingScreen .AmountSelector .Field .FieldWrapper{height:15px;margin-top:0;min-width:auto;width:0}.LandingScreen .AmountSelector.Custom .FieldWrapper{width:189px}.LandingScreen .AmountSelector.Custom .FieldWrapper input{height:65px;margin:0 5px}.LandingScreen .AmountSelector.Custom .FieldWrapper input.selected{border-radius:20px;font-size:18px}.LandingScreen .AmountSelector.Custom .FieldWrapper input.selected,.LandingScreen .AmountSelector.Custom .FieldWrapper input.selected:focus{background:var(--main-first-color);color:var(--main-alt-text-color);padding:15px 20px 10px}.LandingScreen .AmountOptionsWrapper{align-items:center;display:flex;justify-content:center;margin:0 25px}.LandingScreen .AmountOptionsWrapper .CommissionCheckboxWrapper{text-align:left;width:374px}.LandingScreen .AmountOptionsWrapper label span{font-size:14px;font-weight:700;line-height:1}.SuccessScreen{display:inline-block;width:374px}.SuccessScreen .SuccessScreenContent{align-items:center;display:flex;flex-direction:column;justify-content:center}.SuccessScreen .SuccessScreenContent>div{font-weight:700;margin:5px;width:100%}.SuccessScreen .SuccessScreenContent>div span{color:var(--main-element-color);font-size:20px}.PayHeader{display:inline-flex;flex-direction:row;margin-bottom:25px;width:374px}.PayHeader .PayHeaderLogo img{border-radius:80px;height:80px;object-fit:cover;width:80px}.PayHeader .PayHeaderInfo{align-content:center;color:var(--main-text-color);padding:0 0 0 20px;text-align:left}.PayHeader .PayHeaderInfo .PayHeaderName{color:var(--main-text-color);font-size:21px;font-weight:700;margin-bottom:5px;max-height:30px;overflow:hidden;text-overflow:ellipsis}.PayHeader .PayHeaderInfo .PayHeaderSubName{color:var(--main-sub-text-color);font-size:15px;max-height:21px;overflow:hidden;text-overflow:ellipsis}.PaySection{margin-bottom:150px;margin-top:40px;min-width:374px}.StaticPage{align-items:center;display:flex;flex-flow:column;justify-content:center}.StaticPage .StaticPageWrapper{color:var(--main-text-color);width:374px}.StaticPage .StaticPageWrapper .StaticPageContent{margin:0 10px;text-align:left}.StaticPage .StaticPageWrapper .StaticPageContent a{border-bottom:1px solid var(--main-link-color);color:var(--main-link-color);padding-bottom:1px;text-decoration:none}.StaticPage .StaticPageWrapper .StaticPageContent ul{-webkit-padding-start:14px;padding-inline-start:14px}.StaticPage .StaticPageWrapper .StaticPageContent ul li{margin:10px 0}.PbWrapper{bottom:0;left:0;margin-bottom:10px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;position:fixed;right:0}.PbWrapper .PbCustomSection .PbCustomBody .PbCustomImage{max-width:390px;min-width:320px;width:100%}.PbWrapper .PbNativeSection{background-color:var(--main-section-bg-color);display:flex;flex-flow:row;margin:auto;max-width:360px;min-width:320px;padding:15px;width:-webkit-fit-content;width:fit-content}.PbWrapper .PbNativeSection .PbNativeLeft{cursor:default;display:flex;flex-flow:row;line-height:1.2;width:82%}.PbWrapper .PbNativeSection .PbNativeLeft .PbNativeImageBlock{margin:auto 0}.PbWrapper .PbNativeSection .PbNativeLeft .PbNativeImageBlock .PbNativeImage{height:50px;width:50px}.PbWrapper .PbNativeSection .PbNativeLeft .PbNativeContentBlock{margin:auto 0 auto 15px}.PbWrapper .PbNativeSection .PbNativeLeft .PbNativeContentBlock .PbNativeTitle{color:var(--main-text-color);font-size:16px;font-weight:700;margin-bottom:8px;max-height:35px;overflow:hidden;text-align:left;text-overflow:ellipsis}.PbWrapper .PbNativeSection .PbNativeLeft .PbNativeContentBlock .PbNativeDescription{color:var(--main-sub-text-color);font-size:14px;max-height:68px;overflow:hidden;text-align:left;text-overflow:ellipsis}.PbWrapper .PbNativeSection .PbNativeRight{margin:auto 10px auto 15px;text-align:right;width:18%}.PbWrapper .PbNativeSection .PbNativeRight .PbNativeButton{background-color:var(--main-button-color);color:var(--main-button-text-color);font-size:14px;font-weight:700;min-height:25px;min-width:auto;padding:3px 20px}.PayConfirmationSection{margin-top:40px}.PayConfirmationSection .SuccessScreen{margin-top:20px}.PwaInstallerManualNotificationWrapper{align-items:center;display:flex;flex-flow:column;height:100%;left:0;position:fixed;right:0;top:-100%;transition:top .5s ease-in-out;width:100%;z-index:10}.PwaInstallerManualNotificationWrapper.visible{top:0}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection{align-content:center;align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#191919cc;color:var(--main-alt-text-color);display:flex;flex-direction:column;height:100%;justify-content:center;justify-self:center;padding:20px 15px;width:100%}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerManualNotificationContent{justify-self:center;margin:0 auto;width:300px}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerTitleWrapper{font-size:24px;font-weight:700;margin-bottom:35px;text-align:center}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerDescriptionWrapper{font-size:14px;margin-bottom:20px;text-align:left}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerDescriptionWrapper ol{-webkit-padding-start:30px;padding-inline-start:30px}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerNoteWrapper{font-size:14px;margin-bottom:35px;text-align:center}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerButtonsWrapper{align-items:center;display:flex;flex-flow:column}.PwaInstallerManualNotificationWrapper .PwaInstallerManualNotificationSection .PwaInstallerButtonsWrapper button{background:var(--main-button-color);border:none;color:var(--main-button-text-color);cursor:pointer;font-size:16px;font-weight:700;min-height:45px;padding:5px 20px;width:180px}.ProfileWrapper .ProfileHeader{background-color:var(--main-section-bg-color);border-radius:2%;display:inline-block;margin:10px 10px 30px;padding:5px 5px 20px;width:345px}.ProfileWrapper .ProfileHeader .ProfileUsername{color:var(--main-text-color);display:inline-block;font-size:24px;font-weight:700;justify-content:center;max-width:360px;overflow-x:hidden;text-overflow:ellipsis}.ProfileWrapper .ProfileUsername .ProfileAccType{margin-bottom:15px}.ProfileWrapper .ProfileUsername .ProfileAccType .ProfileAccTypeLabel{background-color:var(--main-section-label-bg-color);border-radius:5px;color:var(--main-alt-text-color);font-size:10px;font-weight:800;padding:3px 8px;text-transform:uppercase}.ProfileWrapper .ProfileHeader .ProfileTariff{color:var(--main-text-color);display:flex;flex-direction:column;justify-content:center;margin-top:20px}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffHeader{color:var(--main-sub-text-color);font-size:14px;margin:0 0 10px 10px;text-align:left}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffWrapper .TariffRowWrapper{display:flex;flex-flow:row}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffWrapper .TariffRowWrapper:first-child{margin-bottom:15px}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffWrapper .TariffRowWrapper .TariffIcon{align-items:center;display:flex;justify-content:center;margin:0 15px 0 10px;width:15%}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffWrapper .TariffRowWrapper .TariffIcon svg{font-size:32px}.ProfileWrapper .ProfileHeader .ProfileTariff .TariffWrapper .TariffRowWrapper .TariffContent{display:flex;flex-flow:column;text-align:left}.ProfileWrapper .ProfileHeader .TariffRowWrapper .TariffContent .TariffSubHeader{font-size:16px;margin-bottom:5px}.ProfileWrapper .ProfileHeader .TariffRowWrapper .TariffContent .TariffValue{color:var(--main-sub-text-color);font-size:12px}.ProfileWrapper .ProfileSection{margin-bottom:35px}.ProfileWrapper .ProfileSection .ReVerifyWrapper{display:block;margin-top:5px}.ProfileWrapper .SettingsNavbar{display:flex;flex-flow:row;justify-content:center;margin-bottom:25px}.ProfileWrapper .SettingsNavbar .SettingsNavbarWrapper{background-color:var(--main-section-bg-color);border-radius:2%;text-align:left;width:360px}.ProfileWrapper .SettingsNavbar .SettingsNavbarWrapper .SettingsNavItem{font-size:16px;font-weight:500;margin:20px}.ProfileWrapper .SettingsNavbar .SettingsNavbarWrapper .SettingsNavItem a{color:var(--main-text-color);text-decoration:none}.ProfileWrapper .SettingsNavbar .SettingsNavbarWrapper .SettingsNavItem .SettingsNavIcon{font-size:30px;margin-right:10px;vertical-align:middle}.ProfileWrapper .SettingsNavbar .SettingsNavbarWrapper .SettingsNavItem .SettingsNavText{display:inline-block;height:25px;vertical-align:middle}.TransactionWrapper{color:#fff}.TransactionWrapper .TransactionList{align-items:center;display:flex;flex-flow:column}.TransactionWrapper .TransactionList .DateHeader{margin-left:10px;margin-top:10px;min-width:360px}.TransactionWrapper .TransactionList .DateHeader .DateContent{color:var(--main-sub-text-color);text-align:left}.TransactionWrapper .TransactionList .TransactionItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 15px;max-width:360px;padding:15px 5px;width:100%}.TransactionWrapper .TransactionList .TransactionItem .TransactionOwner{margin-bottom:15px;margin-left:10px;margin-top:5px;text-align:left}.TransactionWrapper .TransactionList .TransactionItem .TransactionOwner .TransactionOwnerLabel{background-color:var(--main-section-label-bg-color);border-radius:5px;color:var(--main-alt-text-color);font-size:12px;font-weight:700;padding:3px 8px}.TransactionWrapper .TransactionList .TransactionItem .TransactionOwner .TransactionOwnerLabel svg{font-size:18px;margin-right:5px;vertical-align:top}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral{display:flex}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionInfo{text-align:left;width:50%}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionInfo .TransactionTitle{display:block;font-size:18px;font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionInfo .TransactionStatus{color:var(--main-sub-text-color);display:block;font-size:14px;margin-bottom:5px}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionInfo .TransactionDate{color:var(--main-sub-text-color);display:block;font-size:14px}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionDir{align-items:center;display:flex;justify-content:center;margin-right:10px;width:15%}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionDir svg{font-size:24px}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal{align-items:end;display:flex;flex-direction:column;margin-right:10px;width:30%}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal .TransactionAmount{font-size:18px;font-weight:500}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal .TransactionFee{color:#fff;font-size:12px;margin-top:5px}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal .TransactionFee .FeeTooltip,.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal .TransactionFee .FeeTooltip svg{color:var(--main-sub-text-color);font-size:14px}.TransactionWrapper .TransactionList .TransactionItem .TransactionGeneral .TransactionTotal .TransactionFee .FeeTooltip .FeeAmount{margin-left:5px}.TransactionWrapper .TransactionList .TransactionItem .TransactionMeta{color:var(--main-sub-text-color);font-size:12px;margin-left:10px;margin-top:15px;text-align:left}.TransactionWrapper .TransactionList .TransactionItem .TransactionMeta .TransactionIdentifier{margin-right:5px}.TransactionWrapper .TransactionList .TransactionItem .TransactionMeta svg{color:var(--main-sub-text-color);font-size:14px;margin-right:5px;vertical-align:top}.WithdrawalWrapper .WithdrawalControlWrapper .Button{padding:10px 20px 20px}.WithdrawalWrapper .TransactionItem .TransactionGeneral .TransactionStatus .StatusTooltip svg{color:var(--main-sub-text-color);font-size:14px;margin-left:5px}.WithdrawalControlWrapper .SystemNotifySection{margin-bottom:10px!important}.AccountWrapper .BalanceWrapper{color:var(--main-text-color);font-weight:700;margin:0 0 30px}.AccountWrapper .BalanceWrapper .BalanceItem{letter-spacing:.05em}.AccountWrapper .BalanceWrapper .BalanceItem .BalanceMain{font-size:28px}.AccountWrapper .BalanceWrapper .BalanceItem .BalanceAdditional{font-size:16px}.AccountWrapper .TabControlWrapper{font-size:16px;font-weight:700;margin:0 10px}.AccountWrapper .TabControlWrapper a{-webkit-tap-highlight-color:rgba(0,0,0,0);border:1px solid var(--main-second-color);color:var(--main-text-color);cursor:pointer;margin:0 10px;padding:5px;text-decoration:none}.AccountWrapper .TabControlWrapper a.active{background-color:var(--main-second-color);color:var(--main-alt-text-color)}.AccountWrapper .SystemNotifySection{margin-bottom:35px}.AccountWrapper .TabTitle{color:var(--main-text-color);margin:35px 0 0}.AccountWrapper .NoData{background-color:var(--main-thirst-light-color);border-radius:2%;color:var(--main-text-color);display:inline-block;font-weight:700;margin-top:10px;min-width:80px;padding:15px 10px}.RegisterConfirmSection .RegisterConfirmTimerWrapper{color:var(--main-sub-text-color)}.RegisterConfirmSection .RegisterConfirmTimerWrapper p{color:var(--main-sub-text-color);font-size:14px;margin-top:0}.BranchList .Button{padding:0 20px 30px}.BranchList .BranchListItemWrapper{display:flex;flex-flow:column;margin:0 auto;max-width:360px;width:100%}.BranchList .BranchListItems .BranchItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 0;padding:15px 5px}.BranchList .BranchListItems .BranchItem .BranchGeneral{display:flex;min-height:90px}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo{display:flex;flex-direction:column;justify-content:center;margin:5px 5px 5px 10px;text-align:left;width:80%}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo .BranchName{color:var(--main-text-color);font-size:20px;font-weight:700;margin:5px 0 10px}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo .BranchAddress,.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo .BranchEmployees,.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo .BranchPublicName{color:var(--main-sub-text-color);font-size:14px;margin-bottom:5px}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchInfo svg{font-size:20px;margin-right:2px;vertical-align:middle}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.BranchList .BranchListItems .BranchItem .BranchGeneral div{margin:5px 0}.BranchList .BranchListItems .BranchItem .BranchGeneral .BranchControl svg{font-size:28px}.BranchList .BranchListItems .BranchItem .BranchFooter{display:flex;flex-flow:row;justify-content:space-between}.BranchList .BranchListItems .BranchItem .BranchFooter .Button{padding:10px}.BranchList .BranchListItems .BranchItem .BranchFooter .Button button{font-size:16px;min-height:40px;min-width:100px}.BranchList .BranchListItems .BranchItem .BranchActions{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 5px}.BranchList .BranchListItems .BranchItem .BranchActions .Button{padding:10px 10px 0;width:150px}.BranchList .BranchListItems .BranchItem .BranchActions .Button button{min-height:4vh;min-width:0;width:120px}.BranchForm .Info{color:#fff}.BranchForm .FormButtonsWrapper{display:flex;justify-content:center;margin-top:30px}.PrevButtonSection{text-align:left}.PrevButtonSection .PrevButtonWrapper{margin:0 auto;max-width:400px;width:100%}.PrevButtonSection .PrevButtonWrapper .PrevButtonBlock{margin-left:10px}.BranchInfo{display:flex;flex-flow:column;margin:30px auto 15px;width:360px}.BranchInfo div{color:var(--main-text-color);padding:5px}.BranchInfo .BranchInfoName{font-size:22px;font-weight:700}.BranchInfo .BranchInfoAddress{font-size:14px}.BranchInfo .BranchInfoAddress svg{font-size:24px;vertical-align:middle}.BranchPaymentPageList .Button{padding:0 20px 30px}.BranchPaymentPageList .BranchPaymentPageListItemWrapper{display:flex;flex-flow:column;margin:0 auto;width:360px}.BranchPaymentPageList .BranchPaymentPageItem img{border-radius:100%;max-height:300px;max-width:300px}.QrWrapper{display:block;text-align:center;width:100%}.QrWrapper img,.QrWrapper svg{max-height:330px;max-width:330px}.QrWrapper .ButtonContentWrapper{align-items:center;display:flex;justify-content:center}.QrWrapper .ButtonContentWrapper svg{font-size:20px;margin-left:5px}.QrWrapper .QrCloseWindow{color:var(--main-button-alt-color);font-size:38px;padding-bottom:8%}.QrWrapper .QrCodeWrapper{margin-bottom:8%}.QrWrapper .Button{padding:10px}.QrWrapper .Button button{width:185px}.BranchPaymentPageList .BranchPaymentPageListItems{align-items:center;display:flex;flex-flow:column}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 0;padding:15px 5px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageOwner{margin-left:10px;margin-top:5px;text-align:left}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageOwner .BranchPaymentPageOwnerLabel{background-color:var(--main-section-label-bg-color);border-radius:5px;color:var(--main-alt-text-color);font-size:12px;font-weight:700;padding:3px 8px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageOwner .BranchPaymentPageOwnerLabel svg{font-size:18px;margin-right:5px;vertical-align:top}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral{display:flex;min-height:100px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageInfo{display:flex;flex-direction:column;justify-content:center;margin:5px;text-align:left;width:50%}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageInfo span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageInfo .BranchPaymentPageName{color:var(--main-text-color);font-size:18px;font-weight:700;margin:5px 0}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageInfo .BranchPaymentPageTitle{color:var(--main-sub-text-color);margin-bottom:2px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageInfo .BranchPaymentPageSubtitle{color:var(--main-sub-text-color);margin-bottom:5px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageAvatar{align-items:center;display:flex;justify-content:center;margin:0 10px;width:25%}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageAvatar img{border-radius:100%;max-width:300px;width:100%}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral div{margin:7px 0}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageGeneral .BranchPaymentPageControl svg{font-size:24px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageActions{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 5px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageActions .Button{padding:10px 10px 0;width:150px}.BranchPaymentPageList .BranchPaymentPageListItems .BranchPaymentPageItem .BranchPaymentPageActions .Button button{min-height:4vh;min-width:0;width:120px}.BranchInviteList .Button{padding:0 20px 30px}.BranchInviteList .BranchInviteListItemWrapper{display:flex;flex-flow:column;margin:0 auto;max-width:360px;width:100%}.BranchInviteList .BranchInviteListItems .BranchInviteItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 0;padding:15px 5px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo{display:flex;flex-direction:column;justify-content:center;margin:5px 5px 5px 10px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo .BranchInviteName{color:var(--main-text-color);font-size:20px;font-weight:700;margin:5px 0 10px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo .BranchInviteAddress,.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo .BranchInviteEmployees,.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo .BranchInvitePublicName{color:#9e9e9e;font-size:14px;margin-bottom:5px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteInfo svg{font-size:20px;margin-right:2px;vertical-align:middle}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral div{margin:5px 0}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteGeneral .BranchInviteControl svg{font-size:28px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteFooter{display:flex;flex-flow:row;justify-content:center}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteFooter .Button{padding:5px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteFooter .Button button{font-size:16px;min-height:35px;min-width:70px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteActions{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 5px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteActions .Button{padding:10px 10px 0;width:150px}.BranchInviteList .BranchInviteListItems .BranchInviteItem .BranchInviteActions .Button button{min-height:4vh;min-width:0;width:120px}.BranchInviteForm .FormButtonsWrapper{display:flex;justify-content:center;margin-top:30px}.EmployeeInviteList .Button{padding:0 20px 30px}.EmployeeInviteList .EmployeeInviteListItemWrapper{display:flex;flex-flow:column;margin:0 auto;max-width:360px;width:100%}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem{background-color:var(--main-section-bg-color);border-radius:2%;color:var(--main-text-color);margin:10px 0;padding:15px 5px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo{display:flex;flex-direction:column;justify-content:center;margin:5px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo .EmployeeInviteName{color:var(--main-text-color);font-size:20px;font-weight:700;margin:5px 0 10px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo .EmployeeInviteAddress,.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo .EmployeeInviteEmployees,.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo .EmployeeInvitePublicName{color:var(--main-sub-text-color);font-size:14px;margin-bottom:5px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo svg{font-size:20px;margin-right:2px;vertical-align:middle}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteControl{align-items:end;align-self:center;display:flex;flex-direction:column;margin-right:10px;width:20%}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral div{margin:5px 0}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteControl svg{font-size:28px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteFooter{display:flex;flex-flow:row;justify-content:center}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteFooter .Button{padding:5px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteFooter .Button button{font-size:16px;min-height:35px;min-width:70px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteActions{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 5px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteActions .Button{padding:10px 10px 0;width:150px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteActions .Button button{min-height:4vh;min-width:0;width:120px}.EmployeeInviteList .EmployeeInviteListItems .NoData{background-color:var(--main-thirst-light-color);border-radius:2%;color:var(--main-text-color);display:inline-block;font-weight:700;margin-top:10px;min-width:80px;padding:15px 10px}.EmployeeInviteList .EmployeeInviteListItems .EmployeeInviteItem .EmployeeInviteGeneral .EmployeeInviteInfo .SystemPmContent span{margin-left:25px;overflow:visible;white-space:normal;width:280px}.PromoBanners .PromoBannersStatsWrapper .PromoBannerTable{display:flex;flex-direction:column;margin:0 auto;padding:0 10px;width:360px}.PromoBanners .PromoBannersStatsWrapper .PromoBannerTable .PromoBannerRow{border-bottom:1px solid var(--main-section-bg-color);display:flex;flex-wrap:wrap;justify-content:space-between}.PromoBanners .PromoBannersStatsWrapper .PromoBannerTable .PromoBannerRow .PromoBannerCell{color:var(--main-text-color);flex:1 1;font-size:14px;margin:auto;padding:10px;text-align:center}.PromoBanners .PromoBannersStatsWrapper .PromoBannerTable .PromoBannerRow.header .PromoBannerCell{background-color:var(--main-section-bg-color);color:var(--main-text-color);font-weight:700}.PromoBanners .PromoBannersStatsWrapper .PromoBannerNoData{background-color:var(--main-thirst-light-color);border-radius:2%;color:var(--main-text-color);display:inline-block;font-weight:700;margin-top:10px;min-width:80px;padding:15px 10px}.PrivacyNotifyWrapper{position:fixed;transition:bottom .5s ease-in-out;z-index:1}.PrivacyNotifyWrapper.hide{bottom:-100%}.PrivacyNotifyWrapper .CookieConsent{align-items:center!important;background-color:var(--main-first-color)!important;justify-content:center;padding-top:10px}.PrivacyNotifyWrapper .CookieConsent .PrivacyPolicyContentWrapper{flex:1 0 180px!important}.PrivacyNotifyWrapper .CookieConsent .PrivacyNotifyText a{border-color:var(--main-alt-text-color);color:var(--main-alt-text-color)}.PrivacyNotifyWrapper .CookieConsent .PrivacyPolicyButtonWrapper{margin-right:10px}.PrivacyNotifyWrapper .CookieConsent .PrivacyPolicyButtonWrapper .PrivacyPolicyButton{background-color:var(--main-button-alt-color)!important;color:var(--main-button-alt-text-color)!important;font-size:18px;min-height:2vh;padding:10px 20px!important}.PwaInstallerNotificationWrapper{align-items:center;display:flex;flex-flow:column;height:100%;left:0;position:fixed;right:0;top:-100%;transition:top .5s ease-in-out;width:100%;z-index:10}.PwaInstallerNotificationWrapper.visible{top:0}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection{align-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#191919cc;color:var(--main-alt-text-color);display:flex;flex-direction:column;height:100%;justify-content:center;justify-self:center;padding:20px 15px;width:100%}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerNotificationContent{justify-self:center;margin:0 auto;width:300px}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerTitleWrapper{font-size:24px;font-weight:700;margin-bottom:25px}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerDescriptionWrapper{font-size:14px;margin-bottom:25px}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerButtonsWrapper{align-items:center;display:flex;flex-flow:column}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerButtonsWrapper button{border:none;cursor:pointer;font-size:14px;min-height:1vh;padding:10px 20px;width:180px}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerButtonsWrapper button:first-child{background-color:var(--main-button-color);border:none;color:var(--main-button-text-color);cursor:pointer;font-size:16px;font-weight:700;margin-bottom:15px;min-height:45px;padding:5px 20px;width:180px}.PwaInstallerNotificationWrapper .PwaInstallerNotificationSection .PwaInstallerButtonsWrapper button:last-child{background-color:initial;color:var(--main-alt-text-color)}.App{font-size:14px;text-align:center}.App h1{font-size:26px}.App h1,.App h2{color:var(--main-text-color);font-weight:700}.App h2{font-size:24px}.App h3{color:var(--main-text-color);font-size:22px;font-weight:700}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:var(--main-bg-color);color:var(--main-text-color);display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{border-bottom:1px solid var(--main-link-color);color:var(--main-link-color);padding-bottom:3px;text-decoration:none}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.fd1478dcc74de00ee4c0.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.e89451624c6caf35687f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.cb04b2ee2f7d192478b8.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.e2841352dd9512ff455b.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2fa0d9ef98f59d4a75b.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.b9e1e89444a313a63b91.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.a8de720a6f13c66c8a4e.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.a42da273bb968bf2058d.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.96f8adc74b63e1a3655f.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.3d10c85fbd16969509a2.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.1c20f7dc20d731a18fcd.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.9698cc7dbf147ed363b6.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.b0c8fe9db56dd415a25a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-ext-500-normal.023db878f10be2203b60.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-500-normal.9160d5ba9e6099f95032.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-500-normal.b9dcbca183ac93f02061.woff2) format("woff2"),url(/static/media/inter-cyrillic-500-normal.e824ac3c6c579cd0fe85.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-ext-500-normal.b187635a3d8a0b90faa0.woff2) format("woff2"),url(/static/media/inter-greek-ext-500-normal.7f67cfd4832dde0e0494.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-500-normal.0d91a975f010051e7150.woff2) format("woff2"),url(/static/media/inter-greek-500-normal.cbc71955e9956dcd2882.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-vietnamese-500-normal.63d02ea896a7406849b6.woff2) format("woff2"),url(/static/media/inter-vietnamese-500-normal.11aeae6e31a0d8c24c83.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-ext-500-normal.667f22c9b36deaea0f54.woff2) format("woff2"),url(/static/media/inter-latin-ext-500-normal.2b8be079a0e965b2f035.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-500-normal.5b7156f802c053798d95.woff2) format("woff2"),url(/static/media/inter-latin-500-normal.f46567788e464ac34d10.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-ext-700-normal.5631f054acb5a33a716a.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-700-normal.3cf42e401103d3211022.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-700-normal.36e9cf9ecc07ac6bce28.woff2) format("woff2"),url(/static/media/inter-cyrillic-700-normal.534fd15b796bf021d0be.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-ext-700-normal.4cdf2b4e817dade3d4aa.woff2) format("woff2"),url(/static/media/inter-greek-ext-700-normal.4c7cc2277f187ed0ef37.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-700-normal.f5fbdfc39c2431160896.woff2) format("woff2"),url(/static/media/inter-greek-700-normal.f47ebf852d0b0e251a80.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-vietnamese-700-normal.5d9bfcacc44f345662ff.woff2) format("woff2"),url(/static/media/inter-vietnamese-700-normal.5b5cd0c77cad23651d04.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-ext-700-normal.96e3bd6bb1f980376cf1.woff2) format("woff2"),url(/static/media/inter-latin-ext-700-normal.149d81a49bd1ff0e6711.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-700-normal.d42de9b25ac31d2a2a8b.woff2) format("woff2"),url(/static/media/inter-latin-700-normal.fc47ca451598e4b97249.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--main-base-color:#e6e6e6;--main-first-color:#0a0a0a;--main-first-light-color:#0a0a0a99;--main-second-color:#262626;--main-second-light-color:#3e3e3ecc;--main-second-lighter-color:#3e3e3e33;--main-thirst-color:#0a0a0a66;--main-thirst-light-color:#dcdcdc;--main-bg-color:var(--main-base-color);--main-text-color:var(--main-first-color);--main-sub-text-color:var(--main-first-light-color);--main-alt-bg-color:var(--main-first-color);--main-alt-text-color:var(--main-base-color);--main-link-color:var(--main-first-color);--main-element-color:var(--main-first-color);--main-button-color:var(--main-first-color);--main-button-text-color:var(--main-base-color);--main-button-alt-color:var(--main-base-color);--main-button-alt-text-color:var(--main-first-color);--main-button-disabled-color:var(--main-thirst-color);--main-form-bg-color:var(--main-base-color);--main-form-border-color:var(--main-thirst-color);--main-form-border-active-color:var(--main-first-color);--main-form-text-color:var(--main-first-color);--main-form-element-color:var(--main-thirst-color);--main-form-select-color:var(--main-second-lighter-color);--main-section-bg-color:var(--main-thirst-light-color);--main-section-label-bg-color:var(--main-first-color)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e6e6e6;background-color:var(--main-bg-color);font-family:Inter,sans-serif;font-style:normal;font-weight:400;margin:0}
/*# sourceMappingURL=main.382865fa.css.map*/