.title1{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}.title2{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}.headline{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}.headlineBold{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}.paragraph,.default{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}.error{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}.btn-primary{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}.btn-primary:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}.btn-primary-negative{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}.btn-primary-negative:hover{cursor:not-allowed}.btn-disabled{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}.btn-disabled:hover{cursor:pointer;background-color:#343b41}.btn-disabled-reverse{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}.btn-disabled-reverse:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}.default{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}.default::placeholder{color:#868e96}.default:focus,.default:active{border:1px solid #F8F9FA}.default:disabled{opacity:.5}.icons{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}.icons:hover{cursor:pointer;background-color:#343b41}.modalContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.modalHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}.modalMain{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}.logo{width:150px}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._title1_uco90_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_uco90_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_uco90_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_uco90_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_uco90_94,._default_uco90_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_uco90_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_uco90_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_uco90_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_uco90_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_uco90_124:hover{cursor:not-allowed}._btn-disabled_uco90_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_uco90_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_uco90_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_uco90_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_uco90_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_uco90_94::placeholder{color:#868e96}._default_uco90_94:focus,._default_uco90_94:active{border:1px solid #F8F9FA}._default_uco90_94:disabled{opacity:.5}._icons_uco90_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_uco90_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_uco90_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_uco90_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_uco90_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_uco90_244,._header_uco90_244 ._logo_uco90_244{width:150px}._header_uco90_244{display:flex;justify-content:center;justify-content:flex-start;width:100%;padding:60px 40px 20px}@media screen and (min-width:600px){._header_uco90_244{display:flex;justify-content:center;justify-content:flex-start;width:450px;margin:0 auto;padding:60px 20px 20px}}._main_uco90_266{padding:0 20px}@media screen and (min-width:600px){._main_uco90_266{width:450px;margin:0 auto;padding:0}}._title1_176s0_70,._loginContainer_176s0_70 ._formContainer_176s0_70 ._title_176s0_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_176s0_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_176s0_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_176s0_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_176s0_94,._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._paragraph_176s0_94,._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._default_176s0_94,._default_176s0_94,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_176s0_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_176s0_106,._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_176s0_106:hover,._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_176s0_124,._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106:disabled{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_176s0_124:hover,._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106:hover:disabled{cursor:not-allowed}._btn-disabled_176s0_140,._loginContainer_176s0_70 ._buttonSecondary_176s0_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_176s0_140:hover,._loginContainer_176s0_70 ._buttonSecondary_176s0_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_176s0_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_176s0_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_176s0_94,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_176s0_94::placeholder,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94::placeholder{color:#868e96}._default_176s0_94:focus,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94:focus,._default_176s0_94:active,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94:active{border:1px solid #F8F9FA}._default_176s0_94:disabled,._loginContainer_176s0_70 ._formContainer_176s0_70 ._input_176s0_94:disabled{opacity:.5}._icons_176s0_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_176s0_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_176s0_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_176s0_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_176s0_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_176s0_244{width:150px}._loginContainer_176s0_70{display:flex;flex-direction:column}._loginContainer_176s0_70 ._formContainer_176s0_70{display:flex;flex-direction:column;gap:10px;margin:0 auto;width:100%;padding:30px 30px 20px;border-radius:3px;background-color:#212529}._loginContainer_176s0_70 ._formContainer_176s0_70 ._title_176s0_70{padding:10px 0;text-align:center}._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106{width:100%}._loginContainer_176s0_70 ._formContainer_176s0_70 ._buttonPrimary_176s0_106:disabled{cursor:not-allowed;width:100%}._loginContainer_176s0_70 ._buttonSecondary_176s0_140{width:100%}._loginContainer_176s0_70 ._registerSubContainer_176s0_94{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:0 30px 30px;border-radius:3px;background-color:#212529}._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._paragraph_176s0_94,._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._default_176s0_94,._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._formContainer_176s0_70 ._input_176s0_94,._loginContainer_176s0_70 ._formContainer_176s0_70 ._registerSubContainer_176s0_94 ._input_176s0_94{padding-bottom:10px}._loginContainer_176s0_70 ._registerSubContainer_176s0_94 ._registerButtonContainer_176s0_289{width:100%}@media screen and (min-width:600px){._loginContainer_176s0_70{width:100%;margin:0 auto}}._title1_xcr0v_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_xcr0v_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_xcr0v_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_xcr0v_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_xcr0v_94,._default_xcr0v_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_xcr0v_100,._container_xcr0v_100 ._errorMessage_xcr0v_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_xcr0v_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_xcr0v_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_xcr0v_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_xcr0v_124:hover{cursor:not-allowed}._btn-disabled_xcr0v_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_xcr0v_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_xcr0v_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_xcr0v_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_xcr0v_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_xcr0v_94::placeholder{color:#868e96}._default_xcr0v_94:focus,._default_xcr0v_94:active{border:1px solid #F8F9FA}._default_xcr0v_94:disabled{opacity:.5}._icons_xcr0v_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_xcr0v_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_xcr0v_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_xcr0v_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_xcr0v_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_xcr0v_244{width:150px}._container_xcr0v_100{display:flex;flex-direction:column;gap:8px;height:80px}._container_xcr0v_100 ._errorMessage_xcr0v_100{color:#868e96;padding-top:4px;padding-left:0}._main_qwapi_1{width:100%;margin:0 auto;padding-bottom:10px}@media screen and (min-width:600px){._main_qwapi_1{width:450px;padding-bottom:40px}}._title1_rl85c_70,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._title_rl85c_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_rl85c_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_rl85c_82,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._subTitle_rl85c_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_rl85c_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_rl85c_94,._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._paragraph_rl85c_94,._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._default_rl85c_94,._default_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_rl85c_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_rl85c_106,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_rl85c_106:hover,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_rl85c_124,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106:disabled{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_rl85c_124:hover,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106:hover:disabled{cursor:not-allowed}._btn-disabled_rl85c_140,._loginContainer_rl85c_70 ._buttonSecondary_rl85c_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_rl85c_140:hover,._loginContainer_rl85c_70 ._buttonSecondary_rl85c_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_rl85c_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_rl85c_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_rl85c_94::placeholder,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94::placeholder,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94::placeholder{color:#868e96}._default_rl85c_94:focus,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94:focus,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94:focus,._default_rl85c_94:active,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94:active,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94:active{border:1px solid #F8F9FA}._default_rl85c_94:disabled,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._select_rl85c_94:disabled,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._input_rl85c_94:disabled{opacity:.5}._icons_rl85c_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_rl85c_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_rl85c_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_rl85c_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_rl85c_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_rl85c_244{width:150px}._loginContainer_rl85c_70{display:flex;flex-direction:column;padding:0 20px 20px}._loginContainer_rl85c_70 ._formContainer_rl85c_70{display:flex;flex-direction:column;gap:10px;margin:0 auto;width:100%;padding:30px;border-radius:3px;background-color:#212529}._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._title_rl85c_70{text-align:center;padding-top:20px}._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._subTitle_rl85c_82{text-align:center;font-size:1rem;color:#868e96;padding:10px 0 20px}._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106{width:100%}._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._buttonPrimary_rl85c_106:disabled{cursor:not-allowed;width:100%}._loginContainer_rl85c_70 ._buttonSecondary_rl85c_140{width:100%}._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:0 30px 30px;border-radius:3px;background-color:#212529}._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._paragraph_rl85c_94,._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._default_rl85c_94,._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._formContainer_rl85c_70 ._input_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._input_rl85c_94,._loginContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._formContainer_rl85c_70 ._select_rl85c_94,._loginContainer_rl85c_70 ._formContainer_rl85c_70 ._registerSubContainer_rl85c_94 ._select_rl85c_94{padding-bottom:10px}@media screen and (min-width:600px){._loginContainer_rl85c_70{width:450px;margin:0 auto;padding:0}}._container_1ehl4_1{display:flex;flex-direction:column;gap:10px;height:70px}._title1_1je7w_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1je7w_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1je7w_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1je7w_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1je7w_94,._default_1je7w_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1je7w_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1je7w_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1je7w_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1je7w_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1je7w_124:hover{cursor:not-allowed}._btn-disabled_1je7w_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1je7w_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1je7w_157,._header_1je7w_157 ._container_1je7w_157 ._buttonHeader_1je7w_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1je7w_157:hover,._header_1je7w_157 ._container_1je7w_157 ._buttonHeader_1je7w_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1je7w_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1je7w_94::placeholder{color:#868e96}._default_1je7w_94:focus,._default_1je7w_94:active{border:1px solid #F8F9FA}._default_1je7w_94:disabled{opacity:.5}._icons_1je7w_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1je7w_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_1je7w_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1je7w_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1je7w_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1je7w_244,._header_1je7w_157 ._container_1je7w_157 ._logo_1je7w_244{width:150px}._header_1je7w_157{width:100%;padding:0 20px}._header_1je7w_157 ._container_1je7w_157{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:60px 0 10px 20px}@media screen and (min-width:600px){._header_1je7w_157{width:100%;margin:0 auto}._header_1je7w_157 ._container_1je7w_157{width:450px;margin:0 auto}}._title1_1j8mr_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1j8mr_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1j8mr_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1j8mr_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1j8mr_94,._default_1j8mr_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1j8mr_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1j8mr_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1j8mr_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1j8mr_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1j8mr_124:hover{cursor:not-allowed}._btn-disabled_1j8mr_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1j8mr_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1j8mr_157,._header_1j8mr_157 ._container_1j8mr_157 ._buttonHeader_1j8mr_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1j8mr_157:hover,._header_1j8mr_157 ._container_1j8mr_157 ._buttonHeader_1j8mr_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1j8mr_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1j8mr_94::placeholder{color:#868e96}._default_1j8mr_94:focus,._default_1j8mr_94:active{border:1px solid #F8F9FA}._default_1j8mr_94:disabled{opacity:.5}._icons_1j8mr_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1j8mr_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_1j8mr_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1j8mr_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1j8mr_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1j8mr_244,._header_1j8mr_157 ._container_1j8mr_157 ._logo_1j8mr_244{width:150px}._header_1j8mr_157{width:100%}._header_1j8mr_157 ._container_1j8mr_157{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;margin:0 auto;padding:40px 20px}@media screen and (min-width:600px){._header_1j8mr_157 ._container_1j8mr_157{max-width:800px;margin:0 auto;padding:40px 20px}}._title1_1eqhu_70,._inDevelopmentContainer_1eqhu_70 ._inDevelopmentText_1eqhu_70,._container_1eqhu_70 ._subContainer_1eqhu_70 ._helloUser_1eqhu_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1eqhu_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1eqhu_82,._inDevelopmentContainer_1eqhu_70 ._inDevelopmentSubText_1eqhu_82,._container_1eqhu_70 ._subContainer_1eqhu_70 ._userModule_1eqhu_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1eqhu_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1eqhu_94,._default_1eqhu_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1eqhu_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1eqhu_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1eqhu_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1eqhu_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1eqhu_124:hover{cursor:not-allowed}._btn-disabled_1eqhu_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1eqhu_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1eqhu_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1eqhu_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1eqhu_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1eqhu_94::placeholder{color:#868e96}._default_1eqhu_94:focus,._default_1eqhu_94:active{border:1px solid #F8F9FA}._default_1eqhu_94:disabled{opacity:.5}._icons_1eqhu_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1eqhu_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_1eqhu_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1eqhu_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1eqhu_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1eqhu_244{width:150px}._container_1eqhu_70{width:100%;border-top:1px solid #868E96;border-bottom:1px solid #868E96}._container_1eqhu_70 ._subContainer_1eqhu_70{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;height:130px;padding:20px;max-width:800px}._container_1eqhu_70 ._subContainer_1eqhu_70 ._helloUser_1eqhu_70{color:#f8f9fa}._container_1eqhu_70 ._subContainer_1eqhu_70 ._userModule_1eqhu_82{color:#868e96}@media screen and (min-width:600px){._container_1eqhu_70 ._subContainer_1eqhu_70{flex-direction:row;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto}}._inDevelopmentContainer_1eqhu_70{display:flex;flex-direction:column;padding:40px 20px;gap:10px}._inDevelopmentContainer_1eqhu_70 ._inDevelopmentText_1eqhu_70,._inDevelopmentContainer_1eqhu_70 ._inDevelopmentSubText_1eqhu_82{color:#f8f9fa}@media screen and (min-width:600px){._inDevelopmentContainer_1eqhu_70{max-width:800px;margin:0 auto}}._title1_1usc4_70,._container_1usc4_70 ._titleContainer_1usc4_70 ._title_1usc4_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1usc4_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1usc4_82,._container_1usc4_70 ._detailsContainer_1usc4_82 ._status_1usc4_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1usc4_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1usc4_94,._default_1usc4_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1usc4_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1usc4_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1usc4_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1usc4_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1usc4_124:hover{cursor:not-allowed}._btn-disabled_1usc4_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1usc4_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1usc4_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1usc4_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1usc4_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1usc4_94::placeholder{color:#868e96}._default_1usc4_94:focus,._default_1usc4_94:active{border:1px solid #F8F9FA}._default_1usc4_94:disabled{opacity:.5}._icons_1usc4_195,._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195 ._editButton_1usc4_195,._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195 ._deleteButton_1usc4_196{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1usc4_195:hover,._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195 ._editButton_1usc4_195:hover,._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195 ._deleteButton_1usc4_196:hover{cursor:pointer;background-color:#343b41}._modalContainer_1usc4_209{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1usc4_222{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1usc4_237{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1usc4_246{width:150px}._container_1usc4_70{display:flex;flex-direction:column;border-radius:8px;padding:20px;background-color:#121214}._container_1usc4_70 ._titleContainer_1usc4_70{padding:4px 4px 0}._container_1usc4_70 ._titleContainer_1usc4_70 ._title_1usc4_70{color:#f8f9fa}._container_1usc4_70 ._detailsContainer_1usc4_82{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:4px}._container_1usc4_70 ._detailsContainer_1usc4_82 ._status_1usc4_82{color:#868e96}._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195{display:flex;align-items:center}._container_1usc4_70 ._detailsContainer_1usc4_82 ._iconsContainer_1usc4_195 ._icon_1usc4_195{height:20px}@media screen and (min-width:600px){._container_1usc4_70{display:flex;flex-direction:row;justify-content:space-between}._detailsContainer_1usc4_82{display:flex;gap:20px}}._title1_3wu51_70,._container_3wu51_70 ._titleContainer_3wu51_70 ._title_3wu51_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_3wu51_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_3wu51_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_3wu51_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_3wu51_94,._default_3wu51_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_3wu51_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_3wu51_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_3wu51_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_3wu51_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_3wu51_124:hover{cursor:not-allowed}._btn-disabled_3wu51_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_3wu51_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_3wu51_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_3wu51_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_3wu51_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_3wu51_94::placeholder{color:#868e96}._default_3wu51_94:focus,._default_3wu51_94:active{border:1px solid #F8F9FA}._default_3wu51_94:disabled{opacity:.5}._icons_3wu51_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_3wu51_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_3wu51_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_3wu51_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_3wu51_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_3wu51_244{width:150px}._container_3wu51_70{display:flex;flex-direction:column;gap:10px;padding:20px;margin:0 auto;width:100%;max-width:800px}._container_3wu51_70 ._titleContainer_3wu51_70{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:20px}._container_3wu51_70 ._titleContainer_3wu51_70 ._title_3wu51_70{color:#f8f9fa}._container_3wu51_70 ._titleContainer_3wu51_70 ._addTechBtnContainer_3wu51_267{display:flex;justify-content:center;align-items:center;padding:10px 15px;border-radius:8px;background-color:#212529;cursor:pointer}._container_3wu51_70 ._titleContainer_3wu51_70 ._addTechBtnContainer_3wu51_267:hover{background-color:#868e96}._container_3wu51_70 ._cardListContainer_3wu51_279{background-color:#212529;border-radius:8px;padding:20px}._container_3wu51_70 ._cardListContainer_3wu51_279 ._cardList_3wu51_279{display:flex;flex-direction:column;gap:10px}._title1_vv3dl_70,._container_vv3dl_70 ._header_vv3dl_70 ._title_vv3dl_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_vv3dl_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_vv3dl_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_vv3dl_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_vv3dl_94,._default_vv3dl_94,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_vv3dl_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_vv3dl_106,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_vv3dl_106:hover,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_vv3dl_124,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106:disabled{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_vv3dl_124:hover,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106:hover:disabled{cursor:not-allowed}._btn-disabled_vv3dl_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_vv3dl_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_vv3dl_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_vv3dl_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_vv3dl_94,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_vv3dl_94::placeholder,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94::placeholder{color:#868e96}._default_vv3dl_94:focus,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94:focus,._default_vv3dl_94:active,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94:active{border:1px solid #F8F9FA}._default_vv3dl_94:disabled,._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._input_vv3dl_94:disabled{opacity:.5}._icons_vv3dl_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_vv3dl_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_vv3dl_207,._container_vv3dl_70{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_vv3dl_220,._container_vv3dl_70 ._header_vv3dl_70{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_vv3dl_235,._container_vv3dl_70 ._main_vv3dl_94{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_vv3dl_244{width:150px}._container_vv3dl_70 ._header_vv3dl_70 ._title_vv3dl_70{color:#f8f9fa}._container_vv3dl_70 ._header_vv3dl_70 ._closeBtnContainer_vv3dl_251{display:flex;justify-content:center;align-items:center;padding:10px 15px;border-radius:8px;background-color:transparent}._container_vv3dl_70 ._header_vv3dl_70 ._closeBtnContainer_vv3dl_251:hover{cursor:pointer;background-color:#868e96}._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94{display:flex;flex-direction:column;gap:10px;margin:0 auto;width:100%;padding:30px;border-radius:3px;background-color:#212529}._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106{width:100%}._container_vv3dl_70 ._main_vv3dl_94 ._formContainer_vv3dl_94 ._buttonPrimary_vv3dl_106:disabled{cursor:not-allowed;width:100%}._title1_1be4d_70,._container_1be4d_70 ._header_1be4d_70 ._title_1be4d_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1be4d_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1be4d_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1be4d_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1be4d_94,._default_1be4d_94,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1be4d_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1be4d_106,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1be4d_106:hover,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1be4d_124,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106:disabled{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1be4d_124:hover,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106:hover:disabled{cursor:not-allowed}._btn-disabled_1be4d_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1be4d_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1be4d_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1be4d_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1be4d_94,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1be4d_94::placeholder,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94::placeholder{color:#868e96}._default_1be4d_94:focus,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94:focus,._default_1be4d_94:active,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94:active{border:1px solid #F8F9FA}._default_1be4d_94:disabled,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94:disabled{opacity:.5}._icons_1be4d_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1be4d_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_1be4d_207,._container_1be4d_70{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1be4d_220,._container_1be4d_70 ._header_1be4d_70{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1be4d_235,._container_1be4d_70 ._main_1be4d_94{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1be4d_244{width:150px}._container_1be4d_70 ._header_1be4d_70 ._title_1be4d_70{color:#f8f9fa}._container_1be4d_70 ._header_1be4d_70 ._closeBtnContainer_1be4d_251{display:flex;justify-content:center;align-items:center;padding:10px 15px;border-radius:8px;background-color:transparent}._container_1be4d_70 ._header_1be4d_70 ._closeBtnContainer_1be4d_251:hover{cursor:pointer;background-color:#868e96}._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94{display:flex;flex-direction:column;gap:10px;margin:0 auto;width:100%;padding:30px;border-radius:3px;background-color:#212529}._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94:focus,._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._input_1be4d_94:active{border:1px solid transparent}._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106{width:100%}._container_1be4d_70 ._main_1be4d_94 ._formContainer_1be4d_94 ._buttonPrimary_1be4d_106:disabled{cursor:not-allowed;width:100%}html{box-sizing:border-box;font-size:1rem;font-family:Inter,sans-serif;color:#f8f9fa;background-color:#121214}html *,html *:before,html *:after{box-sizing:inherit}html body{margin:0;padding:0;overflow:auto;scrollbar-width:thin;scroll-behavior:smooth;scrollbar-color:#121214 #F8F9FA}html body::-webkit-scrollbar{width:8px}html body::-webkit-scrollbar-track{background:#121214}html body::-webkit-scrollbar-thumb{background-color:#4c54fc;border:3px solid #121214;border-radius:20px}html body input[type=number]::-webkit-inner-spin-button,html body input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html body input[type=number]{-moz-appearance:textfield}html body select{-webkit-appearance:none;-moz-appearance:none;appearance:none}html body select option{font-size:1rem}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body p,html body ol,html body ul{margin:0;padding:0;font-weight:400;font-family:var(--font-primary)}html body ol,html body ul{list-style:none}html body a{text-decoration:none}._title1_1q614_70,._container_1q614_70 ._subContainer_1q614_70 ._title_1q614_70{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem}._title2_1q614_76{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._headline_1q614_82{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._headlineBold_1q614_88{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}._paragraph_1q614_94,._container_1q614_70 ._subContainer_1q614_70 ._subTitle_1q614_94,._default_1q614_94{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}._error_1q614_100{font-family:Inter,sans-serif;font-weight:300;font-size:.8125rem}._btn-primary_1q614_106{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #4C54fC;background-color:#4c54fc}._btn-primary_1q614_106:hover{cursor:pointer;border:1px solid #3A77FF;background-color:#3a77ff}._btn-primary-negative_1q614_124{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #3051A7;background-color:#3051a7}._btn-primary-negative_1q614_124:hover{cursor:not-allowed}._btn-disabled_1q614_140{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #868E96;background-color:#868e96}._btn-disabled_1q614_140:hover{cursor:pointer;background-color:#343b41}._btn-disabled-reverse_1q614_157{width:90px;height:48px;padding:0 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#fff;border-radius:4px;border:1px solid #343B41;background-color:#343b41}._btn-disabled-reverse_1q614_157:hover{cursor:pointer;background-color:#868e96;border:1px solid #868E96}._default_1q614_94{padding:10px;margin:-8px 0;color:#f8f9fa;border-radius:3px;border:none;border:1px solid #343B41;background-color:#343b41;outline:0}._default_1q614_94::placeholder{color:#868e96}._default_1q614_94:focus,._default_1q614_94:active{border:1px solid #F8F9FA}._default_1q614_94:disabled{opacity:.5}._icons_1q614_195{border:none;border-radius:5px;background-color:transparent;color:#f8f9fa;padding:5px 10px}._icons_1q614_195:hover{cursor:pointer;background-color:#343b41}._modalContainer_1q614_207{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3}._modalHeader_1q614_220{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#343b41;border-top-left-radius:8px;border-top-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._modalMain_1q614_235{background-color:#212529;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-width:90%;width:500px;margin:0 auto}._logo_1q614_244{width:150px}._container_1q614_70{display:flex;justify-content:center;align-items:center;height:100vh}._container_1q614_70 ._subContainer_1q614_70{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:90%;width:450px;padding:50px;border-radius:10px;background-color:#343b41}._container_jjnbv_1{display:flex;justify-content:center;align-items:center;height:100vh}
