.styles_Wrapper__wCTTE{flex-direction:column;height:100vh;display:flex;justify-content:center;align-items:center}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-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{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_Wrapper__34Chw,.styles_Wrapper__CUSta{flex-direction:column;height:100vh;display:flex;justify-content:center;align-items:center}.styles_form-wrapper__PZGpO{width:304px;margin-top:50px!important;display:grid;grid-gap:16px 0;gap:16px 0}.styles_form-wrapper__PZGpO .styles_reset-password__submit-button__jxoGZ{display:flex;width:147px;height:42px;padding:10px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:24px;width:100%;cursor:pointer;font-size:12px}.styles_form-wrapper__PZGpO .styles_form-title__z8Lt7,.styles_reset-password__title__LYUFW{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:normal;text-align:center}.styles_reset-password__rule__UEKMp{margin:0;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:12px;line-height:20px}.styles_Wrapper__3gPU8{flex-direction:column;height:100vh;display:flex;justify-content:center;align-items:center}.styles_logotype-wrapper__MVaH0{margin-top:97px}.styles_footer-wrapper__Rd2iL{margin-top:auto;width:100%;display:flex;justify-content:space-between;padding:0 50px 20px;box-sizing:border-box}.styles_footer-registration-base-link__jEnTX,.styles_footer-wrapper__Rd2iL .styles_privacy-policy-link__oyRSn,.styles_footer-wrapper__Rd2iL .styles_terms-of-use-link__XKaIp{color:#b9becf;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_form-wrapper__YpNZH{width:304px;margin-top:50px;display:grid;grid-gap:16px 0;gap:16px 0}.styles_form-wrapper__YpNZH .styles_form-title__5U4gb{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:normal;text-align:center}.styles_form-wrapper__YpNZH .styles_password-hint___1PdT{margin:0;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;overflow:hidden;transition:.2s}.styles_form-wrapper__YpNZH .styles_registration-button__4gDYx{display:flex;width:147px;height:42px;padding:10px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;text-align:center;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:24px;width:100%;border:none;cursor:pointer;color:#fff}.styles_form-wrapper__YpNZH .styles_login-consent-message__Ai42z{color:#8c8c8c;text-align:center;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.styles_form-wrapper__YpNZH .styles_link-base__MiqhF,.styles_form-wrapper__YpNZH .styles_privacy-policy-link__oyRSn,.styles_form-wrapper__YpNZH .styles_recovery-password-button__q97YM,.styles_form-wrapper__YpNZH .styles_terms-of-use-link__XKaIp{color:#b9becf;font-family:SuisseIntl-Regular;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_form-wrapper__YpNZH .styles_recovery-password-button__q97YM{width:-moz-fit-content;width:fit-content;margin:auto;color:#8c8c8c;font-family:SuisseIntl-Regular;font-size:16px;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_form-wrapper__YpNZH .styles_privacy-policy-link__oyRSn,.styles_form-wrapper__YpNZH .styles_terms-of-use-link__XKaIp{font-size:12px;color:#999daa}.styles_login-label__rn78l{text-align:center;color:#8c8c8c;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.styles_login-link__zCvxa{color:#3dbb8e}.styles_information__S_brQ{display:grid;grid-gap:32px 0;gap:32px 0;width:495px}.styles_label__6vGF6{display:flex;flex-direction:column;gap:6px 0;color:#1a1d36;font-family:SuisseIntl-Regular;font-size:10px}.styles_input-wrapper__5rBIV{position:relative}.styles_input__oXk8I{width:100%;border-radius:5px;border:1px solid #e2e8f0;background:#fff;display:flex;height:44px;padding:12px 16px;box-sizing:border-box;font-family:SuisseIntl-Light}.styles_buttons__18hy2{margin-top:32px;display:flex;gap:0 16px}.styles_button__0SNJm,.styles_cancel-button__ctXvP,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_cancel__16c04,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_save__54hoi,.styles_save-button__gYra6{display:flex;width:240px;height:42px;padding:10px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;border:none;cursor:pointer;font-family:SuisseIntl-Medium}.styles_save-button__gYra6{background:#d9d9d9;color:#fff}.styles_cancel-button__ctXvP{background:none;border:1px solid #252525}.styles_profile-wrapper__NR3cl{margin-bottom:24px;display:grid;grid-template-columns:136px auto 24px;grid-gap:0 24px;gap:0 24px}.styles_profile-wrapper__NR3cl .styles_profile-content__jiv3n{display:grid;grid-gap:16px 0;gap:16px 0;grid-template-rows:42px auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.styles_profile-wrapper__NR3cl .styles_avatar__45ll7{width:136px;height:136px;border-radius:50%;background-size:contain;background-repeat:no-repeat;background-position:50%;background-color:#d9d9d9}.styles_profile-upload__wrapper__lsIBv{display:flex;align-items:center;gap:0 24px}.styles_profile-upload__wrapper__lsIBv .styles_upload-button__klbjL{position:relative;background:none;border-radius:12px;width:236px;height:auto;padding:10px 24px;cursor:pointer;color:#252525;text-align:center;font-family:SuisseIntl-Regular;font-size:16px}.styles_profile-upload__wrapper__lsIBv .styles_upload-photo__0gH5o{padding:0;margin:0;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;cursor:pointer}.styles_profile-upload__wrapper__lsIBv .styles_upload-photo__0gH5o .styles_label__6vGF6{color:#252525;font-family:SuisseIntl-Regular;font-size:14px}.styles_confirm-userpic__wrapper__b_A6T{display:flex;width:100%;padding:18px 24px;flex-direction:column;gap:16px;border-radius:12px;background:#fff;height:-moz-fit-content;height:fit-content;box-sizing:border-box}.styles_confirm-userpic__wrapper__b_A6T .styles_header__4duzF{display:flex;justify-content:space-between;align-items:center}.styles_confirm-userpic__wrapper__b_A6T .styles_title__j_7M9{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px}.styles_confirm-userpic__wrapper__b_A6T .styles_feedback__iiJiO{display:flex;align-items:center;gap:0 10px;color:#252525;font-family:SuisseIntl-Regular;font-size:10px}.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2{display:grid;grid-template-columns:calc(50% - 8px) calc(50% - 8px);grid-gap:0 16px;gap:0 16px}.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_button__0SNJm,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_cancel-button__ctXvP,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_cancel__16c04,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_save-button__gYra6,.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_save__54hoi{width:100%;height:36px;padding:8px 16px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;font-family:SuisseIntl-Regular;font-size:12px}.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_cancel__16c04{background:#fff;border-radius:8px;border:1px solid #bababa;box-shadow:0 5px 40px 0 rgba(37,37,37,.1);color:#252525}.styles_confirm-userpic__wrapper__b_A6T .styles_buttons__18hy2 .styles_save__54hoi{width:100%;border-radius:8px;background:#3dbb8e;box-shadow:0 5px 40px 0 rgba(37,37,37,.1);color:#fff}.styles_confirm-userpic__wrapper__b_A6T .styles_avatar-wrapper__rl3Aq{display:flex;justify-content:center;align-items:center;height:210px;border-radius:8px;background:#1f1f1f}.styles_confirm-userpic__wrapper__b_A6T .styles_avatar__45ll7{width:136px;height:136px;border-radius:50%;background-size:cover}.styles_update-password__wrapper__h1wOv{width:100%;display:grid;grid-gap:16px 0;gap:16px 0}.styles_update-password__wrapper__h1wOv .styles_form-wrapper__YpNZH{margin-top:0}.styles_update-password__wrapper__h1wOv .styles_form-title__5U4gb{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:normal;text-align:center}.styles_update-password__wrapper__h1wOv .styles_password-hint___1PdT{margin:0;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;overflow:hidden;transition:.2s}.styles_update-password__wrapper__h1wOv .styles_registration-button__4gDYx{display:flex;width:147px;height:42px;padding:10px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;text-align:center;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:24px;width:100%;border:none;cursor:pointer;color:#fff}.styles_update-password__wrapper__h1wOv .styles_login-consent-message__Ai42z{color:#8c8c8c;text-align:center;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.styles_update-password__wrapper__h1wOv .styles_link-base__MiqhF,.styles_update-password__wrapper__h1wOv .styles_privacy-policy-link__oyRSn,.styles_update-password__wrapper__h1wOv .styles_recovery-password-button__q97YM,.styles_update-password__wrapper__h1wOv .styles_terms-of-use-link__XKaIp{color:#b9becf;font-family:SuisseIntl-Regular;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_update-password__wrapper__h1wOv .styles_recovery-password-button__q97YM{width:-moz-fit-content;width:fit-content;margin:auto;color:#8c8c8c;font-family:SuisseIntl-Regular;font-size:16px;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_update-password__wrapper__h1wOv .styles_privacy-policy-link__oyRSn,.styles_update-password__wrapper__h1wOv .styles_terms-of-use-link__XKaIp{font-size:12px;color:#999daa}.styles_buttons__fsSHL{margin-top:32px}.styles_update-password__wrapper__X5qrK{width:100%}.styles_update-password__wrapper__X5qrK .styles_form-title__tRbHD{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:normal;text-align:center}.styles_update-password__wrapper__X5qrK .styles_password-hint__1Qcgv{margin:24px 0;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;overflow:hidden;transition:.2s}.styles_update-password__wrapper__X5qrK .styles_form-wrapper__zTQd6 .styles_input-wrapper__nEPNF{padding-bottom:14px}.styles_update-password__wrapper__X5qrK .styles_form-wrapper__zTQd6 .styles_input-wrapper__nEPNF .styles_input__e3eP9{height:44px}.styles_update-password__wrapper__X5qrK .styles_link-base__KIHLW{color:#b9becf;font-family:SuisseIntl-Regular;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_form-wrapper__anpnO{width:495px}.styles_form-wrapper__anpnO .styles_fields__RjI6R{display:grid;grid-gap:32px 0;gap:32px 0}.styles_form-wrapper__anpnO .styles_form-item__sFcD_{margin:0}.styles_label__v5nDK{display:flex;flex-direction:column;gap:6px 0;color:#1a1d36;font-family:SuisseIntl-Regular;font-size:10px}.styles_input-wrapper__kjvDb{position:relative}.styles_input___veaU{width:100%;border-radius:5px;border:1px solid #e2e8f0;background:#fff;display:flex;height:44px;padding:12px 16px;box-sizing:border-box;font-family:SuisseIntl-Light}.styles_buttons___NBCj{margin-top:32px;display:flex;gap:0 16px}.styles_button__zuOmj,.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_cancel__0n4uD,.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_save__SuauS{width:100%}.styles_profile-upload__wrapper__RR9LX{display:flex;align-items:center;gap:0 24px}.styles_profile-upload__wrapper__RR9LX .styles_upload-button__gXxeT{position:relative;background:none;border-radius:12px;width:236px;height:auto;padding:10px 24px;cursor:pointer;color:#252525;text-align:center;font-family:SuisseIntl-Regular;font-size:16px}.styles_profile-upload__wrapper__RR9LX .styles_upload-photo__G8nP1{padding:0;margin:0;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;cursor:pointer}.styles_profile-upload__wrapper__RR9LX .styles_upload-photo__G8nP1 .styles_label__v5nDK{color:#252525;font-family:SuisseIntl-Regular;font-size:14px}.styles_confirm-userpic__wrapper__YDqVh{display:flex;width:100%;padding:18px 24px;flex-direction:column;gap:16px;border-radius:12px;background:#fff;height:-moz-fit-content;height:fit-content;box-sizing:border-box}.styles_confirm-userpic__wrapper__YDqVh .styles_header__eZB9j{display:flex;justify-content:space-between;align-items:center}.styles_confirm-userpic__wrapper__YDqVh .styles_title__8YIxV{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px}.styles_confirm-userpic__wrapper__YDqVh .styles_feedback__skSXj{display:flex;align-items:center;gap:0 10px;color:#252525;font-family:SuisseIntl-Regular;font-size:10px}.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj{display:grid;grid-template-columns:calc(50% - 8px) calc(50% - 8px);grid-gap:0 16px;gap:0 16px}.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_button__zuOmj,.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_cancel__0n4uD,.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_save__SuauS{width:100%;height:36px;padding:8px 16px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;font-family:SuisseIntl-Regular;font-size:12px}.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_cancel__0n4uD{background:#fff;border-radius:8px;border:1px solid #bababa;box-shadow:0 5px 40px 0 rgba(37,37,37,.1);color:#252525}.styles_confirm-userpic__wrapper__YDqVh .styles_buttons___NBCj .styles_save__SuauS{width:100%;border-radius:8px;background:#3dbb8e;box-shadow:0 5px 40px 0 rgba(37,37,37,.1);color:#fff}.styles_confirm-userpic__wrapper__YDqVh .styles_avatar-wrapper__2q9dz{display:flex;justify-content:center;align-items:center;height:210px;border-radius:8px;background:#1f1f1f}.styles_confirm-userpic__wrapper__YDqVh .styles_avatar__jFhpg{width:136px;height:136px;border-radius:50%;background-size:cover}.styles_chat__RwF1l{display:flex;flex-direction:column;justify-content:flex-end;width:100%;max-width:800px;height:704px;border-radius:8px;overflow:hidden;margin:0 auto;box-sizing:border-box;border:1px solid #e9e9e9}.styles_chat__RwF1l>.styles_remove-messages-button__QVc4i{margin:0 24px 16px}.styles_chat__RwF1l>.styles_meta__F4eqo{padding:24px 12px;display:flex;justify-content:center;border-bottom:1px solid #e9e9e9}.styles_chat__RwF1l>.styles_meta__F4eqo>.styles_title__3wCDh{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_form__C4roK{width:100%;border-top:1px solid #e9e9e9;margin-top:auto!important}.styles_form__C4roK .styles_content__qCcYS{width:100%;box-sizing:border-box;gap:0 2px;padding:12px 24px}.styles_form__C4roK .styles_content__qCcYS .styles_field__tEf83{margin:0;width:100%}.styles_editing-notice__v0bXN{margin-top:auto;padding:6px 10px;border-top:1px solid #e9e9e9;border-radius:5px;display:flex;justify-content:space-between;align-items:center}.styles_editing-notice__v0bXN .styles_cancel-edit__z8i7K{color:#8c8c8c;font-size:12px;cursor:pointer}.styles_editing-notice__v0bXN .styles_cancel-edit__z8i7K:hover{color:#3dbb8e}.styles_editing-notice__v0bXN .styles_editing-message__8xB9Z{display:flex;align-items:center;margin:0 auto 0 20px}.styles_editing-notice__v0bXN .styles_editing-message__8xB9Z .styles_meta__F4eqo{padding:0;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}.styles_editing-notice__v0bXN .styles_editing-message__8xB9Z .styles_meta__F4eqo>.styles_title__3wCDh{margin:0;font-size:12px}.styles_editing-notice__v0bXN .styles_editing-message__8xB9Z .styles_meta__F4eqo>.styles_message__cL0Ke{margin:0;width:280px;white-space:nowrap;overflow:hidden;font-size:12px}.styles_replying-notice__osPcR{margin-top:auto;padding:6px 10px;border-top:1px solid #e9e9e9;border-radius:5px;display:flex;justify-content:space-between;align-items:center}.styles_replying-notice__osPcR>.styles_cancel-replying__hNxuA{color:#8c8c8c;font-size:12px;cursor:pointer}.styles_replying-notice__osPcR>.styles_cancel-replying__hNxuA:hover{color:#3dbb8e}.styles_replying-notice__osPcR .styles_replying-message__Cu9KB{display:flex;align-items:center;margin:0 auto 0 20px}.styles_replying-notice__osPcR .styles_replying-message__Cu9KB .styles_meta__F4eqo{padding:0;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}.styles_replying-notice__osPcR .styles_replying-message__Cu9KB .styles_meta__F4eqo>.styles_title__3wCDh{margin:0;font-size:12px}.styles_replying-notice__osPcR .styles_replying-message__Cu9KB .styles_meta__F4eqo>.styles_message__cL0Ke{margin:0;width:280px;overflow:hidden;font-size:12px}.styles_messageListWrapper__0Vs3f .styles_deleteButtonWrapper__Xm3oL{padding:4px;display:flex;justify-content:center}.styles_messageList__AyxwT{padding:12px;overflow-y:auto;height:500px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT{margin-bottom:8px;display:flex;align-items:self-end;gap:0 8px;width:100%;box-sizing:border-box;word-break:break-all}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_replied-message__UnLhw{padding-left:8px;margin-bottom:7px;border-left:2px solid #3dbb8e;min-height:32px;cursor:pointer}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_replied-message__UnLhw .styles_replied-username__tgmjX{margin:0;color:#3dbb8e;font-family:SuisseIntl-Regular;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.4px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_replied-message__UnLhw .styles_replied-text__oQaTH{margin:1px 0 0;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:11px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.4px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT.styles_right__sKhm4{flex-direction:row-reverse;justify-content:flex-start}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT.styles_left__KP8tb{justify-content:flex-start}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_content__hyrK_{width:100%;max-width:300px;box-sizing:border-box;padding:10px 13px;border-radius:8px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_content__hyrK_.styles_right__sKhm4{margin-left:4px;background:rgba(61,187,142,.1)}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_content__hyrK_.styles_left__KP8tb{margin-right:4px;background:rgba(226,232,240,.4)}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_fullname__zD_eP{margin:0 0 4px;color:#3dbb8e;font-family:SuisseIntl-Medium;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.4px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_message__MFfhT{margin:0;color:rgba(25,28,48,.9);font-family:SuisseIntl-Regular;font-size:11px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.4px}.styles_messageList__AyxwT .styles_message-wrapper__k5Y6s>.styles_message__MFfhT .styles_createdAt__PGJtB{margin:0;color:hsla(0,0%,49%,.9);text-align:right;font-family:SuisseIntl-Medium;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.4px}.styles_form__oJOuL{margin-top:auto!important;width:100%;border-top:1px solid #e9e9e9}.styles_form__oJOuL .styles_content__hyrK_{width:100%;box-sizing:border-box;gap:0 2px;padding:12px 24px}.styles_form__oJOuL .styles_content__hyrK_ .styles_field__7xLyF{margin:0;width:100%}.styles_description-wrapper__9qXE3{padding:30px 14px 25px}.styles_description-wrapper__9qXE3 .styles_description-text__DTmWW{margin:0;color:#252525;font-size:14px;font-style:normal;font-weight:400;line-height:20px;overflow-wrap:break-word}.styles_description-wrapper__9qXE3 .styles_collapse-images-button__kzu6J{margin-top:37px;gap:10px;border-radius:5px;border:1px solid #252525;background:rgba(248,181,0,0);cursor:pointer}.styles_description-wrapper__9qXE3 .styles_collapse-images-button-label__s4GT_{font-size:14px;font-family:SuisseIntl-Regular}.styles_description-wrapper__9qXE3 .styles_images__z5bQ8{display:flex;margin-top:17px;gap:0 12px;overflow:hidden}.styles_review-response__JwDOC .styles_wrapper__u8voR{margin-left:auto;width:600px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #e2e8f0;background:rgba(61,187,142,.1)}.styles_review-response__JwDOC .styles_header__1ZqNu{margin-right:auto;padding:20px 24px 0;display:flex;align-items:center;box-sizing:border-box;width:100%}.styles_review-response__JwDOC .styles_userName__F71wA{margin:0;color:#252525;font-family:500;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_review-response__JwDOC .styles_email__Lp6dR{margin:0 8px 0 0;color:#252525;font-family:400;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_review-response__JwDOC .styles_date__LJIs8{margin:0;color:#8c8c8c;font-family:400;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.styles_review-response__JwDOC .styles_content__LVOFq{padding:10px 24px 24px;color:#252525;font-family:400;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.styles_review-response__JwDOC .styles_options__0cmgF{margin-left:auto;font-size:10px;padding:0;cursor:pointer}.styles_meta-wrapper__0m_1q{padding:14px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dedede}.styles_meta-wrapper__0m_1q .styles_platform-logotype__aTDGH{max-width:40px}.styles_meta-wrapper__0m_1q .styles_review-upload-icon-wrapper__9AJ9S{cursor:pointer}.styles_meta-wrapper__0m_1q .styles_username__URNld{margin:0;color:#252525;font-size:14px;font-family:SuisseIntl-Medium}.styles_meta-wrapper__0m_1q .styles_information__AP_2r{width:100%;display:flex;justify-content:space-between}.styles_meta-wrapper__0m_1q .styles_content__EG1Fa{display:flex;align-items:center}.styles_meta-wrapper__0m_1q .styles_meta-date__gYJgD{margin:0 0 0 24px;font-size:12px;color:#252525}.styles_meta-wrapper__0m_1q .styles_review-interface__VAKmU{display:flex;align-items:center;gap:0 16px}.styles_meta-wrapper__0m_1q .styles_review-interface__VAKmU .styles_stars__FDu0Q{display:flex;gap:0 6px}.styles_back-button__wrapper__zT1FP{width:-moz-fit-content;width:fit-content;display:flex;height:36px;padding:9px 11px 9px 6px;margin-bottom:12px;justify-content:center;align-items:center;gap:10px;border-radius:5px;border:1px solid #e2e8f0;background:rgba(248,181,0,0);font-size:14px;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:16px;cursor:pointer}.styles_descriptionWrapper__Gs9Bo{padding:30px 0 25px}.styles_descriptionWrapper__Gs9Bo .styles_descriptionText__yHjhX{margin:0;color:#252525;font-size:14px;font-style:normal;font-weight:400;line-height:20px;overflow-wrap:break-word}.styles_descriptionWrapper__Gs9Bo .styles_collapseImagesButton__BZ9S6{margin-top:37px;gap:10px;border-radius:5px;border:1px solid #252525;background:rgba(248,181,0,0);cursor:pointer}.styles_descriptionWrapper__Gs9Bo .styles_collapseImagesButtonLabel__Ua_LS{font-size:14px;font-family:SuisseIntl-Regular}.styles_descriptionWrapper__Gs9Bo .styles_images__3NTbE{display:flex;margin-top:17px;gap:0 12px;overflow:hidden}.styles_review-response__JFSLz .styles_wrapper__XECau{margin-left:auto;width:600px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #e2e8f0;background:rgba(61,187,142,.1)}.styles_review-response__JFSLz .styles_header__v5hzJ{margin-right:auto;padding:20px 24px 0;display:flex;align-items:center;box-sizing:border-box;width:100%}.styles_review-response__JFSLz .styles_userName__HKz_B{margin:0;color:#252525;font-family:500;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_review-response__JFSLz .styles_email__Hz109{margin:0 8px 0 0;color:#252525;font-family:400;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_review-response__JFSLz .styles_date__tFN6L{margin:0;color:#8c8c8c;font-family:400;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.styles_review-response__JFSLz .styles_content__EG1Fa{padding:10px 24px 24px;color:#252525;font-family:400;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.styles_review-response__JFSLz .styles_options__mBOi3{margin-left:auto;font-size:10px;padding:0;cursor:pointer}.styles_create-review-response__oXdzR{padding:16px 24px}.styles_create-review-response__oXdzR .styles_hint__xzjef{margin:0 0 12px;color:#252525;font-size:14px;font-family:SuisseIntl-Medium}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH{display:flex;flex-direction:column;gap:0 12px;align-items:flex-start}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_panel__vQHmd{width:100%;display:flex;gap:0 12px}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_panel__vQHmd .styles_field__3HuH9{margin:0;width:100%;display:flex;flex-direction:column}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_panel__vQHmd .styles_field__3HuH9 .styles_field__3HuH9{margin:0}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_panel__vQHmd .styles_send-button__yYxB3{margin-top:auto}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_response-templates__YAAmA{display:flex;gap:0 12px;width:100%}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_response-templates__YAAmA .styles_response-template__lsCsR{display:flex;height:36px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:#f5f6f9;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:18px;cursor:pointer}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_response-templates__YAAmA .styles_expand-icon__eUqY_{margin-left:auto;background:#f5f6f9}.styles_create-review-response__oXdzR .styles_send-response-wrapper__43GLH .styles_response-templates__YAAmA{margin-top:12px}.styles_create-review-response__oXdzR .styles_textarea-wrapper__NSRMy{border-radius:5px;border:1px solid #e9e9e9;background:#fff;box-sizing:border-box;color:#252525;font-family:SuisseIntl-Regular;font-size:14px;overflow-y:hidden;resize:none;margin:0}.styles_create-review-response__oXdzR .styles_textarea-wrapper__NSRMy:focus{outline:none}.styles_create-review-response__oXdzR .styles_short-responses-button__AeBx5{display:flex;height:36px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:5px;white-space:nowrap;color:#252525;font-size:14px;font-style:normal;font-weight:400;line-height:18px;background:#f5f6f9;cursor:pointer;border:none}.styles_create-review-response__oXdzR .styles_review-magnifier-submit-response-wrapper__meg2s{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background:rgba(61,187,142,.1);border-radius:50%}.styles_templates-list__34687{overflow:hidden;padding-top:10px;padding-bottom:10px;height:calc(100% - 52px);overflow-y:auto}.styles_templates-list__34687 .styles_template__KPjzQ{margin:2px!important;display:inline-block;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px;cursor:pointer}.styles_templates-wrapper__Lnvdo{width:240px;height:212px}.styles_wrapper__4oHMG{padding:24px 16px}.styles_wrapper__4oHMG .styles_title___QFtZ{margin:0 0 20px;color:#252525;font-family:SuisseIntl-Regular;font-size:14px}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_list__Ayqc3{display:inline}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_list__Ayqc3 .styles_tag__bIJr3{margin:2px!important;display:inline-flex;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_add-tag__9XhsA{min-width:100px;display:inline;height:26px;padding:3px 10px;justify-content:center;align-items:center;border-radius:8px;background:#3dbb8e;color:#fff;box-sizing:border-box;cursor:pointer}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_create__22QC4 .styles_input__N5Uzz{min-width:0;display:inline}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_title___QFtZ{display:inline;margin:0 16px 0 0;color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.styles_wrapper__4oHMG .styles_tags__WzAWx .styles_create__22QC4{display:inline;transition:all .3s ease}.styles_tags-list__qAaUZ{overflow:hidden;padding-top:10px;padding-bottom:10px;height:calc(100% - 52px);overflow-y:auto}.styles_tags-list__qAaUZ .styles_tag__bIJr3{margin:2px!important;display:inline-block;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.styles_tags-wrapper__xb7tH{width:240px;height:212px}.styles_tags-wrapper__xb7tH .styles_search__0tDKT{width:100%}.styles_tags-list__ea_7E{overflow:hidden;padding-top:10px;padding-bottom:10px;height:calc(100% - 52px);overflow-y:auto}.styles_tags-list__ea_7E .styles_tag__ecwxp{margin:2px!important;display:inline-block;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px;cursor:pointer}.styles_tags-wrapper__1TGgE{width:240px;height:212px}.styles_tags-wrapper__1TGgE .styles_search__dxv9I{width:100%}.styles_tags-wrapper__1TGgE .styles_search__dxv9I .styles_search-outlined-icon__ezGHY{color:#8c8c8c!important}.styles_tags-wrapper__1TGgE .styles_search__dxv9I input::placeholder{padding-left:8px;color:#8c8c8c;font-family:SuisseIntl-Thin;font-size:12px;font-weight:300;line-height:18px}.styles_general-settings__wrapper__Fpho6{display:grid;grid-gap:0 40px;gap:0 40px;grid-template-columns:718px calc(100% - 718px)}@media(max-width:1440px){.styles_general-settings__wrapper__Fpho6{grid-template-columns:1fr}}.styles_general-settings__wrapper__Fpho6 .styles_title__wrapper__na4CY{grid-column:span 2}.styles_company-form__7WHfi{padding:20px;background-color:#fff}.styles_company-form__7WHfi .styles_edit__KXJ8k{cursor:pointer}.styles_company-form__7WHfi .styles_label__4ifqn{font-size:14px;color:#252525;font-family:SuisseIntl-Thin;font-size:12px;font-style:normal;font-weight:100;line-height:18px}.styles_company-form__7WHfi .styles_title__TA4Ii{font-size:24px;margin-top:0;margin-bottom:20px}.styles_company-form__7WHfi .styles_section__CgO4i{width:698px;margin-bottom:40px}.styles_company-form__7WHfi .styles_section__CgO4i h2{font-size:18px;margin-bottom:10px}.styles_company-form__7WHfi .styles_section__CgO4i .styles_input-group__LNgNY{width:576px;margin-bottom:15px}.styles_company-form__7WHfi .styles_section__CgO4i textarea{width:100%;height:100px;resize:none}.styles_company-form__7WHfi .styles_section__CgO4i .styles_hint__TVy98{font-size:12px;color:#999;margin-top:5px}.styles_personal-manager__fLx18{width:-moz-fit-content;width:fit-content;min-width:220px;min-height:278px;display:grid;grid-gap:15px 0;gap:15px 0;padding:24px 20px;border-radius:8px;background:rgba(61,187,142,.1)}.styles_personal-manager__fLx18 .styles_title__TA4Ii{margin:0;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.styles_personal-manager__fLx18 .styles_contact-information__OXvto .styles_phone__NnB5o,.styles_personal-manager__fLx18 .styles_contact-information__OXvto .styles_schedule__lhpUJ,.styles_personal-manager__fLx18 .styles_email__zKN05{margin:0;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:22px}.styles_personal-manager__fLx18 .styles_divider__CLywN{margin:0}.styles_personal-manager__fLx18 .styles_avatar__cET1Q{display:flex;gap:0 12px;align-items:center}.styles_personal-manager__fLx18 .styles_avatar__cET1Q .styles_username__yI8VM{color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.styles_departments-create__form__EKRH_{gap:12px}.styles_departments-create__form__EKRH_,.styles_departments-create__form__EKRH_ .styles_label__xOcfC{width:100%;display:flex;flex-direction:column}.styles_departments-create__form__EKRH_ .styles_select__tkhAE{width:100%}.styles_departments__ZbXje{margin-top:10px}.styles_departments__ZbXje .styles_title__hod00{margin-top:50px}.styles_departments__ZbXje .styles_list__e5PIi{margin-top:20px;display:grid;grid-gap:10px 0;gap:10px 0}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn{justify-content:flex-start;padding:18px 24px;gap:0 24px;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box;width:100%;display:flex;align-items:center}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_name__DmDLi{color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:18px}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_panel__OzFwT{display:flex;gap:0 24px;margin-left:auto}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_panel__OzFwT .styles_email__4lADj{margin:0;color:var(--secondary-grey,#bababa);text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_label__xOcfC{margin-top:0;margin-bottom:0;margin-right:8px;font-size:16px;font-weight:600;line-height:24px}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_button__vhbeJ{width:160px;margin-left:auto}.styles_departments__ZbXje .styles_list__e5PIi .styles_department__vngvn .styles_connect-button__3cmni{margin-left:auto}.styles_departments__ZbXje .styles_list__e5PIi .styles_more__8cHUX{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_departments-create__form__awraM{gap:12px}.styles_departments-create__form__awraM,.styles_departments-create__form__awraM .styles_field__xA5Jv{width:100%;display:flex;flex-direction:column}.styles_departments-create__form__awraM .styles_select__Okaa2{width:100%}.styles_departments__Sd59V{margin-top:10px}.styles_departments__Sd59V .styles_title__SNk0y{margin-top:50px}.styles_departments__Sd59V .styles_list__z2_dN{margin-top:20px;display:grid;grid-gap:10px 0;gap:10px 0}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE{justify-content:flex-start;padding:18px 24px;gap:0 24px;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box;width:100%;display:flex;align-items:center}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_name__CSHZ0{color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:18px}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_panel__dopat{display:flex;gap:0 24px;margin-left:auto}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_panel__dopat .styles_email__rmZe8{margin:0;color:var(--secondary-grey,#bababa);text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_label__c4vwg{margin-top:0;margin-bottom:0;margin-right:8px;font-size:16px;font-weight:600;line-height:24px}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_button__zd7vz{width:160px;margin-left:auto}.styles_departments__Sd59V .styles_list__z2_dN .styles_department__lNOBE .styles_connect-button__cQ_T7{margin-left:auto}.styles_departments__Sd59V .styles_list__z2_dN .styles_more__fXkbg{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_departments__uMwXR{margin-top:10px}.styles_departments__uMwXR .styles_title__iHtmm{margin-top:50px}.styles_departments__uMwXR .styles_list__rQIec{margin-top:20px;display:grid;grid-gap:10px 0;gap:10px 0}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_{justify-content:flex-start;padding:18px 24px;gap:0 24px;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box;width:100%;display:flex;align-items:center}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_name__A_Q8z{color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:18px}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_panel__YFNDR{display:flex;gap:0 24px;margin-left:auto}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_panel__YFNDR .styles_email__W5M7g{margin:0;color:var(--secondary-grey,#bababa);text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_label__D2geb{margin-top:0;margin-bottom:0;margin-right:8px;font-size:16px;font-weight:600;line-height:24px}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_button__DG_0I{width:160px;margin-left:auto}.styles_departments__uMwXR .styles_list__rQIec .styles_department__eQub_ .styles_connect-button__vv0fI{margin-left:auto}.styles_departments__uMwXR .styles_list__rQIec .styles_more__0T_Os{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_department__ZL5cS{justify-content:flex-start;padding:18px 24px;gap:0 24px;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box;width:100%;display:flex;align-items:center}.styles_department__ZL5cS .styles_name__ROBnu{color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:18px}.styles_department__ZL5cS .styles_panel__wU7TQ{display:flex;gap:0 24px;margin-left:auto}.styles_department__ZL5cS .styles_panel__wU7TQ .styles_email__CfRPh{margin:0;color:var(--secondary-grey,#bababa);text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.styles_department__ZL5cS .styles_label__1mOuz{margin-top:0;margin-bottom:0;margin-right:8px;font-size:16px;font-weight:600;line-height:24px}.styles_department__ZL5cS .styles_button__U0qnZ{width:160px;margin-left:auto}.styles_department__ZL5cS .styles_connect-button__KXohW{margin-left:auto}.styles_more__81fzY{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_response-templates__groups__BOtRx .styles_group__CKRSm{padding:16px 24px;margin:16px 0;min-width:780px;width:-moz-fit-content;width:fit-content;border-radius:8px;border:1px solid var(--White,#e9e9e9)}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_title__el1Qp{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:14px;font-weight:500;line-height:16px}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_response-templates__list__Nxgbr{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_response-templates__list__Nxgbr .styles_response-template__jJFve{display:inline-block;width:-moz-fit-content;width:fit-content;border-radius:5px;background:#f5f6f9;display:flex;height:-moz-fit-content;height:fit-content;padding:5px 10px;justify-content:center;align-items:center;gap:10px;white-space:nowrap}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_response-templates__list__Nxgbr .styles_response-template__jJFve .styles_title__el1Qp{margin:0;color:#252525;font-family:SuisseIntl-Light;font-size:14px;font-weight:400;line-height:18px}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_response-templates__list__Nxgbr .styles_response-template__jJFve .styles_remove__16vh2{cursor:pointer}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_header__79ppr{display:flex;align-items:center;justify-content:space-between}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_header__79ppr .styles_edit__z_bKU{cursor:pointer}.styles_response-templates__groups__BOtRx .styles_group__CKRSm .styles_header__79ppr .styles_more__5q_oa{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_response-templates__groups__BOtRx .styles_panel__nDRVV{margin-top:16px}.styles_response-templates__groups__BOtRx .styles_panel__nDRVV .styles_form__dEiMA{width:732px;display:flex;gap:0 12px}.styles_add-response-templates-group__BulQV{margin-top:25px;width:301px;min-height:36px;border-radius:5px}.styles_response-templates__groups__gVR_B .styles_group__jJGLk{padding:16px 24px;margin:16px 0;min-width:780px;width:-moz-fit-content;width:fit-content;border-radius:8px;border:1px solid #e9e9e9}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_title__Pr22f{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:14px;font-weight:500;line-height:16px}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_list__vVSzY{display:flex;flex-wrap:wrap;gap:4px;margin:16px 0}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_list__vVSzY .styles_response-template__YZS_Y{margin:2px!important;display:inline-block;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_header__SLxwU{display:flex;align-items:center;justify-content:space-between}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_header__SLxwU .styles_edit__if7R3{cursor:pointer}.styles_response-templates__groups__gVR_B .styles_group__jJGLk .styles_header__SLxwU .styles_more__iq7Wo{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_response-templates__groups__gVR_B .styles_panel__tFfzu{margin-top:16px}.styles_response-templates__groups__gVR_B .styles_panel__tFfzu .styles_form__4BsJb{width:732px;display:flex;gap:0 12px}.styles_add-response-templates-group__cGYxR{margin-top:25px;width:301px;min-height:36px;border-radius:5px}.styles_group__LZPXC{padding:16px 24px;margin:16px 0;min-width:780px;width:-moz-fit-content;width:fit-content;border-radius:8px;border:1px solid #e9e9e9}.styles_group__LZPXC .styles_title__cKEm8{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:14px;font-weight:500;line-height:16px}.styles_group__LZPXC .styles_list__sCtqB{display:flex;flex-wrap:wrap;gap:4px;margin:16px 0}.styles_group__LZPXC .styles_list__sCtqB .styles_response-template__nFATF{margin:2px!important;display:inline-block;border-radius:5px;padding:2px 10px;gap:0 10px;border:1px solid #3dbb8e;background:rgba(248,181,0,0);color:#252525;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.styles_group__LZPXC .styles_header__gZDyp{display:flex;align-items:center;justify-content:space-between}.styles_group__LZPXC .styles_header__gZDyp .styles_edit__Z3WHy{cursor:pointer}.styles_group__LZPXC .styles_header__gZDyp .styles_more__Z7L_E{margin-left:auto;font-size:20px;color:#000;cursor:pointer}.styles_panel__ULTRa{margin-top:16px}.styles_panel__ULTRa .styles_form__tHEMe{width:732px;display:flex;gap:0 12px}.styles_form__tHEMe{margin-top:25px;width:301px;min-height:36px;border-radius:5px}.styles_invite-employees__yK1sF .styles_title__XRKnq{margin:0 0 19px;padding:0;color:#252525;text-align:center;font-family:SuisseIntl-Medium;font-size:16px;font-weight:500}.styles_invite-employees__yK1sF .styles_invite-employees-form__lUuN_{display:flex;flex-direction:column;gap:16px 0}.styles_invite-employees__yK1sF .styles_invite-employees-form__lUuN_ .styles_field__fSw6D>.styles_input__MAnYK{display:flex;height:44px;padding:0 8px 0 16px;align-items:center;gap:8px;align-self:stretch}.styles_invite-employees__yK1sF .styles_buttons-group__Efr_O{display:flex;gap:0 8px}.styles_invite-employees__yK1sF .styles_buttons-group__Efr_O>button{width:100%}.styles_employees-table__JIY7N{min-height:530px;background-color:#fff;border:1px solid #ccc;border-radius:8px}.styles_employees-table__JIY7N .styles_header__z70Rj{padding:12px 24px;display:flex;justify-content:flex-end;gap:0 32px;align-items:center;margin-bottom:20px;border-bottom:1px solid #dedede}.styles_employees-table__JIY7N .styles_header__z70Rj .styles_sort__NhmWm{margin-right:auto;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;cursor:pointer}.styles_employees-table__JIY7N .styles_header__z70Rj .styles_search__MlAPU{width:267px}.styles_employees-table__JIY7N .styles_employees__b0LNZ{width:100%;padding:0 20px;box-sizing:border-box;border-collapse:collapse}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav{display:flex;align-items:center;gap:0 32px;border-bottom:1px solid #ccc;padding:10px;font-size:14px}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav:last-child{border-bottom:none}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_name__pzrEJ,.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_unknown__ui20m{margin:0;min-width:220px;color:#252525;font-family:SuisseIntl-Bold;font-size:14px;font-weight:700;line-height:20px}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_unknown__ui20m{font-family:SuisseIntl-Light;font-size:14px;color:#8c8c8c}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_position__5S1zY{margin:0;min-width:220px;color:#7c7c7c;font-family:SuisseIntl-Regular;font-size:14px;font-weight:400;line-height:20px}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_email__GG48X{margin:0;min-width:220px;color:#252525;font-family:SuisseIntl-Regular;font-size:14px;font-weight:400;line-height:20px}.styles_employees-table__JIY7N .styles_employees__b0LNZ .styles_employee__9iBav .styles_actions__MgjUV{margin-left:auto}.styles_link__PBf7S{min-height:64px;margin-bottom:14px;margin-top:auto;height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:40px auto;padding:12px 10px 12px 12px;align-items:center;grid-gap:12px;gap:12px;align-self:stretch;border-radius:8px;background:#515151;box-sizing:border-box;text-decoration:none}.styles_link__PBf7S .styles_profile-icon__bwvnr{width:40px;height:40px;border-radius:100%;background-size:cover;background-position:50%}.styles_profile__7oM6h{display:grid;grid-gap:5px 0;gap:5px 0;overflow:hidden}.styles_profile__7oM6h .styles_profile-username__xKmsM{margin:0;color:#fff;font-family:SuisseIntl-Regular;font-size:12px;font-style:normal;line-height:normal}.styles_wrapper__c68eK{display:grid;grid-template-columns:220px 1fr;margin:auto auto auto 0;padding-left:0;padding-top:0}.styles_header__vq2Eb{position:-webkit-sticky;position:sticky;top:0;justify-content:flex-start;padding:24px 12px;width:auto;height:100vh;border-right:1px solid #e2e8f0;background:#fff}.styles_content__Q68Nf,.styles_header__vq2Eb{display:flex;flex-direction:column;box-sizing:border-box}.styles_content__Q68Nf{padding:40px;width:100%;position:relative}.styles_link__wxUvD{min-height:64px;margin-bottom:14px;margin-top:auto;height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:40px auto;padding:12px 10px 12px 12px;align-items:center;grid-gap:12px;gap:12px;align-self:stretch;border-radius:8px;background:#515151;box-sizing:border-box;text-decoration:none}.styles_profile__YzYCD{display:grid;grid-gap:5px 0;gap:5px 0;overflow:hidden}.styles_logotype-wrapper__BYvUb{width:-moz-fit-content;width:fit-content;margin-right:none;margin-left:none;cursor:pointer}.styles_profile-icon__menXT{width:40px;height:40px;border-radius:100%;background-size:cover;background-position:50%}.styles_profile-username__ULCgq{color:#fff;font-size:12px}.styles_profile-role__b3mFP,.styles_profile-username__ULCgq{margin:0;font-family:SuisseIntl-Regular;font-style:normal;line-height:normal}.styles_profile-role__b3mFP{color:#e9e9e9;font-size:8px}.styles_navigation-wrapper__yax2N{margin-top:40px;display:grid;grid-gap:26px 0;gap:26px 0;grid-template-rows:min-content min-content min-content min-content;height:-moz-fit-content;height:fit-content}.styles_link-wrapper__AIfuw{position:relative;flex-direction:column;font-size:18px;font-weight:400}.styles_link-item__wrapper__3FYtR,.styles_link-wrapper__AIfuw{display:flex;height:-moz-fit-content;height:fit-content;color:#252525;text-decoration:none}.styles_link-item__wrapper__3FYtR{align-items:center;width:-moz-fit-content;width:fit-content;gap:0 12px;font-family:SuisseIntl-Regular}.styles_link-item__wrapper__3FYtR .styles_label__c6Qbj,.styles_link-item__wrapper__3FYtR.styles_active__T_0dk .styles_label__c6Qbj{padding:4px 8px;border-radius:4px;font-size:14px}.styles_link-item__wrapper__3FYtR.styles_highlight__hgeUO{color:#252525}.styles_link-item__wrapper__3FYtR .styles_icon__feNGQ{min-width:20px}.styles_link-item__wrapper__3FYtR.styles_active__T_0dk .styles_label__c6Qbj{background-color:#3dbb8e;color:#fff}.styles_sub-navigations__d0aDl{margin-top:10px;padding-left:34px;width:-moz-fit-content;width:fit-content;grid-gap:8px 0;gap:8px 0;display:grid;overflow:hidden}.styles_sub-navigations__wrapper___rodJ{position:relative;display:flex;padding:4px 8px;justify-content:flex-start;align-items:flex-start;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;font-family:SuisseIntl-Light;color:#252525;font-size:14px;border-radius:4px;background:transparent;text-decoration:none}.styles_sub-navigations__wrapper___rodJ:before{left:-24.4px;top:0;transform:translateY(-29px);position:absolute;content:"";width:12px;height:40px;border:.4px solid #d0d0d0;border-top:none;border-right:none;border-bottom-left-radius:3px}.styles_sub-navigations__wrapper___rodJ.styles_active__T_0dk{background-color:#3dbb8e;color:#fff}.styles_sub-navigations__line__V5eXp{position:absolute;width:.4px;height:66px;background:#d0d0d0;top:30px;left:9.6px}.styles_organizations__TGuR2{display:flex;gap:0 4px;align-items:center;min-width:calc(100% - 40px)}.styles_organizations__TGuR2 .styles_title__HzIS5{all:unset;font-size:14px;font-family:SuisseIntl-Light;color:#252525}.styles_organizations__TGuR2 .styles_summary__M7b8q{width:100%;display:flex;align-items:center}.styles_organizations__TGuR2 .styles_button-wrapper__Z_J8w{margin-left:auto;height:100%}.styles_organizations__TGuR2 .styles_button-wrapper__Z_J8w>button{height:100%;width:40px}.styles_organizations__TGuR2 .styles_organization__pAh5I{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:0 8px;position:relative;text-decoration:none}.styles_organizations__TGuR2 .styles_organization__pAh5I .styles_text__Uvros{margin:0;width:100%;word-wrap:normal;overflow:hidden;font-size:14px;color:#515151}.styles_organizations__TGuR2 .styles_organizations-list__IzZ7q{min-width:calc(100% - 40px)}.styles_tooltip-wrapper__es1AX{min-width:30px;margin:0;display:flex;justify-content:center}.styles_tooltip__sKfvU{margin:6px 12px 4px;color:#000}.styles_wrapper__NCI3j{min-height:531px;border-radius:8px;border:1px solid #e2e8f0;border-top:0;border-top-right-radius:0;border-top-left-radius:0}.styles_wrapper__NCI3j .styles_Branch__bxvcP{display:flex;padding:10px 24px;box-sizing:border-box;border-top:1px solid #e9e9e9}.styles_wrapper__NCI3j .styles_Branch__bxvcP:hover{background-color:#f8f8f8}.styles_wrapper__NCI3j .styles_Branch__bxvcP:first-child{border-top:0;border-radius:0}.styles_wrapper__NCI3j .styles_Branch__bxvcP .styles_Link__lnMFb{text-decoration:none;cursor:pointer;width:100%;display:grid;grid-template-columns:min-content auto auto auto minmax(auto,25%) minmax(auto,25%) auto;align-items:center;grid-gap:0 20px;gap:0 20px}.styles_wrapper__NCI3j .styles_BranchInformationStatusWrapper__YMVMN{display:flex;gap:0 8px;justify-content:center;align-items:center;color:rgba(25,28,48,.9);font-family:PT Astra Sans;margin-left:auto;margin-right:30px;font-size:13px}.styles_wrapper__NCI3j .styles_BranchInformationStatusTypeDisabled__MPvID,.styles_wrapper__NCI3j .styles_BranchInformationStatusType__2C7yx{width:8px;height:8px;background:#3dbb8e;border-radius:50%}.styles_wrapper__NCI3j .styles_BranchInformationStatusTypeDisabled__MPvID{background:#f45252}.styles_wrapper__NCI3j .styles_BranchInformationStatusLabel__cDepu{font-family:SuisseIntl-Regular}.styles_wrapper__NCI3j .styles_BranchLogotype__cwV42{max-width:40px}.styles_wrapper__NCI3j .styles_BranchInformationRating__F7yT4{display:flex;gap:0 20px;align-items:center}.styles_wrapper__NCI3j .styles_BranchInformationDate__mbnAN{margin:0;width:120px;color:#7c7c7c;color:var(--Black--2,#7c7c7c);font-size:12px;line-height:16px;font-family:SuisseIntl-Regular}.styles_wrapper__NCI3j .styles_BranchInformationRatingStars__TnR64{margin:7px 0;display:flex;gap:0 6px}.styles_wrapper__NCI3j .styles_BranchInformationAddress__5UBYa{margin:0;color:#252525;width:100%;font-size:14px;font-family:SuisseIntl-Regular;white-space:nowrap;overflow:hidden;text-align:center}.styles_wrapper__NCI3j .styles_BranchInformationDescription__YOug4{position:relative;width:100%;margin:0;overflow:hidden;color:#252525;font-size:14px;font-family:SuisseIntl-Regular;white-space:nowrap}.styles_wrapper__NCI3j .styles_BranchInformationUser__T7pPH{margin:0;width:150px;color:#252525;font-family:SuisseIntl-SemiBold;font-size:14px;white-space:pre-line}.styles_wrapper__NCI3j .styles_BranchInformationIcons__1kjMc{display:grid;margin-left:auto;align-items:center;justify-content:flex-end;grid-template-columns:min-content min-content min-content;grid-gap:0 10px;gap:0 10px}.styles_wrapper__NCI3j .styles_BranchLogotypeWrapper__uB1CL{position:relative}.styles_wrapper__NCI3j .styles_BranchLogotypeWrapperImage__dL_Jd{width:40px;height:40px;background-size:contain;background-position:50%;background-repeat:no-repeat}.styles_wrapper__NCI3j .styles_ReviewNotViewed__EnFi2{top:10px;right:0;border:2px solid #fff;position:absolute;width:14px;height:14px;border-radius:50%;background:#368cf2;transform:translateY(-50%)}.styles_pagination___YMrI{margin:20px 0!important}.styles_filters-sort__EyGIt .styles_search__FPSTr{padding:12px 24px;display:flex;justify-content:flex-end;gap:0 32px;align-items:center;border-top-right-radius:8px;border-top-left-radius:8px;border:1px solid #e2e8f0}.styles_filters-sort__EyGIt .styles_search__FPSTr .styles_sort__Z1imK{margin-right:auto;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;cursor:pointer}.styles_filters-sort__EyGIt .styles_search__FPSTr .styles_search__FPSTr{width:596px;height:36px;gap:8px;border-radius:5px;border:1px solid var(--stroke,#dedede);background:var(--fill,linear-gradient(103deg,#f7f7f7 -15.92%,#fbfbfb 100.52%))}.styles_sort__Z1imK{display:flex}.styles_sort__Z1imK .styles_reset-filters__F6_lg{color:var(--new-green,#3dbb8e);text-align:right;font-family:SuisseIntl-Regular;font-size:18px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_sort__Z1imK .styles_wrapper__NCI3j{display:flex;margin-top:16px;margin-bottom:12px;width:100%;justify-content:space-between;align-items:flex-start;border-radius:8px;padding:2px}.styles_sort__Z1imK .styles_wrapper__NCI3j .styles_types__olaPY{padding:2px;border-radius:8px;background:hsla(240,4%,48%,.12)}.styles_sort__Z1imK .styles_wrapper__NCI3j .styles_types__olaPY .styles_reviewsTypeButton__8HNNJ{width:178px;height:28px;padding:2px;background:transparent;border:none;cursor:pointer;border-radius:8px;color:#000;font-family:SuisseIntl-Medium;font-size:15px}.styles_sort__Z1imK .styles_wrapper__NCI3j .styles_types__olaPY .styles_reviewsTypeButton__8HNNJ.styles_active__JkBXk{background:#fff;box-shadow:0 3px 1px 0 rgba(0,0,0,.04),0 3px 8px 0 rgba(0,0,0,.12)}.styles_sort__Z1imK .styles_wrapper__NCI3j .styles_button__ezTjH{margin:0;padding:0;background:transparent;border:none;outline:none;color:#34a95b;font-size:18px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.styles_filters__HjZI1{display:flex;gap:0 12px;margin-bottom:16px}.styles_filters__HjZI1 .styles_datepicker__3SyNZ,.styles_filters__HjZI1 .styles_input__sfCyM,.styles_filters__HjZI1 .styles_select__UKF8v{width:100%}.styles_title__XQVPQ{margin:0 0 8px;color:#252525;font-family:SuisseIntl-Regular;font-size:20px;font-weight:700}.styles_tooltip-wrapper__Jm1Ds{min-width:30px;margin:0;display:flex;justify-content:center}.styles_tooltip__sHXsB{margin:6px 12px 4px;color:#000}.styles_reviews__ldgln .styles_wrapper__SJlfK{min-height:531px;border-radius:8px;border:1px solid #e2e8f0;border-top:0;border-top-right-radius:0;border-top-left-radius:0}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_Branch__QWNOH{display:flex;padding:10px 24px;box-sizing:border-box;border-top:1px solid #e9e9e9}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_Branch__QWNOH:hover{background-color:#f8f8f8}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_Branch__QWNOH:first-child{border-top:0;border-radius:0}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_Branch__QWNOH .styles_Link__ebINq{text-decoration:none;cursor:pointer;width:100%;display:grid;grid-template-columns:min-content auto auto auto minmax(auto,25%) minmax(auto,25%) auto;align-items:center;grid-gap:0 20px;gap:0 20px}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationStatusWrapper__84ajl{display:flex;gap:0 8px;justify-content:center;align-items:center;color:rgba(25,28,48,.9);font-family:PT Astra Sans;margin-left:auto;margin-right:30px;font-size:13px}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationStatusTypeDisabled__IqJfQ,.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationStatusType__A1gcu{width:8px;height:8px;background:#3dbb8e;border-radius:50%}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationStatusTypeDisabled__IqJfQ{background:#f45252}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationStatusLabel__OZ9Ee{font-family:SuisseIntl-Regular}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchLogotype__qwGO_{max-width:40px}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationRating__ZLKMJ{display:flex;gap:0 20px;align-items:center}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationDate__FivMw{margin:0;width:120px;color:#7c7c7c;color:var(--Black--2,#7c7c7c);font-size:12px;line-height:16px;font-family:SuisseIntl-Regular}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationRatingStars__sQZun{margin:7px 0;display:flex;gap:0 6px}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationAddress__XK6Th{margin:0;color:#252525;width:100%;font-size:14px;font-family:SuisseIntl-Regular;white-space:nowrap;overflow:hidden;text-align:center}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationDescription__4giFv{position:relative;width:100%;margin:0;overflow:hidden;color:#252525;font-size:14px;font-family:SuisseIntl-Regular;white-space:nowrap}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationUser__DdxVL{margin:0;width:150px;color:#252525;font-family:SuisseIntl-SemiBold;font-size:14px;white-space:pre-line}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchInformationIcons__RyNgf{display:grid;margin-left:auto;align-items:center;justify-content:flex-end;grid-template-columns:min-content min-content min-content;grid-gap:0 10px;gap:0 10px}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchLogotypeWrapper__rNB_E{position:relative}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_BranchLogotypeWrapperImage__qtATZ{width:40px;height:40px;background-size:contain;background-position:50%;background-repeat:no-repeat}.styles_reviews__ldgln .styles_wrapper__SJlfK .styles_ReviewNotViewed__lKt3O{top:10px;right:0;border:2px solid #fff;position:absolute;width:14px;height:14px;border-radius:50%;background:#368cf2;transform:translateY(-50%)}.styles_reviews__ldgln .styles_pagination___aGkj{margin-top:20px}.styles_filters-sort__mDD0F .styles_search__d4khS{padding:12px 24px;display:flex;justify-content:flex-end;gap:0 32px;align-items:center;border-top-right-radius:8px;border-top-left-radius:8px;border:1px solid #e2e8f0}.styles_filters-sort__mDD0F .styles_search__d4khS .styles_sort__LoAlh{margin-right:auto;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;cursor:pointer}.styles_filters-sort__mDD0F .styles_search__d4khS .styles_search__d4khS{width:596px;height:36px;gap:8px;border-radius:5px;border:1px solid var(--stroke,#dedede);background:var(--fill,linear-gradient(103deg,#f7f7f7 -15.92%,#fbfbfb 100.52%))}.styles_sort__LoAlh{display:flex}.styles_sort__LoAlh .styles_reset-filters__wz2w_{color:var(--new-green,#3dbb8e);text-align:right;font-family:SuisseIntl-Regular;font-size:18px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_sort__LoAlh .styles_wrapper__SJlfK{display:flex;margin-top:16px;margin-bottom:12px;width:100%;justify-content:space-between;align-items:flex-start;border-radius:8px;padding:2px}.styles_sort__LoAlh .styles_wrapper__SJlfK .styles_types__LpNpd{padding:2px;border-radius:8px;background:hsla(240,4%,48%,.12)}.styles_sort__LoAlh .styles_wrapper__SJlfK .styles_types__LpNpd .styles_reviewsTypeButton__lk3Jy{width:178px;height:28px;padding:2px;background:transparent;border:none;cursor:pointer;border-radius:8px;color:#000;font-family:SuisseIntl-Medium;font-size:15px}.styles_sort__LoAlh .styles_wrapper__SJlfK .styles_types__LpNpd .styles_reviewsTypeButton__lk3Jy.styles_active__OVmax{background:#fff;box-shadow:0 3px 1px 0 rgba(0,0,0,.04),0 3px 8px 0 rgba(0,0,0,.12)}.styles_sort__LoAlh .styles_wrapper__SJlfK .styles_button__ciXR1{margin:0;padding:0;background:transparent;border:none;outline:none;color:#34a95b;font-size:18px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.styles_filters__UhpXX{display:flex;gap:0 12px;margin-bottom:16px}.styles_filters__UhpXX .styles_datepicker__ybMmn,.styles_filters__UhpXX .styles_input___ER_h,.styles_filters__UhpXX .styles_select__gdiR_{width:100%}.styles_search__t3MbJ{padding:12px 24px;display:flex;justify-content:flex-end;gap:0 32px;align-items:center;border-top-right-radius:8px;border-top-left-radius:8px;border:1px solid #e2e8f0}.styles_search__t3MbJ .styles_sort__ObO9I{margin-right:auto;color:var(--Black,#252525);font-family:SuisseIntl-Regular;font-size:14px;cursor:pointer}.styles_search__t3MbJ .styles_search__t3MbJ{width:596px;height:36px;gap:8px;border-radius:5px;border:1px solid var(--stroke,#dedede);background:var(--fill,linear-gradient(103deg,#f7f7f7 -15.92%,#fbfbfb 100.52%))}.styles_footer-wrapper__0Cr7X{margin-top:auto;width:100%;display:flex;justify-content:space-between;padding:0 50px 20px;box-sizing:border-box}.styles_footer-wrapper__0Cr7X .styles_privacy-policy-link__VuXn6,.styles_footer-wrapper__0Cr7X .styles_terms-of-use-link__uqqDr{color:#b9becf;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_Wrapper__Mwa6D{flex-direction:column;height:100vh;display:flex;justify-content:center;align-items:center}.styles_logotype-wrapper__QISjP{margin-top:97px}.styles_footer-wrapper__DHcrC{margin-top:auto;width:100%;display:flex;justify-content:space-between;padding:0 50px 20px;box-sizing:border-box}.styles_footer-registration-base-link__1sgiG,.styles_footer-registration-base-link__O6w16,.styles_footer-wrapper__DHcrC .styles_privacy-policy-link__IHKY_,.styles_footer-wrapper__DHcrC .styles_terms-of-use-link__IvGUC{color:#b9becf;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_form-wrapper__pcKL4{width:304px;margin-top:50px!important;display:grid;grid-gap:16px 0;gap:16px 0}.styles_form-wrapper__pcKL4 .styles_forgot-password__submit-button__gwtAy{display:flex;width:147px;height:42px;padding:10px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;text-align:center;font-family:SuisseIntl-Regular;font-size:16px;font-style:normal;line-height:24px;width:100%;cursor:pointer;font-size:12px}.styles_forgot-password__title__gTsrG,.styles_form-wrapper__pcKL4 .styles_form-title__X0LKM{margin:0;color:#252525;font-family:SuisseIntl-Medium;font-size:16px;font-style:normal;line-height:normal;text-align:center}