:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;-webkit-transform:translate3d(0,var(--y),0) scale(var(--s));transform:translate3d(0,var(--y),0) scale(var(--s));transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{-webkit-transform-origin:top;transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{-webkit-transform-origin:bottom;transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;-webkit-transform:scaleY(3);transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:initial}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a img,fieldset,img{border:none}input[type=email],input[type=password],input[type=tel],input[type=text],textarea{-webkit-appearance:none}button,input[type=submit]{cursor:pointer}button::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}button,input{border:0;margin:0;padding:0}a,a:focus,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:none}ol,ul{list-style-type:none}table{border-collapse:collapse;border-spacing:0;width:100%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@media(prefers-reduced-motion:reduce){*{transition:none!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f4f4;color:#1a1d1f;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.6;min-width:375px}.dark-mode{background:#111315;color:#fcfcfc}a{text-decoration:none}img,svg{vertical-align:middle}button{background:none}button,input,textarea{font-family:Inter,sans-serif}@media only screen and (max-width:1259px){.desktop-hide{display:none!important}}.desktop-show{display:none!important}@media only screen and (max-width:1259px){.desktop-show{display:block!important}.desktop-text-right{text-align:right}}@media only screen and (max-width:1023px){.tablet-hide{display:none!important}}.tablet-show{display:none!important}@media only screen and (max-width:1023px){.tablet-show{display:block!important}}@media only screen and (max-width:767px){.mobile-hide{display:none!important}}.mobile-show{display:none!important}@media only screen and (max-width:767px){.mobile-show{display:block!important}}.dark-mode .recharts-rectangle.recharts-tooltip-cursor{fill:#272b30}.dark-mode .recharts-curve.recharts-tooltip-cursor{stroke:#33383f}.dark-mode .recharts-sector{stroke:#1a1d1f}.container{margin:0 auto;max-width:1280px;padding:0 80px;width:100%}.h1,.h2,.h3,.h4{font-family:Inter,sans-serif;font-weight:600}.h1{font-size:64px}.h1,.h2{letter-spacing:-.03em;line-height:1}.h2{font-size:48px}.h3{font-size:40px;letter-spacing:-.02em;line-height:1.2}@media only screen and (max-width:767px){.h3{font-size:32px;letter-spacing:-.03em;line-height:1.25}}.h4{font-size:32px;letter-spacing:-.03em;line-height:1.25}[class^=button]{align-items:center;background:#2a85ff;border-radius:12px;color:#fcfcfc;display:inline-flex;font-size:15px;font-weight:700;height:48px;justify-content:center;line-height:1.6;padding:0 20px;text-align:center;transition:all .2s}[class^=button]:hover{background:#0069f6}[class^=button].disabled{opacity:.5;pointer-events:none}[class^=button] svg{fill:#fcfcfc;transition:all .2s}[class^=button]:not([class^=button-square]) svg:first-child{margin-right:8px}[class^=button]:not([class^=button-square]) svg:last-child{margin-left:8px}.button-stroke,.button-stroke-red{background:none;box-shadow:inset 0 0 0 2px #efefef}.dark-mode .button-stroke,.dark-mode .button-stroke-red{box-shadow:inset 0 0 0 2px #272b30}.button-stroke{color:#1a1d1f}.button-stroke svg{fill:#6f767e}.dark-mode .button-stroke{color:#fcfcfc}.button-stroke:hover{background:none;box-shadow:inset 0 0 0 2px #1a1d1f}.button-stroke:hover svg{fill:#1a1d1f}.dark-mode .button-stroke:hover{box-shadow:inset 0 0 0 2px #efefef}.dark-mode .button-stroke:hover svg{fill:#fcfcfc}.button-stroke.active{background:#272b30;box-shadow:inset 0 0 0 2px #272b30}.button-stroke.active svg{fill:#1a1d1f}.button-stroke-red{color:#ff6a55}.button-stroke-red svg{fill:#ff6a55}.button-stroke-red.active,.button-stroke-red:hover{background:#ff6a55;box-shadow:inset 0 0 0 2px #ff6a55;color:#fcfcfc}.button-stroke-red.active svg,.button-stroke-red:hover svg{fill:#fcfcfc}.button-white{background:#fcfcfc;box-shadow:inset 0 0 0 2px #efefef;color:#1a1d1f}.button-white svg{fill:#1a1d1f}.button-white.active,.button-white:hover{background:#fff;box-shadow:inset 0 0 0 2px #1a1d1f;color:#1a1d1f}.button-white.active svg,.button-white:hover svg{fill:#1a1d1f}.button-small{border-radius:8px;font-size:13px;height:40px;padding:0 16px}.button-square-stroke{background:none;box-shadow:inset 0 0 0 2px #efefef;flex:0 0 48px;height:48px;padding:0;transition:all .2s;width:48px}.button-square-stroke svg{fill:#6f767e}.dark-mode .button-square-stroke{box-shadow:inset 0 0 0 2px #272b30}.button-square-stroke:hover{background:#2a85ff;box-shadow:inset 0 0 0 2px #2a85ff}.button-square-stroke:hover svg{fill:#fcfcfc}.button-square-stroke.button-small{flex:0 0 40px;height:40px;width:40px}[class^=status]{border-radius:6px;display:inline-block;font-size:12px;font-weight:700;line-height:24px;padding:0 8px}.status-green{background:#eafae5;color:#83bf6e}.dark-mode .status-green{background:rgba(131,191,110,.15)}.status-green-dark{background:#b5e4ca;color:#1a1d1f}.status-red{background:#ffe7e4;color:#ff6a55}.dark-mode .status-red{background:rgba(255,106,85,.15)}.status-red-dark{background:#ffbc99;color:#1a1d1f}.status-purple{background:#cabdff;color:#8e59ff}.status-blue{background:#b1e5fc;color:#2a85ff}.status-blue-dark{background:#b1e5fc;color:#1a1d1f}.status-yellow,.status-yellow-dark{background:#ffd88d;color:#1a1d1f}.status-gray{background:#f0f0f0;color:#666}.dark-mode .status-gray{background:hsla(0,0%,40%,.15)}.status-gray-light{background:#f0f0f0;color:#fff}.dark-mode .status-gray-light{background:hsla(0,0%,40%,.15);color:#fff}.status-gray-dark{background:#f0f0f0;color:#1a1d1f}[class^=title]{display:inline-block;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;padding-left:32px;position:relative}@media only screen and (max-width:767px){[class^=title]{font-size:18px}}[class^=title]:before{border-radius:4px;content:"";height:32px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.title-red:before{background:#ffbc99}.title-blue:before{background:#b1e5fc}.title-purple:before{background:#cabdff}.title-yellow:before{background:#ffd88d}.title-green:before{background:#b5e4ca}.panel{align-items:center;display:flex;margin:auto -40px -40px;padding:60px 40px 20px;position:relative}@media only screen and (max-width:1339px){.panel{margin:auto -24px -32px;padding:44px 24px 20px}}@media only screen and (max-width:767px){.panel{margin:auto -16px -24px;padding:40px 16px 16px}}.panel:before{background:#fcfcfc;bottom:0;box-shadow:inset 1px 0 0 #f4f4f4;content:"";left:0;position:absolute;right:0;top:40px;z-index:-1}@media only screen and (max-width:1339px){.panel:before{top:24px}}.dark-mode .panel:before{background:#1a1d1f;box-shadow:inset 1px 0 0 #111315}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;transition:border-color .2s;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#efefef;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0;width:100%}.react-datepicker{color:#000;display:inline-block;font-family:Inter,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only{display:block}.dark-mode .react-datepicker{color:#fcfcfd}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{display:none;padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:50%}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:16px;font-weight:600;margin-bottom:8px;margin-top:0}.dark-mode .react-datepicker__current-month{color:#fcfcfd}.dark-mode .react-datepicker__day:hover{background-color:#272b30;color:#fcfcfc}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:7px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;width:100%}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:left;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:360px;list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}@media(max-width:1259px){.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{height:230px}}@media(max-width:767px){.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{height:360px}}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{border-radius:4px;color:#6f767e;font-size:15px;font-weight:600;line-height:40px;padding:0 12px;transition:background .2s,color .2s;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#efefef;color:#1a1d1f;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#272b30;color:#fff}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#272b30;color:#fcfcfc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:transparent;cursor:default}.dark-mode .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#272b30;color:#fcfcfc}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:40px;margin:0;text-align:center;width:40px}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#efefef;border-radius:50%}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{border-radius:0;display:inline-block;font-size:14px;font-weight:500;line-height:40px;margin:0;text-align:center;width:40px}.react-datepicker__day-name{color:#6f767e}.react-datepicker__month--in-range,.react-datepicker__month--in-selecting-range,.react-datepicker__month--selected,.react-datepicker__quarter--in-range,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--selected{background-color:#272b30;border-radius:50%;color:#fff}.react-datepicker__month--in-range:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--selected:hover,.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--selected:hover{background-color:#1c1e22}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{background-color:transparent;cursor:default}.react-datepicker__day--outside-month{color:#6f767e}.react-datepicker__day{border-radius:50%}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer;-webkit-user-select:none;user-select:none}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#efefef;border-radius:50%}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:50%;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--today,.react-datepicker__day--today:hover,.react-datepicker__month-text--today,.react-datepicker__month-text--today:hover,.react-datepicker__quarter-text--today,.react-datepicker__quarter-text--today:hover,.react-datepicker__year-text--today,.react-datepicker__year-text--today:hover{background-color:#2a85ff;color:#fcfcfc}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#272b30;border-radius:50%;color:#f4f4f4}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1c1e22}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#3e444c;border-radius:50%;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1c1e22}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(39,43,48,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#efefef;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--range-end,.react-datepicker__day--range-start{background-color:#f4f4f4!important;color:#111315;position:relative}.dark-mode .react-datepicker__day--in-range,.dark-mode .react-datepicker__day--in-selecting-range,.dark-mode .react-datepicker__day--selected,.dark-mode .react-datepicker__month-text--in-range,.dark-mode .react-datepicker__month-text--in-selecting-range,.dark-mode .react-datepicker__month-text--selected,.dark-mode .react-datepicker__quarter-text--in-range,.dark-mode .react-datepicker__quarter-text--in-selecting-range,.dark-mode .react-datepicker__quarter-text--selected,.dark-mode .react-datepicker__year-text--in-range,.dark-mode .react-datepicker__year-text--in-selecting-range,.dark-mode .react-datepicker__year-text--selected{background-color:#fcfcfc;color:#111315!important}.dark-mode .react-datepicker__day--today{background-color:#2a85ff;color:#fcfcfc!important}.dark-mode .react-datepicker__day--selected{background-color:#272b30;color:#fcfcfc!important}.dark-mode .react-datepicker__day--range-end,.dark-mode .react-datepicker__day--range-start{background-color:#111315!important;color:#f4f4f4!important}.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover{background-color:#272b30}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#efefef}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:50%;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#efefef;border:1px solid #aeaeae;border-radius:50%;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:50%;border-top-right-radius:50%}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:50%;border-bottom-right-radius:50%;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#272b30;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#efefef;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media(max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-arrow{border-radius:50%;font-size:0;height:40px;position:absolute;transition:all .2s;width:40px;z-index:2}.slick-arrow svg{fill:#6f767e;position:relative;transition:fill .2s;z-index:2}.slick-arrow:hover{box-shadow:inset 0 0 0 2px #272b30}.dark-mode .slick-arrow:hover{box-shadow:inset 0 0 0 2px #efefef}.dark-mode .slick-arrow:hover svg{fill:#272b30}@media only screen and (max-width:767px){.photo-slider{padding-bottom:64px}}.photo-slider .slick-list{overflow:visible}.photo-slider .slick-track{display:flex}.photo-slider .slick-slide{height:auto;opacity:0;padding:0 16px;transition:all .4s;visibility:hidden}@media only screen and (max-width:767px){.photo-slider .slick-slide{padding:0}}.photo-slider .slick-slide.slick-active{opacity:1;visibility:visible}.photo-slider .slick-slide>div{display:flex;flex-grow:1;height:100%}.photo-slider .slick-arrow{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:767px){.photo-slider .slick-arrow{bottom:0;top:auto;-webkit-transform:translateY(0);transform:translateY(0)}}.photo-slider .slick-prev{left:-56px}@media only screen and (max-width:767px){.photo-slider .slick-prev{left:calc(50% - 48px)}}.photo-slider .slick-next{right:-56px}@media only screen and (max-width:767px){.photo-slider .slick-next{right:calc(50% - 48px)}}.products-slider{padding-bottom:62px}@media only screen and (max-width:767px){.products-slider .slick-list{margin:0 -296px 0 -8px}}.products-slider .slick-slide{padding:0 12px}@media only screen and (max-width:767px){.products-slider .slick-slide{padding:0 8px}}.products-slider .slick-arrow{bottom:0;opacity:1;visibility:visible}.dark-mode .products-slider .slick-arrow:hover{box-shadow:inset 0 0 0 2px #272b30}.dark-mode .products-slider .slick-arrow:hover svg{fill:#fcfcfc}.products-slider .slick-prev{left:calc(50% - 48px)}.products-slider .slick-next{right:calc(50% - 48px)}.rdw-editor-wrapper .rdw-option-wrapper{background:none;border:1px solid transparent;border-radius:4px;height:20px;margin:0 2px;min-width:20px;transition:border-color .2s}@media only screen and (max-width:767px){.rdw-editor-wrapper .rdw-option-wrapper{height:16px;min-width:16px}}.dark-mode .rdw-editor-wrapper .rdw-option-wrapper{background:#bfc3c7}.rdw-editor-wrapper .rdw-option-wrapper:hover{border-color:#6f767e;box-shadow:none}.rdw-editor-wrapper .rdw-option-wrapper.rdw-option-active{border-color:#2a85ff;box-shadow:none}.dark-mode .rdw-editor-wrapper .rdw-option-wrapper.rdw-option-active{border-color:#2a85ff;box-shadow:inset 0 0 0 1px #2a85ff}.rdw-editor-wrapper .rdw-history-wrapper{margin-left:auto}.rdw-editor-wrapper .public-DraftStyleDefault-block{margin:12px 16px}.rdw-editor-wrapper .rdw-emoji-modal,.rdw-editor-wrapper .rdw-link-modal{box-shadow:0 10px 25px rgba(17,19,21,.1)}.app{padding:40px;text-align:center}.container{margin:auto;width:50%}.ReactTags__tags{background:#f4f4f4;border-radius:12px;padding:0 0 5px;position:relative}.dark-mode .ReactTags__tags{background:#272b30}.ReactTags__clearAll{background:#ff6a55;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;height:40px;margin:10px;padding:0 10px}.ReactTags__tagInput{border-radius:2px;display:inline-block}.ReactTags__tagInput input.ReactTags__tagInputField,.ReactTags__tagInput input.ReactTags__tagInputField:focus{background:none;border:none;box-shadow:none;color:#1a1d1f;font-size:14px;font-weight:600;height:40px;margin:0;min-width:240px;padding:0 5px}.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField,.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField:focus{color:#fcfcfc}.ReactTags__tagInput input.ReactTags__tagInputField::-webkit-input-placeholder{color:#9a9fa5}.ReactTags__tagInput input.ReactTags__tagInputField::placeholder{color:#9a9fa5}.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField::-webkit-input-placeholder{color:#6f767e}.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField::placeholder{color:#6f767e}.ReactTags__editInput{border-radius:1px}.ReactTags__editTagInput{display:inline-flex}.ReactTags__selected span.ReactTags__tag{align-items:center;background:#2a85ff;border-radius:8px;color:#fcfcfc;display:inline-flex;font-size:13px;font-weight:700;margin:5px 5px 0;padding:8px 16px}.ReactTags__suggestions{position:absolute}.ReactTags__suggestions ul{background:#fff;box-shadow:.05em .01em .5em rgba(0,0,0,.2);list-style-type:none;width:200px}.ReactTags__suggestions ul li.ReactTags__activeSuggestion{background:#b1e5fc;cursor:pointer}.ReactTags__suggestions li{border-bottom:1px solid #efefef;margin:0;padding:5px 10px}.ReactTags__suggestions li mark{background:none;font-weight:600;text-decoration:underline}.ReactTags__remove{background:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293z' fill='%23fcfcfc'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;border:none;color:#fff;cursor:pointer;font-size:0;height:24px;margin:0 0 0 8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:24px}.ReactTags__remove:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Page_page__3Porw{padding:96px 0 0 340px}@media only screen and (max-width:1339px){.Page_page__3Porw{padding:80px 0 0 300px}}@media only screen and (max-width:1259px){.Page_page__3Porw{padding-left:96px}}@media only screen and (max-width:1023px){.Page_page__3Porw{overflow:hidden}}@media only screen and (max-width:767px){.Page_page__3Porw{padding-left:0}.Page_sidebar__YhvE2{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.Page_sidebar__YhvE2.Page_visible__7xt9r{-webkit-transform:translateX(0);transform:translateX(0)}}.Page_inner__7dpUB{display:flex;flex-direction:column;min-height:calc(100vh - 96px);padding:40px}@media only screen and (max-width:1339px){.Page_inner__7dpUB{padding:32px 24px}}@media only screen and (max-width:767px){.Page_inner__7dpUB{padding:24px 16px}}.Page_container__C4cdu{display:flex;flex-direction:column;flex-grow:1;margin:0 auto;max-width:1200px;width:100%}.Page_container__C4cdu.Page_wide__nQ4F3{max-width:100%}.Page_title__jkLaO{margin-bottom:24px}@media only screen and (max-width:767px){.Page_title__jkLaO{margin-bottom:16px}}.Sidebar_sidebar__VbI0A{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;background:#fcfcfc;bottom:0;display:flex;flex-direction:column;left:0;overflow:auto;padding:24px;position:fixed;scrollbar-width:none;top:0;width:340px}.Sidebar_sidebar__VbI0A::-webkit-scrollbar{display:none}@media only screen and (max-width:1339px){.Sidebar_sidebar__VbI0A{padding:16px;width:300px}}@media only screen and (max-width:1259px){.Sidebar_sidebar__VbI0A{align-items:center;width:96px;z-index:14}}@media only screen and (max-width:767px){.Sidebar_sidebar__VbI0A{align-items:stretch;width:100%}}.dark-mode .Sidebar_sidebar__VbI0A{background:#1a1d1f}@media only screen and (max-width:1259px){.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX{align-items:stretch;box-shadow:4px 0 32px rgba(17,19,21,.05);width:300px}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_item__njko2,.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_link__1WGhn{font-size:15px;width:100%}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_item__njko2 svg,.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_link__1WGhn svg{margin-right:12px}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_counter__\+nWrq{display:block}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_toggle__tfpWw{position:absolute;right:16px;top:16px}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_toggle__tfpWw svg{fill:#1a1d1f}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_toggle__tfpWw svg:first-child{display:none}.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX .Sidebar_toggle__tfpWw svg:nth-child(2){display:inline-block}}@media only screen and (max-width:767px){.Sidebar_sidebar__VbI0A.Sidebar_active__RFgsX{width:100%}}.Sidebar_logo__Keoyf{display:block;margin-bottom:48px;width:30px}@media only screen and (max-width:1339px){.Sidebar_logo__Keoyf{margin-bottom:24px}}@media only screen and (max-width:767px){.Sidebar_logo__Keoyf{margin-left:auto}}.Sidebar_logo__Keoyf img{width:100%}.Sidebar_menu__KKdHK{display:flex;flex-direction:column;margin-bottom:auto}.Sidebar_dropdown__Zh6Nx,.Sidebar_item__njko2{margin-bottom:8px}.Sidebar_item__njko2,.Sidebar_link__1WGhn{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border-radius:12px;color:#6f767e;display:flex;font-size:15px;font-weight:600;height:48px;padding:0 12px;transition:background .2s,box-shadow .2s,color .2s;white-space:nowrap;width:100%}@media only screen and (max-width:1259px){.Sidebar_item__njko2,.Sidebar_link__1WGhn{font-size:0;width:48px}}@media only screen and (max-width:767px){.Sidebar_item__njko2,.Sidebar_link__1WGhn{font-size:15px;width:100%}}.Sidebar_item__njko2 svg,.Sidebar_link__1WGhn svg{fill:#6f767e;margin-right:12px;transition:fill .2s}@media only screen and (max-width:1259px){.Sidebar_item__njko2 svg,.Sidebar_link__1WGhn svg{margin-right:0}}@media only screen and (max-width:767px){.Sidebar_item__njko2 svg,.Sidebar_link__1WGhn svg{margin-right:12px}}.Sidebar_item__njko2.Sidebar_active__RFgsX,.Sidebar_item__njko2:hover,.Sidebar_link__1WGhn.Sidebar_active__RFgsX,.Sidebar_link__1WGhn:hover{color:#1a1d1f}.Sidebar_item__njko2.Sidebar_active__RFgsX svg,.Sidebar_item__njko2:hover svg,.Sidebar_link__1WGhn.Sidebar_active__RFgsX svg,.Sidebar_link__1WGhn:hover svg{fill:#1a1d1f}.dark-mode .Sidebar_item__njko2.Sidebar_active__RFgsX,.dark-mode .Sidebar_item__njko2:hover,.dark-mode .Sidebar_link__1WGhn.Sidebar_active__RFgsX,.dark-mode .Sidebar_link__1WGhn:hover{color:#fcfcfc}.dark-mode .Sidebar_item__njko2.Sidebar_active__RFgsX svg,.dark-mode .Sidebar_item__njko2:hover svg,.dark-mode .Sidebar_link__1WGhn.Sidebar_active__RFgsX svg,.dark-mode .Sidebar_link__1WGhn:hover svg{fill:#fcfcfc}.Sidebar_item__njko2.Sidebar_active__RFgsX,.Sidebar_link__1WGhn.Sidebar_active__RFgsX{background:#efefef;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px #fff}.dark-mode .Sidebar_item__njko2.Sidebar_active__RFgsX,.dark-mode .Sidebar_link__1WGhn.Sidebar_active__RFgsX{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.4),inset 0 1px 1px hsla(0,0%,100%,.11)}.Sidebar_toggle__tfpWw{-webkit-tap-highlight-color:rgba(0,0,0,0);display:none;height:48px;width:48px}@media only screen and (max-width:1259px){.Sidebar_toggle__tfpWw{display:inline-block}}@media only screen and (max-width:767px){.Sidebar_toggle__tfpWw{display:none}}.Sidebar_toggle__tfpWw svg{fill:#6f767e}.Sidebar_close__ylkIT,.Sidebar_toggle__tfpWw svg:nth-child(2){display:none}@media only screen and (max-width:767px){.Sidebar_close__ylkIT{display:block;height:48px;left:16px;position:absolute;top:16px;width:48px}.Sidebar_close__ylkIT svg{fill:#1a1d1f}.dark-mode .Sidebar_close__ylkIT svg{fill:#fcfcfc}}.Sidebar_foot__nejZo{border-top:2px solid #f4f4f4;margin-top:24px;padding-top:18px}@media only screen and (max-width:1259px){.Sidebar_foot__nejZo{margin-top:12px;padding-top:12px}}.dark-mode .Sidebar_foot__nejZo{border-color:#272b30}.Sidebar_theme__YCGX5{margin-top:16px}.Sidebar_counter__\+nWrq{background:#cabdff;border-radius:6px;color:#1a1d1f;flex-shrink:0;line-height:24px;margin-left:auto;min-width:24px;text-align:center}@media only screen and (max-width:1259px){.Sidebar_counter__\+nWrq{display:none}}@media only screen and (max-width:767px){.Sidebar_counter__\+nWrq{display:block}}@media only screen and (max-width:1259px){.Sidebar_overlay__jUIR8{background:hsla(0,0%,96%,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:12}.dark-mode .Sidebar_overlay__jUIR8{background:rgba(39,43,48,.9)}.Sidebar_overlay__jUIR8.Sidebar_active__RFgsX{opacity:1;visibility:visible}}@media only screen and (max-width:767px){.Sidebar_overlay__jUIR8{display:none}}.Theme_theme__E9DIX{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block;font-size:0;position:relative;-webkit-user-select:none;user-select:none}@media only screen and (max-width:1259px){.Theme_theme__E9DIX.Theme_wide__gxuyC .Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child{display:flex}.Theme_theme__E9DIX.Theme_wide__gxuyC .Theme_inner__PcSd8{border-radius:20px;display:flex;padding:4px 2px}.Theme_theme__E9DIX.Theme_wide__gxuyC .Theme_box__nvSvn{border-radius:16px;display:flex;font-size:15px;height:32px}.Theme_theme__E9DIX.Theme_wide__gxuyC .Theme_box__nvSvn svg{margin-right:8px}}.Theme_input__ehEeI{left:0;opacity:0;position:absolute;top:0}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8{background:#111315}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child{background:none;box-shadow:none;color:#6f767e}@media only screen and (max-width:1259px){.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child{display:none}}@media only screen and (max-width:767px){.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child{display:flex}}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child svg{fill:#6f767e}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child:hover{color:#fcfcfc}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:first-child:hover svg{fill:#fcfcfc}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:nth-child(2){background:#272b30;box-shadow:0 4px 8px -4px rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.49),inset 0 2px 1px hsla(0,0%,100%,.06);color:#fcfcfc}.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:nth-child(2) svg{fill:#fcfcfc}@media only screen and (max-width:1259px){.Theme_input__ehEeI:checked+.Theme_inner__PcSd8 .Theme_box__nvSvn:nth-child(2){display:flex}}.Theme_inner__PcSd8{background:#f4f4f4;border-radius:20px;display:flex;padding:4px 2px;position:relative;transition:background .2s}@media only screen and (max-width:1259px){.Theme_inner__PcSd8{border-radius:50%;display:block;padding:2px}}@media only screen and (max-width:767px){.Theme_inner__PcSd8{border-radius:20px;display:flex;padding:4px 2px}}.Theme_box__nvSvn{align-items:center;border-radius:16px;display:flex;flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;font-size:15px;height:32px;justify-content:center;margin:2px;transition:background .2s,box-shadow .2s,color .2s}@media only screen and (max-width:1259px){.Theme_box__nvSvn{border-radius:50%;font-size:0;height:40px}}@media only screen and (max-width:767px){.Theme_box__nvSvn{border-radius:16px;font-size:15px;height:32px}}.Theme_box__nvSvn svg{margin-right:8px;transition:fill .2s}@media only screen and (max-width:1259px){.Theme_box__nvSvn svg{margin-right:0}}@media only screen and (max-width:767px){.Theme_box__nvSvn svg{margin-right:8px}}.Theme_box__nvSvn:first-child{background:#fcfcfc;box-shadow:0 4px 8px -4px rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.04),inset 0 2px 0 hsla(0,0%,100%,.25)}.Theme_box__nvSvn:nth-child(2){color:#6f767e}@media only screen and (max-width:1259px){.Theme_box__nvSvn:nth-child(2){display:none}}@media only screen and (max-width:767px){.Theme_box__nvSvn:nth-child(2){display:flex}}.Theme_box__nvSvn:nth-child(2) svg{fill:#6f767e}.Theme_box__nvSvn:hover{color:#1a1d1f}.Theme_box__nvSvn:hover svg{fill:#1a1d1f}.Dropdown_dropdown__B4HOQ.Dropdown_active__OEhlq .Dropdown_head__B8IcS svg:last-child{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Dropdown_dropdown__B4HOQ.Dropdown_active__OEhlq .Dropdown_body__HQFhv{display:block}@media only screen and (max-width:1259px){.Dropdown_dropdown__B4HOQ.Dropdown_active__OEhlq .Dropdown_body__HQFhv{display:none}}@media only screen and (max-width:767px){.Dropdown_dropdown__B4HOQ.Dropdown_active__OEhlq .Dropdown_body__HQFhv{display:block}}@media only screen and (max-width:1259px){.Dropdown_dropdown__B4HOQ.Dropdown_wide__T7aUs .Dropdown_head__B8IcS{font-size:15px}}@media only screen and (max-width:1259px)and (max-width:1259px){.Dropdown_dropdown__B4HOQ.Dropdown_wide__T7aUs .Dropdown_head__B8IcS svg:first-child{margin-right:12px}.Dropdown_dropdown__B4HOQ.Dropdown_wide__T7aUs .Dropdown_head__B8IcS svg:last-child{display:inline-block}}@media only screen and (max-width:1259px){.Dropdown_dropdown__B4HOQ.Dropdown_wide__T7aUs .Dropdown_add__pI\+5p{display:flex}.Dropdown_dropdown__B4HOQ.Dropdown_wide__T7aUs.Dropdown_active__OEhlq .Dropdown_body__HQFhv{display:block}}.Dropdown_top__x3M5G{position:relative}.Dropdown_top__x3M5G.Dropdown_active__OEhlq .Dropdown_head__B8IcS{background:#efefef;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px #fff;color:#1a1d1f}.dark-mode .Dropdown_top__x3M5G.Dropdown_active__OEhlq .Dropdown_head__B8IcS{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.4),inset 0 1px 1px hsla(0,0%,100%,.11);color:#fcfcfc}.Dropdown_head__B8IcS{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border-radius:12px;color:#6f767e;display:flex;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 12px;transition:background .2s,box-shadow .2s,color .2s;white-space:nowrap;width:100%}@media only screen and (max-width:1259px){.Dropdown_head__B8IcS{font-size:0}}@media only screen and (max-width:767px){.Dropdown_head__B8IcS{font-size:15px}}.Dropdown_head__B8IcS:hover{color:#1a1d1f}.Dropdown_head__B8IcS:hover svg{fill:#1a1d1f}.dark-mode .Dropdown_head__B8IcS:hover{color:#fcfcfc}.dark-mode .Dropdown_head__B8IcS:hover svg{fill:#fcfcfc}@media only screen and (max-width:1259px){.Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs){background:#efefef;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px #fff;color:#1a1d1f}}@media only screen and (max-width:767px){.Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs){background:none;box-shadow:none;color:#6f767e}}@media only screen and (max-width:1259px){.dark-mode .Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs){background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.4),inset 0 1px 1px hsla(0,0%,100%,.11);color:#fcfcfc}.dark-mode .Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs) svg{fill:#fcfcfc}}@media only screen and (max-width:767px){.dark-mode .Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs){background:none;box-shadow:none;color:#6f767e}.dark-mode .Dropdown_head__B8IcS.Dropdown_active__OEhlq:not(.Dropdown_wide__T7aUs) svg{fill:#6f767e}}.Dropdown_head__B8IcS svg{fill:#6f767e;flex-shrink:0;transition:fill .2s,-webkit-transform .2s;transition:transform .2s,fill .2s;transition:transform .2s,fill .2s,-webkit-transform .2s}.Dropdown_head__B8IcS svg:first-child{margin-right:12px}@media only screen and (max-width:1259px){.Dropdown_head__B8IcS svg:first-child{margin-right:0}}@media only screen and (max-width:767px){.Dropdown_head__B8IcS svg:first-child{margin-right:12px}}.Dropdown_head__B8IcS svg:last-child{margin-left:auto}@media only screen and (max-width:1259px){.Dropdown_head__B8IcS svg:last-child{display:none}}@media only screen and (max-width:767px){.Dropdown_head__B8IcS svg:last-child{display:inline-block}}.Dropdown_add__pI\+5p{align-items:center;border:2px solid #efefef;border-radius:50%;display:flex;font-size:0;height:24px;justify-content:center;position:absolute;right:48px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:border-color .2s;width:24px}@media only screen and (max-width:1259px){.Dropdown_add__pI\+5p{display:none}}@media only screen and (max-width:767px){.Dropdown_add__pI\+5p{display:flex}}.dark-mode .Dropdown_add__pI\+5p{border-color:#33383f}.Dropdown_add__pI\+5p svg{fill:#6f767e;transition:fill .2s}.Dropdown_add__pI\+5p:hover{border-color:#1a1d1f}.Dropdown_add__pI\+5p:hover svg{fill:#1a1d1f}.dark-mode .Dropdown_add__pI\+5p:hover{border-color:#9a9fa5}.dark-mode .Dropdown_add__pI\+5p:hover svg{fill:#9a9fa5}.Dropdown_add__pI\+5p.Dropdown_active__OEhlq{border-color:#9a9fa5}.Dropdown_add__pI\+5p.Dropdown_active__OEhlq svg{fill:#9a9fa5}.Dropdown_body__HQFhv{display:none;padding-left:36px;position:relative}.Dropdown_body__HQFhv:before{background:#efefef;border-radius:2px;bottom:32px;content:"";left:23px;position:absolute;top:0;width:2px}.dark-mode .Dropdown_body__HQFhv:before{background:#272b30}.Dropdown_link__awNIp{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border-radius:12px;color:#6f767e;display:flex;height:48px;padding:0 12px;position:relative;transition:background .2s,box-shadow .2s,color .2s}.Dropdown_link__awNIp:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath d='M1 1v4a8 8 0 0 0 8 8h4' stroke='%23efefef' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:12px;left:-13px;position:absolute;top:12px;width:12px}.dark-mode .Dropdown_link__awNIp:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath d='M1 1v4a8 8 0 0 0 8 8h4' stroke='%23272B30' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.Dropdown_link__awNIp svg{fill:#1a1d1f;margin-left:auto;opacity:0;transition:opacity .2s}.dark-mode .Dropdown_link__awNIp svg{fill:#fcfcfc}.Dropdown_link__awNIp:hover{color:#1a1d1f}.dark-mode .Dropdown_link__awNIp:hover{color:#fcfcfc}.Dropdown_link__awNIp.Dropdown_active__OEhlq{background:#efefef;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px #fff;color:#1a1d1f}.dark-mode .Dropdown_link__awNIp.Dropdown_active__OEhlq{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.4),inset 0 1px 1px hsla(0,0%,100%,.11);color:#fcfcfc}.Dropdown_link__awNIp.Dropdown_active__OEhlq svg{opacity:1}.Dropdown_counter__1iccm{border-radius:6px;color:#1a1d1f;flex-shrink:0;line-height:24px;margin-left:auto;min-width:24px;text-align:center}.Help_help__b5alF{-webkit-overflow-scrolling:touch;background:#fff;bottom:0;display:flex;flex-direction:column;left:0;overflow:auto;padding:24px 12px;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:340px;z-index:15}@media only screen and (max-width:1339px){.Help_help__b5alF{padding:16px 8px;width:320px}}@media only screen and (max-width:767px){.Help_help__b5alF{width:100%}}.dark-mode .Help_help__b5alF{background:#111315}.Help_help__b5alF.Help_active__EMdW4{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:1259px){.Help_help__b5alF.Help_active__EMdW4{box-shadow:4px 0 32px rgba(17,19,21,.05)}}.Help_head__uPsxO{align-items:center;display:flex;margin-bottom:12px;padding:12px}.Help_head__uPsxO>svg{fill:#1a1d1f;margin-right:12px}.dark-mode .Help_head__uPsxO>svg{fill:#fcfcfc}.Help_close__kLAbT{margin-left:auto}.Help_close__kLAbT svg{fill:#1a1d1f;transition:fill .2s}.dark-mode .Help_close__kLAbT svg{fill:#fcfcfc}.Help_close__kLAbT:hover svg{fill:#2a85ff}.Help_list__qBz0a{border-top:1px solid #efefef;margin-bottom:auto;padding:24px 0}.dark-mode .Help_list__qBz0a{border-color:hsla(212,6%,46%,.2)}.Help_menu__xJ8E5{display:flex;flex-direction:column}.Help_link__7uJFd{align-items:center;border-radius:12px;color:#6f767e;display:flex;height:48px;padding:0 12px;transition:all .2s}.Help_link__7uJFd svg{fill:#6f767e;transition:fill .2s}.Help_link__7uJFd>svg{margin-right:12px}.Help_link__7uJFd:hover{color:#1a1d1f}.Help_link__7uJFd:hover svg{fill:#1a1d1f}.dark-mode .Help_link__7uJFd:hover{color:#fcfcfc}.dark-mode .Help_link__7uJFd:hover svg{fill:#fcfcfc}.Help_link__7uJFd:not(:last-child){margin-bottom:8px}@media only screen and (max-width:1339px){.Help_link__7uJFd:not(:last-child){margin-bottom:4px}}.Help_arrow__TmnYi{margin-left:auto}.Help_counter__6ooUG{background:#ffbc99;border-radius:6px;color:#1a1d1f;flex-shrink:0;line-height:24px;margin-left:auto;min-width:24px;text-align:center}.Help_overlay__ohbWJ{background:hsla(0,0%,96%,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:14}.dark-mode .Help_overlay__ohbWJ{background:rgba(39,43,48,.9)}.Help_overlay__ohbWJ.Help_active__EMdW4{opacity:1;visibility:visible}.Item_item__Bvul2{align-items:center;border-radius:12px;cursor:pointer;display:flex;padding:12px;transition:all .2s}@media only screen and (max-width:1339px){.Item_item__Bvul2{padding:6px}}.Item_item__Bvul2:hover{background:#f4f4f4;box-shadow:0 2px 4px rgba(0,0,0,.1)}.dark-mode .Item_item__Bvul2:hover{background:#1a1d1f;box-shadow:none}.Item_item__Bvul2:not(:last-child){margin-bottom:8px}.Item_preview__o0E5h{flex-shrink:0;height:72px;margin-right:16px;width:96px}.Item_preview__o0E5h img{border-radius:8px;height:100%;object-fit:cover;width:100%}.Item_title__8Bfu3{margin-bottom:8px}.Item_line__g4cAp{align-items:center;display:flex}.Item_status__CGzEx{color:#1a1d1f;margin-right:4px}.Item_user__aRBea{align-items:center;border:1px solid #efefef;border-radius:4px;display:flex;padding:1px 8px 1px 1px}.dark-mode .Item_user__aRBea{border-color:#272b30}.Item_avatar__Ta0\+V{flex-shrink:0;font-size:0;height:20px;margin-right:4px;width:20px}.Item_avatar__Ta0\+V img{border-radius:2px;height:100%;object-fit:cover;width:100%}.Item_time__kFj06{color:#6f767e;font-size:12px;font-weight:700;line-height:1.3333333333}.ModalProduct_modal__VVr4z{-webkit-animation:ModalProduct_showModal__pj4b1 .4s forwards;animation:ModalProduct_showModal__pj4b1 .4s forwards;background:#1a1d1f;display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:112px 40px 56px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:1023px){.ModalProduct_modal__VVr4z{padding:112px 24px 56px}}@media only screen and (max-width:767px){.ModalProduct_modal__VVr4z{padding:148px 16px 32px}}.dark-mode .ModalProduct_modal__VVr4z{background:#fcfcfc}@-webkit-keyframes ModalProduct_showModal__pj4b1{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__pj4b1{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__Iq7FM{margin:auto;max-width:1124px;width:100%}.ModalProduct_video__4x27y video{border-radius:12px;width:100%}.ModalProduct_wrapper__2NH0B{overflow:hidden;padding:0 56px}@media only screen and (max-width:767px){.ModalProduct_wrapper__2NH0B{padding:0}}.ModalProduct_preview__RBqCr{align-items:center;display:flex;height:100%}.ModalProduct_preview__RBqCr img{border-radius:16px;width:100%}.ModalProduct_figcaption__wUZ75{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-top:32px;text-align:center}@media only screen and (max-width:1259px){.ModalProduct_figcaption__wUZ75{margin-top:24px}}@media only screen and (max-width:767px){.ModalProduct_figcaption__wUZ75{margin-top:16px}}.Panel_panel__oLPGy{align-items:center;display:flex;left:40px;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.Panel_panel__oLPGy{left:24px;right:24px;top:24px}}@media only screen and (max-width:767px){.Panel_panel__oLPGy{left:16px;right:16px;top:24px}}@media only screen and (max-width:1023px){.Panel_panel__oLPGy.Panel_panelGallery__ZCAsu{flex-wrap:wrap}.Panel_panel__oLPGy.Panel_panelGallery__ZCAsu .Panel_title__eVPw5{flex-grow:1;max-width:calc(100% - 96px);order:1;padding-right:24px;position:static;text-align:left;-webkit-transform:translate(0);transform:translate(0)}.Panel_panel__oLPGy.Panel_panelGallery__ZCAsu .Panel_control__vAS\+q{align-self:flex-start;order:2}.Panel_panel__oLPGy.Panel_panelGallery__ZCAsu .Panel_actions__Id4lM{margin-top:20px;order:3;width:100%}}@media only screen and (max-width:767px){.Panel_panel__oLPGy.Panel_panelGallery__ZCAsu .Panel_title__eVPw5{padding:0 16px 0 0}}.Panel_actions__Id4lM{align-items:center;display:flex;flex-shrink:0;margin-right:auto}.Panel_actions__Id4lM .Panel_button__GyrgU{margin-left:12px}.Panel_favorite__qjp\+k{background:#efefef;border:1px solid #fcfcfc;border-radius:8px;color:#1a1d1f;font-size:13px;font-weight:700;height:40px;line-height:1.8461538462;padding:0 16px;transition:all .2s}@media only screen and (max-width:767px){.Panel_favorite__qjp\+k{border-radius:50%;font-size:0;padding:0;width:40px}}.dark-mode .Panel_favorite__qjp\+k{background:transparent;border-color:#efefef}.Panel_favorite__qjp\+k svg{fill:#ff6a55;margin-right:10px;transition:fill .2s}@media only screen and (max-width:767px){.Panel_favorite__qjp\+k svg{margin-right:0}}.Panel_favorite__qjp\+k:hover{background:#ff6a55;border-color:#ff6a55;color:#fcfcfc}.Panel_favorite__qjp\+k:hover svg{fill:#fcfcfc}.Panel_title__eVPw5{color:#fcfcfc;flex-wrap:600;font-size:20px;left:50%;line-height:1.2;max-width:550px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:1259px){.Panel_title__eVPw5{max-width:360px}}@media only screen and (max-width:767px){.Panel_title__eVPw5{flex-grow:1;font-size:15px;max-width:100%;padding:0 16px;position:static;-webkit-transform:translate(0);transform:translate(0)}}.dark-mode .Panel_title__eVPw5{color:#1a1d1f}.Panel_control__vAS\+q{align-items:center;display:flex;flex-shrink:0}.Panel_close__FNT1V{background:#fff;border-radius:50%;font-size:0;height:40px;width:40px}.Panel_close__FNT1V svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .Panel_close__FNT1V{box-shadow:0 2px 8px rgba(0,0,0,.06)}.Panel_close__FNT1V:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Panel_link__8\+F98{border:2px solid #272b30;border-radius:50%;font-size:0;height:40px;margin-right:16px;transition:background .2s;width:40px}.Panel_link__8\+F98 svg{fill:#6f767e;transition:fill .2s}.Panel_link__8\+F98:hover{background:#272b30}.Panel_link__8\+F98:hover svg{fill:#fcfcfc}.dark-mode .Panel_link__8\+F98{border-color:#efefef}.dark-mode .Panel_link__8\+F98:hover{background:#efefef}.dark-mode .Panel_link__8\+F98:hover svg{fill:#1a1d1f}.Header_header__gjRCs{align-items:center;background:#fcfcfc;box-shadow:inset 1px 0 0 #f4f4f4,inset 0 -1px 0 #efefef;display:flex;left:340px;padding:24px 40px;position:fixed;right:0;top:0;z-index:10}@media only screen and (max-width:1339px){.Header_header__gjRCs{left:300px;padding:16px 24px}}@media only screen and (max-width:1259px){.Header_header__gjRCs{left:96px}}@media only screen and (max-width:767px){.Header_header__gjRCs{left:0;padding:16px 24px 16px 16px}}.dark-mode .Header_header__gjRCs{background:#1a1d1f;box-shadow:inset 1px 0 0 #111315,inset 0 -1px 0 #111315}.Header_burger__blNXh{align-items:center;display:none;flex-direction:column;height:48px;justify-content:center;margin-right:auto;width:48px}@media only screen and (max-width:767px){.Header_burger__blNXh{display:flex}}.Header_burger__blNXh:after,.Header_burger__blNXh:before{background:#6f767e;border-radius:2px;content:"";height:2px;width:16px}.Header_burger__blNXh:before{margin-bottom:6px}.Header_control__Rjf7m{align-items:center;display:flex;margin-left:auto}@media only screen and (max-width:767px){.Header_control__Rjf7m{margin-left:0}}.Header_buttonSearch__t6PyZ:not(:last-child),.Header_control__Rjf7m .Header_button__WGFcD:not(:last-child),.Header_control__Rjf7m>div:not(:last-child){margin-right:24px}.Header_buttonSearch__t6PyZ{display:none;height:48px;width:48px}@media only screen and (max-width:767px){.Header_buttonSearch__t6PyZ{display:inline-block}}.Header_buttonSearch__t6PyZ svg{fill:#6f767e;transition:fill .2s}.Header_buttonSearch__t6PyZ.Header_active__1XF6Q svg{fill:#1a1d1f}.dark-mode .Header_buttonSearch__t6PyZ.Header_active__1XF6Q svg{fill:#fcfcfc}@media only screen and (max-width:1023px){.Header_control__Rjf7m .Header_button__WGFcD{display:none}}@media only screen and (max-width:767px){.Header_search__W-g9o{opacity:0;transition:all .2s;visibility:hidden}.Header_search__W-g9o.Header_visible__TlX3e{opacity:1;visibility:visible}}.Header_btns__d20h6{align-items:center;display:flex;margin-left:auto}@media only screen and (max-width:767px){.Header_btns__d20h6{margin-left:0}}.Header_link__YfdY5{color:#1a1d1f;font-size:15px;font-weight:700;line-height:1.6;margin-right:32px;transition:color .2s}@media only screen and (max-width:767px){.Header_link__YfdY5{margin-right:24px}}.dark-mode .Header_link__YfdY5{color:#fcfcfc}.Header_link__YfdY5:hover{color:#2a85ff}.Search_search__IcIR-{flex-shrink:0;position:relative;width:360px}@media only screen and (max-width:767px){.Search_search__IcIR-{background:#fff;box-shadow:0 8px 12px rgba(17,19,21,.05);left:0;padding:12px 16px;position:absolute;right:0;top:80px;width:100%}.dark-mode .Search_search__IcIR-{background:#111315}}.Search_search__IcIR-.Search_active__oM3Zs .Search_result__2qabt,.Search_search__IcIR-.Search_active__oM3Zs .Search_start__5fVRi{opacity:0;visibility:hidden}.Search_search__IcIR-.Search_active__oM3Zs .Search_body__3grRX,.Search_search__IcIR-.Search_active__oM3Zs .Search_close__4KZCV,.Search_search__IcIR-.Search_active__oM3Zs .Search_direction__0U\+v-{opacity:1;visibility:visible}.Search_head__1ABEk{position:relative;z-index:2}.Search_close__4KZCV,.Search_direction__0U\+v-,.Search_result__2qabt,.Search_start__5fVRi{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s}.Search_close__4KZCV svg,.Search_direction__0U\+v- svg,.Search_result__2qabt svg,.Search_start__5fVRi svg{transition:fill .2s}.Search_start__5fVRi{left:12px}.Search_start__5fVRi svg{fill:#6f767e}.Search_start__5fVRi:hover svg{fill:#1a1d1f}.Search_result__2qabt{background:#fff;border-radius:8px;box-shadow:inset 0 -1px 2px rgba(0,0,0,.05),inset 0 -1px 1px rgba(0,0,0,.04),inset 0 2px 0 hsla(0,0%,100%,.25);color:#1a1d1f;font-size:16px;font-weight:600;height:32px;right:8px;width:56px}.dark-mode .Search_result__2qabt{background:#1a1d1f;box-shadow:inset 0 -1px 2px rgba(0,0,0,.05),inset 0 -1px 1px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.08);color:#fcfcfc}@media only screen and (max-width:767px){.Search_result__2qabt{display:none}}.Search_result__2qabt:hover{color:#2a85ff}.Search_direction__0U\+v-{left:10px}.Search_direction__0U\+v- svg{fill:#2a85ff}.Search_direction__0U\+v-:hover{-webkit-transform:translate(-2px,-50%);transform:translate(-2px,-50%)}.Search_close__4KZCV{height:32px;right:10px;width:32px}.Search_close__4KZCV svg{fill:#9a9fa5}.Search_close__4KZCV:hover svg{fill:#ff6a55}.Search_close__4KZCV,.Search_direction__0U\+v-{opacity:0;visibility:hidden}.Search_input__740kT{background:#f4f4f4;border:2px solid transparent;border-radius:12px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 68px 0 42px;transition:all .2s;width:100%}.dark-mode .Search_input__740kT{background:#272b30;color:#fcfcfc}.Search_input__740kT::-webkit-input-placeholder{color:#9a9fa5}.Search_input__740kT::placeholder{color:#9a9fa5}.Search_input__740kT:focus{background:#fff;border-color:#2a85ff}.dark-mode .Search_input__740kT:focus{background:#111315}.Search_body__3grRX{background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);left:-12px;opacity:0;padding:84px 12px 12px;position:absolute;right:-12px;top:-12px;transition:all .2s;visibility:hidden}@media only screen and (max-width:767px){.Search_body__3grRX{border-radius:0;border-top:1px solid #efefef;box-shadow:0 12px 32px rgba(17,19,21,.05);left:0;max-height:calc(100vh - 152px);overflow:auto;padding:16px 8px;right:0;top:100%}}.dark-mode .Search_body__3grRX{background:#1a1d1f;border-color:#272b30}.Search_box__UgQQA:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:24px}.dark-mode .Search_box__UgQQA:not(:last-child){border-color:#272b30}@media only screen and (max-width:767px){.Search_box__UgQQA:not(:last-child){margin-bottom:16px;padding-bottom:16px}}.Search_category__avbQn{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:12px;padding-left:12px}.Item_item__\+k0Yy{align-items:center;cursor:pointer;display:flex;padding:12px}.Item_link__Hghz7{align-items:center;display:flex;flex-grow:1}.Item_link__Hghz7:hover .Item_title__MNzPp{color:#2a85ff}.Item_preview__YXQPl{border-radius:8px;flex-shrink:0;height:48px;margin-right:16px;overflow:hidden;width:48px}.Item_preview__YXQPl img{height:100%;object-fit:cover;width:100%}.Item_content__-DGm8{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.Item_title__MNzPp{color:#1a1d1f;transition:color .2s}.dark-mode .Item_title__MNzPp{color:#fcfcfc}.Item_close__Ky8H2{flex-shrink:0;margin-left:24px}.Item_close__Ky8H2 svg{fill:#9a9fa5;transition:fill .2s}.Item_close__Ky8H2:hover svg{fill:#ff6a55}.LetterAvatar_avatar__aFCFP{align-items:center;border-radius:50%;color:#fff;display:flex;font-weight:600;justify-content:center;-webkit-user-select:none;user-select:none}.Suggestion_link__KjX1w{align-items:center;cursor:pointer;display:flex;padding:12px}.Suggestion_link__KjX1w:hover .Suggestion_title__y1GxM{color:#2a85ff}.Suggestion_link__KjX1w:hover .Suggestion_arrow__M5IMo{-webkit-transform:translateX(2px);transform:translateX(2px)}.Suggestion_icon__BpUZa{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:16px;width:48px}.Suggestion_icon__BpUZa svg{fill:#1a1d1f}.dark-mode .Suggestion_icon__BpUZa svg{fill:#fcfcfc}.Suggestion_details__gnNL3{flex-grow:1}.Suggestion_content__QKfe3{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.Suggestion_title__y1GxM{color:#1a1d1f;margin-bottom:4px;transition:color .2s}.dark-mode .Suggestion_title__y1GxM{color:#fcfcfc}.Suggestion_arrow__M5IMo{margin-left:24px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Suggestion_arrow__M5IMo svg{fill:#9a9fa5}.User_user__rS7n8{position:relative}@media only screen and (max-width:767px){.User_user__rS7n8{position:static}}.User_user__rS7n8.User_active__vd4b3 .User_body__Sbz2S{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.User_head__jhj92{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:50%;height:48px;width:48px}.User_head__jhj92 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.User_body__Sbz2S{background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:0 40px 64px -12px rgba(0,0,0,.08),0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);opacity:0;padding:16px;position:absolute;right:-20px;top:calc(100% + 18px);-webkit-transform:translateY(3px);transform:translateY(3px);transition:all .2s;visibility:hidden;width:280px}@media only screen and (max-width:1339px){.User_body__Sbz2S{border-radius:12px;right:0;top:calc(100% + 15px)}}@media only screen and (max-width:767px){.User_body__Sbz2S{left:16px;padding:12px 16px 20px;right:16px;top:100%;width:auto}}.dark-mode .User_body__Sbz2S{background:#111315;border-color:#272b30}.User_body__Sbz2S:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;bottom:100%;content:"";height:10px;position:absolute;right:33px;width:20px}@media only screen and (max-width:1339px){.User_body__Sbz2S:before{right:13px}}@media only screen and (max-width:767px){.User_body__Sbz2S:before{right:21px}}.dark-mode .User_body__Sbz2S:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23111315'/%3E%3C/svg%3E")}.User_menu__\+tkYi:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:12px;padding-bottom:12px}@media only screen and (max-width:767px){.User_menu__\+tkYi:not(:last-child){margin-bottom:8px;padding-bottom:8px}}.dark-mode .User_menu__\+tkYi:not(:last-child){border-color:#272b30}.User_item__F1ZTf{align-items:center;border-radius:12px;color:#6f767e;display:flex;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 12px;transition:all .2s;width:100%}.User_item__F1ZTf svg{fill:#6f767e;margin-right:12px;transition:fill .2s}.User_item__F1ZTf.User_active__vd4b3,.User_item__F1ZTf:hover{color:#1a1d1f}.User_item__F1ZTf.User_active__vd4b3 svg,.User_item__F1ZTf:hover svg{fill:#1a1d1f}.dark-mode .User_item__F1ZTf.User_active__vd4b3,.dark-mode .User_item__F1ZTf:hover{color:#fcfcfc}.dark-mode .User_item__F1ZTf.User_active__vd4b3 svg,.dark-mode .User_item__F1ZTf:hover svg{fill:#fcfcfc}.User_item__F1ZTf.User_active__vd4b3{background:#f4f4f4}.dark-mode .User_item__F1ZTf.User_active__vd4b3{background:transparent}.User_item__F1ZTf.User_color__5iFZS{color:#8e59ff}.User_item__F1ZTf.User_color__5iFZS svg{fill:#8e59ff}.dark-mode .User_item__F1ZTf.User_color__5iFZS{color:#8e59ff}.dark-mode .User_item__F1ZTf.User_color__5iFZS svg{fill:#8e59ff}.User_item__F1ZTf.User_color__5iFZS:hover{opacity:.8}.ModalProduct_modal__BOPt7{-webkit-animation:ModalProduct_showModal__aXRJE .4s forwards;animation:ModalProduct_showModal__aXRJE .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__BOPt7{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__BOPt7{background:#111315}@-webkit-keyframes ModalProduct_showModal__aXRJE{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__aXRJE{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__9RQvv{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:hidden;z-index:2}.ModalProduct_control__s\+jAf{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__s\+jAf{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__s\+jAf .ModalProduct_button__PKxuL{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__s\+jAf .ModalProduct_button__PKxuL:hover{background:#272b30}.ModalProduct_close__WJ8OY{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__WJ8OY svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__WJ8OY{background:#1a1d1f}.dark-mode .ModalProduct_close__WJ8OY svg{fill:#fcfcfc}.ModalProduct_close__WJ8OY:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__x0nE5{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__x0nE5::-webkit-scrollbar{width:6px}.ModalProduct_overview__x0nE5::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__x0nE5::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.dark-mode .ModalProduct_overview__x0nE5{background:#1a1d1f;color:#fcfcfc}.ModalProduct_subtitle__EjJdb{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__EjJdb{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__EjJdb{margin-bottom:12px}}.ModalProduct_content__2S1fu h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__2S1fu p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__2S1fu p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__s7yK9{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__s7yK9{font-size:20px}}.ModalProduct_firstConnexionContent__lQkOU{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__lQkOU h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__lQkOU .ModalProduct_figcaption__Lel83{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__lQkOU .ModalProduct_saveButton__SlMax{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__lQkOU .ModalProduct_saveButton__SlMax:hover{background:#1176ff}.ModalProduct_galleryContainer__FVb88{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__FVb88 .ModalProduct_galleryImage__sWxRO{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__FVb88 .ModalProduct_galleryImage__sWxRO img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__FVb88 .ModalProduct_galleryImage__sWxRO img{aspect-ratio:1/1}}.ModalProduct_modal__nzuzu{-webkit-animation:ModalProduct_showModal__H5\+Mm .4s forwards;animation:ModalProduct_showModal__H5\+Mm .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__nzuzu{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__nzuzu{background:#111315}@-webkit-keyframes ModalProduct_showModal__H5\+Mm{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__H5\+Mm{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__dNkp0{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:hidden;z-index:2}.ModalProduct_control__JFhKd{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__JFhKd{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__JFhKd .ModalProduct_button__aBg2G{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__JFhKd .ModalProduct_button__aBg2G:hover{background:#272b30}.ModalProduct_close__1FIb0{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__1FIb0 svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__1FIb0{background:#1a1d1f}.dark-mode .ModalProduct_close__1FIb0 svg{fill:#fcfcfc}.ModalProduct_close__1FIb0:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__vljxo{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__vljxo::-webkit-scrollbar{width:6px}.ModalProduct_overview__vljxo::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__vljxo::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.dark-mode .ModalProduct_overview__vljxo{background:#1a1d1f;color:#fcfcfc}.ModalProduct_subtitle__hauYl{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__hauYl{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__hauYl{margin-bottom:12px}}.ModalProduct_content__8DrSE h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__8DrSE p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__8DrSE p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__gyUkL{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__gyUkL{font-size:20px}}.ModalProduct_firstConnexionContent__xLu0Z{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__xLu0Z h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__xLu0Z .ModalProduct_figcaption__-csro{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__xLu0Z .ModalProduct_saveButton__UXukU{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__xLu0Z .ModalProduct_saveButton__UXukU:hover{background:#1176ff}.ModalProduct_galleryContainer__bEvUZ{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__bEvUZ .ModalProduct_galleryImage__7zttV{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__bEvUZ .ModalProduct_galleryImage__7zttV img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__bEvUZ .ModalProduct_galleryImage__7zttV img{aspect-ratio:1/1}}.ModalProduct_tableContainer__tIEkw{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:24px 0;overflow-x:auto}.dark-mode .ModalProduct_tableContainer__tIEkw{box-shadow:0 2px 8px rgba(0,0,0,.3)}.ModalProduct_dataTable__Tt2Bp{background:#fcfcfc;border-collapse:collapse;font-size:14px;width:100%}.dark-mode .ModalProduct_dataTable__Tt2Bp{background:#272b30;color:#fcfcfc}.ModalProduct_dataTable__Tt2Bp thead{background:#33383f;color:#fcfcfc}.dark-mode .ModalProduct_dataTable__Tt2Bp thead{background:#33383f}.ModalProduct_dataTable__Tt2Bp thead th{border-bottom:2px solid hsla(0,0%,100%,.2);font-size:14px;font-weight:600;padding:16px 12px;text-align:left}.ModalProduct_dataTable__Tt2Bp thead th:first-child{border-top-left-radius:8px}.ModalProduct_dataTable__Tt2Bp thead th:last-child{border-top-right-radius:8px}.ModalProduct_dataTable__Tt2Bp tbody tr{border-bottom:1px solid #efefef;transition:background-color .2s}.dark-mode .ModalProduct_dataTable__Tt2Bp tbody tr{border-bottom:1px solid #33383f}.ModalProduct_dataTable__Tt2Bp tbody tr:hover{background:#f4f4f4}.dark-mode .ModalProduct_dataTable__Tt2Bp tbody tr:hover{background:#1a1d1f}.ModalProduct_dataTable__Tt2Bp tbody tr:last-child{border-bottom:none}.ModalProduct_dataTable__Tt2Bp tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.ModalProduct_dataTable__Tt2Bp tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.ModalProduct_dataTable__Tt2Bp tbody td{line-height:1.4;padding:14px 12px;vertical-align:top}.ModalProduct_dataTable__Tt2Bp tbody td:first-child{color:#1a1d1f;font-weight:500}.dark-mode .ModalProduct_dataTable__Tt2Bp tbody td:first-child{color:#f4f4f4}.ModalProduct_rightsList__8EQov{grid-gap:20px;display:grid;gap:20px;margin:24px 0}@media only screen and (max-width:1023px){.ModalProduct_rightsList__8EQov{gap:16px}}.ModalProduct_rightItem__gZGgd{background:#f4f4f4;border-left:4px solid #33383f;border-radius:8px;padding:20px;transition:all .2s}.dark-mode .ModalProduct_rightItem__gZGgd{background:#272b30;border-left-color:#6f767e}.ModalProduct_rightItem__gZGgd:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.dark-mode .ModalProduct_rightItem__gZGgd:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.ModalProduct_rightItem__gZGgd h4{color:#272b30;font-size:16px;font-weight:600;margin-bottom:8px}.dark-mode .ModalProduct_rightItem__gZGgd h4{color:#efefef}.ModalProduct_rightItem__gZGgd p{color:#272b30;font-size:14px;line-height:1.5;margin:0}.dark-mode .ModalProduct_rightItem__gZGgd p{color:#f4f4f4}.ModalProduct_contactInfo__FIGs0{background:#f4f4f4;border-radius:8px;margin:16px 0;padding:24px}.dark-mode .ModalProduct_contactInfo__FIGs0{background:#272b30}.ModalProduct_contactInfo__FIGs0 p{font-size:14px;margin:8px 0}.ModalProduct_contactInfo__FIGs0 p strong{color:#272b30}.dark-mode .ModalProduct_contactInfo__FIGs0 p strong{color:#efefef}.ModalProduct_contactInfo__FIGs0 p:first-child{margin-top:0}.ModalProduct_contactInfo__FIGs0 p:last-child{margin-bottom:0}.ModalProduct_section__i61bz{margin-bottom:32px}.ModalProduct_section__i61bz:last-child{margin-bottom:0}.ModalProduct_section__i61bz ul{margin:16px 0;padding-left:20px}.ModalProduct_section__i61bz ul li{line-height:1.5;margin-bottom:8px}.ModalProduct_section__i61bz ul li strong{color:#1a1d1f}.dark-mode .ModalProduct_section__i61bz ul li strong{color:#f4f4f4}.ModalProduct_modal__6Y3dv{-webkit-animation:ModalProduct_showModal__5igH3 .4s forwards;animation:ModalProduct_showModal__5igH3 .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__6Y3dv{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__6Y3dv{background:#111315}@-webkit-keyframes ModalProduct_showModal__5igH3{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__5igH3{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__3zX57{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:hidden;z-index:2}.ModalProduct_control__aE\+8I{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__aE\+8I{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__aE\+8I .ModalProduct_button__MkSPF{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__aE\+8I .ModalProduct_button__MkSPF:hover{background:#272b30}.ModalProduct_close__X7m4c{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__X7m4c svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__X7m4c{background:#1a1d1f}.dark-mode .ModalProduct_close__X7m4c svg{fill:#fcfcfc}.ModalProduct_close__X7m4c:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__4b4tA{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__4b4tA::-webkit-scrollbar{width:6px}.ModalProduct_overview__4b4tA::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__4b4tA::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.dark-mode .ModalProduct_overview__4b4tA{background:#1a1d1f;color:#fcfcfc}.ModalProduct_subtitle__ZAavr{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__ZAavr{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__ZAavr{margin-bottom:12px}}.ModalProduct_content__9TTYx h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__9TTYx p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__9TTYx p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__JdJu6{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__JdJu6{font-size:20px}}.ModalProduct_firstConnexionContent__rp7BK{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__rp7BK h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__rp7BK .ModalProduct_figcaption__dTbvB{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__rp7BK .ModalProduct_saveButton__YP-Ki{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__rp7BK .ModalProduct_saveButton__YP-Ki:hover{background:#1176ff}.ModalProduct_galleryContainer__wrJGX{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__wrJGX .ModalProduct_galleryImage__nECeX{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__wrJGX .ModalProduct_galleryImage__nECeX img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__wrJGX .ModalProduct_galleryImage__nECeX img{aspect-ratio:1/1}}.Notification_notification__OHz0p{position:relative}@media only screen and (max-width:767px){.Notification_notification__OHz0p{position:static}}.Notification_notification__OHz0p.Notification_active__3yNRK .Notification_head__VTSad svg{fill:#1a1d1f}.dark-mode .Notification_notification__OHz0p.Notification_active__3yNRK .Notification_head__VTSad svg{fill:#fcfcfc}.Notification_notification__OHz0p.Notification_active__3yNRK .Notification_body__AcYYo{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.Notification_head__VTSad{height:48px;position:relative;width:48px}.Notification_head__VTSad svg{fill:#6f767e;transition:fill .2s}.Notification_head__VTSad:hover svg{fill:#1a1d1f}.dark-mode .Notification_head__VTSad:hover svg{fill:#fcfcfc}.Notification_head__VTSad.Notification_active__3yNRK:before{background:#ff6a55;border:2px solid #fff;border-radius:50%;content:"";height:14px;position:absolute;right:10px;top:10px;width:14px}.dark-mode .Notification_head__VTSad.Notification_active__3yNRK:before{border-color:#1a1d1f}.Notification_body__AcYYo{background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:0 40px 64px -12px rgba(0,0,0,.08),0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);opacity:0;padding:12px 24px 24px;position:absolute;right:-92px;top:calc(100% + 18px);-webkit-transform:translateY(3px);transform:translateY(3px);transition:all .2s;visibility:hidden;width:392px}@media only screen and (max-width:1339px){.Notification_body__AcYYo{right:-72px;top:calc(100% + 15px)}}@media only screen and (max-width:767px){.Notification_body__AcYYo{left:16px;padding:12px 16px 20px;right:16px;top:100%;width:auto}}.dark-mode .Notification_body__AcYYo{background:#111315;border-color:#272b30}.Notification_body__AcYYo:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;bottom:100%;content:"";height:10px;position:absolute;right:105px;width:20px}@media only screen and (max-width:1339px){.Notification_body__AcYYo:before{right:84px}}@media only screen and (max-width:767px){.Notification_body__AcYYo:before{right:92px}}.dark-mode .Notification_body__AcYYo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23111315'/%3E%3C/svg%3E")}.Notification_top__mnVyd{align-items:center;display:flex;margin:0 -12px 12px 0}@media only screen and (max-width:767px){.Notification_top__mnVyd{margin-right:-8px}}.Notification_title__oOJgP{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-right:auto}@media only screen and (max-width:767px){.Notification_title__oOJgP{font-size:18px}}.Notification_actionsHead__SL\+9z{background:#efefef}.Notification_actionsHead__SL\+9z svg{fill:#1a1d1f}.dark-mode .Notification_actionsHead__SL\+9z{background:#272b30}.dark-mode .Notification_actionsHead__SL\+9z svg{fill:#fcfcfc}.Notification_list__ObO8S{margin:0 -12px}.Notification_button__bdnYb{margin-top:24px;width:100%}@media only screen and (max-width:767px){.Notification_button__bdnYb{margin-top:16px}}.Item_item__rMZkU{align-items:center;border-radius:8px;display:flex;padding:12px;position:relative;transition:background .2s}.Item_item__rMZkU:hover{background:#f4f4f4}.Item_item__rMZkU:hover .Item_icon__HpTx0{border-color:#f4f4f4}.dark-mode .Item_item__rMZkU:hover{background:#33383f}.dark-mode .Item_item__rMZkU:hover .Item_icon__HpTx0{border-color:#33383f}@media only screen and (max-width:767px){.Item_item__rMZkU:hover{background:none}}.Item_item__rMZkU:after{background:#9a9fa5;border-radius:50%;content:"";height:12px;position:absolute;right:12px;top:18px;width:12px}.Item_item__rMZkU.Item_new__tGkUG:after{background:#2a85ff}.Item_item__rMZkU:not(:last-child):before{background:#efefef;bottom:0;content:"";height:1px;left:12px;position:absolute;right:12px}.dark-mode .Item_item__rMZkU:not(:last-child):before{background:#272b30}@media only screen and (max-width:767px){.Item_item__rMZkU:nth-child(n+3){display:none}}@media only screen and (max-width:639px){.Item_item__rMZkU:nth-child(n+3){display:flex}.Item_item__rMZkU:nth-child(n+6){display:none}}.Item_avatar__d0n8F{flex-shrink:0;height:48px;position:relative;width:48px}.Item_avatar__d0n8F>img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Item_icon__HpTx0{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-2px;display:flex;height:20px;justify-content:center;position:absolute;right:-2px;transition:border-color .2s;width:20px}.dark-mode .Item_icon__HpTx0{border-color:#111315}.Item_details__y71eE{flex-basis:calc(100% - 48px);flex-grow:0;flex-shrink:0;padding-left:12px;width:calc(100% - 48px)}.Item_line__y-Hyg{align-items:center;display:flex;padding-right:24px}.Item_subtitle__dnaP1{color:#1a1d1f;font-weight:700;margin-right:4px}.dark-mode .Item_subtitle__dnaP1{color:#fcfcfc}.Item_login__JcC9m{color:#9a9fa5;font-weight:500;margin-right:auto}.Item_time__bhPTl{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;margin-left:16px}.Item_content__5t-O9{color:#6f767e;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Item_content__5t-O9 strong{color:#1a1d1f;font-weight:700}.dark-mode .Item_content__5t-O9 strong{color:#fcfcfc}.Loader_loaderWhite__woNI6,.Loader_loader__zAegx{border-radius:50%;font-size:4px;height:1em;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0);width:1em}.Loader_loaderWhite__woNI6,.Loader_loader__zAegx{-webkit-animation:Loader_loader__zAegx 1.1s ease infinite;animation:Loader_loader__zAegx 1.1s ease infinite}.Loader_loaderWhite__woNI6,.dark-mode .Loader_loader__zAegx{-webkit-animation-name:Loader_loader-white__xhLk3;animation-name:Loader_loader-white__xhLk3}@-webkit-keyframes Loader_loader__zAegx{0%,to{box-shadow:0 -2.6em 0 0 #777e90,1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.5),-1.8em -1.8em 0 0 rgba(119,126,144,.7)}12.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.7),1.8em -1.8em 0 0 #777e90,2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.5)}25%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.5),1.8em -1.8em 0 0 rgba(119,126,144,.7),2.5em 0 0 0 #777e90,1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}37.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.5),2.5em 0 0 0 rgba(119,126,144,.7),1.75em 1.75em 0 0 #777e90,0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}50%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.5),1.75em 1.75em 0 0 rgba(119,126,144,.7),0 2.5em 0 0 #777e90,-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}62.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.5),0 2.5em 0 0 rgba(119,126,144,.7),-1.8em 1.8em 0 0 #777e90,-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}75%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.5),-1.8em 1.8em 0 0 rgba(119,126,144,.7),-2.6em 0 0 0 #777e90,-1.8em -1.8em 0 0 rgba(119,126,144,.2)}87.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.5),-2.6em 0 0 0 rgba(119,126,144,.7),-1.8em -1.8em 0 0 #777e90}}@keyframes Loader_loader__zAegx{0%,to{box-shadow:0 -2.6em 0 0 #777e90,1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.5),-1.8em -1.8em 0 0 rgba(119,126,144,.7)}12.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.7),1.8em -1.8em 0 0 #777e90,2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.5)}25%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.5),1.8em -1.8em 0 0 rgba(119,126,144,.7),2.5em 0 0 0 #777e90,1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}37.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.5),2.5em 0 0 0 rgba(119,126,144,.7),1.75em 1.75em 0 0 #777e90,0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}50%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.5),1.75em 1.75em 0 0 rgba(119,126,144,.7),0 2.5em 0 0 #777e90,-1.8em 1.8em 0 0 rgba(119,126,144,.2),-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}62.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.5),0 2.5em 0 0 rgba(119,126,144,.7),-1.8em 1.8em 0 0 #777e90,-2.6em 0 0 0 rgba(119,126,144,.2),-1.8em -1.8em 0 0 rgba(119,126,144,.2)}75%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.5),-1.8em 1.8em 0 0 rgba(119,126,144,.7),-2.6em 0 0 0 #777e90,-1.8em -1.8em 0 0 rgba(119,126,144,.2)}87.5%{box-shadow:0 -2.6em 0 0 rgba(119,126,144,.2),1.8em -1.8em 0 0 rgba(119,126,144,.2),2.5em 0 0 0 rgba(119,126,144,.2),1.75em 1.75em 0 0 rgba(119,126,144,.2),0 2.5em 0 0 rgba(119,126,144,.2),-1.8em 1.8em 0 0 rgba(119,126,144,.5),-2.6em 0 0 0 rgba(119,126,144,.7),-1.8em -1.8em 0 0 #777e90}}@-webkit-keyframes Loader_loader-white__xhLk3{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes Loader_loader-white__xhLk3{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}.SignIn_row__5rOUi{background:#fcfcfc;display:flex;position:relative}.dark-mode .SignIn_row__5rOUi{background:#1a1d1f}.SignIn_col__L-XjS{padding:96px 24px}@media only screen and (max-width:767px){.SignIn_col__L-XjS{padding-bottom:32px}}.SignIn_col__L-XjS:first-child{align-items:center;background:#f4f4f4;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.SignIn_col__L-XjS:first-child{display:none}}.dark-mode .SignIn_col__L-XjS:first-child{background:#111315}.SignIn_col__L-XjS:nth-child(2){align-items:center;display:flex;flex-grow:1;justify-content:center}.SignIn_wrap__2sKvB{max-width:212px}.SignIn_preview__1w1m9{margin:0 auto 40px;max-width:180px}.SignIn_preview__1w1m9 img{width:100%}.SignIn_head__IBfy\+{border-bottom:2px solid #efefef;margin-bottom:32px;padding-bottom:32px}.dark-mode .SignIn_head__IBfy\+{border-color:#272b30}.SignIn_subtitle__Kws-5{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:20px}.SignIn_btns__HJJ7i,.SignIn_googleButton__gNCg0{display:flex;justify-content:center}.SignIn_googleButton__gNCg0{align-items:center;border-radius:12px;font-size:16px;font-weight:600;padding:16px 24px;transition:all .2s ease;width:100%}.SignIn_googleButton__gNCg0 img{height:20px;margin-right:12px;width:20px}.SignIn_googleButton__gNCg0:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.SignIn_list__gJbvx li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.SignIn_list__gJbvx li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.SignIn_list__gJbvx li:not(:last-child){margin-bottom:20px}.SignIn_logo__AiAT3{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.SignIn_logo__AiAT3 img{width:100%}.SignIn_info__WrmPl{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.SignIn_info__WrmPl{padding-left:80px}}@media only screen and (max-width:767px){.SignIn_info__WrmPl{right:24px}}.SignIn_info__WrmPl a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .SignIn_info__WrmPl a{color:#fcfcfc}.SignIn_info__WrmPl a:hover,.dark-mode .SignIn_info__WrmPl a:hover{color:#2a85ff}.SignIn_wrapper__590Pm{max-width:296px}@media only screen and (max-width:767px){.SignIn_wrapper__590Pm{max-width:100%}}.SignIn_title__bBLkj{margin-bottom:24px}.SignIn_separator__G52F3{align-items:center;display:flex;justify-content:center;margin-bottom:24px}.SignIn_line__sbcMq{background:#efefef;height:1px;width:100%}.dark-mode .SignIn_line__sbcMq{background:#272b30}.SignIn_field__XnMwu{margin-bottom:8px}.TextInput_field__1\+wkw.TextInput_fieldIcon__6lPdz .TextInput_input__6Dsca{padding-left:48px}.TextInput_field__1\+wkw.TextInput_fieldCurrency__eyOZG .TextInput_input__6Dsca{background:none;border-color:#efefef;padding-left:58px}.TextInput_field__1\+wkw.TextInput_fieldCurrency__eyOZG .TextInput_input__6Dsca:focus{border-color:#9a9fa5}.dark-mode .TextInput_field__1\+wkw.TextInput_fieldCurrency__eyOZG .TextInput_input__6Dsca{border-color:#272b30}.dark-mode .TextInput_field__1\+wkw.TextInput_fieldCurrency__eyOZG .TextInput_input__6Dsca:focus{border-color:#33383f}.TextInput_field__1\+wkw.TextInput_fieldCopy__TeGGl .TextInput_input__6Dsca{padding-right:48px}.TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_icon__eQ3xO svg{fill:#ff6a55}.TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_wrap__-Y-vp:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M12 15a1 1 0 0 0 1-1V9a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1zm7.675 2.504L12.87 5.563a1 1 0 0 0-1.738 0L4.327 17.504A1 1 0 0 0 5.196 19h13.61a1 1 0 0 0 .869-1.495zM14.607 4.573c-1.151-2.019-4.062-2.019-5.213 0L2.589 16.514C1.45 18.514 2.894 21 5.196 21h13.61c2.302 0 3.746-2.486 2.606-4.485L14.607 4.573z' fill-rule='evenodd' fill='%23ff6a55'/%3E%3Cpath d='M13 17a1 1 0 1 1-2 0 1 1 0 1 1 2 0z' fill='%23ff6a55'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;width:48px}.TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_input__6Dsca{background:rgba(255,188,153,.25);border-color:transparent;color:#ff6a55;padding-right:48px}.dark-mode .TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_input__6Dsca:focus{border-color:#ff6a55;color:#ff6a55}.TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_input__6Dsca::-webkit-input-placeholder{color:#ff6a55}.TextInput_field__1\+wkw.TextInput_error__wQ9MP .TextInput_input__6Dsca::placeholder{color:#ff6a55}.TextInput_field__1\+wkw.TextInput_success__O9M29 .TextInput_wrap__-Y-vp:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;width:48px}.TextInput_field__1\+wkw.TextInput_success__O9M29 .TextInput_input__6Dsca{background:#fff;border-color:#9a9fa5;padding-right:48px}.dark-mode .TextInput_field__1\+wkw.TextInput_success__O9M29 .TextInput_input__6Dsca{background:#111315}.TextInput_label__Fypt7{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .TextInput_label__Fypt7{color:#efefef}.TextInput_required__S2eCf{color:#ff6a55;margin-left:2px}.TextInput_tooltip__31Pqa{position:relative;top:-1px}.TextInput_tooltip__31Pqa svg{fill:#9a9fa5}.TextInput_wrap__-Y-vp{position:relative}.TextInput_input__6Dsca{background:#f4f4f4;border:2px solid transparent;border-radius:12px;color:#1a1d1f;font-family:Inter,sans-serif;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 10px;transition:all .2s;width:100%}.dark-mode .TextInput_input__6Dsca{background:#272b30;border-color:#272b30;color:#fcfcfc}.TextInput_input__6Dsca::-webkit-input-placeholder{color:#6f767e}.TextInput_input__6Dsca::placeholder{color:#6f767e}.dark-mode .TextInput_input__6Dsca::-webkit-input-placeholder{color:#9a9fa5}.dark-mode .TextInput_input__6Dsca::placeholder{color:#9a9fa5}.TextInput_input__6Dsca:focus{background:#fff;border-color:#9a9fa5}.dark-mode .TextInput_input__6Dsca:focus{background:#111315;border-color:#33383f}.TextInput_copy__AC99O,.TextInput_icon__eQ3xO{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;top:0;width:48px}.TextInput_icon__eQ3xO{left:0;pointer-events:none}.TextInput_icon__eQ3xO svg{fill:#6f767e}.TextInput_copy__AC99O{right:0}.TextInput_copy__AC99O svg{fill:#6f767e;transition:fill .2s}.TextInput_copy__AC99O:hover svg{fill:#2a85ff}.TextInput_currency__SOAhd{align-items:center;background:#f4f4f4;border-radius:10px 0 0 10px;bottom:2px;color:#1a1d1f;display:flex;justify-content:center;left:2px;padding-top:1px;position:absolute;top:2px;width:46px}.dark-mode .TextInput_currency__SOAhd{background:#272b30;color:#6f767e}.Tooltip_tooltip__ZKhVc{cursor:pointer;display:inline-block;margin-left:4px}.Tooltip_tooltip__ZKhVc .Tooltip_tooltipWpapper__\+6\+HE{border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 0 1px #000;font-size:12px;font-weight:600;padding:3px 12px}.PasswordInput_field__DneJM.PasswordInput_fieldIcon__icn1p .PasswordInput_input__YRbGu{padding-left:48px}.PasswordInput_field__DneJM.PasswordInput_fieldCurrency__zIe\+n .PasswordInput_input__YRbGu{background:none;border-color:#efefef;padding-left:58px}.PasswordInput_field__DneJM.PasswordInput_fieldCurrency__zIe\+n .PasswordInput_input__YRbGu:focus{border-color:#9a9fa5}.dark-mode .PasswordInput_field__DneJM.PasswordInput_fieldCurrency__zIe\+n .PasswordInput_input__YRbGu{border-color:#272b30}.dark-mode .PasswordInput_field__DneJM.PasswordInput_fieldCurrency__zIe\+n .PasswordInput_input__YRbGu:focus{border-color:#33383f}.PasswordInput_field__DneJM.PasswordInput_fieldCopy__r\+RLY .PasswordInput_input__YRbGu,.PasswordInput_field__DneJM.PasswordInput_fieldPassword__FYYfJ .PasswordInput_input__YRbGu{padding-right:48px}.PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_icon__jUVW5 svg{fill:#ff6a55}.PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_wrap__FhKgV:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M12 15a1 1 0 0 0 1-1V9a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1zm7.675 2.504L12.87 5.563a1 1 0 0 0-1.738 0L4.327 17.504A1 1 0 0 0 5.196 19h13.61a1 1 0 0 0 .869-1.495zM14.607 4.573c-1.151-2.019-4.062-2.019-5.213 0L2.589 16.514C1.45 18.514 2.894 21 5.196 21h13.61c2.302 0 3.746-2.486 2.606-4.485L14.607 4.573z' fill-rule='evenodd' fill='%23ff6a55'/%3E%3Cpath d='M13 17a1 1 0 1 1-2 0 1 1 0 1 1 2 0z' fill='%23ff6a55'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;width:48px}.PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_input__YRbGu{background:rgba(255,188,153,.25);border-color:transparent;color:#ff6a55;padding-right:48px}.dark-mode .PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_input__YRbGu:focus{border-color:#ff6a55;color:#ff6a55}.PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_input__YRbGu::-webkit-input-placeholder{color:#ff6a55}.PasswordInput_field__DneJM.PasswordInput_error__Ket2X .PasswordInput_input__YRbGu::placeholder{color:#ff6a55}.PasswordInput_field__DneJM.PasswordInput_success__P-y3\+ .PasswordInput_wrap__FhKgV:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;width:48px}.PasswordInput_field__DneJM.PasswordInput_success__P-y3\+ .PasswordInput_input__YRbGu{background:#fff;border-color:#9a9fa5;padding-right:48px}.dark-mode .PasswordInput_field__DneJM.PasswordInput_success__P-y3\+ .PasswordInput_input__YRbGu{background:#111315}.PasswordInput_label__qT8qd{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .PasswordInput_label__qT8qd{color:#efefef}.PasswordInput_required__OPtox{color:#ff6a55;margin-left:2px}.PasswordInput_tooltip__1CWuy{position:relative;top:-1px}.PasswordInput_tooltip__1CWuy svg{fill:#9a9fa5}.PasswordInput_wrap__FhKgV{position:relative}.PasswordInput_input__YRbGu{background:#f4f4f4;border:2px solid transparent;border-radius:12px;color:#1a1d1f;font-family:Inter,sans-serif;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 10px;transition:all .2s;width:100%}.dark-mode .PasswordInput_input__YRbGu{background:#272b30;border-color:#272b30;color:#fcfcfc}.PasswordInput_input__YRbGu::-webkit-input-placeholder{color:#6f767e}.PasswordInput_input__YRbGu::placeholder{color:#6f767e}.dark-mode .PasswordInput_input__YRbGu::-webkit-input-placeholder{color:#9a9fa5}.dark-mode .PasswordInput_input__YRbGu::placeholder{color:#9a9fa5}.PasswordInput_input__YRbGu:focus{background:#fff;border-color:#9a9fa5}.dark-mode .PasswordInput_input__YRbGu:focus{background:#111315;border-color:#33383f}.PasswordInput_copy__xswg0,.PasswordInput_icon__jUVW5{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;top:0;width:48px}.PasswordInput_icon__jUVW5{left:0;pointer-events:none}.PasswordInput_icon__jUVW5 svg{fill:#6f767e}.PasswordInput_copy__xswg0{right:0}.PasswordInput_copy__xswg0 svg{fill:#6f767e;transition:fill .2s}.PasswordInput_copy__xswg0:hover svg{fill:#2a85ff}.PasswordInput_togglePassword__CLblI{align-items:center;background:none;border:none;bottom:0;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:0;width:48px}.PasswordInput_togglePassword__CLblI svg{fill:#6f767e;transition:fill .2s}.PasswordInput_togglePassword__CLblI:hover svg{fill:#2a85ff}.PasswordInput_togglePassword__CLblI:focus{outline:none}.PasswordInput_currency__Cforn{align-items:center;background:#f4f4f4;border-radius:10px 0 0 10px;bottom:2px;color:#1a1d1f;display:flex;justify-content:center;left:2px;padding-top:1px;position:absolute;top:2px;width:46px}.dark-mode .PasswordInput_currency__Cforn{background:#272b30;color:#6f767e}.SignIn_row__fWAlq{background:#fcfcfc;display:flex;position:relative}.dark-mode .SignIn_row__fWAlq{background:#1a1d1f}.SignIn_col__1KG5x{padding:96px 24px}@media only screen and (max-width:767px){.SignIn_col__1KG5x{padding-bottom:32px}}.SignIn_col__1KG5x:first-child{align-items:center;background:#f4f4f4;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.SignIn_col__1KG5x:first-child{display:none}}.dark-mode .SignIn_col__1KG5x:first-child{background:#111315}.SignIn_col__1KG5x:nth-child(2){align-items:center;display:flex;flex-grow:1;justify-content:center}.SignIn_wrap__f20C1{max-width:212px}.SignIn_preview__eRFxy{margin:0 auto 40px;max-width:180px}.SignIn_preview__eRFxy img{width:100%}.SignIn_subtitle__ni08o{margin-bottom:20px}.SignIn_list__pDwOt li,.SignIn_subtitle__ni08o{font-size:14px;font-weight:600;line-height:1.7142857143}.SignIn_list__pDwOt li{color:#6f767e;padding-left:36px;position:relative}.SignIn_list__pDwOt li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.SignIn_list__pDwOt li:not(:last-child){margin-bottom:20px}.SignIn_logo__IESnT{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.SignIn_logo__IESnT img{width:100%}.SignIn_info__qkPtl{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.SignIn_info__qkPtl{padding-left:80px}}@media only screen and (max-width:767px){.SignIn_info__qkPtl{right:24px}}.SignIn_info__qkPtl a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .SignIn_info__qkPtl a{color:#fcfcfc}.SignIn_info__qkPtl a:hover,.dark-mode .SignIn_info__qkPtl a:hover{color:#2a85ff}.SignIn_wrapper__cZBod{max-width:296px}@media only screen and (max-width:767px){.SignIn_wrapper__cZBod{max-width:100%}}.SignIn_title__WXVOy{margin-bottom:32px}.SignIn_field__1Amf-{margin-bottom:8px}.SignIn_note__C0PY5{color:#9a9fa5;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:32px}.SignIn_row__8Si57{background:#fcfcfc;display:flex;position:relative}.dark-mode .SignIn_row__8Si57{background:#1a1d1f}.SignIn_col__hMPLh{padding:96px 24px}@media only screen and (max-width:767px){.SignIn_col__hMPLh{padding-bottom:32px}}.SignIn_col__hMPLh:first-child{align-items:center;background:#f4f4f4;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.SignIn_col__hMPLh:first-child{display:none}}.dark-mode .SignIn_col__hMPLh:first-child{background:#111315}.SignIn_col__hMPLh:nth-child(2){align-items:center;display:flex;flex-grow:1;justify-content:center}.SignIn_wrap__kkTew{max-width:212px}.SignIn_preview__vVYMs{margin:0 auto 40px;max-width:180px}.SignIn_preview__vVYMs img{width:100%}.SignIn_subtitle__QVlsD{margin-bottom:48px;text-align:center}.SignIn_list__WGHnj li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.SignIn_list__WGHnj li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.SignIn_list__WGHnj li:not(:last-child){margin-bottom:20px}.SignIn_logo__sZwCJ{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.SignIn_logo__sZwCJ img{width:100%}.SignIn_info__Wce\+X{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.SignIn_info__Wce\+X{padding-left:80px}}@media only screen and (max-width:767px){.SignIn_info__Wce\+X{right:24px}}.SignIn_info__Wce\+X a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .SignIn_info__Wce\+X a{color:#fcfcfc}.SignIn_info__Wce\+X a:hover,.dark-mode .SignIn_info__Wce\+X a:hover{color:#2a85ff}.SignIn_wrapper__dnqGq{max-width:296px}@media only screen and (max-width:767px){.SignIn_wrapper__dnqGq{max-width:100%}}.SignIn_title__0B1i1{margin-bottom:32px}.SignIn_field__mj9pf{margin-bottom:8px}.AccountInactive_row__yj07N{background:#fcfcfc;display:flex;position:relative}.dark-mode .AccountInactive_row__yj07N{background:#1a1d1f}.AccountInactive_col__gR77H{padding:96px 24px}@media only screen and (max-width:767px){.AccountInactive_col__gR77H{padding-bottom:32px}}.AccountInactive_col__gR77H:first-child{align-items:center;background:#f4f4f4;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.AccountInactive_col__gR77H:first-child{display:none}}.dark-mode .AccountInactive_col__gR77H:first-child{background:#111315}.AccountInactive_col__gR77H:nth-child(2){align-items:center;display:flex;flex-grow:1;justify-content:center}.AccountInactive_wrap__nltnC{max-width:212px}.AccountInactive_preview__TFtaS{margin:0 auto 40px;max-width:180px}.AccountInactive_preview__TFtaS img{width:100%}.AccountInactive_messageContainer__4DtiF{margin-bottom:32px;text-align:left}.AccountInactive_message__s7KJW,.AccountInactive_submessage__-\+0nt{font-size:16px;line-height:1.5;margin-bottom:16px}.AccountInactive_head__epCW\+{border-bottom:2px solid #efefef;margin-bottom:32px;padding-bottom:32px}.dark-mode .AccountInactive_head__epCW\+{border-color:#272b30}.AccountInactive_subtitle__emYtm{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:20px}.AccountInactive_btns__gP\+cm{display:flex;justify-content:center}.AccountInactive_googleButton__ozSgh{align-items:center;border-radius:12px;display:flex;font-size:16px;font-weight:600;justify-content:center;padding:16px 24px;transition:all .2s ease;width:100%}.AccountInactive_googleButton__ozSgh img{height:20px;margin-right:12px;width:20px}.AccountInactive_googleButton__ozSgh:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.AccountInactive_list__0Kawb li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.AccountInactive_list__0Kawb li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.AccountInactive_list__0Kawb li:not(:last-child){margin-bottom:20px}.AccountInactive_logo__qiFtU{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.AccountInactive_logo__qiFtU img{width:100%}.AccountInactive_info__Aj442{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.AccountInactive_info__Aj442{padding-left:80px}}@media only screen and (max-width:767px){.AccountInactive_info__Aj442{right:24px}}.AccountInactive_info__Aj442 a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .AccountInactive_info__Aj442 a{color:#fcfcfc}.AccountInactive_info__Aj442 a:hover,.dark-mode .AccountInactive_info__Aj442 a:hover{color:#2a85ff}.AccountInactive_wrapper__9xaaO{max-width:296px}@media only screen and (max-width:767px){.AccountInactive_wrapper__9xaaO{max-width:100%}}.AccountInactive_title__n81nr{margin-bottom:32px}.AccountInactive_field__ncyvN{margin-bottom:8px}.Settings_settings__hl5gi{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__hl5gi{display:block}}@media only screen and (max-width:767px){.Settings_settings__hl5gi{padding:24px 16px}}.dark-mode .Settings_settings__hl5gi{background:#1a1d1f}.Settings_menu__e8FCn{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__e8FCn{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__e8FCn{display:none}}.Settings_menu__e8FCn .Settings_button__QXsJP{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__e8FCn .Settings_button__QXsJP:not(:last-child){margin-bottom:8px}.Settings_menu__e8FCn .Settings_button__QXsJP.Settings_active__hCfZN,.Settings_menu__e8FCn .Settings_button__QXsJP:hover{color:#1a1d1f}.dark-mode .Settings_menu__e8FCn .Settings_button__QXsJP.Settings_active__hCfZN,.dark-mode .Settings_menu__e8FCn .Settings_button__QXsJP:hover{color:#fcfcfc}.Settings_menu__e8FCn .Settings_button__QXsJP.Settings_active__hCfZN{background:#efefef}.dark-mode .Settings_menu__e8FCn .Settings_button__QXsJP.Settings_active__hCfZN{background:#272b30}.Settings_wrapper__Z2QmY{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__Z2QmY{padding-left:0}}.Settings_wrapper__Z2QmY>.Settings_button__QXsJP{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__Z2QmY>.Settings_button__QXsJP{margin-top:32px}}.Settings_dropdown__cC7ug{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__cC7ug{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__cC7ug{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__8YXF7{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__of7Nm{position:relative}@media only screen and (max-width:1023px){.Settings_item__of7Nm{display:none}.Settings_item__of7Nm.Settings_active__hCfZN{display:block}}.Settings_item__of7Nm:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__of7Nm:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__of7Nm:not(:last-child){border-color:#272b30}.Settings_anchor__hZQ4N{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__hZQ4N{top:-106px}}.TooltipGlodal_tooltipWpapper__F6Lc-{border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 0 1px #000;font-size:12px!important;font-weight:600;padding:3px 12px!important}.Dropdown_label__FZ0SZ{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .Dropdown_label__FZ0SZ{color:#efefef}.Dropdown_required__rvFkV{color:#ff3b30;margin-left:2px}.Dropdown_tooltip__tWcAy{position:relative;top:-1px}.Dropdown_tooltip__tWcAy svg{fill:#9a9fa5}.Dropdown_dropdown__AgaFF{position:relative;z-index:3}.Dropdown_dropdown__AgaFF.Dropdown_active__UfPms{z-index:10}.Dropdown_dropdown__AgaFF.Dropdown_active__UfPms .Dropdown_head__zyyZG{background:#fff;box-shadow:inset 0 0 0 2px #9a9fa5}.dark-mode .Dropdown_dropdown__AgaFF.Dropdown_active__UfPms .Dropdown_head__zyyZG{background:#111315;box-shadow:inset 0 0 0 2px #33383f;color:#fcfcfc}.Dropdown_dropdown__AgaFF.Dropdown_active__UfPms .Dropdown_head__zyyZG:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Dropdown_dropdown__AgaFF.Dropdown_active__UfPms .Dropdown_body__C\+iCa{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.Dropdown_dropdown__AgaFF.Dropdown_small__yPMNb .Dropdown_head__zyyZG{height:40px;line-height:40px;padding:0 40px 0 16px}.Dropdown_dropdown__AgaFF.Dropdown_small__yPMNb .Dropdown_head__zyyZG:before{background-size:16px auto;width:40px}.Dropdown_dropdown__AgaFF.Dropdown_small__yPMNb .Dropdown_option__pueQV{padding:4px 16px}.Dropdown_head__zyyZG{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:12px;box-shadow:inset 0 0 0 2px #efefef;color:#1a1d1f;cursor:pointer;font-size:14px;font-weight:600;height:48px;line-height:48px;padding:0 48px 0 12px;position:relative;transition:all .2s;-webkit-user-select:none;user-select:none}.Dropdown_head__zyyZG:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m12.707 15.707-.094.083a1 1 0 0 1-1.32-.083l-6-6-.083-.094a1 1 0 0 1 1.497-1.32L12 13.585l5.293-5.292.094-.083a1 1 0 0 1 1.32 1.497l-6 6z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:48px}.Dropdown_head__zyyZG:hover{box-shadow:inset 0 0 0 2px #9a9fa5}.dark-mode .Dropdown_head__zyyZG{background:none;box-shadow:inset 0 0 0 2px #272b30;color:#6f767e}.dark-mode .Dropdown_head__zyyZG:hover{box-shadow:inset 0 0 0 2px #33383f}.Dropdown_selection__FnjpP{max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dropdown_body__C\+iCa{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 2px #efefef,0 4px 12px hsla(0,0%,96%,.1);left:0;opacity:0;padding:8px 0;position:absolute;right:0;top:calc(100% + 2px);-webkit-transform:translateY(3px);transform:translateY(3px);transition:all .2s;visibility:hidden}.dark-mode .Dropdown_body__C\+iCa{background:#111315;box-shadow:inset 0 0 0 2px #33383f,0 4px 12px rgba(17,19,21,.1)}.Dropdown_body__C\+iCa.Dropdown_bodyUp__WDaSb{bottom:calc(100% + 2px);top:auto}.Dropdown_option__pueQV{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#6f767e;cursor:pointer;font-size:14px;font-weight:600;line-height:1.7142857143;padding:8px 12px;transition:color .2s}.Dropdown_option__pueQV:hover{color:#1a1d1f}.dark-mode .Dropdown_option__pueQV:hover{color:#fcfcfc}.Dropdown_option__pueQV.Dropdown_selectioned__CV1Vt,.dark-mode .Dropdown_option__pueQV.Dropdown_selectioned__CV1Vt{color:#2a85ff}.ProfileInformation_profile__4tdvC{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_profile__4tdvC{margin-bottom:24px}}@media only screen and (max-width:767px){.ProfileInformation_profile__4tdvC>.ProfileInformation_button__OuHwA{display:none}}.ProfileInformation_avatar__EOWqV{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ProfileInformation_avatar__EOWqV{height:80px;margin-right:16px;width:80px}}.ProfileInformation_avatar__EOWqV img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProfileInformation_remove__2hwXE{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ProfileInformation_remove__2hwXE{display:inline-block}}.ProfileInformation_file__ySowl{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ProfileInformation_file__ySowl{margin-right:0}}.ProfileInformation_file__ySowl input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ProfileInformation_file__ySowl .ProfileInformation_button__OuHwA{padding:0 10px}}.ProfileInformation_field__ARQwJ:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_field__ARQwJ:not(:last-child){margin-bottom:24px}}.Item_item__\+Ah8B{position:relative}.Item_anchor__DbfEl{left:0;position:absolute;right:0;top:0}.Item_title__zfJt-{line-height:40px;margin-bottom:32px}.Login_fieldset__6Pb9X>.Login_field__4g1Xk:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.Login_fieldset__6Pb9X>.Login_field__4g1Xk:not(:last-child){margin-bottom:24px}}.Login_row__QMydo{display:flex;margin:0 -8px}@media only screen and (max-width:767px){.Login_row__QMydo{display:block;margin:0}}.Login_row__QMydo .Login_field__4g1Xk{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px;width:calc(50% - 16px)}@media only screen and (max-width:767px){.Login_row__QMydo .Login_field__4g1Xk{margin:0;width:100%}.Login_row__QMydo .Login_field__4g1Xk:not(:last-child){margin-bottom:24px}}.Login_row__QMydo:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.Login_row__QMydo:not(:last-child){margin-bottom:24px}}.Login_buttonGroup__jfcwE{display:flex;gap:.5rem;margin-bottom:2rem;margin-top:1rem}@media only screen and (max-width:767px){.Login_buttonGroup__jfcwE{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;margin-top:1.5rem}}.Login_button__mC6m9{background-color:var(--purple);border-radius:8px;color:var(--white);cursor:pointer;font-weight:700;padding:16px 20px;width:100%}.Customers_background__DG2Iw{height:400px;margin:-64px -40px 0}@media only screen and (max-width:1339px){.Customers_background__DG2Iw{margin:-34px -24px 0}}@media only screen and (max-width:1259px){.Customers_background__DG2Iw{height:320px}}@media only screen and (max-width:767px){.Customers_background__DG2Iw{height:252px;margin:-24px -16px 0}}.Customers_background__DG2Iw img{height:100%;object-fit:cover;width:100%}.Customers_row__xBaCz{display:flex;margin:auto auto 8px;max-width:1200px;width:100%}@media only screen and (max-width:1023px){.Customers_row__xBaCz{display:block;margin:8px 0;max-width:100%}}.Customers_col__wSZX5:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Customers_col__wSZX5:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Customers_col__wSZX5:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Customers_col__wSZX5:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.Customers_col__wSZX5:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.Customers_col__wSZX5:nth-child(2){width:100%}}.Customers_card__rpaR0:not(:last-child){margin-bottom:8px}.Overview_card__\+IdqB{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.Overview_card__\+IdqB{margin-top:-188px}}.Overview_list__Z6QIf{display:flex;flex-wrap:wrap;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__Z6QIf{flex-wrap:wrap;margin:0 -6px}}@media only screen and (max-width:767px){.Overview_list__Z6QIf{flex-direction:column;margin:0 -6px}}.Overview_item__CABU8{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(25% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:24px;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;width:calc(25% - 12px)}@media only screen and (max-width:1023px){.Overview_item__CABU8{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}.Overview_item__CABU8:nth-child(odd){margin-right:6px}.Overview_item__CABU8:nth-child(2n){margin-left:6px}}@media only screen and (max-width:767px){.Overview_item__CABU8{flex-basis:calc(100% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(100% - 12px)}}.Overview_icon__S-kqj{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__S-kqj svg{fill:#fcfcfc}.Overview_line__daqz5{display:flex}.Overview_category__vzr35{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.Overview_tooltip__LXDRo svg{fill:#33383f}.dark-mode .Overview_tooltip__LXDRo svg{fill:#efefef}.Overview_counter__RI7VA{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_indicator__jknj1{align-items:center;background:#fcfcfc;border-radius:8px;color:#6f767e;display:inline-flex;padding:4px}.dark-mode .Overview_indicator__jknj1{background:#1a1d1f}.Overview_indicator__jknj1 span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.Card_card__95JUx{background:#fcfcfc;border-radius:8px;padding:24px;position:relative}@media only screen and (max-width:767px){.Card_card__95JUx{padding:16px}}.dark-mode .Card_card__95JUx{background:#1a1d1f}.Card_head__n3bZI{align-items:center;display:flex;margin-bottom:32px;min-height:40px}@media only screen and (max-width:767px){.Card_head__n3bZI{margin-bottom:24px}}.Card_title__a2QZe{margin-right:auto}@media only screen and (max-width:767px){.Card_title__a2QZe{line-height:40px}}.StatProspect_chart__KK9wp{height:230px;width:auto}@media only screen and (max-width:1339px){.StatProspect_chart__KK9wp{margin-left:-12px}}@media only screen and (max-width:1023px){.StatProspect_chart__KK9wp{margin:0 auto;max-width:310px}}@media only screen and (max-width:767px){.StatProspect_chart__KK9wp{padding-left:10px}}.StatProspect_legend__tit-B{display:flex;justify-content:space-between;margin-top:32px}.StatProspect_legend__tit-B svg{margin-bottom:12px}.StatProspect_title__Lg4Qg{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333}.StatProspect_percent__uL-VL{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6}@media only screen and (max-width:767px){.StatProspect_percent__uL-VL{font-size:18px}}.ProductSales_chart__I2oqX{height:327px;margin-bottom:-10px;margin-left:-20px;width:auto}.PartnerList_foot__OeiMC{align-items:center;display:flex;justify-content:center;margin-top:24px}.PartnerList_arrow__PSXXG{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .PartnerList_arrow__PSXXG{border-color:transparent}.PartnerList_arrow__PSXXG svg{fill:#6f767e;transition:fill .2s}.PartnerList_arrow__PSXXG:hover{border-color:#efefef}.PartnerList_arrow__PSXXG:hover svg{fill:#1a1d1f}.dark-mode .PartnerList_arrow__PSXXG:hover{border-color:#272b30}.dark-mode .PartnerList_arrow__PSXXG:hover svg{fill:#fcfcfc}.PartnerList_arrow__PSXXG:not(:last-child){margin-right:8px}.PartnerList_arrow__PSXXG:disabled{cursor:not-allowed;opacity:.5}.PartnerList_arrow__PSXXG:disabled:hover{border-color:#efefef}.PartnerList_arrow__PSXXG:disabled:hover svg{fill:#6f767e}.dark-mode .PartnerList_arrow__PSXXG:disabled:hover{border-color:transparent}.dark-mode .PartnerList_arrow__PSXXG:disabled:hover svg{fill:#6f767e}.PartnerList_pagination__KJLqZ{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.PartnerList_head__VsXYI{margin-bottom:44px}@media only screen and (max-width:1023px){.PartnerList_head__VsXYI{margin-bottom:32px}}@media only screen and (max-width:767px){.PartnerList_head__VsXYI{flex-wrap:wrap;margin-bottom:24px}}.PartnerList_head__VsXYI .PartnerList_form__5jgvd{margin-right:auto}@media only screen and (max-width:1023px){.PartnerList_head__VsXYI .PartnerList_form__5jgvd{width:250px}}@media only screen and (max-width:767px){.PartnerList_head__VsXYI .PartnerList_form__5jgvd{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.PartnerList_head__VsXYI.PartnerList_hidden__fJGEo{display:none}}.PartnerList_title__pO\+rI{margin-right:24px}@media only screen and (max-width:767px){.PartnerList_title__pO\+rI{margin:0 0 16px}}.PartnerList_nav__kuBgr{display:flex}@media only screen and (max-width:767px){.PartnerList_nav__kuBgr{width:100%}}.PartnerList_link__jE4oD{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PartnerList_link__jE4oD{flex:1 1}}.PartnerList_link__jE4oD.PartnerList_active__BSPsp,.PartnerList_link__jE4oD:hover{color:#1a1d1f}.dark-mode .PartnerList_link__jE4oD.PartnerList_active__BSPsp,.dark-mode .PartnerList_link__jE4oD:hover{color:#fcfcfc}.PartnerList_link__jE4oD.PartnerList_active__BSPsp{background:#efefef}.dark-mode .PartnerList_link__jE4oD.PartnerList_active__BSPsp{background:#272b30}.PartnerList_link__jE4oD:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PartnerList_link__jE4oD:not(:last-child){margin-right:0}}.PartnerList_filters__cYhyS{margin-left:8px}@media only screen and (max-width:1023px){.PartnerList_filters__cYhyS{display:none}}.PartnerList_details__o2jZo{display:none}.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q{display:flex}.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q .PartnerList_table__PCX8m{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q .PartnerList_table__PCX8m{width:350px}}@media only screen and (max-width:1259px){.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q .PartnerList_table__PCX8m{width:320px}}@media only screen and (max-width:1023px){.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q .PartnerList_table__PCX8m{display:none}}.PartnerList_row__-Fgyl.PartnerList_flex__u-s4Q .PartnerList_details__o2jZo{display:block}.PartnerList_empty__6yXhp{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .PartnerList_empty__6yXhp{background:#272b30;color:#fcfcfc}.PartnerList_empty__6yXhp p{margin:0}.PartnerList_empty__6yXhp p,.PartnerList_loading__ol4BF{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.PartnerList_loading__ol4BF{align-items:center;display:flex;justify-content:center;padding:40px 0}.Form_form__-yd9C{position:relative;width:360px}.Form_input__apCDU{background:#f4f4f4;border-radius:12px;color:#1a1d1f;font-size:15px;font-weight:600;height:40px;line-height:1.6;padding:0 20px 0 44px;width:100%}.dark-mode .Form_input__apCDU{background:#272b30;color:#fcfcfc}.Form_input__apCDU::-webkit-input-placeholder{color:#9a9fa5}.Form_input__apCDU::placeholder{color:#9a9fa5}.Form_result__z21pX{bottom:0;left:0;padding-right:4px;position:absolute;top:0;width:44px}.Form_result__z21pX svg{fill:#6f767e;transition:fill .2s}.Form_result__z21pX:hover svg{fill:#2a85ff}.Table_wrapper__H7acD{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__H7acD{margin:0}}.Table_table__ru7EW{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__ru7EW{display:block}}.Table_row__P021C{display:table-row}@media only screen and (max-width:1023px){.Table_row__P021C{display:none}}.Table_row__P021C.Table_active__jam1A .Table_col__3qP-T:not(:first-child):not(:nth-child(2)){display:none}.Table_row__P021C.Table_active__jam1A .Table_col__3qP-T:nth-child(2):after{right:12px}.Table_col__3qP-T{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__3qP-T:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__3qP-T:after{background:#272b30}.Table_col__3qP-T:first-child{font-size:0;width:56px}.Table_col__3qP-T:first-child:after{left:12px}.Table_col__3qP-T:last-child:after{right:12px}.Table_foot__r7SRF{margin-top:20px;text-align:center}.Table_foot__r7SRF .Table_button__TBrru .Table_loader__j9r18{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__DiSK8{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__T6Z6w{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__T6Z6w:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__T6Z6w{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__JZiXD,.dark-mode .Table_pageButton__T6Z6w:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__JZiXD{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__JZiXD{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__KItuB{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__KItuB{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__4DyoL{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__4DyoL{color:#6f767e}.Table_empty__C-W8N{background:#efefef}.dark-mode .Table_empty__C-W8N{background:#272b30;color:#fcfcfc}.Checkbox_checkbox__kcDor{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block;position:relative;-webkit-user-select:none;user-select:none}.Checkbox_checkbox__kcDor.Checkbox_reverse__pvjyr .Checkbox_inner__Kp-B9{flex-direction:row-reverse}.Checkbox_checkbox__kcDor.Checkbox_reverse__pvjyr .Checkbox_text__EC5B9{padding:0 16px 0 0}.Checkbox_input__rqceo{left:0;opacity:0;position:absolute;top:0}.Checkbox_input__rqceo:checked+.Checkbox_inner__Kp-B9 .Checkbox_tick__tIn4F{background:#2a85ff;border-color:#2a85ff}.Checkbox_input__rqceo:checked+.Checkbox_inner__Kp-B9 .Checkbox_tick__tIn4F:before{opacity:1}.Checkbox_inner__Kp-B9{display:flex}.Checkbox_inner__Kp-B9:hover .Checkbox_tick__tIn4F{border-color:#2a85ff}.Checkbox_tick__tIn4F{border:2px solid hsla(212,6%,46%,.4);border-radius:6px;flex-shrink:0;height:24px;position:relative;transition:all .2s;width:24px}.Checkbox_tick__tIn4F:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12'%3E%3Cpath d='M16.707.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0L.293 6.707A1 1 0 0 1 .735 5.02a1 1 0 0 1 .973.273l3.586 3.586a1 1 0 0 0 1.414 0L15.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfc' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:12px;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .2s;width:17px}.Checkbox_text__EC5B9{color:#1a1d1f;flex-grow:1;font-size:15px;font-weight:600;line-height:1.7142857143;padding-left:16px}.dark-mode .Checkbox_text__EC5B9{color:#fcfcfc}.Row_row__xtsrT{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__xtsrT{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__xtsrT{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__xtsrT:hover{background:#f4f4f4}.dark-mode .Row_row__xtsrT:hover{background:#272b30}.Row_row__xtsrT:hover .Row_price__Ue36x{background:#fcfcfc}.dark-mode .Row_row__xtsrT:hover .Row_price__Ue36x{background:#111315}}.Row_row__xtsrT:last-child .Row_col__wHxeS:after{display:none}.Row_row__xtsrT.Row_active__cWG\+o:hover{background:none}.Row_row__xtsrT.Row_active__cWG\+o .Row_col__wHxeS:not(:first-child):not(:nth-child(2)){display:none}.Row_row__xtsrT.Row_active__cWG\+o .Row_col__wHxeS:nth-child(2):after{right:12px}.Row_row__xtsrT.Row_active__cWG\+o.Row_selected__wsthr{background:#efefef}.dark-mode .Row_row__xtsrT.Row_active__cWG\+o.Row_selected__wsthr{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__xtsrT.Row_active__cWG\+o.Row_selected__wsthr .Row_col__wHxeS:first-child{border-radius:12px 0 0 12px}.Row_row__xtsrT.Row_active__cWG\+o.Row_selected__wsthr .Row_col__wHxeS:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__xtsrT.Row_active__cWG\+o.Row_selected__wsthr .Row_col__wHxeS:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__wHxeS{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__wHxeS{display:block;padding:0}}.dark-mode .Row_col__wHxeS{color:#fcfcfc}.Row_col__wHxeS:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__wHxeS:after{display:none}}.dark-mode .Row_col__wHxeS:after{background:#272b30}.Row_col__wHxeS:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__wHxeS:first-child{display:none}}.Row_col__wHxeS:first-child:after{left:12px}.Row_col__wHxeS:last-child{border-radius:0 8px 8px 0}.Row_col__wHxeS:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__wHxeS:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__wHxeS:nth-child(3),.Row_col__wHxeS:nth-child(4),.Row_col__wHxeS:nth-child(6),.Row_col__wHxeS:nth-child(7){display:none}}.Row_item__I04c8{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__I04c8:hover{color:#2a85ff}.Row_item__I04c8 .Row_email__dKbLm{display:none}@media only screen and (max-width:1023px){.Row_item__I04c8 .Row_email__dKbLm{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__k8d0g{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__k8d0g img{height:100%;object-fit:cover;width:100%}.Row_user__Fj1dI{margin-bottom:4px;max-width:160px}.Row_login__l6UbJ{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__l6UbJ{display:none}}.dark-mode .Row_login__l6UbJ{color:#9a9fa5}.Row_email__dKbLm{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__wHxeS>.Row_email__dKbLm{display:none}}.Row_lifetime__tpnp\+{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__tpnp\+{align-items:flex-end;flex-direction:column}}.Row_price__Ue36x{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__Ue36x{background:#272b30}.Row_balance__wpwuk{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__wpwuk{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__ciAHG{display:none}}.Panel_info__XUKNh{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__XUKNh svg{fill:#6f767e;margin-right:12px}.Panel_info__XUKNh span{color:#1a1d1f}.dark-mode .Panel_info__XUKNh span{color:#fcfcfc}.Panel_btns__6IgjU{align-items:center;display:flex}.Panel_button__-1s9N:not(:last-child){margin-right:8px}.PartnerDetail_button__YkL0\+{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.PartnerDetail_button__YkL0\+{display:none}}.PartnerDetail_background__8BqO6{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.PartnerDetail_background__8BqO6{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.PartnerDetail_background__8BqO6{height:320px}}@media only screen and (max-width:767px){.PartnerDetail_background__8BqO6{height:252px;margin:-24px -16px 0}}.PartnerDetail_background__8BqO6 img{height:100%;object-fit:cover;width:100%}.PartnerDetail_card__F1ZrG{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.PartnerDetail_card__F1ZrG{margin-top:-188px}}.PartnerDetail_control__p1aui{align-items:center;display:flex;margin-bottom:20px}.PartnerDetail_nav__7mQFo{display:flex;margin-right:auto}@media only screen and (max-width:767px){.PartnerDetail_desktopNav__HGr4v{display:none}}.PartnerDetail_mobileNav__oS71Q{display:none;width:100%}@media only screen and (max-width:767px){.PartnerDetail_mobileNav__oS71Q{display:block}}.PartnerDetail_dropdown__Ku20w{width:100%}.PartnerDetail_dropdown__Ku20w .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .PartnerDetail_dropdown__Ku20w .dropdown__head{background:#272b30}.PartnerDetail_link__pobl0{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PartnerDetail_link__pobl0{flex-grow:1}}.PartnerDetail_link__pobl0.PartnerDetail_active__AmZHW,.PartnerDetail_link__pobl0:hover{color:#1a1d1f}.dark-mode .PartnerDetail_link__pobl0.PartnerDetail_active__AmZHW,.dark-mode .PartnerDetail_link__pobl0:hover{color:#fcfcfc}.PartnerDetail_link__pobl0.PartnerDetail_active__AmZHW{background:#efefef}.dark-mode .PartnerDetail_link__pobl0.PartnerDetail_active__AmZHW{background:#272b30}.PartnerDetail_link__pobl0:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PartnerDetail_link__pobl0:not(:last-child){margin-right:0}.PartnerDetail_dropdownBox__HWVGx{flex-grow:1}}.PartnerDetail_filters__5ZZrO{margin-left:16px}@media only screen and (max-width:767px){.PartnerDetail_filters__5ZZrO{margin-left:12px}}.PartnerDetail_foot__1HFmw{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.PartnerDetail_foot__1HFmw{margin-top:32px}}@media only screen and (max-width:767px){.PartnerDetail_foot__1HFmw{margin-top:24px}}.PartnerDetail_profile__Ex3Fl{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.PartnerDetail_profile__Ex3Fl{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.PartnerDetail_profile__Ex3Fl{display:block}}@media only screen and (max-width:767px){.PartnerDetail_profile__Ex3Fl{margin-bottom:32px;padding-bottom:32px}}.dark-mode .PartnerDetail_profile__Ex3Fl{border-color:#272b30}.PartnerDetail_statusContainer__qGPTh{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.PartnerDetail_statusContainer__qGPTh{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_statusContainer__qGPTh{flex-direction:column;gap:16px}}.PartnerDetail_statusGroup__1oiKn{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.PartnerDetail_statusBadge__VkIRU{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.PartnerDetail_details__DbAKV{align-items:center;display:flex;flex-grow:1;min-width:0}@media only screen and (max-width:1023px){.PartnerDetail_details__DbAKV{margin-bottom:16px}}@media only screen and (max-width:767px){.PartnerDetail_details__DbAKV{margin-bottom:12px}}.PartnerDetail_wrap__7TH1L{flex:1 1;min-width:0}@media only screen and (max-width:767px){.PartnerDetail_man__FyBVJ{font-size:20px}}.PartnerDetail_contacts__A3NAA{align-items:flex-start;display:flex;flex-shrink:0;margin-left:40px}@media only screen and (max-width:1023px){.PartnerDetail_contacts__A3NAA{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_contacts__A3NAA{margin-left:0}}.PartnerDetail_statusInfo__4GW-\+{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:767px){.PartnerDetail_statusInfo__4GW-\+{flex-direction:column;gap:12px}}.PartnerDetail_avatar__zectO{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.PartnerDetail_avatar__zectO img{border-radius:50%;height:100%;object-fit:cover;width:100%}.PartnerDetail_add__5wxa-{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.PartnerDetail_add__5wxa- svg{fill:#fff}.PartnerDetail_add__5wxa-:hover{background:#1176ff}.PartnerDetail_dropZone__k4Q8A{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s;width:100%}.PartnerDetail_dropZone__k4Q8A.PartnerDetail_dragActive__rGS87,.PartnerDetail_dropZone__k4Q8A:hover{background:#fff;border-color:#2a85ff}.dark-mode .PartnerDetail_dropZone__k4Q8A{background:#1a1d1f}.dark-mode .PartnerDetail_dropZone__k4Q8A.PartnerDetail_dragActive__rGS87,.dark-mode .PartnerDetail_dropZone__k4Q8A:hover{background:#037}.PartnerDetail_dropLabel__uGZ8-{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.PartnerDetail_dropLabel__uGZ8- svg{fill:#6f767e;transition:fill .2s}.PartnerDetail_dropLabel__uGZ8-:hover svg{fill:#2a85ff}.PartnerDetail_info__AyC5M{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.PartnerDetail_info__AyC5M{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_error__w1vUb{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:20px;padding:16px}.NameAndDescription_disabled__Yckqv{cursor:not-allowed;opacity:.6}.CompanyInformations_card__VUwFe{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__awhcV .CompanyInformations_field__Cmb3s{margin-bottom:12px}.CompanyInformations_editor__BODTl{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__oxVWP{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__k-eTg{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__k-eTg{display:block;margin:0}}.CompanyInformations_group__k-eTg .CompanyInformations_field__Cmb3s{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__k-eTg .CompanyInformations_field__Cmb3s{margin:20px 0 0;width:100%}}.CompanyInformations_field__Cmb3s{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__b6uhD{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__gRgG4{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__gRgG4 svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__zb5db{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__zb5db{background:#272b30}.CompanyInformations_copy__Spk78{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__Spk78:hover{opacity:.8}.CompanyInformations_preview__eApJJ img{border-radius:12px;width:100%}.CompanyInformations_btns__1qjZA{display:flex;margin:0 -8px}.CompanyInformations_btns__1qjZA .CompanyInformations_button__7324w{flex-grow:1;margin:0 8px}.CompanyInformations_switch__O4dW3{margin-left:auto}.CompanyInformations_line__cFbwu{display:flex;padding-bottom:16px}.CompanyInformations_line__cFbwu:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__cFbwu:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__cFbwu:not(:last-child){border-color:#272b30}.CompanyInformations_title__RJHjj{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__RJHjj{color:#efefef}.Switch_switch__AHE9x{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-block;font-size:0;position:relative;-webkit-user-select:none;user-select:none}.Switch_input__5yY-t{left:0;opacity:0;position:absolute;top:0}.Switch_input__5yY-t:checked+.Switch_inner__A3Wdo .Switch_box__7jis-{background:#2a85ff}.Switch_input__5yY-t:checked+.Switch_inner__A3Wdo .Switch_box__7jis-:before{background:#fcfcfc;-webkit-transform:translate(24px,-50%);transform:translate(24px,-50%)}.Switch_inner__A3Wdo{display:inline-block;position:relative;transition:all .2s}.Switch_box__7jis-{background:#f4f4f4;border-radius:12px;display:block;height:24px;position:relative;transition:all .2s;width:48px}.dark-mode .Switch_box__7jis-{background:#111315}.Switch_box__7jis-:before{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 2px 2px #fff,inset 0 -1px 1px rgba(0,0,0,.1);content:"";height:20px;left:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;width:20px}.dark-mode .Switch_box__7jis-:before{background:#272b30;box-shadow:0 2px 4px rgba(0,0,0,.2),inset 0 1px 2px hsla(0,0%,100%,.1),inset 0 -1px 1px rgba(0,0,0,.1)}.AddressInformations_card__OJLGO{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__PlSts .AddressInformations_field__COHj1{margin-bottom:12px}.AddressInformations_editor__tfCmZ{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__0Z884{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__AVDMr{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__AVDMr{display:block;margin:0}}.AddressInformations_group__AVDMr .AddressInformations_field__COHj1{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__AVDMr .AddressInformations_field__COHj1{margin:20px 0 0;width:100%}}.AddressInformations_field__COHj1{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__dtyqO{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__caJ6K{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__caJ6K svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__IlLTp{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__IlLTp{background:#272b30}.AddressInformations_copy__Mo\+Q6{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__Mo\+Q6:hover{opacity:.8}.AddressInformations_preview__8sg28 img{border-radius:12px;width:100%}.AddressInformations_btns__a1lpk{display:flex;margin:0 -8px}.AddressInformations_btns__a1lpk .AddressInformations_button__eCP56{flex-grow:1;margin:0 8px}.DirectorInformations_card__\+MI\+g{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__SXjr0 .DirectorInformations_field__eojkf{margin-bottom:12px}.DirectorInformations_editor__xrxXz{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__66qjs{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__3Iq-L{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__3Iq-L{display:block;margin:0}}.DirectorInformations_group__3Iq-L .DirectorInformations_field__eojkf{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__3Iq-L .DirectorInformations_field__eojkf{margin:20px 0 0;width:100%}}.DirectorInformations_field__eojkf{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__Upyh4{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__rG1XX{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__rG1XX svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__L7GIt{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__L7GIt{background:#272b30}.DirectorInformations_copy__d556J{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__d556J:hover{opacity:.8}.DirectorInformations_preview__jJl\+F img{border-radius:12px;width:100%}.DirectorInformations_btns__3e7TQ{display:flex;margin:0 -8px}.DirectorInformations_btns__3e7TQ .DirectorInformations_button__e9AcM{flex-grow:1;margin:0 8px}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px rgba(0,0,0,.35);list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{white-space:nowrap}.PhoneInput_field__Y\+V4-.PhoneInput_error__TRZTN .PhoneInput_phoneInputWrapper__gXSc4 .PhoneInput_phoneInputField__FDih5{background:rgba(255,188,153,.25);border-color:#ff6a55;color:#ff6a55}.PhoneInput_field__Y\+V4-.PhoneInput_error__TRZTN .PhoneInput_phoneInputWrapper__gXSc4 .PhoneInput_phoneInputField__FDih5:focus{border-color:#ff6a55;color:#ff6a55}.PhoneInput_field__Y\+V4-.PhoneInput_success__WAKho .PhoneInput_phoneInputField__FDih5{background:#fff;border-color:#9a9fa5}.dark-mode .PhoneInput_field__Y\+V4-.PhoneInput_success__WAKho .PhoneInput_phoneInputField__FDih5{background:#111315}.PhoneInput_label__IF1k3{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .PhoneInput_label__IF1k3{color:#efefef}.PhoneInput_required__KdSXA{color:#ff6a55;margin-left:2px}.PhoneInput_tooltip__rnV1A{position:relative;top:-1px}.PhoneInput_tooltip__rnV1A svg{fill:#9a9fa5}.PhoneInput_phoneInputWrapper__gXSc4{margin-bottom:4px;position:relative}.react-tel-input{display:block;font-family:Inter,sans-serif;position:relative!important;width:100%}.react-tel-input .special-label{display:none}.react-tel-input .form-control{-webkit-appearance:none;background:#f4f4f4;border:2px solid #efefef;border-radius:12px;box-shadow:none;color:#1a1d1f;font-family:Inter,sans-serif;font-size:15px;font-weight:600;height:48px;line-height:1.6;padding:0 12px 0 56px;transition:all .2s;width:100%}.dark-mode .react-tel-input .form-control{background:#272b30;border-color:#272b30;color:#fcfcfc}.react-tel-input .form-control::-webkit-input-placeholder{color:#6f767e}.react-tel-input .form-control::placeholder{color:#6f767e}.dark-mode .react-tel-input .form-control::-webkit-input-placeholder{color:#9a9fa5}.dark-mode .react-tel-input .form-control::placeholder{color:#9a9fa5}.react-tel-input .form-control:focus{background:#fff;border-color:#9a9fa5;box-shadow:0 0 0 3px hsla(213,6%,63%,.15)}.dark-mode .react-tel-input .form-control:focus{background:#111315;border-color:#33383f;box-shadow:0 0 0 3px rgba(51,56,63,.25)}.react-tel-input .form-control.disabled{background:#f4f4f4;color:#6f767e;cursor:not-allowed}.dark-mode .react-tel-input .form-control.disabled{background:#272b30;color:#6f767e}.react-tel-input .flag-dropdown{background:transparent;border:none;margin:0;padding:0}.react-tel-input .flag-dropdown.open{background:transparent;z-index:99!important}.react-tel-input .flag-dropdown .selected-flag{align-items:center;background:transparent;border-radius:10px 0 0 10px;display:flex;height:100%;justify-content:flex-start;padding:0 0 0 12px;width:45px}.react-tel-input .flag-dropdown .selected-flag:focus,.react-tel-input .flag-dropdown .selected-flag:hover{background:hsla(0,0%,94%,.1)}.react-tel-input .flag-dropdown .selected-flag .flag{box-shadow:0 0 1px rgba(0,0,0,.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.react-tel-input .flag-dropdown .selected-flag .arrow{border-top:4px solid #6f767e;left:30px;position:absolute}.react-tel-input .flag-dropdown .selected-flag .arrow.up{border-bottom:4px solid #6f767e;border-top:none}.react-tel-input .flag-dropdown .country-list{background:#fff;border:1px solid #efefef;border-radius:12px;box-shadow:0 3px 15px hsla(212,6%,46%,.15);left:0!important;margin-top:8px;max-height:240px;overflow-x:hidden;position:absolute!important;scrollbar-width:thin;top:48px!important;width:300px!important;z-index:9999!important}.dark-mode .react-tel-input .flag-dropdown .country-list{background:#111315;border-color:#272b30;box-shadow:0 3px 15px rgba(0,0,0,.2)}.react-tel-input .flag-dropdown .country-list::-webkit-scrollbar{width:6px}.react-tel-input .flag-dropdown .country-list::-webkit-scrollbar-track{background:hsla(0,0%,94%,.1);border-radius:10px}.react-tel-input .flag-dropdown .country-list::-webkit-scrollbar-thumb{background:hsla(212,6%,46%,.3);border-radius:10px}.react-tel-input .flag-dropdown .country-list::-webkit-scrollbar-thumb:hover{background:hsla(212,6%,46%,.5)}.react-tel-input .flag-dropdown .country-list .country{align-items:center;display:flex;padding:10px 14px}.react-tel-input .flag-dropdown .country-list .country .flag{display:inline-block;margin-right:12px}.dark-mode .react-tel-input .flag-dropdown .country-list .country{color:#efefef}.react-tel-input .flag-dropdown .country-list .country:hover{background:#f4f4f4}.dark-mode .react-tel-input .flag-dropdown .country-list .country:hover{background:#272b30}.react-tel-input .flag-dropdown .country-list .country.highlight{background:#9a9fa5;color:#fff}.dark-mode .react-tel-input .flag-dropdown .country-list .country.highlight{background:#33383f;color:#fcfcfc}.react-tel-input .flag-dropdown .country-list .search-box{border:1px solid #efefef;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;margin:10px;padding:10px 12px}.dark-mode .react-tel-input .flag-dropdown .country-list .search-box{background:#272b30;border-color:#272b30;color:#efefef}.react-tel-input .flag-dropdown .country-list .search-box:focus{border-color:#9a9fa5;box-shadow:0 0 0 2px hsla(213,6%,63%,.15);outline:none}.dark-mode .react-tel-input .flag-dropdown .country-list .search-box:focus{border-color:#33383f;box-shadow:0 0 0 2px rgba(51,56,63,.25)}.react-tel-input .flag-dropdown .country-list .search{position:relative;z-index:2}.dark-mode .react-tel-input .flag-dropdown .country-list .search{color:#efefef}.react-tel-input .flag-dropdown .country-list .search:hover{background:none}.react-tel-input .flag-dropdown .country-list .no-entries-message{color:#6f767e;font-size:14px;padding:8px 12px}.PhoneInput_errorMessage__tp-ph{color:#ff6a55;font-size:12px;margin-top:8px}.ContactInformations_card__LxpWo{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__cLJBG .ContactInformations_field__2W\+bD{margin-bottom:12px}.ContactInformations_editor__fRmQ7{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__jnJLs{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__F788h{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__F788h{display:block;margin:0}}.ContactInformations_group__F788h .ContactInformations_field__2W\+bD{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__F788h .ContactInformations_field__2W\+bD{margin:20px 0 0;width:100%}}.ContactInformations_field__2W\+bD{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__yhrgd{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__G9g-S{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__G9g-S svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__QQMSM{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__QQMSM{background:#272b30}.ContactInformations_copy__zEsyw{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__zEsyw:hover{opacity:.8}.ContactInformations_preview__N6PE7 img{border-radius:12px;width:100%}.ContactInformations_btns__COLwJ{display:flex;margin:0 -8px}.ContactInformations_btns__COLwJ .ContactInformations_button__oqUhf{flex-grow:1;margin:0 8px}.Scheduled_card__MZHfI{margin:-64px auto 20px;max-width:1200px}.Scheduled_head__cX1bO{margin-bottom:44px}@media only screen and (max-width:1023px){.Scheduled_head__cX1bO{margin-bottom:32px}}@media only screen and (max-width:767px){.Scheduled_head__cX1bO{flex-wrap:wrap;margin-bottom:24px}}.Scheduled_title__JNNo2{margin-right:24px}@media only screen and (max-width:1023px){.Scheduled_form__6nXDy{width:300px}}@media only screen and (max-width:767px){.Scheduled_form__6nXDy{margin-top:16px;order:3;width:100%}}.Scheduled_sorting__5JTDA{display:flex;margin-left:auto}.Table_wrapper__kgXrb{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__kgXrb{margin:0}}.Table_table__5-7s2{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__5-7s2{display:block}}.Table_row__tshZh{display:table-row}@media only screen and (max-width:1023px){.Table_row__tshZh{display:none}}.Table_col__LiTIU{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__LiTIU:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__LiTIU:after{background:#272b30}.Table_col__LiTIU:first-child{font-size:0;width:56px}.Table_col__LiTIU:first-child:after{left:12px}.Table_col__LiTIU:last-child{padding-right:164px}.Table_col__LiTIU:last-child:after{right:12px}.Row_row__3poAT{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__3poAT{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__3poAT{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__3poAT:hover{background:#f4f4f4}.dark-mode .Row_row__3poAT:hover{background:#272b30}.Row_row__3poAT:hover .Row_control__gb54j{opacity:1;visibility:visible}}.Row_col__-K8fP{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__-K8fP{display:block;padding:0;position:static}}.Row_col__-K8fP:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__-K8fP:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__-K8fP:after{display:none}}.Row_col__-K8fP:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__-K8fP:first-child{display:none}}.Row_col__-K8fP:first-child:after{left:12px}.Row_col__-K8fP:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__-K8fP:last-child{padding:0}}.Row_col__-K8fP:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__-K8fP:not(:nth-child(2)){display:none}}.Row_item__wHs\+5{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__wHs\+5{align-items:stretch}}.dark-mode .Row_item__wHs\+5{color:#fcfcfc}.Row_item__wHs\+5:hover{color:#2a85ff}.Row_item__wHs\+5 .Row_date__6d1f5,.Row_item__wHs\+5 .Row_empty__eG2SL,.Row_item__wHs\+5 .Row_price__whA6Z{display:none}@media only screen and (max-width:1023px){.Row_item__wHs\+5 .Row_empty__eG2SL,.Row_item__wHs\+5 .Row_price__whA6Z{display:inline-block}.Row_item__wHs\+5 .Row_date__6d1f5{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__wHs\+5 .Row_date__6d1f5 svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__0IvwH{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__0IvwH img{height:100%;object-fit:cover;width:100%}.Row_product__lJ6O8{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__lJ6O8{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__hrLPl{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__hrLPl{display:none}}.Row_empty__eG2SL,.Row_price__whA6Z{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__whA6Z{background:#b5e4ca}.dark-mode .Row_price__whA6Z{color:#1a1d1f}.Row_empty__eG2SL{background:#efefef}.dark-mode .Row_empty__eG2SL{background:#272b30;color:#fcfcfc}.Row_control__gb54j{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__gb54j{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__gb54j{display:none}}.Row_actions__67GG7{display:none}@media only screen and (max-width:1023px){.Row_actions__67GG7{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__67GG7 .Row_actionsHead__GtibJ{background:none}.Modal_modal__FPVDh{-webkit-animation:Modal_showModal__RkYNh .4s forwards;animation:Modal_showModal__RkYNh .4s forwards;background:hsla(0,0%,96%,.8);display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:48px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.Modal_modal__FPVDh{padding:16px}}.dark-mode .Modal_modal__FPVDh{background:rgba(39,43,48,.9)}@-webkit-keyframes Modal_showModal__RkYNh{0%{opacity:0}to{opacity:1}}@keyframes Modal_showModal__RkYNh{0%{opacity:0}to{opacity:1}}.Modal_outer__d1zKV{background:#fcfcfc;border-radius:16px;box-shadow:0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);margin:auto;max-width:408px;position:relative;width:100%;z-index:2}.dark-mode .Modal_outer__d1zKV{background:#1a1d1f}@media only screen and (max-width:767px){.Modal_outer__d1zKV{box-shadow:none}}.Modal_outer__d1zKV>div{padding:26px 24px 24px}.Modal_close__AkiOo{background:#efefef;border-radius:50%;font-size:0;height:36px;position:absolute;right:24px;top:24px;width:36px}.Modal_close__AkiOo svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .Modal_close__AkiOo{background:#272b30}.dark-mode .Modal_close__AkiOo svg{fill:#fcfcfc}.Modal_close__AkiOo:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Schedule_title__qV1Eo{padding-right:48px}.Schedule_note__gru6A{border-top:1px solid #efefef;color:#6f767e;font-weight:500;margin-top:24px;padding-top:24px}.dark-mode .Schedule_note__gru6A{border-color:#272b30}.Schedule_list__1PUgk{margin-top:24px}.Schedule_item__WIxCZ:not(:last-child){margin-bottom:8px}.Schedule_date__bkkud{padding:24px 12px}@media only screen and (max-width:1259px){.Schedule_date__bkkud{text-align:center;width:100%}}.Schedule_foot__88sZ-{border-top:1px solid #efefef;margin:4px 8px 0;padding-top:24px;text-align:right}.dark-mode .Schedule_foot__88sZ-{border-color:#272b30}.Schedule_foot__88sZ- .Schedule_button__Xgr70:not(:last-child){margin-right:8px}.Schedule_time__3fbPH{padding:24px;width:280px}@media only screen and (max-width:1259px){.Schedule_time__3fbPH{width:100%}}.Schedule_top__mOAY0{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:24px;padding-bottom:23px}.dark-mode .Schedule_top__mOAY0{border-color:#272b30}.Schedule_subtitle__Vx8v6{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-right:auto}@media only screen and (max-width:767px){.Schedule_subtitle__Vx8v6{font-size:18px}}.Schedule_close__huYYP{background:#efefef;border-radius:50%;font-size:0;height:36px;width:36px}.Schedule_close__huYYP svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .Schedule_close__huYYP{background:#272b30}.dark-mode .Schedule_close__huYYP svg{fill:#fcfcfc}.Schedule_close__huYYP:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Schedule_btns__BHD51{margin-top:24px;text-align:right}@media only screen and (max-width:1259px){.Item_item__LMTVm{position:relative}}@media only screen and (max-width:767px){.Item_item__LMTVm{position:static}}.Item_item__LMTVm.Item_active__irzt4 .Item_head__-edQf{border-color:#2a85ff;box-shadow:0 8px 16px rgba(0,0,0,.05)}.Item_item__LMTVm.Item_active__irzt4 .Item_head__-edQf svg{fill:#1a1d1f}.dark-mode .Item_item__LMTVm.Item_active__irzt4 .Item_head__-edQf svg{fill:#fcfcfc}.Item_item__LMTVm.Item_active__irzt4 .Item_body__eW9Co{opacity:1;visibility:visible}.Item_head__-edQf{border:2px solid #efefef;border-radius:12px;cursor:pointer;display:flex;min-height:68px;padding:14px;transition:all .2s}.Item_head__-edQf svg{fill:#6f767e;flex-shrink:0;margin-right:12px;transition:fill .2s}.dark-mode .Item_head__-edQf{border-color:#272b30}.Item_head__-edQf:hover{border-color:#2a85ff}.Item_category__dD5QT{color:#6f767e;font-size:12px;font-weight:500;line-height:1}.Item_body__eW9Co{background:#fcfcfc;border-radius:16px;box-shadow:0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);left:calc(100% + 8px);opacity:0;position:absolute;top:0;transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Item_body__eW9Co{left:0;right:0;top:100%;z-index:3}}@media only screen and (max-width:767px){.Item_body__eW9Co{left:12px;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.dark-mode .Item_body__eW9Co{background:#1a1d1f}@media only screen and (max-width:767px){.dark-mode .Item_body__eW9Co{box-shadow:inset 0 0 0 1px #272b30}}.Control_control__d8qcr{align-items:center;display:flex}.Control_button__TmRT6{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__TmRT6{background:#efefef}}.dark-mode .Control_button__TmRT6{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__TmRT6{background:#272b30}}.Control_button__TmRT6 svg{fill:#6f767e;transition:fill .2s}.Control_button__TmRT6:hover svg{fill:#2a85ff}.Control_button__TmRT6:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__XXb-I{display:none}}.Panel_info__XxiJg{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__XxiJg svg{fill:#6f767e;margin-right:12px}.Panel_btns__nHTYb{align-items:center;display:flex}.Panel_button__nO5ST:not(:last-child){margin-right:8px}.ModalTeams_modal__toZ56{-webkit-animation:ModalTeams_showModal__sAthk .4s forwards;animation:ModalTeams_showModal__sAthk .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalTeams_modal__toZ56{padding:88px 16px 24px}}.dark-mode .ModalTeams_modal__toZ56{background:#111315}@-webkit-keyframes ModalTeams_showModal__sAthk{0%{opacity:0}to{opacity:1}}@keyframes ModalTeams_showModal__sAthk{0%{opacity:0}to{opacity:1}}.ModalTeams_outer__0NF\+W{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;width:900px;z-index:2}@media only screen and (max-width:1023px){.ModalTeams_outer__0NF\+W{width:700px}}@media only screen and (max-width:767px){.ModalTeams_outer__0NF\+W{width:100%}}.ModalTeams_control__bDV7g{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalTeams_control__bDV7g{left:16px;right:16px;top:16px}}.dark-mode .ModalTeams_control__bDV7g .ModalTeams_button__027NQ{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalTeams_control__bDV7g .ModalTeams_button__027NQ:hover{background:#272b30}.ModalTeams_close__3afe3{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalTeams_close__3afe3 svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalTeams_close__3afe3{background:#1a1d1f}.dark-mode .ModalTeams_close__3afe3 svg{fill:#fcfcfc}.ModalTeams_close__3afe3:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalTeams_overview__wHNNL{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalTeams_overview__wHNNL::-webkit-scrollbar{width:6px}.ModalTeams_overview__wHNNL::-webkit-scrollbar-track{background:transparent}.ModalTeams_overview__wHNNL::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalTeams_subtitle__y7BDX{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalTeams_subtitle__y7BDX{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalTeams_subtitle__y7BDX{margin-bottom:12px}}.ModalTeams_content__841Ja h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTeams_content__841Ja p{line-height:1.5;margin-bottom:16px}.ModalTeams_content__841Ja p:last-child{margin-bottom:0}.ModalTeams_sectionTitle__q8rBy{margin-bottom:16px}@media only screen and (max-width:767px){.ModalTeams_sectionTitle__q8rBy{font-size:20px}}.ModalTeams_firstConnexionContent__MMDdy{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalTeams_firstConnexionContent__MMDdy h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTeams_firstConnexionContent__MMDdy .ModalTeams_figcaption__tDsYK{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalTeams_firstConnexionContent__MMDdy .ModalTeams_saveButton__tKr0b{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalTeams_firstConnexionContent__MMDdy .ModalTeams_saveButton__tKr0b:hover{background:#1176ff}.ModalTeams_galleryContainer__IrjEG{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalTeams_galleryContainer__IrjEG .ModalTeams_galleryImage__l5hGW{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalTeams_galleryContainer__IrjEG .ModalTeams_galleryImage__l5hGW img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalTeams_galleryContainer__IrjEG .ModalTeams_galleryImage__l5hGW img{aspect-ratio:1/1}}.ModalTeams_description__FH6je>.ModalTeams_field__fek1Y:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalTeams_description__FH6je>.ModalTeams_field__fek1Y:not(:last-child){margin-bottom:24px}}.ModalTeams_editor__V0Ix-:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalTeams_editor__V0Ix-:not(:last-child){margin-bottom:24px}}.ModalTeams_group__6dpoV{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalTeams_group__6dpoV{display:block;margin:0}}.ModalTeams_group__6dpoV .ModalTeams_field__fek1Y{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalTeams_group__6dpoV .ModalTeams_field__fek1Y{margin:12px 0 0;width:100%}}.ModalTeams_row__duaJT{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalTeams_row__duaJT{flex-direction:column;gap:0}}.ModalTeams_dropdown__Gzu0K{position:relative;z-index:9999}.ModalTeams_divider__CGrWY{background:#e6e6e6;height:1px;margin:24px 0}.ModalTeams_switch__NFY1R{margin-left:auto}.CompanyCreate_button__Vkgb\+{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.CompanyCreate_button__Vkgb\+{display:none}}.CompanyCreate_background__cXhT6{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.CompanyCreate_background__cXhT6{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.CompanyCreate_background__cXhT6{height:320px}}@media only screen and (max-width:767px){.CompanyCreate_background__cXhT6{height:252px;margin:-24px -16px 0}}.CompanyCreate_background__cXhT6 img{height:100%;object-fit:cover;width:100%}.CompanyCreate_card__hHD2Z{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.CompanyCreate_card__hHD2Z{margin-top:-188px}}.CompanyCreate_control__uRj7v{align-items:center;display:flex;margin-bottom:20px}.CompanyCreate_nav__DnwOk{display:flex;margin-right:auto}@media only screen and (max-width:767px){.CompanyCreate_desktopNav__obpqn{display:none}}.CompanyCreate_mobileNav__q621l{display:none;width:100%}@media only screen and (max-width:767px){.CompanyCreate_mobileNav__q621l{display:block}}.CompanyCreate_dropdown__Zxsd0{width:100%}.CompanyCreate_dropdown__Zxsd0 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .CompanyCreate_dropdown__Zxsd0 .dropdown__head{background:#272b30}.CompanyCreate_link__v-C74{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyCreate_link__v-C74{flex-grow:1}}.CompanyCreate_link__v-C74.CompanyCreate_active__NCIkH,.CompanyCreate_link__v-C74:hover{color:#1a1d1f}.dark-mode .CompanyCreate_link__v-C74.CompanyCreate_active__NCIkH,.dark-mode .CompanyCreate_link__v-C74:hover{color:#fcfcfc}.CompanyCreate_link__v-C74.CompanyCreate_active__NCIkH{background:#efefef}.dark-mode .CompanyCreate_link__v-C74.CompanyCreate_active__NCIkH{background:#272b30}.CompanyCreate_link__v-C74:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyCreate_link__v-C74:not(:last-child){margin-right:0}.CompanyCreate_dropdownBox__vkgdX{flex-grow:1}}.CompanyCreate_filters__DZEp3{margin-left:16px}@media only screen and (max-width:767px){.CompanyCreate_filters__DZEp3{margin-left:12px}}.CompanyCreate_foot__6JCMj{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.CompanyCreate_foot__6JCMj{margin-top:32px}}@media only screen and (max-width:767px){.CompanyCreate_foot__6JCMj{margin-top:24px}}.CompanyCreate_profile__HAxMS{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.CompanyCreate_profile__HAxMS{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.CompanyCreate_profile__HAxMS{display:block}}@media only screen and (max-width:767px){.CompanyCreate_profile__HAxMS{margin-bottom:32px;padding-bottom:32px}}.dark-mode .CompanyCreate_profile__HAxMS{border-color:#272b30}.CompanyCreate_statusContainer__KPH4X{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.CompanyCreate_statusContainer__KPH4X{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.CompanyCreate_statusContainer__KPH4X{flex-direction:column;gap:16px}}.CompanyCreate_statusGroup__sl42C{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CompanyCreate_statusLabel__MCamV{color:#6f767e;font-size:14px;font-weight:500}.CompanyCreate_statusBadge__wuxhT{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.CompanyCreate_details__yu02h{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.CompanyCreate_details__yu02h{margin-bottom:16px}}@media only screen and (max-width:767px){.CompanyCreate_details__yu02h{margin-bottom:12px}}.CompanyCreate_avatar__cpp9x{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.CompanyCreate_avatar__cpp9x img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CompanyCreate_add__RkT9d{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.CompanyCreate_add__RkT9d svg{fill:#fff}.CompanyCreate_add__RkT9d:hover{background:#1176ff}.CompanyCreate_info__ukdJz{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.CompanyCreate_info__ukdJz{font-size:18px;font-size:15px;margin-top:4px}}.CompanyInformations_card__Un8Ew{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__4HVk7 .CompanyInformations_field__d06VB{margin-bottom:12px}.CompanyInformations_editor__MXCRJ{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__BZkz9{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__r2x3e{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__r2x3e{display:block;margin:0}}.CompanyInformations_group__r2x3e .CompanyInformations_field__d06VB{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__r2x3e .CompanyInformations_field__d06VB{margin:20px 0 0;width:100%}}.CompanyInformations_field__d06VB{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__s3xWJ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__ethGV{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__ethGV svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__SLerj{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__SLerj{background:#272b30}.CompanyInformations_copy__RVgR5{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__RVgR5:hover{opacity:.8}.CompanyInformations_preview__n5vEL img{border-radius:12px;width:100%}.CompanyInformations_btns__EM-bq{display:flex;margin:0 -8px}.CompanyInformations_btns__EM-bq .CompanyInformations_button__6Lq5y{flex-grow:1;margin:0 8px}.CompanyInformations_switch__ycBqp{margin-left:auto}.CompanyInformations_line__gSKup{display:flex;padding-bottom:16px}.CompanyInformations_line__gSKup:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__gSKup:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__gSKup:not(:last-child){border-color:#272b30}.CompanyInformations_title__e34S2{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__e34S2{color:#efefef}.AddressInformations_card__iJU7I{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__wErVR .AddressInformations_field__\+Zflg{margin-bottom:12px}.AddressInformations_editor__kIo\+L{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__deED7{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__YI4qW{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__YI4qW{display:block;margin:0}}.AddressInformations_group__YI4qW .AddressInformations_field__\+Zflg{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__YI4qW .AddressInformations_field__\+Zflg{margin:20px 0 0;width:100%}}.AddressInformations_field__\+Zflg{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__lFA\+W{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__g4H8M{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__g4H8M svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__paiah{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__paiah{background:#272b30}.AddressInformations_copy__32m16{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__32m16:hover{opacity:.8}.AddressInformations_preview__VovPg img{border-radius:12px;width:100%}.AddressInformations_btns__95-2S{display:flex;margin:0 -8px}.AddressInformations_btns__95-2S .AddressInformations_button__5p\+UJ{flex-grow:1;margin:0 8px}.DirectorInformations_card__clW55{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__wr7QJ .DirectorInformations_field__8tcoN{margin-bottom:12px}.DirectorInformations_editor__q6bgJ{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__WeV6L{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__1-S\+c{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__1-S\+c{display:block;margin:0}}.DirectorInformations_group__1-S\+c .DirectorInformations_field__8tcoN{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__1-S\+c .DirectorInformations_field__8tcoN{margin:20px 0 0;width:100%}}.DirectorInformations_field__8tcoN{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__qpP0t{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__esnLr{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__esnLr svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__stswN{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__stswN{background:#272b30}.DirectorInformations_copy__W\+HJd{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__W\+HJd:hover{opacity:.8}.DirectorInformations_preview__9frMP img{border-radius:12px;width:100%}.DirectorInformations_btns__bfEQ0{display:flex;margin:0 -8px}.DirectorInformations_btns__bfEQ0 .DirectorInformations_button__h0W3H{flex-grow:1;margin:0 8px}.ContactInformations_card__n89AQ{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__tKker .ContactInformations_field__lO8Vu{margin-bottom:12px}.ContactInformations_editor__Dv8Gc{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__1g4sD{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__HGryD{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__HGryD{display:block;margin:0}}.ContactInformations_group__HGryD .ContactInformations_field__lO8Vu{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__HGryD .ContactInformations_field__lO8Vu{margin:20px 0 0;width:100%}}.ContactInformations_field__lO8Vu{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__FAooD{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__\+Zspu{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__\+Zspu svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__Zr0Ed{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__Zr0Ed{background:#272b30}.ContactInformations_copy__UXPiE{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__UXPiE:hover{opacity:.8}.ContactInformations_preview__K\+3UW img{border-radius:12px;width:100%}.ContactInformations_btns__ldBfH{display:flex;margin:0 -8px}.ContactInformations_btns__ldBfH .ContactInformations_button__8F5HN{flex-grow:1;margin:0 8px}.ContactRequest_head__Gb-hJ{margin-bottom:44px}@media only screen and (max-width:1023px){.ContactRequest_head__Gb-hJ{margin-bottom:32px}}@media only screen and (max-width:767px){.ContactRequest_head__Gb-hJ{flex-wrap:wrap;margin-bottom:24px}}.ContactRequest_head__Gb-hJ .ContactRequest_form__61bU1{margin-right:auto}@media only screen and (max-width:1023px){.ContactRequest_head__Gb-hJ .ContactRequest_form__61bU1{width:250px}}@media only screen and (max-width:767px){.ContactRequest_head__Gb-hJ .ContactRequest_form__61bU1{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.ContactRequest_head__Gb-hJ.ContactRequest_hidden__0wQe0{display:none}}.ContactRequest_title__pGi-V{margin-right:24px}@media only screen and (max-width:767px){.ContactRequest_title__pGi-V{margin:0 0 16px}}.ContactRequest_nav__vb4WI{display:flex}@media only screen and (max-width:767px){.ContactRequest_nav__vb4WI{width:100%}}.ContactRequest_link__EGyZ7{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.ContactRequest_link__EGyZ7{flex:1 1}}.ContactRequest_link__EGyZ7.ContactRequest_active__HOnpZ,.ContactRequest_link__EGyZ7:hover{color:#1a1d1f}.dark-mode .ContactRequest_link__EGyZ7.ContactRequest_active__HOnpZ,.dark-mode .ContactRequest_link__EGyZ7:hover{color:#fcfcfc}.ContactRequest_link__EGyZ7.ContactRequest_active__HOnpZ{background:#efefef}.dark-mode .ContactRequest_link__EGyZ7.ContactRequest_active__HOnpZ{background:#272b30}.ContactRequest_link__EGyZ7:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.ContactRequest_link__EGyZ7:not(:last-child){margin-right:0}}.ContactRequest_filters__ZvVCC{margin-left:8px}@media only screen and (max-width:1023px){.ContactRequest_filters__ZvVCC{display:none}}.ContactRequest_details__EGL-G{display:none}.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU{display:flex}.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU .ContactRequest_table__8wlVH{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU .ContactRequest_table__8wlVH{width:350px}}@media only screen and (max-width:1259px){.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU .ContactRequest_table__8wlVH{width:320px}}@media only screen and (max-width:1023px){.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU .ContactRequest_table__8wlVH{display:none}}.ContactRequest_row__ELv\+q.ContactRequest_flex__qcuYU .ContactRequest_details__EGL-G{display:block}.Filters_filters__7Pc4T{position:relative}.Filters_filters__7Pc4T.Filters_active__0kaYp .Filters_body__tbOuo,.Filters_filters__7Pc4T.Filters_active__0kaYp .Filters_overlay__yxeJ1{opacity:1;visibility:visible}.Filters_body__tbOuo{background:#fcfcfc;border-radius:16px;box-shadow:0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);opacity:0;padding:24px;position:absolute;right:-24px;top:-24px;transition:all .3s;visibility:hidden;width:408px;z-index:20}@media only screen and (max-width:767px){.Filters_body__tbOuo{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0;width:auto}}.dark-mode .Filters_body__tbOuo{background:#1a1d1f}.Filters_top__Z6C1k{align-items:center;display:flex;margin-bottom:24px}.Filters_title__AaI6P{margin-right:auto}.Filters_close__VfB9Y{background:#efefef;border-radius:50%;flex-shrink:0;height:36px;margin-left:24px;width:36px}.Filters_close__VfB9Y svg{fill:#1a1d1f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .Filters_close__VfB9Y{background:#272b30}.dark-mode .Filters_close__VfB9Y svg{fill:#fcfcfc}.Filters_close__VfB9Y:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Filters_overlay__yxeJ1{background:hsla(0,0%,96%,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:18}.dark-mode .Filters_overlay__yxeJ1{background:rgba(39,43,48,.9)}.Settings_form__lomRB{margin-bottom:24px;width:100%}.Settings_item__g2gB3:not(:last-child){margin-bottom:24px}.Settings_label__\+mt1Q{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__41Ihi:not(:last-child){margin-bottom:12px}.Settings_box__TfLJg{position:relative}.Settings_box__TfLJg .Settings_dropdownHead__rlxlq{padding-left:48px}.Settings_box__TfLJg svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__Bc\+0p{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__Bc\+0p .Settings_button__X58L8:not(:last-child){margin-right:12px}.Table_wrapper__GPSYn{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__GPSYn{margin:0}}.Table_table__UhkYC{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__UhkYC{display:block}}.Table_row__Dz392{display:table-row}@media only screen and (max-width:1023px){.Table_row__Dz392{display:none}}.Table_row__Dz392.Table_active__OmCun .Table_col__sTFCe:not(:first-child):not(:nth-child(2)){display:none}.Table_row__Dz392.Table_active__OmCun .Table_col__sTFCe:nth-child(2):after{right:12px}.Table_col__sTFCe{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__sTFCe:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__sTFCe:after{background:#272b30}.Table_col__sTFCe:first-child{font-size:0;width:56px}.Table_col__sTFCe:first-child:after{left:12px}.Table_col__sTFCe:last-child:after{right:12px}.Table_foot__9L41s{margin-top:20px;text-align:center}.Table_foot__9L41s .Table_button__0lhPl .Table_loader__MZ-Yz{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_empty__1PBGg{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Table_empty__1PBGg{background:#272b30;color:#fcfcfc}.Table_empty__1PBGg p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Row_row__vk0Ui{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__vk0Ui{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__vk0Ui{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__vk0Ui:hover{background:#f4f4f4}.dark-mode .Row_row__vk0Ui:hover{background:#272b30}.Row_row__vk0Ui:hover .Row_price__JQS3g{background:#fcfcfc}.dark-mode .Row_row__vk0Ui:hover .Row_price__JQS3g{background:#111315}}.Row_row__vk0Ui:last-child .Row_col__8-mPr:after{display:none}.Row_row__vk0Ui.Row_active__MZD87:hover{background:none}.Row_row__vk0Ui.Row_active__MZD87 .Row_col__8-mPr:not(:first-child):not(:nth-child(2)){display:none}.Row_row__vk0Ui.Row_active__MZD87 .Row_col__8-mPr:nth-child(2):after{right:12px}.Row_row__vk0Ui.Row_active__MZD87.Row_selected__1ITId{background:#efefef}.dark-mode .Row_row__vk0Ui.Row_active__MZD87.Row_selected__1ITId{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__vk0Ui.Row_active__MZD87.Row_selected__1ITId .Row_col__8-mPr:first-child{border-radius:12px 0 0 12px}.Row_row__vk0Ui.Row_active__MZD87.Row_selected__1ITId .Row_col__8-mPr:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__vk0Ui.Row_active__MZD87.Row_selected__1ITId .Row_col__8-mPr:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__8-mPr{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__8-mPr{display:block;padding:0}}.dark-mode .Row_col__8-mPr{color:#fcfcfc}.Row_col__8-mPr:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__8-mPr:after{display:none}}.dark-mode .Row_col__8-mPr:after{background:#272b30}.Row_col__8-mPr:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__8-mPr:first-child{display:none}}.Row_col__8-mPr:first-child:after{left:12px}.Row_col__8-mPr:last-child{border-radius:0 8px 8px 0}.Row_col__8-mPr:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__8-mPr:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__8-mPr:nth-child(3),.Row_col__8-mPr:nth-child(4),.Row_col__8-mPr:nth-child(6),.Row_col__8-mPr:nth-child(7){display:none}}.Row_item__zg-aw{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__zg-aw:hover{color:#2a85ff}.Row_item__zg-aw .Row_email__q10fr{display:none}@media only screen and (max-width:1023px){.Row_item__zg-aw .Row_email__q10fr{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__ydwUx{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__ydwUx img{height:100%;object-fit:cover;width:100%}.Row_user__MYDAw{margin-bottom:4px;max-width:160px}.Row_login__dTicR{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__dTicR{display:none}}.dark-mode .Row_login__dTicR{color:#9a9fa5}.Row_email__q10fr{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__8-mPr>.Row_email__q10fr{display:none}}.Row_lifetime__WA2YV{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__WA2YV{align-items:flex-end;flex-direction:column}}.Row_price__JQS3g{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__JQS3g{background:#272b30}.Row_balance__R48Wy{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__R48Wy{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__LJ\+n4{display:none}}.Panel_info__OKfL6{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__OKfL6 svg{fill:#6f767e;margin-right:12px}.Panel_info__OKfL6 span{color:#1a1d1f}.dark-mode .Panel_info__OKfL6 span{color:#fcfcfc}.Panel_actions__JUTc4,.Panel_button__figQB{align-items:center;display:flex;gap:8px}.Panel_button__figQB svg{fill:currentColor}.Details_details__gh3jV{flex-grow:1;padding:60px 0 0 48px;position:relative}@media only screen and (max-width:1419px){.Details_details__gh3jV{padding:48px 0 0 48px}}@media only screen and (max-width:1023px){.Details_details__gh3jV{padding:0}}.Details_close__Eb9SU{background:#efefef;border-radius:50%;height:36px;position:absolute;right:0;top:0;width:36px}@media only screen and (max-width:1023px){.Details_close__Eb9SU{background:#fcfcfc;box-shadow:0 4px 4px rgba(0,0,0,.05);top:-90px}}@media only screen and (max-width:767px){.Details_close__Eb9SU{top:-70px}}.Details_close__Eb9SU svg{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .Details_close__Eb9SU{background:#272b30}.dark-mode .Details_close__Eb9SU svg{fill:#fcfcfc}.Details_close__Eb9SU:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Details_editor__NZDBF,.Details_head__rpp6E{margin-bottom:48px}@media only screen and (max-width:1339px){.Details_editor__NZDBF,.Details_head__rpp6E{margin-bottom:32px}}.Details_line__tDF8y{align-items:center;color:#1a1d1f;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;transition:color .2s}.Details_line__tDF8y svg{fill:#6f767e;margin-right:12px;transition:fill .2s}.dark-mode .Details_line__tDF8y{color:#fcfcfc}.Details_line__tDF8y:hover{color:#2a85ff}.Details_line__tDF8y:hover svg{fill:#2a85ff}.Details_socials__RY7VI{align-items:center;border-color:#efefef;border-style:solid;border-width:1px 0;display:flex;padding:20px 0}@media only screen and (max-width:767px){.Details_socials__RY7VI{padding:16px 0}}.dark-mode .Details_socials__RY7VI{border-color:#272b30}.Details_social__OHMvo svg{fill:#6f767e;transition:fill .2s}.Details_social__OHMvo:hover svg{fill:#2a85ff}.Details_social__OHMvo:not(:last-child){margin-right:32px}.Details_line__tDF8y:not(:last-child),.Details_socials__RY7VI:not(:last-child){margin-bottom:20px}@media only screen and (max-width:767px){.Details_line__tDF8y:not(:last-child),.Details_socials__RY7VI:not(:last-child){margin-bottom:16px}}.Details_history__duP01{margin-top:48px}@media only screen and (max-width:1339px){.Details_history__duP01{margin-top:32px}}.Head_head__2O3t7{align-items:center;display:flex}@media only screen and (max-width:767px){.Head_head__2O3t7{display:block}}.Head_user__Oh7yI{align-items:center;display:flex;margin-right:24px}@media only screen and (max-width:767px){.Head_user__Oh7yI{margin:0 0 24px}}.Head_avatar__0Qal1{flex-shrink:0;height:80px;margin-right:24px;width:80px}@media only screen and (max-width:1419px){.Head_avatar__0Qal1{height:64px;margin-right:16px;width:64px}}.Head_avatar__0Qal1 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Head_man__RAgdf{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-bottom:4px}@media only screen and (max-width:767px){.Head_man__RAgdf{font-size:18px}}.Head_login__aHajj{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}.Head_statusInfo__w57CA{display:flex;flex-wrap:wrap;gap:12px;margin-left:auto}@media only screen and (max-width:767px){.Head_statusInfo__w57CA{margin-left:0;margin-top:16px}}.Head_statusGroup__dO7gJ{align-items:center;display:flex;flex-direction:column;gap:4px}.Head_statusBadge__Hj8rV{border-radius:6px;font-size:13px;font-weight:600;font-weight:700;line-height:1.2307692308;min-width:60px;padding:4px 8px;text-align:center}.Editor_label__D2PzF{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .Editor_label__D2PzF{color:#efefef}.Editor_tooltip__Pgcr5{position:relative;top:-1px}.Editor_tooltip__Pgcr5 svg{fill:#9a9fa5}.Editor_editor__-XfYI{font-family:Inter,sans-serif;position:relative}.dark-mode .Editor_editor__-XfYI{color:#111315}.Editor_editor__-XfYI .Editor_editorMain__b6ZmV{min-height:112px}.dark-mode .Editor_editor__-XfYI .Editor_editorMain__b6ZmV{color:#fcfcfc}.Editor_editor__-XfYI .Editor_editorWrapper__N0Ymv{background:#f4f4f4;border:2px solid hsla(213,6%,63%,.25);border-radius:12px}.dark-mode .Editor_editor__-XfYI .Editor_editorWrapper__N0Ymv{background:#111315;border-color:hsla(213,6%,63%,.15)}.Editor_editor__-XfYI .Editor_editorToolbar__VvGzi{background:#fcfcfc;border:none;border-radius:12px 12px 0 0}.dark-mode .Editor_editor__-XfYI .Editor_editorToolbar__VvGzi{background:#272b30}.Editor_editorButton__1wKX1 .Editor_editorMain__b6ZmV{padding-bottom:56px}.Editor_editorButton__1wKX1 .Editor_button__gyqg\+{bottom:12px;left:12px;position:absolute}.rdw-option-wrapper{align-items:center;background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;height:20px;justify-content:center;margin:0 4px;min-width:25px;padding:5px;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-option-active,.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-disabled{cursor:default;opacity:.3}.rdw-dropdown-wrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{border-left:5px solid transparent;border-right:5px solid transparent;height:0;position:absolute;right:10%;top:35%;width:0}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{align-items:center;display:flex;height:100%;padding:0 5px;position:relative}.rdw-dropdown-optionwrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;margin:0;max-height:250px;overflow-y:scroll;padding:0;position:relative;width:98%;z-index:100}.rdw-dropdown-optionwrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdownoption-default{align-items:center;display:flex;min-height:25px;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{cursor:default;opacity:.3}.rdw-inline-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-block-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-text-align-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-colorpicker-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:175px;left:5px;padding:15px;position:absolute;top:35px;width:175px;z-index:100}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{cursor:pointer;font-size:15px;padding:0 10px 5px;text-align:center;width:50%}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{display:flex;flex-wrap:wrap;height:100%;margin:5px auto;overflow:scroll;width:100%}.rdw-colorpicker-cube{border:1px solid #f1f1f1;height:22px;width:22px}.rdw-colorpicker-option{border:none;box-shadow:inset 1px 2px 1px #bfbdbd;height:22px;margin:3px;min-height:20px;min-width:22px;padding:0;width:22px}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:205px;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{border:1px solid #f1f1f1;border-radius:2px;height:25px;margin-bottom:15px;margin-top:5px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin-left:10px;text-transform:capitalize;width:75px}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-embedded-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-embedded-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:180px;justify-content:space-between;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-embedded-modal-header{display:flex;font-size:15px}.rdw-embedded-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-embedded-modal-header-label{background:#6eb8d4;border:1px solid #f1f1f1;border-bottom:2px solid #0a66b7;margin-top:5px;width:95px}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:10px 0;padding:0 5px;width:88%}.rdw-embedded-modal-link-input-wrapper{align-items:center;display:flex}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize;width:75px}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-embedded-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:80%}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-emoji-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-wrap:wrap;height:180px;left:5px;overflow:auto;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-emoji-icon{cursor:pointer;font-size:22px;height:24px;margin:2.5px;width:24px}.rdw-emoji-icon,.rdw-spinner{align-items:center;display:flex;justify-content:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both;background-color:#333;border-radius:100%;display:inline-block;height:12px;width:12px}.rdw-spinner .rdw-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.rdw-spinner .rdw-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.rdw-image-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-image-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-image-modal-header{display:flex;font-size:15px;margin:10px 0}.rdw-image-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-image-modal-header-label{background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px;width:80px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{align-items:center;background-color:#f1f1f1;border:none;color:gray;cursor:pointer;display:flex;font-size:15px;justify-content:center;margin:10px 0;outline:2px dashed gray;outline-offset:-10px;padding:9px 0;width:100%}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:15px;width:100%}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-height:200px;max-width:100%}.rdw-image-modal-upload-option-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.rdw-image-modal-url-section{align-items:center;display:flex}.rdw-image-modal-url-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:15px 0 12px;padding:0 5px;width:90%}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 5px;text-transform:capitalize;width:75px}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{height:100%;left:0;opacity:.5;position:absolute;top:-3px;width:100%}.rdw-image-modal-alt-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;margin-left:5px;width:70%}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-image-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:40%}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-history-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{background-color:#fff;cursor:pointer;left:40%;position:absolute;top:0}.rdw-mention-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{background:#fff;border:1px solid #f1f1f1;display:flex;flex-direction:column;max-height:150px;min-width:100px;overflow:auto;position:absolute;z-index:100}.rdw-suggestion-option{border-bottom:1px solid #f1f1f1;padding:7px 5px}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-image-alignment-options-popup{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;padding:5px 2px;position:absolute;width:105px;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;min-width:15px;width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{box-sizing:border-box;height:100%;overflow:auto}.rdw-editor-toolbar{background:#fff;border:1px solid #f1f1f1;border-radius:2px;display:flex;flex-wrap:wrap;font-size:15px;justify-content:flex-start;margin-bottom:5px;padding:6px 5px 0;-webkit-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:initial}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:left;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.Customers_background__QkFCZ{height:400px;margin:-64px -40px 0}@media only screen and (max-width:1339px){.Customers_background__QkFCZ{margin:-34px -24px 0}}@media only screen and (max-width:1259px){.Customers_background__QkFCZ{height:320px}}@media only screen and (max-width:767px){.Customers_background__QkFCZ{height:252px;margin:-24px -16px 0}}.Customers_background__QkFCZ img{height:100%;object-fit:cover;width:100%}.Customers_row__VvnHT{display:flex;margin:-64px auto 0;max-width:1120px;width:100%}@media only screen and (max-width:1023px){.Customers_row__VvnHT{display:block;margin:-64px 0 0;max-width:100%}}.Customers_col__Rs-s8:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Customers_col__Rs-s8:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Customers_col__Rs-s8:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Customers_col__Rs-s8:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.Customers_col__Rs-s8:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.Customers_col__Rs-s8:nth-child(2){width:100%}}.Customers_card__9cRse:not(:last-child){margin-bottom:8px}@media only screen and (max-width:767px){.Overview_cardHead__HRsXf{display:block}.Overview_cardTitle__3XzZp{margin-bottom:16px}}.Overview_details__a0QLV{margin-bottom:32px}@media only screen and (max-width:767px){.Overview_details__a0QLV{margin-bottom:24px;text-align:center}}.Overview_title__eCp3P{margin-bottom:4px}.Overview_line__mCn2D{align-items:center;color:#9a9fa5;display:flex;font-size:12px;font-weight:700;line-height:1.3333333333}@media only screen and (max-width:767px){.Overview_line__mCn2D{justify-content:center}}.Overview_balance__z0sTy{margin-right:4px}.Overview_users__X21\+S{border-top:1px solid #efefef;margin-top:32px;padding-top:32px}@media only screen and (max-width:767px){.Overview_users__X21\+S{margin-top:24px;padding-top:24px}}.dark-mode .Overview_users__X21\+S{border-color:#272b30}.Users_head__xZv-q{align-items:center;display:flex;margin-bottom:24px}@media only screen and (max-width:767px){.Users_head__xZv-q .Users_button__sQfON{margin-left:16px}}.Users_head__xZv-q .Users_button__sQfON span{margin-left:4px}@media only screen and (max-width:767px){.Users_head__xZv-q .Users_button__sQfON span{display:none}}.Users_info__AMhuk{color:#6f767e;font-weight:500;margin-right:auto;max-width:240px}.Users_info__AMhuk strong{color:#1a1d1f;font-weight:600}.dark-mode .Users_info__AMhuk strong{color:#fcfcfc}.Users_list__\+FxhN{display:flex}.Users_all__3jZSA,.Users_item__LUOwj{color:#1a1d1f;display:flex;flex:0 0 25%;flex-direction:column;justify-content:center;padding:32px 16px;text-align:center;transition:color .2s}@media only screen and (max-width:767px){.Users_all__3jZSA,.Users_item__LUOwj{flex:0 0 33.333%;padding:16px 8px}}.dark-mode .Users_all__3jZSA,.dark-mode .Users_item__LUOwj{color:#fcfcfc}.Users_all__3jZSA:hover,.Users_item__LUOwj:hover{color:#2a85ff}.Users_item__LUOwj{font-size:13px;font-weight:500;line-height:1.2307692308}@media only screen and (max-width:639px){.Users_item__LUOwj:nth-child(n+3){display:none}}.Users_all__3jZSA{font-size:13px;font-weight:600;line-height:1.2307692308}.Users_avatar__nVcyy,.Users_icon__ViIrg{height:64px;margin:0 auto 12px;width:64px}.Users_avatar__nVcyy img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Users_icon__ViIrg{align-items:center;background:#efefef;border:2px solid #efefef;border-radius:50%;display:flex;justify-content:center;transition:all .2s}.Users_icon__ViIrg svg{fill:#6f767e;transition:fill .2s}.dark-mode .Users_icon__ViIrg{background:#272b30;border-color:#272b30}.Users_all__3jZSA:hover .Users_icon__ViIrg{background:none;border-color:#2a85ff}.Users_all__3jZSA:hover .Users_icon__ViIrg svg{fill:#2a85ff}.Balance_negative__JGK1K,.Balance_positive__OK7Ux{align-items:center;display:inline-flex;font-size:12px;font-weight:700;line-height:1.3333333333}.Balance_negative__JGK1K svg,.Balance_positive__OK7Ux svg{margin-right:4px}.Balance_negative__JGK1K{color:#ff6a55}.Balance_negative__JGK1K svg{fill:#ff6a55}.Balance_positive__OK7Ux{color:#83bf6e}.Balance_positive__OK7Ux svg{fill:#83bf6e}.Balance_background__eEf0E.Balance_negative__JGK1K,.Balance_background__eEf0E.Balance_positive__OK7Ux{border-radius:8px;height:24px;padding:0 4px}.Balance_background__eEf0E.Balance_positive__OK7Ux{background:#eafae5}.dark-mode .Balance_background__eEf0E.Balance_positive__OK7Ux{background:rgba(234,250,229,.25)}.Balance_background__eEf0E.Balance_negative__JGK1K{background:#ffe7e4}.dark-mode .Balance_background__eEf0E.Balance_negative__JGK1K{background:hsla(7,100%,91%,.15)}.Chart_chart__nPdr\+{height:238px;margin-bottom:-10px;margin-left:-20px;width:auto}.Overview_list__\+og-H{display:flex;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__\+og-H{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 -24px;overflow:auto;scrollbar-width:none}.Overview_list__\+og-H::-webkit-scrollbar{display:none}.Overview_list__\+og-H:after,.Overview_list__\+og-H:before{content:"";flex-shrink:0;height:1px;width:24px}}@media only screen and (max-width:767px){.Overview_list__\+og-H{margin:0 -16px}.Overview_list__\+og-H:after,.Overview_list__\+og-H:before{width:16px}}.Overview_item__ut7Bg{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(33.333% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:32px;width:calc(33.333% - 12px)}@media only screen and (max-width:1023px){.Overview_item__ut7Bg{flex:0 0 295px;margin:0;width:295px}.Overview_item__ut7Bg:not(:last-child){margin-right:12px}}@media only screen and (max-width:767px){.Overview_item__ut7Bg{flex:0 0 285px;width:285px}}.dark-mode .Overview_item__ut7Bg{color:#efefef}.dark-mode .Overview_item__ut7Bg:nth-child(odd){background:rgba(167,170,247,.15)!important}.dark-mode .Overview_item__ut7Bg:nth-child(2n){background:rgba(177,229,252,.1)!important}.Overview_icon__6Hu6G{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__6Hu6G svg{fill:#fcfcfc}.dark-mode .Overview_icon__6Hu6G{background:#fcfcfc}.dark-mode .Overview_icon__6Hu6G svg{fill:#1a1d1f}.Overview_line__b2Zqg{display:flex}.Overview_category__vCD9a{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.dark-mode .Overview_category__vCD9a{color:#efefef}.Overview_tooltip__g3wPe svg{fill:#33383f}.dark-mode .Overview_tooltip__g3wPe svg{fill:#efefef}.Overview_counter__bKq5v{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_indicator__go1dF{align-items:center;background:#fcfcfc;border-radius:8px;color:#6f767e;display:inline-flex;padding:4px}.dark-mode .Overview_indicator__go1dF{background:#1a1d1f}.Overview_indicator__go1dF span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.TopFormation_chart__ph9fV{height:274px;margin-bottom:-10px;width:auto}.Actions_actions__KfmQN{display:inline-block;position:relative;z-index:3}.Actions_actions__KfmQN.Actions_active__IUzZn{z-index:10}.Actions_actions__KfmQN.Actions_active__IUzZn .Actions_head__64NZM{background:#efefef}.Actions_actions__KfmQN.Actions_active__IUzZn .Actions_head__64NZM svg{fill:#1a1d1f}.dark-mode .Actions_actions__KfmQN.Actions_active__IUzZn .Actions_head__64NZM{background:#272b30}.dark-mode .Actions_actions__KfmQN.Actions_active__IUzZn .Actions_head__64NZM svg{fill:#fcfcfc}.Actions_actions__KfmQN.Actions_active__IUzZn .Actions_body__VEiu3{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.Actions_actions__KfmQN.Actions_small__E\+Snx .Actions_head__64NZM{height:32px;width:32px}.Actions_actions__KfmQN.Actions_small__E\+Snx .Actions_head__64NZM svg{height:20px;width:20px}.Actions_actions__KfmQN.Actions_small__E\+Snx .Actions_body__VEiu3{right:-8px}.Actions_actions__KfmQN.Actions_small__E\+Snx .Actions_body__VEiu3:before{right:14px}.Actions_actions__KfmQN.Actions_up__yN2dG .Actions_body__VEiu3{bottom:calc(100% + 12px);box-shadow:0 20px 32px -6px rgba(0,0,0,.08),0 0 7px -4px rgba(0,0,0,.05),0 16px 24px -4px rgba(0,0,0,.1);top:auto}.Actions_actions__KfmQN.Actions_up__yN2dG .Actions_body__VEiu3:before{bottom:auto;top:100%;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Actions_head__64NZM{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff;border-radius:50%;height:40px;position:relative;transition:background .2s;-webkit-user-select:none;user-select:none;width:40px}.Actions_head__64NZM svg{fill:#6f767e;transition:fill .2s}.Actions_head__64NZM:hover svg{fill:#2a85ff}.dark-mode .Actions_head__64NZM{background:#111315}.dark-mode .Actions_head__64NZM:hover svg{fill:#2a85ff}.Actions_body__VEiu3{background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:0 40px 64px -12px rgba(0,0,0,.08),0 0 14px -4px rgba(0,0,0,.05),0 32px 48px -8px rgba(0,0,0,.1);opacity:0;padding:12px;position:absolute;right:-12px;top:calc(100% + 12px);-webkit-transform:translateY(3px);transform:translateY(3px);transition:all .2s;visibility:hidden;width:264px}.dark-mode .Actions_body__VEiu3{background:#111315;border-color:#272b30}.Actions_body__VEiu3:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;bottom:100%;content:"";height:10px;position:absolute;right:20px;width:20px}.dark-mode .Actions_body__VEiu3:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23272B30'/%3E%3C/svg%3E")}.Actions_option__ygLIq{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border-radius:12px;color:#6f767e;cursor:pointer;display:flex;font-size:15px;font-weight:600;line-height:1.6;padding:12px;transition:all .2s;width:100%}.Actions_option__ygLIq svg{fill:#6f767e;margin-right:12px;transition:fill .2s}.Actions_option__ygLIq.Actions_selectioned__hNjg3,.Actions_option__ygLIq:hover{background:#efefef;color:#1a1d1f}.Actions_option__ygLIq.Actions_selectioned__hNjg3 svg,.Actions_option__ygLIq:hover svg{fill:#1a1d1f}.dark-mode .Actions_option__ygLIq.Actions_selectioned__hNjg3,.dark-mode .Actions_option__ygLIq:hover{background:transparent;color:#fcfcfc}.dark-mode .Actions_option__ygLIq.Actions_selectioned__hNjg3 svg,.dark-mode .Actions_option__ygLIq:hover svg{fill:#fcfcfc}.ContractType_chart__W2\+rW{height:230px;width:auto}@media only screen and (max-width:1339px){.ContractType_chart__W2\+rW{margin-left:-12px}}@media only screen and (max-width:1023px){.ContractType_chart__W2\+rW{margin:0 auto;max-width:310px}}@media only screen and (max-width:767px){.ContractType_chart__W2\+rW{padding-left:10px}}.ContractType_legend__qKy3d{display:flex;justify-content:space-between;margin-top:32px}.ContractType_indicator__hsX93{align-items:center;display:flex;font-size:12px;font-weight:700;line-height:1.3333333333}.ContractType_color__I\+yf-{border-radius:4px;flex-shrink:0;height:16px;margin-right:8px;width:16px}.Overview_list__D9Dob{display:flex;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__D9Dob{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 -24px;overflow:auto;scrollbar-width:none}.Overview_list__D9Dob::-webkit-scrollbar{display:none}.Overview_list__D9Dob:after,.Overview_list__D9Dob:before{content:"";flex-shrink:0;height:1px;width:24px}}@media only screen and (max-width:767px){.Overview_list__D9Dob{margin:0 -16px}.Overview_list__D9Dob:after,.Overview_list__D9Dob:before{width:16px}}.Overview_item__EuSBY{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(33.333% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:32px;width:calc(33.333% - 12px)}@media only screen and (max-width:1023px){.Overview_item__EuSBY{flex:0 0 295px;margin:0;width:295px}.Overview_item__EuSBY:not(:last-child){margin-right:12px}}@media only screen and (max-width:767px){.Overview_item__EuSBY{flex:0 0 285px;width:285px}}.dark-mode .Overview_item__EuSBY{color:#efefef}.dark-mode .Overview_item__EuSBY:nth-child(odd){background:rgba(167,170,247,.15)!important}.dark-mode .Overview_item__EuSBY:nth-child(2n){background:rgba(177,229,252,.1)!important}.Overview_icon__obwHV{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__obwHV svg{fill:#fcfcfc}.dark-mode .Overview_icon__obwHV{background:#fcfcfc}.dark-mode .Overview_icon__obwHV svg{fill:#1a1d1f}.Overview_line__Kj9YY{display:flex}.Overview_category__JLwI\+{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.dark-mode .Overview_category__JLwI\+{color:#efefef}.Overview_tooltip__ScJGj svg{fill:#33383f}.dark-mode .Overview_tooltip__ScJGj svg{fill:#efefef}.Overview_counter__9Bz-R{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_indicator__Kvh7f{align-items:center;background:#fcfcfc;border-radius:8px;color:#6f767e;display:inline-flex;padding:4px}.dark-mode .Overview_indicator__Kvh7f{background:#1a1d1f}.Overview_indicator__Kvh7f span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.RefundRequests_item__K000k{display:flex}.RefundRequests_item__K000k:not(:last-child){margin-bottom:12px}.RefundRequests_icon__a6YFm{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:12px;width:48px}.RefundRequests_content__xxMbU{color:#6f767e;font-weight:500}.RefundRequests_content__xxMbU strong{color:#1a1d1f;font-weight:600}.dark-mode .RefundRequests_content__xxMbU strong{color:#fcfcfc}.RefundRequests_button__H6q9D{margin-top:24px;width:100%}.StudentDetail_button__ihM8I{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentDetail_button__ihM8I{display:none}}.StudentDetail_background__CFP5-{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentDetail_background__CFP5-{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentDetail_background__CFP5-{height:320px}}@media only screen and (max-width:767px){.StudentDetail_background__CFP5-{height:252px;margin:-24px -16px 0}}.StudentDetail_background__CFP5- img{height:100%;object-fit:cover;width:100%}.StudentDetail_card__hVZ7V{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentDetail_card__hVZ7V{margin-top:-188px}}.StudentDetail_control__cnQHa{align-items:center;display:flex;margin-bottom:20px}.StudentDetail_nav__xsLN5{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentDetail_desktopNav__axiGf{display:none}}.StudentDetail_mobileNav__G2g5W{display:none;width:100%}@media only screen and (max-width:767px){.StudentDetail_mobileNav__G2g5W{display:block}}.StudentDetail_dropdown__cfR6s{width:100%}.StudentDetail_dropdown__cfR6s .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentDetail_dropdown__cfR6s .dropdown__head{background:#272b30}.StudentDetail_link__ySodz{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentDetail_link__ySodz{flex-grow:1}}.StudentDetail_link__ySodz.StudentDetail_active__w5i29,.StudentDetail_link__ySodz:hover{color:#1a1d1f}.dark-mode .StudentDetail_link__ySodz.StudentDetail_active__w5i29,.dark-mode .StudentDetail_link__ySodz:hover{color:#fcfcfc}.StudentDetail_link__ySodz.StudentDetail_active__w5i29{background:#efefef}.dark-mode .StudentDetail_link__ySodz.StudentDetail_active__w5i29{background:#272b30}.StudentDetail_link__ySodz:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentDetail_link__ySodz:not(:last-child){margin-right:0}.StudentDetail_dropdownBox__sQyDZ{flex-grow:1}}.StudentDetail_filters__24hSm{margin-left:16px}@media only screen and (max-width:767px){.StudentDetail_filters__24hSm{margin-left:12px}}.StudentDetail_foot__iZLPI{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentDetail_foot__iZLPI{margin-top:32px}}@media only screen and (max-width:767px){.StudentDetail_foot__iZLPI{margin-top:24px}}.StudentDetail_profile__JN9pY{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentDetail_profile__JN9pY{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentDetail_profile__JN9pY{display:block}}@media only screen and (max-width:767px){.StudentDetail_profile__JN9pY{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentDetail_profile__JN9pY{border-color:#272b30}.StudentDetail_statusContainer__B0Z1C{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentDetail_statusContainer__B0Z1C{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentDetail_statusContainer__B0Z1C{flex-direction:column;gap:16px}}.StudentDetail_statusGroup__mx6Tj{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentDetail_statusLabel__uX7Rm{color:#6f767e;font-size:14px;font-weight:500}.StudentDetail_statusBadge__ymyC-{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentDetail_details__9oVke{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentDetail_details__9oVke{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentDetail_details__9oVke{margin-bottom:12px}}.StudentDetail_profilAvatar__\+G1oQ{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentDetail_profilAvatar__\+G1oQ img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentDetail_add__Gh5nS{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentDetail_add__Gh5nS svg{fill:#fff}.StudentDetail_add__Gh5nS:hover{background:#1176ff}.StudentDetail_info__Vy1f2{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentDetail_info__Vy1f2{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_button__UeARj{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__UeARj{display:none}}.NameAndDescription_background__95WG4{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__95WG4{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__95WG4{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__95WG4{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__95WG4 img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__s\+O3R{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__s\+O3R{margin-top:-188px}}.NameAndDescription_control__HGwvT{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__\+LWjw{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__4WBCW{display:none}}.NameAndDescription_mobileNav__nSa1P{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__nSa1P{display:block}}.NameAndDescription_dropdown__X8PYm{width:100%}.NameAndDescription_dropdown__X8PYm .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__X8PYm .dropdown__head{background:#272b30}.NameAndDescription_link__G0UVp{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__G0UVp{flex-grow:1}}.NameAndDescription_link__G0UVp.NameAndDescription_active__OczGu,.NameAndDescription_link__G0UVp:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__G0UVp.NameAndDescription_active__OczGu,.dark-mode .NameAndDescription_link__G0UVp:hover{color:#fcfcfc}.NameAndDescription_link__G0UVp.NameAndDescription_active__OczGu{background:#efefef}.dark-mode .NameAndDescription_link__G0UVp.NameAndDescription_active__OczGu{background:#272b30}.NameAndDescription_link__G0UVp:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__G0UVp:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__kB49H{flex-grow:1}}.NameAndDescription_filters__G1XNN{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__G1XNN{margin-left:12px}}.NameAndDescription_foot__BJZfb{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__BJZfb{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__BJZfb{margin-top:24px}}.NameAndDescription_profile__bcGl\+{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__bcGl\+{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__bcGl\+{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__bcGl\+{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__bcGl\+{border-color:#272b30}.NameAndDescription_statusContainer__Ige1n{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__Ige1n{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__Ige1n{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__Ufp2G{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__IOue8{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__ahV7c{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__9Rhct{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__9Rhct{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__9Rhct{margin-bottom:12px}}.NameAndDescription_avatar__Aactg{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__Aactg img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__XQYrg{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__XQYrg svg{fill:#fff}.NameAndDescription_add__XQYrg:hover{background:#1176ff}.NameAndDescription_info__DhBjZ{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__DhBjZ{font-size:18px;font-size:15px;margin-top:4px}}.StudentInformations_card__xZTab{margin:-64px auto 20px;max-width:1200px;padding:24px}.StudentInformations_description__INbVi .StudentInformations_field__I2e9G{margin-bottom:12px}.StudentInformations_editor__UJUIX{margin-bottom:24px;margin-top:24px}.StudentInformations_divider__D1GH1{background:#e6e6e6;height:1px;margin:24px 0}.StudentInformations_group__8CLjr{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudentInformations_group__8CLjr{display:block;margin:0}}.StudentInformations_group__8CLjr .StudentInformations_field__I2e9G{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudentInformations_group__8CLjr .StudentInformations_field__I2e9G{margin:20px 0 0;width:100%}}.StudentInformations_field__I2e9G{margin-bottom:24px;position:relative}.StudentInformations_fieldLabel__w\+tdo{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentInformations_fieldInput__JtW-R{align-items:center;display:flex;position:relative}.StudentInformations_fieldInput__JtW-R svg{fill:#6f767e;left:12px;position:absolute}.StudentInformations_input__EcBHa{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentInformations_input__EcBHa{background:#272b30}.StudentInformations_copy__Ie7gV{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentInformations_copy__Ie7gV:hover{opacity:.8}.StudentInformations_preview__FGS4K img{border-radius:12px;width:100%}.StudentInformations_btns__if7Gi{display:flex;margin:0 -8px}.StudentInformations_btns__if7Gi .StudentInformations_button__sol2V{flex-grow:1;margin:0 8px}.AddressInformations_card__nvDwS{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__Q1mY9 .AddressInformations_field__AOvsI{margin-bottom:12px}.AddressInformations_editor__D3YrY{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__bNxpJ{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__hNpCY{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__hNpCY{display:block;margin:0}}.AddressInformations_group__hNpCY .AddressInformations_field__AOvsI{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__hNpCY .AddressInformations_field__AOvsI{margin:20px 0 0;width:100%}}.AddressInformations_field__AOvsI{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__IEsw9{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__l3bnN{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__l3bnN svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__TYvfj{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__TYvfj{background:#272b30}.AddressInformations_copy__fQy06{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__fQy06:hover{opacity:.8}.AddressInformations_preview__dQj-s img{border-radius:12px;width:100%}.AddressInformations_btns__CR9T0{display:flex;margin:0 -8px}.AddressInformations_btns__CR9T0 .AddressInformations_button__D\+0Cy{flex-grow:1;margin:0 8px}.StudyInformations_card__5x7tJ{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudyInformations_description__1U6zV .StudyInformations_field__x5bnm{margin-bottom:12px}.StudyInformations_editor__QID\+\+{margin-bottom:24px;margin-top:24px}.StudyInformations_divider__JO\+Ou{background:#e6e6e6;height:1px;margin:24px 0}.StudyInformations_group__McpHL{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudyInformations_group__McpHL{display:block;margin:0}}.StudyInformations_group__McpHL .StudyInformations_field__x5bnm{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudyInformations_group__McpHL .StudyInformations_field__x5bnm{margin:20px 0 0;width:100%}}.StudyInformations_field__x5bnm{margin-bottom:24px;position:relative}.StudyInformations_fieldLabel__cmmTA{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudyInformations_fieldInput__BnAPg{align-items:center;display:flex;position:relative}.StudyInformations_fieldInput__BnAPg svg{fill:#6f767e;left:12px;position:absolute}.StudyInformations_input__07\+i0{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudyInformations_input__07\+i0{background:#272b30}.StudyInformations_copy__BukCj{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudyInformations_copy__BukCj:hover{opacity:.8}.StudyInformations_preview__Hmmq6 img{border-radius:12px;width:100%}.StudyInformations_btns__5yW\+9{display:flex;margin:0 -8px}.StudyInformations_btns__5yW\+9 .StudyInformations_button__6FHEX{flex-grow:1;margin:0 8px}.StudyInformations_switch__j6laP{margin-left:auto}.StudyInformations_line__v-vi8{display:flex;padding-bottom:16px}.StudyInformations_line__v-vi8:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.StudyInformations_line__v-vi8:not(:last-child){margin-bottom:24px}}.dark-mode .StudyInformations_line__v-vi8:not(:last-child){border-color:#272b30}.StudyInformations_title__MfHqp{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .StudyInformations_title__MfHqp{color:#efefef}.OtherInformations_card__QvUsa{margin:-10px auto 20px;max-width:1200px;padding:24px}.OtherInformations_description__t7GWw .OtherInformations_field__RwPQ-{margin-bottom:12px}.OtherInformations_editor__X-bC5{margin-bottom:24px;margin-top:24px}.OtherInformations_divider__AyAco{background:#e6e6e6;height:2px;margin:24px 0}.OtherInformations_group__MmOdc{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.OtherInformations_group__MmOdc{display:block;margin:0}}.OtherInformations_group__MmOdc .OtherInformations_field__RwPQ-{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.OtherInformations_group__MmOdc .OtherInformations_field__RwPQ-{margin:20px 0 0;width:100%}}.OtherInformations_field__RwPQ-{margin-bottom:24px;position:relative}.OtherInformations_fieldLabel__QkNLm{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.OtherInformations_fieldInput__a6Of6{align-items:center;display:flex;position:relative}.OtherInformations_fieldInput__a6Of6 svg{fill:#6f767e;left:12px;position:absolute}.OtherInformations_input__7icPB{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .OtherInformations_input__7icPB{background:#272b30}.OtherInformations_copy__vYkh-{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.OtherInformations_copy__vYkh-:hover{opacity:.8}.OtherInformations_preview__arpNI img{border-radius:12px;width:100%}.OtherInformations_btns__Tukfd{display:flex;margin:0 -8px}.OtherInformations_btns__Tukfd .OtherInformations_button__iorbg{flex-grow:1;margin:0 8px}.OtherInformations_switch__WogGH{margin-left:auto}.OtherInformations_line__tMcQL{display:flex;padding-bottom:16px}.OtherInformations_line__tMcQL:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.OtherInformations_line__tMcQL:not(:last-child){margin-bottom:24px}}.dark-mode .OtherInformations_line__tMcQL:not(:last-child){border-color:#272b30}.OtherInformations_title__LQix-{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .OtherInformations_title__LQix-{color:#efefef}.LegalGuardianInformations_card__dyvpn{margin:-10px auto 20px;max-width:1200px;padding:24px}.LegalGuardianInformations_description__hHzw1 .LegalGuardianInformations_field__t\+spR{margin-bottom:12px}.LegalGuardianInformations_editor__3mhAb{margin-bottom:24px;margin-top:24px}.LegalGuardianInformations_divider__ZyEbi{background:#e6e6e6;height:1px;margin:24px 0}.LegalGuardianInformations_group__qSyXX{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.LegalGuardianInformations_group__qSyXX{display:block;margin:0}}.LegalGuardianInformations_group__qSyXX .LegalGuardianInformations_field__t\+spR{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.LegalGuardianInformations_group__qSyXX .LegalGuardianInformations_field__t\+spR{margin:20px 0 0;width:100%}}.LegalGuardianInformations_field__t\+spR{margin-bottom:24px;position:relative}.LegalGuardianInformations_fieldLabel__M7I61{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.LegalGuardianInformations_fieldInput__kxzMd{align-items:center;display:flex;position:relative}.LegalGuardianInformations_fieldInput__kxzMd svg{fill:#6f767e;left:12px;position:absolute}.LegalGuardianInformations_input__7uBq7{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .LegalGuardianInformations_input__7uBq7{background:#272b30}.LegalGuardianInformations_copy__TJUeZ{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.LegalGuardianInformations_copy__TJUeZ:hover{opacity:.8}.LegalGuardianInformations_preview__psd0I img{border-radius:12px;width:100%}.LegalGuardianInformations_btns__0vyYh{display:flex;margin:0 -8px}.LegalGuardianInformations_btns__0vyYh .LegalGuardianInformations_button__jI6SV{flex-grow:1;margin:0 8px}.AddressInformations_card__Rfgxx{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__eSp15 .AddressInformations_field__V5C3Z{margin-bottom:12px}.AddressInformations_editor__tmKBf{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__DaTW6{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__rl2rm{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__rl2rm{display:block;margin:0}}.AddressInformations_group__rl2rm .AddressInformations_field__V5C3Z{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__rl2rm .AddressInformations_field__V5C3Z{margin:20px 0 0;width:100%}}.AddressInformations_field__V5C3Z{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__o3FyJ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__PjGc1{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__PjGc1 svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__1Wdbv{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__1Wdbv{background:#272b30}.AddressInformations_copy__-YRdp{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__-YRdp:hover{opacity:.8}.AddressInformations_preview__Fy943 img{border-radius:12px;width:100%}.AddressInformations_btns__1U9Mj{display:flex;margin:0 -8px}.AddressInformations_btns__1U9Mj .AddressInformations_button__X-RmD{flex-grow:1;margin:0 8px}.DocumentsAndFiles_card__VSiGo{margin:-64px auto 80px;max-width:1200px}.DocumentsAndFiles_products__2Ky1z{display:flex;flex-wrap:wrap;margin:-32px -12px 0}@media only screen and (max-width:639px){.DocumentsAndFiles_products__2Ky1z{display:block;margin:0}}.DocumentsAndFiles_product__8Sm3Q{flex-basis:calc(33.333% - 24px);flex-grow:0;flex-shrink:0;margin:32px 12px 0;width:calc(33.333% - 24px)}@media only screen and (max-width:1023px){.DocumentsAndFiles_product__8Sm3Q{flex-basis:calc(50% - 24px);flex-grow:0;flex-shrink:0;width:calc(50% - 24px)}}@media only screen and (max-width:639px){.DocumentsAndFiles_product__8Sm3Q{margin:24px 0 0;width:100%}}.DocumentsAndFiles_product__8Sm3Q.DocumentsAndFiles_active__7LEJn .DocumentsAndFiles_checkbox__caQGk,.DocumentsAndFiles_product__8Sm3Q:hover .DocumentsAndFiles_checkbox__caQGk,.DocumentsAndFiles_product__8Sm3Q:hover .DocumentsAndFiles_control__6Z-P9,.DocumentsAndFiles_product__8Sm3Q:hover .DocumentsAndFiles_preview__xM8xC:after{opacity:1;visibility:visible}.DocumentsAndFiles_product__8Sm3Q.DocumentsAndFiles_active__7LEJn .DocumentsAndFiles_preview__xM8xC:before{border-color:#2a85ff}.DocumentsAndFiles_checkbox__caQGk,.DocumentsAndFiles_control__6Z-P9,.DocumentsAndFiles_preview__xM8xC:after{opacity:0;transition:all .2s;visibility:hidden}.DocumentsAndFiles_preview__xM8xC{border-radius:12px;height:200px;margin-bottom:16px;overflow:hidden;position:relative}.DocumentsAndFiles_preview__xM8xC:after,.DocumentsAndFiles_preview__xM8xC:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.DocumentsAndFiles_preview__xM8xC:after{background:rgba(17,19,21,.8)}.DocumentsAndFiles_preview__xM8xC:before{border:2px solid transparent;border-radius:12px;pointer-events:none;z-index:2}.DocumentsAndFiles_preview__xM8xC img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.DocumentsAndFiles_imagePreview__OVZxR{height:100%;position:relative;width:100%}.DocumentsAndFiles_imagePreview__OVZxR img{background-color:#f5f5f5;object-fit:contain}.DocumentsAndFiles_pdfPreview__NpB3r{height:100%;position:relative;width:100%}.DocumentsAndFiles_pdfPreview__NpB3r object{background-color:#f5f5f5;height:100%;left:0;position:absolute;top:0;width:100%}.DocumentsAndFiles_pdfPreview__NpB3r img{height:50px;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.DocumentsAndFiles_pdfPreview__NpB3r .DocumentsAndFiles_checkbox__caQGk{left:12px;position:absolute;top:12px;z-index:3}@media only screen and (max-width:1023px){.DocumentsAndFiles_pdfPreview__NpB3r .DocumentsAndFiles_checkbox__caQGk{display:none}}.DocumentsAndFiles_pdfPreview__NpB3r .DocumentsAndFiles_checkbox__caQGk .DocumentsAndFiles_checkboxTick__EMlE4{border-color:#2a85ff}.DocumentsAndFiles_control__6Z-P9{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.DocumentsAndFiles_line__fItD5{align-items:flex-start;display:flex}.DocumentsAndFiles_title__BfNmA{margin-right:auto}.DocumentsAndFiles_price__fp9ti{background:#b5e4ca}.dark-mode .DocumentsAndFiles_price__fp9ti{color:#1a1d1f}.DocumentsAndFiles_date__72zfw{align-items:center;color:#6f767e;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:767px){.DocumentsAndFiles_date__72zfw{margin-top:2px}}.DocumentsAndFiles_date__72zfw svg{fill:#6f767e;margin-right:8px}.DocumentsAndFiles_dateStatusLine__qrm\+6{align-items:center;display:flex;justify-content:space-between;margin-top:8px;width:100%}.DocumentsAndFiles_rating__jcTFV{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.DocumentsAndFiles_rating__jcTFV{margin-top:4px}}.DocumentsAndFiles_rating__jcTFV svg{fill:#ffc554;margin-right:8px}.DocumentsAndFiles_rating__jcTFV span{color:#6f767e;margin-left:4px}.DocumentsAndFiles_ratingEmpty__0YTOQ{color:#6f767e}.DocumentsAndFiles_ratingEmpty__0YTOQ svg{fill:#6f767e}.DocumentsAndFiles_indicator__uj7Ux{align-items:center;border-radius:8px;color:#6f767e;display:inline-flex;margin-bottom:12px;padding:4px}.dark-mode .DocumentsAndFiles_indicator__uj7Ux{background-color:#000;border-color:#fff;color:#fff}.dark-mode .DocumentsAndFiles_indicator__uj7Ux:hover{background-color:#fff;color:#000}.DocumentsAndFiles_actionMenuButton__aWcv-{align-items:center;border:none;border-radius:8px;color:#1a1d1f;cursor:pointer;display:inline-flex;font-weight:13px;height:48px;justify-content:center;min-width:150px;padding:12px 24px;transition:background-color .2s,box-shadow .2s,color .2s,-webkit-transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s}.DocumentsAndFiles_actionMenuButton__aWcv- svg{fill:#1a1d1f;margin-left:8px;transition:fill .2s ease,-webkit-transform .2s ease;transition:fill .2s ease,transform .2s ease;transition:fill .2s ease,transform .2s ease,-webkit-transform .2s ease}.DocumentsAndFiles_actionMenuButton__aWcv-.DocumentsAndFiles_is-open__PSSdI{background-color:#d0d0d0;color:#1a1d1f}.DocumentsAndFiles_actionMenuButton__aWcv-.DocumentsAndFiles_is-open__PSSdI svg{fill:#1a1d1f;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-mode .DocumentsAndFiles_actionMenuButton__aWcv-{color:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__aWcv- svg{fill:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__aWcv-.DocumentsAndFiles_is-open__PSSdI{color:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__aWcv-.DocumentsAndFiles_is-open__PSSdI svg{fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DocumentsAndFiles_outlineButton__kaCOc{align-items:center;background-color:#fff;border:1px solid #000;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;min-width:160px;padding:10px 20px;text-align:center;transition:background-color .2s,color .2s}.DocumentsAndFiles_outlineButton__kaCOc:hover{background-color:#000;color:#fff}.dark-mode .DocumentsAndFiles_outlineButton__kaCOc{background-color:#000;border-color:#fff;color:#fff}.dark-mode .DocumentsAndFiles_outlineButton__kaCOc:hover{background-color:#fff;color:#000}.DocumentsAndFiles_empty__NPFLj{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .DocumentsAndFiles_empty__NPFLj{background:#272b30;color:#fcfcfc}.Control_button__2I9RT,.Control_control__sWuv\+{align-items:center;display:flex}.Control_button__2I9RT{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.Control_button__2I9RT svg{fill:#6f767e;transition:fill .2s}.Control_button__2I9RT:hover svg{fill:#2a85ff}.Control_button__2I9RT:not(:last-child){margin-right:16px}.ModalDocument_modal__wXVDh{-webkit-animation:ModalDocument_showModal__kESVx .4s forwards;animation:ModalDocument_showModal__kESVx .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalDocument_modal__wXVDh{padding:88px 16px 24px}}.dark-mode .ModalDocument_modal__wXVDh{background:#111315}@-webkit-keyframes ModalDocument_showModal__kESVx{0%{opacity:0}to{opacity:1}}@keyframes ModalDocument_showModal__kESVx{0%{opacity:0}to{opacity:1}}.ModalDocument_outer__LqiHc{border-radius:8px;display:inline-block;margin:auto;max-width:1200px;width:90%;z-index:2}@media only screen and (max-width:767px){.ModalDocument_outer__LqiHc{width:95%}}.ModalDocument_control__ka7-S{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalDocument_control__ka7-S{left:16px;right:16px;top:16px}}.dark-mode .ModalDocument_control__ka7-S .ModalDocument_button__P5QYo{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalDocument_control__ka7-S .ModalDocument_button__P5QYo:hover{background:#272b30}.ModalDocument_close__MCCbM{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalDocument_close__MCCbM svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalDocument_close__MCCbM{background:#1a1d1f}.dark-mode .ModalDocument_close__MCCbM svg{fill:#fcfcfc}.ModalDocument_close__MCCbM:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Product_product__hh7gU{background:#fcfcfc;border-radius:8px;max-width:1020px;position:relative}@media only screen and (max-width:1259px){.Product_product__hh7gU{max-width:calc(100% - 88px)}}@media only screen and (max-width:767px){.Product_product__hh7gU{max-width:100%}}.dark-mode .Product_product__hh7gU{background:#1a1d1f}.Product_product__hh7gU.Product_active__XJIiP{display:flex;max-width:1440px}@media only screen and (max-width:1259px){.Product_product__hh7gU.Product_active__XJIiP{margin-right:0;max-width:100%}}.Product_product__hh7gU.Product_active__XJIiP .Product_details__xD8b5{flex-basis:calc(100% - 472px);flex-grow:0;flex-shrink:0;width:calc(100% - 472px)}@media only screen and (max-width:1259px){.Product_product__hh7gU.Product_active__XJIiP .Product_details__xD8b5{display:none}}.Product_product__hh7gU.Product_active__XJIiP .Product_comments__XTiae{display:block}.Product_product__hh7gU.Product_active__XJIiP .Product_next__fnIVo,.Product_product__hh7gU.Product_active__XJIiP .Product_panel__gmFCr{display:none}.Product_comments__XTiae{display:none;flex-shrink:0;width:472px}@media only screen and (max-width:1259px){.Product_comments__XTiae{width:600px}}@media only screen and (max-width:1023px){.Product_comments__XTiae{width:100%}}.Product_next__fnIVo{background:#fff;border-radius:50%;bottom:256px;height:64px;left:calc(100% + 24px);position:absolute;width:64px}@media only screen and (max-width:1259px){.Product_next__fnIVo{bottom:0;left:auto;right:-88px}}@media only screen and (max-width:767px){.Product_next__fnIVo{display:none}}.dark-mode .Product_next__fnIVo{background:#272b30}.Product_next__fnIVo svg{fill:#6f767e;transition:fill .2s}.Product_next__fnIVo:hover svg{fill:#2a85ff}.Details_details__pAuFj{flex-grow:1;padding:24px}@media only screen and (max-width:767px){.Details_details__pAuFj{overflow:hidden;padding:16px}}.Details_head__Caw6\+{align-items:center;display:flex;margin-bottom:40px}@media only screen and (max-width:767px){.Details_head__Caw6\+{flex-wrap:wrap;margin-bottom:32px}}.Details_nav__sNtwm{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Details_nav__sNtwm{margin:0 0 16px;width:100%}}.Details_link__3hbZS{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Details_link__3hbZS{flex:1 1}}.Details_link__3hbZS.Details_active__EJ3Ts,.Details_link__3hbZS:hover{color:#1a1d1f}.dark-mode .Details_link__3hbZS.Details_active__EJ3Ts,.dark-mode .Details_link__3hbZS:hover{color:#fcfcfc}.Details_link__3hbZS.Details_active__EJ3Ts{background:#efefef}.dark-mode .Details_link__3hbZS.Details_active__EJ3Ts{background:#272b30}.Details_link__3hbZS:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Details_link__3hbZS:not(:last-child){margin-right:0}}.Details_btns__oLKBA{align-items:center;display:flex}.Details_favorite__55GkG{margin-right:16px}.Details_favorite__55GkG svg{fill:#ff6a55}.Details_favorite__55GkG:hover{background:#ff6a55;color:#fcfcfc}.Details_favorite__55GkG:hover,.dark-mode .Details_favorite__55GkG:hover{box-shadow:inset 0 0 0 1px #ff6a55}.Details_favorite__55GkG:hover svg{fill:#fcfcfc}@media only screen and (max-width:1023px){.Details_buy__RK9Gx{padding:0 16px}}@media only screen and (max-width:767px){.Details_buy__RK9Gx{flex-grow:1}}@media only screen and (max-width:1023px){.Details_buy__RK9Gx .Details_inner__NBAX9 span{display:none}}.Details_price__Q\+jmN{border-right:1px solid #4493fc;box-shadow:1px 0 0 0 #186fe3;line-height:48px;margin-right:20px;padding-right:20px}@media only screen and (max-width:1023px){.Details_price__Q\+jmN{margin-right:16px;padding-right:16px}}@media only screen and (max-width:767px){.Details_price__Q\+jmN{margin-right:12px;padding-right:12px}}.Overview_title__aO3YQ{margin-bottom:12px}@media only screen and (max-width:767px){.Overview_title__aO3YQ{font-size:24px}}.Overview_info__UKZ\+l{color:#6f767e;font-size:20px;font-weight:500;letter-spacing:-.02em;line-height:1.6;margin-bottom:12px}@media only screen and (max-width:767px){.Overview_info__UKZ\+l{font-size:18px;font-size:14px}}.Overview_author__Q\+6Cs,.Overview_line__CMXuy{align-items:center;display:flex}.Overview_author__Q\+6Cs{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.Overview_author__Q\+6Cs span{color:#1a1d1f;margin-left:4px}.dark-mode .Overview_author__Q\+6Cs span{color:#fcfcfc}.Overview_avatar__OXqL9{flex-shrink:0;height:32px;margin-right:12px;width:32px}.Overview_avatar__OXqL9 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Overview_rating__PtLc7{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-left:12px}.Overview_rating__PtLc7 svg{fill:#ffc554;margin-right:8px}.Overview_counter__JiZU9{color:#6f767e;margin-left:4px}.Overview_gallery__j4tKl{margin-top:40px;position:relative}@media only screen and (max-width:767px){.Overview_gallery__j4tKl{margin-top:32px}}.Overview_gallery__j4tKl .Overview_button__xA2vW{bottom:12px;left:12px;position:absolute}@media only screen and (max-width:767px){.Overview_gallery__j4tKl .Overview_button__xA2vW{bottom:5px}}.dark-mode .Overview_gallery__j4tKl .Overview_button__xA2vW{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .Overview_gallery__j4tKl .Overview_button__xA2vW:hover{background:#272b30}.Overview_preview__HNeFL img{border-radius:12px;width:100%}.Overview_simplePreview__vAO36{background:#f4f4f4;border-radius:12px;display:flex;flex-direction:column;min-height:300px;padding:24px}.dark-mode .Overview_simplePreview__vAO36{background:#1a1d1f}.Overview_documentType__n4u03{align-items:center;display:flex;margin-bottom:24px}.Overview_icon__VGvLY{font-size:48px;margin-right:16px}.Overview_typeLabel__lgCnc{color:#1a1d1f;font-size:20px;font-weight:600}.dark-mode .Overview_typeLabel__lgCnc{color:#fcfcfc}.Overview_documentDetails__TcO7V{border-top:1px solid #efefef;padding-top:24px}.dark-mode .Overview_documentDetails__TcO7V{border-color:#272b30}.Overview_detailItem__xOnF1{display:flex;margin-bottom:16px}.Overview_detailLabel__t2bP6{color:#6f767e;flex-shrink:0;font-weight:500;width:120px}.Overview_detailValue__qWxDk{color:#1a1d1f}.dark-mode .Overview_detailValue__qWxDk{color:#fcfcfc}.Overview_noPreview__fIisX{background:#f4f4f4;border-radius:12px;color:#6f767e;font-weight:500;padding:32px;text-align:center}.dark-mode .Overview_noPreview__fIisX{background:#1a1d1f}.Overview_row__dcV6o{display:flex;margin-top:40px}@media only screen and (max-width:1023px){.Overview_row__dcV6o{display:block}}@media only screen and (max-width:767px){.Overview_row__dcV6o{margin-top:32px}}.Overview_col__VGOfF:first-child{flex-grow:1;padding-right:64px}@media only screen and (max-width:1259px){.Overview_col__VGOfF:first-child{padding-right:48px}}@media only screen and (max-width:1023px){.Overview_col__VGOfF:first-child{padding-right:0}}.Overview_col__VGOfF:nth-child(2){flex-shrink:0;width:308px}@media only screen and (max-width:1023px){.Overview_col__VGOfF:nth-child(2){margin-top:32px;width:100%}}.Overview_subtitle__MZX19{margin-bottom:32px}@media only screen and (max-width:1023px){.Overview_subtitle__MZX19{margin-bottom:24px}}@media only screen and (max-width:767px){.Overview_subtitle__MZX19{margin-bottom:12px}}.Overview_content__0wjLL{color:#33383f;font-weight:500}.dark-mode .Overview_content__0wjLL{color:#efefef}.Overview_content__0wjLL p:not(:last-child){margin-bottom:16px}@media only screen and (max-width:767px){.Overview_features__YsitM{margin-top:12px}}.Overview_features__YsitM li{color:#33383f;padding-left:40px;position:relative}.dark-mode .Overview_features__YsitM li{color:#efefef}.Overview_features__YsitM li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.Overview_features__YsitM li:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:20px;padding-bottom:20px}@media only screen and (max-width:767px){.Overview_features__YsitM li:not(:last-child){margin-bottom:16px;padding-bottom:16px}}.dark-mode .Overview_features__YsitM li:not(:last-child){border-color:#272b30}.Overview_pdfPreview__9wNXB{background:#fcfcfc;border-radius:12px;overflow:hidden;width:100%}.dark-mode .Overview_pdfPreview__9wNXB{background:#111315}.Overview_pdfControls__\+8jSV{align-items:center;background:#f4f4f4;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:16px}.dark-mode .Overview_pdfControls__\+8jSV{background:#1a1d1f;border-color:#272b30}.Overview_openInNewTab__be4bL{align-items:center;background:#2a85ff;border-radius:6px;color:#fff;display:inline-flex;font-size:14px;font-weight:500;padding:8px 16px;text-decoration:none;transition:background .2s}.Overview_openInNewTab__be4bL:hover{background:#0069f6;color:#fff;text-decoration:none}.Overview_imagePreview__cnPLq{border-radius:12px;overflow:hidden;width:100%}.Overview_imagePreview__cnPLq img{display:block;height:auto;width:100%}.ModalProduct_modal__a07Kg{-webkit-animation:ModalProduct_showModal__2IiQn .4s forwards;animation:ModalProduct_showModal__2IiQn .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__a07Kg{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__a07Kg{background:#111315}@-webkit-keyframes ModalProduct_showModal__2IiQn{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__2IiQn{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__qAUaX{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalProduct_control__DVY8M{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__DVY8M{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__DVY8M .ModalProduct_button__c\+\+kU{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__DVY8M .ModalProduct_button__c\+\+kU:hover{background:#272b30}.ModalProduct_close__9DP0z{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__9DP0z svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__9DP0z{background:#1a1d1f}.dark-mode .ModalProduct_close__9DP0z svg{fill:#fcfcfc}.ModalProduct_close__9DP0z:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__Ycz\+x{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__Ycz\+x::-webkit-scrollbar{width:6px}.ModalProduct_overview__Ycz\+x::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__Ycz\+x::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalProduct_subtitle__e3zjd{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__e3zjd{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__e3zjd{margin-bottom:12px}}.ModalProduct_content__Vz2Gm h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__Vz2Gm p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__Vz2Gm p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__yFPoA{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__yFPoA{font-size:20px}}.ModalProduct_firstConnexionContent__3y3VS{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__3y3VS h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__3y3VS .ModalProduct_figcaption__VJdeq{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__3y3VS .ModalProduct_saveButton__9PuTa{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__3y3VS .ModalProduct_saveButton__9PuTa:hover{background:#1176ff}.ModalProduct_galleryContainer__U4H06{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__U4H06 .ModalProduct_galleryImage__A1T-q{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__U4H06 .ModalProduct_galleryImage__A1T-q img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__U4H06 .ModalProduct_galleryImage__A1T-q img{aspect-ratio:1/1}}.ModalProduct_description__Jcupu>.ModalProduct_field__US8DG:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_description__Jcupu>.ModalProduct_field__US8DG:not(:last-child){margin-bottom:24px}}.ModalProduct_editor__bmS9f:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_editor__bmS9f:not(:last-child){margin-bottom:24px}}.ModalProduct_group__1lI5P{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalProduct_group__1lI5P{display:block;margin:0}}.ModalProduct_group__1lI5P .ModalProduct_field__US8DG{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalProduct_group__1lI5P .ModalProduct_field__US8DG{margin:12px 0 0;width:100%}}.ModalProduct_dropdown__IZNyK{position:relative;z-index:9999}.ModalProduct_uploadZone__cIRI4{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:12px;cursor:pointer;display:flex;justify-content:center;min-height:120px;padding:24px;position:relative;transition:all .2s}.ModalProduct_uploadZone__cIRI4:hover{background:#efefef;border-color:#2a85ff}.dark-mode .ModalProduct_uploadZone__cIRI4{background:#272b30;border-color:#33383f}.dark-mode .ModalProduct_uploadZone__cIRI4:hover{background:#1a1d1f;border-color:#2a85ff}.ModalProduct_fileInput__ehVpC{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ModalProduct_uploadText__mIad1{color:#33383f;text-align:center}.dark-mode .ModalProduct_uploadText__mIad1{color:#efefef}.ModalProduct_fileList__Kjsu8{display:flex;flex-direction:column;gap:8px;margin-top:16px}.ModalProduct_fileItem__qeHBG{align-items:center;background:#f4f4f4;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.dark-mode .ModalProduct_fileItem__qeHBG{background:#272b30}.ModalProduct_fileInfo__O9Svn{align-items:center;display:flex;gap:8px}.ModalProduct_fileName__1oTGZ{color:#1a1d1f}.dark-mode .ModalProduct_fileName__1oTGZ{color:#fcfcfc}.ModalProduct_fileExt__bWbEM{color:#33383f;font-size:14px}.ModalProduct_removeButton__10kVS{align-items:center;background:none;border:none;color:#6f767e;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:color .2s;width:32px}.ModalProduct_removeButton__10kVS:hover{color:#2a85ff}.ModalProduct_removeButton__10kVS svg{fill:currentColor}.MemosAndNotes_card__rddGZ{margin:-64px auto 80px;max-width:1200px}.MemosAndNotes_description__m2pu1>.MemosAndNotes_field__iW0ko:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_description__m2pu1>.MemosAndNotes_field__iW0ko:not(:last-child){margin-bottom:24px}}.MemosAndNotes_editor__knGnb:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_editor__knGnb:not(:last-child){margin-bottom:24px}}.MemosAndNotes_group__QH-kR{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px 12px}@media only screen and (max-width:767px){.MemosAndNotes_group__QH-kR{display:block;margin:0}}.MemosAndNotes_group__QH-kR .MemosAndNotes_field__iW0ko{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.MemosAndNotes_group__QH-kR .MemosAndNotes_field__iW0ko{margin:12px 0 0;width:100%}}.MemosAndNotes_memosList__dnNLr{background:#f8f8f8;border-radius:12px;margin:24px 0;padding:20px}.MemosAndNotes_memosTitle__FerrV{color:#333;font-size:18px;font-weight:600;margin-bottom:20px}.MemosAndNotes_memoItem__HYIUP{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:12px;padding:16px}.MemosAndNotes_memoHeader__Ol81y{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}@media only screen and (max-width:767px){.MemosAndNotes_memoHeader__Ol81y{align-items:flex-start;flex-direction:column;gap:4px}}.MemosAndNotes_memoAuthor__OoCVC,.MemosAndNotes_memoDate__o6IvN{color:#666;font-size:14px}.MemosAndNotes_memoTitle__N8Y3a{color:#333;font-weight:500;margin-bottom:4px}.MemosAndNotes_memoContent__ZpS8A{color:#555;font-size:14px;line-height:1.4}.MemosAndNotes_memoContent__ZpS8A p{margin:0 0 8px}.MemosAndNotes_memoContent__ZpS8A p:last-child{margin-bottom:0}.MemosAndNotes_empty__-2WSn,.MemosAndNotes_loading__\+xHqw{color:#666;padding:20px;text-align:center}.Scheduled_card__v-0yC{margin:-64px auto 20px;max-width:1200px}.Scheduled_head__I\+nq2{margin-bottom:44px}@media only screen and (max-width:1023px){.Scheduled_head__I\+nq2{margin-bottom:32px}}@media only screen and (max-width:767px){.Scheduled_head__I\+nq2{flex-wrap:wrap;margin-bottom:24px}.Scheduled_head__I\+nq2 .Scheduled_form__B8gYB{flex:0 0 100%;margin-top:16px}}.Scheduled_title__Pe2mL{margin-right:24px}.Scheduled_foot__kp7pC{margin-top:44px;text-align:center}.Scheduled_foot__kp7pC .Scheduled_button__vftZK .Scheduled_loader__NFG2Q{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Scheduled_empty__\+hshB{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Scheduled_empty__\+hshB{background:#272b30;color:#fcfcfc}.Table_wrapper__VSYzw{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__VSYzw{margin:0}}.Table_table__qEFFH{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__qEFFH{display:block}}.Table_row__coAl2{display:table-row}@media only screen and (max-width:1023px){.Table_row__coAl2{display:none}}.Table_col__VRm9Q{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__VRm9Q:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__VRm9Q:after{background:#272b30}.Table_col__VRm9Q:first-child{font-size:0;width:56px}.Table_col__VRm9Q:first-child:after{left:12px}.Table_col__VRm9Q:last-child{padding-right:164px}.Table_col__VRm9Q:last-child:after{right:12px}.Table_foot__ClfdL{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__ClfdL{margin-top:0}}.Table_foot__ClfdL .Table_button__X-uHC .Table_loader__9-fyU{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__uKnuf{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__uKnuf{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__uKnuf{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__uKnuf:hover{background:#f4f4f4}.dark-mode .Row_row__uKnuf:hover{background:#272b30}.Row_row__uKnuf:hover .Row_control__Okrcc{opacity:1;visibility:visible}}.Row_col__X0dQR{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__X0dQR{display:block;padding:0;position:static}}.Row_col__X0dQR:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__X0dQR:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__X0dQR:after{display:none}}.Row_col__X0dQR:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__X0dQR:first-child{display:none}}.Row_col__X0dQR:first-child:after{left:12px}.Row_col__X0dQR:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__X0dQR:last-child{padding:0}}.Row_col__X0dQR:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__X0dQR:not(:nth-child(2)){display:none}}.Row_item__TkMoW{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__TkMoW{align-items:stretch}}.dark-mode .Row_item__TkMoW{color:#fcfcfc}.Row_item__TkMoW:hover{color:#2a85ff}.Row_item__TkMoW .Row_date__nRgPj,.Row_item__TkMoW .Row_empty__bZWhy,.Row_item__TkMoW .Row_price__PZMFO{display:none}@media only screen and (max-width:1023px){.Row_item__TkMoW .Row_empty__bZWhy,.Row_item__TkMoW .Row_price__PZMFO{display:inline-block}.Row_item__TkMoW .Row_date__nRgPj{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .Row_item__TkMoW .Row_date__nRgPj{color:#f4f4f4}.Row_item__TkMoW .Row_date__nRgPj svg{fill:#9a9fa5;margin-right:8px}.dark-mode .Row_item__TkMoW .Row_date__nRgPj svg{fill:#f4f4f4}}.Row_avatar__VXilQ{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__VXilQ img{height:100%;object-fit:cover;width:100%}.Row_product__Xvxqj{font-weight:700;margin-bottom:4px;max-width:170px}.dark-mode .Row_product__Xvxqj{color:#fcfcfc}@media only screen and (max-width:1023px){.Row_product__Xvxqj{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__euZT7{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__euZT7{display:none}}.Row_opco__eB\+bc{color:#9a9fa5;font-size:12px}.dark-mode .Row_opco__eB\+bc{color:#f4f4f4}.Row_status__SG9AR{background:#efefef;border-radius:6px;display:inline-block;font-size:12px;font-weight:700;line-height:24px;padding:0 8px}.dark-mode .Row_status__SG9AR{background:#272b30;color:#fcfcfc}.Row_empty__bZWhy,.Row_price__PZMFO{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__PZMFO{background:#b5e4ca}.dark-mode .Row_price__PZMFO{color:#1a1d1f}.Row_empty__bZWhy{background:#efefef}.dark-mode .Row_empty__bZWhy{background:#272b30;color:#fcfcfc}.Row_control__Okrcc{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__Okrcc{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__Okrcc{display:none}}.Row_actions__pG\+Wi{display:none}@media only screen and (max-width:1023px){.Row_actions__pG\+Wi{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__pG\+Wi .Row_actionsHead__wFNJ4{background:none}.Row_box__zuEqr{align-items:center;display:flex}.Row_number__k4Dfj{font-size:14px;font-weight:700;margin-right:4px}.dark-mode .Row_number__k4Dfj{color:#fcfcfc}.Row_line__0IqTQ{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;margin-left:8px;position:relative;width:54px}@media only screen and (max-width:1259px){.Row_line__0IqTQ{width:40px}}@media only screen and (max-width:1023px){.Row_line__0IqTQ{width:54px}}.dark-mode .Row_line__0IqTQ{background-color:#272b30}.Row_progress__Dtlne{border-radius:4px;bottom:0;left:0;position:absolute;top:0}.Control_control__064L0{align-items:center;display:flex}.Control_button__M6CGz{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__M6CGz{background:#efefef}}.dark-mode .Control_button__M6CGz{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__M6CGz{background:#272b30}}.Control_button__M6CGz svg{fill:#6f767e;transition:fill .2s}.Control_button__M6CGz:hover svg{fill:#2a85ff}.Control_button__M6CGz:not(:last-child){margin-right:16px}.Control_button__M6CGz:disabled{cursor:not-allowed;opacity:.5}.Control_approved__Yioni{background:rgba(0,200,83,.15)}.Control_approved__Yioni svg,.Control_approved__Yioni:hover svg{fill:#00c853}.Control_rejected__ZDtnC{background:rgba(255,71,87,.15)}.Control_rejected__ZDtnC svg,.Control_rejected__ZDtnC:hover svg{fill:#ff4757}@media only screen and (max-width:1023px){.Panel_panel__QqGDG{display:none}}.Panel_info__RN3if{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__RN3if svg{fill:#6f767e;margin-right:12px}.Panel_btns__rMTX0{align-items:center;display:flex}.Panel_button__qAPSE:not(:last-child){margin-right:8px}.StudentCreate_button__ky7NM{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentCreate_button__ky7NM{display:none}}.StudentCreate_background__\+LOUY{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentCreate_background__\+LOUY{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentCreate_background__\+LOUY{height:320px}}@media only screen and (max-width:767px){.StudentCreate_background__\+LOUY{height:252px;margin:-24px -16px 0}}.StudentCreate_background__\+LOUY img{height:100%;object-fit:cover;width:100%}.StudentCreate_card__ae2tJ{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.StudentCreate_card__ae2tJ{margin-top:-188px}}.StudentCreate_control__zTJL7{align-items:center;display:flex;margin-bottom:20px}.StudentCreate_nav__JPXeV{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentCreate_desktopNav__Rf89g{display:none}}.StudentCreate_mobileNav__KnWdU{display:none;width:100%}@media only screen and (max-width:767px){.StudentCreate_mobileNav__KnWdU{display:block}}.StudentCreate_dropdown__UUteC{width:100%}.StudentCreate_dropdown__UUteC .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentCreate_dropdown__UUteC .dropdown__head{background:#272b30}.StudentCreate_link__GPuRS{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentCreate_link__GPuRS{flex-grow:1}}.StudentCreate_link__GPuRS.StudentCreate_active__8UAkz,.StudentCreate_link__GPuRS:hover{color:#1a1d1f}.dark-mode .StudentCreate_link__GPuRS.StudentCreate_active__8UAkz,.dark-mode .StudentCreate_link__GPuRS:hover{color:#fcfcfc}.StudentCreate_link__GPuRS.StudentCreate_active__8UAkz{background:#efefef}.dark-mode .StudentCreate_link__GPuRS.StudentCreate_active__8UAkz{background:#272b30}.StudentCreate_link__GPuRS:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentCreate_link__GPuRS:not(:last-child){margin-right:0}.StudentCreate_dropdownBox__7K4jM{flex-grow:1}}.StudentCreate_filters__UvMjh{margin-left:16px}@media only screen and (max-width:767px){.StudentCreate_filters__UvMjh{margin-left:12px}}.StudentCreate_foot__ll2Tp{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentCreate_foot__ll2Tp{margin-top:32px}}@media only screen and (max-width:767px){.StudentCreate_foot__ll2Tp{margin-top:24px}}.StudentCreate_profile__f1C0h{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentCreate_profile__f1C0h{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentCreate_profile__f1C0h{display:block}}@media only screen and (max-width:767px){.StudentCreate_profile__f1C0h{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentCreate_profile__f1C0h{border-color:#272b30}.StudentCreate_statusContainer__7POty{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentCreate_statusContainer__7POty{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentCreate_statusContainer__7POty{flex-direction:column;gap:16px}}.StudentCreate_statusGroup__sn5IQ{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentCreate_statusLabel__nHg38{color:#6f767e;font-size:14px;font-weight:500}.StudentCreate_statusBadge__hksCw{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentCreate_details__HXQO\+{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentCreate_details__HXQO\+{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentCreate_details__HXQO\+{margin-bottom:12px}}.StudentCreate_avatar__qHqfL{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentCreate_avatar__qHqfL img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentCreate_add__3pp\+q{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentCreate_add__3pp\+q svg{fill:#fff}.StudentCreate_add__3pp\+q:hover{background:#1176ff}.StudentCreate_info__hVZ5T{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentCreate_info__hVZ5T{font-size:18px;font-size:15px;margin-top:4px}}.StudentInformations_card__26pjQ{margin:-64px auto 20px;max-width:1200px;padding:24px}.StudentInformations_description__Z835h .StudentInformations_field__3wEVa{margin-bottom:12px}.StudentInformations_editor__rJSgF{margin-bottom:24px;margin-top:24px}.StudentInformations_divider__JhVma{background:#e6e6e6;height:1px;margin:24px 0}.StudentInformations_group__I5oDK{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudentInformations_group__I5oDK{display:block;margin:0}}.StudentInformations_group__I5oDK .StudentInformations_field__3wEVa{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudentInformations_group__I5oDK .StudentInformations_field__3wEVa{margin:20px 0 0;width:100%}}.StudentInformations_field__3wEVa{margin-bottom:24px;position:relative}.StudentInformations_fieldLabel__EjxEy{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentInformations_fieldInput__zwt02{align-items:center;display:flex;position:relative}.StudentInformations_fieldInput__zwt02 svg{fill:#6f767e;left:12px;position:absolute}.StudentInformations_input__xlPfc{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentInformations_input__xlPfc{background:#272b30}.StudentInformations_copy__XmX5v{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentInformations_copy__XmX5v:hover{opacity:.8}.StudentInformations_preview__ihKUh img{border-radius:12px;width:100%}.StudentInformations_btns__7kGjX{display:flex;margin:0 -8px}.StudentInformations_btns__7kGjX .StudentInformations_button__9TWlw{flex-grow:1;margin:0 8px}.AddressInformations_card__g4FhZ{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__aKIUA .AddressInformations_field__hi9kC{margin-bottom:12px}.AddressInformations_editor__th9hT{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__BqjXR{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__SAtLv{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__SAtLv{display:block;margin:0}}.AddressInformations_group__SAtLv .AddressInformations_field__hi9kC{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__SAtLv .AddressInformations_field__hi9kC{margin:20px 0 0;width:100%}}.AddressInformations_field__hi9kC{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__dSik2{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__P8GMz{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__P8GMz svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__nwk5X{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__nwk5X{background:#272b30}.AddressInformations_copy__61HtD{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__61HtD:hover{opacity:.8}.AddressInformations_preview__w-z0t img{border-radius:12px;width:100%}.AddressInformations_btns__WxtB-{display:flex;margin:0 -8px}.AddressInformations_btns__WxtB- .AddressInformations_button__GvIqE{flex-grow:1;margin:0 8px}.StudyInformations_card__SUV9D{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudyInformations_description__6Cg9b .StudyInformations_field__3G7lJ{margin-bottom:12px}.StudyInformations_editor__hDWpy{margin-bottom:24px;margin-top:24px}.StudyInformations_divider__BufrU{background:#e6e6e6;height:1px;margin:24px 0}.StudyInformations_group__jfp3z{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudyInformations_group__jfp3z{display:block;margin:0}}.StudyInformations_group__jfp3z .StudyInformations_field__3G7lJ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudyInformations_group__jfp3z .StudyInformations_field__3G7lJ{margin:20px 0 0;width:100%}}.StudyInformations_field__3G7lJ{margin-bottom:24px;position:relative}.StudyInformations_fieldLabel__7WfOe{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudyInformations_fieldInput__Nt6o-{align-items:center;display:flex;position:relative}.StudyInformations_fieldInput__Nt6o- svg{fill:#6f767e;left:12px;position:absolute}.StudyInformations_input__DK4ca{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudyInformations_input__DK4ca{background:#272b30}.StudyInformations_copy__Xem3n{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudyInformations_copy__Xem3n:hover{opacity:.8}.StudyInformations_preview__CGpBZ img{border-radius:12px;width:100%}.StudyInformations_btns__Smv82{display:flex;margin:0 -8px}.StudyInformations_btns__Smv82 .StudyInformations_button__axqKy{flex-grow:1;margin:0 8px}.StudyInformations_switch__4sG8Q{margin-left:auto}.StudyInformations_line__EVuPC{display:flex;padding-bottom:16px}.StudyInformations_line__EVuPC:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.StudyInformations_line__EVuPC:not(:last-child){margin-bottom:24px}}.dark-mode .StudyInformations_line__EVuPC:not(:last-child){border-color:#272b30}.StudyInformations_title__6KMcP{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .StudyInformations_title__6KMcP{color:#efefef}.OtherInformations_card__qKbHB{margin:-10px auto 20px;max-width:1200px;padding:24px}.OtherInformations_description__94GpZ .OtherInformations_field__-E8zo{margin-bottom:12px}.OtherInformations_editor__VHsrs{margin-bottom:24px;margin-top:24px}.OtherInformations_divider__koxCG{background:#e6e6e6;height:2px;margin:24px 0}.OtherInformations_group__2qieL{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.OtherInformations_group__2qieL{display:block;margin:0}}.OtherInformations_group__2qieL .OtherInformations_field__-E8zo{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.OtherInformations_group__2qieL .OtherInformations_field__-E8zo{margin:20px 0 0;width:100%}}.OtherInformations_field__-E8zo{margin-bottom:24px;position:relative}.OtherInformations_fieldLabel__XFBAD{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.OtherInformations_fieldInput__ufh-8{align-items:center;display:flex;position:relative}.OtherInformations_fieldInput__ufh-8 svg{fill:#6f767e;left:12px;position:absolute}.OtherInformations_input__SGJnz{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .OtherInformations_input__SGJnz{background:#272b30}.OtherInformations_copy__PkQ3G{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.OtherInformations_copy__PkQ3G:hover{opacity:.8}.OtherInformations_preview__TQdFy img{border-radius:12px;width:100%}.OtherInformations_btns__4IJEr{display:flex;margin:0 -8px}.OtherInformations_btns__4IJEr .OtherInformations_button__2b2LM{flex-grow:1;margin:0 8px}.OtherInformations_switch__XL-CF{margin-left:auto}.OtherInformations_line__bNaMH{display:flex;padding-bottom:16px}.OtherInformations_line__bNaMH:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.OtherInformations_line__bNaMH:not(:last-child){margin-bottom:24px}}.dark-mode .OtherInformations_line__bNaMH:not(:last-child){border-color:#272b30}.OtherInformations_title__0I\+uH{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .OtherInformations_title__0I\+uH{color:#efefef}.LegalGuardianInformations_card__wYRrr{margin:-10px auto 20px;max-width:1200px;padding:24px}.LegalGuardianInformations_description__ebIRx .LegalGuardianInformations_field__k6Gzr{margin-bottom:12px}.LegalGuardianInformations_editor__qTQrS{margin-bottom:24px;margin-top:24px}.LegalGuardianInformations_divider__qjm7B{background:#e6e6e6;height:1px;margin:24px 0}.LegalGuardianInformations_group__IL7Af{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.LegalGuardianInformations_group__IL7Af{display:block;margin:0}}.LegalGuardianInformations_group__IL7Af .LegalGuardianInformations_field__k6Gzr{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.LegalGuardianInformations_group__IL7Af .LegalGuardianInformations_field__k6Gzr{margin:20px 0 0;width:100%}}.LegalGuardianInformations_field__k6Gzr{margin-bottom:24px;position:relative}.LegalGuardianInformations_fieldLabel__bpWDJ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.LegalGuardianInformations_fieldInput__yMaD4{align-items:center;display:flex;position:relative}.LegalGuardianInformations_fieldInput__yMaD4 svg{fill:#6f767e;left:12px;position:absolute}.LegalGuardianInformations_input__H47vo{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .LegalGuardianInformations_input__H47vo{background:#272b30}.LegalGuardianInformations_copy__Qm6Af{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.LegalGuardianInformations_copy__Qm6Af:hover{opacity:.8}.LegalGuardianInformations_preview__wy-ON img{border-radius:12px;width:100%}.LegalGuardianInformations_btns__\+4M5X{display:flex;margin:0 -8px}.LegalGuardianInformations_btns__\+4M5X .LegalGuardianInformations_button__8nnB2{flex-grow:1;margin:0 8px}.AddressInformations_card__gGqFw{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__raCP7 .AddressInformations_field__wpOzX{margin-bottom:12px}.AddressInformations_editor__bdCa7{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__Q1e-b{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__qoRZa{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__qoRZa{display:block;margin:0}}.AddressInformations_group__qoRZa .AddressInformations_field__wpOzX{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__qoRZa .AddressInformations_field__wpOzX{margin:20px 0 0;width:100%}}.AddressInformations_field__wpOzX{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__YVpKs{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__Cx9x6{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__Cx9x6 svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__-M4lc{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__-M4lc{background:#272b30}.AddressInformations_copy__rYCJs{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__rYCJs:hover{opacity:.8}.AddressInformations_preview__AjJZi img{border-radius:12px;width:100%}.AddressInformations_btns__URK4t{display:flex;margin:0 -8px}.AddressInformations_btns__URK4t .AddressInformations_button__pKmhV{flex-grow:1;margin:0 8px}.CustomerList_foot__I6hZO{align-items:center;display:flex;justify-content:center;margin-top:24px}.CustomerList_arrow__MXr1L{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .CustomerList_arrow__MXr1L{border-color:transparent}.CustomerList_arrow__MXr1L svg{fill:#6f767e;transition:fill .2s}.CustomerList_arrow__MXr1L:hover{border-color:#efefef}.CustomerList_arrow__MXr1L:hover svg{fill:#1a1d1f}.dark-mode .CustomerList_arrow__MXr1L:hover{border-color:#272b30}.dark-mode .CustomerList_arrow__MXr1L:hover svg{fill:#fcfcfc}.CustomerList_arrow__MXr1L:not(:last-child){margin-right:8px}.CustomerList_arrow__MXr1L:disabled{cursor:not-allowed;opacity:.5}.CustomerList_arrow__MXr1L:disabled:hover{border-color:#efefef}.CustomerList_arrow__MXr1L:disabled:hover svg{fill:#6f767e}.dark-mode .CustomerList_arrow__MXr1L:disabled:hover{border-color:transparent}.dark-mode .CustomerList_arrow__MXr1L:disabled:hover svg{fill:#6f767e}.CustomerList_pagination__Yy8LI{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.CustomerList_head__8xI2u{margin-bottom:44px}@media only screen and (max-width:1023px){.CustomerList_head__8xI2u{margin-bottom:32px}}@media only screen and (max-width:767px){.CustomerList_head__8xI2u{flex-wrap:wrap;margin-bottom:24px}}.CustomerList_head__8xI2u .CustomerList_form__C\+EJ1{margin-right:auto}@media only screen and (max-width:1023px){.CustomerList_head__8xI2u .CustomerList_form__C\+EJ1{width:250px}}@media only screen and (max-width:767px){.CustomerList_head__8xI2u .CustomerList_form__C\+EJ1{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.CustomerList_head__8xI2u.CustomerList_hidden__ZNFdd{display:none}}.CustomerList_title__R7z7g{margin-right:24px}@media only screen and (max-width:767px){.CustomerList_title__R7z7g{margin:0 0 16px}}.CustomerList_nav__LG7Ce{display:flex}@media only screen and (max-width:767px){.CustomerList_nav__LG7Ce{width:100%}}.CustomerList_link__SHcpK{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CustomerList_link__SHcpK{flex:1 1}}.CustomerList_link__SHcpK.CustomerList_active__Snl\+D,.CustomerList_link__SHcpK:hover{color:#1a1d1f}.dark-mode .CustomerList_link__SHcpK.CustomerList_active__Snl\+D,.dark-mode .CustomerList_link__SHcpK:hover{color:#fcfcfc}.CustomerList_link__SHcpK.CustomerList_active__Snl\+D{background:#efefef}.dark-mode .CustomerList_link__SHcpK.CustomerList_active__Snl\+D{background:#272b30}.CustomerList_link__SHcpK:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CustomerList_link__SHcpK:not(:last-child){margin-right:0}}.CustomerList_filters__NUrQv{margin-left:8px}@media only screen and (max-width:1023px){.CustomerList_filters__NUrQv{display:none}}.CustomerList_details__vko3E{display:none}.CustomerList_row__F1r\+0.CustomerList_flex__-3kI-{display:flex}.CustomerList_row__F1r\+0.CustomerList_flex__-3kI- .CustomerList_table__baoin{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.CustomerList_row__F1r\+0.CustomerList_flex__-3kI- .CustomerList_table__baoin{width:350px}}@media only screen and (max-width:1259px){.CustomerList_row__F1r\+0.CustomerList_flex__-3kI- .CustomerList_table__baoin{width:320px}}@media only screen and (max-width:1023px){.CustomerList_row__F1r\+0.CustomerList_flex__-3kI- .CustomerList_table__baoin{display:none}}.CustomerList_row__F1r\+0.CustomerList_flex__-3kI- .CustomerList_details__vko3E{display:block}.CustomerList_empty__x3q5m{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .CustomerList_empty__x3q5m{background:#272b30;color:#fcfcfc}.CustomerList_empty__x3q5m p{margin:0}.CustomerList_empty__x3q5m p,.CustomerList_loading__SLp3a{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.CustomerList_loading__SLp3a{align-items:center;display:flex;justify-content:center;padding:40px 0}.CustomerList_error__5LcjE{align-items:center;color:#2a85ff;display:flex;font-style:italic;justify-content:center;padding:20px 0}.Table_wrapper__QcKpB{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__QcKpB{margin:0}}.Table_table__XTwd1{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__XTwd1{display:block}}.Table_row__JXy2I{display:table-row}@media only screen and (max-width:1023px){.Table_row__JXy2I{display:none}}.Table_row__JXy2I.Table_active__rHXDS .Table_col__6lTjK:not(:first-child):not(:nth-child(2)){display:none}.Table_row__JXy2I.Table_active__rHXDS .Table_col__6lTjK:nth-child(2):after{right:12px}.Table_col__6lTjK{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__6lTjK:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__6lTjK:after{background:#272b30}.Table_col__6lTjK:first-child{font-size:0;width:56px}.Table_col__6lTjK:first-child:after{left:12px}.Table_col__6lTjK:last-child:after{right:12px}.Table_foot__t2Aua{margin-top:20px;text-align:center}.Table_foot__t2Aua .Table_button__B8p0t .Table_loader__XN3qn{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__VCRl5{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__qLJHl{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__qLJHl:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__qLJHl{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__it3Py,.dark-mode .Table_pageButton__qLJHl:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__it3Py{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__it3Py{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__UwMA-{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__UwMA-{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__VCLca{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__VCLca{color:#6f767e}.Row_row__G0Eah{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__G0Eah{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__G0Eah{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__G0Eah:hover{background:#f4f4f4}.dark-mode .Row_row__G0Eah:hover{background:#272b30}.Row_row__G0Eah:hover .Row_price__Cms0O{background:#fcfcfc}.dark-mode .Row_row__G0Eah:hover .Row_price__Cms0O{background:#111315}}.Row_row__G0Eah:last-child .Row_col__fXx6K:after{display:none}.Row_row__G0Eah.Row_active__8AGNl:hover{background:none}.Row_row__G0Eah.Row_active__8AGNl .Row_col__fXx6K:not(:first-child):not(:nth-child(2)){display:none}.Row_row__G0Eah.Row_active__8AGNl .Row_col__fXx6K:nth-child(2):after{right:12px}.Row_row__G0Eah.Row_active__8AGNl.Row_selected__mSgFp{background:#efefef}.dark-mode .Row_row__G0Eah.Row_active__8AGNl.Row_selected__mSgFp{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__G0Eah.Row_active__8AGNl.Row_selected__mSgFp .Row_col__fXx6K:first-child{border-radius:12px 0 0 12px}.Row_row__G0Eah.Row_active__8AGNl.Row_selected__mSgFp .Row_col__fXx6K:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__G0Eah.Row_active__8AGNl.Row_selected__mSgFp .Row_col__fXx6K:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__fXx6K{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__fXx6K{display:block;padding:0}}.dark-mode .Row_col__fXx6K{color:#fcfcfc}.Row_col__fXx6K:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__fXx6K:after{display:none}}.dark-mode .Row_col__fXx6K:after{background:#272b30}.Row_col__fXx6K:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__fXx6K:first-child{display:none}}.Row_col__fXx6K:first-child:after{left:12px}.Row_col__fXx6K:last-child{border-radius:0 8px 8px 0}.Row_col__fXx6K:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__fXx6K:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__fXx6K:nth-child(3),.Row_col__fXx6K:nth-child(4),.Row_col__fXx6K:nth-child(6),.Row_col__fXx6K:nth-child(7){display:none}}.Row_item__jD2Cs{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__jD2Cs:hover{color:#2a85ff}.Row_item__jD2Cs .Row_email__AY\+3V{display:none}@media only screen and (max-width:1023px){.Row_item__jD2Cs .Row_email__AY\+3V{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__JEYlK{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__JEYlK img{height:100%;object-fit:cover;width:100%}.Row_user__oF9JA{margin-bottom:4px;max-width:160px}.Row_login__HC9lX{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__HC9lX{display:none}}.dark-mode .Row_login__HC9lX{color:#9a9fa5}.Row_email__AY\+3V{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__fXx6K>.Row_email__AY\+3V{display:none}}.Row_lifetime__7\+vap{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__7\+vap{align-items:flex-end;flex-direction:column}}.Row_price__Cms0O{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__Cms0O{background:#272b30}.Row_balance__me0\+k{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__me0\+k{margin:4px 0 0}}.CompanyList_foot__ASq8R{align-items:center;display:flex;justify-content:center;margin-top:24px}.CompanyList_arrow__0AAC0{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .CompanyList_arrow__0AAC0{border-color:transparent}.CompanyList_arrow__0AAC0 svg{fill:#6f767e;transition:fill .2s}.CompanyList_arrow__0AAC0:hover{border-color:#efefef}.CompanyList_arrow__0AAC0:hover svg{fill:#1a1d1f}.dark-mode .CompanyList_arrow__0AAC0:hover{border-color:#272b30}.dark-mode .CompanyList_arrow__0AAC0:hover svg{fill:#fcfcfc}.CompanyList_arrow__0AAC0:not(:last-child){margin-right:8px}.CompanyList_arrow__0AAC0:disabled{cursor:not-allowed;opacity:.5}.CompanyList_arrow__0AAC0:disabled:hover{border-color:#efefef}.CompanyList_arrow__0AAC0:disabled:hover svg{fill:#6f767e}.dark-mode .CompanyList_arrow__0AAC0:disabled:hover{border-color:transparent}.dark-mode .CompanyList_arrow__0AAC0:disabled:hover svg{fill:#6f767e}.CompanyList_pagination__8Q13A{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.CompanyList_head__GsY2J{margin-bottom:44px}@media only screen and (max-width:1023px){.CompanyList_head__GsY2J{margin-bottom:32px}}@media only screen and (max-width:767px){.CompanyList_head__GsY2J{flex-wrap:wrap;margin-bottom:24px}}.CompanyList_head__GsY2J .CompanyList_form__-PNMx{margin-right:auto}@media only screen and (max-width:1023px){.CompanyList_head__GsY2J .CompanyList_form__-PNMx{width:250px}}@media only screen and (max-width:767px){.CompanyList_head__GsY2J .CompanyList_form__-PNMx{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.CompanyList_head__GsY2J.CompanyList_hidden__btmm4{display:none}}.CompanyList_title__K56cC{margin-right:24px}@media only screen and (max-width:767px){.CompanyList_title__K56cC{margin:0 0 16px}}.CompanyList_nav__O2WBn{display:flex}@media only screen and (max-width:767px){.CompanyList_nav__O2WBn{width:100%}}.CompanyList_link__AlOUp{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyList_link__AlOUp{flex:1 1}}.CompanyList_link__AlOUp.CompanyList_active__isSO7,.CompanyList_link__AlOUp:hover{color:#1a1d1f}.dark-mode .CompanyList_link__AlOUp.CompanyList_active__isSO7,.dark-mode .CompanyList_link__AlOUp:hover{color:#fcfcfc}.CompanyList_link__AlOUp.CompanyList_active__isSO7{background:#efefef}.dark-mode .CompanyList_link__AlOUp.CompanyList_active__isSO7{background:#272b30}.CompanyList_link__AlOUp:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyList_link__AlOUp:not(:last-child){margin-right:0}}.CompanyList_filters__EwX\+Z{margin-left:8px}@media only screen and (max-width:1023px){.CompanyList_filters__EwX\+Z{display:none}}.CompanyList_details__b7Qop{display:none}.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+{display:flex}.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+ .CompanyList_table__jHDjN{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+ .CompanyList_table__jHDjN{width:350px}}@media only screen and (max-width:1259px){.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+ .CompanyList_table__jHDjN{width:320px}}@media only screen and (max-width:1023px){.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+ .CompanyList_table__jHDjN{display:none}}.CompanyList_row__wnDwF.CompanyList_flex__GcFB\+ .CompanyList_details__b7Qop{display:block}.CompanyList_empty__D1Q4N{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .CompanyList_empty__D1Q4N{background:#272b30;color:#fcfcfc}.CompanyList_empty__D1Q4N p{margin:0}.CompanyList_empty__D1Q4N p,.CompanyList_loading__2cfyf{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.CompanyList_loading__2cfyf{align-items:center;display:flex;justify-content:center;padding:40px 0}.Table_wrapper__Sx-5B{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__Sx-5B{margin:0}}.Table_table__6dm-b{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__6dm-b{display:block}}.Table_row__Gblqo{display:table-row}@media only screen and (max-width:1023px){.Table_row__Gblqo{display:none}}.Table_row__Gblqo.Table_active__B5\+dS .Table_col__nbE3v:not(:first-child):not(:nth-child(2)){display:none}.Table_row__Gblqo.Table_active__B5\+dS .Table_col__nbE3v:nth-child(2):after{right:12px}.Table_col__nbE3v{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__nbE3v:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__nbE3v:after{background:#272b30}.Table_col__nbE3v:first-child{font-size:0;width:56px}.Table_col__nbE3v:first-child:after{left:12px}.Table_col__nbE3v:last-child:after{right:12px}.Table_foot__0NXSV{margin-top:20px;text-align:center}.Table_foot__0NXSV .Table_button__MLM-r .Table_loader__ZUdyo{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__I5LG9{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__BJ0Tu{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__BJ0Tu:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__BJ0Tu{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__m6so\+,.dark-mode .Table_pageButton__BJ0Tu:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__m6so\+{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__m6so\+{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__bMbQP{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__bMbQP{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__YvjbJ{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__YvjbJ{color:#6f767e}.Table_empty__\+6\+Po{background:#efefef}.dark-mode .Table_empty__\+6\+Po{background:#272b30;color:#fcfcfc}.Row_row__k75mq{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__k75mq{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__k75mq{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__k75mq:hover{background:#f4f4f4}.dark-mode .Row_row__k75mq:hover{background:#272b30}.Row_row__k75mq:hover .Row_price__EQtzn{background:#fcfcfc}.dark-mode .Row_row__k75mq:hover .Row_price__EQtzn{background:#111315}}.Row_row__k75mq:last-child .Row_col__3ZxmO:after{display:none}.Row_row__k75mq.Row_active__gg1px:hover{background:none}.Row_row__k75mq.Row_active__gg1px .Row_col__3ZxmO:not(:first-child):not(:nth-child(2)){display:none}.Row_row__k75mq.Row_active__gg1px .Row_col__3ZxmO:nth-child(2):after{right:12px}.Row_row__k75mq.Row_active__gg1px.Row_selected__kY7k2{background:#efefef}.dark-mode .Row_row__k75mq.Row_active__gg1px.Row_selected__kY7k2{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__k75mq.Row_active__gg1px.Row_selected__kY7k2 .Row_col__3ZxmO:first-child{border-radius:12px 0 0 12px}.Row_row__k75mq.Row_active__gg1px.Row_selected__kY7k2 .Row_col__3ZxmO:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__k75mq.Row_active__gg1px.Row_selected__kY7k2 .Row_col__3ZxmO:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__3ZxmO{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__3ZxmO{display:block;padding:0}}.dark-mode .Row_col__3ZxmO{color:#fcfcfc}.Row_col__3ZxmO:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__3ZxmO:after{display:none}}.dark-mode .Row_col__3ZxmO:after{background:#272b30}.Row_col__3ZxmO:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__3ZxmO:first-child{display:none}}.Row_col__3ZxmO:first-child:after{left:12px}.Row_col__3ZxmO:last-child{border-radius:0 8px 8px 0}.Row_col__3ZxmO:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__3ZxmO:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__3ZxmO:nth-child(3),.Row_col__3ZxmO:nth-child(4),.Row_col__3ZxmO:nth-child(6),.Row_col__3ZxmO:nth-child(7){display:none}}.Row_item__d1j46{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__d1j46:hover{color:#2a85ff}.Row_item__d1j46 .Row_email__RjH74{display:none}@media only screen and (max-width:1023px){.Row_item__d1j46 .Row_email__RjH74{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__j3PJ-{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__j3PJ- img{height:100%;object-fit:cover;width:100%}.Row_user__-VLYm{margin-bottom:4px;max-width:160px}.Row_login__OsPt\+{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__OsPt\+{display:none}}.dark-mode .Row_login__OsPt\+{color:#9a9fa5}.Row_email__RjH74{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__3ZxmO>.Row_email__RjH74{display:none}}.Row_lifetime__AI0Kt{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__AI0Kt{align-items:flex-end;flex-direction:column}}.Row_price__EQtzn{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__EQtzn{background:#272b30}.Row_balance__6mdcT{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__6mdcT{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__cyOPC{display:none}}.Panel_info__o1Idm{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__o1Idm svg{fill:#6f767e;margin-right:12px}.Panel_info__o1Idm span{color:#1a1d1f}.dark-mode .Panel_info__o1Idm span{color:#fcfcfc}.Panel_btns__QOg4S{align-items:center;display:flex}.Panel_button__ATKek:not(:last-child){margin-right:8px}.StudentDetail_button__-bXhw{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentDetail_button__-bXhw{display:none}}.StudentDetail_background__Nnip9{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentDetail_background__Nnip9{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentDetail_background__Nnip9{height:320px}}@media only screen and (max-width:767px){.StudentDetail_background__Nnip9{height:252px;margin:-24px -16px 0}}.StudentDetail_background__Nnip9 img{height:100%;object-fit:cover;width:100%}.StudentDetail_card__53ew6{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentDetail_card__53ew6{margin-top:-188px}}.StudentDetail_control__Anng3{align-items:center;display:flex;margin-bottom:20px}.StudentDetail_nav__ETgiD{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentDetail_desktopNav__rc2KB{display:none}}.StudentDetail_mobileNav__gNDqE{display:none;width:100%}@media only screen and (max-width:767px){.StudentDetail_mobileNav__gNDqE{display:block}}.StudentDetail_dropdown__B8qEs{width:100%}.StudentDetail_dropdown__B8qEs .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentDetail_dropdown__B8qEs .dropdown__head{background:#272b30}.StudentDetail_link__q92bK{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentDetail_link__q92bK{flex-grow:1}}.StudentDetail_link__q92bK.StudentDetail_active__Hjzmk,.StudentDetail_link__q92bK:hover{color:#1a1d1f}.dark-mode .StudentDetail_link__q92bK.StudentDetail_active__Hjzmk,.dark-mode .StudentDetail_link__q92bK:hover{color:#fcfcfc}.StudentDetail_link__q92bK.StudentDetail_active__Hjzmk{background:#efefef}.dark-mode .StudentDetail_link__q92bK.StudentDetail_active__Hjzmk{background:#272b30}.StudentDetail_link__q92bK:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentDetail_link__q92bK:not(:last-child){margin-right:0}.StudentDetail_dropdownBox__gIX0w{flex-grow:1}}.StudentDetail_filters__VU5QA{margin-left:16px}@media only screen and (max-width:767px){.StudentDetail_filters__VU5QA{margin-left:12px}}.StudentDetail_foot__cP\+M1{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentDetail_foot__cP\+M1{margin-top:32px}}@media only screen and (max-width:767px){.StudentDetail_foot__cP\+M1{margin-top:24px}}.StudentDetail_profile__f2xH2{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentDetail_profile__f2xH2{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentDetail_profile__f2xH2{display:block}}@media only screen and (max-width:767px){.StudentDetail_profile__f2xH2{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentDetail_profile__f2xH2{border-color:#272b30}.StudentDetail_statusContainer__EuWXo{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentDetail_statusContainer__EuWXo{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentDetail_statusContainer__EuWXo{flex-direction:column;gap:16px}}.StudentDetail_statusGroup__iU2zo{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentDetail_statusLabel__YABoY{color:#6f767e;font-size:14px;font-weight:500}.StudentDetail_statusBadge__xbwb7{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentDetail_details__t-mxZ{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentDetail_details__t-mxZ{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentDetail_details__t-mxZ{margin-bottom:12px}}.StudentDetail_avatar__suPcL{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentDetail_avatar__suPcL img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentDetail_add__i2Erl{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentDetail_add__i2Erl svg{fill:#fff}.StudentDetail_add__i2Erl:hover{background:#1176ff}.StudentDetail_info__zemFK{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentDetail_info__zemFK{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_button__o-jFG{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__o-jFG{display:none}}.NameAndDescription_background__egTro{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__egTro{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__egTro{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__egTro{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__egTro img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__Noml8{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__Noml8{margin-top:-188px}}.NameAndDescription_control__Lyp2W{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__bteUf{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__Pv6pw{display:none}}.NameAndDescription_mobileNav__Blbar{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__Blbar{display:block}}.NameAndDescription_dropdown__K5CiP{width:100%}.NameAndDescription_dropdown__K5CiP .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__K5CiP .dropdown__head{background:#272b30}.NameAndDescription_link__IXZgy{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__IXZgy{flex-grow:1}}.NameAndDescription_link__IXZgy.NameAndDescription_active__vRDza,.NameAndDescription_link__IXZgy:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__IXZgy.NameAndDescription_active__vRDza,.dark-mode .NameAndDescription_link__IXZgy:hover{color:#fcfcfc}.NameAndDescription_link__IXZgy.NameAndDescription_active__vRDza{background:#efefef}.dark-mode .NameAndDescription_link__IXZgy.NameAndDescription_active__vRDza{background:#272b30}.NameAndDescription_link__IXZgy:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__IXZgy:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__akEB\+{flex-grow:1}}.NameAndDescription_filters__xSkH-{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__xSkH-{margin-left:12px}}.NameAndDescription_foot__HBhii{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__HBhii{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__HBhii{margin-top:24px}}.NameAndDescription_profile__f0Pp1{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__f0Pp1{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__f0Pp1{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__f0Pp1{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__f0Pp1{border-color:#272b30}.NameAndDescription_statusContainer__p-aI-{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__p-aI-{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__p-aI-{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__d3nZP{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__VDFAL{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__baCmx{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__WFWQi{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__WFWQi{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__WFWQi{margin-bottom:12px}}.NameAndDescription_avatar__xej6H{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__xej6H img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__GfF1R{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__GfF1R svg{fill:#fff}.NameAndDescription_add__GfF1R:hover{background:#1176ff}.NameAndDescription_info__qqJPG{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__qqJPG{font-size:18px;font-size:15px;margin-top:4px}}.CompanyInformations_card__SMm71{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__mRF7C .CompanyInformations_field__XKJHg{margin-bottom:12px}.CompanyInformations_editor__UaXs3{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__s0dLi{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__vMshg{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__vMshg{display:block;margin:0}}.CompanyInformations_group__vMshg .CompanyInformations_field__XKJHg{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__vMshg .CompanyInformations_field__XKJHg{margin:20px 0 0;width:100%}}.CompanyInformations_field__XKJHg{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__Xvcvi{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__8a5V4{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__8a5V4 svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__8\+W77{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__8\+W77{background:#272b30}.CompanyInformations_copy__zcJCL{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__zcJCL:hover{opacity:.8}.CompanyInformations_preview__rlEhc img{border-radius:12px;width:100%}.CompanyInformations_btns__qzd76{display:flex;margin:0 -8px}.CompanyInformations_btns__qzd76 .CompanyInformations_button__aMC79{flex-grow:1;margin:0 8px}.CompanyInformations_switch__osmS7{margin-left:auto}.CompanyInformations_line__VyZ8b{display:flex;padding-bottom:16px}.CompanyInformations_line__VyZ8b:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__VyZ8b:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__VyZ8b:not(:last-child){border-color:#272b30}.CompanyInformations_title__RhsQ9{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__RhsQ9{color:#efefef}.AddressInformations_card__j8q0L{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__9PWoY .AddressInformations_field__5XOCk{margin-bottom:12px}.AddressInformations_editor__Ts158{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__9ojE\+{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__tfQxU{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__tfQxU{display:block;margin:0}}.AddressInformations_group__tfQxU .AddressInformations_field__5XOCk{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__tfQxU .AddressInformations_field__5XOCk{margin:20px 0 0;width:100%}}.AddressInformations_field__5XOCk{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__tGtgX{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__VvluH{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__VvluH svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__wCtg3{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__wCtg3{background:#272b30}.AddressInformations_copy__lKNnB{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__lKNnB:hover{opacity:.8}.AddressInformations_preview__1c9Br img{border-radius:12px;width:100%}.AddressInformations_btns__gkiRc{display:flex;margin:0 -8px}.AddressInformations_btns__gkiRc .AddressInformations_button__0B-25{flex-grow:1;margin:0 8px}.DirectorInformations_card__FbYum{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__QvgEV .DirectorInformations_field__cYKPA{margin-bottom:12px}.DirectorInformations_editor__ATDGt{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__FURfq{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__3uB9z{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__3uB9z{display:block;margin:0}}.DirectorInformations_group__3uB9z .DirectorInformations_field__cYKPA{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__3uB9z .DirectorInformations_field__cYKPA{margin:20px 0 0;width:100%}}.DirectorInformations_field__cYKPA{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__2uWRG{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__uh3nh{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__uh3nh svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__\+u7xH{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__\+u7xH{background:#272b30}.DirectorInformations_copy__wT57D{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__wT57D:hover{opacity:.8}.DirectorInformations_preview__54fvO img{border-radius:12px;width:100%}.DirectorInformations_btns__N-z5b{display:flex;margin:0 -8px}.DirectorInformations_btns__N-z5b .DirectorInformations_button__qY-R2{flex-grow:1;margin:0 8px}.DirectorInformations_card__NfA4o{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__8U\+Yn .DirectorInformations_field__FEMVv{margin-bottom:12px}.DirectorInformations_editor__-KCro{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__Qu0d8{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__MeH9O{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__MeH9O{display:block;margin:0}}.DirectorInformations_group__MeH9O .DirectorInformations_field__FEMVv{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__MeH9O .DirectorInformations_field__FEMVv{margin:20px 0 0;width:100%}}.DirectorInformations_field__FEMVv{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__V5nH3{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__yKwsm{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__yKwsm svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__UnXKB{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__UnXKB{background:#272b30}.DirectorInformations_copy__Hae5I{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__Hae5I:hover{opacity:.8}.DirectorInformations_preview__FSfY\+ img{border-radius:12px;width:100%}.DirectorInformations_btns__IvV8A{display:flex;margin:0 -8px}.DirectorInformations_btns__IvV8A .DirectorInformations_button__HrVGw{flex-grow:1;margin:0 8px}.Scheduled_card__uhJmF{margin:-64px auto 20px;max-width:1200px}.Scheduled_head__cExrq{margin-bottom:44px}@media only screen and (max-width:1023px){.Scheduled_head__cExrq{margin-bottom:32px}}@media only screen and (max-width:767px){.Scheduled_head__cExrq{flex-wrap:wrap;margin-bottom:24px}.Scheduled_head__cExrq .Scheduled_form__K2-Cu{flex:0 0 100%;margin-top:16px}}.Scheduled_title__ifEsE{margin-right:24px}.Scheduled_foot__MmPT4{margin-top:44px;text-align:center}.Scheduled_foot__MmPT4 .Scheduled_button__WD7kb .Scheduled_loader__DoWAG{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Scheduled_empty__6tQpU{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Scheduled_empty__6tQpU{background:#272b30;color:#fcfcfc}.Table_wrapper__1H7Xy{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__1H7Xy{margin:0}}.Table_table__MX-Nq{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__MX-Nq{display:block}}.Table_row__NVgpD{display:table-row}@media only screen and (max-width:1023px){.Table_row__NVgpD{display:none}}.Table_col__WTx2s{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__WTx2s:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__WTx2s:after{background:#272b30}.Table_col__WTx2s:first-child{font-size:0;width:56px}.Table_col__WTx2s:first-child:after{left:12px}.Table_col__WTx2s:last-child{padding-right:164px}.Table_col__WTx2s:last-child:after{right:12px}.Table_foot__CM4Ub{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__CM4Ub{margin-top:0}}.Table_foot__CM4Ub .Table_button__dxHtb .Table_loader__46283{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__3aU4J{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__3aU4J{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__3aU4J{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__3aU4J:hover{background:#f4f4f4}.dark-mode .Row_row__3aU4J:hover{background:#272b30}.Row_row__3aU4J:hover .Row_control__-Mknp{opacity:1;visibility:visible}}.Row_col__mi6L5{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__mi6L5{display:block;padding:0;position:static}}.Row_col__mi6L5:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__mi6L5:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__mi6L5:after{display:none}}.Row_col__mi6L5:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__mi6L5:first-child{display:none}}.Row_col__mi6L5:first-child:after{left:12px}.Row_col__mi6L5:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__mi6L5:last-child{padding:0}}.Row_col__mi6L5:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__mi6L5:not(:nth-child(2)){display:none}}.Row_item__PQeRn{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__PQeRn{align-items:stretch}}.dark-mode .Row_item__PQeRn{color:#fcfcfc}.Row_item__PQeRn:hover{color:#2a85ff}.Row_item__PQeRn .Row_date__LQmFJ,.Row_item__PQeRn .Row_empty__qhxgB,.Row_item__PQeRn .Row_price__HxFHa{display:none}@media only screen and (max-width:1023px){.Row_item__PQeRn .Row_empty__qhxgB,.Row_item__PQeRn .Row_price__HxFHa{display:inline-block}.Row_item__PQeRn .Row_date__LQmFJ{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .Row_item__PQeRn .Row_date__LQmFJ{color:#f4f4f4}.Row_item__PQeRn .Row_date__LQmFJ svg{fill:#9a9fa5;margin-right:8px}.dark-mode .Row_item__PQeRn .Row_date__LQmFJ svg{fill:#f4f4f4}}.Row_avatar__ejLar{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__ejLar img{height:100%;object-fit:cover;width:100%}.Row_product__ih-m7{font-weight:700;margin-bottom:4px;max-width:170px}.dark-mode .Row_product__ih-m7{color:#fcfcfc}@media only screen and (max-width:1023px){.Row_product__ih-m7{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__KnXdc{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__KnXdc{display:none}}.Row_opco__I-Nt1{color:#9a9fa5;font-size:12px}.dark-mode .Row_opco__I-Nt1{color:#f4f4f4}.Row_status__h5n2G{background:#efefef;border-radius:6px;display:inline-block;font-size:12px;font-weight:700;line-height:24px;padding:0 8px}.dark-mode .Row_status__h5n2G{background:#272b30;color:#fcfcfc}.Row_empty__qhxgB,.Row_price__HxFHa{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__HxFHa{background:#b5e4ca}.dark-mode .Row_price__HxFHa{color:#1a1d1f}.Row_empty__qhxgB{background:#efefef}.dark-mode .Row_empty__qhxgB{background:#272b30;color:#fcfcfc}.Row_control__-Mknp{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__-Mknp{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__-Mknp{display:none}}.Row_actions__8h2\+M{display:none}@media only screen and (max-width:1023px){.Row_actions__8h2\+M{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__8h2\+M .Row_actionsHead__VxXrP{background:none}.Row_box__nJYWH{align-items:center;display:flex}.Row_number__TBamH{font-size:14px;font-weight:700;margin-right:4px}.dark-mode .Row_number__TBamH{color:#fcfcfc}.Row_line__rYFgt{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;margin-left:8px;position:relative;width:54px}@media only screen and (max-width:1259px){.Row_line__rYFgt{width:40px}}@media only screen and (max-width:1023px){.Row_line__rYFgt{width:54px}}.dark-mode .Row_line__rYFgt{background-color:#272b30}.Row_progress__l2v5a{border-radius:4px;bottom:0;left:0;position:absolute;top:0}.Control_control__wPVO\+{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media(max-width:767px){.Control_control__wPVO\+{justify-content:center;margin-top:8px}}.Control_button__JMGoW{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__JMGoW{background:#efefef}}.dark-mode .Control_button__JMGoW{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__JMGoW{background:#272b30}}.Control_button__JMGoW svg{fill:#6f767e;transition:fill .2s}.Control_button__JMGoW:hover svg{fill:#2a85ff}.Control_button__JMGoW:not(:last-child){margin-right:16px}.Control_button__JMGoW:disabled{cursor:not-allowed;opacity:.5}.Control_approved__KvnaJ{background:rgba(0,200,83,.15)}.Control_approved__KvnaJ svg,.Control_approved__KvnaJ:hover svg{fill:#00c853}.Control_rejected__AkthP{background:rgba(255,71,87,.15)}.Control_rejected__AkthP svg,.Control_rejected__AkthP:hover svg{fill:#ff4757}@media only screen and (max-width:1023px){.Panel_panel__k6pbj{display:none}}.Panel_info__Lqd5E{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__Lqd5E svg{fill:#6f767e;margin-right:12px}.Panel_btns__hc5gr{align-items:center;display:flex}.Panel_button__NWs6v:not(:last-child){margin-right:8px}.MemosAndNotes_card__ol9dx{margin:-64px auto 80px;max-width:1200px}.MemosAndNotes_description__vlF0r>.MemosAndNotes_field__xgcZK:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_description__vlF0r>.MemosAndNotes_field__xgcZK:not(:last-child){margin-bottom:24px}}.MemosAndNotes_editor__rorYL:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_editor__rorYL:not(:last-child){margin-bottom:24px}}.MemosAndNotes_group__4Qw4U{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px 12px}@media only screen and (max-width:767px){.MemosAndNotes_group__4Qw4U{display:block;margin:0}}.MemosAndNotes_group__4Qw4U .MemosAndNotes_field__xgcZK{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.MemosAndNotes_group__4Qw4U .MemosAndNotes_field__xgcZK{margin:12px 0 0;width:100%}}.MemosAndNotes_memosList__6xm-m{background:#f8f8f8;border-radius:12px;margin:24px 0;padding:20px}.MemosAndNotes_memosTitle__9JL6q{color:#333;font-size:18px;font-weight:600;margin-bottom:20px}.MemosAndNotes_memoItem__QrNRR{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:12px;padding:16px}.MemosAndNotes_memoHeader__GOkbR{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}@media only screen and (max-width:767px){.MemosAndNotes_memoHeader__GOkbR{align-items:flex-start;flex-direction:column;gap:4px}}.MemosAndNotes_memoAuthor__G2sy9,.MemosAndNotes_memoDate__T8Qem{color:#666;font-size:14px}.MemosAndNotes_memoTitle__Bok\+J{color:#333;font-weight:500;margin-bottom:4px}.MemosAndNotes_memoContent__WA0Am{color:#555;font-size:14px;line-height:1.4}.MemosAndNotes_memoContent__WA0Am p{margin:0 0 8px}.MemosAndNotes_memoContent__WA0Am p:last-child{margin-bottom:0}.MemosAndNotes_empty__\+gqHg,.MemosAndNotes_loading__5cqnC{color:#666;padding:20px;text-align:center}.Scheduled_card__WphAk{margin:-64px auto 20px;max-width:1200px}.Scheduled_head__8APHT{margin-bottom:44px}@media only screen and (max-width:1023px){.Scheduled_head__8APHT{margin-bottom:32px}}@media only screen and (max-width:767px){.Scheduled_head__8APHT{flex-wrap:wrap;margin-bottom:24px}}.Scheduled_title__zcTQm{margin-right:24px}@media only screen and (max-width:1023px){.Scheduled_form__ROh-v{width:300px}}@media only screen and (max-width:767px){.Scheduled_form__ROh-v{margin-top:16px;order:3;width:100%}}.Scheduled_sorting__2TSyk{display:flex;margin-left:auto}.Scheduled_empty__dp0HP{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Scheduled_empty__dp0HP{background:#272b30;color:#fcfcfc}.Table_wrapper__MlL4d{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__MlL4d{margin:0}}.Table_table__GzzIR{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__GzzIR{display:block}}.Table_row__jXU7J{display:table-row}@media only screen and (max-width:1023px){.Table_row__jXU7J{display:none}}.Table_col__mC7Bp{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__mC7Bp:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__mC7Bp:after{background:#272b30}.Table_col__mC7Bp:first-child{font-size:0;width:56px}.Table_col__mC7Bp:first-child:after{left:12px}.Table_col__mC7Bp:last-child{padding-right:164px}.Table_col__mC7Bp:last-child:after{right:12px}.Row_row__6HuTR{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__6HuTR{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__6HuTR{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__6HuTR:hover{background:#f4f4f4}.dark-mode .Row_row__6HuTR:hover{background:#272b30}.Row_row__6HuTR:hover .Row_control__iigxF{opacity:1;visibility:visible}}.Row_col__ZzAK7{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__ZzAK7{display:block;padding:0;position:static}}.Row_col__ZzAK7:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__ZzAK7:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__ZzAK7:after{display:none}}.Row_col__ZzAK7:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__ZzAK7:first-child{display:none}}.Row_col__ZzAK7:first-child:after{left:12px}.Row_col__ZzAK7:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__ZzAK7:last-child{padding:0}}.Row_col__ZzAK7:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__ZzAK7:not(:nth-child(2)){display:none}}.Row_item__JJhVb{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__JJhVb{align-items:stretch}}.dark-mode .Row_item__JJhVb{color:#fcfcfc}.Row_item__JJhVb:hover{color:#2a85ff}.Row_item__JJhVb .Row_date__zz3qI,.Row_item__JJhVb .Row_empty__lyfUo,.Row_item__JJhVb .Row_price__fwWqK{display:none}@media only screen and (max-width:1023px){.Row_item__JJhVb .Row_empty__lyfUo,.Row_item__JJhVb .Row_price__fwWqK{display:inline-block}.Row_item__JJhVb .Row_date__zz3qI{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__JJhVb .Row_date__zz3qI svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__756Sl{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__756Sl img{height:100%;object-fit:cover;width:100%}.Row_product__XogNh{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__XogNh{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__WpVVy{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__WpVVy{display:none}}.Row_empty__lyfUo,.Row_price__fwWqK{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__fwWqK{background:#b5e4ca}.dark-mode .Row_price__fwWqK{color:#1a1d1f}.Row_empty__lyfUo{background:#efefef}.dark-mode .Row_empty__lyfUo{background:#272b30;color:#fcfcfc}.Row_control__iigxF{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__iigxF{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__iigxF{display:none}}.Row_actions__y59-P{display:none}@media only screen and (max-width:1023px){.Row_actions__y59-P{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__y59-P .Row_actionsHead__wXmHs{background:none}.Control_control__Olgup{align-items:center;display:flex}.Control_button__dcEH9{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__dcEH9{background:#efefef}}.dark-mode .Control_button__dcEH9{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__dcEH9{background:#272b30}}.Control_button__dcEH9 svg{fill:#6f767e;transition:fill .2s}.Control_button__dcEH9:hover svg{fill:#2a85ff}.Control_button__dcEH9:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__-9r9a{display:none}}.Panel_info__ZY9pu{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__ZY9pu svg{fill:#6f767e;margin-right:12px}.Panel_btns__o\+-yR{align-items:center;display:flex}.Panel_button__qx1q8:not(:last-child){margin-right:8px}.ModalTutor_modal__btj5i{-webkit-animation:ModalTutor_showModal__wRwVt .4s forwards;animation:ModalTutor_showModal__wRwVt .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalTutor_modal__btj5i{padding:88px 16px 24px}}.dark-mode .ModalTutor_modal__btj5i{background:#111315}@-webkit-keyframes ModalTutor_showModal__wRwVt{0%{opacity:0}to{opacity:1}}@keyframes ModalTutor_showModal__wRwVt{0%{opacity:0}to{opacity:1}}.ModalTutor_outer__x2TCD{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;width:900px;z-index:2}@media only screen and (max-width:1023px){.ModalTutor_outer__x2TCD{width:700px}}@media only screen and (max-width:767px){.ModalTutor_outer__x2TCD{width:100%}}.ModalTutor_control__LEYvA{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalTutor_control__LEYvA{left:16px;right:16px;top:16px}}.dark-mode .ModalTutor_control__LEYvA .ModalTutor_button__Nx5C0{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalTutor_control__LEYvA .ModalTutor_button__Nx5C0:hover{background:#272b30}.ModalTutor_close__ZWdBG{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalTutor_close__ZWdBG svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalTutor_close__ZWdBG{background:#1a1d1f}.dark-mode .ModalTutor_close__ZWdBG svg{fill:#fcfcfc}.ModalTutor_close__ZWdBG:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalTutor_overview__4RJdE{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalTutor_overview__4RJdE::-webkit-scrollbar{width:6px}.ModalTutor_overview__4RJdE::-webkit-scrollbar-track{background:transparent}.ModalTutor_overview__4RJdE::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalTutor_subtitle__4M5Wx{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalTutor_subtitle__4M5Wx{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalTutor_subtitle__4M5Wx{margin-bottom:12px}}.ModalTutor_content__RrhUS h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTutor_content__RrhUS p{line-height:1.5;margin-bottom:16px}.ModalTutor_content__RrhUS p:last-child{margin-bottom:0}.ModalTutor_sectionTitle__rPux5{margin-bottom:16px}@media only screen and (max-width:767px){.ModalTutor_sectionTitle__rPux5{font-size:20px}}.ModalTutor_firstConnexionContent__Ym43i{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalTutor_firstConnexionContent__Ym43i h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTutor_firstConnexionContent__Ym43i .ModalTutor_figcaption__m1MOo{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalTutor_firstConnexionContent__Ym43i .ModalTutor_saveButton__AWviC{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalTutor_firstConnexionContent__Ym43i .ModalTutor_saveButton__AWviC:hover{background:#1176ff}.ModalTutor_galleryContainer__GyCuU{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalTutor_galleryContainer__GyCuU .ModalTutor_galleryImage__RcMfT{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalTutor_galleryContainer__GyCuU .ModalTutor_galleryImage__RcMfT img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalTutor_galleryContainer__GyCuU .ModalTutor_galleryImage__RcMfT img{aspect-ratio:1/1}}.ModalTutor_description__KGW26>.ModalTutor_field__KkWJx:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalTutor_description__KGW26>.ModalTutor_field__KkWJx:not(:last-child){margin-bottom:24px}}.ModalTutor_editor__gSTFA:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalTutor_editor__gSTFA:not(:last-child){margin-bottom:24px}}.ModalTutor_group__dKyXN{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalTutor_group__dKyXN{display:block;margin:0}}.ModalTutor_group__dKyXN .ModalTutor_field__KkWJx{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalTutor_group__dKyXN .ModalTutor_field__KkWJx{margin:12px 0 0;width:100%}}.ModalTutor_row__XzVmg{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalTutor_row__XzVmg{flex-direction:column;gap:0}}.ModalTutor_dropdown__jQJtH{position:relative;z-index:9999}.ModalTutor_field__KkWJx{margin-bottom:20px}.ModalTutor_divider__5Pxta{background:#e6e6e6;height:1px;margin:24px 0}.ModalTutor_switch__72V\+z{margin-left:auto}.CompanyCreate_button__fjDu7{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.CompanyCreate_button__fjDu7{display:none}}.CompanyCreate_background__kMRCe{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.CompanyCreate_background__kMRCe{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.CompanyCreate_background__kMRCe{height:320px}}@media only screen and (max-width:767px){.CompanyCreate_background__kMRCe{height:252px;margin:-24px -16px 0}}.CompanyCreate_background__kMRCe img{height:100%;object-fit:cover;width:100%}.CompanyCreate_card__aYDnc{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.CompanyCreate_card__aYDnc{margin-top:-188px}}.CompanyCreate_control__U7Dki{align-items:center;display:flex;margin-bottom:20px}.CompanyCreate_nav__6PqcC{display:flex;margin-right:auto}@media only screen and (max-width:767px){.CompanyCreate_desktopNav__QYTmK{display:none}}.CompanyCreate_mobileNav__FtAmN{display:none;width:100%}@media only screen and (max-width:767px){.CompanyCreate_mobileNav__FtAmN{display:block}}.CompanyCreate_dropdown__8lpIN{width:100%}.CompanyCreate_dropdown__8lpIN .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .CompanyCreate_dropdown__8lpIN .dropdown__head{background:#272b30}.CompanyCreate_link__yjIc6{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyCreate_link__yjIc6{flex-grow:1}}.CompanyCreate_link__yjIc6.CompanyCreate_active__-XZBF,.CompanyCreate_link__yjIc6:hover{color:#1a1d1f}.dark-mode .CompanyCreate_link__yjIc6.CompanyCreate_active__-XZBF,.dark-mode .CompanyCreate_link__yjIc6:hover{color:#fcfcfc}.CompanyCreate_link__yjIc6.CompanyCreate_active__-XZBF{background:#efefef}.dark-mode .CompanyCreate_link__yjIc6.CompanyCreate_active__-XZBF{background:#272b30}.CompanyCreate_link__yjIc6:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyCreate_link__yjIc6:not(:last-child){margin-right:0}.CompanyCreate_dropdownBox__mlLZZ{flex-grow:1}}.CompanyCreate_filters__v41ve{margin-left:16px}@media only screen and (max-width:767px){.CompanyCreate_filters__v41ve{margin-left:12px}}.CompanyCreate_foot__Fy1Mx{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.CompanyCreate_foot__Fy1Mx{margin-top:32px}}@media only screen and (max-width:767px){.CompanyCreate_foot__Fy1Mx{margin-top:24px}}.CompanyCreate_profile__l0axY{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.CompanyCreate_profile__l0axY{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.CompanyCreate_profile__l0axY{display:block}}@media only screen and (max-width:767px){.CompanyCreate_profile__l0axY{margin-bottom:32px;padding-bottom:32px}}.dark-mode .CompanyCreate_profile__l0axY{border-color:#272b30}.CompanyCreate_statusContainer__YZ-Pm{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.CompanyCreate_statusContainer__YZ-Pm{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.CompanyCreate_statusContainer__YZ-Pm{flex-direction:column;gap:16px}}.CompanyCreate_statusGroup__tukhA{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CompanyCreate_statusLabel__CsRQv{color:#6f767e;font-size:14px;font-weight:500}.CompanyCreate_statusBadge__ELAZG{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.CompanyCreate_details__XX6vH{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.CompanyCreate_details__XX6vH{margin-bottom:16px}}@media only screen and (max-width:767px){.CompanyCreate_details__XX6vH{margin-bottom:12px}}.CompanyCreate_avatar__-7jBW{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.CompanyCreate_avatar__-7jBW img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CompanyCreate_add__D7-M9{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.CompanyCreate_add__D7-M9 svg{fill:#fff}.CompanyCreate_add__D7-M9:hover{background:#1176ff}.CompanyCreate_info__qxnxf{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.CompanyCreate_info__qxnxf{font-size:18px;font-size:15px;margin-top:4px}}.AddressInformations_card__vJldV{margin:-64px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__PFKgt .AddressInformations_field__F4EXp{margin-bottom:12px}.AddressInformations_editor__AOb3-{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__2EQOB{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__V3LYZ{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__V3LYZ{display:block;margin:0}}.AddressInformations_group__V3LYZ .AddressInformations_field__F4EXp{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__V3LYZ .AddressInformations_field__F4EXp{margin:20px 0 0;width:100%}}.AddressInformations_field__F4EXp{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__b7K7Y{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__OqTZl{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__OqTZl svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__H1Qun{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__H1Qun{background:#272b30}.AddressInformations_copy__zDzJs{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__zDzJs:hover{opacity:.8}.AddressInformations_preview__svye0 img{border-radius:12px;width:100%}.AddressInformations_btns__L1lLW{display:flex;margin:0 -8px}.AddressInformations_btns__L1lLW .AddressInformations_button__DLaLT{flex-grow:1;margin:0 8px}.AddressInformations_switch__\+tL9C{margin-left:auto}.AddressInformations_line__si99L{display:flex;padding-bottom:16px}.AddressInformations_line__si99L:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.AddressInformations_line__si99L:not(:last-child){margin-bottom:24px}}.dark-mode .AddressInformations_line__si99L:not(:last-child){border-color:#272b30}.AddressInformations_title__YbDOw{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .AddressInformations_title__YbDOw{color:#efefef}.CompanyInformations_card__5oI6A{margin:-10px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__0Mm2d .CompanyInformations_field__XuElq{margin-bottom:12px}.CompanyInformations_editor__yOCJw{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__vIjyz{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__krf\+H{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__krf\+H{display:block;margin:0}}.CompanyInformations_group__krf\+H .CompanyInformations_field__XuElq{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__krf\+H .CompanyInformations_field__XuElq{margin:20px 0 0;width:100%}}.CompanyInformations_field__XuElq{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__xzIDY{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__SDEI\+{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__SDEI\+ svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__Fk69l{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__Fk69l{background:#272b30}.CompanyInformations_copy__HUcer{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__HUcer:hover{opacity:.8}.CompanyInformations_preview__huwjF img{border-radius:12px;width:100%}.CompanyInformations_btns__bHHnL{display:flex;margin:0 -8px}.CompanyInformations_btns__bHHnL .CompanyInformations_button__W189a{flex-grow:1;margin:0 8px}.AddressInformations_card__E1OtZ{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__gEdwk .AddressInformations_field__9QCm8{margin-bottom:12px}.AddressInformations_editor__mOy2q{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__vh1WT{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__gTkvc{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__gTkvc{display:block;margin:0}}.AddressInformations_group__gTkvc .AddressInformations_field__9QCm8{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__gTkvc .AddressInformations_field__9QCm8{margin:20px 0 0;width:100%}}.AddressInformations_field__9QCm8{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__cmkzt{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__xfeJ6{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__xfeJ6 svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__CA7ao{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__CA7ao{background:#272b30}.AddressInformations_copy__-jZRz{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__-jZRz:hover{opacity:.8}.AddressInformations_preview__a7cqd img{border-radius:12px;width:100%}.AddressInformations_btns__2gVAf{display:flex;margin:0 -8px}.AddressInformations_btns__2gVAf .AddressInformations_button__g6BLR{flex-grow:1;margin:0 8px}.DirectorInformations_card__q8NkP{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__L-gVB .DirectorInformations_field__m8f22{margin-bottom:12px}.DirectorInformations_editor__\+Nj6H{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__ULrmL{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__tuUjW{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__tuUjW{display:block;margin:0}}.DirectorInformations_group__tuUjW .DirectorInformations_field__m8f22{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__tuUjW .DirectorInformations_field__m8f22{margin:20px 0 0;width:100%}}.DirectorInformations_field__m8f22{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__UuM0V{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__RToOe{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__RToOe svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__upbHY{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__upbHY{background:#272b30}.DirectorInformations_copy__UefKF{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__UefKF:hover{opacity:.8}.DirectorInformations_preview__WTu5l img{border-radius:12px;width:100%}.DirectorInformations_btns__dO\+8B{display:flex;margin:0 -8px}.DirectorInformations_btns__dO\+8B .DirectorInformations_button__LYDLU{flex-grow:1;margin:0 8px}.DirectorInformations_card__hRrdS{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__NBKB\+ .DirectorInformations_field__W0ZRa{margin-bottom:12px}.DirectorInformations_editor__7siIu{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__SI-p9{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__qzN6r{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__qzN6r{display:block;margin:0}}.DirectorInformations_group__qzN6r .DirectorInformations_field__W0ZRa{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__qzN6r .DirectorInformations_field__W0ZRa{margin:20px 0 0;width:100%}}.DirectorInformations_field__W0ZRa{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__3Uq6W{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__y6mpC{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__y6mpC svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__ZZ7-7{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__ZZ7-7{background:#272b30}.DirectorInformations_copy__19DRS{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__19DRS:hover{opacity:.8}.DirectorInformations_preview__apZhF img{border-radius:12px;width:100%}.DirectorInformations_btns__ksgvi{display:flex;margin:0 -8px}.DirectorInformations_btns__ksgvi .DirectorInformations_button__ud1Mh{flex-grow:1;margin:0 8px}.ProspectList_head__f1P3y{margin-bottom:44px}@media only screen and (max-width:1023px){.ProspectList_head__f1P3y{margin-bottom:32px}}@media only screen and (max-width:767px){.ProspectList_head__f1P3y{flex-wrap:wrap;margin-bottom:24px}}.ProspectList_head__f1P3y .ProspectList_form__-WDNQ{margin-right:auto}@media only screen and (max-width:1023px){.ProspectList_head__f1P3y .ProspectList_form__-WDNQ{width:250px}}@media only screen and (max-width:767px){.ProspectList_head__f1P3y .ProspectList_form__-WDNQ{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.ProspectList_head__f1P3y.ProspectList_hidden__VE1u7{display:none}}.ProspectList_title__X955r{margin-right:24px}@media only screen and (max-width:767px){.ProspectList_title__X955r{margin:0 0 16px}}.ProspectList_nav__VuLqZ{display:flex}@media only screen and (max-width:767px){.ProspectList_nav__VuLqZ{width:100%}}.ProspectList_link__zMz4T{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.ProspectList_link__zMz4T{flex:1 1}}.ProspectList_link__zMz4T.ProspectList_active__vLH49,.ProspectList_link__zMz4T:hover{color:#1a1d1f}.dark-mode .ProspectList_link__zMz4T.ProspectList_active__vLH49,.dark-mode .ProspectList_link__zMz4T:hover{color:#fcfcfc}.ProspectList_link__zMz4T.ProspectList_active__vLH49{background:#efefef}.dark-mode .ProspectList_link__zMz4T.ProspectList_active__vLH49{background:#272b30}.ProspectList_link__zMz4T:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.ProspectList_link__zMz4T:not(:last-child){margin-right:0}}.ProspectList_filters__4NS63{margin-left:8px}@media only screen and (max-width:1023px){.ProspectList_filters__4NS63{display:none}}.ProspectList_sortContainer__bSWOp{align-items:center;display:flex;margin-left:8px}.ProspectList_sortDropdown__ug88K{min-width:200px}.ProspectList_details__40MJa{display:none}.ProspectList_row__tFFjv.ProspectList_flex__oMIq7{display:flex}.ProspectList_row__tFFjv.ProspectList_flex__oMIq7 .ProspectList_table__5CGTn{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.ProspectList_row__tFFjv.ProspectList_flex__oMIq7 .ProspectList_table__5CGTn{width:350px}}@media only screen and (max-width:1259px){.ProspectList_row__tFFjv.ProspectList_flex__oMIq7 .ProspectList_table__5CGTn{width:320px}}@media only screen and (max-width:1023px){.ProspectList_row__tFFjv.ProspectList_flex__oMIq7 .ProspectList_table__5CGTn{display:none}}.ProspectList_row__tFFjv.ProspectList_flex__oMIq7 .ProspectList_details__40MJa{display:block}.ProspectList_empty__Q8aUR{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .ProspectList_empty__Q8aUR{background:#272b30;color:#fcfcfc}.ProspectList_empty__Q8aUR p{margin:0}.ProspectList_empty__Q8aUR p,.ProspectList_loading__2hZYS{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.ProspectList_loading__2hZYS{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .ProspectList_loading__2hZYS{background:#272b30;color:#fcfcfc}.ProspectList_error__Tf\+\+X{background:rgba(255,106,85,.1);border-radius:12px;color:#ff6a55;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:16px;padding:20px;text-align:center}.dark-mode .ProspectList_error__Tf\+\+X{background:rgba(255,106,85,.2)}.ProspectList_foot__nQoeH{align-items:center;display:flex;justify-content:center;margin-top:24px}.ProspectList_arrow__BRIMN{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .ProspectList_arrow__BRIMN{border-color:transparent}.ProspectList_arrow__BRIMN svg{fill:#6f767e;transition:fill .2s}.ProspectList_arrow__BRIMN:hover{border-color:#efefef}.ProspectList_arrow__BRIMN:hover svg{fill:#1a1d1f}.dark-mode .ProspectList_arrow__BRIMN:hover{border-color:#272b30}.dark-mode .ProspectList_arrow__BRIMN:hover svg{fill:#fcfcfc}.ProspectList_arrow__BRIMN:not(:last-child){margin-right:8px}.ProspectList_arrow__BRIMN:disabled{cursor:not-allowed;opacity:.5}.ProspectList_arrow__BRIMN:disabled:hover{border-color:#efefef}.ProspectList_arrow__BRIMN:disabled:hover svg{fill:#6f767e}.dark-mode .ProspectList_arrow__BRIMN:disabled:hover{border-color:transparent}.dark-mode .ProspectList_arrow__BRIMN:disabled:hover svg{fill:#6f767e}.ProspectList_pagination__q\+34k{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.Table_wrapper__SLJoL{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__SLJoL{margin:0}}.Table_table__oLckj{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__oLckj{display:block}}.Table_row__tlCG7{display:table-row}@media only screen and (max-width:1023px){.Table_row__tlCG7{display:none}}.Table_row__tlCG7.Table_active__vs3em .Table_col__v9CZY:not(:first-child):not(:nth-child(2)){display:none}.Table_row__tlCG7.Table_active__vs3em .Table_col__v9CZY:nth-child(2):after{right:12px}.Table_col__v9CZY{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__v9CZY:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__v9CZY:after{background:#272b30}.Table_col__v9CZY:first-child{font-size:0;width:56px}.Table_col__v9CZY:first-child:after{left:12px}.Table_col__v9CZY:last-child:after{right:12px}.Table_foot__kQ35i{margin-top:20px;text-align:center}.Table_foot__kQ35i .Table_button__KWfMs .Table_loader__Bxb5o{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__uSdHR{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__2MVPV{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__2MVPV:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__2MVPV{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__o\+f5Q,.dark-mode .Table_pageButton__2MVPV:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__o\+f5Q{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__o\+f5Q{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__5JYHR{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__5JYHR{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__YY8zC{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__YY8zC{color:#6f767e}.Row_row__9J2Up{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__9J2Up{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__9J2Up{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__9J2Up:hover{background:#f4f4f4}.dark-mode .Row_row__9J2Up:hover{background:#272b30}.Row_row__9J2Up:hover .Row_price__gNfO2{background:#fcfcfc}.dark-mode .Row_row__9J2Up:hover .Row_price__gNfO2{background:#111315}}.Row_row__9J2Up:last-child .Row_col__wZ6rn:after{display:none}.Row_row__9J2Up.Row_active__b6pm3:hover{background:none}.Row_row__9J2Up.Row_active__b6pm3 .Row_col__wZ6rn:not(:first-child):not(:nth-child(2)){display:none}.Row_row__9J2Up.Row_active__b6pm3 .Row_col__wZ6rn:nth-child(2):after{right:12px}.Row_row__9J2Up.Row_active__b6pm3.Row_selected__wm3SK{background:#efefef}.dark-mode .Row_row__9J2Up.Row_active__b6pm3.Row_selected__wm3SK{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__9J2Up.Row_active__b6pm3.Row_selected__wm3SK .Row_col__wZ6rn:first-child{border-radius:12px 0 0 12px}.Row_row__9J2Up.Row_active__b6pm3.Row_selected__wm3SK .Row_col__wZ6rn:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__9J2Up.Row_active__b6pm3.Row_selected__wm3SK .Row_col__wZ6rn:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__wZ6rn{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__wZ6rn{display:block;padding:0}}.dark-mode .Row_col__wZ6rn{color:#fcfcfc}.Row_col__wZ6rn:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__wZ6rn:after{display:none}}.dark-mode .Row_col__wZ6rn:after{background:#272b30}.Row_col__wZ6rn:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__wZ6rn:first-child{display:none}}.Row_col__wZ6rn:first-child:after{left:12px}.Row_col__wZ6rn:last-child{border-radius:0 8px 8px 0}.Row_col__wZ6rn:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__wZ6rn:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__wZ6rn:nth-child(3),.Row_col__wZ6rn:nth-child(4),.Row_col__wZ6rn:nth-child(6),.Row_col__wZ6rn:nth-child(7){display:none}}.Row_item__G8g8r{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__G8g8r:hover{color:#2a85ff}.Row_item__G8g8r .Row_email__KJeBt{display:none}@media only screen and (max-width:1023px){.Row_item__G8g8r .Row_email__KJeBt{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__iGgJ3{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__iGgJ3 img{height:100%;object-fit:cover;width:100%}.Row_user__Bx9nl{margin-bottom:4px;max-width:160px}.Row_login__FOigP{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__FOigP{display:none}}.dark-mode .Row_login__FOigP{color:#9a9fa5}.Row_email__KJeBt,.Row_phone__IK9H\+{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__wZ6rn>.Row_email__KJeBt{display:none}}.Row_lifetime__SS3B1{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__SS3B1{align-items:flex-end;flex-direction:column}}.Row_price__gNfO2{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__gNfO2{background:#272b30}.Row_balance__iOQ2W{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__iOQ2W{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__UQ4Fy{display:none}}.Panel_info__yRqb0{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__yRqb0 svg{fill:#6f767e;margin-right:12px}.Panel_info__yRqb0 span{color:#1a1d1f}.dark-mode .Panel_info__yRqb0 span{color:#fcfcfc}.Panel_btns__U1Kqg{align-items:center;display:flex}.Panel_button__vhz\+k:not(:last-child){margin-right:8px}.Settings_form__ZfNvQ{margin-bottom:24px;width:100%}.Settings_item__FfMsF:not(:last-child){margin-bottom:24px}.Settings_label__3Y3W5{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__Aakau:not(:last-child){margin-bottom:12px}.Settings_box__dXOTb{position:relative}.Settings_box__dXOTb .Settings_dropdownHead__Ca\+I-{padding-left:48px}.Settings_box__dXOTb svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__9-mDB{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__9-mDB .Settings_button__-j6yA:not(:last-child){margin-right:12px}.ProspectDetail_button__KV-Xb{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.ProspectDetail_button__KV-Xb{display:none}}.ProspectDetail_background__WhIty{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.ProspectDetail_background__WhIty{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.ProspectDetail_background__WhIty{height:320px}}@media only screen and (max-width:767px){.ProspectDetail_background__WhIty{height:252px;margin:-24px -16px 0}}.ProspectDetail_background__WhIty img{height:100%;object-fit:cover;width:100%}.ProspectDetail_card__3VWrH{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.ProspectDetail_card__3VWrH{margin-top:-188px}}.ProspectDetail_control__HZkjM{align-items:center;display:flex;margin-bottom:20px;position:relative}@media only screen and (max-width:767px){.ProspectDetail_control__HZkjM{align-items:stretch;flex-direction:column}}.ProspectDetail_control__HZkjM .ProspectDetail_actionContainer__mfrtr{position:absolute;right:0;top:0}@media only screen and (max-width:767px){.ProspectDetail_control__HZkjM .ProspectDetail_actionContainer__mfrtr{margin-top:10px;position:relative;width:100%}}.ProspectDetail_nav__0s\+a1{display:flex}@media only screen and (max-width:767px){.ProspectDetail_desktopNav__xf85A{display:none}}.ProspectDetail_mobileNav__mM8Rh{display:none}@media only screen and (max-width:767px){.ProspectDetail_mobileNav__mM8Rh{display:flex;flex-direction:column;width:100%}}@media only screen and (max-width:1259px){.ProspectDetail_dropdown__MrAdN{width:160px}}@media only screen and (max-width:767px){.ProspectDetail_dropdown__MrAdN{margin-bottom:10px;width:100%}}.ProspectDetail_dropdownBox__8DGcD{align-items:center;display:flex}@media only screen and (max-width:767px){.ProspectDetail_dropdownBox__8DGcD{margin-bottom:10px;width:100%}}.ProspectDetail_link__V\+BQk{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.ProspectDetail_link__V\+BQk{flex-grow:1}}.ProspectDetail_link__V\+BQk.ProspectDetail_active__pQH8s,.ProspectDetail_link__V\+BQk:hover{color:#1a1d1f}.dark-mode .ProspectDetail_link__V\+BQk.ProspectDetail_active__pQH8s,.dark-mode .ProspectDetail_link__V\+BQk:hover{color:#fcfcfc}.ProspectDetail_link__V\+BQk.ProspectDetail_active__pQH8s{background:#efefef}.dark-mode .ProspectDetail_link__V\+BQk.ProspectDetail_active__pQH8s{background:#272b30}.ProspectDetail_link__V\+BQk:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.ProspectDetail_link__V\+BQk:not(:last-child){margin-right:0}.ProspectDetail_buttonStroke__PaGKX{flex-grow:1}}.ProspectDetail_filters__1ly9f{margin-left:16px}@media only screen and (max-width:767px){.ProspectDetail_filters__1ly9f{margin-left:12px}}.ProspectDetail_foot__5RYhB{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.ProspectDetail_foot__5RYhB{margin-top:32px}}@media only screen and (max-width:767px){.ProspectDetail_foot__5RYhB{margin-top:24px}}.ProspectDetail_profile__uQkjN{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.ProspectDetail_profile__uQkjN{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.ProspectDetail_profile__uQkjN{display:block}}@media only screen and (max-width:767px){.ProspectDetail_profile__uQkjN{margin-bottom:32px;padding-bottom:32px}}.dark-mode .ProspectDetail_profile__uQkjN{border-color:#272b30}.ProspectDetail_statusContainer__214vK{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.ProspectDetail_statusContainer__214vK{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.ProspectDetail_statusContainer__214vK{flex-direction:column;gap:16px}}.ProspectDetail_statusGroup__tu-kf{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.ProspectDetail_statusLabel__hWQ3C{color:#6f767e;font-size:14px;font-weight:500}.ProspectDetail_statusBadge__l9-Gp{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.ProspectDetail_details__bUfOV{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.ProspectDetail_details__bUfOV{margin-bottom:16px}}@media only screen and (max-width:767px){.ProspectDetail_details__bUfOV{margin-bottom:12px}}.ProspectDetail_avatar__GI12c{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.ProspectDetail_avatar__GI12c img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProspectDetail_add__\+ZpJY{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.ProspectDetail_add__\+ZpJY svg{fill:#fff}.ProspectDetail_add__\+ZpJY:hover{background:#1176ff}.ProspectDetail_info__Ihu1S{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.ProspectDetail_info__Ihu1S{font-size:18px;font-size:15px;margin-top:4px}}.ProspectDetail_actionMenuButton__gfgQg{align-items:center;border:none;border-radius:8px;color:#1a1d1f;cursor:pointer;display:inline-flex;font-weight:13px;height:48px;justify-content:center;min-width:150px;padding:12px 24px;transition:background-color .2s,box-shadow .2s,color .2s,-webkit-transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s}@media only screen and (max-width:767px){.ProspectDetail_actionMenuButton__gfgQg{min-width:100%;width:100%}}.ProspectDetail_actionMenuButton__gfgQg svg{fill:#1a1d1f;margin-left:8px;transition:fill .2s ease,-webkit-transform .2s ease;transition:fill .2s ease,transform .2s ease;transition:fill .2s ease,transform .2s ease,-webkit-transform .2s ease}.ProspectDetail_actionMenuButton__gfgQg.ProspectDetail_is-open__MKeET{background-color:#d0d0d0;color:#1a1d1f}.ProspectDetail_actionMenuButton__gfgQg.ProspectDetail_is-open__MKeET svg{fill:#1a1d1f;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-mode .ProspectDetail_actionMenuButton__gfgQg{color:#fff}.dark-mode .ProspectDetail_actionMenuButton__gfgQg svg{fill:#fff}.dark-mode .ProspectDetail_actionMenuButton__gfgQg.ProspectDetail_is-open__MKeET{color:#fff}.dark-mode .ProspectDetail_actionMenuButton__gfgQg.ProspectDetail_is-open__MKeET svg{fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ProspectDetail_outlineButton__zcvHc{align-items:center;background-color:#fff;border:1px solid #000;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;min-width:160px;padding:10px 20px;text-align:center;transition:background-color .2s,color .2s}.ProspectDetail_outlineButton__zcvHc:hover{background-color:#000;color:#fff}.dark-mode .ProspectDetail_outlineButton__zcvHc{background-color:#000;border-color:#fff;color:#fff}.dark-mode .ProspectDetail_outlineButton__zcvHc:hover{background-color:#fff;color:#000}.NameAndDescription_container__J5e-k{margin:0 auto;max-width:100%;padding:0}.NameAndDescription_formContainer__0C8F2{margin-top:16px}.NameAndDescription_error__ctKPE{background-color:rgba(42,133,255,.1);border-radius:8px;color:#2a85ff;margin-bottom:16px;padding:12px}.NameAndDescription_divider__aaF0R{background-color:#efefef;height:1px;margin:24px 0;width:100%}.NameAndDescription_actions__i\+iHx{display:flex;justify-content:flex-end;margin-top:24px;padding:16px 0}.NameAndDescription_submitButton__rEQN8{min-width:200px}.StudentInformations_card__zcQtX{margin:-64px auto 20px;max-width:1200px;padding:24px}.StudentInformations_description__hkbpM .StudentInformations_field__QXoBN{margin-bottom:12px}.StudentInformations_editor__vYAP1{margin-bottom:24px;margin-top:24px}.StudentInformations_divider__lpEqw{background:#e6e6e6;height:1px;margin:24px 0}.StudentInformations_group__vnl01{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudentInformations_group__vnl01{display:block;margin:0}}.StudentInformations_group__vnl01 .StudentInformations_field__QXoBN{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudentInformations_group__vnl01 .StudentInformations_field__QXoBN{margin:20px 0 0;width:100%}}.StudentInformations_field__QXoBN{margin-bottom:24px;position:relative}.StudentInformations_fieldLabel__fK530{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentInformations_fieldInput__IJpnp{align-items:center;display:flex;position:relative}.StudentInformations_fieldInput__IJpnp svg{fill:#6f767e;left:12px;position:absolute}.StudentInformations_input__FJgs0{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentInformations_input__FJgs0{background:#272b30}.StudentInformations_copy__3Xezz{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentInformations_copy__3Xezz:hover{opacity:.8}.StudentInformations_preview__TaNK\+ img{border-radius:12px;width:100%}.StudentInformations_btns__foz9F{display:flex;margin:0 -8px}.StudentInformations_btns__foz9F .StudentInformations_button__a2X-4{flex-grow:1;margin:0 8px}.StudyInformations_card__n\+Z3l{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudyInformations_description__5vCyZ .StudyInformations_field__1NGJ3{margin-bottom:12px}.StudyInformations_editor__u3HfU{margin-bottom:24px;margin-top:24px}.StudyInformations_divider__\+MsI5{background:#e6e6e6;height:1px;margin:24px 0}.StudyInformations_group__RwM8h{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudyInformations_group__RwM8h{display:block;margin:0}}.StudyInformations_group__RwM8h .StudyInformations_field__1NGJ3{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudyInformations_group__RwM8h .StudyInformations_field__1NGJ3{margin:20px 0 0;width:100%}}.StudyInformations_field__1NGJ3{margin-bottom:24px;position:relative}.StudyInformations_fieldLabel__rQdWc{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudyInformations_fieldInput__pFF6u{align-items:center;display:flex;position:relative}.StudyInformations_fieldInput__pFF6u svg{fill:#6f767e;left:12px;position:absolute}.StudyInformations_input__uXw22{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudyInformations_input__uXw22{background:#272b30}.StudyInformations_copy__l8sFY{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudyInformations_copy__l8sFY:hover{opacity:.8}.StudyInformations_preview__0z6hr img{border-radius:12px;width:100%}.StudyInformations_btns__h1HvW{display:flex;margin:0 -8px}.StudyInformations_btns__h1HvW .StudyInformations_button__mPYqY{flex-grow:1;margin:0 8px}.StudyInformations_line__GFY8i{display:flex;padding-bottom:16px}.StudyInformations_line__GFY8i:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.StudyInformations_line__GFY8i:not(:last-child){margin-bottom:24px}}.dark-mode .StudyInformations_line__GFY8i:not(:last-child){border-color:#272b30}.StudyInformations_title__To13U{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .StudyInformations_title__To13U{color:#efefef}.StudyInformations_switch__I7w6G{margin-left:auto}.ContactInformations_card__jbnBW{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__DLV3a .ContactInformations_field__NFPjC{margin-bottom:12px}.ContactInformations_editor__XxN2p{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__9\+5Ht{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__-VzW0{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__-VzW0{display:block;margin:0}}.ContactInformations_group__-VzW0 .ContactInformations_field__NFPjC{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__-VzW0 .ContactInformations_field__NFPjC{margin:20px 0 0;width:100%}}.ContactInformations_field__NFPjC{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__Rseyz{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__JzN6C{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__JzN6C svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__izoWH{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__izoWH{background:#272b30}.ContactInformations_copy__Zhmsa{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__Zhmsa:hover{opacity:.8}.ContactInformations_preview__cOv6v img{border-radius:12px;width:100%}.ContactInformations_btns__ZKV9i{display:flex;margin:0 -8px}.ContactInformations_btns__ZKV9i .ContactInformations_button__qwcJe{flex-grow:1;margin:0 8px}.MemosAndNotes_card__ZXpkr{margin:-64px auto 80px;max-width:1200px}.MemosAndNotes_description__0aDcj>.MemosAndNotes_field__8wB\+G:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_description__0aDcj>.MemosAndNotes_field__8wB\+G:not(:last-child){margin-bottom:24px}}.MemosAndNotes_editor__QSb1V:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_editor__QSb1V:not(:last-child){margin-bottom:24px}}.MemosAndNotes_group__ct97E{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px 12px}@media only screen and (max-width:767px){.MemosAndNotes_group__ct97E{display:block;margin:0}}.MemosAndNotes_group__ct97E .MemosAndNotes_field__8wB\+G{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.MemosAndNotes_group__ct97E .MemosAndNotes_field__8wB\+G{margin:12px 0 0;width:100%}}.MemosAndNotes_memosList__Na\+vs{background:#f8f8f8;border-radius:12px;margin:24px 0;padding:20px}.MemosAndNotes_memosTitle__NoReb{color:#333;font-size:18px;font-weight:600;margin-bottom:20px}.MemosAndNotes_memoItem__lu6HL{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:12px;padding:16px}.MemosAndNotes_memoHeader__gkiNi{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}@media only screen and (max-width:767px){.MemosAndNotes_memoHeader__gkiNi{align-items:flex-start;flex-direction:column;gap:4px}}.MemosAndNotes_memoAuthor__VJ-Jp,.MemosAndNotes_memoDate__BgayV{color:#666;font-size:14px}.MemosAndNotes_memoTitle__2oiUd{color:#333;font-weight:500;margin-bottom:4px}.MemosAndNotes_memoContent__zUHq\+{color:#555;font-size:14px;line-height:1.4}.MemosAndNotes_memoContent__zUHq\+ p{margin:0 0 8px}.MemosAndNotes_memoContent__zUHq\+ p:last-child{margin-bottom:0}.MemosAndNotes_empty__V4VGc,.MemosAndNotes_loading__8DtMY{color:#666;padding:20px;text-align:center}.DocumentsAndFiles_card__L8EUh{margin:-64px auto 80px;max-width:1200px}.DocumentsAndFiles_products__E46CQ{display:flex;flex-wrap:wrap;margin:-32px -12px 0}@media only screen and (max-width:639px){.DocumentsAndFiles_products__E46CQ{display:block;margin:0}}.DocumentsAndFiles_product__y179H{flex-basis:calc(33.333% - 24px);flex-grow:0;flex-shrink:0;margin:32px 12px 0;width:calc(33.333% - 24px)}@media only screen and (max-width:1023px){.DocumentsAndFiles_product__y179H{flex-basis:calc(50% - 24px);flex-grow:0;flex-shrink:0;width:calc(50% - 24px)}}@media only screen and (max-width:639px){.DocumentsAndFiles_product__y179H{margin:24px 0 0;width:100%}}.DocumentsAndFiles_product__y179H.DocumentsAndFiles_active__m1\+93 .DocumentsAndFiles_checkbox__VcKDd,.DocumentsAndFiles_product__y179H:hover .DocumentsAndFiles_checkbox__VcKDd,.DocumentsAndFiles_product__y179H:hover .DocumentsAndFiles_control__fNtEs,.DocumentsAndFiles_product__y179H:hover .DocumentsAndFiles_preview__dvZln:after{opacity:1;visibility:visible}.DocumentsAndFiles_product__y179H.DocumentsAndFiles_active__m1\+93 .DocumentsAndFiles_preview__dvZln:before{border-color:#2a85ff}.DocumentsAndFiles_checkbox__VcKDd,.DocumentsAndFiles_control__fNtEs,.DocumentsAndFiles_preview__dvZln:after{opacity:0;transition:all .2s;visibility:hidden}.DocumentsAndFiles_preview__dvZln{border-radius:12px;height:200px;margin-bottom:16px;overflow:hidden;position:relative}.DocumentsAndFiles_preview__dvZln:after,.DocumentsAndFiles_preview__dvZln:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.DocumentsAndFiles_preview__dvZln:after{background:rgba(17,19,21,.8)}.DocumentsAndFiles_preview__dvZln:before{border:2px solid transparent;border-radius:12px;pointer-events:none;z-index:2}.DocumentsAndFiles_preview__dvZln img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.DocumentsAndFiles_imagePreview__A0zKY{height:100%;position:relative;width:100%}.DocumentsAndFiles_imagePreview__A0zKY img{background-color:#f5f5f5;object-fit:contain}.DocumentsAndFiles_pdfPreview__k3qEd{height:100%;position:relative;width:100%}.DocumentsAndFiles_pdfPreview__k3qEd object{background-color:#f5f5f5;height:100%;left:0;position:absolute;top:0;width:100%}.DocumentsAndFiles_pdfPreview__k3qEd img{height:50px;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.DocumentsAndFiles_pdfPreview__k3qEd .DocumentsAndFiles_checkbox__VcKDd{left:12px;position:absolute;top:12px;z-index:3}@media only screen and (max-width:1023px){.DocumentsAndFiles_pdfPreview__k3qEd .DocumentsAndFiles_checkbox__VcKDd{display:none}}.DocumentsAndFiles_pdfPreview__k3qEd .DocumentsAndFiles_checkbox__VcKDd .DocumentsAndFiles_checkboxTick__QmkH7{border-color:#2a85ff}.DocumentsAndFiles_control__fNtEs{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.DocumentsAndFiles_line__4ixUf{align-items:flex-start;display:flex}.DocumentsAndFiles_title__L4Tqh{margin-right:auto}.DocumentsAndFiles_price__boNMu{background:#b5e4ca}.dark-mode .DocumentsAndFiles_price__boNMu{color:#1a1d1f}.DocumentsAndFiles_date__EPamv{align-items:center;color:#6f767e;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:767px){.DocumentsAndFiles_date__EPamv{margin-top:2px}}.DocumentsAndFiles_date__EPamv svg{fill:#6f767e;margin-right:8px}.DocumentsAndFiles_dateStatusLine__4f\+Mo{align-items:center;display:flex;justify-content:space-between;margin-top:8px;width:100%}.DocumentsAndFiles_rating__mQPP-{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.DocumentsAndFiles_rating__mQPP-{margin-top:4px}}.DocumentsAndFiles_rating__mQPP- svg{fill:#ffc554;margin-right:8px}.DocumentsAndFiles_rating__mQPP- span{color:#6f767e;margin-left:4px}.DocumentsAndFiles_ratingEmpty__8voYk{color:#6f767e}.DocumentsAndFiles_ratingEmpty__8voYk svg{fill:#6f767e}.DocumentsAndFiles_indicator__I7XYb{align-items:center;border-radius:8px;color:#6f767e;display:inline-flex;margin-bottom:12px;padding:4px}.dark-mode .DocumentsAndFiles_indicator__I7XYb{background-color:#000;border-color:#fff;color:#fff}.dark-mode .DocumentsAndFiles_indicator__I7XYb:hover{background-color:#fff;color:#000}.DocumentsAndFiles_actionMenuButton__uIS\+F{align-items:center;border:none;border-radius:8px;color:#1a1d1f;cursor:pointer;display:inline-flex;font-weight:13px;height:48px;justify-content:center;min-width:150px;padding:12px 24px;transition:background-color .2s,box-shadow .2s,color .2s,-webkit-transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s}.DocumentsAndFiles_actionMenuButton__uIS\+F svg{fill:#1a1d1f;margin-left:8px;transition:fill .2s ease,-webkit-transform .2s ease;transition:fill .2s ease,transform .2s ease;transition:fill .2s ease,transform .2s ease,-webkit-transform .2s ease}.DocumentsAndFiles_actionMenuButton__uIS\+F.DocumentsAndFiles_is-open__nDvIg{background-color:#d0d0d0;color:#1a1d1f}.DocumentsAndFiles_actionMenuButton__uIS\+F.DocumentsAndFiles_is-open__nDvIg svg{fill:#1a1d1f;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-mode .DocumentsAndFiles_actionMenuButton__uIS\+F{color:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__uIS\+F svg{fill:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__uIS\+F.DocumentsAndFiles_is-open__nDvIg{color:#fff}.dark-mode .DocumentsAndFiles_actionMenuButton__uIS\+F.DocumentsAndFiles_is-open__nDvIg svg{fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DocumentsAndFiles_outlineButton__y3vj2{align-items:center;background-color:#fff;border:1px solid #000;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;min-width:160px;padding:10px 20px;text-align:center;transition:background-color .2s,color .2s}.DocumentsAndFiles_outlineButton__y3vj2:hover{background-color:#000;color:#fff}.dark-mode .DocumentsAndFiles_outlineButton__y3vj2{background-color:#000;border-color:#fff;color:#fff}.dark-mode .DocumentsAndFiles_outlineButton__y3vj2:hover{background-color:#fff;color:#000}.DocumentsAndFiles_empty__-S0ce{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .DocumentsAndFiles_empty__-S0ce{background:#272b30;color:#fcfcfc}.Control_button__Cmlhp,.Control_control__53ixS{align-items:center;display:flex}.Control_button__Cmlhp{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.Control_button__Cmlhp svg{fill:#6f767e;transition:fill .2s}.Control_button__Cmlhp:hover svg{fill:#2a85ff}.Control_button__Cmlhp:not(:last-child){margin-right:16px}.ProspectCreate_button__fv\+AW{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.ProspectCreate_button__fv\+AW{display:none}}.ProspectCreate_background__ThOUE{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.ProspectCreate_background__ThOUE{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.ProspectCreate_background__ThOUE{height:320px}}@media only screen and (max-width:767px){.ProspectCreate_background__ThOUE{height:252px;margin:-24px -16px 0}}.ProspectCreate_background__ThOUE img{height:100%;object-fit:cover;width:100%}.ProspectCreate_card__XcXCs{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.ProspectCreate_card__XcXCs{margin-top:-188px}}.ProspectCreate_control__e7cwy{align-items:center;display:flex;margin-bottom:20px}.ProspectCreate_nav__8jK2o{display:flex;margin-right:auto}@media only screen and (max-width:767px){.ProspectCreate_desktopNav__zQbn0{display:none}}.ProspectCreate_mobileNav__8eeVj{display:none;width:100%}@media only screen and (max-width:767px){.ProspectCreate_mobileNav__8eeVj{display:block}}.ProspectCreate_dropdown__2FwSH{width:100%}.ProspectCreate_dropdown__2FwSH .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .ProspectCreate_dropdown__2FwSH .dropdown__head{background:#272b30}.ProspectCreate_link__J91XB{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.ProspectCreate_link__J91XB{flex-grow:1}}.ProspectCreate_link__J91XB.ProspectCreate_active__lfJn9,.ProspectCreate_link__J91XB:hover{color:#1a1d1f}.dark-mode .ProspectCreate_link__J91XB.ProspectCreate_active__lfJn9,.dark-mode .ProspectCreate_link__J91XB:hover{color:#fcfcfc}.ProspectCreate_link__J91XB.ProspectCreate_active__lfJn9{background:#efefef}.dark-mode .ProspectCreate_link__J91XB.ProspectCreate_active__lfJn9{background:#272b30}.ProspectCreate_link__J91XB:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.ProspectCreate_link__J91XB:not(:last-child){margin-right:0}.ProspectCreate_dropdownBox__cMxbx{flex-grow:1}}.ProspectCreate_filters__BY\+Bg{margin-left:16px}@media only screen and (max-width:767px){.ProspectCreate_filters__BY\+Bg{margin-left:12px}}.ProspectCreate_foot__y51fU{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.ProspectCreate_foot__y51fU{margin-top:32px}}@media only screen and (max-width:767px){.ProspectCreate_foot__y51fU{margin-top:24px}}.ProspectCreate_profile__hRsj9{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.ProspectCreate_profile__hRsj9{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.ProspectCreate_profile__hRsj9{display:block}}@media only screen and (max-width:767px){.ProspectCreate_profile__hRsj9{margin-bottom:32px;padding-bottom:32px}}.dark-mode .ProspectCreate_profile__hRsj9{border-color:#272b30}.ProspectCreate_statusContainer__llVgS{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.ProspectCreate_statusContainer__llVgS{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.ProspectCreate_statusContainer__llVgS{flex-direction:column;gap:16px}}.ProspectCreate_statusGroup__3nva\+{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.ProspectCreate_statusLabel__AzvKO{color:#6f767e;font-size:14px;font-weight:500}.ProspectCreate_statusBadge__VNLWH{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.ProspectCreate_details__KPLLp{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.ProspectCreate_details__KPLLp{margin-bottom:16px}}@media only screen and (max-width:767px){.ProspectCreate_details__KPLLp{margin-bottom:12px}}.ProspectCreate_avatar__nx5zQ{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.ProspectCreate_avatar__nx5zQ img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProspectCreate_add__vQwYD{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.ProspectCreate_add__vQwYD svg{fill:#fff}.ProspectCreate_add__vQwYD:hover{background:#1176ff}.ProspectCreate_info__LpXd6{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.ProspectCreate_info__LpXd6{font-size:18px;font-size:15px;margin-top:4px}}.StudentInformations_card__oCmVS{margin:-64px auto 20px;max-width:1200px;padding:24px}.StudentInformations_description__TlmgS .StudentInformations_field__nfYsk{margin-bottom:12px}.StudentInformations_editor__RR0v2{margin-bottom:24px;margin-top:24px}.StudentInformations_divider__7n5Ia{background:#e6e6e6;height:1px;margin:24px 0}.StudentInformations_group__xJgPj{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudentInformations_group__xJgPj{display:block;margin:0}}.StudentInformations_group__xJgPj .StudentInformations_field__nfYsk{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudentInformations_group__xJgPj .StudentInformations_field__nfYsk{margin:20px 0 0;width:100%}}.StudentInformations_field__nfYsk{margin-bottom:24px;position:relative}.StudentInformations_fieldLabel__0wZyV{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentInformations_fieldInput__Yd4TR{align-items:center;display:flex;position:relative}.StudentInformations_fieldInput__Yd4TR svg{fill:#6f767e;left:12px;position:absolute}.StudentInformations_input__P9acX{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentInformations_input__P9acX{background:#272b30}.StudentInformations_copy__heo89{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentInformations_copy__heo89:hover{opacity:.8}.StudentInformations_preview__I\+K-Q img{border-radius:12px;width:100%}.StudentInformations_btns__1J5wS{display:flex;margin:0 -8px}.StudentInformations_btns__1J5wS .StudentInformations_button__JbnV4{flex-grow:1;margin:0 8px}.StudyInformations_card__jcUlt{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudyInformations_description__i1XEW .StudyInformations_field__TQLhm{margin-bottom:12px}.StudyInformations_editor__r0fQa{margin-bottom:24px;margin-top:24px}.StudyInformations_divider__VU4\+B{background:#e6e6e6;height:1px;margin:24px 0}.StudyInformations_group__gnD4L{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudyInformations_group__gnD4L{display:block;margin:0}}.StudyInformations_group__gnD4L .StudyInformations_field__TQLhm{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudyInformations_group__gnD4L .StudyInformations_field__TQLhm{margin:20px 0 0;width:100%}}.StudyInformations_field__TQLhm{margin-bottom:24px;position:relative}.StudyInformations_fieldLabel__0oMSS{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudyInformations_fieldInput__uZIo4{align-items:center;display:flex;position:relative}.StudyInformations_fieldInput__uZIo4 svg{fill:#6f767e;left:12px;position:absolute}.StudyInformations_input__UKmLl{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudyInformations_input__UKmLl{background:#272b30}.StudyInformations_copy__h5Tt2{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudyInformations_copy__h5Tt2:hover{opacity:.8}.StudyInformations_preview__I0Xne img{border-radius:12px;width:100%}.StudyInformations_btns__gOFPO{display:flex;margin:0 -8px}.StudyInformations_btns__gOFPO .StudyInformations_button__1GVpM{flex-grow:1;margin:0 8px}.StudyInformations_line__LZZAO{display:flex;padding-bottom:16px}.StudyInformations_line__LZZAO:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.StudyInformations_line__LZZAO:not(:last-child){margin-bottom:24px}}.dark-mode .StudyInformations_line__LZZAO:not(:last-child){border-color:#272b30}.StudyInformations_title__T5N\+E{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .StudyInformations_title__T5N\+E{color:#efefef}.StudyInformations_switch__4pzv9{margin-left:auto}.ContactInformations_card__jlC1\+{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__jFHno .ContactInformations_field__2U8qm{margin-bottom:12px}.ContactInformations_editor__USkI9{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__CLIny{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__YL9Wj{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__YL9Wj{display:block;margin:0}}.ContactInformations_group__YL9Wj .ContactInformations_field__2U8qm{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__YL9Wj .ContactInformations_field__2U8qm{margin:20px 0 0;width:100%}}.ContactInformations_field__2U8qm{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__GRYjP{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__JWcyf{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__JWcyf svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__cjZwv{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__cjZwv{background:#272b30}.ContactInformations_copy__Qiziu{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__Qiziu:hover{opacity:.8}.ContactInformations_preview__SyBjl img{border-radius:12px;width:100%}.ContactInformations_btns__YBgVD{display:flex;margin:0 -8px}.ContactInformations_btns__YBgVD .ContactInformations_button__MpIji{flex-grow:1;margin:0 8px}.CompanyList_foot__MXLzb{align-items:center;display:flex;justify-content:center;margin-top:24px}.CompanyList_arrow__DwaCl{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .CompanyList_arrow__DwaCl{border-color:transparent}.CompanyList_arrow__DwaCl svg{fill:#6f767e;transition:fill .2s}.CompanyList_arrow__DwaCl:hover{border-color:#efefef}.CompanyList_arrow__DwaCl:hover svg{fill:#1a1d1f}.dark-mode .CompanyList_arrow__DwaCl:hover{border-color:#272b30}.dark-mode .CompanyList_arrow__DwaCl:hover svg{fill:#fcfcfc}.CompanyList_arrow__DwaCl:not(:last-child){margin-right:8px}.CompanyList_arrow__DwaCl:disabled{cursor:not-allowed;opacity:.5}.CompanyList_arrow__DwaCl:disabled:hover{border-color:#efefef}.CompanyList_arrow__DwaCl:disabled:hover svg{fill:#6f767e}.dark-mode .CompanyList_arrow__DwaCl:disabled:hover{border-color:transparent}.dark-mode .CompanyList_arrow__DwaCl:disabled:hover svg{fill:#6f767e}.CompanyList_pagination__RxX3h{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.CompanyList_head__JsXLx{margin-bottom:44px}@media only screen and (max-width:1023px){.CompanyList_head__JsXLx{margin-bottom:32px}}@media only screen and (max-width:767px){.CompanyList_head__JsXLx{flex-wrap:wrap;margin-bottom:24px}}.CompanyList_head__JsXLx .CompanyList_form__v3AKa{margin-right:auto}@media only screen and (max-width:1023px){.CompanyList_head__JsXLx .CompanyList_form__v3AKa{width:250px}}@media only screen and (max-width:767px){.CompanyList_head__JsXLx .CompanyList_form__v3AKa{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.CompanyList_head__JsXLx.CompanyList_hidden__BhLVN{display:none}}.CompanyList_title__-KxVp{margin-right:24px}@media only screen and (max-width:767px){.CompanyList_title__-KxVp{margin:0 0 16px}}.CompanyList_nav__S\+KJN{display:flex}@media only screen and (max-width:767px){.CompanyList_nav__S\+KJN{width:100%}}.CompanyList_link__mFgQQ{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyList_link__mFgQQ{flex:1 1}}.CompanyList_link__mFgQQ.CompanyList_active__ed-xR,.CompanyList_link__mFgQQ:hover{color:#1a1d1f}.dark-mode .CompanyList_link__mFgQQ.CompanyList_active__ed-xR,.dark-mode .CompanyList_link__mFgQQ:hover{color:#fcfcfc}.CompanyList_link__mFgQQ.CompanyList_active__ed-xR{background:#efefef}.dark-mode .CompanyList_link__mFgQQ.CompanyList_active__ed-xR{background:#272b30}.CompanyList_link__mFgQQ:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyList_link__mFgQQ:not(:last-child){margin-right:0}}.CompanyList_filters__x2P5K{margin-left:8px}@media only screen and (max-width:1023px){.CompanyList_filters__x2P5K{display:none}}.CompanyList_details__8ysyM{display:none}.CompanyList_row__RlUDM.CompanyList_flex__O8fZT{display:flex}.CompanyList_row__RlUDM.CompanyList_flex__O8fZT .CompanyList_table__Jx1GO{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.CompanyList_row__RlUDM.CompanyList_flex__O8fZT .CompanyList_table__Jx1GO{width:350px}}@media only screen and (max-width:1259px){.CompanyList_row__RlUDM.CompanyList_flex__O8fZT .CompanyList_table__Jx1GO{width:320px}}@media only screen and (max-width:1023px){.CompanyList_row__RlUDM.CompanyList_flex__O8fZT .CompanyList_table__Jx1GO{display:none}}.CompanyList_row__RlUDM.CompanyList_flex__O8fZT .CompanyList_details__8ysyM{display:block}.CompanyList_empty__g6ViR{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .CompanyList_empty__g6ViR{background:#272b30;color:#fcfcfc}.CompanyList_empty__g6ViR p{margin:0}.CompanyList_empty__g6ViR p,.CompanyList_loading__duLMt{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.CompanyList_loading__duLMt{align-items:center;display:flex;justify-content:center;padding:40px 0}.Table_wrapper__Xr0Wh{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__Xr0Wh{margin:0}}.Table_table__B5hgo{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__B5hgo{display:block}}.Table_row__8rK7w{display:table-row}@media only screen and (max-width:1023px){.Table_row__8rK7w{display:none}}.Table_row__8rK7w.Table_active__w5MFh .Table_col__1TFm7:not(:first-child):not(:nth-child(2)){display:none}.Table_row__8rK7w.Table_active__w5MFh .Table_col__1TFm7:nth-child(2):after{right:12px}.Table_col__1TFm7{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__1TFm7:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__1TFm7:after{background:#272b30}.Table_col__1TFm7:first-child{font-size:0;width:56px}.Table_col__1TFm7:first-child:after{left:12px}.Table_col__1TFm7:last-child:after{right:12px}.Table_foot__PmPzW{margin-top:20px;text-align:center}.Table_foot__PmPzW .Table_button__gEV-l .Table_loader__MxjFj{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__W8lHZ{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__Q-5ZQ{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__Q-5ZQ:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__Q-5ZQ{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__3O0PQ,.dark-mode .Table_pageButton__Q-5ZQ:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__3O0PQ{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__3O0PQ{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__UT38Q{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__UT38Q{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__PP9YX{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__PP9YX{color:#6f767e}.Table_empty__9HDOm{background:#efefef}.dark-mode .Table_empty__9HDOm{background:#272b30;color:#fcfcfc}.Row_row__-o9NZ{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__-o9NZ{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__-o9NZ{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__-o9NZ:hover{background:#f4f4f4}.dark-mode .Row_row__-o9NZ:hover{background:#272b30}.Row_row__-o9NZ:hover .Row_price__4M6QE{background:#fcfcfc}.dark-mode .Row_row__-o9NZ:hover .Row_price__4M6QE{background:#111315}}.Row_row__-o9NZ:last-child .Row_col__kcrdz:after{display:none}.Row_row__-o9NZ.Row_active__JGAkb:hover{background:none}.Row_row__-o9NZ.Row_active__JGAkb .Row_col__kcrdz:not(:first-child):not(:nth-child(2)){display:none}.Row_row__-o9NZ.Row_active__JGAkb .Row_col__kcrdz:nth-child(2):after{right:12px}.Row_row__-o9NZ.Row_active__JGAkb.Row_selected__s1VF0{background:#efefef}.dark-mode .Row_row__-o9NZ.Row_active__JGAkb.Row_selected__s1VF0{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__-o9NZ.Row_active__JGAkb.Row_selected__s1VF0 .Row_col__kcrdz:first-child{border-radius:12px 0 0 12px}.Row_row__-o9NZ.Row_active__JGAkb.Row_selected__s1VF0 .Row_col__kcrdz:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__-o9NZ.Row_active__JGAkb.Row_selected__s1VF0 .Row_col__kcrdz:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__kcrdz{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__kcrdz{display:block;padding:0}}.dark-mode .Row_col__kcrdz{color:#fcfcfc}.Row_col__kcrdz:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__kcrdz:after{display:none}}.dark-mode .Row_col__kcrdz:after{background:#272b30}.Row_col__kcrdz:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__kcrdz:first-child{display:none}}.Row_col__kcrdz:first-child:after{left:12px}.Row_col__kcrdz:last-child{border-radius:0 8px 8px 0}.Row_col__kcrdz:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__kcrdz:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__kcrdz:nth-child(3),.Row_col__kcrdz:nth-child(4),.Row_col__kcrdz:nth-child(6),.Row_col__kcrdz:nth-child(7){display:none}}.Row_item__Os5Fc{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__Os5Fc:hover{color:#2a85ff}.Row_item__Os5Fc .Row_email__9JZ3e{display:none}@media only screen and (max-width:1023px){.Row_item__Os5Fc .Row_email__9JZ3e{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__qSkWz{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__qSkWz img{height:100%;object-fit:cover;width:100%}.Row_user__7mgWm{margin-bottom:4px;max-width:160px}.Row_login__vwG0F{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__vwG0F{display:none}}.dark-mode .Row_login__vwG0F{color:#9a9fa5}.Row_email__9JZ3e{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__kcrdz>.Row_email__9JZ3e{display:none}}.Row_lifetime__35QaO{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__35QaO{align-items:flex-end;flex-direction:column}}.Row_price__4M6QE{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__4M6QE{background:#272b30}.Row_balance__t3CEQ{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__t3CEQ{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__n1jFU{display:none}}.Panel_info__mpWpv{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__mpWpv svg{fill:#6f767e;margin-right:12px}.Panel_info__mpWpv span{color:#1a1d1f}.dark-mode .Panel_info__mpWpv span{color:#fcfcfc}.Panel_btns__ZX-id{align-items:center;display:flex}.Panel_button__jqv2U:not(:last-child){margin-right:8px}.Settings_form__0jih\+{margin-bottom:24px;width:100%}.Settings_item__mW7TE:not(:last-child){margin-bottom:24px}.Settings_label__Mkf7X{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__XykfY:not(:last-child){margin-bottom:12px}.Settings_box__ohUMv{position:relative}.Settings_box__ohUMv .Settings_dropdownHead__7bOyw{padding-left:48px}.Settings_box__ohUMv svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__Hboxb{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__Hboxb .Settings_button__d\+dag:not(:last-child){margin-right:12px}.StudentDetail_button__y3y43{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentDetail_button__y3y43{display:none}}.StudentDetail_background__u71C0{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentDetail_background__u71C0{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentDetail_background__u71C0{height:320px}}@media only screen and (max-width:767px){.StudentDetail_background__u71C0{height:252px;margin:-24px -16px 0}}.StudentDetail_background__u71C0 img{height:100%;object-fit:cover;width:100%}.StudentDetail_card__gaBHl{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentDetail_card__gaBHl{margin-top:-188px}}.StudentDetail_control__ViWOd{align-items:center;display:flex;margin-bottom:20px}.StudentDetail_nav__ARrm-{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentDetail_desktopNav__61geG{display:none}}.StudentDetail_mobileNav__p8sHp{display:none;width:100%}@media only screen and (max-width:767px){.StudentDetail_mobileNav__p8sHp{display:block}}.StudentDetail_dropdown__sCVyZ{width:100%}.StudentDetail_dropdown__sCVyZ .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentDetail_dropdown__sCVyZ .dropdown__head{background:#272b30}.StudentDetail_link__j9fim{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentDetail_link__j9fim{flex-grow:1}}.StudentDetail_link__j9fim.StudentDetail_active__dIf3X,.StudentDetail_link__j9fim:hover{color:#1a1d1f}.dark-mode .StudentDetail_link__j9fim.StudentDetail_active__dIf3X,.dark-mode .StudentDetail_link__j9fim:hover{color:#fcfcfc}.StudentDetail_link__j9fim.StudentDetail_active__dIf3X{background:#efefef}.dark-mode .StudentDetail_link__j9fim.StudentDetail_active__dIf3X{background:#272b30}.StudentDetail_link__j9fim:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentDetail_link__j9fim:not(:last-child){margin-right:0}.StudentDetail_dropdownBox__SCTuL{flex-grow:1}}.StudentDetail_filters__wgGWN{margin-left:16px}@media only screen and (max-width:767px){.StudentDetail_filters__wgGWN{margin-left:12px}}.StudentDetail_foot__vHh3Y{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentDetail_foot__vHh3Y{margin-top:32px}}@media only screen and (max-width:767px){.StudentDetail_foot__vHh3Y{margin-top:24px}}.StudentDetail_profile__uKV2A{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentDetail_profile__uKV2A{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentDetail_profile__uKV2A{display:block}}@media only screen and (max-width:767px){.StudentDetail_profile__uKV2A{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentDetail_profile__uKV2A{border-color:#272b30}.StudentDetail_statusContainer__va1p0{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentDetail_statusContainer__va1p0{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentDetail_statusContainer__va1p0{flex-direction:column;gap:16px}}.StudentDetail_statusGroup__xf7tX{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentDetail_statusLabel__gV38y{color:#6f767e;font-size:14px;font-weight:500}.StudentDetail_statusBadge__gJPsd{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentDetail_details__riTI8{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentDetail_details__riTI8{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentDetail_details__riTI8{margin-bottom:12px}}.StudentDetail_avatar__d6tNG{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentDetail_avatar__d6tNG img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentDetail_add__Bn2FZ{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentDetail_add__Bn2FZ svg{fill:#fff}.StudentDetail_add__Bn2FZ:hover{background:#1176ff}.StudentDetail_info__ATs5h{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentDetail_info__ATs5h{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_button__kJ-Rs{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__kJ-Rs{display:none}}.NameAndDescription_background__Uf9cV{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__Uf9cV{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__Uf9cV{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__Uf9cV{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__Uf9cV img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__wKGfF{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__wKGfF{margin-top:-188px}}.NameAndDescription_control__CgbQ6{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__icvem{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__2FItU{display:none}}.NameAndDescription_mobileNav__55VmV{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__55VmV{display:block}}.NameAndDescription_dropdown__gyGL2{width:100%}.NameAndDescription_dropdown__gyGL2 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__gyGL2 .dropdown__head{background:#272b30}.NameAndDescription_link__b6Vhu{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__b6Vhu{flex-grow:1}}.NameAndDescription_link__b6Vhu.NameAndDescription_active__sU70S,.NameAndDescription_link__b6Vhu:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__b6Vhu.NameAndDescription_active__sU70S,.dark-mode .NameAndDescription_link__b6Vhu:hover{color:#fcfcfc}.NameAndDescription_link__b6Vhu.NameAndDescription_active__sU70S{background:#efefef}.dark-mode .NameAndDescription_link__b6Vhu.NameAndDescription_active__sU70S{background:#272b30}.NameAndDescription_link__b6Vhu:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__b6Vhu:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__sgYY8{flex-grow:1}}.NameAndDescription_filters__JyOXN{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__JyOXN{margin-left:12px}}.NameAndDescription_foot__qgyLn{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__qgyLn{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__qgyLn{margin-top:24px}}.NameAndDescription_profile__FDzUc{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__FDzUc{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__FDzUc{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__FDzUc{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__FDzUc{border-color:#272b30}.NameAndDescription_statusContainer__LGJB4{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__LGJB4{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__LGJB4{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__eC0-1{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__ZIIrM{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__WuFDR{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__EjVS9{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__EjVS9{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__EjVS9{margin-bottom:12px}}.NameAndDescription_avatar__LaytU{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__LaytU img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__CDvWc{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__CDvWc svg{fill:#fff}.NameAndDescription_add__CDvWc:hover{background:#1176ff}.NameAndDescription_info__0DmLJ{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__0DmLJ{font-size:18px;font-size:15px;margin-top:4px}}.CompanyInformations_card__ZfF4j{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__JOHKx .CompanyInformations_field__R0-5Q{margin-bottom:12px}.CompanyInformations_editor__8XPGC{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__BhHX4{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__3gaTE{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__3gaTE{display:block;margin:0}}.CompanyInformations_group__3gaTE .CompanyInformations_field__R0-5Q{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__3gaTE .CompanyInformations_field__R0-5Q{margin:20px 0 0;width:100%}}.CompanyInformations_field__R0-5Q{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__WCAC0{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__nRz13{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__nRz13 svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__-uFd5{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__-uFd5{background:#272b30}.CompanyInformations_copy__DmK0c{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__DmK0c:hover{opacity:.8}.CompanyInformations_preview__sWH7D img{border-radius:12px;width:100%}.CompanyInformations_btns__3PdHH{display:flex;margin:0 -8px}.CompanyInformations_btns__3PdHH .CompanyInformations_button__oO3NM{flex-grow:1;margin:0 8px}.CompanyInformations_switch__2wzGE{margin-left:auto}.CompanyInformations_line__ZIr-e{display:flex;padding-bottom:16px}.CompanyInformations_line__ZIr-e:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__ZIr-e:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__ZIr-e:not(:last-child){border-color:#272b30}.CompanyInformations_title__UGr1h{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__UGr1h{color:#efefef}.AddressInformations_card__6FgCP{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__u5g1C .AddressInformations_field__OnIzR{margin-bottom:12px}.AddressInformations_editor__fm5zK{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__QFC64{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__X3cPG{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__X3cPG{display:block;margin:0}}.AddressInformations_group__X3cPG .AddressInformations_field__OnIzR{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__X3cPG .AddressInformations_field__OnIzR{margin:20px 0 0;width:100%}}.AddressInformations_field__OnIzR{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__btYp4{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__9snSR{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__9snSR svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__nXnzZ{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__nXnzZ{background:#272b30}.AddressInformations_copy__Tl3R9{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__Tl3R9:hover{opacity:.8}.AddressInformations_preview__yxICi img{border-radius:12px;width:100%}.AddressInformations_btns__IVolh{display:flex;margin:0 -8px}.AddressInformations_btns__IVolh .AddressInformations_button__JrksM{flex-grow:1;margin:0 8px}.AddressInformations_card__aK90k{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__-0AaX .AddressInformations_field__SIah4{margin-bottom:12px}.AddressInformations_editor__\+8NHy{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__6KMpW{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__fkhfj{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__fkhfj{display:block;margin:0}}.AddressInformations_group__fkhfj .AddressInformations_field__SIah4{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__fkhfj .AddressInformations_field__SIah4{margin:20px 0 0;width:100%}}.AddressInformations_field__SIah4{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__xqk\+Y{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__15CZt{position:relative}.AddressInformations_mapContainer__Uo8iD{background:#fcfcfc;border:1px solid #efefef;border-radius:12px;margin-top:32px;overflow:hidden}.dark-mode .AddressInformations_mapContainer__Uo8iD{border-color:#272b30}.AddressInformations_mapHeader__gW4In{background:#f4f4f4;border-bottom:1px solid #efefef;padding:16px 20px}.dark-mode .AddressInformations_mapHeader__gW4In{background:#1a1d1f;border-bottom-color:#272b30}.AddressInformations_mapHeader__gW4In h4{color:#111315;font-size:16px;font-weight:600;margin:0 0 4px}.dark-mode .AddressInformations_mapHeader__gW4In h4{color:#fcfcfc}.AddressInformations_mapSubtitle__HLJv-{color:#272b30;font-size:14px;margin:0}.dark-mode .AddressInformations_mapSubtitle__HLJv-{color:#6f767e}.AddressInformations_mapWrapper__-sTFR{background:#f4f4f4;height:300px;position:relative;width:100%}.dark-mode .AddressInformations_mapWrapper__-sTFR{background:#1a1d1f}.AddressInformations_mapFrame__xFD7V{border:none;display:block;height:100%;width:100%}.AddressInformations_mapFooter__TuFIl{background:#f4f4f4;border-top:1px solid #efefef;display:flex;flex-wrap:wrap;gap:16px;padding:12px 20px}.dark-mode .AddressInformations_mapFooter__TuFIl{background:#1a1d1f;border-top-color:#272b30}@media only screen and (max-width:767px){.AddressInformations_mapFooter__TuFIl{flex-direction:column;gap:8px}}.AddressInformations_mapLink__mDbbM{align-items:center;background:#fcfcfc;border:1px solid #efefef;border-radius:6px;color:#1a1d1f;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;text-decoration:none;transition:all .2s ease}.dark-mode .AddressInformations_mapLink__mDbbM{background:#111315;border-color:#272b30;color:#f4f4f4}.AddressInformations_mapLink__mDbbM:hover{background:#2a85ff;border-color:#83bf6e;color:#83bf6e;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.AddressInformations_noMapMessage__BuCxH{background:#f4f4f4;border-radius:8px;margin-top:32px;padding:20px;text-align:center}.dark-mode .AddressInformations_noMapMessage__BuCxH{background:#1a1d1f;border-color:#272b30}.AddressInformations_noMapMessage__BuCxH p{color:#272b30;font-size:14px;margin:0 0 4px}.dark-mode .AddressInformations_noMapMessage__BuCxH p{color:#6f767e}.AddressInformations_noMapMessage__BuCxH p:first-child{color:#1a1d1f;font-weight:500}.dark-mode .AddressInformations_noMapMessage__BuCxH p:first-child{color:#efefef}.AddressInformations_noMapSubtitle__sDJoi{align-items:center;color:#33383f!important;display:flex;font-size:13px!important}.dark-mode .AddressInformations_noMapSubtitle__sDJoi{color:#33383f!important}.AddressInformations_noMapSubtitle__sDJoi svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__-6FTx{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__-6FTx{background:#272b30}.AddressInformations_copy__drJmk{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__drJmk:hover{opacity:.8}.AddressInformations_preview__kfyAO img{border-radius:12px;width:100%}.AddressInformations_btns__FXQUz{display:flex;margin:0 -8px}.AddressInformations_btns__FXQUz .AddressInformations_button__cdUaH{flex-grow:1;margin:0 8px}.DirectorInformations_card__li8\+C{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__BVsOK .DirectorInformations_field__TaxJO{margin-bottom:12px}.DirectorInformations_editor__cWD5n{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__u6\+uG{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__a-HZq{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__a-HZq{display:block;margin:0}}.DirectorInformations_group__a-HZq .DirectorInformations_field__TaxJO{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__a-HZq .DirectorInformations_field__TaxJO{margin:20px 0 0;width:100%}}.DirectorInformations_field__TaxJO{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__U8RTb{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__x3Sgq{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__x3Sgq svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__rdNT1{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__rdNT1{background:#272b30}.DirectorInformations_copy__96zwB{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__96zwB:hover{opacity:.8}.DirectorInformations_preview__hDOF1 img{border-radius:12px;width:100%}.DirectorInformations_btns__pxGTL{display:flex;margin:0 -8px}.DirectorInformations_btns__pxGTL .DirectorInformations_button__fWgpD{flex-grow:1;margin:0 8px}.ContactInformations_card__6iO63{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__4oWJX .ContactInformations_field__KviBg{margin-bottom:12px}.ContactInformations_editor__lSEtL{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__pnays{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__TaE5-{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__TaE5-{display:block;margin:0}}.ContactInformations_group__TaE5- .ContactInformations_field__KviBg{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__TaE5- .ContactInformations_field__KviBg{margin:20px 0 0;width:100%}}.ContactInformations_field__KviBg{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__eQFMO{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__pgQ2T{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__pgQ2T svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__foFtX{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__foFtX{background:#272b30}.ContactInformations_copy__CrNVv{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__CrNVv:hover{opacity:.8}.ContactInformations_preview__qL1wL img{border-radius:12px;width:100%}.ContactInformations_btns__S9GHF{display:flex;margin:0 -8px}.ContactInformations_btns__S9GHF .ContactInformations_button__v4EdO{flex-grow:1;margin:0 8px}.MemosAndNotes_card__SCorC{margin:-64px auto 80px;max-width:1200px}.MemosAndNotes_description__c8Mzm>.MemosAndNotes_field__CsusD:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_description__c8Mzm>.MemosAndNotes_field__CsusD:not(:last-child){margin-bottom:24px}}.MemosAndNotes_editor__Lk4Uk:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.MemosAndNotes_editor__Lk4Uk:not(:last-child){margin-bottom:24px}}.MemosAndNotes_group__iE63N{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px 12px}@media only screen and (max-width:767px){.MemosAndNotes_group__iE63N{display:block;margin:0}}.MemosAndNotes_group__iE63N .MemosAndNotes_field__CsusD{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.MemosAndNotes_group__iE63N .MemosAndNotes_field__CsusD{margin:12px 0 0;width:100%}}.MemosAndNotes_memosList__dt\+3x{background:#f8f8f8;border-radius:12px;margin:24px 0;padding:20px}.MemosAndNotes_memosTitle__gdOhz{color:#333;font-size:18px;font-weight:600;margin-bottom:20px}.MemosAndNotes_memoItem__dKjb8{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:12px;padding:16px}.MemosAndNotes_memoHeader__0Yuwj{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}@media only screen and (max-width:767px){.MemosAndNotes_memoHeader__0Yuwj{align-items:flex-start;flex-direction:column;gap:4px}}.MemosAndNotes_memoAuthor__jeMI8,.MemosAndNotes_memoDate__0QA0q{color:#666;font-size:14px}.MemosAndNotes_memoTitle__xBtj1{color:#333;font-weight:500;margin-bottom:4px}.MemosAndNotes_memoContent__D8ueC{color:#555;font-size:14px;line-height:1.4}.MemosAndNotes_memoContent__D8ueC p{margin:0 0 8px}.MemosAndNotes_memoContent__D8ueC p:last-child{margin-bottom:0}.MemosAndNotes_empty__fLMa6,.MemosAndNotes_loading__jsnG-{color:#666;padding:20px;text-align:center}.CompanyCreate_button__7U3OD{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.CompanyCreate_button__7U3OD{display:none}}.CompanyCreate_background__cVzYc{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.CompanyCreate_background__cVzYc{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.CompanyCreate_background__cVzYc{height:320px}}@media only screen and (max-width:767px){.CompanyCreate_background__cVzYc{height:252px;margin:-24px -16px 0}}.CompanyCreate_background__cVzYc img{height:100%;object-fit:cover;width:100%}.CompanyCreate_card__bCxft{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.CompanyCreate_card__bCxft{margin-top:-188px}}.CompanyCreate_control__9dQrA{align-items:center;display:flex;margin-bottom:20px}.CompanyCreate_nav__iGJwK{display:flex;margin-right:auto}@media only screen and (max-width:767px){.CompanyCreate_desktopNav__KuOBg{display:none}}.CompanyCreate_mobileNav__GvYaP{display:none;width:100%}@media only screen and (max-width:767px){.CompanyCreate_mobileNav__GvYaP{display:block}}.CompanyCreate_dropdown__aXJVR{width:100%}.CompanyCreate_dropdown__aXJVR .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .CompanyCreate_dropdown__aXJVR .dropdown__head{background:#272b30}.CompanyCreate_link__2OFaa{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyCreate_link__2OFaa{flex-grow:1}}.CompanyCreate_link__2OFaa.CompanyCreate_active__ZCqI\+,.CompanyCreate_link__2OFaa:hover{color:#1a1d1f}.dark-mode .CompanyCreate_link__2OFaa.CompanyCreate_active__ZCqI\+,.dark-mode .CompanyCreate_link__2OFaa:hover{color:#fcfcfc}.CompanyCreate_link__2OFaa.CompanyCreate_active__ZCqI\+{background:#efefef}.dark-mode .CompanyCreate_link__2OFaa.CompanyCreate_active__ZCqI\+{background:#272b30}.CompanyCreate_link__2OFaa:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyCreate_link__2OFaa:not(:last-child){margin-right:0}.CompanyCreate_dropdownBox__oI7Ib{flex-grow:1}}.CompanyCreate_filters__Vp3uu{margin-left:16px}@media only screen and (max-width:767px){.CompanyCreate_filters__Vp3uu{margin-left:12px}}.CompanyCreate_foot__koLsK{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.CompanyCreate_foot__koLsK{margin-top:32px}}@media only screen and (max-width:767px){.CompanyCreate_foot__koLsK{margin-top:24px}}.CompanyCreate_profile__mjGuO{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.CompanyCreate_profile__mjGuO{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.CompanyCreate_profile__mjGuO{display:block}}@media only screen and (max-width:767px){.CompanyCreate_profile__mjGuO{margin-bottom:32px;padding-bottom:32px}}.dark-mode .CompanyCreate_profile__mjGuO{border-color:#272b30}.CompanyCreate_statusContainer__jnGLk{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.CompanyCreate_statusContainer__jnGLk{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.CompanyCreate_statusContainer__jnGLk{flex-direction:column;gap:16px}}.CompanyCreate_statusGroup__io3L\+{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CompanyCreate_statusLabel__IqutN{color:#6f767e;font-size:14px;font-weight:500}.CompanyCreate_statusBadge__xFmgU{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.CompanyCreate_details__AEctU{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.CompanyCreate_details__AEctU{margin-bottom:16px}}@media only screen and (max-width:767px){.CompanyCreate_details__AEctU{margin-bottom:12px}}.CompanyCreate_avatar__VEcfL{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.CompanyCreate_avatar__VEcfL img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CompanyCreate_add__esfwn{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.CompanyCreate_add__esfwn svg{fill:#fff}.CompanyCreate_add__esfwn:hover{background:#1176ff}.CompanyCreate_info__B96NE{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.CompanyCreate_info__B96NE{font-size:18px;font-size:15px;margin-top:4px}}.CompanyInformations_card__ZqekT{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__n-zwL .CompanyInformations_field__VK0Sg{margin-bottom:12px}.CompanyInformations_editor__JwxuF{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__ckagD{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__mgYSO{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__mgYSO{display:block;margin:0}}.CompanyInformations_group__mgYSO .CompanyInformations_field__VK0Sg{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__mgYSO .CompanyInformations_field__VK0Sg{margin:20px 0 0;width:100%}}.CompanyInformations_field__VK0Sg{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__9PlW5{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__whAUf{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__whAUf svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__uuYt5{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__uuYt5{background:#272b30}.CompanyInformations_copy__2YwuN{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__2YwuN:hover{opacity:.8}.CompanyInformations_preview__URA\+3 img{border-radius:12px;width:100%}.CompanyInformations_btns__56FVv{display:flex;margin:0 -8px}.CompanyInformations_btns__56FVv .CompanyInformations_button__PuiL3{flex-grow:1;margin:0 8px}.CompanyInformations_switch__tqmCM{margin-left:auto}.CompanyInformations_line__0Z7K5{display:flex;padding-bottom:16px}.CompanyInformations_line__0Z7K5:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__0Z7K5:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__0Z7K5:not(:last-child){border-color:#272b30}.CompanyInformations_title__ADfE7{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__ADfE7{color:#efefef}.AddressInformations_card__nQ7Or{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__CgSqM .AddressInformations_field__d5rhP{margin-bottom:12px}.AddressInformations_editor__S7vzN{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__jfaa\+{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__wGAhQ{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__wGAhQ{display:block;margin:0}}.AddressInformations_group__wGAhQ .AddressInformations_field__d5rhP{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__wGAhQ .AddressInformations_field__d5rhP{margin:20px 0 0;width:100%}}.AddressInformations_field__d5rhP{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__c3-NU{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__-cWoc{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__-cWoc svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__lOLaV{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__lOLaV{background:#272b30}.AddressInformations_copy__kgp-2{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__kgp-2:hover{opacity:.8}.AddressInformations_preview__lFgvi img{border-radius:12px;width:100%}.AddressInformations_btns__-M8Z\+{display:flex;margin:0 -8px}.AddressInformations_btns__-M8Z\+ .AddressInformations_button__dKBLe{flex-grow:1;margin:0 8px}.DirectorInformations_card__ZZcQY{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__9suFt .DirectorInformations_field__W6XFU{margin-bottom:12px}.DirectorInformations_editor__LipJy{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__IU\+p4{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__qDpko{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__qDpko{display:block;margin:0}}.DirectorInformations_group__qDpko .DirectorInformations_field__W6XFU{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__qDpko .DirectorInformations_field__W6XFU{margin:20px 0 0;width:100%}}.DirectorInformations_field__W6XFU{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__g8HqP{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__DRGGm{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__DRGGm svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__7Ujne{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__7Ujne{background:#272b30}.DirectorInformations_copy__E80fF{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__E80fF:hover{opacity:.8}.DirectorInformations_preview__zkDyc img{border-radius:12px;width:100%}.DirectorInformations_btns__rFulm{display:flex;margin:0 -8px}.DirectorInformations_btns__rFulm .DirectorInformations_button__o0dWz{flex-grow:1;margin:0 8px}.ContactInformations_card__Epv-G{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__uIA0q .ContactInformations_field__oWI88{margin-bottom:12px}.ContactInformations_editor__PsUAN{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__XNGtH{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__sXDRB{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__sXDRB{display:block;margin:0}}.ContactInformations_group__sXDRB .ContactInformations_field__oWI88{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__sXDRB .ContactInformations_field__oWI88{margin:20px 0 0;width:100%}}.ContactInformations_field__oWI88{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__VK0T\+{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__NFZDi{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__NFZDi svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__uxt-d{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__uxt-d{background:#272b30}.ContactInformations_copy__pfTz0{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__pfTz0:hover{opacity:.8}.ContactInformations_preview__z7Y-n img{border-radius:12px;width:100%}.ContactInformations_btns__T7zJQ{display:flex;margin:0 -8px}.ContactInformations_btns__T7zJQ .ContactInformations_button__cUnav{flex-grow:1;margin:0 8px}.CompanyList_foot__HRg-M{align-items:center;display:flex;justify-content:center;margin-top:24px}.CompanyList_arrow__pjBZs{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .CompanyList_arrow__pjBZs{border-color:transparent}.CompanyList_arrow__pjBZs svg{fill:#6f767e;transition:fill .2s}.CompanyList_arrow__pjBZs:hover{border-color:#efefef}.CompanyList_arrow__pjBZs:hover svg{fill:#1a1d1f}.dark-mode .CompanyList_arrow__pjBZs:hover{border-color:#272b30}.dark-mode .CompanyList_arrow__pjBZs:hover svg{fill:#fcfcfc}.CompanyList_arrow__pjBZs:not(:last-child){margin-right:8px}.CompanyList_arrow__pjBZs:disabled{cursor:not-allowed;opacity:.5}.CompanyList_arrow__pjBZs:disabled:hover{border-color:#efefef}.CompanyList_arrow__pjBZs:disabled:hover svg{fill:#6f767e}.dark-mode .CompanyList_arrow__pjBZs:disabled:hover{border-color:transparent}.dark-mode .CompanyList_arrow__pjBZs:disabled:hover svg{fill:#6f767e}.CompanyList_pagination__cpaFh{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.CompanyList_head__z\+pG1{margin-bottom:44px}@media only screen and (max-width:1023px){.CompanyList_head__z\+pG1{margin-bottom:32px}}@media only screen and (max-width:767px){.CompanyList_head__z\+pG1{flex-wrap:wrap;margin-bottom:24px}}.CompanyList_head__z\+pG1 .CompanyList_form__sJiX1{margin-right:auto}@media only screen and (max-width:1023px){.CompanyList_head__z\+pG1 .CompanyList_form__sJiX1{width:250px}}@media only screen and (max-width:767px){.CompanyList_head__z\+pG1 .CompanyList_form__sJiX1{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.CompanyList_head__z\+pG1.CompanyList_hidden__M-Zun{display:none}}.CompanyList_title__jHxGT{margin-right:24px}@media only screen and (max-width:767px){.CompanyList_title__jHxGT{margin:0 0 16px}}.CompanyList_nav__yMWrQ{display:flex}@media only screen and (max-width:767px){.CompanyList_nav__yMWrQ{width:100%}}.CompanyList_link__Y2vLT{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CompanyList_link__Y2vLT{flex:1 1}}.CompanyList_link__Y2vLT.CompanyList_active__Ao4yP,.CompanyList_link__Y2vLT:hover{color:#1a1d1f}.dark-mode .CompanyList_link__Y2vLT.CompanyList_active__Ao4yP,.dark-mode .CompanyList_link__Y2vLT:hover{color:#fcfcfc}.CompanyList_link__Y2vLT.CompanyList_active__Ao4yP{background:#efefef}.dark-mode .CompanyList_link__Y2vLT.CompanyList_active__Ao4yP{background:#272b30}.CompanyList_link__Y2vLT:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CompanyList_link__Y2vLT:not(:last-child){margin-right:0}}.CompanyList_filters__feAJE{margin-left:8px}@media only screen and (max-width:1023px){.CompanyList_filters__feAJE{display:none}}.CompanyList_details__43Xi6{display:none}.CompanyList_loading__w9VUf{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.CompanyList_empty__iAW6v{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .CompanyList_empty__iAW6v{background:#272b30;color:#fcfcfc}.CompanyList_empty__iAW6v p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.CompanyList_row__GY3r2.CompanyList_flex__C3l2e{display:flex}.CompanyList_row__GY3r2.CompanyList_flex__C3l2e .CompanyList_table__vxA7n{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.CompanyList_row__GY3r2.CompanyList_flex__C3l2e .CompanyList_table__vxA7n{width:350px}}@media only screen and (max-width:1259px){.CompanyList_row__GY3r2.CompanyList_flex__C3l2e .CompanyList_table__vxA7n{width:320px}}@media only screen and (max-width:1023px){.CompanyList_row__GY3r2.CompanyList_flex__C3l2e .CompanyList_table__vxA7n{display:none}}.CompanyList_row__GY3r2.CompanyList_flex__C3l2e .CompanyList_details__43Xi6{display:block}.Table_wrapper__9SMtY{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__9SMtY{margin:0}}.Table_table__1gsv9{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__1gsv9{display:block}}.Table_row__C6LrR{display:table-row}@media only screen and (max-width:1023px){.Table_row__C6LrR{display:none}}.Table_row__C6LrR.Table_active__5mnee .Table_col__-BO3A:not(:first-child):not(:nth-child(2)){display:none}.Table_row__C6LrR.Table_active__5mnee .Table_col__-BO3A:nth-child(2):after{right:12px}.Table_col__-BO3A{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__-BO3A:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__-BO3A:after{background:#272b30}.Table_col__-BO3A:first-child{font-size:0;width:56px}.Table_col__-BO3A:first-child:after{left:12px}.Table_col__-BO3A:nth-child(2){width:40%}.Table_col__-BO3A:nth-child(3){width:25%}.Table_col__-BO3A:last-child{width:35%}.Table_col__-BO3A:last-child:after{right:12px}.Table_foot__JQfXS{margin-top:20px;text-align:center}.Table_foot__JQfXS .Table_button__eI9ia .Table_loader__YvctJ{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__MdfxY{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__MdfxY{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__MdfxY{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__MdfxY:hover{background:#f4f4f4}.dark-mode .Row_row__MdfxY:hover{background:#272b30}.Row_row__MdfxY:hover .Row_price__tR\+Oh{background:#fcfcfc}.dark-mode .Row_row__MdfxY:hover .Row_price__tR\+Oh{background:#111315}}.Row_row__MdfxY:last-child .Row_col__Fli7G:after{display:none}.Row_row__MdfxY.Row_active__6cSEC:hover{background:none}.Row_row__MdfxY.Row_active__6cSEC .Row_col__Fli7G:not(:first-child):not(:nth-child(2)){display:none}.Row_row__MdfxY.Row_active__6cSEC .Row_col__Fli7G:nth-child(2):after{right:12px}.Row_row__MdfxY.Row_active__6cSEC.Row_selected__aYsmO{background:#efefef}.dark-mode .Row_row__MdfxY.Row_active__6cSEC.Row_selected__aYsmO{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__MdfxY.Row_active__6cSEC.Row_selected__aYsmO .Row_col__Fli7G:first-child{border-radius:12px 0 0 12px}.Row_row__MdfxY.Row_active__6cSEC.Row_selected__aYsmO .Row_col__Fli7G:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__MdfxY.Row_active__6cSEC.Row_selected__aYsmO .Row_col__Fli7G:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__Fli7G{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__Fli7G{display:block;padding:0}}.dark-mode .Row_col__Fli7G{color:#fcfcfc}.Row_col__Fli7G:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__Fli7G:after{display:none}}.dark-mode .Row_col__Fli7G:after{background:#272b30}.Row_col__Fli7G:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__Fli7G:first-child{display:none}}.Row_col__Fli7G:first-child:after{left:12px}.Row_col__Fli7G:last-child{border-radius:0 8px 8px 0}.Row_col__Fli7G:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__Fli7G:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__Fli7G:nth-child(3),.Row_col__Fli7G:nth-child(4),.Row_col__Fli7G:nth-child(6),.Row_col__Fli7G:nth-child(7){display:none}}.Row_item__GKwG2{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__GKwG2:hover{color:#2a85ff}.Row_item__GKwG2 .Row_email__Ab7oP{display:none}@media only screen and (max-width:1023px){.Row_item__GKwG2 .Row_email__Ab7oP{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__Q5f-Y{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__Q5f-Y img{height:100%;object-fit:cover;width:100%}.Row_user__TKWTd{word-wrap:break-word;margin-bottom:4px;max-width:300px}.Row_login__JAwxw{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__JAwxw{display:none}}.dark-mode .Row_login__JAwxw{color:#9a9fa5}.Row_email__Ab7oP{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__Fli7G>.Row_email__Ab7oP{display:none}}.Row_lifetime__AwM8j{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__AwM8j{align-items:flex-end;flex-direction:column}}.Row_price__tR\+Oh{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__tR\+Oh{background:#272b30}.Row_balance__rI0uW{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__rI0uW{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__TcxtM{display:none}}.Panel_info__FXU4W{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__FXU4W svg{fill:#6f767e;margin-right:12px}.Panel_info__FXU4W span{color:#1a1d1f}.dark-mode .Panel_info__FXU4W span{color:#fcfcfc}.Panel_btns__em-yB{align-items:center;display:flex}.Panel_button__mSQBW:not(:last-child){margin-right:8px}.CenterCreate_button__vM9-s{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.CenterCreate_button__vM9-s{display:none}}.CenterCreate_background__caXrF{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.CenterCreate_background__caXrF{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.CenterCreate_background__caXrF{height:320px}}@media only screen and (max-width:767px){.CenterCreate_background__caXrF{height:252px;margin:-24px -16px 0}}.CenterCreate_background__caXrF img{height:100%;object-fit:cover;width:100%}.CenterCreate_card__ZMOp4{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.CenterCreate_card__ZMOp4{margin-top:-188px}}.CenterCreate_control__OOBt2{align-items:center;display:flex;margin-bottom:20px}.CenterCreate_nav__dl0GS{display:flex;margin-right:auto}@media only screen and (max-width:767px){.CenterCreate_desktopNav__5j2GV{display:none}}.CenterCreate_mobileNav__3yqme{display:none;width:100%}@media only screen and (max-width:767px){.CenterCreate_mobileNav__3yqme{display:block}}.CenterCreate_dropdown__s0rou{width:100%}.CenterCreate_dropdown__s0rou .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .CenterCreate_dropdown__s0rou .dropdown__head{background:#272b30}.CenterCreate_link__4eB0w{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CenterCreate_link__4eB0w{flex-grow:1}}.CenterCreate_link__4eB0w.CenterCreate_active__HoO1J,.CenterCreate_link__4eB0w:hover{color:#1a1d1f}.dark-mode .CenterCreate_link__4eB0w.CenterCreate_active__HoO1J,.dark-mode .CenterCreate_link__4eB0w:hover{color:#fcfcfc}.CenterCreate_link__4eB0w.CenterCreate_active__HoO1J{background:#efefef}.dark-mode .CenterCreate_link__4eB0w.CenterCreate_active__HoO1J{background:#272b30}.CenterCreate_link__4eB0w:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CenterCreate_link__4eB0w:not(:last-child){margin-right:0}.CenterCreate_dropdownBox__udutH{flex-grow:1}}.CenterCreate_filters__VgCQg{margin-left:16px}@media only screen and (max-width:767px){.CenterCreate_filters__VgCQg{margin-left:12px}}.CenterCreate_foot__l0nuc{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.CenterCreate_foot__l0nuc{margin-top:32px}}@media only screen and (max-width:767px){.CenterCreate_foot__l0nuc{margin-top:24px}}.CenterCreate_profile__jKoy7{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.CenterCreate_profile__jKoy7{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.CenterCreate_profile__jKoy7{display:block}}@media only screen and (max-width:767px){.CenterCreate_profile__jKoy7{margin-bottom:32px;padding-bottom:32px}}.dark-mode .CenterCreate_profile__jKoy7{border-color:#272b30}.CenterCreate_statusContainer__NEags{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.CenterCreate_statusContainer__NEags{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.CenterCreate_statusContainer__NEags{flex-direction:column;gap:16px}}.CenterCreate_statusGroup__jmDDI{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CenterCreate_statusLabel__Mm0cj{color:#6f767e;font-size:14px;font-weight:500}.CenterCreate_statusBadge__vOiBX{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.CenterCreate_details__l-snf{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.CenterCreate_details__l-snf{margin-bottom:16px}}@media only screen and (max-width:767px){.CenterCreate_details__l-snf{margin-bottom:12px}}.CenterCreate_avatar__Jbd1H{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.CenterCreate_avatar__Jbd1H img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CenterCreate_add__KHcR4{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.CenterCreate_add__KHcR4 svg{fill:#fff}.CenterCreate_add__KHcR4:hover{background:#1176ff}.CenterCreate_info__M0m4g{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.CenterCreate_info__M0m4g{font-size:18px;font-size:15px;margin-top:4px}}.CenterInformations_card__IW6PA{margin:-64px auto 20px;max-width:1200px;padding:24px}.CenterInformations_description__9u0h6 .CenterInformations_field__T2gcI{margin-bottom:12px}.CenterInformations_editor__RYuEE{margin-bottom:24px;margin-top:24px}.CenterInformations_divider__BtegR{background:#e6e6e6;height:1px;margin:24px 0}.CenterInformations_group__bOBZR{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CenterInformations_group__bOBZR{display:block;margin:0}}.CenterInformations_group__bOBZR .CenterInformations_field__T2gcI{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CenterInformations_group__bOBZR .CenterInformations_field__T2gcI{margin:20px 0 0;width:100%}}.CenterInformations_field__T2gcI{margin-bottom:24px;position:relative}.CenterInformations_fieldLabel__DcjBH{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CenterInformations_fieldInput__AQQyQ{align-items:center;display:flex;position:relative}.CenterInformations_fieldInput__AQQyQ svg{fill:#6f767e;left:12px;position:absolute}.CenterInformations_input__Z-nJf{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CenterInformations_input__Z-nJf{background:#272b30}.CenterInformations_copy__FCT8\+{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CenterInformations_copy__FCT8\+:hover{opacity:.8}.CenterInformations_preview__r5qi\+ img{border-radius:12px;width:100%}.CenterInformations_btns__w-Q-X{display:flex;margin:0 -8px}.CenterInformations_btns__w-Q-X .CenterInformations_button__pLwkK{flex-grow:1;margin:0 8px}.CenterInformations_switch__NQM4A{margin-left:auto}.CenterInformations_line__pHgtJ{display:flex;padding-bottom:16px}.CenterInformations_line__pHgtJ:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CenterInformations_line__pHgtJ:not(:last-child){margin-bottom:24px}}.dark-mode .CenterInformations_line__pHgtJ:not(:last-child){border-color:#272b30}.CenterInformations_title__V4eEN{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CenterInformations_title__V4eEN{color:#efefef}.AddressInformations_card__qu23C{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__PKjXf .AddressInformations_field__Brei6{margin-bottom:12px}.AddressInformations_editor__1gXOP{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__ss5Hc{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__SKArx{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__SKArx{display:block;margin:0}}.AddressInformations_group__SKArx .AddressInformations_field__Brei6{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__SKArx .AddressInformations_field__Brei6{margin:20px 0 0;width:100%}}.AddressInformations_field__Brei6{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__nuuPt{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__Cam2z{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__Cam2z svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__t\+gxU{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__t\+gxU{background:#272b30}.AddressInformations_copy__vaENT{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__vaENT:hover{opacity:.8}.AddressInformations_preview__yap\+w img{border-radius:12px;width:100%}.AddressInformations_btns__hYqyo{display:flex;margin:0 -8px}.AddressInformations_btns__hYqyo .AddressInformations_button__1gRN9{flex-grow:1;margin:0 8px}.DirectorInformations_card__oFaIt{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__Ah7P3 .DirectorInformations_field__OmVtq{margin-bottom:12px}.DirectorInformations_editor__AXLrD{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__B8il2{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__\+KOK3{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__\+KOK3{display:block;margin:0}}.DirectorInformations_group__\+KOK3 .DirectorInformations_field__OmVtq{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__\+KOK3 .DirectorInformations_field__OmVtq{margin:20px 0 0;width:100%}}.DirectorInformations_field__OmVtq{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__xhiC7{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__CCSIa{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__CCSIa svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__QmOfj{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__QmOfj{background:#272b30}.DirectorInformations_copy__89DJ4{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__89DJ4:hover{opacity:.8}.DirectorInformations_preview__UvAck img{border-radius:12px;width:100%}.DirectorInformations_btns__-NHp5{display:flex;margin:0 -8px}.DirectorInformations_btns__-NHp5 .DirectorInformations_button__H1\+CN{flex-grow:1;margin:0 8px}.ContactInformations_card__XB8dw{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__qIStX .ContactInformations_field__AIBxJ{margin-bottom:12px}.ContactInformations_editor__rQSeS{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__ky96s{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__Aqxs-{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__Aqxs-{display:block;margin:0}}.ContactInformations_group__Aqxs- .ContactInformations_field__AIBxJ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__Aqxs- .ContactInformations_field__AIBxJ{margin:20px 0 0;width:100%}}.ContactInformations_field__AIBxJ{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__-B101{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__1bQFD{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__1bQFD svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__ESGMi{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__ESGMi{background:#272b30}.ContactInformations_copy__fqHb-{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__fqHb-:hover{opacity:.8}.ContactInformations_preview__7baGx img{border-radius:12px;width:100%}.ContactInformations_btns__6WRRA{display:flex;margin:0 -8px}.ContactInformations_btns__6WRRA .ContactInformations_button__MPFTS{flex-grow:1;margin:0 8px}.CenterDetail_button__iiDnn{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.CenterDetail_button__iiDnn{display:none}}.CenterDetail_background__PI7\+C{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.CenterDetail_background__PI7\+C{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.CenterDetail_background__PI7\+C{height:320px}}@media only screen and (max-width:767px){.CenterDetail_background__PI7\+C{height:252px;margin:-24px -16px 0}}.CenterDetail_background__PI7\+C img{height:100%;object-fit:cover;width:100%}.CenterDetail_card__mxKdI{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.CenterDetail_card__mxKdI{margin-top:-188px}}.CenterDetail_control__w2rrO{align-items:center;display:flex;margin-bottom:20px}.CenterDetail_nav__JGZ2a{display:flex;margin-right:auto}@media only screen and (max-width:767px){.CenterDetail_desktopNav__7cYWt{display:none}}.CenterDetail_mobileNav__FDhFk{display:none;width:100%}@media only screen and (max-width:767px){.CenterDetail_mobileNav__FDhFk{display:block}}.CenterDetail_dropdown__maThf{width:100%}.CenterDetail_dropdown__maThf .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .CenterDetail_dropdown__maThf .dropdown__head{background:#272b30}.CenterDetail_link__Mvzl2{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.CenterDetail_link__Mvzl2{flex-grow:1}}.CenterDetail_link__Mvzl2.CenterDetail_active__\+SBsj,.CenterDetail_link__Mvzl2:hover{color:#1a1d1f}.dark-mode .CenterDetail_link__Mvzl2.CenterDetail_active__\+SBsj,.dark-mode .CenterDetail_link__Mvzl2:hover{color:#fcfcfc}.CenterDetail_link__Mvzl2.CenterDetail_active__\+SBsj{background:#efefef}.dark-mode .CenterDetail_link__Mvzl2.CenterDetail_active__\+SBsj{background:#272b30}.CenterDetail_link__Mvzl2:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.CenterDetail_link__Mvzl2:not(:last-child){margin-right:0}.CenterDetail_dropdownBox__SQJOa{flex-grow:1}}.CenterDetail_filters__KYwoi{margin-left:16px}@media only screen and (max-width:767px){.CenterDetail_filters__KYwoi{margin-left:12px}}.CenterDetail_foot__xM5EC{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.CenterDetail_foot__xM5EC{margin-top:32px}}@media only screen and (max-width:767px){.CenterDetail_foot__xM5EC{margin-top:24px}}.CenterDetail_profile__8WUqv{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.CenterDetail_profile__8WUqv{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.CenterDetail_profile__8WUqv{display:block}}@media only screen and (max-width:767px){.CenterDetail_profile__8WUqv{margin-bottom:32px;padding-bottom:32px}}.dark-mode .CenterDetail_profile__8WUqv{border-color:#272b30}.CenterDetail_statusContainer__2Peyk{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.CenterDetail_statusContainer__2Peyk{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.CenterDetail_statusContainer__2Peyk{flex-direction:column;gap:16px}}.CenterDetail_statusGroup__cJIE3{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CenterDetail_statusLabel__-AXxL{color:#6f767e;font-size:14px;font-weight:500}.CenterDetail_statusBadge__ltbYx{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.CenterDetail_details__XtVnL{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.CenterDetail_details__XtVnL{margin-bottom:16px}}@media only screen and (max-width:767px){.CenterDetail_details__XtVnL{margin-bottom:12px}}.CenterDetail_avatar__QxH3N{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.CenterDetail_avatar__QxH3N img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CenterDetail_add__iFKQ2{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.CenterDetail_add__iFKQ2 svg{fill:#fff}.CenterDetail_add__iFKQ2:hover{background:#1176ff}.CenterDetail_info__gSKYg{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.CenterDetail_info__gSKYg{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_button__wvkrr{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__wvkrr{display:none}}.NameAndDescription_background__yYF4i{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__yYF4i{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__yYF4i{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__yYF4i{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__yYF4i img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__cDwnV{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__cDwnV{margin-top:-188px}}.NameAndDescription_control__jEdKO{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__2buxB{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__kHedU{display:none}}.NameAndDescription_mobileNav__0QvbJ{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__0QvbJ{display:block}}.NameAndDescription_dropdown__Gnc2w{width:100%}.NameAndDescription_dropdown__Gnc2w .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__Gnc2w .dropdown__head{background:#272b30}.NameAndDescription_link__fcNGz{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__fcNGz{flex-grow:1}}.NameAndDescription_link__fcNGz.NameAndDescription_active__tiBSy,.NameAndDescription_link__fcNGz:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__fcNGz.NameAndDescription_active__tiBSy,.dark-mode .NameAndDescription_link__fcNGz:hover{color:#fcfcfc}.NameAndDescription_link__fcNGz.NameAndDescription_active__tiBSy{background:#efefef}.dark-mode .NameAndDescription_link__fcNGz.NameAndDescription_active__tiBSy{background:#272b30}.NameAndDescription_link__fcNGz:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__fcNGz:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__2GFIi{flex-grow:1}}.NameAndDescription_filters__Ym2lS{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__Ym2lS{margin-left:12px}}.NameAndDescription_foot__09NPF{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__09NPF{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__09NPF{margin-top:24px}}.NameAndDescription_profile__Nbr6e{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__Nbr6e{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__Nbr6e{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__Nbr6e{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__Nbr6e{border-color:#272b30}.NameAndDescription_statusContainer__x2\+di{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__x2\+di{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__x2\+di{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__v1fAT{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__VM02U{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__W0WOJ{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__4cUcG{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__4cUcG{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__4cUcG{margin-bottom:12px}}.NameAndDescription_avatar__sXhF8{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__sXhF8 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__WuJvI{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__WuJvI svg{fill:#fff}.NameAndDescription_add__WuJvI:hover{background:#1176ff}.NameAndDescription_info__3tKYb{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__3tKYb{font-size:18px;font-size:15px;margin-top:4px}}.CenterInformations_card__0Sh4H{margin:-64px auto 20px;max-width:1200px;padding:24px}.CenterInformations_description__OUMaX .CenterInformations_field__t-c6N{margin-bottom:12px}.CenterInformations_editor__DaIOr{margin-bottom:24px;margin-top:24px}.CenterInformations_divider__AZo8K{background:#e6e6e6;height:1px;margin:24px 0}.CenterInformations_group__AQeoo{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CenterInformations_group__AQeoo{display:block;margin:0}}.CenterInformations_group__AQeoo .CenterInformations_field__t-c6N{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CenterInformations_group__AQeoo .CenterInformations_field__t-c6N{margin:20px 0 0;width:100%}}.CenterInformations_field__t-c6N{margin-bottom:24px;position:relative}.CenterInformations_fieldLabel__h8Nff{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CenterInformations_fieldInput__HVDdI{align-items:center;display:flex;position:relative}.CenterInformations_fieldInput__HVDdI svg{fill:#6f767e;left:12px;position:absolute}.CenterInformations_input__Xi2t\+{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CenterInformations_input__Xi2t\+{background:#272b30}.CenterInformations_copy__t6TRp{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CenterInformations_copy__t6TRp:hover{opacity:.8}.CenterInformations_preview__EtOBG img{border-radius:12px;width:100%}.CenterInformations_btns__U71QC{display:flex;margin:0 -8px}.CenterInformations_btns__U71QC .CenterInformations_button__sDRv8{flex-grow:1;margin:0 8px}.CenterInformations_switch__CyJeW{margin-left:auto}.CenterInformations_line__heABb{display:flex;padding-bottom:16px}.CenterInformations_line__heABb:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CenterInformations_line__heABb:not(:last-child){margin-bottom:24px}}.dark-mode .CenterInformations_line__heABb:not(:last-child){border-color:#272b30}.CenterInformations_title__4pXq7{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CenterInformations_title__4pXq7{color:#efefef}.AddressInformations_card__ItNgl{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__388tY .AddressInformations_field__L56Qm{margin-bottom:12px}.AddressInformations_editor__ErFHY{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__xEWKf{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__XCmCp{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__XCmCp{display:block;margin:0}}.AddressInformations_group__XCmCp .AddressInformations_field__L56Qm{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__XCmCp .AddressInformations_field__L56Qm{margin:20px 0 0;width:100%}}.AddressInformations_field__L56Qm{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__Rvcb2{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__qT28P{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__qT28P svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__XZAcB{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__XZAcB{background:#272b30}.AddressInformations_copy__mNCop{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__mNCop:hover{opacity:.8}.AddressInformations_preview__q7hQJ img{border-radius:12px;width:100%}.AddressInformations_btns__ebtRt{display:flex;margin:0 -8px}.AddressInformations_btns__ebtRt .AddressInformations_button__CilkB{flex-grow:1;margin:0 8px}.DirectorInformations_card__1I2Fl{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__4RpZI .DirectorInformations_field__Ugqe9{margin-bottom:12px}.DirectorInformations_editor__mefuv{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__2JbFE{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__IdJzS{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__IdJzS{display:block;margin:0}}.DirectorInformations_group__IdJzS .DirectorInformations_field__Ugqe9{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__IdJzS .DirectorInformations_field__Ugqe9{margin:20px 0 0;width:100%}}.DirectorInformations_field__Ugqe9{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__wo8CQ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__ulXsc{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__ulXsc svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__z5Zsf{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__z5Zsf{background:#272b30}.DirectorInformations_copy__5ITB3{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__5ITB3:hover{opacity:.8}.DirectorInformations_preview__BXQzV img{border-radius:12px;width:100%}.DirectorInformations_btns__Ap8Qx{display:flex;margin:0 -8px}.DirectorInformations_btns__Ap8Qx .DirectorInformations_button__xwF9a{flex-grow:1;margin:0 8px}.ContactInformations_card__tc-N3{margin:-10px auto 20px;max-width:1200px;padding:24px}.ContactInformations_description__20lvk .ContactInformations_field__1Q\+Ju{margin-bottom:12px}.ContactInformations_editor__vlw5v{margin-bottom:24px;margin-top:24px}.ContactInformations_divider__v9Au3{background:#e6e6e6;height:1px;margin:24px 0}.ContactInformations_group__1Peah{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContactInformations_group__1Peah{display:block;margin:0}}.ContactInformations_group__1Peah .ContactInformations_field__1Q\+Ju{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContactInformations_group__1Peah .ContactInformations_field__1Q\+Ju{margin:20px 0 0;width:100%}}.ContactInformations_field__1Q\+Ju{margin-bottom:24px;position:relative}.ContactInformations_fieldLabel__qeEUO{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContactInformations_fieldInput__Ep0Dv{align-items:center;display:flex;position:relative}.ContactInformations_fieldInput__Ep0Dv svg{fill:#6f767e;left:12px;position:absolute}.ContactInformations_input__pDP6a{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContactInformations_input__pDP6a{background:#272b30}.ContactInformations_copy__kWq4V{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.ContactInformations_copy__kWq4V:hover{opacity:.8}.ContactInformations_preview__IZW8C img{border-radius:12px;width:100%}.ContactInformations_btns__6Qq1e{display:flex;margin:0 -8px}.ContactInformations_btns__6Qq1e .ContactInformations_button__f89B0{flex-grow:1;margin:0 8px}.Notification_background__yHOqL{height:400px;margin:-40px -40px 0;z-index:0}@media only screen and (max-width:1339px){.Notification_background__yHOqL{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Notification_background__yHOqL{height:320px}}@media only screen and (max-width:767px){.Notification_background__yHOqL{height:252px;margin:-24px -16px 0}}.Notification_background__yHOqL img{height:100%;object-fit:cover;width:100%}.Notification_row__pX6wl{display:flex;margin:-64px auto 0;max-width:1120px;width:100%}@media only screen and (max-width:1023px){.Notification_row__pX6wl{display:block;margin:-64px 0 0;max-width:100%}}.Notification_section__czrhL{margin:-64px auto 8px}.Notification_col__41lNI:first-child{flex:1 1;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Notification_col__41lNI:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Notification_col__41lNI:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Notification_card__plBim:not(:last-child){margin:-64px auto 80px}.List_actions__rRfgK{margin-left:16px}.dark-mode .List_actionsHead__xd72L{background:transparent}.List_dropdown__lm3Wl{min-width:105px}.List_foot__zgpX8{margin-top:32px;text-align:center}.List_foot__zgpX8 .List_button__n7DBY .List_loader__KMajp{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.List_empty__1cpa2{background:#efefef;border-radius:8px;padding:20px;text-align:center}.dark-mode .List_empty__1cpa2{background:#272b30;color:#fcfcfc}.Item_item__3Firk{align-items:center;border-radius:12px;display:flex;padding:12px;position:relative;transition:background .2s}@media only screen and (max-width:767px){.Item_item__3Firk{border-radius:0;padding:0}}@media only screen and (min-width:768px){.Item_item__3Firk:hover{background:#f4f4f4}.dark-mode .Item_item__3Firk:hover{background:#272b30}}.Item_item__3Firk:after{background:#9a9fa5;border-radius:50%;content:"";height:12px;position:absolute;right:12px;top:18px;width:12px}@media only screen and (max-width:767px){.Item_item__3Firk:after{display:none}}.Item_item__3Firk.Item_new__UoT98:after{background:#2a85ff}.Item_item__3Firk:not(:last-child){margin-bottom:41px}@media only screen and (max-width:767px){.Item_item__3Firk:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:24px}.dark-mode .Item_item__3Firk:not(:last-child){border-color:#272b30}}.Item_item__3Firk:not(:last-child):before{background:#efefef;content:"";height:1px;left:12px;position:absolute;right:12px;top:calc(100% + 20px)}@media only screen and (max-width:767px){.Item_item__3Firk:not(:last-child):before{display:none}}.dark-mode .Item_item__3Firk:not(:last-child):before{background:#272b30}.Item_checkbox__CMyiI{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-right:8px}.Item_avatar__GWILB{flex-shrink:0;height:64px;position:relative;width:64px}.Item_avatar__GWILB>img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Item_icon__ufC39{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-2px;display:flex;height:28px;justify-content:center;position:absolute;right:-2px;width:28px}.dark-mode .Item_icon__ufC39{border-color:#1a1d1f}.Item_icon__ufC39 img{width:16px}.Item_details__7-iCd{flex-basis:calc(100% - 64px);flex-grow:0;flex-shrink:0;padding-left:12px;width:calc(100% - 64px)}.Item_line__OWG2d{align-items:center;display:flex;padding-right:24px}.Item_subtitle__xt-N7{color:#1a1d1f;font-weight:700;margin-right:4px}.dark-mode .Item_subtitle__xt-N7{color:#fcfcfc}.Item_login__axk8o{color:#9a9fa5;font-weight:500;margin-right:auto}.Item_time__POggK{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;margin-left:16px}.Item_content__xZpUy{color:#6f767e;font-weight:500}.Item_content__xZpUy strong{color:#1a1d1f;font-weight:700}.dark-mode .Item_content__xZpUy strong{color:#fcfcfc}.Item_comment__O55xq{font-weight:500;margin-top:8px}.Filters_group__c0-5l{display:flex;flex-direction:column}.Filters_checkbox__sBcCT:not(:last-child),.Filters_radio__EEHnr:not(:last-child){margin-bottom:16px}.Filters_btns__Tvamo{display:flex;margin:32px -6px 0}.Filters_btns__Tvamo .Filters_button__i75Uu{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;width:calc(50% - 12px)}.Filters_variants__6-zJw{border-top:1px solid #efefef;display:flex;flex-direction:column;margin-top:32px;padding-top:32px}.dark-mode .Filters_variants__6-zJw{border-color:#272b30}.Radio_radio__VadDn{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block;position:relative;-webkit-user-select:none;user-select:none}.Radio_input__bvX5u{left:0;opacity:0;position:absolute;top:0}.Radio_input__bvX5u:checked+.Radio_inner__oxKN5 .Radio_tick__rWAiF{background:#2a85ff;border-color:#2a85ff}.Radio_input__bvX5u:checked+.Radio_inner__oxKN5 .Radio_tick__rWAiF:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.Radio_inner__oxKN5{display:flex}.Radio_inner__oxKN5:hover .Radio_tick__rWAiF{border-color:#2a85ff}.Radio_tick__rWAiF{border:2px solid hsla(212,6%,46%,.4);border-radius:50%;flex-shrink:0;height:24px;position:relative;transition:all .2s;width:24px}.Radio_tick__rWAiF:before{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 3px rgba(0,0,0,.25),inset 0 -1px 2px #dedede;content:"";height:12px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:12px}.Radio_text__wkpJ6{color:#1a1d1f;flex-grow:1;line-height:1.7142857143;padding-right:16px}.dark-mode .Radio_text__wkpJ6{color:#fcfcfc}@media only screen and (max-width:1023px){.Panel_panel__Y10h8{display:none}}.Panel_info__s6RB\+{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__s6RB\+ svg{fill:#6f767e;margin-right:12px}.Panel_info__s6RB\+ span{color:#1a1d1f}.dark-mode .Panel_info__s6RB\+ span{color:#fcfcfc}.Panel_actions__XyzXc{align-items:center;display:flex}.Panel_button__CUdW0:not(:last-child){margin-right:8px}.Teams_background__5Rxmg{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Teams_background__5Rxmg{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Teams_background__5Rxmg{height:320px}}@media only screen and (max-width:767px){.Teams_background__5Rxmg{height:252px;margin:-24px -16px 0}}.Teams_background__5Rxmg img{height:100%;object-fit:cover;width:100%}.Teams_card__w0VKs{margin:-64px auto 20px;max-width:1200px}.Teams_wrapper__efQ9i{margin:0 -12px}@media only screen and (max-width:767px){.Teams_wrapper__efQ9i{margin:0}}.Teams_table__QqKRA{display:table;width:100%}@media only screen and (max-width:767px){.Teams_table__QqKRA{display:block}}.Teams_row__0LM37{display:table-row}@media only screen and (max-width:767px){.Teams_row__0LM37{display:none}}.Teams_col__M775V{color:#6f767e;display:table-cell;font-size:12px;font-weight:700;line-height:1.3333333333;padding:4px 12px 16px}@media only screen and (max-width:767px){.Teams_col__M775V{padding:0}.Teams_col__M775V:first-child{margin-right:auto}}.Teams_col__M775V:last-child{text-align:right;width:120px}@media only screen and (max-width:767px){.Teams_col__M775V:last-child{width:auto}}.Teams_customHeader__\+9L63{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.Teams_empty__vDiee,.Teams_loading__8xKRS{color-color:#6f767e;color:#6f767e;padding:40px;text-align:center}.Row_row__hHovH:hover{background-color:#f4f4f4}.dark-mode .Row_row__hHovH:hover{background-color:#272b30}.Row_col__EwoVs{border-bottom:1px solid #efefef;padding:12px 16px;vertical-align:middle}.dark-mode .Row_col__EwoVs{border-color:#272b30}.Row_item__20YMN{align-items:center;display:flex}.Row_preview__NwqWH{border-radius:50%;height:40px;margin-right:12px;overflow:hidden;width:40px}.Row_preview__NwqWH img{height:100%;object-fit:cover;width:100%}.Row_details__n5Isz{flex-grow:1}.Row_name__zVHrF{font-size:14px;font-weight:600}.Row_email__Kt2WS{color:#6f767e;font-size:12px}.Row_role__DPm3c{font-size:14px}.Control_button__Zzh8H,.Control_control__nni-L{align-items:center;display:flex}.Control_button__Zzh8H{background:#f4f4f4;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.Control_button__Zzh8H svg{fill:#6f767e;transition:fill .2s}.Control_button__Zzh8H:hover svg{fill:#2a85ff}.Control_button__Zzh8H:not(:last-child){margin-right:16px}.FormationList_foot__du1gb{align-items:center;display:flex;justify-content:center;margin-top:24px}.FormationList_arrow__2wnLl{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .FormationList_arrow__2wnLl{border-color:transparent}.FormationList_arrow__2wnLl svg{fill:#6f767e;transition:fill .2s}.FormationList_arrow__2wnLl:hover{border-color:#efefef}.FormationList_arrow__2wnLl:hover svg{fill:#1a1d1f}.dark-mode .FormationList_arrow__2wnLl:hover{border-color:#272b30}.dark-mode .FormationList_arrow__2wnLl:hover svg{fill:#fcfcfc}.FormationList_arrow__2wnLl:not(:last-child){margin-right:8px}.FormationList_arrow__2wnLl:disabled{cursor:not-allowed;opacity:.5}.FormationList_arrow__2wnLl:disabled:hover{border-color:#efefef}.FormationList_arrow__2wnLl:disabled:hover svg{fill:#6f767e}.dark-mode .FormationList_arrow__2wnLl:disabled:hover{border-color:transparent}.dark-mode .FormationList_arrow__2wnLl:disabled:hover svg{fill:#6f767e}.FormationList_pagination__m9bh-{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.FormationList_head__XRdEq{margin-bottom:44px}@media only screen and (max-width:1023px){.FormationList_head__XRdEq{margin-bottom:32px}}@media only screen and (max-width:767px){.FormationList_head__XRdEq{flex-wrap:wrap;margin-bottom:24px}}.FormationList_head__XRdEq .FormationList_form__0cVvs{margin-right:auto}@media only screen and (max-width:1023px){.FormationList_head__XRdEq .FormationList_form__0cVvs{width:250px}}@media only screen and (max-width:767px){.FormationList_head__XRdEq .FormationList_form__0cVvs{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.FormationList_head__XRdEq.FormationList_hidden__k5Xft{display:none}}.FormationList_title__an-or{margin-right:24px}@media only screen and (max-width:767px){.FormationList_title__an-or{margin:0 0 16px}}.FormationList_nav__WUytO{display:flex}@media only screen and (max-width:767px){.FormationList_nav__WUytO{width:100%}}.FormationList_link__rPUl-{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.FormationList_link__rPUl-{flex:1 1}}.FormationList_link__rPUl-.FormationList_active__fDEFe,.FormationList_link__rPUl-:hover{color:#1a1d1f}.dark-mode .FormationList_link__rPUl-.FormationList_active__fDEFe,.dark-mode .FormationList_link__rPUl-:hover{color:#fcfcfc}.FormationList_link__rPUl-.FormationList_active__fDEFe{background:#efefef}.dark-mode .FormationList_link__rPUl-.FormationList_active__fDEFe{background:#272b30}.FormationList_link__rPUl-:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.FormationList_link__rPUl-:not(:last-child){margin-right:0}}.FormationList_filters__K14Ew{margin-left:8px}@media only screen and (max-width:1023px){.FormationList_filters__K14Ew{display:none}}.FormationList_details__I1cnz{display:none}.FormationList_row__UKlhm.FormationList_flex__Vqm6T{display:flex}.FormationList_row__UKlhm.FormationList_flex__Vqm6T .FormationList_table__BN5z8{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.FormationList_row__UKlhm.FormationList_flex__Vqm6T .FormationList_table__BN5z8{width:350px}}@media only screen and (max-width:1259px){.FormationList_row__UKlhm.FormationList_flex__Vqm6T .FormationList_table__BN5z8{width:320px}}@media only screen and (max-width:1023px){.FormationList_row__UKlhm.FormationList_flex__Vqm6T .FormationList_table__BN5z8{display:none}}.FormationList_row__UKlhm.FormationList_flex__Vqm6T .FormationList_details__I1cnz{display:block}.FormationList_loading__xNgaP{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.FormationList_error__CdnVZ{align-items:center;color:#2a85ff;display:flex;font-style:italic;justify-content:center;padding:20px 0}.FormationList_empty__WYqF8{background:#efefef;border-radius:8px;padding:20px;text-align:center}.dark-mode .FormationList_empty__WYqF8{background:#272b30;color:#fcfcfc}.Table_wrapper__VGomW{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__VGomW{margin:0}}.Table_table__7CK4E{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__7CK4E{display:block}}.Table_row__BK\+kz{display:table-row}@media only screen and (max-width:1023px){.Table_row__BK\+kz{display:none}}.Table_row__BK\+kz.Table_active__Xhqee .Table_col__2eUvV:not(:first-child):not(:nth-child(2)){display:none}.Table_row__BK\+kz.Table_active__Xhqee .Table_col__2eUvV:nth-child(2):after{right:12px}.Table_col__2eUvV{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__2eUvV:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__2eUvV:after{background:#272b30}.Table_col__2eUvV:first-child{font-size:0;width:56px}.Table_col__2eUvV:first-child:after{left:12px}.Table_col__2eUvV:nth-child(2){width:35%}.Table_col__2eUvV:nth-child(3),.Table_col__2eUvV:nth-child(4),.Table_col__2eUvV:nth-child(5){width:15%}.Table_col__2eUvV:nth-child(6){width:20%}.Table_col__2eUvV:last-child:after{right:12px}.Table_header__4vCu- .Table_col__2eUvV{font-weight:500}.Table_foot__zFiYu{margin-top:20px;text-align:center}.Table_foot__zFiYu .Table_button__kQ0uA .Table_loader__LAUUI{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_pagination__K3\+-6{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__\+idyn{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__\+idyn:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__\+idyn{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__PGhVn,.dark-mode .Table_pageButton__\+idyn:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__PGhVn{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__PGhVn{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__U\+GHU{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__U\+GHU{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__ov2ca{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__ov2ca{color:#6f767e}.Row_row__8BVah{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__8BVah{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__8BVah{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__8BVah:hover{background:#f4f4f4}.dark-mode .Row_row__8BVah:hover{background:#272b30}.Row_row__8BVah:hover .Row_price__bgnC8{background:#fcfcfc}.dark-mode .Row_row__8BVah:hover .Row_price__bgnC8{background:#111315}}.Row_row__8BVah:last-child .Row_col__Q1Cd8:after{display:none}.Row_row__8BVah.Row_active__LGpGd:hover{background:none}.Row_row__8BVah.Row_active__LGpGd .Row_col__Q1Cd8:not(:first-child):not(:nth-child(2)){display:none}.Row_row__8BVah.Row_active__LGpGd .Row_col__Q1Cd8:nth-child(2):after{right:12px}.Row_row__8BVah.Row_active__LGpGd.Row_selected__7Er6x{background:#efefef}.dark-mode .Row_row__8BVah.Row_active__LGpGd.Row_selected__7Er6x{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__8BVah.Row_active__LGpGd.Row_selected__7Er6x .Row_col__Q1Cd8:first-child{border-radius:12px 0 0 12px}.Row_row__8BVah.Row_active__LGpGd.Row_selected__7Er6x .Row_col__Q1Cd8:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__8BVah.Row_active__LGpGd.Row_selected__7Er6x .Row_col__Q1Cd8:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__Q1Cd8{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__Q1Cd8{display:block;padding:0}}.dark-mode .Row_col__Q1Cd8{color:#fcfcfc}.Row_col__Q1Cd8:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__Q1Cd8:after{display:none}}.dark-mode .Row_col__Q1Cd8:after{background:#272b30}.Row_col__Q1Cd8:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__Q1Cd8:first-child{display:none}}.Row_col__Q1Cd8:first-child:after{left:12px}.Row_col__Q1Cd8:last-child{border-radius:0 8px 8px 0}.Row_col__Q1Cd8:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__Q1Cd8:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__Q1Cd8:nth-child(3),.Row_col__Q1Cd8:nth-child(4),.Row_col__Q1Cd8:nth-child(6),.Row_col__Q1Cd8:nth-child(7){display:none}}.Row_item__ZeKho{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__ZeKho:hover{color:#2a85ff}.Row_item__ZeKho .Row_email__rdoI3{display:none}@media only screen and (max-width:1023px){.Row_item__ZeKho .Row_email__rdoI3{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__BBIGP{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__BBIGP img{height:100%;object-fit:cover;width:100%}.Row_user__TMEXc{word-wrap:break-word;margin-bottom:4px;max-width:300px;overflow-wrap:break-word}.Row_login__FM4\+H{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__FM4\+H{display:none}}.dark-mode .Row_login__FM4\+H{color:#9a9fa5}.Row_email__rdoI3{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__Q1Cd8>.Row_email__rdoI3{display:none}}.Row_lifetime__N-R2G{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__N-R2G{align-items:flex-end;flex-direction:column}}.Row_price__bgnC8{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__bgnC8{background:#272b30}.Row_balance__D-mFL{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__D-mFL{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__JFIdy{display:none}}.Panel_info__UYT9g{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__UYT9g svg{fill:#6f767e;margin-right:12px}.Panel_info__UYT9g span{color:#1a1d1f}.dark-mode .Panel_info__UYT9g span{color:#fcfcfc}.Panel_btns__7zjbS{align-items:center;display:flex}.Panel_button__GL2QJ:not(:last-child){margin-right:8px}.FormationDetail_button__kquON{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.FormationDetail_button__kquON{display:none}}.FormationDetail_background__ibOgM{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.FormationDetail_background__ibOgM{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.FormationDetail_background__ibOgM{height:320px}}@media only screen and (max-width:767px){.FormationDetail_background__ibOgM{height:252px;margin:-24px -16px 0}}.FormationDetail_background__ibOgM img{height:100%;object-fit:cover;width:100%}.FormationDetail_card__HGZzN{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.FormationDetail_card__HGZzN{margin-top:-188px}}.FormationDetail_control__qROCn{align-items:center;display:flex;margin-bottom:20px}.FormationDetail_nav__pm3A2{display:flex;margin-right:auto}@media only screen and (max-width:767px){.FormationDetail_desktopNav__KIpZz{display:none}}.FormationDetail_mobileNav__1y7MV{display:none;width:100%}@media only screen and (max-width:767px){.FormationDetail_mobileNav__1y7MV{display:block}}.FormationDetail_dropdown__-cKTH{width:100%}.FormationDetail_dropdown__-cKTH .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .FormationDetail_dropdown__-cKTH .dropdown__head{background:#272b30}.FormationDetail_link__mpFW3{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.FormationDetail_link__mpFW3{flex-grow:1}}.FormationDetail_link__mpFW3.FormationDetail_active__8llYa,.FormationDetail_link__mpFW3:hover{color:#1a1d1f}.dark-mode .FormationDetail_link__mpFW3.FormationDetail_active__8llYa,.dark-mode .FormationDetail_link__mpFW3:hover{color:#fcfcfc}.FormationDetail_link__mpFW3.FormationDetail_active__8llYa{background:#efefef}.dark-mode .FormationDetail_link__mpFW3.FormationDetail_active__8llYa{background:#272b30}.FormationDetail_link__mpFW3:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.FormationDetail_link__mpFW3:not(:last-child){margin-right:0}.FormationDetail_dropdownBox__GIHI8{flex-grow:1}}.FormationDetail_filters__og6eU{margin-left:16px}@media only screen and (max-width:767px){.FormationDetail_filters__og6eU{margin-left:12px}}.FormationDetail_foot__WIxgy{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.FormationDetail_foot__WIxgy{margin-top:32px}}@media only screen and (max-width:767px){.FormationDetail_foot__WIxgy{margin-top:24px}}.FormationDetail_profile__OyXl5{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.FormationDetail_profile__OyXl5{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.FormationDetail_profile__OyXl5{display:block}}@media only screen and (max-width:767px){.FormationDetail_profile__OyXl5{margin-bottom:32px;padding-bottom:32px}}.dark-mode .FormationDetail_profile__OyXl5{border-color:#272b30}.FormationDetail_statusContainer__yn4OP{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.FormationDetail_statusContainer__yn4OP{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.FormationDetail_statusContainer__yn4OP{flex-direction:column;gap:16px}}.FormationDetail_statusGroup__scISR{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.FormationDetail_statusLabel__3a\+Ww{color:#6f767e;font-size:14px;font-weight:500}.FormationDetail_statusBadge__Lz48m{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.FormationDetail_details__uLr42{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.FormationDetail_details__uLr42{margin-bottom:16px}}@media only screen and (max-width:767px){.FormationDetail_details__uLr42{margin-bottom:12px}}.FormationDetail_avatar__TCE3g{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.FormationDetail_avatar__TCE3g img{border-radius:50%;height:100%;object-fit:cover;width:100%}.FormationDetail_add__yHSZN{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.FormationDetail_add__yHSZN svg{fill:#fff}.FormationDetail_add__yHSZN:hover{background:#1176ff}.FormationDetail_info__At7UF{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.FormationDetail_info__At7UF{font-size:18px;font-size:15px;margin-top:4px}}.FormationCreate_button__F6Lt1{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.FormationCreate_button__F6Lt1{display:none}}.FormationCreate_background__Hc8kp{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.FormationCreate_background__Hc8kp{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.FormationCreate_background__Hc8kp{height:320px}}@media only screen and (max-width:767px){.FormationCreate_background__Hc8kp{height:252px;margin:-24px -16px 0}}.FormationCreate_background__Hc8kp img{height:100%;object-fit:cover;width:100%}.FormationCreate_card__HPCtj{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.FormationCreate_card__HPCtj{margin-top:-188px}}.FormationCreate_control__AfAQP{align-items:center;display:flex;margin-bottom:20px}.FormationCreate_nav__nt3pQ{display:flex;margin-right:auto}@media only screen and (max-width:767px){.FormationCreate_desktopNav__G826H{display:none}}.FormationCreate_mobileNav__ucAfr{display:none;width:100%}@media only screen and (max-width:767px){.FormationCreate_mobileNav__ucAfr{display:block}}.FormationCreate_dropdown__ynUZg{width:100%}.FormationCreate_dropdown__ynUZg .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .FormationCreate_dropdown__ynUZg .dropdown__head{background:#272b30}.FormationCreate_link__JGQ4j{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.FormationCreate_link__JGQ4j{flex-grow:1}}.FormationCreate_link__JGQ4j.FormationCreate_active__uzmZr,.FormationCreate_link__JGQ4j:hover{color:#1a1d1f}.dark-mode .FormationCreate_link__JGQ4j.FormationCreate_active__uzmZr,.dark-mode .FormationCreate_link__JGQ4j:hover{color:#fcfcfc}.FormationCreate_link__JGQ4j.FormationCreate_active__uzmZr{background:#efefef}.dark-mode .FormationCreate_link__JGQ4j.FormationCreate_active__uzmZr{background:#272b30}.FormationCreate_link__JGQ4j:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.FormationCreate_link__JGQ4j:not(:last-child){margin-right:0}.FormationCreate_dropdownBox__wdMUr{flex-grow:1}}.FormationCreate_filters__UCgNp{margin-left:16px}@media only screen and (max-width:767px){.FormationCreate_filters__UCgNp{margin-left:12px}}.FormationCreate_foot__GClti{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.FormationCreate_foot__GClti{margin-top:32px}}@media only screen and (max-width:767px){.FormationCreate_foot__GClti{margin-top:24px}}.FormationCreate_profile__aSo1E{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.FormationCreate_profile__aSo1E{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.FormationCreate_profile__aSo1E{display:block}}@media only screen and (max-width:767px){.FormationCreate_profile__aSo1E{margin-bottom:32px;padding-bottom:32px}}.dark-mode .FormationCreate_profile__aSo1E{border-color:#272b30}.FormationCreate_statusContainer__OiQR6{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.FormationCreate_statusContainer__OiQR6{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.FormationCreate_statusContainer__OiQR6{flex-direction:column;gap:16px}}.FormationCreate_statusGroup__moEHZ{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.FormationCreate_statusLabel__TlTdk{color:#6f767e;font-size:14px;font-weight:500}.FormationCreate_statusBadge__3QTV3{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.FormationCreate_details__Qs7P0{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.FormationCreate_details__Qs7P0{margin-bottom:16px}}@media only screen and (max-width:767px){.FormationCreate_details__Qs7P0{margin-bottom:12px}}.FormationCreate_avatar__f4\+au{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.FormationCreate_avatar__f4\+au img{border-radius:50%;height:100%;object-fit:cover;width:100%}.FormationCreate_add__1Gc6u{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.FormationCreate_add__1Gc6u svg{fill:#fff}.FormationCreate_add__1Gc6u:hover{background:#1176ff}.FormationCreate_info__BytrT{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.FormationCreate_info__BytrT{font-size:18px;font-size:15px;margin-top:4px}}.FormationInformations_card__xdBPs{margin:-64px auto 20px;max-width:1200px;padding:24px}.FormationInformations_description__drQCI .FormationInformations_field__ldg99{margin-bottom:12px}.FormationInformations_editor__TH6-N{margin-bottom:24px;margin-top:24px}.FormationInformations_divider__yN4ma{background:#e6e6e6;height:1px;margin:24px 0}.FormationInformations_group__uATMQ{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.FormationInformations_group__uATMQ{display:block;margin:0}}.FormationInformations_group__uATMQ .FormationInformations_field__ldg99{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.FormationInformations_group__uATMQ .FormationInformations_field__ldg99{margin:20px 0 0;width:100%}}.FormationInformations_field__ldg99{margin-bottom:24px;position:relative}.FormationInformations_fieldLabel__HUb2X{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.FormationInformations_fieldInput__Gaed4{align-items:center;display:flex;position:relative}.FormationInformations_fieldInput__Gaed4 svg{fill:#6f767e;left:12px;position:absolute}.FormationInformations_input__mGK44{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .FormationInformations_input__mGK44{background:#272b30}.FormationInformations_copy__XkPxm{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.FormationInformations_copy__XkPxm:hover{opacity:.8}.FormationInformations_preview__dETqA img{border-radius:12px;width:100%}.FormationInformations_btns__T5oPC{display:flex;margin:0 -8px}.FormationInformations_btns__T5oPC .FormationInformations_button__XoNLt{flex-grow:1;margin:0 8px}.MultiSelect_label__Mm-4k{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .MultiSelect_label__Mm-4k{color:#efefef}.MultiSelect_tooltip__7lL-p{position:relative;top:-1px}.MultiSelect_tooltip__7lL-p svg{fill:#9a9fa5}.MultiSelect_dropdown__3ZGO1{position:relative;z-index:3}.MultiSelect_dropdown__3ZGO1.MultiSelect_active__L\+GT7{z-index:10}.MultiSelect_dropdown__3ZGO1.MultiSelect_active__L\+GT7 .MultiSelect_head__6gnGc{background:#fff;box-shadow:inset 0 0 0 2px #9a9fa5}.dark-mode .MultiSelect_dropdown__3ZGO1.MultiSelect_active__L\+GT7 .MultiSelect_head__6gnGc{background:#111315;box-shadow:inset 0 0 0 2px #33383f;color:#fcfcfc}.MultiSelect_dropdown__3ZGO1.MultiSelect_active__L\+GT7 .MultiSelect_head__6gnGc:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.MultiSelect_dropdown__3ZGO1.MultiSelect_active__L\+GT7 .MultiSelect_body__9Qx7j{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.MultiSelect_dropdown__3ZGO1.MultiSelect_small__Ebsjk .MultiSelect_head__6gnGc{height:40px;line-height:40px;padding:0 40px 0 16px}.MultiSelect_dropdown__3ZGO1.MultiSelect_small__Ebsjk .MultiSelect_head__6gnGc:before{background-size:16px auto;width:40px}.MultiSelect_dropdown__3ZGO1.MultiSelect_small__Ebsjk .MultiSelect_option__qtc0w{padding:4px 16px}.MultiSelect_head__6gnGc{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:12px;box-shadow:inset 0 0 0 2px #efefef;color:#1a1d1f;cursor:pointer;font-size:14px;font-weight:600;height:48px;line-height:48px;padding:0 48px 0 12px;position:relative;transition:all .2s;-webkit-user-select:none;user-select:none}.MultiSelect_head__6gnGc:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m12.707 15.707-.094.083a1 1 0 0 1-1.32-.083l-6-6-.083-.094a1 1 0 0 1 1.497-1.32L12 13.585l5.293-5.292.094-.083a1 1 0 0 1 1.32 1.497l-6 6z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;bottom:0;content:"";position:absolute;right:0;top:0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:48px}.MultiSelect_head__6gnGc:hover{box-shadow:inset 0 0 0 2px #9a9fa5}.dark-mode .MultiSelect_head__6gnGc{background:none;box-shadow:inset 0 0 0 2px #272b30;color:#6f767e}.dark-mode .MultiSelect_head__6gnGc:hover{box-shadow:inset 0 0 0 2px #33383f}.MultiSelect_selection__xmcsx{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MultiSelect_body__9Qx7j{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 2px #efefef,0 4px 12px hsla(0,0%,96%,.1);left:0;opacity:0;padding:8px 0;position:absolute;right:0;top:calc(100% + 2px);-webkit-transform:translateY(3px);transform:translateY(3px);transition:all .2s;visibility:hidden}.dark-mode .MultiSelect_body__9Qx7j{background:#111315;box-shadow:inset 0 0 0 2px #33383f,0 4px 12px rgba(17,19,21,.1)}.MultiSelect_body__9Qx7j.MultiSelect_bodyUp__PHQ\+M{bottom:calc(100% + 2px);top:auto}.MultiSelect_option__qtc0w{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;color:#6f767e;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;padding:8px 12px;transition:color .2s}.MultiSelect_option__qtc0w:hover{color:#1a1d1f}.dark-mode .MultiSelect_option__qtc0w:hover{color:#fcfcfc}.MultiSelect_option__qtc0w.MultiSelect_selectioned__HGJoO,.dark-mode .MultiSelect_option__qtc0w.MultiSelect_selectioned__HGJoO{color:#2a85ff}.MultiSelect_checkbox__Pd\+If{align-items:center;border:2px solid #efefef;border-radius:4px;display:flex;height:18px;justify-content:center;margin-right:8px;width:18px}.dark-mode .MultiSelect_checkbox__Pd\+If{border-color:#33383f}.MultiSelect_selectioned__HGJoO .MultiSelect_checkbox__Pd\+If{background-color:#2a85ff;border-color:#2a85ff}.MultiSelect_check__\+CB38{color:#fff;font-size:12px;font-weight:700}.ResponsableInformation_card__7htNe{margin:-10px auto 20px;max-width:1200px;padding:24px}.ResponsableInformation_description__b1OyB .ResponsableInformation_field__LbcRx{margin-bottom:12px}.ResponsableInformation_editor__DsWyW{margin-bottom:24px;margin-top:24px}.ResponsableInformation_divider__I9N2G{background:#e6e6e6;height:1px;margin:24px 0}.ResponsableInformation_profile__7-2fL{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_profile__7-2fL{margin-bottom:24px}}@media only screen and (max-width:767px){.ResponsableInformation_profile__7-2fL>.ResponsableInformation_button__FJMnV{display:none}}.ResponsableInformation_fieldset__sQf2i{width:100%}.ResponsableInformation_avatar__ck4lu{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ResponsableInformation_avatar__ck4lu{height:80px;margin-right:16px;width:80px}}.ResponsableInformation_avatar__ck4lu img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ResponsableInformation_remove__Pme6P{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ResponsableInformation_remove__Pme6P{display:inline-block}}.ResponsableInformation_file__lhHcu{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ResponsableInformation_file__lhHcu{margin-right:0}}.ResponsableInformation_file__lhHcu input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ResponsableInformation_file__lhHcu .ResponsableInformation_button__FJMnV{padding:0 10px}}.ResponsableInformation_field__LbcRx:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_field__LbcRx:not(:last-child){margin-bottom:24px}}.ResponsableInformation_searchContainer__\+CJZi{margin-bottom:24px;position:relative;width:100%}.ResponsableInformation_searchResults__\+RFc9{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .ResponsableInformation_searchResults__\+RFc9{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ResponsableInformation_resultItem__asxfg{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.ResponsableInformation_resultItem__asxfg:hover{background:#f4f4f4}.dark-mode .ResponsableInformation_resultItem__asxfg:hover{background:#272b30}.ResponsableInformation_resultItem__asxfg:last-child{border-bottom:none}.ResponsableInformation_resultContent__ZEazy{align-items:center;display:flex}.ResponsableInformation_avatar__ck4lu img,.ResponsableInformation_companyLogo__Fo2ZK{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.ResponsableInformation_companyInfo__TbPHj,.ResponsableInformation_userInfo__-lSz\+{flex:1 1}.ResponsableInformation_companyName__3C1Mp,.ResponsableInformation_userName__O8TdG{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ResponsableInformation_companyName__3C1Mp,.dark-mode .ResponsableInformation_userName__O8TdG{color:#fcfcfc}.ResponsableInformation_companyDetails__gPFmw,.ResponsableInformation_userCenter__o70p7,.ResponsableInformation_userEmail__mM9j9{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.ResponsableInformation_loading__RF48W,.ResponsableInformation_noResults__zGywc{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .ResponsableInformation_loading__RF48W,.dark-mode .ResponsableInformation_noResults__zGywc{background:#272b30}.ResponsableInformation_loading__RF48W .ResponsableInformation_link__WjwBf,.ResponsableInformation_noResults__zGywc .ResponsableInformation_link__WjwBf{display:block;margin-top:8px}.ResponsableInformation_loading__RF48W{color:#2a85ff;font-weight:500}.ResponsableInformation_selectedCompanyDetails__9o8x-,.ResponsableInformation_selectedUserDetails__3ZSxm{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__9o8x-,.dark-mode .ResponsableInformation_selectedUserDetails__3ZSxm{background:#272b30}.ResponsableInformation_selectedCompanyDetails__9o8x- h3,.ResponsableInformation_selectedUserDetails__3ZSxm h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__9o8x- h3,.dark-mode .ResponsableInformation_selectedUserDetails__3ZSxm h3{color:#fcfcfc}.ResponsableInformation_detailRow__sVyIe{display:flex;margin-bottom:8px}.ResponsableInformation_detailRow__sVyIe:last-child{margin-bottom:0}.ResponsableInformation_label__xW2pR{color:#6f767e;font-weight:500;width:100px}.ResponsableInformation_value__u4l84{color:#1a1d1f;flex:1 1}.dark-mode .ResponsableInformation_value__u4l84{color:#f4f4f4}.ResponsableInformation_actions__pCI40{display:flex;justify-content:flex-end;margin-top:24px}.ResponsableInformation_button__FJMnV{min-width:180px}.AddressInformations_card__soPS\+{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__lhsv2 .AddressInformations_field__7I1rl{margin-bottom:12px}.AddressInformations_editor__dIDVc{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__ZTtkG{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__2jwRE{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__2jwRE{display:block;margin:0}}.AddressInformations_group__2jwRE .AddressInformations_field__7I1rl{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__2jwRE .AddressInformations_field__7I1rl{margin:20px 0 0;width:100%}}.AddressInformations_field__7I1rl{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__Stc26{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__-nixI{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__-nixI svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__SxW4P{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__SxW4P{background:#272b30}.AddressInformations_copy__oipod{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__oipod:hover{opacity:.8}.AddressInformations_preview__zzK3l img{border-radius:12px;width:100%}.AddressInformations_btns__HIRTG{display:flex;margin:0 -8px}.AddressInformations_btns__HIRTG .AddressInformations_button__pZtBH{flex-grow:1;margin:0 8px}.CentreInformation_card__dN4ZD{margin:-10px auto 20px;max-width:1200px;padding:24px}.CentreInformation_description__Aq\+xL .CentreInformation_field__LezXF{margin-bottom:12px}.CentreInformation_editor__lvkIq{margin-bottom:24px;margin-top:24px}.CentreInformation_divider__P9fj7{background:#e6e6e6;height:1px;margin:24px 0}.CentreInformation_profile__cVwT-{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_profile__cVwT-{margin-bottom:24px}}@media only screen and (max-width:767px){.CentreInformation_profile__cVwT->.CentreInformation_button__lnN95{display:none}}.CentreInformation_fieldset__wM6xW{width:100%}.CentreInformation_avatar__y-pfk{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.CentreInformation_avatar__y-pfk{height:80px;margin-right:16px;width:80px}}.CentreInformation_avatar__y-pfk img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CentreInformation_remove__D0MLo{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.CentreInformation_remove__D0MLo{display:inline-block}}.CentreInformation_file__zWuZB{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.CentreInformation_file__zWuZB{margin-right:0}}.CentreInformation_file__zWuZB input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.CentreInformation_file__zWuZB .CentreInformation_button__lnN95{padding:0 10px}}.CentreInformation_field__LezXF:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_field__LezXF:not(:last-child){margin-bottom:24px}}.CentreInformation_searchContainer__xMzR-{margin-bottom:24px;position:relative;width:100%}.CentreInformation_searchResults__nmdA2{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .CentreInformation_searchResults__nmdA2{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.CentreInformation_resultItem__rFbWt{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.CentreInformation_resultItem__rFbWt:hover{background:#f4f4f4}.dark-mode .CentreInformation_resultItem__rFbWt:hover{background:#272b30}.CentreInformation_resultItem__rFbWt:last-child{border-bottom:none}.CentreInformation_resultContent__32Ryj{align-items:center;display:flex}.CentreInformation_companyLogo__dnBCa{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.CentreInformation_companyInfo__-cVmF{flex:1 1}.CentreInformation_companyName__DJHeU{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .CentreInformation_companyName__DJHeU{color:#fcfcfc}.CentreInformation_companyDetails__KUJBb{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.CentreInformation_noResults__7G3Yd{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .CentreInformation_noResults__7G3Yd{background:#272b30}.CentreInformation_noResults__7G3Yd .CentreInformation_link__eRkKL{display:block;margin-top:8px}.CentreInformation_selectedCompanyDetails__lpe-9{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .CentreInformation_selectedCompanyDetails__lpe-9{background:#272b30}.CentreInformation_selectedCompanyDetails__lpe-9 h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .CentreInformation_selectedCompanyDetails__lpe-9 h3{color:#fcfcfc}.CentreInformation_detailRow__aJa4Z{display:flex;margin-bottom:8px}.CentreInformation_detailRow__aJa4Z:last-child{margin-bottom:0}.CentreInformation_label__v0ItW{color:#6f767e;font-weight:500;width:100px}.CentreInformation_value__ldp0d{color:#1a1d1f;flex:1 1}.dark-mode .CentreInformation_value__ldp0d{color:#f4f4f4}.CostsInformations_card__Ar3K1{margin:-10px auto 20px;max-width:1200px;padding:24px}.CostsInformations_section__Yz7\+T{margin-bottom:32px}.CostsInformations_sectionHeader__OmBve{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.CostsInformations_sectionTitle__YPcdT{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .CostsInformations_sectionTitle__YPcdT{color:#fcfcfc}.CostsInformations_field__2a77Y{margin-bottom:16px}.CostsInformations_fieldLabel__onH3N{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CostsInformations_fieldInput__jfbdF{align-items:center;display:flex;position:relative}.CostsInformations_fieldInput__jfbdF svg{fill:#6f767e;left:12px;position:absolute}.CostsInformations_input__Ann8n{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CostsInformations_input__Ann8n{background:#272b30}.CostsInformations_copy__vs8ma{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CostsInformations_copy__vs8ma:hover{opacity:.8}.CostsInformations_preview__q-2ij img{border-radius:12px;width:100%}.CostsInformations_btns__wOzW9{display:flex;margin:0 -8px}.CostsInformations_btns__wOzW9 .CostsInformations_button__HQ2zb{flex-grow:1;margin:0 8px}.DualButton_field__7c3cI:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.DualButton_field__7c3cI:not(:last-child){margin-bottom:24px}}.DualButton_label__OZyFe{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .DualButton_label__OZyFe{color:#efefef}.DualButton_dualButton__TO680{border:1px solid #efefef;border-radius:8px;display:flex;overflow:hidden}.dark-mode .DualButton_dualButton__TO680{border-color:#272b30}.DualButton_optionButton__ajokn{background:#fcfcfc;border:none;color:#6f767e;cursor:pointer;flex:1 1;font-weight:600;padding:12px 24px;transition:all .2s ease}.DualButton_optionButton__ajokn:not(:last-child){border-right:1px solid #efefef}.dark-mode .DualButton_optionButton__ajokn:not(:last-child){border-right-color:#272b30}.DualButton_optionButton__ajokn:hover{background:#f4f4f4;color:#272b30}.DualButton_optionButton__ajokn.DualButton_active__bu40s{background:#3b82f6;color:#fcfcfc}.dark-mode .DualButton_optionButton__ajokn{background:#1a1d1f;color:#f4f4f4}.dark-mode .DualButton_optionButton__ajokn:hover{background:#272b30;color:#fcfcfc}.dark-mode .DualButton_optionButton__ajokn.DualButton_active__bu40s{background:#3b82f6;color:#fcfcfc}.DualButton_hint__m7mtY{color:#6f767e;font-size:13px;font-style:italic;font-weight:600;line-height:1.2307692308;margin-top:8px}.dark-mode .DualButton_hint__m7mtY{color:#f4f4f4}.ImagesAndCTA_card__ihno7{margin:-10px auto 20px;max-width:1200px;padding:24px}.ImagesAndCTA_description__PFWG7 .ImagesAndCTA_field__7kG9\+{margin-bottom:12px}.ImagesAndCTA_editor__MHosy{margin-bottom:24px;margin-top:24px}.ImagesAndCTA_divider__ptTxt{background:#e6e6e6;height:1px;margin:24px 0}.ImagesAndCTA_profile__7Xnmy{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ImagesAndCTA_profile__7Xnmy{margin-bottom:24px}}@media only screen and (max-width:767px){.ImagesAndCTA_profile__7Xnmy>.ImagesAndCTA_button__Waook{display:none}}.ImagesAndCTA_fieldset__BJ0b8{width:100%}.ImagesAndCTA_avatar__gOW45{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ImagesAndCTA_avatar__gOW45{height:80px;margin-right:16px;width:80px}}.ImagesAndCTA_avatar__gOW45 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ImagesAndCTA_remove__Ns9Fe{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ImagesAndCTA_remove__Ns9Fe{display:inline-block}}.ImagesAndCTA_file__GyumN{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ImagesAndCTA_file__GyumN{margin-right:0}}.ImagesAndCTA_file__GyumN input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ImagesAndCTA_file__GyumN .ImagesAndCTA_button__Waook{padding:0 10px}}.ImagesAndCTA_field__7kG9\+:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ImagesAndCTA_field__7kG9\+:not(:last-child){margin-bottom:24px}}.ImagesAndCTA_searchContainer__rAPdw{margin-bottom:24px;position:relative;width:100%}.ImagesAndCTA_searchResults__pQBrM{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .ImagesAndCTA_searchResults__pQBrM{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ImagesAndCTA_resultItem__7borE{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.ImagesAndCTA_resultItem__7borE:hover{background:#f4f4f4}.dark-mode .ImagesAndCTA_resultItem__7borE:hover{background:#272b30}.ImagesAndCTA_resultItem__7borE:last-child{border-bottom:none}.ImagesAndCTA_resultContent__MHEAv{align-items:center;display:flex}.ImagesAndCTA_companyLogo__hneep{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.ImagesAndCTA_companyInfo__Rj\+GQ{flex:1 1}.ImagesAndCTA_companyName__D-2-t{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ImagesAndCTA_companyName__D-2-t{color:#fcfcfc}.ImagesAndCTA_companyDetails__Sv7d4{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.ImagesAndCTA_noResults__N96pB{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .ImagesAndCTA_noResults__N96pB{background:#272b30}.ImagesAndCTA_noResults__N96pB .ImagesAndCTA_link__DBjR0{display:block;margin-top:8px}.ImagesAndCTA_selectedCompanyDetails__bUzVQ{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .ImagesAndCTA_selectedCompanyDetails__bUzVQ{background:#272b30}.ImagesAndCTA_selectedCompanyDetails__bUzVQ h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .ImagesAndCTA_selectedCompanyDetails__bUzVQ h3{color:#fcfcfc}.ImagesAndCTA_detailRow__Qosd6{display:flex;margin-bottom:8px}.ImagesAndCTA_detailRow__Qosd6:last-child{margin-bottom:0}.ImagesAndCTA_label__Amz\+o{color:#6f767e;font-weight:500;width:100px}.ImagesAndCTA_value__bpBWF{color:#1a1d1f;flex:1 1}.dark-mode .ImagesAndCTA_value__bpBWF{color:#f4f4f4}.ImagesAndCTA_loadingState__ArRCU{background:#f4f4f4;border-radius:8px;margin-bottom:24px;padding:32px;text-align:center}.dark-mode .ImagesAndCTA_loadingState__ArRCU{background:#272b30}.ImagesAndCTA_loadingContent__fCfFC{align-items:center;display:flex;flex-direction:column;gap:16px}.ImagesAndCTA_loadingContent__fCfFC p{color:#6f767e;font-size:14px;margin:0}.ImagesAndCTA_spinner__HX-Kp{-webkit-animation:ImagesAndCTA_spin__NlvXv 1s linear infinite;animation:ImagesAndCTA_spin__NlvXv 1s linear infinite;border:3px solid #efefef;border-radius:50%;border-top-color:#2a85ff;height:32px;width:32px}.dark-mode .ImagesAndCTA_spinner__HX-Kp{border:3px solid #33383f;border-top-color:#2a85ff}@-webkit-keyframes ImagesAndCTA_spin__NlvXv{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ImagesAndCTA_spin__NlvXv{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ImagesAndCTA_uploadedDocument__KFyt-{background:#f4f4f4;border-radius:8px;margin-bottom:24px;padding:16px}.dark-mode .ImagesAndCTA_uploadedDocument__KFyt-{background:#272b30}.ImagesAndCTA_documentHeader__U6Q4K{margin-bottom:16px}.ImagesAndCTA_documentHeader__U6Q4K h4{color:#1a1d1f;font-weight:600;margin:0}.dark-mode .ImagesAndCTA_documentHeader__U6Q4K h4{color:#fcfcfc}.ImagesAndCTA_documentItem__Bk7B-{align-items:center;background:#fcfcfc;border-radius:8px;display:flex;padding:12px}.dark-mode .ImagesAndCTA_documentItem__Bk7B-{background:#1a1d1f}.ImagesAndCTA_preview__R883a{flex-shrink:0;height:40px;margin-right:16px;width:40px}.ImagesAndCTA_preview__R883a img{border-radius:4px;height:100%;object-fit:cover;width:100%}.ImagesAndCTA_documentInfo__i19En{flex:1 1}.ImagesAndCTA_documentInfo__i19En .ImagesAndCTA_title__rbPcs{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ImagesAndCTA_documentInfo__i19En .ImagesAndCTA_title__rbPcs{color:#fcfcfc}.ImagesAndCTA_documentInfo__i19En .ImagesAndCTA_details__2bRY2{color:#6f767e;font-size:14px}.ImagesAndCTA_deleteButton__wZw6a{align-items:center;background:none;border:none;border-radius:50%;color:#6f767e;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:16px;padding:8px;transition:all .2s ease}.ImagesAndCTA_deleteButton__wZw6a:hover{background:#efefef;color:#272b30}.dark-mode .ImagesAndCTA_deleteButton__wZw6a:hover{background:#33383f;color:#f4f4f4}.ImagesAndCTA_deleteButton__wZw6a:active{-webkit-transform:scale(.95);transform:scale(.95)}.ImagesAndCTA_downloadButton__cF3bZ{align-items:center;background:none;border:none;border-radius:50%;color:#2a85ff;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:16px;padding:8px;transition:all .2s ease}.ImagesAndCTA_downloadButton__cF3bZ:hover,.dark-mode .ImagesAndCTA_downloadButton__cF3bZ:hover{background:#2a85ff;color:#fcfcfc}.ImagesAndCTA_downloadButton__cF3bZ:active{-webkit-transform:scale(.95);transform:scale(.95)}.ImagesAndCTA_documentActions__cMlk0{flex-shrink:0;margin-left:16px}.ImagesAndCTA_noDocument__Zwl9M{background:#f4f4f4;border-radius:8px;margin-bottom:24px;padding:32px;text-align:center}.dark-mode .ImagesAndCTA_noDocument__Zwl9M{background:#272b30}.ImagesAndCTA_noDocumentContent__spq7M{align-items:center;color:#6f767e;display:flex;flex-direction:column;gap:16px}.ImagesAndCTA_noDocumentContent__spq7M p{font-size:14px;margin:0}.File_label__dfi1M{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:14px}.dark-mode .File_label__dfi1M{color:#efefef}.File_tooltip__Qw9RI{position:relative;top:-1px}.File_tooltip__Qw9RI svg{fill:#9a9fa5}.File_wrap__bosL-{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.dark-mode .File_wrap__bosL-{background:#272b30}.File_input__2XGNV{font-size:340px;left:0;opacity:0;position:absolute;top:0}.File_input__2XGNV:hover+.File_box__NJ7XU{border-color:#6f767e}.dark-mode .File_input__2XGNV:hover+.File_box__NJ7XU{border-color:#33383f}.File_box__NJ7XU{align-items:center;background:#fcfcfc;border:2px solid #efefef;border-radius:12px;box-shadow:0 12px 13px -6px rgba(0,0,0,.04);display:flex;font-size:15px;font-weight:700;height:48px;justify-content:center;line-height:1.6;padding:0 20px;transition:border-color .2s}.dark-mode .File_box__NJ7XU{background:#1a1d1f;border-color:#272b30;box-shadow:0 4px 4px rgba(0,0,0,.25),0 12px 13px -6px rgba(0,0,0,.04),inset 0 2px 4px #31353b}.File_box__NJ7XU svg{margin-right:8px}.dark-mode .File_box__NJ7XU svg{fill:#fcfcfc}.Promotion_card__wJUW9{margin:-64px auto 20px;max-width:1200px}.Promotion_head__tKCjU{margin-bottom:44px}@media only screen and (max-width:1023px){.Promotion_head__tKCjU{margin-bottom:32px}}@media only screen and (max-width:767px){.Promotion_head__tKCjU{flex-wrap:wrap;margin-bottom:24px}}.Promotion_title__ma1A4{margin-right:24px}@media only screen and (max-width:1023px){.Promotion_form__hp-gV{width:300px}}@media only screen and (max-width:767px){.Promotion_form__hp-gV{margin-top:16px;order:3;width:100%}}.Promotion_sorting__MOWkZ{display:flex;margin-left:auto}.Promotion_empty__4jBwe{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Promotion_empty__4jBwe{background:#272b30;color:#fcfcfc}.Table_wrapper__Npj06{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__Npj06{margin:0}}.Table_table__dR9e3{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__dR9e3{display:block}}.Table_row__5NW3i{display:table-row}@media only screen and (max-width:1023px){.Table_row__5NW3i{display:none}}.Table_col__PyJrf{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__PyJrf:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__PyJrf:after{background:#272b30}.Table_col__PyJrf:first-child{font-size:0;width:56px}.Table_col__PyJrf:first-child:after{left:12px}.Table_col__PyJrf:last-child{padding-right:164px}.Table_col__PyJrf:last-child:after{right:12px}.Row_row__6Gk57{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__6Gk57{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__6Gk57{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__6Gk57:hover{background:#f4f4f4}.dark-mode .Row_row__6Gk57:hover{background:#272b30}.Row_row__6Gk57:hover .Row_control__PQsnR{opacity:1;visibility:visible}}.Row_col__CSn2c{display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__CSn2c{display:block;padding:0;position:static}}.Row_col__CSn2c:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__CSn2c:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__CSn2c:after{display:none}}.Row_col__CSn2c:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__CSn2c:first-child{display:none}}.Row_col__CSn2c:first-child:after{left:12px}.Row_col__CSn2c:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__CSn2c:last-child{padding:0}}.Row_col__CSn2c:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__CSn2c:not(:nth-child(2)){display:none}}.Row_item__kCqC1{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__kCqC1{align-items:stretch}}.dark-mode .Row_item__kCqC1{color:#fcfcfc}.Row_item__kCqC1:hover{color:#2a85ff}.Row_item__kCqC1 .Row_date__lfViz,.Row_item__kCqC1 .Row_empty__ENIz5,.Row_item__kCqC1 .Row_price__XzW\+T{display:none}@media only screen and (max-width:1023px){.Row_item__kCqC1 .Row_empty__ENIz5,.Row_item__kCqC1 .Row_price__XzW\+T{display:inline-block}.Row_item__kCqC1 .Row_date__lfViz{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__kCqC1 .Row_date__lfViz svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__8whbs{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__8whbs img{height:100%;object-fit:cover;width:100%}.Row_product__VilqS{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__VilqS{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__eSSfg{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__eSSfg{display:none}}.Row_empty__ENIz5,.Row_price__XzW\+T{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__XzW\+T{background:#b5e4ca}.dark-mode .Row_price__XzW\+T{color:#1a1d1f}.Row_empty__ENIz5{background:#efefef}.dark-mode .Row_empty__ENIz5{background:#272b30;color:#fcfcfc}.Row_control__PQsnR{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__PQsnR{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__PQsnR{display:none}}.Row_actions__tEFvJ{display:none}@media only screen and (max-width:1023px){.Row_actions__tEFvJ{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__tEFvJ .Row_actionsHead__LSHM0{background:none}.Control_control__h4nhc{align-items:center;display:flex}.Control_button__qFSTG{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__qFSTG{background:#efefef}}.dark-mode .Control_button__qFSTG{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__qFSTG{background:#272b30}}.Control_button__qFSTG svg{fill:#6f767e;transition:fill .2s}.Control_button__qFSTG:hover svg{fill:#2a85ff}.Control_button__qFSTG:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__YxcO9{display:none}}.Panel_info__c60jW{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__c60jW svg{fill:#6f767e;margin-right:12px}.Panel_info__c60jW span{color:#1a1d1f}.dark-mode .Panel_info__c60jW span{color:#fcfcfc}.Panel_btns__1gsmf{align-items:center;display:flex}.Panel_button__a2e7S:not(:last-child){margin-right:8px}.ModalTutor_modal__PB7jA{-webkit-animation:ModalTutor_showModal__P91eX .4s forwards;animation:ModalTutor_showModal__P91eX .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalTutor_modal__PB7jA{padding:88px 16px 24px}}.dark-mode .ModalTutor_modal__PB7jA{background:#111315}@-webkit-keyframes ModalTutor_showModal__P91eX{0%{opacity:0}to{opacity:1}}@keyframes ModalTutor_showModal__P91eX{0%{opacity:0}to{opacity:1}}.ModalTutor_outer__XKmoP{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;width:900px;z-index:2}@media only screen and (max-width:1023px){.ModalTutor_outer__XKmoP{width:700px}}@media only screen and (max-width:767px){.ModalTutor_outer__XKmoP{width:100%}}.ModalTutor_control__6cBpz{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalTutor_control__6cBpz{left:16px;right:16px;top:16px}}.dark-mode .ModalTutor_control__6cBpz .ModalTutor_button__uo86u{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalTutor_control__6cBpz .ModalTutor_button__uo86u:hover{background:#272b30}.ModalTutor_close__JXYsk{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalTutor_close__JXYsk svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalTutor_close__JXYsk{background:#1a1d1f}.dark-mode .ModalTutor_close__JXYsk svg{fill:#fcfcfc}.ModalTutor_close__JXYsk:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalTutor_overview__yVhUq{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalTutor_overview__yVhUq::-webkit-scrollbar{width:6px}.ModalTutor_overview__yVhUq::-webkit-scrollbar-track{background:transparent}.ModalTutor_overview__yVhUq::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalTutor_subtitle__MbPJ1{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalTutor_subtitle__MbPJ1{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalTutor_subtitle__MbPJ1{margin-bottom:12px}}.ModalTutor_content__nc8m6 h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTutor_content__nc8m6 p{line-height:1.5;margin-bottom:16px}.ModalTutor_content__nc8m6 p:last-child{margin-bottom:0}.ModalTutor_sectionTitle__-vAdQ{margin-bottom:16px}@media only screen and (max-width:767px){.ModalTutor_sectionTitle__-vAdQ{font-size:20px}}.ModalTutor_firstConnexionContent__WQe4L{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalTutor_firstConnexionContent__WQe4L h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalTutor_firstConnexionContent__WQe4L .ModalTutor_figcaption__Upzt1{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalTutor_firstConnexionContent__WQe4L .ModalTutor_saveButton__n-i\+Y{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalTutor_firstConnexionContent__WQe4L .ModalTutor_saveButton__n-i\+Y:hover{background:#1176ff}.ModalTutor_galleryContainer__2kILg{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalTutor_galleryContainer__2kILg .ModalTutor_galleryImage__2S5Wm{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalTutor_galleryContainer__2kILg .ModalTutor_galleryImage__2S5Wm img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalTutor_galleryContainer__2kILg .ModalTutor_galleryImage__2S5Wm img{aspect-ratio:1/1}}.ModalTutor_description__5pwyb>.ModalTutor_field__m4bUV:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalTutor_description__5pwyb>.ModalTutor_field__m4bUV:not(:last-child){margin-bottom:24px}}.ModalTutor_field__m4bUV{margin-bottom:20px}.ModalTutor_divider__J3eQR{background:#e6e6e6;height:1px;margin:24px 0}.ModalTutor_group__YylP4{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ModalTutor_group__YylP4{display:block;margin:0}}.ModalTutor_group__YylP4 .ModalTutor_field__m4bUV{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalTutor_group__YylP4 .ModalTutor_field__m4bUV{margin:20px 0 0;width:100%}}.FormationCreate_button__2t7y1{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.FormationCreate_button__2t7y1{display:none}}.FormationCreate_background__pztKb{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.FormationCreate_background__pztKb{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.FormationCreate_background__pztKb{height:320px}}@media only screen and (max-width:767px){.FormationCreate_background__pztKb{height:252px;margin:-24px -16px 0}}.FormationCreate_background__pztKb img{height:100%;object-fit:cover;width:100%}.FormationCreate_card__ACKRO{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.FormationCreate_card__ACKRO{margin-top:-188px}}.FormationCreate_control__7jDPM{align-items:center;display:flex;margin-bottom:20px}.FormationCreate_nav__lpEQP{display:flex;margin-right:auto}@media only screen and (max-width:767px){.FormationCreate_desktopNav__ednaU{display:none}}.FormationCreate_mobileNav__UEKA-{display:none;width:100%}@media only screen and (max-width:767px){.FormationCreate_mobileNav__UEKA-{display:block}}.FormationCreate_dropdown__iG871{width:100%}.FormationCreate_dropdown__iG871 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .FormationCreate_dropdown__iG871 .dropdown__head{background:#272b30}.FormationCreate_link__rWNb3{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.FormationCreate_link__rWNb3{flex-grow:1}}.FormationCreate_link__rWNb3.FormationCreate_active__bn2NK,.FormationCreate_link__rWNb3:hover{color:#1a1d1f}.dark-mode .FormationCreate_link__rWNb3.FormationCreate_active__bn2NK,.dark-mode .FormationCreate_link__rWNb3:hover{color:#fcfcfc}.FormationCreate_link__rWNb3.FormationCreate_active__bn2NK{background:#efefef}.dark-mode .FormationCreate_link__rWNb3.FormationCreate_active__bn2NK{background:#272b30}.FormationCreate_link__rWNb3:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.FormationCreate_link__rWNb3:not(:last-child){margin-right:0}.FormationCreate_dropdownBox__uL4yN{flex-grow:1}}.FormationCreate_filters__LtfY1{margin-left:16px}@media only screen and (max-width:767px){.FormationCreate_filters__LtfY1{margin-left:12px}}.FormationCreate_foot__sTaEb{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.FormationCreate_foot__sTaEb{margin-top:32px}}@media only screen and (max-width:767px){.FormationCreate_foot__sTaEb{margin-top:24px}}.FormationCreate_profile__7R2-5{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.FormationCreate_profile__7R2-5{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.FormationCreate_profile__7R2-5{display:block}}@media only screen and (max-width:767px){.FormationCreate_profile__7R2-5{margin-bottom:32px;padding-bottom:32px}}.dark-mode .FormationCreate_profile__7R2-5{border-color:#272b30}.FormationCreate_statusContainer__f8xx6{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.FormationCreate_statusContainer__f8xx6{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.FormationCreate_statusContainer__f8xx6{flex-direction:column;gap:16px}}.FormationCreate_statusGroup__X3zOJ{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.FormationCreate_statusLabel__PpBz8{color:#6f767e;font-size:14px;font-weight:500}.FormationCreate_statusBadge__eiIkl{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.FormationCreate_details__YA8yw{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.FormationCreate_details__YA8yw{margin-bottom:16px}}@media only screen and (max-width:767px){.FormationCreate_details__YA8yw{margin-bottom:12px}}.FormationCreate_avatar__ALBqA{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.FormationCreate_avatar__ALBqA img{border-radius:50%;height:100%;object-fit:cover;width:100%}.FormationCreate_add__cGb50{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.FormationCreate_add__cGb50 svg{fill:#fff}.FormationCreate_add__cGb50:hover{background:#1176ff}.FormationCreate_info__A-ng2{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.FormationCreate_info__A-ng2{font-size:18px;font-size:15px;margin-top:4px}}.FormationInformations_card__hx2Fp{margin:-64px auto 20px;max-width:1200px;padding:24px}.FormationInformations_description__oZ6AT .FormationInformations_field__lMyLi{margin-bottom:12px}.FormationInformations_editor__0gw2V{margin-bottom:24px;margin-top:24px}.FormationInformations_divider__U3-Du{background:#e6e6e6;height:1px;margin:24px 0}.FormationInformations_group__2aHyi{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.FormationInformations_group__2aHyi{display:block;margin:0}}.FormationInformations_group__2aHyi .FormationInformations_field__lMyLi{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.FormationInformations_group__2aHyi .FormationInformations_field__lMyLi{margin:20px 0 0;width:100%}}.FormationInformations_field__lMyLi{margin-bottom:24px;position:relative}.FormationInformations_fieldLabel__zRWbQ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.FormationInformations_fieldInput__cET3c{align-items:center;display:flex;position:relative}.FormationInformations_fieldInput__cET3c svg{fill:#6f767e;left:12px;position:absolute}.FormationInformations_input__PG51x{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .FormationInformations_input__PG51x{background:#272b30}.FormationInformations_copy__3tLga{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.FormationInformations_copy__3tLga:hover{opacity:.8}.FormationInformations_preview__CPR8I img{border-radius:12px;width:100%}.FormationInformations_btns__PSJvo{display:flex;margin:0 -8px}.FormationInformations_btns__PSJvo .FormationInformations_button__aSen0{flex-grow:1;margin:0 8px}.ResponsableInformation_card__SXEIV{margin:-10px auto 20px;max-width:1200px;padding:24px}.ResponsableInformation_description__PIlbC .ResponsableInformation_field__ShIUQ{margin-bottom:12px}.ResponsableInformation_editor__tPxyO{margin-bottom:24px;margin-top:24px}.ResponsableInformation_divider__HDkHZ{background:#e6e6e6;height:1px;margin:24px 0}.ResponsableInformation_profile__R9rXW{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_profile__R9rXW{margin-bottom:24px}}@media only screen and (max-width:767px){.ResponsableInformation_profile__R9rXW>.ResponsableInformation_button__fI-dX{display:none}}.ResponsableInformation_fieldset__BOVyQ{width:100%}.ResponsableInformation_avatar__8cqyt{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ResponsableInformation_avatar__8cqyt{height:80px;margin-right:16px;width:80px}}.ResponsableInformation_avatar__8cqyt img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ResponsableInformation_remove__8qg6W{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ResponsableInformation_remove__8qg6W{display:inline-block}}.ResponsableInformation_file__6T7FL{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ResponsableInformation_file__6T7FL{margin-right:0}}.ResponsableInformation_file__6T7FL input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ResponsableInformation_file__6T7FL .ResponsableInformation_button__fI-dX{padding:0 10px}}.ResponsableInformation_field__ShIUQ:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_field__ShIUQ:not(:last-child){margin-bottom:24px}}.ResponsableInformation_searchContainer__K14WM{margin-bottom:24px;position:relative;width:100%}.ResponsableInformation_searchResults__zo0Zm{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .ResponsableInformation_searchResults__zo0Zm{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ResponsableInformation_resultItem__IynVg{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.ResponsableInformation_resultItem__IynVg:hover{background:#f4f4f4}.dark-mode .ResponsableInformation_resultItem__IynVg:hover{background:#272b30}.ResponsableInformation_resultItem__IynVg:last-child{border-bottom:none}.ResponsableInformation_resultContent__F5f5B{align-items:center;display:flex}.ResponsableInformation_avatar__8cqyt img,.ResponsableInformation_companyLogo__myh6X{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.ResponsableInformation_companyInfo__hBmWD,.ResponsableInformation_userInfo__I\+V1Q{flex:1 1}.ResponsableInformation_companyName__SMhLS,.ResponsableInformation_userName__LLiaU{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ResponsableInformation_companyName__SMhLS,.dark-mode .ResponsableInformation_userName__LLiaU{color:#fcfcfc}.ResponsableInformation_companyDetails__QkZBI,.ResponsableInformation_userCenter__DeDLh,.ResponsableInformation_userEmail__JFPMD{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.ResponsableInformation_loading__eRu\+B,.ResponsableInformation_noResults__EqtIE{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .ResponsableInformation_loading__eRu\+B,.dark-mode .ResponsableInformation_noResults__EqtIE{background:#272b30}.ResponsableInformation_loading__eRu\+B .ResponsableInformation_link__Hio02,.ResponsableInformation_noResults__EqtIE .ResponsableInformation_link__Hio02{display:block;margin-top:8px}.ResponsableInformation_loading__eRu\+B{color:#2a85ff;font-weight:500}.ResponsableInformation_selectedCompanyDetails__S8BVy,.ResponsableInformation_selectedUserDetails__q3TzY{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__S8BVy,.dark-mode .ResponsableInformation_selectedUserDetails__q3TzY{background:#272b30}.ResponsableInformation_selectedCompanyDetails__S8BVy h3,.ResponsableInformation_selectedUserDetails__q3TzY h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__S8BVy h3,.dark-mode .ResponsableInformation_selectedUserDetails__q3TzY h3{color:#fcfcfc}.ResponsableInformation_detailRow__yWFMJ{display:flex;margin-bottom:8px}.ResponsableInformation_detailRow__yWFMJ:last-child{margin-bottom:0}.ResponsableInformation_label__I-ihl{color:#6f767e;font-weight:500;width:100px}.ResponsableInformation_value__b7N3X{color:#1a1d1f;flex:1 1}.dark-mode .ResponsableInformation_value__b7N3X{color:#f4f4f4}.ResponsableInformation_actions__zdpbc{display:flex;justify-content:flex-end;margin-top:24px}.ResponsableInformation_button__fI-dX{min-width:180px}.CentreInformation_card__OqsEK{margin:-10px auto 20px;max-width:1200px;padding:24px}.CentreInformation_description__YyvF3 .CentreInformation_field__4R0RN{margin-bottom:12px}.CentreInformation_editor__7-JQQ{margin-bottom:24px;margin-top:24px}.CentreInformation_divider__ABt2N{background:#e6e6e6;height:1px;margin:24px 0}.CentreInformation_profile__pebMk{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_profile__pebMk{margin-bottom:24px}}@media only screen and (max-width:767px){.CentreInformation_profile__pebMk>.CentreInformation_button__7ytYg{display:none}}.CentreInformation_fieldset__9mSJK{width:100%}.CentreInformation_avatar__EUOn9{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.CentreInformation_avatar__EUOn9{height:80px;margin-right:16px;width:80px}}.CentreInformation_avatar__EUOn9 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CentreInformation_remove__FV0jC{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.CentreInformation_remove__FV0jC{display:inline-block}}.CentreInformation_file__E\+c4P{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.CentreInformation_file__E\+c4P{margin-right:0}}.CentreInformation_file__E\+c4P input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.CentreInformation_file__E\+c4P .CentreInformation_button__7ytYg{padding:0 10px}}.CentreInformation_field__4R0RN:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_field__4R0RN:not(:last-child){margin-bottom:24px}}.CentreInformation_searchContainer__ZrMIR{margin-bottom:24px;position:relative;width:100%}.CentreInformation_searchResults__F8vpV{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .CentreInformation_searchResults__F8vpV{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.CentreInformation_resultItem__zGn5L{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.CentreInformation_resultItem__zGn5L:hover{background:#f4f4f4}.dark-mode .CentreInformation_resultItem__zGn5L:hover{background:#272b30}.CentreInformation_resultItem__zGn5L:last-child{border-bottom:none}.CentreInformation_resultContent__Z5\+yn{align-items:center;display:flex}.CentreInformation_companyLogo__8VvBh{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.CentreInformation_companyInfo__SWvqc{flex:1 1}.CentreInformation_companyName__KvdUJ{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .CentreInformation_companyName__KvdUJ{color:#fcfcfc}.CentreInformation_companyDetails__mFI-f{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.CentreInformation_noResults__\+r6mL{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .CentreInformation_noResults__\+r6mL{background:#272b30}.CentreInformation_noResults__\+r6mL .CentreInformation_link__q4dre{display:block;margin-top:8px}.CentreInformation_selectedCompanyDetails__dx2sp{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .CentreInformation_selectedCompanyDetails__dx2sp{background:#272b30}.CentreInformation_selectedCompanyDetails__dx2sp h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .CentreInformation_selectedCompanyDetails__dx2sp h3{color:#fcfcfc}.CentreInformation_detailRow__0FFXM{display:flex;margin-bottom:8px}.CentreInformation_detailRow__0FFXM:last-child{margin-bottom:0}.CentreInformation_label__E2H7g{color:#6f767e;font-weight:500;width:100px}.CentreInformation_value__j1V3W{color:#1a1d1f;flex:1 1}.dark-mode .CentreInformation_value__j1V3W{color:#f4f4f4}.AddressInformations_card__risl7{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__WK3k9 .AddressInformations_field__icI8h{margin-bottom:12px}.AddressInformations_editor__m1gEt{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__qafas{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__-kLFD{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__-kLFD{display:block;margin:0}}.AddressInformations_group__-kLFD .AddressInformations_field__icI8h{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__-kLFD .AddressInformations_field__icI8h{margin:20px 0 0;width:100%}}.AddressInformations_field__icI8h{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__x0wYC{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__V-m-L{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__V-m-L svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__uOVlP{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__uOVlP{background:#272b30}.AddressInformations_copy__IaW7d{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__IaW7d:hover{opacity:.8}.AddressInformations_preview__SsX9q img{border-radius:12px;width:100%}.AddressInformations_btns__uRuba{display:flex;margin:0 -8px}.AddressInformations_btns__uRuba .AddressInformations_button__ytLT3{flex-grow:1;margin:0 8px}.CostsInformations_card__3h3V3{margin:-10px auto 20px;max-width:1200px;padding:24px}.CostsInformations_section__hiuzV{margin-bottom:32px}.CostsInformations_sectionHeader__y9UCR{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.CostsInformations_sectionTitle__lHL8M{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .CostsInformations_sectionTitle__lHL8M{color:#fcfcfc}.CostsInformations_field__lRR2c{margin-bottom:16px}.CostsInformations_fieldLabel__WVShb{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CostsInformations_fieldInput__p84o6{align-items:center;display:flex;position:relative}.CostsInformations_fieldInput__p84o6 svg{fill:#6f767e;left:12px;position:absolute}.CostsInformations_input__I4uNS{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CostsInformations_input__I4uNS{background:#272b30}.CostsInformations_copy__Uyx9o{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CostsInformations_copy__Uyx9o:hover{opacity:.8}.CostsInformations_preview__hZaey img{border-radius:12px;width:100%}.CostsInformations_btns__wI6KT{display:flex;margin:0 -8px}.CostsInformations_btns__wI6KT .CostsInformations_button__YSobm{flex-grow:1;margin:0 8px}.ImagesAndCTA_card__221sC{margin:-10px auto 20px;max-width:1200px;padding:24px}.ImagesAndCTA_description__7fUm3 .ImagesAndCTA_field__a-CS1{margin-bottom:12px}.ImagesAndCTA_editor__qbrkl{margin-bottom:24px;margin-top:24px}.ImagesAndCTA_divider__sIGlw{background:#e6e6e6;height:1px;margin:24px 0}.ImagesAndCTA_profile__LuuNW{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ImagesAndCTA_profile__LuuNW{margin-bottom:24px}}@media only screen and (max-width:767px){.ImagesAndCTA_profile__LuuNW>.ImagesAndCTA_button__fqfCA{display:none}}.ImagesAndCTA_fieldset__Gv1dv{width:100%}.ImagesAndCTA_avatar__dBLH7{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ImagesAndCTA_avatar__dBLH7{height:80px;margin-right:16px;width:80px}}.ImagesAndCTA_avatar__dBLH7 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ImagesAndCTA_remove__CcaUw{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ImagesAndCTA_remove__CcaUw{display:inline-block}}.ImagesAndCTA_file__CC8-5{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ImagesAndCTA_file__CC8-5{margin-right:0}}.ImagesAndCTA_file__CC8-5 input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ImagesAndCTA_file__CC8-5 .ImagesAndCTA_button__fqfCA{padding:0 10px}}.ImagesAndCTA_field__a-CS1:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ImagesAndCTA_field__a-CS1:not(:last-child){margin-bottom:24px}}.ImagesAndCTA_searchContainer__8FumM{margin-bottom:24px;position:relative;width:100%}.ImagesAndCTA_searchResults__AzOgm{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .ImagesAndCTA_searchResults__AzOgm{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ImagesAndCTA_resultItem__qMkiq{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.ImagesAndCTA_resultItem__qMkiq:hover{background:#f4f4f4}.dark-mode .ImagesAndCTA_resultItem__qMkiq:hover{background:#272b30}.ImagesAndCTA_resultItem__qMkiq:last-child{border-bottom:none}.ImagesAndCTA_resultContent__Ms3XK{align-items:center;display:flex}.ImagesAndCTA_companyLogo__PpmA4{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.ImagesAndCTA_companyInfo__pTCmf{flex:1 1}.ImagesAndCTA_companyName__qCB\+l{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ImagesAndCTA_companyName__qCB\+l{color:#fcfcfc}.ImagesAndCTA_companyDetails__dUp4W{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.ImagesAndCTA_noResults__6VriJ{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .ImagesAndCTA_noResults__6VriJ{background:#272b30}.ImagesAndCTA_noResults__6VriJ .ImagesAndCTA_link__6ga6l{display:block;margin-top:8px}.ImagesAndCTA_selectedCompanyDetails__1yUNK{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .ImagesAndCTA_selectedCompanyDetails__1yUNK{background:#272b30}.ImagesAndCTA_selectedCompanyDetails__1yUNK h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .ImagesAndCTA_selectedCompanyDetails__1yUNK h3{color:#fcfcfc}.ImagesAndCTA_detailRow__QIgQK{display:flex;margin-bottom:8px}.ImagesAndCTA_detailRow__QIgQK:last-child{margin-bottom:0}.ImagesAndCTA_label__7FyWK{color:#6f767e;font-weight:500;width:100px}.ImagesAndCTA_value__kw2Lu{color:#1a1d1f;flex:1 1}.dark-mode .ImagesAndCTA_value__kw2Lu{color:#f4f4f4}.ImagesAndCTA_loadingState__PVcn0{background:#f4f4f4;border-radius:8px;margin-bottom:24px;padding:32px;text-align:center}.dark-mode .ImagesAndCTA_loadingState__PVcn0{background:#272b30}.ImagesAndCTA_loadingContent__5YfDq{align-items:center;display:flex;flex-direction:column;gap:16px}.ImagesAndCTA_loadingContent__5YfDq p{color:#6f767e;font-size:14px;margin:0}.ImagesAndCTA_spinner__FNFxl{-webkit-animation:ImagesAndCTA_spin__S7LnU 1s linear infinite;animation:ImagesAndCTA_spin__S7LnU 1s linear infinite;border:3px solid #efefef;border-radius:50%;border-top-color:#2a85ff;height:32px;width:32px}.dark-mode .ImagesAndCTA_spinner__FNFxl{border:3px solid #33383f;border-top-color:#2a85ff}@-webkit-keyframes ImagesAndCTA_spin__S7LnU{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ImagesAndCTA_spin__S7LnU{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ImagesAndCTA_uploadedDocument__WMS1z{background:#f4f4f4;border-radius:8px;margin-bottom:24px;padding:16px}.dark-mode .ImagesAndCTA_uploadedDocument__WMS1z{background:#272b30}.ImagesAndCTA_documentHeader__Zp83n{margin-bottom:16px}.ImagesAndCTA_documentHeader__Zp83n h4{color:#1a1d1f;font-weight:600;margin:0}.dark-mode .ImagesAndCTA_documentHeader__Zp83n h4{color:#fcfcfc}.ImagesAndCTA_documentItem__eILUU{align-items:center;background:#fcfcfc;border-radius:8px;display:flex;padding:12px}.dark-mode .ImagesAndCTA_documentItem__eILUU{background:#1a1d1f}.ImagesAndCTA_preview__Tq159{flex-shrink:0;height:40px;margin-right:16px;width:40px}.ImagesAndCTA_preview__Tq159 img{border-radius:4px;height:100%;object-fit:cover;width:100%}.ImagesAndCTA_documentInfo__ICRxI{flex:1 1}.ImagesAndCTA_documentInfo__ICRxI .ImagesAndCTA_title__W6gvX{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ImagesAndCTA_documentInfo__ICRxI .ImagesAndCTA_title__W6gvX{color:#fcfcfc}.ImagesAndCTA_documentInfo__ICRxI .ImagesAndCTA_details__OvFwC{color:#6f767e;font-size:14px}.ImagesAndCTA_deleteButton__ocyBf{align-items:center;background:none;border:none;border-radius:50%;color:#6f767e;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:16px;padding:8px;transition:all .2s ease}.ImagesAndCTA_deleteButton__ocyBf:hover{background:#efefef;color:#272b30}.dark-mode .ImagesAndCTA_deleteButton__ocyBf:hover{background:#33383f;color:#f4f4f4}.ImagesAndCTA_deleteButton__ocyBf:active{-webkit-transform:scale(.95);transform:scale(.95)}.Settings_settings__r9srK{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__r9srK{display:block}}@media only screen and (max-width:767px){.Settings_settings__r9srK{padding:24px 16px}}.dark-mode .Settings_settings__r9srK{background:#1a1d1f}.Settings_menu__tnyar{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__tnyar{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__tnyar{display:none}}.Settings_menu__tnyar .Settings_button__9cmB9{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__tnyar .Settings_button__9cmB9:not(:last-child){margin-bottom:8px}.Settings_menu__tnyar .Settings_button__9cmB9.Settings_active__7xITZ,.Settings_menu__tnyar .Settings_button__9cmB9:hover{color:#1a1d1f}.dark-mode .Settings_menu__tnyar .Settings_button__9cmB9.Settings_active__7xITZ,.dark-mode .Settings_menu__tnyar .Settings_button__9cmB9:hover{color:#fcfcfc}.Settings_menu__tnyar .Settings_button__9cmB9.Settings_active__7xITZ{background:#efefef}.dark-mode .Settings_menu__tnyar .Settings_button__9cmB9.Settings_active__7xITZ{background:#272b30}.Settings_wrapper__Awzqz{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__Awzqz{padding-left:0}}.Settings_wrapper__Awzqz>.Settings_button__9cmB9{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__Awzqz>.Settings_button__9cmB9{margin-top:32px}}.Settings_dropdown__6b9c5{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__6b9c5{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__6b9c5{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__u1IjX{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__wjt\+j{position:relative}@media only screen and (max-width:1023px){.Settings_item__wjt\+j{display:none}.Settings_item__wjt\+j.Settings_active__7xITZ{display:block}}.Settings_item__wjt\+j:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__wjt\+j:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__wjt\+j:not(:last-child){border-color:#272b30}.Settings_anchor__CluMj{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__CluMj{top:-106px}}.Settings_stepNumber__2KA3G{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__2KA3G{background:#272b30;color:#f4f4f4}.Settings_button__9cmB9.Settings_completed__O-b2V .Settings_stepNumber__2KA3G{background:#83bf6e;color:#fcfcfc}.Settings_button__9cmB9.Settings_active__7xITZ .Settings_stepNumber__2KA3G{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__y8yEe{margin-bottom:32px}.Settings_stepTitle__e\+aog{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__e\+aog{color:#fcfcfc}.Settings_componentWrapper__f5ChZ{margin-bottom:32px}.Settings_navigationButtons__GIRCJ{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__GIRCJ{flex-direction:column;gap:12px}}.Settings_progressIndicator__tcb9o{text-align:center}.Settings_progressBar__JxJ4P{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__JxJ4P{background:#272b30}.Settings_progressFill__rqkxQ{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__NvuR0{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__NvuR0{color:#f4f4f4}.ProfileInformation_profile__sFmsa{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_profile__sFmsa{margin-bottom:24px}}@media only screen and (max-width:767px){.ProfileInformation_profile__sFmsa>.ProfileInformation_button__8d4pv{display:none}}.ProfileInformation_avatar__cwBAV{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ProfileInformation_avatar__cwBAV{height:80px;margin-right:16px;width:80px}}.ProfileInformation_avatar__cwBAV img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProfileInformation_remove__sdcnC{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ProfileInformation_remove__sdcnC{display:inline-block}}.ProfileInformation_file__pgl9w{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ProfileInformation_file__pgl9w{margin-right:0}}.ProfileInformation_file__pgl9w input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ProfileInformation_file__pgl9w .ProfileInformation_button__8d4pv{padding:0 10px}}.ProfileInformation_field__hZfYl:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_field__hZfYl:not(:last-child){margin-bottom:24px}}.ProfileInformation_info__Pd13K{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:24px;padding:16px}.ProfileInformation_info__Pd13K p{color:#495057;font-size:14px;line-height:1.4;margin:0}.ProfileInformation_group__h3cIi{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ProfileInformation_group__h3cIi{display:block;margin:0}}.ProfileInformation_group__h3cIi .ProfileInformation_field__hZfYl{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ProfileInformation_group__h3cIi .ProfileInformation_field__hZfYl{margin:20px 0 0;width:100%}}.Item_item__N-G3C{position:relative}.Item_anchor__No2kt{left:0;position:absolute;right:0;top:0}.Item_title__VzQ6g{line-height:40px;margin-bottom:32px}.StudentSearchBar_container__\+nzLU:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_container__\+nzLU:not(:last-child){margin-bottom:24px}}.StudentSearchBar_inputWrapper__nLiNq{position:relative;width:100%}.StudentSearchBar_field__GNnjt{width:100%}.StudentSearchBar_clearButton__pGpYy{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.StudentSearchBar_clearButton__pGpYy:hover{color:#272b30}.dark-mode .StudentSearchBar_clearButton__pGpYy{color:#efefef}.dark-mode .StudentSearchBar_clearButton__pGpYy:hover{color:#fcfcfc}.StudentSearchBar_searchResults__mDYcK{border:1px solid #efefef;z-index:1000}.dark-mode .StudentSearchBar_searchResults__mDYcK{border-color:#272b30}.StudentSearchBar_resultItem__uLkTw{transition:background-color .2s ease}.dark-mode .StudentSearchBar_resultItem__uLkTw{border-bottom-color:#272b30}.StudentSearchBar_studentInfo__Kj4-P{flex:1 1}.StudentSearchBar_studentName__7iX01{color:#1a1d1f;margin-bottom:4px}.dark-mode .StudentSearchBar_studentName__7iX01{color:#fcfcfc}.StudentSearchBar_studentDetails__CoDMk{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .StudentSearchBar_studentDetails__CoDMk{color:#f4f4f4}.StudentSearchBar_noResults__m-wQn{background:#fcfcfc;border:1px solid #efefef;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .StudentSearchBar_noResults__m-wQn{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.StudentSearchBar_selectedStudentDetails__eKyAC{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:24px;padding:20px}.dark-mode .StudentSearchBar_selectedStudentDetails__eKyAC{background:#272b30;border-color:#33383f}.StudentSearchBar_selectedStudentDetails__eKyAC h3{color:#1a1d1f;margin-bottom:16px}.dark-mode .StudentSearchBar_selectedStudentDetails__eKyAC h3{color:#fcfcfc}.StudentSearchBar_detailRow__LnGUQ{align-items:center;border-bottom:1px solid #efefef;justify-content:space-between;padding:8px 0}.StudentSearchBar_detailRow__LnGUQ:last-child{border-bottom:none}.dark-mode .StudentSearchBar_detailRow__LnGUQ{border-bottom-color:#33383f}.StudentSearchBar_searchLabel__PasmG{color:#1a1d1f;margin-bottom:12px}.dark-mode .StudentSearchBar_searchLabel__PasmG{color:#fcfcfc}.StudentSearchBar_value__CJPC7{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308;max-width:60%;text-align:right;word-break:break-word}.dark-mode .StudentSearchBar_value__CJPC7{color:#fcfcfc}.StudentSearchBar_profile__GVYxe{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_profile__GVYxe{margin-bottom:24px}}@media only screen and (max-width:767px){.StudentSearchBar_profile__GVYxe>.StudentSearchBar_button__w8K0Y{display:none}}.StudentSearchBar_fieldset__f7uk6{width:100%}.StudentSearchBar_avatar__iYNYl{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.StudentSearchBar_avatar__iYNYl{height:80px;margin-right:16px;width:80px}}.StudentSearchBar_avatar__iYNYl img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentSearchBar_remove__ZLOI-{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.StudentSearchBar_remove__ZLOI-{display:inline-block}}.StudentSearchBar_file__kUcfP{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.StudentSearchBar_file__kUcfP{margin-right:0}}.StudentSearchBar_file__kUcfP input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.StudentSearchBar_file__kUcfP .StudentSearchBar_button__w8K0Y{padding:0 10px}}.StudentSearchBar_field__GNnjt:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_field__GNnjt:not(:last-child){margin-bottom:24px}}.StudentSearchBar_searchContainer__Xhzq8{margin-bottom:24px;position:relative;width:100%}.StudentSearchBar_searchResults__mDYcK{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .StudentSearchBar_searchResults__mDYcK{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.StudentSearchBar_resultItem__uLkTw{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.StudentSearchBar_resultItem__uLkTw:hover{background:#f4f4f4}.dark-mode .StudentSearchBar_resultItem__uLkTw:hover{background:#272b30}.StudentSearchBar_resultItem__uLkTw:last-child{border-bottom:none}.StudentSearchBar_resultContent__Yqf55{align-items:center;display:flex}.StudentSearchBar_companyLogo__bG76J{border-radius:50%;height:40px;margin-right:20px;object-fit:cover;width:40px}.StudentSearchBar_companyInfo__zT8bd{flex:1 1}.StudentSearchBar_companyName__TCopY{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .StudentSearchBar_companyName__TCopY{color:#fcfcfc}.StudentSearchBar_companyDetails__0u5Ok{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:10px}.StudentSearchBar_noResults__m-wQn{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .StudentSearchBar_noResults__m-wQn{background:#272b30}.StudentSearchBar_noResults__m-wQn .StudentSearchBar_link__n-TfZ{display:block;margin-top:8px}.StudentSearchBar_selectedCompanyDetails__EvP4u{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .StudentSearchBar_selectedCompanyDetails__EvP4u{background:#272b30}.StudentSearchBar_selectedCompanyDetails__EvP4u h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .StudentSearchBar_selectedCompanyDetails__EvP4u h3{color:#fcfcfc}.StudentSearchBar_detailRow__LnGUQ{display:flex;margin-bottom:8px}.StudentSearchBar_detailRow__LnGUQ:last-child{margin-bottom:0}.StudentSearchBar_value__CJPC7{color:#1a1d1f;flex:1 1}.dark-mode .StudentSearchBar_value__CJPC7{color:#f4f4f4}.StudentSearchBar_promotionSelection__jSljW{margin-bottom:16px;margin-top:16px}.StudentSearchBar_promotionDates__dfYuZ{display:flex;flex-direction:column;gap:4px;margin-left:150px;margin-top:8px}.StudentSearchBar_promotionDates__dfYuZ div{align-items:center;display:flex}.StudentSearchBar_dateLabel__bzTIq{color:#6f767e;font-weight:500;width:50px}.StudentSearchBar_dateValue__DlOhV{color:#1a1d1f}.dark-mode .StudentSearchBar_dateValue__DlOhV{color:#f4f4f4}.StudentSearchBar_tutorSelection__h7TOl{margin-top:24px}.CenterSearchBar_container__7Xnmb:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.CenterSearchBar_container__7Xnmb:not(:last-child){margin-bottom:24px}}.CenterSearchBar_searchContainer__8XdLF{margin-bottom:24px;position:relative;width:100%}.CenterSearchBar_inputWrapper__drN67{position:relative;width:100%}.CenterSearchBar_field__dZfkz{width:100%}.CenterSearchBar_clearButton__3Kf5D{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.CenterSearchBar_clearButton__3Kf5D:hover{color:#272b30}.dark-mode .CenterSearchBar_clearButton__3Kf5D{color:#efefef}.dark-mode .CenterSearchBar_clearButton__3Kf5D:hover{color:#fcfcfc}.CenterSearchBar_searchResults__HRaeX{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:9999}.dark-mode .CenterSearchBar_searchResults__HRaeX{background:#1a1d1f;border-color:#272b30;box-shadow:0 4px 12px rgba(0,0,0,.3)}.CenterSearchBar_resultItem__e3zAo{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.CenterSearchBar_resultItem__e3zAo:last-child{border-bottom:none}.CenterSearchBar_resultItem__e3zAo:hover{background:#f4f4f4}.dark-mode .CenterSearchBar_resultItem__e3zAo{border-bottom-color:#272b30}.dark-mode .CenterSearchBar_resultItem__e3zAo:hover{background:#272b30}.CenterSearchBar_resultContent__K0NeL{align-items:center;display:flex}.CenterSearchBar_companyLogo__3feX\+{border-radius:50%;height:40px;margin-right:20px;object-fit:cover;width:40px}.CenterSearchBar_centerInfo__nlWuU{flex:1 1}.CenterSearchBar_centerName__kXRim{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .CenterSearchBar_centerName__kXRim{color:#fcfcfc}.CenterSearchBar_centerDetails__wuQhO{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .CenterSearchBar_centerDetails__wuQhO{color:#f4f4f4}.CenterSearchBar_noResults__qpE-p{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;color:#6f767e;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;margin-top:4px;padding:16px;position:absolute;right:0;text-align:center;top:100%;z-index:9999}.dark-mode .CenterSearchBar_noResults__qpE-p{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.CenterSearchBar_selectedCenterDetails__lSKsh{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:24px;padding:20px}.dark-mode .CenterSearchBar_selectedCenterDetails__lSKsh{background:#272b30;border-color:#33383f}.CenterSearchBar_selectedCenterDetails__lSKsh h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .CenterSearchBar_selectedCenterDetails__lSKsh h3{color:#fcfcfc}.CenterSearchBar_detailRow__j3iMs{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:8px 0}.CenterSearchBar_detailRow__j3iMs:last-child{border-bottom:none}.dark-mode .CenterSearchBar_detailRow__j3iMs{border-bottom-color:#33383f}.CenterSearchBar_label__AlBYM{color:#272b30;font-weight:500}.dark-mode .CenterSearchBar_label__AlBYM{color:#f4f4f4}.CenterSearchBar_value__XveUl{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308;max-width:60%;text-align:right;word-break:break-word}.dark-mode .CenterSearchBar_value__XveUl{color:#fcfcfc}.FormationInformation_fieldset__T2nqD>.FormationInformation_field__I3b7b:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.FormationInformation_fieldset__T2nqD>.FormationInformation_field__I3b7b:not(:last-child){margin-bottom:24px}}.FormationInformation_row__EtTFq{display:flex;margin:0 -8px}@media only screen and (max-width:767px){.FormationInformation_row__EtTFq{display:block;margin:0}}.FormationInformation_row__EtTFq .FormationInformation_field__I3b7b{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px;width:calc(50% - 16px)}@media only screen and (max-width:767px){.FormationInformation_row__EtTFq .FormationInformation_field__I3b7b{margin:0;width:100%}.FormationInformation_row__EtTFq .FormationInformation_field__I3b7b:not(:last-child){margin-bottom:24px}}.FormationInformation_row__EtTFq:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.FormationInformation_row__EtTFq:not(:last-child){margin-bottom:24px}}.FormationInformation_group__YBtUK{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.FormationInformation_group__YBtUK{display:block;margin:0}}.FormationInformation_group__YBtUK .FormationInformation_field__I3b7b{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.FormationInformation_group__YBtUK .FormationInformation_field__I3b7b{margin:20px 0 0;width:100%}}.CompanyInformation_title__QJ\+Nc{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformation_title__QJ\+Nc{color:#efefef}.CompanyInformation_group__JbFLc{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformation_group__JbFLc{display:block;margin:0}}.CompanyInformation_group__JbFLc .CompanyInformation_field__JNCx8{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformation_group__JbFLc .CompanyInformation_field__JNCx8{margin:20px 0 0;width:100%}}.CompanySearchBar_container__\+48hm:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.CompanySearchBar_container__\+48hm:not(:last-child){margin-bottom:24px}}.CompanySearchBar_searchContainer__5U8Bi{margin-bottom:24px;position:relative;width:100%}.CompanySearchBar_inputWrapper__CoZ7w{position:relative;width:100%}.CompanySearchBar_field__x7oFO{width:100%}.CompanySearchBar_clearButton__01nPn{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.CompanySearchBar_clearButton__01nPn:hover{color:#272b30}.dark-mode .CompanySearchBar_clearButton__01nPn{color:#efefef}.dark-mode .CompanySearchBar_clearButton__01nPn:hover{color:#fcfcfc}.CompanySearchBar_searchResults__NpiNh{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .CompanySearchBar_searchResults__NpiNh{background:#1a1d1f;border-color:#272b30;box-shadow:0 4px 12px rgba(0,0,0,.3)}.CompanySearchBar_resultItem__Z2W\+S{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.CompanySearchBar_resultItem__Z2W\+S:last-child{border-bottom:none}.CompanySearchBar_resultItem__Z2W\+S:hover{background:#f4f4f4}.dark-mode .CompanySearchBar_resultItem__Z2W\+S{border-bottom-color:#272b30}.dark-mode .CompanySearchBar_resultItem__Z2W\+S:hover{background:#272b30}.CompanySearchBar_resultContent__hKcY4{align-items:center;display:flex}.CompanySearchBar_companyLogo__3vaLF{border-radius:50%;height:40px;margin-right:20px;object-fit:cover;width:40px}.CompanySearchBar_companyInfo__6qYrQ{flex:1 1}.CompanySearchBar_companyName__L8Dhn{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .CompanySearchBar_companyName__L8Dhn{color:#fcfcfc}.CompanySearchBar_companyDetails__msMx8{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .CompanySearchBar_companyDetails__msMx8{color:#f4f4f4}.CompanySearchBar_noResults__nVEPi{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;color:#6f767e;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;margin-top:4px;padding:16px;position:absolute;right:0;text-align:center;top:100%;z-index:1000}.dark-mode .CompanySearchBar_noResults__nVEPi{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.CompanySearchBar_selectedCompanyDetails__obfoT{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:24px;padding:20px}.dark-mode .CompanySearchBar_selectedCompanyDetails__obfoT{background:#272b30;border-color:#33383f}.CompanySearchBar_selectedCompanyDetails__obfoT h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .CompanySearchBar_selectedCompanyDetails__obfoT h3{color:#fcfcfc}.CompanySearchBar_detailRow__NT1cZ{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:8px 0}.CompanySearchBar_detailRow__NT1cZ:last-child{border-bottom:none}.dark-mode .CompanySearchBar_detailRow__NT1cZ{border-bottom-color:#33383f}.CompanySearchBar_label__olH3u{color:#272b30;font-weight:500}.dark-mode .CompanySearchBar_label__olH3u{color:#f4f4f4}.CompanySearchBar_value__IXgIm{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308;max-width:60%;text-align:right;word-break:break-word}.dark-mode .CompanySearchBar_value__IXgIm{color:#fcfcfc}.Payment_content__y\+I0J{padding:32px 24px;text-align:center}.Payment_successMessage__L\+bBU{margin-bottom:40px}.Payment_successMessage__L\+bBU svg{margin-bottom:16px}.Payment_successMessage__L\+bBU h3{color:#1a1d1f;margin-bottom:8px}.dark-mode .Payment_successMessage__L\+bBU h3{color:#fcfcfc}.Payment_successMessage__L\+bBU p{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Payment_successMessage__L\+bBU p{color:#efefef}.Payment_actions__-7k0h{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:320px}.Payment_primaryButton__36xig{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_primaryButton__36xig svg{fill:currentColor}.Payment_secondaryButton__Ss9Fx{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_secondaryButton__Ss9Fx svg{fill:currentColor}.Payment_line__5OpaB{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}.dark-mode .Payment_line__5OpaB{border-color:#272b30}.Payment_title__GB3mi{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .Payment_title__GB3mi{color:#efefef}.Payment_button__InNxZ{margin-left:auto}.Payment_email__1whyo{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:16px}.Settings_settings__WOjzs{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__WOjzs{display:block}}@media only screen and (max-width:767px){.Settings_settings__WOjzs{padding:24px 16px}}.dark-mode .Settings_settings__WOjzs{background:#1a1d1f}.Settings_menu__1rIcv{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__1rIcv{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__1rIcv{display:none}}.Settings_menu__1rIcv .Settings_button__Y6zmI{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__1rIcv .Settings_button__Y6zmI:not(:last-child){margin-bottom:8px}.Settings_menu__1rIcv .Settings_button__Y6zmI.Settings_active__8do9h,.Settings_menu__1rIcv .Settings_button__Y6zmI:hover{color:#1a1d1f}.dark-mode .Settings_menu__1rIcv .Settings_button__Y6zmI.Settings_active__8do9h,.dark-mode .Settings_menu__1rIcv .Settings_button__Y6zmI:hover{color:#fcfcfc}.Settings_menu__1rIcv .Settings_button__Y6zmI.Settings_active__8do9h{background:#efefef}.dark-mode .Settings_menu__1rIcv .Settings_button__Y6zmI.Settings_active__8do9h{background:#272b30}.Settings_wrapper__p\+o9A{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__p\+o9A{padding-left:0}}.Settings_wrapper__p\+o9A>.Settings_button__Y6zmI{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__p\+o9A>.Settings_button__Y6zmI{margin-top:32px}}.Settings_dropdown__COFhz{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__COFhz{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__COFhz{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__fNkT5{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__INMgp{position:relative}@media only screen and (max-width:1023px){.Settings_item__INMgp{display:none}.Settings_item__INMgp.Settings_active__8do9h{display:block}}.Settings_item__INMgp:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__INMgp:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__INMgp:not(:last-child){border-color:#272b30}.Settings_anchor__tBKAO{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__tBKAO{top:-106px}}.Settings_stepNumber__n5\+S6{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__n5\+S6{background:#272b30;color:#f4f4f4}.Settings_button__Y6zmI.Settings_completed__8DuIp .Settings_stepNumber__n5\+S6{background:#83bf6e;color:#fcfcfc}.Settings_button__Y6zmI.Settings_active__8do9h .Settings_stepNumber__n5\+S6{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__np6FD{margin-bottom:32px}.Settings_stepTitle__xDpWP{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__xDpWP{color:#fcfcfc}.Settings_componentWrapper__TVn1U{margin-bottom:32px}.Settings_navigationButtons__aYq7A{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__aYq7A{flex-direction:column;gap:12px}}.Settings_progressIndicator__Ndqzu{text-align:center}.Settings_progressBar__GS8nF{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__GS8nF{background:#272b30}.Settings_progressFill__Ljhe9{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__MbibG{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__MbibG{color:#f4f4f4}.EmployerInformation_profile__f9Ns5{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.EmployerInformation_profile__f9Ns5{margin-bottom:24px}}@media only screen and (max-width:767px){.EmployerInformation_profile__f9Ns5>.EmployerInformation_button__9d\+hy{display:none}}.EmployerInformation_fieldset__mmsR\+{width:100%}.EmployerInformation_avatar__8dlE8{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.EmployerInformation_avatar__8dlE8{height:80px;margin-right:16px;width:80px}}.EmployerInformation_avatar__8dlE8 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.EmployerInformation_remove__gRjXB{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.EmployerInformation_remove__gRjXB{display:inline-block}}.EmployerInformation_file__zYkdY{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.EmployerInformation_file__zYkdY{margin-right:0}}.EmployerInformation_file__zYkdY input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.EmployerInformation_file__zYkdY .EmployerInformation_button__9d\+hy{padding:0 10px}}.EmployerInformation_field__GAh2F:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.EmployerInformation_field__GAh2F:not(:last-child){margin-bottom:24px}}.EmployerInformation_searchContainer__CHyAN{margin-bottom:24px;position:relative;width:100%}.EmployerInformation_searchResults__0gk0G{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .EmployerInformation_searchResults__0gk0G{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.EmployerInformation_resultItem__SsD7J{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.EmployerInformation_resultItem__SsD7J:hover{background:#f4f4f4}.dark-mode .EmployerInformation_resultItem__SsD7J:hover{background:#272b30}.EmployerInformation_resultItem__SsD7J:last-child{border-bottom:none}.EmployerInformation_resultContent__6hsx9{align-items:center;display:flex}.EmployerInformation_companyLogo__RzaDB{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.EmployerInformation_companyInfo__wYFKQ{flex:1 1}.EmployerInformation_companyName__-Pg5Q{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .EmployerInformation_companyName__-Pg5Q{color:#fcfcfc}.EmployerInformation_companyDetails__QPJnV{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.EmployerInformation_noResults__GSiCq{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .EmployerInformation_noResults__GSiCq{background:#272b30}.EmployerInformation_noResults__GSiCq .EmployerInformation_link__MfWN8{display:block;margin-top:8px}.EmployerInformation_selectedCompanyDetails__IAHwD{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .EmployerInformation_selectedCompanyDetails__IAHwD{background:#272b30}.EmployerInformation_selectedCompanyDetails__IAHwD h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .EmployerInformation_selectedCompanyDetails__IAHwD h3{color:#fcfcfc}.EmployerInformation_detailRow__dp8Ch{display:flex;margin-bottom:8px}.EmployerInformation_detailRow__dp8Ch:last-child{margin-bottom:0}.EmployerInformation_label__y9Vwu{color:#6f767e;font-weight:500;width:100px}.EmployerInformation_value__W8OSh{color:#1a1d1f;flex:1 1}.dark-mode .EmployerInformation_value__W8OSh{color:#f4f4f4}.EmployerInformation_tutorSelection__w-ab\+{margin-top:24px}.EmployerInformation_tutorDropdown__M0J-i{margin-bottom:16px}.EmployerInformation_noTutors__cy7x0{background:#f4f4f4;border-radius:8px;color:#6f767e;padding:16px;text-align:center}.dark-mode .EmployerInformation_noTutors__cy7x0{background:#272b30}.EmployerInformation_noTutors__cy7x0 p{margin-bottom:8px}.EmployerInformation_noTutors__cy7x0 .EmployerInformation_link__MfWN8{color:#2a85ff;display:inline-block;font-weight:500;margin-top:8px;text-decoration:none}.EmployerInformation_noTutors__cy7x0 .EmployerInformation_link__MfWN8:hover{text-decoration:underline}.EmployerInformation_selectedTutorDetails__VdRkE{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .EmployerInformation_selectedTutorDetails__VdRkE{background:#272b30}.EmployerInformation_selectedTutorDetails__VdRkE h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .EmployerInformation_selectedTutorDetails__VdRkE h3{color:#fcfcfc}.Item_item__6v2Nb{position:relative}.Item_anchor__-J182{left:0;position:absolute;right:0;top:0}.Item_title__ChAVJ{line-height:40px;margin-bottom:32px}.StudentInformation_profile__nayMG{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.StudentInformation_profile__nayMG{margin-bottom:24px}}@media only screen and (max-width:767px){.StudentInformation_profile__nayMG>.StudentInformation_button__gbjPn{display:none}}.StudentInformation_fieldset__XWRo1{width:100%}.StudentInformation_avatar__e5usc{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.StudentInformation_avatar__e5usc{height:80px;margin-right:16px;width:80px}}.StudentInformation_avatar__e5usc img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentInformation_remove__\+Drco{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.StudentInformation_remove__\+Drco{display:inline-block}}.StudentInformation_file__FrUJ9{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.StudentInformation_file__FrUJ9{margin-right:0}}.StudentInformation_file__FrUJ9 input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.StudentInformation_file__FrUJ9 .StudentInformation_button__gbjPn{padding:0 10px}}.StudentInformation_field__c0yBa:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentInformation_field__c0yBa:not(:last-child){margin-bottom:24px}}.StudentInformation_searchContainer__dqURD{margin-bottom:24px;position:relative;width:100%}.StudentInformation_searchResults__vhwfx{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .StudentInformation_searchResults__vhwfx{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.StudentInformation_resultItem__bOSoT{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.StudentInformation_resultItem__bOSoT:hover{background:#f4f4f4}.dark-mode .StudentInformation_resultItem__bOSoT:hover{background:#272b30}.StudentInformation_resultItem__bOSoT:last-child{border-bottom:none}.StudentInformation_resultContent__y4wdP{align-items:center;display:flex}.StudentInformation_companyLogo__MqTXn{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.StudentInformation_companyInfo__0QBgn{flex:1 1}.StudentInformation_companyName__yWqJT{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .StudentInformation_companyName__yWqJT{color:#fcfcfc}.StudentInformation_companyDetails__Tt50H{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.StudentInformation_noResults__xgFcx{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .StudentInformation_noResults__xgFcx{background:#272b30}.StudentInformation_noResults__xgFcx .StudentInformation_link__S19R3{display:block;margin-top:8px}.StudentInformation_selectedCompanyDetails__qkZRh{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .StudentInformation_selectedCompanyDetails__qkZRh{background:#272b30}.StudentInformation_selectedCompanyDetails__qkZRh h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .StudentInformation_selectedCompanyDetails__qkZRh h3{color:#fcfcfc}.StudentInformation_detailRow__rWVtR{display:flex;margin-bottom:8px}.StudentInformation_detailRow__rWVtR:last-child{margin-bottom:0}.StudentInformation_label__VTw1r{color:#6f767e;font-weight:500;width:100px}.StudentInformation_value__Am6mN{color:#1a1d1f;flex:1 1}.dark-mode .StudentInformation_value__Am6mN{color:#f4f4f4}.FormationInformation_profile__zA84l{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.FormationInformation_profile__zA84l{margin-bottom:24px}}@media only screen and (max-width:767px){.FormationInformation_profile__zA84l>.FormationInformation_button__mvMrz{display:none}}.FormationInformation_avatar__UjZjA{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.FormationInformation_avatar__UjZjA{height:80px;margin-right:16px;width:80px}}.FormationInformation_avatar__UjZjA img{border-radius:50%;height:100%;object-fit:cover;width:100%}.FormationInformation_remove__48QQQ{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.FormationInformation_remove__48QQQ{display:inline-block}}.FormationInformation_file__34h5c{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.FormationInformation_file__34h5c{margin-right:0}}.FormationInformation_file__34h5c input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.FormationInformation_file__34h5c .FormationInformation_button__mvMrz{padding:0 10px}}.FormationInformation_field__vITd5:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.FormationInformation_field__vITd5:not(:last-child){margin-bottom:24px}}.FormationInformation_info__lEd0y{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:24px;padding:16px}.FormationInformation_info__lEd0y p{color:#495057;font-size:14px;line-height:1.4;margin:0}.FormationInformation_group__YWtGj{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.FormationInformation_group__YWtGj{display:block;margin:0}}.FormationInformation_group__YWtGj .FormationInformation_field__vITd5{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.FormationInformation_group__YWtGj .FormationInformation_field__vITd5{margin:20px 0 0;width:100%}}.FormationInformation_subtitle__HF6P0{color:#1a1d1f;font-size:16px;font-weight:600;margin:24px 0 16px}.dark-mode .FormationInformation_subtitle__HF6P0{color:#f4f4f4}.FormationInformation_input__PKGz5{width:100%}.SalaryInformation_profile__Bh8dl{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.SalaryInformation_profile__Bh8dl{margin-bottom:24px}}@media only screen and (max-width:767px){.SalaryInformation_profile__Bh8dl>.SalaryInformation_button__sWYoB{display:none}}.SalaryInformation_actions__NRqEf{align-items:center;display:flex;margin-top:24px}@media only screen and (max-width:767px){.SalaryInformation_actions__NRqEf{align-items:stretch;flex-direction:column}}.SalaryInformation_calculateButton__mTqyg{background-color:#2a85ff;color:#fcfcfc}.SalaryInformation_calculateButton__mTqyg:hover{background-color:#1176ff}.SalaryInformation_calculateButton__mTqyg:disabled{background-color:#efefef;color:#6f767e;cursor:not-allowed}.SalaryInformation_warningMessage__B-sHh{background-color:rgba(255,149,0,.1);border:1px solid #ff9500;border-radius:8px;color:#ff9500;font-size:14px;margin-bottom:16px;padding:12px}.SalaryInformation_errorMessage__gmp1K{background-color:rgba(255,59,48,.1);border:1px solid #ff3b30;border-radius:8px;color:#ff3b30;font-size:14px;margin-bottom:16px;padding:12px}.SalaryInformation_salaryEvolution__v8fcS{margin-top:16px;overflow-x:auto;width:100%}.SalaryInformation_salaryTable__-0w7W{border-collapse:collapse;width:100%}.SalaryInformation_salaryTable__-0w7W td,.SalaryInformation_salaryTable__-0w7W th{border-bottom:1px solid #efefef;padding:10px;text-align:left}.SalaryInformation_salaryTable__-0w7W th{background-color:#f4f4f4;color:#6f767e;font-size:14px;font-weight:600}.SalaryInformation_salaryTable__-0w7W td{font-size:14px}.SalaryInformation_salaryTable__-0w7W tr:nth-child(2n){background-color:hsla(0,0%,96%,.3)}.SalaryInformation_salaryTable__-0w7W tr:hover{background-color:rgba(42,133,255,.1)}.SalaryInformation_file__Icrmc{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.SalaryInformation_file__Icrmc{margin-right:0}}.SalaryInformation_file__Icrmc input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.SalaryInformation_file__Icrmc .SalaryInformation_button__sWYoB{padding:0 10px}}.SalaryInformation_field__KelmJ:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.SalaryInformation_field__KelmJ:not(:last-child){margin-bottom:24px}}.SalaryInformation_info__QtbVm{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:24px;padding:16px}.SalaryInformation_info__QtbVm p{color:#495057;font-size:14px;line-height:1.4;margin:0}.SalaryInformation_group__7x1zu{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.SalaryInformation_group__7x1zu{display:block;margin:0}}.SalaryInformation_group__7x1zu .SalaryInformation_field__KelmJ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.SalaryInformation_group__7x1zu .SalaryInformation_field__KelmJ{margin:20px 0 0;width:100%}}.SalaryInformation_subtitle__Ti-G2{color:#1a1d1f;font-size:16px;font-weight:600;margin:24px 0 16px}.dark-mode .SalaryInformation_subtitle__Ti-G2{color:#f4f4f4}.SalaryInformation_input__lBfr9{width:100%}.Condition_profile__Sog5j{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.Condition_profile__Sog5j{margin-bottom:24px}}@media only screen and (max-width:767px){.Condition_profile__Sog5j>.Condition_button__\+VgoX{display:none}}.Condition_avatar__Liz9s{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.Condition_avatar__Liz9s{height:80px;margin-right:16px;width:80px}}.Condition_avatar__Liz9s img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Condition_remove__3KlGE{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.Condition_remove__3KlGE{display:inline-block}}.Condition_file__BmaVT{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.Condition_file__BmaVT{margin-right:0}}.Condition_file__BmaVT input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.Condition_file__BmaVT .Condition_button__\+VgoX{padding:0 10px}}.Condition_field__gSCJ5:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.Condition_field__gSCJ5:not(:last-child){margin-bottom:24px}}.Condition_conditions__WwHfb{background-color:#f4f4f4;border-radius:8px;margin-bottom:32px;padding:24px}.dark-mode .Condition_conditions__WwHfb{background-color:#1a1d1f}.Condition_attestationList__japmW{list-style-type:none;margin:16px 0 0;padding:0}.Condition_attestationList__japmW li{color:#33383f;line-height:1.5;margin-bottom:12px;padding-left:20px;position:relative}.Condition_attestationList__japmW li:before{content:"-";left:0;position:absolute;top:0}.Condition_line__DaRye{align-items:center;display:flex;justify-content:space-between;padding-bottom:24px}.ContractInformation_dropdown__VSlDr{width:100%}.ContractInformation_dropdown__VSlDr .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .ContractInformation_dropdown__VSlDr .dropdown__head{background:#272b30}.ContractInformation_divider__tqigu{height:2px}.ContractInformation_group__sG5xv{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContractInformation_group__sG5xv{display:block;margin:0}}.ContractInformation_group__sG5xv .ContractInformation_field__Dh6Uh{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContractInformation_group__sG5xv .ContractInformation_field__Dh6Uh{margin:20px 0 0;width:100%}}.ContractInformation_field__Dh6Uh{margin-bottom:24px;position:relative}.ContractInformation_fieldLabel__RatBD{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.ContractInformation_fieldInput__gj\+ai{align-items:center;display:flex;position:relative}.ContractInformation_fieldInput__gj\+ai svg{fill:#6f767e;left:12px;position:absolute}.ContractInformation_input__ifk0m{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .ContractInformation_input__ifk0m{background:#272b30}.ContractInformation_divider__tqigu{background:#e6e6e6;height:1px;margin:24px 0}.ContractInformation_btns__MSO7j{display:flex;margin:0 -8px}.ContractInformation_btns__MSO7j .ContractInformation_button__VBLCS{flex-grow:1;margin:0 8px}.ContractInformation_switch__wgguV{margin-left:auto}.ContractInformation_line__1C-p9{display:flex;padding-bottom:24px}.ContractInformation_title__nYtBt{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .ContractInformation_title__nYtBt{color:#efefef}.ContractInformation_subtitle__iCtVI{margin-bottom:20px}.ContractInformation_errorMessage__id8UF{background:rgba(255,59,48,.1);border:1px solid rgba(255,59,48,.3);border-radius:6px;color:#ff3b30;font-size:13px;line-height:1.4;margin-top:8px;padding:8px 12px}.dark-mode .ContractInformation_errorMessage__id8UF{background:rgba(255,59,48,.15);border-color:rgba(255,59,48,.4);color:#ff6b6b}.CentreInformation_profile__\+ISEY{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_profile__\+ISEY{margin-bottom:24px}}@media only screen and (max-width:767px){.CentreInformation_profile__\+ISEY>.CentreInformation_button__-jN61{display:none}}.CentreInformation_fieldset__\+2UU2{width:100%}.CentreInformation_avatar__DzsIW{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.CentreInformation_avatar__DzsIW{height:80px;margin-right:16px;width:80px}}.CentreInformation_avatar__DzsIW img{border-radius:50%;height:100%;object-fit:cover;width:100%}.CentreInformation_remove__qenk3{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.CentreInformation_remove__qenk3{display:inline-block}}.CentreInformation_file__9b-Y7{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.CentreInformation_file__9b-Y7{margin-right:0}}.CentreInformation_file__9b-Y7 input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.CentreInformation_file__9b-Y7 .CentreInformation_button__-jN61{padding:0 10px}}.CentreInformation_field__5uNfN:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.CentreInformation_field__5uNfN:not(:last-child){margin-bottom:24px}}.CentreInformation_searchContainer__fSDWh{margin-bottom:24px;position:relative;width:100%}.CentreInformation_searchResults__5F3TD{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .CentreInformation_searchResults__5F3TD{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.CentreInformation_resultItem__2g2jd{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.CentreInformation_resultItem__2g2jd:hover{background:#f4f4f4}.dark-mode .CentreInformation_resultItem__2g2jd:hover{background:#272b30}.CentreInformation_resultItem__2g2jd:last-child{border-bottom:none}.CentreInformation_resultContent__1vTpu{align-items:center;display:flex}.CentreInformation_companyLogo__CRtzJ{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.CentreInformation_companyInfo__n6uw6{flex:1 1}.CentreInformation_companyName__f8XE8{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .CentreInformation_companyName__f8XE8{color:#fcfcfc}.CentreInformation_companyDetails__r2Ubu{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.CentreInformation_noResults__CTFnL{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .CentreInformation_noResults__CTFnL{background:#272b30}.CentreInformation_noResults__CTFnL .CentreInformation_link__7v1uk{display:block;margin-top:8px}.CentreInformation_selectedCompanyDetails__UB7vO{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .CentreInformation_selectedCompanyDetails__UB7vO{background:#272b30}.CentreInformation_selectedCompanyDetails__UB7vO h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .CentreInformation_selectedCompanyDetails__UB7vO h3{color:#fcfcfc}.CentreInformation_detailRow__ivXgn{display:flex;margin-bottom:8px}.CentreInformation_detailRow__ivXgn:last-child{margin-bottom:0}.CentreInformation_label__d8-m8{color:#6f767e;font-weight:500;width:100px}.CentreInformation_value__HZzaF{color:#1a1d1f;flex:1 1}.dark-mode .CentreInformation_value__HZzaF{color:#f4f4f4}.Settings_card__PaB\+q{margin-bottom:32px}.Settings_head__2UDCA{margin-bottom:44px}@media only screen and (max-width:1023px){.Settings_head__2UDCA{margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_head__2UDCA{flex-wrap:wrap;margin-bottom:24px}}.Settings_head__2UDCA .Settings_form__JZuNU{margin-left:200px;margin-right:auto}@media only screen and (max-width:1023px){.Settings_head__2UDCA .Settings_form__JZuNU{width:250px}}@media only screen and (max-width:767px){.Settings_head__2UDCA .Settings_form__JZuNU{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.Settings_head__2UDCA.Settings_hidden__Ky3S8{display:none}}.Settings_title__VpBfp{margin-right:24px}@media only screen and (max-width:767px){.Settings_title__VpBfp{margin:0 0 16px}}.Settings_nav__x5f1q{display:flex;margin-right:24px}@media only screen and (max-width:1023px){.Settings_nav__x5f1q{margin-right:16px}}@media only screen and (max-width:767px){.Settings_nav__x5f1q{margin-bottom:16px;margin-right:0}}.Settings_foot__D1zw7{align-items:center;display:flex;justify-content:center;margin-top:24px}.Settings_arrow__18c3J{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .Settings_arrow__18c3J{border-color:transparent}.Settings_arrow__18c3J svg{fill:#6f767e;transition:fill .2s}.Settings_arrow__18c3J:hover{border-color:#efefef}.Settings_arrow__18c3J:hover svg{fill:#1a1d1f}.dark-mode .Settings_arrow__18c3J:hover{border-color:#272b30}.dark-mode .Settings_arrow__18c3J:hover svg{fill:#fcfcfc}.Settings_arrow__18c3J:not(:last-child){margin-right:8px}.Settings_arrow__18c3J:disabled{cursor:not-allowed;opacity:.5}.Settings_arrow__18c3J:disabled:hover{border-color:#efefef}.Settings_arrow__18c3J:disabled:hover svg{fill:#6f767e}.dark-mode .Settings_arrow__18c3J:disabled:hover{border-color:transparent}.dark-mode .Settings_arrow__18c3J:disabled:hover svg{fill:#6f767e}.Settings_pagination__fGb-j{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.Settings_link__vw19H{align-items:center;border-radius:12px;color:#6f767e;display:flex;font-size:14px;font-weight:600;height:48px;padding:0 16px;transition:all .2s}.Settings_link__vw19H:not(:last-child){margin-right:8px}.Settings_link__vw19H.Settings_active__Dk5PU,.Settings_link__vw19H:hover{color:#1a1d1f}.dark-mode .Settings_link__vw19H.Settings_active__Dk5PU,.dark-mode .Settings_link__vw19H:hover{color:#fcfcfc}.Settings_link__vw19H.Settings_active__Dk5PU{background:#efefef}.dark-mode .Settings_link__vw19H.Settings_active__Dk5PU{background:#272b30}@media only screen and (max-width:767px){.Settings_filters__cvMVj{margin-bottom:16px}}.Settings_row__DIPTl{display:block}@media only screen and (max-width:767px){.Settings_row__DIPTl.Settings_flex__WpcI4{display:flex}}.Settings_settings__oOit7{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex}@media only screen and (max-width:1023px){.Settings_settings__oOit7{display:block}}@media only screen and (max-width:767px){.Settings_settings__oOit7{padding:24px 16px}}.dark-mode .Settings_settings__oOit7{background:#1a1d1f}.Settings_menu__T31y0{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:300px}@media only screen and (max-width:1259px){.Settings_menu__T31y0{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__T31y0{display:none}}.Settings_menu__T31y0 .Settings_button__WyW5q{align-items:center;border-radius:8px;color:#6f767e;display:flex;font-size:15px;font-weight:600;justify-content:space-between;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__T31y0 .Settings_button__WyW5q:not(:last-child){margin-bottom:8px}.Settings_menu__T31y0 .Settings_button__WyW5q.Settings_active__Dk5PU,.Settings_menu__T31y0 .Settings_button__WyW5q:hover{color:#1a1d1f}.dark-mode .Settings_menu__T31y0 .Settings_button__WyW5q.Settings_active__Dk5PU,.dark-mode .Settings_menu__T31y0 .Settings_button__WyW5q:hover{color:#fcfcfc}.Settings_menu__T31y0 .Settings_button__WyW5q.Settings_active__Dk5PU{background:#efefef}.dark-mode .Settings_menu__T31y0 .Settings_button__WyW5q.Settings_active__Dk5PU{background:#272b30}.Settings_counter__T8V7I{font-size:12px;font-weight:600;height:20px;line-height:20px;margin-left:8px;min-width:20px}.dark-mode .Settings_counter__T8V7I{color:#fcfcfc}.Settings_buttonText__h-\+Ry{flex:1 1}.Settings_wrapper__aTb40{flex-grow:1;margin-left:40px}@media only screen and (max-width:1259px){.Settings_wrapper__aTb40{margin-left:24px}}@media only screen and (max-width:1023px){.Settings_wrapper__aTb40{margin-left:0}}.Settings_dropdown__cDwkp{display:none;margin-bottom:24px}@media only screen and (max-width:1023px){.Settings_dropdown__cDwkp{display:block}}@media only screen and (max-width:767px){.Settings_dropdown__cDwkp{display:block}}.Settings_dropdownHead__tNnlt{align-items:center;color:#6f767e;display:flex;font-size:15px;font-weight:600;height:48px;justify-content:space-between;line-height:1.6;padding:0 16px}@media only screen and (max-width:1023px){.Settings_list__8odUj{margin-top:0}}.Settings_item__ItBVa{display:none}.Settings_item__ItBVa.Settings_active__Dk5PU{display:block}.Settings_anchor__BwUyo{position:relative;top:-116px}@media only screen and (max-width:767px){.Settings_table__Gen9T{margin-bottom:24px}.Settings_details__4GYGM{margin-left:0}}.Settings_counter__T8V7I{background:#cabdff;border-radius:6px;color:#1a1d1f;flex-shrink:0;height:24px;line-height:24px;margin-left:auto;min-width:24px;text-align:center}@media only screen and (max-width:1259px){.Settings_counter__T8V7I{display:none}}@media only screen and (max-width:767px){.Settings_counter__T8V7I{display:block}}@media only screen and (max-width:1259px){.Settings_overlay__ssRKw{background:hsla(0,0%,96%,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:12}.dark-mode .Settings_overlay__ssRKw{background:rgba(39,43,48,.9)}.Settings_overlay__ssRKw.Settings_active__Dk5PU{opacity:1;visibility:visible}}@media only screen and (max-width:767px){.Settings_overlay__ssRKw{display:none}}.Settings_empty__px3bL{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Settings_empty__px3bL{background:#272b30;color:#fcfcfc}.Settings_empty__px3bL p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Table_wrapper__vVzAb{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__vVzAb{margin:0}}.Table_table__5l0Sn{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__5l0Sn{display:block}}.Table_row__QV2Px{display:table-row}@media only screen and (max-width:1023px){.Table_row__QV2Px{display:none}}.Table_row__QV2Px.Table_active__TdCyZ .Table_col__PUAx0:not(:first-child):not(:nth-child(2)){display:none}.Table_row__QV2Px.Table_active__TdCyZ .Table_col__PUAx0:nth-child(2):after{right:12px}.Table_col__PUAx0{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__PUAx0:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__PUAx0:after{background:#272b30}.Table_col__PUAx0:first-child{font-size:0;width:56px}.Table_col__PUAx0:first-child:after{left:12px}.Table_col__PUAx0:last-child:after{right:12px}.Table_noData__O6htq{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;padding:20px;text-align:center}.Table_loading__w1O73{padding:40px;text-align:center}.Table_loading__w1O73 p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:0;margin-top:16px}.Table_error__lI8aj{padding:40px;text-align:center}.Table_error__lI8aj p{margin-bottom:16px}.Table_error__lI8aj button,.Table_error__lI8aj p{color:#1a1d1f;font-size:13px;font-weight:600;line-height:1.2307692308}.Table_error__lI8aj button{background:transparent;border:1px solid #efefef;border-radius:8px;cursor:pointer;padding:8px 16px;transition:all .2s}.Table_error__lI8aj button:hover{background:#efefef;color:#111315}.Table_empty__27aeG{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Table_empty__27aeG{background:#272b30;color:#fcfcfc}.Table_empty__27aeG p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Table_foot__8uo\+6{align-items:center;border-top:1px solid #efefef;display:flex;justify-content:center;padding:20px 0}.dark-mode .Table_foot__8uo\+6{border-color:#272b30}.Table_arrow__ahl80{align-items:center;background:transparent;border:2px solid #efefef;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:border-color .2s;width:40px}.dark-mode .Table_arrow__ahl80{border-color:transparent}.Table_arrow__ahl80 svg{fill:#6f767e;transition:fill .2s}.Table_arrow__ahl80:hover{border-color:#efefef}.Table_arrow__ahl80:hover svg{fill:#1a1d1f}.dark-mode .Table_arrow__ahl80:hover{border-color:#272b30}.dark-mode .Table_arrow__ahl80:hover svg{fill:#fcfcfc}.Table_arrow__ahl80:not(:last-child){margin-right:8px}.Table_arrow__ahl80:disabled{cursor:not-allowed;opacity:.5}.Table_arrow__ahl80:disabled:hover{border-color:#efefef}.Table_arrow__ahl80:disabled:hover svg{fill:#6f767e}.dark-mode .Table_arrow__ahl80:disabled:hover{border-color:transparent}.dark-mode .Table_arrow__ahl80:disabled:hover svg{fill:#6f767e}.Table_pagination__zRsqF{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.Table_pagination__zRsqF .Table_button__7LOy0 .Table_loader__IXeE7{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__0zwJJ{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__0zwJJ{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__0zwJJ{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__0zwJJ:hover{background:#f4f4f4}.dark-mode .Row_row__0zwJJ:hover{background:#272b30}.Row_row__0zwJJ:hover .Row_price__vlEkT{background:#fcfcfc}.dark-mode .Row_row__0zwJJ:hover .Row_price__vlEkT{background:#111315}}.Row_row__0zwJJ:last-child .Row_col__5SMpm:after{display:none}.Row_row__0zwJJ.Row_active__qKy61:hover{background:none}.Row_row__0zwJJ.Row_active__qKy61 .Row_col__5SMpm:not(:first-child):not(:nth-child(2)){display:none}.Row_row__0zwJJ.Row_active__qKy61 .Row_col__5SMpm:nth-child(2):after{right:12px}.Row_row__0zwJJ.Row_active__qKy61.Row_selected__GZsAQ{background:#efefef}.dark-mode .Row_row__0zwJJ.Row_active__qKy61.Row_selected__GZsAQ{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__0zwJJ.Row_active__qKy61.Row_selected__GZsAQ .Row_col__5SMpm:first-child{border-radius:12px 0 0 12px}.Row_row__0zwJJ.Row_active__qKy61.Row_selected__GZsAQ .Row_col__5SMpm:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__0zwJJ.Row_active__qKy61.Row_selected__GZsAQ .Row_col__5SMpm:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__5SMpm{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__5SMpm{display:block;padding:0}}.dark-mode .Row_col__5SMpm{color:#fcfcfc}.Row_col__5SMpm:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__5SMpm:after{display:none}}.dark-mode .Row_col__5SMpm:after{background:#272b30}.Row_col__5SMpm:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__5SMpm:first-child{display:none}}.Row_col__5SMpm:first-child:after{left:12px}.Row_col__5SMpm:last-child{border-radius:0 8px 8px 0}.Row_col__5SMpm:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__5SMpm:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__5SMpm:nth-child(3),.Row_col__5SMpm:nth-child(4),.Row_col__5SMpm:nth-child(6),.Row_col__5SMpm:nth-child(7){display:none}}.Row_item__8M4kr{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__8M4kr:hover{color:#2a85ff}.Row_item__8M4kr .Row_email__6AaqQ{display:none}@media only screen and (max-width:1023px){.Row_item__8M4kr .Row_email__6AaqQ{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__Jv0ir{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__Jv0ir img{height:100%;object-fit:cover;width:100%}.Row_user__D18nB{margin-bottom:4px;max-width:160px}.Row_login__jxRDT{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__jxRDT{display:none}}.dark-mode .Row_login__jxRDT{color:#9a9fa5}.Row_email__6AaqQ{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__5SMpm>.Row_email__6AaqQ{display:none}}.Row_lifetime__r8Te8{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__r8Te8{align-items:flex-end;flex-direction:column}}.Row_price__vlEkT{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__vlEkT{background:#272b30}.Row_balance__lIIMd{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__lIIMd{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__7k6ZX{display:none}}.Panel_info__145vU{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__145vU svg{fill:#6f767e;margin-right:12px}.Panel_info__145vU span{color:#1a1d1f}.dark-mode .Panel_info__145vU span{color:#fcfcfc}.Panel_btns__hhIR\+{align-items:center;display:flex}.Panel_button__r5Qbx:not(:last-child){margin-right:8px}.StudentDetail_button__LNgxl{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentDetail_button__LNgxl{display:none}}.StudentDetail_background__ZThS5{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentDetail_background__ZThS5{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentDetail_background__ZThS5{height:320px}}@media only screen and (max-width:767px){.StudentDetail_background__ZThS5{height:252px;margin:-24px -16px 0}}.StudentDetail_background__ZThS5 img{height:100%;object-fit:cover;width:100%}.StudentDetail_card__2sGEC{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentDetail_card__2sGEC{margin-top:-188px}}.StudentDetail_control__ntgVZ{align-items:center;display:flex;margin-bottom:20px}.StudentDetail_nav__FHwPW{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentDetail_desktopNav__9eNvO{display:none}}.StudentDetail_mobileNav__aU\+A9{display:none;width:100%}@media only screen and (max-width:767px){.StudentDetail_mobileNav__aU\+A9{display:block}}.StudentDetail_dropdown__ec6BP{width:100%}.StudentDetail_dropdown__ec6BP .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentDetail_dropdown__ec6BP .dropdown__head{background:#272b30}.StudentDetail_link__rlOrw{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentDetail_link__rlOrw{flex-grow:1}}.StudentDetail_link__rlOrw.StudentDetail_active__5ZSEJ,.StudentDetail_link__rlOrw:hover{color:#1a1d1f}.dark-mode .StudentDetail_link__rlOrw.StudentDetail_active__5ZSEJ,.dark-mode .StudentDetail_link__rlOrw:hover{color:#fcfcfc}.StudentDetail_link__rlOrw.StudentDetail_active__5ZSEJ{background:#efefef}.dark-mode .StudentDetail_link__rlOrw.StudentDetail_active__5ZSEJ{background:#272b30}.StudentDetail_link__rlOrw:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentDetail_link__rlOrw:not(:last-child){margin-right:0}.StudentDetail_dropdownBox__uJAid{flex-grow:1}}.StudentDetail_filters__VvL5l{margin-left:16px}@media only screen and (max-width:767px){.StudentDetail_filters__VvL5l{margin-left:12px}}.StudentDetail_foot__5vbiZ{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentDetail_foot__5vbiZ{margin-top:32px}}@media only screen and (max-width:767px){.StudentDetail_foot__5vbiZ{margin-top:24px}}.StudentDetail_profile__Iy7Zv{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentDetail_profile__Iy7Zv{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentDetail_profile__Iy7Zv{display:block}}@media only screen and (max-width:767px){.StudentDetail_profile__Iy7Zv{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentDetail_profile__Iy7Zv{border-color:#272b30}.StudentDetail_statusContainer__lfi5o{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentDetail_statusContainer__lfi5o{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentDetail_statusContainer__lfi5o{flex-direction:column;gap:16px}}.StudentDetail_statusGroup__nf1fh{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentDetail_statusLabel__2mvW8{color:#6f767e;font-size:14px;font-weight:500}.StudentDetail_statusBadge__3DOII{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentDetail_details__KHI9t{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1}@media only screen and (max-width:1023px){.StudentDetail_details__KHI9t{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentDetail_details__KHI9t{margin-bottom:12px}}.StudentDetail_profilAvatar__eMmKI{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentDetail_profilAvatar__eMmKI img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentDetail_add__X-3WY{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentDetail_add__X-3WY svg{fill:#fff}.StudentDetail_add__X-3WY:hover{background:#1176ff}.StudentDetail_info__DQ1L7{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentDetail_info__DQ1L7{font-size:18px;font-size:15px;margin-top:4px}}.StudentDetail_list__ByhEd{border-bottom:1px solid #efefef;display:flex;margin:0 -6px 40px;padding-bottom:40px}@media only screen and (max-width:1023px){.StudentDetail_list__ByhEd{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:24px -24px 32px;overflow:auto;padding-bottom:32px;scrollbar-width:none}.StudentDetail_list__ByhEd::-webkit-scrollbar{display:none}.StudentDetail_list__ByhEd:after,.StudentDetail_list__ByhEd:before{content:"";flex-shrink:0;height:1px;width:24px}}@media only screen and (max-width:767px){.StudentDetail_list__ByhEd{margin:0 -16px}.StudentDetail_list__ByhEd:after,.StudentDetail_list__ByhEd:before{width:16px}}.dark-mode .StudentDetail_list__ByhEd{border-color:#272b30}.StudentDetail_item__WICVX{border-radius:12px;color:#1a1d1f;display:flex;flex-basis:calc(33.333% - 12px);flex-direction:column;flex-grow:0;flex-shrink:0;height:200px;margin:0 6px;padding:32px;width:calc(33.333% - 12px)}@media only screen and (max-width:1023px){.StudentDetail_item__WICVX{flex:0 0 295px;margin:0;width:295px}.StudentDetail_item__WICVX:not(:last-child){margin-right:12px}}@media only screen and (max-width:767px){.StudentDetail_item__WICVX{flex:0 0 285px;width:285px}}.dark-mode .StudentDetail_item__WICVX{color:#efefef}.dark-mode .StudentDetail_item__WICVX:nth-child(odd){background:rgba(167,170,247,.15)!important}.dark-mode .StudentDetail_item__WICVX:nth-child(2n){background:rgba(177,229,252,.1)!important}.StudentDetail_avatar__tjOt6{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-bottom:16px;overflow:hidden;width:48px}@media only screen and (max-width:1023px){.StudentDetail_avatar__tjOt6{margin:0 12px 0 0}}.StudentDetail_avatar__tjOt6 img{height:100%;object-fit:cover;width:100%}.StudentDetail_line__po7Iw{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.StudentDetail_category__SETGN{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.dark-mode .StudentDetail_category__SETGN{color:#efefef}.StudentDetail_tooltip__KTO09 svg{fill:#33383f}.dark-mode .StudentDetail_tooltip__KTO09 svg{fill:#efefef}.StudentDetail_counter__wH9Ma{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.StudentDetail_indicator__F1h0L{background:#fcfcfc}.dark-mode .StudentDetail_indicator__F1h0L{background:#1a1d1f}.StudentDetail_indicator__F1h0L span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.StudentDetail_indicator__F1h0L{align-items:center;border-radius:8px;color:#6f767e;display:inline-flex;margin-bottom:12px;padding:4px}.dark-mode .StudentDetail_indicator__F1h0L{background-color:#000;border-color:#fff;color:#fff}.dark-mode .StudentDetail_indicator__F1h0L:hover{background-color:#fff;color:#000}.StudentDetail_actionMenuButton__EUHFh{align-items:center;border:none;border-radius:8px;color:#1a1d1f;cursor:pointer;display:inline-flex;font-weight:13px;height:48px;justify-content:center;min-width:150px;padding:12px 24px;transition:background-color .2s,box-shadow .2s,color .2s,-webkit-transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s;transition:background-color .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s}.StudentDetail_actionMenuButton__EUHFh svg{fill:#1a1d1f;margin-left:8px;transition:fill .2s ease,-webkit-transform .2s ease;transition:fill .2s ease,transform .2s ease;transition:fill .2s ease,transform .2s ease,-webkit-transform .2s ease}.StudentDetail_actionMenuButton__EUHFh.StudentDetail_is-open__xunfz{background-color:#d0d0d0;color:#1a1d1f}.StudentDetail_actionMenuButton__EUHFh.StudentDetail_is-open__xunfz svg{fill:#1a1d1f;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dark-mode .StudentDetail_actionMenuButton__EUHFh{color:#fff}.dark-mode .StudentDetail_actionMenuButton__EUHFh svg{fill:#fff}.dark-mode .StudentDetail_actionMenuButton__EUHFh.StudentDetail_is-open__xunfz{color:#fff}.dark-mode .StudentDetail_actionMenuButton__EUHFh.StudentDetail_is-open__xunfz svg{fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.StudentDetail_outlineButton__w4Fp1{align-items:center;background-color:#fff;border:1px solid #000;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;min-width:160px;padding:10px 20px;text-align:center;transition:background-color .2s,color .2s}.StudentDetail_outlineButton__w4Fp1:hover{background-color:#000;color:#fff}.dark-mode .StudentDetail_outlineButton__w4Fp1{background-color:#000;border-color:#fff;color:#fff}.dark-mode .StudentDetail_outlineButton__w4Fp1:hover{background-color:#fff;color:#000}.StudentDetail_progressContainer__aVJMl{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding:8px 0}.StudentDetail_progressBox__nr9SC{align-items:center;display:flex}.StudentDetail_progressNumber__u-Xx2{font-size:14px;font-weight:700;margin-right:8px}.dark-mode .StudentDetail_progressNumber__u-Xx2{color:#fcfcfc}.StudentDetail_progressLine__euPhe{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;position:relative;width:60px}.dark-mode .StudentDetail_progressLine__euPhe{background-color:#272b30}.StudentDetail_progressBar__ID2fK{border-radius:4px;bottom:0;left:0;position:absolute;top:0;transition:width .3s ease}.StudentDetail_progressLabel__1q6BM{color:#33383f;font-size:12px;margin-left:8px}.dark-mode .StudentDetail_progressLabel__1q6BM{color:#efefef}.FolderProgress_section__jiZM0{margin:-64px auto 80px;max-width:1200px}.FolderProgress_row__WgutE{display:flex}@media only screen and (max-width:1023px){.FolderProgress_row__WgutE{display:block}}.FolderProgress_col__3-vBo:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1259px){.FolderProgress_col__3-vBo:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.FolderProgress_col__3-vBo:first-child{margin-bottom:8px;padding-right:0;width:100%}}.FolderProgress_col__3-vBo:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1259px){.FolderProgress_col__3-vBo:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.FolderProgress_col__3-vBo:nth-child(2){width:100%}}.FolderProgress_card__50SP5:not(:last-child){margin-bottom:8px}.Overview_nav__E0Nhv{background:#f4f4f4;border-radius:20px;display:flex;margin-bottom:32px;padding:8px}@media only screen and (max-width:767px){.Overview_nav__E0Nhv{margin-bottom:24px}}.dark-mode .Overview_nav__E0Nhv{background:rgba(17,19,21,.5)}.Overview_item__OsV7r.Overview_active__L1kgF{background:#fcfcfc;box-shadow:0 4px 8px -4px rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.04),inset 0 2px 0 hsla(0,0%,100%,.25)}.dark-mode .Overview_item__OsV7r.Overview_active__L1kgF{background:#272b30;box-shadow:0 4px 8px -4px rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.04),inset 0 2px 0 hsla(0,0%,100%,.06)}.Overview_progress__mva-P{background:#2a85ff;border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px}.Stepper_stepper__cO0ZM{background:#fcfcfc;border-radius:12px;padding:24px}.dark-mode .Stepper_stepper__cO0ZM{background:#1a1d1f}.Stepper_header__H1jtj{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.dark-mode .Stepper_header__H1jtj{border-color:#272b30}.Stepper_title__l3QU\+{color:#1a1d1f;margin:0}.dark-mode .Stepper_title__l3QU\+{color:#fcfcfc}.Stepper_progress__nm2gU{background:#2a85ff;border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px}.Stepper_steps__NXwtz{position:relative}.Stepper_step__joNAn{align-items:flex-start;display:flex;padding:16px 0;position:relative}.Stepper_step__joNAn:last-child{padding-bottom:0}.Stepper_stepIcon__fWWap{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-right:16px;position:relative;transition:all .3s ease;width:32px;z-index:2}.Stepper_stepNumber__nDgr2{font-size:14px;font-weight:600}.Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepIcon__fWWap{background:#efefef;color:#6f767e}.dark-mode .Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepIcon__fWWap{background:#272b30;color:#efefef}.Stepper_step__joNAn.Stepper_current__dlBze .Stepper_stepIcon__fWWap{background:#2a85ff;box-shadow:0 0 0 4px rgba(42,133,255,.2);color:#fff}.Stepper_step__joNAn.Stepper_completed__DFMsP .Stepper_stepIcon__fWWap{background:#b1e5fc;color:#1a1d1f}.Stepper_step__joNAn.Stepper_completed__DFMsP .Stepper_stepIcon__fWWap svg{fill:currentColor}.Stepper_stepContent__KEXPl{flex:1 1;min-width:0}.Stepper_stepTitle__r7WR\+{color:#1a1d1f;font-size:16px;font-weight:600;margin-bottom:4px}.dark-mode .Stepper_stepTitle__r7WR\+{color:#fcfcfc}.Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepTitle__r7WR\+,.dark-mode .Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepTitle__r7WR\+{color:#6f767e}.Stepper_stepDescription__T8YIF{color:#33383f;font-size:14px;line-height:1.4}.dark-mode .Stepper_stepDescription__T8YIF{color:#efefef}.Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepDescription__T8YIF{color:#6f767e}.dark-mode .Stepper_step__joNAn.Stepper_pending__RIT0I .Stepper_stepDescription__T8YIF{color:#33383f}.Stepper_generateButton__Mg2za{background:#2a85ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;padding:8px 16px;transition:all .2s ease}.Stepper_generateButton__Mg2za:hover{background:#0069f6;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.Stepper_generateButton__Mg2za:active{-webkit-transform:translateY(0);transform:translateY(0)}.Stepper_downloadButton__2jM7q{align-items:center;background:#fcfcfc;border:1px solid #efefef;border-radius:6px;color:#1a1d1f;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;margin-top:8px;padding:8px 16px;transition:all .2s ease}.Stepper_downloadButton__2jM7q:hover{background:#f4f4f4;border-color:#6f767e;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.Stepper_downloadButton__2jM7q:active{-webkit-transform:translateY(0);transform:translateY(0)}.dark-mode .Stepper_downloadButton__2jM7q{background:#272b30;border-color:#33383f;color:#fcfcfc}.dark-mode .Stepper_downloadButton__2jM7q:hover{background:#33383f;border-color:#6f767e}.Stepper_connector__HKRgm{background:#efefef;bottom:-16px;left:15px;position:absolute;top:48px;width:2px}.dark-mode .Stepper_connector__HKRgm{background:#272b30}.Stepper_connector__HKRgm.Stepper_completed__DFMsP{background:#b1e5fc}.Stepper_step__joNAn:last-child .Stepper_connector__HKRgm{display:none}@media only screen and (max-width:767px){.Stepper_stepper__cO0ZM{padding:16px}.Stepper_header__H1jtj{align-items:flex-start;flex-direction:column;gap:12px}.Stepper_stepIcon__fWWap{height:28px;margin-right:12px;width:28px}.Stepper_stepTitle__r7WR\+{font-size:15px}.Stepper_stepDescription__T8YIF{font-size:13px}.Stepper_connector__HKRgm{left:13px}}.Folderfiles_head__97-cr{border-bottom:1px solid #efefef;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:space-between;line-height:1.2307692308;margin-bottom:12px;padding-bottom:24px}.dark-mode .Folderfiles_head__97-cr{border-color:#272b30}.Folderfiles_list__Rf2sM{margin:0 -12px}.Folderfiles_item__Eug3B{grid-gap:12px;align-items:center;color:#1a1d1f;cursor:pointer;display:grid;grid-template-columns:50px 1fr 60px;padding:12px}.dark-mode .Folderfiles_item__Eug3B{color:#fcfcfc}.Folderfiles_item__Eug3B:hover .Folderfiles_title__bIO1M{color:#2a85ff}.Folderfiles_item__Eug3B:not(:last-child){margin-bottom:12px}.Folderfiles_contentWrapper__Vp8fQ{align-items:center;display:flex;flex-grow:1;width:85%}.Folderfiles_preview__vlkdS{border-radius:8px;flex-shrink:0;height:50px;margin-right:12px;overflow:hidden;width:50px}.Folderfiles_preview__vlkdS img{height:100%;object-fit:cover;width:100%}.Folderfiles_title__bIO1M{overflow:hidden;padding-right:16px;text-overflow:ellipsis;transition:color .2s;white-space:nowrap;width:100%}.Folderfiles_button__Sa4FT{margin-top:12px;width:100%}.Folderfiles_empty__SSAPS{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Folderfiles_empty__SSAPS{background:#272b30;color:#fcfcfc}.Folderfiles_empty__SSAPS p{margin:0}.Folderfiles_empty__SSAPS p,.Folderfiles_login__F3qrO{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.Folderfiles_login__F3qrO{margin-top:4px}@media only screen and (max-width:1023px){.Folderfiles_login__F3qrO{display:block}}.dark-mode .Folderfiles_login__F3qrO{color:#9a9fa5}.Folderfiles_user__wzH4-{min-width:0;padding-right:16px}.Folderfiles_details__FNyNm{display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto;width:60px}.Folderfiles_actions__1U37M,.Folderfiles_documentActions__YL7tx{margin-left:auto}.ModalProduct_modal__gNo6p{-webkit-animation:ModalProduct_showModal__x4Oyo .4s forwards;animation:ModalProduct_showModal__x4Oyo .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__gNo6p{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__gNo6p{background:#111315}@-webkit-keyframes ModalProduct_showModal__x4Oyo{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__x4Oyo{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__zU9VB{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalProduct_control__CKRIR{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__CKRIR{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__CKRIR .ModalProduct_button__wKoz4{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__CKRIR .ModalProduct_button__wKoz4:hover{background:#272b30}.ModalProduct_close__T1kgQ{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__T1kgQ svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__T1kgQ{background:#1a1d1f}.dark-mode .ModalProduct_close__T1kgQ svg{fill:#fcfcfc}.ModalProduct_close__T1kgQ:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__crwdI{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__crwdI::-webkit-scrollbar{width:6px}.ModalProduct_overview__crwdI::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__crwdI::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalProduct_subtitle__GXtJV{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__GXtJV{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__GXtJV{margin-bottom:12px}}.ModalProduct_content__PLtCl h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__PLtCl p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__PLtCl p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__Gnyk4{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__Gnyk4{font-size:20px}}.ModalProduct_firstConnexionContent__bdiG\+{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__bdiG\+ h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__bdiG\+ .ModalProduct_figcaption__QOLzd{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__bdiG\+ .ModalProduct_saveButton__f42V3{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__bdiG\+ .ModalProduct_saveButton__f42V3:hover{background:#1176ff}.ModalProduct_galleryContainer__S37e0{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__S37e0 .ModalProduct_galleryImage__Rp76o{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__S37e0 .ModalProduct_galleryImage__Rp76o img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__S37e0 .ModalProduct_galleryImage__Rp76o img{aspect-ratio:1/1}}.ModalProduct_description__I2Gah>.ModalProduct_field__jOQvc:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_description__I2Gah>.ModalProduct_field__jOQvc:not(:last-child){margin-bottom:24px}}.ModalProduct_editor__e0W8C:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_editor__e0W8C:not(:last-child){margin-bottom:24px}}.ModalProduct_group__Z5PwR{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalProduct_group__Z5PwR{display:block;margin:0}}.ModalProduct_group__Z5PwR .ModalProduct_field__jOQvc{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalProduct_group__Z5PwR .ModalProduct_field__jOQvc{margin:12px 0 0;width:100%}}.ModalProduct_dropdown__TLA-H{position:relative;z-index:9999}.ModalProduct_uploadZone__OMLoE{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:12px;cursor:pointer;display:flex;justify-content:center;min-height:120px;padding:24px;position:relative;transition:all .2s}.ModalProduct_uploadZone__OMLoE:hover{background:#efefef;border-color:#2a85ff}.dark-mode .ModalProduct_uploadZone__OMLoE{background:#272b30;border-color:#33383f}.dark-mode .ModalProduct_uploadZone__OMLoE:hover{background:#1a1d1f;border-color:#2a85ff}.ModalProduct_fileInput__PMrFk{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ModalProduct_uploadText__TSFOo{color:#33383f;text-align:center}.dark-mode .ModalProduct_uploadText__TSFOo{color:#efefef}.ModalProduct_fileList__vXMEJ{display:flex;flex-direction:column;gap:8px;margin-top:16px}.ModalProduct_fileItem__XBrVL{align-items:center;background:#f4f4f4;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.dark-mode .ModalProduct_fileItem__XBrVL{background:#272b30}.ModalProduct_fileInfo__oSyXE{align-items:center;display:flex;gap:8px}.ModalProduct_fileName__Jx5ND{color:#1a1d1f}.dark-mode .ModalProduct_fileName__Jx5ND{color:#fcfcfc}.ModalProduct_fileExt__O1kZv{color:#33383f;font-size:14px}.ModalProduct_removeButton__TydjM{align-items:center;background:none;border:none;color:#6f767e;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:color .2s;width:32px}.ModalProduct_removeButton__TydjM:hover{color:#2a85ff}.ModalProduct_removeButton__TydjM svg{fill:currentColor}.Statements_card__2idFw{margin:-64px auto 80px;max-width:1200px}.Statements_section__NfNEv{margin:-64px auto 8px}.Statements_button__a9D3L{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Statements_button__a9D3L{display:none}}.Statements_background__x\+Bqo{height:400px;margin:-40px -40px 0;z-index:0}@media only screen and (max-width:1339px){.Statements_background__x\+Bqo{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Statements_background__x\+Bqo{height:320px}}@media only screen and (max-width:767px){.Statements_background__x\+Bqo{height:252px;margin:-24px -16px 0}}.Statements_background__x\+Bqo img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:767px){.Contract_head__uOQj8{flex-wrap:wrap}.Contract_head__uOQj8 .Contract_title__rY77a{flex-grow:1;margin:0 0 16px;width:100%}}.Contract_button__hroQ-{margin-left:16px}@media only screen and (max-width:767px){.Contract_button__hroQ-{flex-grow:1}}.Contract_wrapper__6vog1{background:#fcfcfc;margin:0 -24px}@media only screen and (max-width:767px){.Contract_wrapper__6vog1{margin:0 -16px}}.dark-mode .Contract_wrapper__6vog1{background:transparent}.Contract_table__1W2wX{display:table;width:100%}@media only screen and (max-width:1023px){.Contract_table__1W2wX{display:block}}.Contract_row__32IzX{display:table-row}@media only screen and (max-width:1023px){.Contract_row__32IzX{display:flex;flex-direction:column;padding:16px 24px}}@media only screen and (max-width:767px){.Contract_row__32IzX{padding:16px}}@media only screen and (max-width:1023px){.Contract_row__32IzX:first-child{display:none}}.Contract_row__32IzX:first-child .Contract_col__OaYpt{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;padding-bottom:16px;padding-top:8px}@media only screen and (max-width:1023px){.Contract_row__32IzX:nth-child(2n){background:hsla(0,0%,94%,.35)}.dark-mode .Contract_row__32IzX:nth-child(2n){background:rgba(39,43,48,.5)}}.Contract_row__32IzX:nth-child(2n) .Contract_col__OaYpt{background:hsla(0,0%,94%,.35)}@media only screen and (max-width:1023px){.Contract_row__32IzX:nth-child(2n) .Contract_col__OaYpt{background:none}}.dark-mode .Contract_row__32IzX:nth-child(2n) .Contract_col__OaYpt{background:rgba(39,43,48,.5)}@media only screen and (max-width:1023px){.dark-mode .Contract_row__32IzX:nth-child(2n) .Contract_col__OaYpt{background:none}}.Contract_col__OaYpt{display:table-cell;font-size:14px;font-weight:600;line-height:1.7142857143;padding:10px 16px}@media only screen and (max-width:1023px){.Contract_col__OaYpt{align-items:center;display:flex;padding:0}}.Contract_col__OaYpt:first-child{padding-left:24px}@media only screen and (max-width:1023px){.Contract_col__OaYpt:first-child{padding-left:0}.Contract_col__OaYpt:nth-child(2){align-items:flex-start;border-bottom:1px solid #efefef;order:-1;padding-bottom:12px}.dark-mode .Contract_col__OaYpt:nth-child(2){border-color:#272b30}.Contract_col__OaYpt:nth-child(3){display:none}}.Contract_col__OaYpt:last-child{padding-right:24px}@media only screen and (max-width:1023px){.Contract_col__OaYpt:last-child{padding-right:0}.Contract_col__OaYpt:not(:last-child){margin-bottom:12px}}.Contract_status__CBHoD{color:#1a1d1f;flex-shrink:0;font-size:14px;font-weight:600;line-height:28px;white-space:nowrap}.Contract_details__h555l{display:none}@media only screen and (max-width:1023px){.Contract_details__h555l{display:block;margin-right:auto;padding-right:16px}}.Contract_product__8vYKf{color:#33383f}.dark-mode .Contract_product__8vYKf{color:#efefef}.Contract_invoice__iFhY2{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;margin-top:4px}.Contract_negative__Ma1JZ{color:#ff6a55}.Contract_foot__TfTAc{padding:12px 0;text-align:center}.Contract_foot__TfTAc .Contract_button__hroQ- .Contract_loader__fYbKj{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Contract_label__QSsJA{color:#6f767e;display:none;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:auto}@media only screen and (max-width:1023px){.Contract_label__QSsJA{display:block}}@media only screen and (max-width:767px){.Convention_head__CIVxi{flex-wrap:wrap}.Convention_head__CIVxi .Convention_title__zyiaN{flex-grow:1;margin:0 0 16px;width:100%}}.Convention_button__yu0xq{margin-left:16px}@media only screen and (max-width:767px){.Convention_button__yu0xq{flex-grow:1}}.Convention_wrapper__Yfr80{background:#fcfcfc;margin:0 -24px}@media only screen and (max-width:767px){.Convention_wrapper__Yfr80{margin:0 -16px}}.dark-mode .Convention_wrapper__Yfr80{background:transparent}.Convention_table__NNFzo{display:table;width:100%}@media only screen and (max-width:1023px){.Convention_table__NNFzo{display:block}}.Convention_row__6h4EI{display:table-row}@media only screen and (max-width:1023px){.Convention_row__6h4EI{display:flex;flex-direction:column;padding:16px 24px}}@media only screen and (max-width:767px){.Convention_row__6h4EI{padding:16px}}@media only screen and (max-width:1023px){.Convention_row__6h4EI:first-child{display:none}}.Convention_row__6h4EI:first-child .Convention_col__iJNwz{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;padding-bottom:16px;padding-top:8px}@media only screen and (max-width:1023px){.Convention_row__6h4EI:nth-child(2n){background:hsla(0,0%,94%,.35)}.dark-mode .Convention_row__6h4EI:nth-child(2n){background:rgba(39,43,48,.5)}}.Convention_row__6h4EI:nth-child(2n) .Convention_col__iJNwz{background:hsla(0,0%,94%,.35)}@media only screen and (max-width:1023px){.Convention_row__6h4EI:nth-child(2n) .Convention_col__iJNwz{background:none}}.dark-mode .Convention_row__6h4EI:nth-child(2n) .Convention_col__iJNwz{background:rgba(39,43,48,.5)}@media only screen and (max-width:1023px){.dark-mode .Convention_row__6h4EI:nth-child(2n) .Convention_col__iJNwz{background:none}}.Convention_col__iJNwz{display:table-cell;font-size:14px;font-weight:600;line-height:1.7142857143;padding:10px 16px}@media only screen and (max-width:1023px){.Convention_col__iJNwz{align-items:center;display:flex;padding:0}}.Convention_col__iJNwz:first-child{padding-left:24px}@media only screen and (max-width:1023px){.Convention_col__iJNwz:first-child{padding-left:0}.Convention_col__iJNwz:nth-child(2){align-items:flex-start;border-bottom:1px solid #efefef;order:-1;padding-bottom:12px}.dark-mode .Convention_col__iJNwz:nth-child(2){border-color:#272b30}.Convention_col__iJNwz:nth-child(3){display:none}}.Convention_col__iJNwz:last-child{padding-right:24px}@media only screen and (max-width:1023px){.Convention_col__iJNwz:last-child{padding-right:0}.Convention_col__iJNwz:not(:last-child){margin-bottom:12px}}.Convention_status__IFkbH{color:#1a1d1f;flex-shrink:0;font-size:14px;font-weight:600;line-height:28px;white-space:nowrap}.Convention_details__O3yy-{display:none}@media only screen and (max-width:1023px){.Convention_details__O3yy-{display:block;margin-right:auto;padding-right:16px}}.Convention_product__8W66N{color:#33383f}.dark-mode .Convention_product__8W66N{color:#efefef}.Convention_invoice__ToRQp{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;margin-top:4px}.Convention_negative__5cRuz{color:#ff6a55}.Convention_foot__THyfy{padding:12px 0;text-align:center}.Convention_foot__THyfy .Convention_button__yu0xq .Convention_loader__xlotX{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Convention_label__0qFfj{color:#6f767e;display:none;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:auto}@media only screen and (max-width:1023px){.Convention_label__0qFfj{display:block}}@media only screen and (max-width:767px){.Rupture_head__cWNAf{flex-wrap:wrap}.Rupture_head__cWNAf .Rupture_title__g6cQy{flex-grow:1;margin:0 0 16px;width:100%}}.Rupture_button__nJKL3{margin-left:16px}@media only screen and (max-width:767px){.Rupture_button__nJKL3{flex-grow:1}}.Rupture_wrapper__vISOr{background:#fcfcfc;margin:0 -24px}@media only screen and (max-width:767px){.Rupture_wrapper__vISOr{margin:0 -16px}}.dark-mode .Rupture_wrapper__vISOr{background:transparent}.Rupture_table__xL7sl{display:table;width:100%}@media only screen and (max-width:1023px){.Rupture_table__xL7sl{display:block}}.Rupture_row__YtHnU{display:table-row}@media only screen and (max-width:1023px){.Rupture_row__YtHnU{display:flex;flex-direction:column;padding:16px 24px}}@media only screen and (max-width:767px){.Rupture_row__YtHnU{padding:16px}}@media only screen and (max-width:1023px){.Rupture_row__YtHnU:first-child{display:none}}.Rupture_row__YtHnU:first-child .Rupture_col__cwkZJ{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;padding-bottom:16px;padding-top:8px}@media only screen and (max-width:1023px){.Rupture_row__YtHnU:nth-child(2n){background:hsla(0,0%,94%,.35)}.dark-mode .Rupture_row__YtHnU:nth-child(2n){background:rgba(39,43,48,.5)}}.Rupture_row__YtHnU:nth-child(2n) .Rupture_col__cwkZJ{background:hsla(0,0%,94%,.35)}@media only screen and (max-width:1023px){.Rupture_row__YtHnU:nth-child(2n) .Rupture_col__cwkZJ{background:none}}.dark-mode .Rupture_row__YtHnU:nth-child(2n) .Rupture_col__cwkZJ{background:rgba(39,43,48,.5)}@media only screen and (max-width:1023px){.dark-mode .Rupture_row__YtHnU:nth-child(2n) .Rupture_col__cwkZJ{background:none}}.Rupture_col__cwkZJ{display:table-cell;font-size:14px;font-weight:600;line-height:1.7142857143;padding:10px 16px}@media only screen and (max-width:1023px){.Rupture_col__cwkZJ{align-items:center;display:flex;padding:0}}.Rupture_col__cwkZJ:first-child{padding-left:24px}@media only screen and (max-width:1023px){.Rupture_col__cwkZJ:first-child{padding-left:0}.Rupture_col__cwkZJ:nth-child(2){align-items:flex-start;border-bottom:1px solid #efefef;order:-1;padding-bottom:12px}.dark-mode .Rupture_col__cwkZJ:nth-child(2){border-color:#272b30}.Rupture_col__cwkZJ:nth-child(3){display:none}}.Rupture_col__cwkZJ:last-child{padding-right:24px}@media only screen and (max-width:1023px){.Rupture_col__cwkZJ:last-child{padding-right:0}.Rupture_col__cwkZJ:not(:last-child){margin-bottom:12px}}.Rupture_status__yx2Kb{color:#1a1d1f;flex-shrink:0;font-size:14px;font-weight:600;line-height:28px;white-space:nowrap}.Rupture_details__Mfoul{display:none}@media only screen and (max-width:1023px){.Rupture_details__Mfoul{display:block;margin-right:auto;padding-right:16px}}.Rupture_product__CrXAy{color:#33383f}.dark-mode .Rupture_product__CrXAy{color:#efefef}.Rupture_invoice__fdsdc{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;margin-top:4px}.Rupture_negative__cUHRC{color:#ff6a55}.Rupture_foot__mz\+ba{padding:12px 0;text-align:center}.Rupture_foot__mz\+ba .Rupture_button__nJKL3 .Rupture_loader__B8RLk{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Rupture_label__CEc\+N{color:#6f767e;display:none;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:auto}@media only screen and (max-width:1023px){.Rupture_label__CEc\+N{display:block}}.FolderProgress_section__5sV\+-{margin:-64px auto 80px;max-width:1200px}.FolderProgress_row__EFVIM{display:flex}@media only screen and (max-width:1023px){.FolderProgress_row__EFVIM{display:block}}.FolderProgress_col__U-kVC:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1259px){.FolderProgress_col__U-kVC:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.FolderProgress_col__U-kVC:first-child{margin-bottom:8px;padding-right:0;width:100%}}.FolderProgress_col__U-kVC:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1259px){.FolderProgress_col__U-kVC:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.FolderProgress_col__U-kVC:nth-child(2){width:100%}}.FolderProgress_card__qMhcy:not(:last-child){margin-bottom:8px}.InvoiceCard_invoiceContent__F1a-S{padding:0}.InvoiceCard_amountSection__v-oWQ{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.InvoiceCard_amount__wlNTF{color:#272b30;font-weight:600}.dark-mode .InvoiceCard_amount__wlNTF{color:#fcfcfc}.InvoiceCard_status__ui1Fq{border-radius:20px;font-size:13px;font-weight:600;line-height:1.2307692308;padding:4px 12px}.InvoiceCard_statusPaid__-TM28{background:rgba(34,197,94,.1);color:#22c55e}.InvoiceCard_statusPending__t\+yZl{background:rgba(251,191,36,.1);color:#fbbf24}.InvoiceCard_statusOverdue__T-B0C{background:rgba(239,68,68,.1);color:#ef4444}.InvoiceCard_statusDefault__9z-cT{background:#efefef;color:#33383f}.dark-mode .InvoiceCard_statusDefault__9z-cT{background:#272b30;color:#efefef}.InvoiceCard_detailsSection__cKRNG{margin-bottom:20px}.InvoiceCard_detailItem__NT9av{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:8px 0}.dark-mode .InvoiceCard_detailItem__NT9av{border-bottom-color:#272b30}.InvoiceCard_detailItem__NT9av:last-child{border-bottom:none}.InvoiceCard_detailLabel__yxhGs{color:#6f767e}.dark-mode .InvoiceCard_detailLabel__yxhGs{color:#efefef}.NewCustomer_chart__bCzrb{height:230px;width:auto}@media only screen and (max-width:1339px){.NewCustomer_chart__bCzrb{margin-left:-12px}}@media only screen and (max-width:1023px){.NewCustomer_chart__bCzrb{margin:0 auto;max-width:310px}}@media only screen and (max-width:767px){.NewCustomer_chart__bCzrb{padding-left:10px}}.NewCustomer_legend__srTO3{display:flex;justify-content:space-between;margin-top:32px}.NewCustomer_indicator__9NyKQ{align-items:center;display:flex;font-size:12px;font-weight:700;line-height:1.3333333333}.NewCustomer_color__4BXgs{border-radius:4px;flex-shrink:0;height:16px;margin-right:8px;width:16px}.Overview_overview__F4Z-c{padding:0}.Overview_sectionTitle__Rv57j{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:16px}.Overview_fraisGrid__ZJI\+w{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1023px){.Overview_fraisGrid__ZJI\+w{gap:12px;grid-template-columns:1fr}}.Overview_fraisItem__OKCvJ{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:12px 0}.dark-mode .Overview_fraisItem__OKCvJ{border-bottom-color:#272b30}.Overview_fraisInfo__H8nLQ{align-items:center;display:flex;gap:8px}.Overview_fraisLabel__Waz7a{color:#6f767e}.dark-mode .Overview_fraisLabel__Waz7a{color:#efefef}.Overview_fraisAmount__ACi4x{font-weight:600}.Overview_detailItem__vgn52{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:8px 0}.dark-mode .Overview_detailItem__vgn52{border-bottom-color:#272b30}.Overview_detailItem__vgn52:last-child{border-bottom:none}.Overview_detailLabel__xjM8W{color:#6f767e}.dark-mode .Overview_detailLabel__xjM8W{color:#efefef}.OpcoDetails_overview__UyRev{padding:0}.OpcoDetails_infoList__7R-\+x{display:flex;flex-direction:column;gap:0}.OpcoDetails_infoItem__RwCIr{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:12px 0}.dark-mode .OpcoDetails_infoItem__RwCIr{border-bottom-color:#272b30}.OpcoDetails_infoItem__RwCIr:last-child{border-bottom:none}.OpcoDetails_infoLabel__ZKk3g{color:#6f767e}.dark-mode .OpcoDetails_infoLabel__ZKk3g{color:#efefef}.OpcoDetails_infoValue__f6-sb{color:#1a1d1f;font-weight:600}.dark-mode .OpcoDetails_infoValue__f6-sb{color:#fcfcfc}.OpcoDetails_actionsHead__pegiW,.OpcoDetails_actions__szBoA{margin:0}.ModalProduct_modal__Qtwo5{-webkit-animation:ModalProduct_showModal__PsA4e .4s forwards;animation:ModalProduct_showModal__PsA4e .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__Qtwo5{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__Qtwo5{background:#111315}@-webkit-keyframes ModalProduct_showModal__PsA4e{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__PsA4e{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__cepGs{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalProduct_control__l8JU5{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__l8JU5{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__l8JU5 .ModalProduct_button__1P3e4{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__l8JU5 .ModalProduct_button__1P3e4:hover{background:#272b30}.ModalProduct_close__0AYdw{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__0AYdw svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__0AYdw{background:#1a1d1f}.dark-mode .ModalProduct_close__0AYdw svg{fill:#fcfcfc}.ModalProduct_close__0AYdw:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__QBF46{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__QBF46::-webkit-scrollbar{width:6px}.ModalProduct_overview__QBF46::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__QBF46::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalProduct_subtitle__qv-Fg{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__qv-Fg{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__qv-Fg{margin-bottom:12px}}.ModalProduct_content__s4iMv h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__s4iMv p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__s4iMv p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__1uu6h{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__1uu6h{font-size:20px}}.ModalProduct_firstConnexionContent__7Pfc8{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__7Pfc8 h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__7Pfc8 .ModalProduct_figcaption__jRdW-{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__7Pfc8 .ModalProduct_saveButton__6hFRT{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__7Pfc8 .ModalProduct_saveButton__6hFRT:hover{background:#1176ff}.ModalProduct_galleryContainer__KDNC6{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__KDNC6 .ModalProduct_galleryImage__XaV0d{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__KDNC6 .ModalProduct_galleryImage__XaV0d img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__KDNC6 .ModalProduct_galleryImage__XaV0d img{aspect-ratio:1/1}}.ModalProduct_description__QFZuh>.ModalProduct_field__k0XQL:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_description__QFZuh>.ModalProduct_field__k0XQL:not(:last-child){margin-bottom:24px}}.ModalProduct_editor__NQJ\+d:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_editor__NQJ\+d:not(:last-child){margin-bottom:24px}}.ModalProduct_group__QDav8{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalProduct_group__QDav8{display:block;margin:0}}.ModalProduct_group__QDav8 .ModalProduct_field__k0XQL{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalProduct_group__QDav8 .ModalProduct_field__k0XQL{margin:12px 0 0;width:100%}}.ModalProduct_dropdown__yWXOW{position:relative;z-index:9999}.ModalProduct_modal__TAYFv{-webkit-animation:ModalProduct_showModal__2vIhh .4s forwards;animation:ModalProduct_showModal__2vIhh .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__TAYFv{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__TAYFv{background:#111315}@-webkit-keyframes ModalProduct_showModal__2vIhh{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__2vIhh{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__vP7pw{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalProduct_control__NI00f{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__NI00f{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__NI00f .ModalProduct_button__ynhm7{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__NI00f .ModalProduct_button__ynhm7:hover{background:#272b30}.ModalProduct_close__ieNec{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__ieNec svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__ieNec{background:#1a1d1f}.dark-mode .ModalProduct_close__ieNec svg{fill:#fcfcfc}.ModalProduct_close__ieNec:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__z5HKa{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__z5HKa::-webkit-scrollbar{width:6px}.ModalProduct_overview__z5HKa::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__z5HKa::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalProduct_subtitle__-okfC{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__-okfC{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__-okfC{margin-bottom:12px}}.ModalProduct_content__4OyZB h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__4OyZB p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__4OyZB p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__GwWDY{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__GwWDY{font-size:20px}}.ModalProduct_firstConnexionContent__g8\+KJ{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__g8\+KJ h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__g8\+KJ .ModalProduct_figcaption__Nqjqu{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__g8\+KJ .ModalProduct_saveButton__DHMbT{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__g8\+KJ .ModalProduct_saveButton__DHMbT:hover{background:#1176ff}.ModalProduct_galleryContainer__75jX7{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__75jX7 .ModalProduct_galleryImage__u7Dr3{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__75jX7 .ModalProduct_galleryImage__u7Dr3 img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__75jX7 .ModalProduct_galleryImage__u7Dr3 img{aspect-ratio:1/1}}.ModalProduct_description__qMpxL>.ModalProduct_field__\+Cs2Z:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_description__qMpxL>.ModalProduct_field__\+Cs2Z:not(:last-child){margin-bottom:24px}}.ModalProduct_editor__LDAjB:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_editor__LDAjB:not(:last-child){margin-bottom:24px}}.ModalProduct_group__p9X1H{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalProduct_group__p9X1H{display:block;margin:0}}.ModalProduct_group__p9X1H .ModalProduct_field__\+Cs2Z{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalProduct_group__p9X1H .ModalProduct_field__\+Cs2Z{margin:12px 0 0;width:100%}}.ModalProduct_dropdown__PsLul{position:relative;z-index:9999}.ModalAddProspectCompany_modal__D3aK8{-webkit-animation:ModalAddProspectCompany_showModal__GW-8H .4s forwards;animation:ModalAddProspectCompany_showModal__GW-8H .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalAddProspectCompany_modal__D3aK8{padding:88px 16px 24px}}.dark-mode .ModalAddProspectCompany_modal__D3aK8{background:#111315}@-webkit-keyframes ModalAddProspectCompany_showModal__GW-8H{0%{opacity:0}to{opacity:1}}@keyframes ModalAddProspectCompany_showModal__GW-8H{0%{opacity:0}to{opacity:1}}.ModalAddProspectCompany_outer__8WTC3{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;width:900px;z-index:2}.ModalAddProspectCompany_outer__8WTC3::-webkit-scrollbar{width:6px}.ModalAddProspectCompany_outer__8WTC3::-webkit-scrollbar-track{background:transparent}.ModalAddProspectCompany_outer__8WTC3::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}@media only screen and (max-width:1023px){.ModalAddProspectCompany_outer__8WTC3{width:700px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_outer__8WTC3{width:100%}}.ModalAddProspectCompany_control__E3iVl{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalAddProspectCompany_control__E3iVl{left:16px;right:16px;top:16px}}.dark-mode .ModalAddProspectCompany_control__E3iVl .ModalAddProspectCompany_button__oV\+Hm{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalAddProspectCompany_control__E3iVl .ModalAddProspectCompany_button__oV\+Hm:hover{background:#272b30}.ModalAddProspectCompany_close__ViBGe{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalAddProspectCompany_close__ViBGe svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalAddProspectCompany_close__ViBGe{background:#1a1d1f}.dark-mode .ModalAddProspectCompany_close__ViBGe svg{fill:#fcfcfc}.ModalAddProspectCompany_close__ViBGe:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalAddProspectCompany_overview__5Xh9g{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalAddProspectCompany_overview__5Xh9g::-webkit-scrollbar{width:6px}.ModalAddProspectCompany_overview__5Xh9g::-webkit-scrollbar-track{background:transparent}.ModalAddProspectCompany_overview__5Xh9g::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalAddProspectCompany_subtitle__EyX81{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalAddProspectCompany_subtitle__EyX81{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_subtitle__EyX81{margin-bottom:12px}}.ModalAddProspectCompany_content__HCoCE h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalAddProspectCompany_content__HCoCE p{line-height:1.5;margin-bottom:16px}.ModalAddProspectCompany_content__HCoCE p:last-child{margin-bottom:0}.ModalAddProspectCompany_sectionTitle__CGLM\+{margin-bottom:16px}@media only screen and (max-width:767px){.ModalAddProspectCompany_sectionTitle__CGLM\+{font-size:20px}}.ModalAddProspectCompany_firstConnexionContent__dGDG-{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalAddProspectCompany_firstConnexionContent__dGDG- h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalAddProspectCompany_firstConnexionContent__dGDG- .ModalAddProspectCompany_figcaption__1XhLX{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalAddProspectCompany_firstConnexionContent__dGDG- .ModalAddProspectCompany_saveButton__\+DQT1{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalAddProspectCompany_firstConnexionContent__dGDG- .ModalAddProspectCompany_saveButton__\+DQT1:hover{background:#1176ff}.ModalAddProspectCompany_galleryContainer__F9oPx{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalAddProspectCompany_galleryContainer__F9oPx .ModalAddProspectCompany_galleryImage__V3N0i{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalAddProspectCompany_galleryContainer__F9oPx .ModalAddProspectCompany_galleryImage__V3N0i img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalAddProspectCompany_galleryContainer__F9oPx .ModalAddProspectCompany_galleryImage__V3N0i img{aspect-ratio:1/1}}.ModalAddProspectCompany_description__viPEz>.ModalAddProspectCompany_field__SWvkM:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalAddProspectCompany_description__viPEz>.ModalAddProspectCompany_field__SWvkM:not(:last-child){margin-bottom:24px}}.ModalAddProspectCompany_editor__KkKuO:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalAddProspectCompany_editor__KkKuO:not(:last-child){margin-bottom:24px}}.ModalAddProspectCompany_group__OHR\+t{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalAddProspectCompany_group__OHR\+t{display:block;margin:0}}.ModalAddProspectCompany_group__OHR\+t .ModalAddProspectCompany_field__SWvkM{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalAddProspectCompany_group__OHR\+t .ModalAddProspectCompany_field__SWvkM{margin:12px 0 0;width:100%}}.ModalAddProspectCompany_row__lKMjq{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalAddProspectCompany_row__lKMjq{flex-direction:column;gap:0}}.ModalAddProspectCompany_dropdown__qqI1I{position:relative;z-index:9999}.ModalAddProspectCompany_divider__KkHmk{background:#e6e6e6;height:1px;margin:24px 0}.ModalAddProspectCompany_switch__UDx0a{margin-left:auto}.ModalChangeCenter_modal__Zt2CB{-webkit-animation:ModalChangeCenter_showModal__i2iPN .4s forwards;animation:ModalChangeCenter_showModal__i2iPN .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalChangeCenter_modal__Zt2CB{padding:88px 16px 24px}}.dark-mode .ModalChangeCenter_modal__Zt2CB{background:#111315}@-webkit-keyframes ModalChangeCenter_showModal__i2iPN{0%{opacity:0}to{opacity:1}}@keyframes ModalChangeCenter_showModal__i2iPN{0%{opacity:0}to{opacity:1}}.ModalChangeCenter_outer__G9FXE{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;width:900px;z-index:2}.ModalChangeCenter_outer__G9FXE::-webkit-scrollbar{width:6px}.ModalChangeCenter_outer__G9FXE::-webkit-scrollbar-track{background:transparent}.ModalChangeCenter_outer__G9FXE::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}@media only screen and (max-width:1023px){.ModalChangeCenter_outer__G9FXE{width:700px}}@media only screen and (max-width:767px){.ModalChangeCenter_outer__G9FXE{width:100%}}.ModalChangeCenter_control__zrWRN{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalChangeCenter_control__zrWRN{left:16px;right:16px;top:16px}}.dark-mode .ModalChangeCenter_control__zrWRN .ModalChangeCenter_button__kV1eW{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalChangeCenter_control__zrWRN .ModalChangeCenter_button__kV1eW:hover{background:#272b30}.ModalChangeCenter_close__bM-Oa{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalChangeCenter_close__bM-Oa svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalChangeCenter_close__bM-Oa{background:#1a1d1f}.dark-mode .ModalChangeCenter_close__bM-Oa svg{fill:#fcfcfc}.ModalChangeCenter_close__bM-Oa:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalChangeCenter_overview__h2WJ\+{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalChangeCenter_overview__h2WJ\+::-webkit-scrollbar{width:6px}.ModalChangeCenter_overview__h2WJ\+::-webkit-scrollbar-track{background:transparent}.ModalChangeCenter_overview__h2WJ\+::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalChangeCenter_subtitle__QXahD{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalChangeCenter_subtitle__QXahD{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalChangeCenter_subtitle__QXahD{margin-bottom:12px}}.ModalChangeCenter_content__Q1eBG h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalChangeCenter_content__Q1eBG p{line-height:1.5;margin-bottom:16px}.ModalChangeCenter_content__Q1eBG p:last-child{margin-bottom:0}.ModalChangeCenter_sectionTitle__0asLp{margin-bottom:16px}@media only screen and (max-width:767px){.ModalChangeCenter_sectionTitle__0asLp{font-size:20px}}.ModalChangeCenter_firstConnexionContent__hhsn6{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalChangeCenter_firstConnexionContent__hhsn6 h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalChangeCenter_firstConnexionContent__hhsn6 .ModalChangeCenter_figcaption__WslU\+{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalChangeCenter_firstConnexionContent__hhsn6 .ModalChangeCenter_saveButton__aiwKU{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalChangeCenter_firstConnexionContent__hhsn6 .ModalChangeCenter_saveButton__aiwKU:hover{background:#1176ff}.ModalChangeCenter_galleryContainer__Ok6YC{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalChangeCenter_galleryContainer__Ok6YC .ModalChangeCenter_galleryImage__GhxNx{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalChangeCenter_galleryContainer__Ok6YC .ModalChangeCenter_galleryImage__GhxNx img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalChangeCenter_galleryContainer__Ok6YC .ModalChangeCenter_galleryImage__GhxNx img{aspect-ratio:1/1}}.ModalChangeCenter_description__jmIdt>.ModalChangeCenter_field__ibNSw:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalChangeCenter_description__jmIdt>.ModalChangeCenter_field__ibNSw:not(:last-child){margin-bottom:24px}}.ModalChangeCenter_editor__PM-Yf:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalChangeCenter_editor__PM-Yf:not(:last-child){margin-bottom:24px}}.ModalChangeCenter_group__JHDJi{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalChangeCenter_group__JHDJi{display:block;margin:0}}.ModalChangeCenter_group__JHDJi .ModalChangeCenter_field__ibNSw{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalChangeCenter_group__JHDJi .ModalChangeCenter_field__ibNSw{margin:12px 0 0;width:100%}}.ModalChangeCenter_row__fyR9E{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalChangeCenter_row__fyR9E{flex-direction:column;gap:0}}.ModalChangeCenter_dropdown__1iHPm{position:relative;z-index:9999}.ModalChangeCenter_divider__VF2zB{background:#e6e6e6;height:1px;margin:24px 0}.ModalChangeCenter_switch__Dl2RU{margin-left:auto}.ModalChangeCompany_modal__bA1Uo{-webkit-animation:ModalChangeCompany_showModal__o\+Vq- .4s forwards;animation:ModalChangeCompany_showModal__o\+Vq- .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalChangeCompany_modal__bA1Uo{padding:88px 16px 24px}}.dark-mode .ModalChangeCompany_modal__bA1Uo{background:#111315}@-webkit-keyframes ModalChangeCompany_showModal__o\+Vq-{0%{opacity:0}to{opacity:1}}@keyframes ModalChangeCompany_showModal__o\+Vq-{0%{opacity:0}to{opacity:1}}.ModalChangeCompany_outer__5Acjn{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;width:900px;z-index:2}.ModalChangeCompany_outer__5Acjn::-webkit-scrollbar{width:6px}.ModalChangeCompany_outer__5Acjn::-webkit-scrollbar-track{background:transparent}.ModalChangeCompany_outer__5Acjn::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}@media only screen and (max-width:1023px){.ModalChangeCompany_outer__5Acjn{width:700px}}@media only screen and (max-width:767px){.ModalChangeCompany_outer__5Acjn{width:100%}}.ModalChangeCompany_control__s1sIS{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalChangeCompany_control__s1sIS{left:16px;right:16px;top:16px}}.dark-mode .ModalChangeCompany_control__s1sIS .ModalChangeCompany_button__lBfNm{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalChangeCompany_control__s1sIS .ModalChangeCompany_button__lBfNm:hover{background:#272b30}.ModalChangeCompany_close__FLJFy{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalChangeCompany_close__FLJFy svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalChangeCompany_close__FLJFy{background:#1a1d1f}.dark-mode .ModalChangeCompany_close__FLJFy svg{fill:#fcfcfc}.ModalChangeCompany_close__FLJFy:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalChangeCompany_overview__b4Asg{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalChangeCompany_overview__b4Asg::-webkit-scrollbar{width:6px}.ModalChangeCompany_overview__b4Asg::-webkit-scrollbar-track{background:transparent}.ModalChangeCompany_overview__b4Asg::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalChangeCompany_subtitle__WspL\+{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalChangeCompany_subtitle__WspL\+{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalChangeCompany_subtitle__WspL\+{margin-bottom:12px}}.ModalChangeCompany_content__XEhSv h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalChangeCompany_content__XEhSv p{line-height:1.5;margin-bottom:16px}.ModalChangeCompany_content__XEhSv p:last-child{margin-bottom:0}.ModalChangeCompany_sectionTitle__Yvsot{margin-bottom:16px}@media only screen and (max-width:767px){.ModalChangeCompany_sectionTitle__Yvsot{font-size:20px}}.ModalChangeCompany_firstConnexionContent__xZwYS{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalChangeCompany_firstConnexionContent__xZwYS h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalChangeCompany_firstConnexionContent__xZwYS .ModalChangeCompany_figcaption__j8QXK{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalChangeCompany_firstConnexionContent__xZwYS .ModalChangeCompany_saveButton__I6Y5k{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalChangeCompany_firstConnexionContent__xZwYS .ModalChangeCompany_saveButton__I6Y5k:hover{background:#1176ff}.ModalChangeCompany_galleryContainer__7VlG6{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalChangeCompany_galleryContainer__7VlG6 .ModalChangeCompany_galleryImage__ICjrw{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalChangeCompany_galleryContainer__7VlG6 .ModalChangeCompany_galleryImage__ICjrw img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalChangeCompany_galleryContainer__7VlG6 .ModalChangeCompany_galleryImage__ICjrw img{aspect-ratio:1/1}}.ModalChangeCompany_description__8xQhT>.ModalChangeCompany_field__rwYwk:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalChangeCompany_description__8xQhT>.ModalChangeCompany_field__rwYwk:not(:last-child){margin-bottom:24px}}.ModalChangeCompany_editor__sg2nX:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalChangeCompany_editor__sg2nX:not(:last-child){margin-bottom:24px}}.ModalChangeCompany_group__2eFxM{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalChangeCompany_group__2eFxM{display:block;margin:0}}.ModalChangeCompany_group__2eFxM .ModalChangeCompany_field__rwYwk{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalChangeCompany_group__2eFxM .ModalChangeCompany_field__rwYwk{margin:12px 0 0;width:100%}}.ModalChangeCompany_row__8XEXN{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalChangeCompany_row__8XEXN{flex-direction:column;gap:0}}.ModalChangeCompany_dropdown__dzfOK{position:relative;z-index:9999}.ModalChangeCompany_divider__J-5Fd{background:#e6e6e6;height:1px;margin:24px 0}.ModalChangeCompany_switch__TohUQ{margin-left:auto}.ModalProduct_modal__lWQiS{-webkit-animation:ModalProduct_showModal__aRGGj .4s forwards;animation:ModalProduct_showModal__aRGGj .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalProduct_modal__lWQiS{padding:88px 16px 24px}}.dark-mode .ModalProduct_modal__lWQiS{background:#111315}@-webkit-keyframes ModalProduct_showModal__aRGGj{0%{opacity:0}to{opacity:1}}@keyframes ModalProduct_showModal__aRGGj{0%{opacity:0}to{opacity:1}}.ModalProduct_outer__gk6LX{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalProduct_control__vrXhu{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalProduct_control__vrXhu{left:16px;right:16px;top:16px}}.dark-mode .ModalProduct_control__vrXhu .ModalProduct_button__2zkzk{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalProduct_control__vrXhu .ModalProduct_button__2zkzk:hover{background:#272b30}.ModalProduct_close__4-iBW{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalProduct_close__4-iBW svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalProduct_close__4-iBW{background:#1a1d1f}.dark-mode .ModalProduct_close__4-iBW svg{fill:#fcfcfc}.ModalProduct_close__4-iBW:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalProduct_overview__msyRg{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalProduct_overview__msyRg::-webkit-scrollbar{width:6px}.ModalProduct_overview__msyRg::-webkit-scrollbar-track{background:transparent}.ModalProduct_overview__msyRg::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalProduct_subtitle__m9TEV{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalProduct_subtitle__m9TEV{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalProduct_subtitle__m9TEV{margin-bottom:12px}}.ModalProduct_content__cF3dl h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_content__cF3dl p{line-height:1.5;margin-bottom:16px}.ModalProduct_content__cF3dl p:last-child{margin-bottom:0}.ModalProduct_sectionTitle__AG-0n{margin-bottom:16px}@media only screen and (max-width:767px){.ModalProduct_sectionTitle__AG-0n{font-size:20px}}.ModalProduct_firstConnexionContent__i1ohp{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalProduct_firstConnexionContent__i1ohp h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalProduct_firstConnexionContent__i1ohp .ModalProduct_figcaption__P4kDS{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalProduct_firstConnexionContent__i1ohp .ModalProduct_saveButton__rtU51{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalProduct_firstConnexionContent__i1ohp .ModalProduct_saveButton__rtU51:hover{background:#1176ff}.ModalProduct_galleryContainer__H62aU{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalProduct_galleryContainer__H62aU .ModalProduct_galleryImage__zedpf{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalProduct_galleryContainer__H62aU .ModalProduct_galleryImage__zedpf img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalProduct_galleryContainer__H62aU .ModalProduct_galleryImage__zedpf img{aspect-ratio:1/1}}.ModalProduct_description__6xcjJ>.ModalProduct_field__T6NjZ:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_description__6xcjJ>.ModalProduct_field__T6NjZ:not(:last-child){margin-bottom:24px}}.ModalProduct_editor__1xdO2:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalProduct_editor__1xdO2:not(:last-child){margin-bottom:24px}}.ModalProduct_group__8Imzs{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalProduct_group__8Imzs{display:block;margin:0}}.ModalProduct_group__8Imzs .ModalProduct_field__T6NjZ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalProduct_group__8Imzs .ModalProduct_field__T6NjZ{margin:12px 0 0;width:100%}}.ModalProduct_dropdown__0zGRY{position:relative;z-index:9999}.Payouts_card__kOkAd:not(:last-child){margin-bottom:8px}.PayoutHistory_wrapper__HMdZA{background:#fcfcfc;margin:0 -24px}@media only screen and (max-width:767px){.PayoutHistory_wrapper__HMdZA{margin:0 -16px}}.dark-mode .PayoutHistory_wrapper__HMdZA{background:transparent}.PayoutHistory_table__hWDVd{display:table;width:100%}.PayoutHistory_row__9jYsJ{display:table-row}.PayoutHistory_row__9jYsJ:first-child .PayoutHistory_col__-zPlg{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333;padding-bottom:16px;padding-top:12px}.PayoutHistory_row__9jYsJ:nth-child(2n) .PayoutHistory_col__-zPlg{background:hsla(0,0%,94%,.35)}.dark-mode .PayoutHistory_row__9jYsJ:nth-child(2n) .PayoutHistory_col__-zPlg{background:rgba(39,43,48,.5)}.PayoutHistory_col__-zPlg{display:table-cell;font-size:14px;font-weight:600;line-height:1.7142857143;padding:10px 16px}@media only screen and (max-width:767px){.PayoutHistory_col__-zPlg{padding:12px}}.PayoutHistory_col__-zPlg:first-child{color:#6f767e;padding-left:24px}@media only screen and (max-width:767px){.PayoutHistory_col__-zPlg:first-child{padding-left:16px}}.PayoutHistory_col__-zPlg:last-child{padding-right:24px}@media only screen and (max-width:767px){.PayoutHistory_col__-zPlg:last-child{padding-right:16px;text-align:right}.PayoutHistory_col__-zPlg:nth-child(2),.PayoutHistory_col__-zPlg:nth-child(3){display:none}}.PayoutHistory_status__h3Rbe{color:#1a1d1f;font-size:14px;font-weight:600;line-height:28px}.StatFacturation_navigationContainer__SDshS{align-items:center;display:flex}.StatFacturation_navButton__28JIk{align-items:center;background:#fff;border:1px solid #e6e8ec;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.StatFacturation_navButton__28JIk:hover:not(.StatFacturation_disabled__aW94T){background:#f8faff;border-color:#2a85ff}.StatFacturation_navButton__28JIk.StatFacturation_disabled__aW94T{cursor:not-allowed;opacity:.4}.StatFacturation_navButton__28JIk svg{color:#9a9fa5}.StatFacturation_navButton__28JIk:hover:not(.StatFacturation_disabled__aW94T) svg{color:#2a85ff}.StatFacturation_currentPeriod__GhDQX{font-size:14px;font-weight:600;letter-spacing:.5px;min-width:80px;text-align:center}[data-theme=dark] .StatFacturation_navButton__28JIk{background:#272b30;border-color:#353945}[data-theme=dark] .StatFacturation_navButton__28JIk:hover:not(.StatFacturation_disabled__aW94T){background:#1a1d23;border-color:#2a85ff}[data-theme=dark] .StatFacturation_navButton__28JIk svg{color:#777e91}[data-theme=dark] .StatFacturation_navButton__28JIk:hover:not(.StatFacturation_disabled__aW94T) svg{color:#2a85ff}[data-theme=dark] .StatFacturation_currentPeriod__GhDQX{color:#fcfcfd}.Chart_chart__HJ2p6{height:238px;margin-bottom:-10px;margin-left:-20px;width:auto}.Extract_background__abGMs{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Extract_background__abGMs{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Extract_background__abGMs{height:320px}}@media only screen and (max-width:767px){.Extract_background__abGMs{height:252px;margin:-24px -16px 0}}.Extract_background__abGMs img{height:100%;object-fit:cover;width:100%}.Extract_card__L9nnP{margin:-64px auto 20px;max-width:1200px}.Extract_wrapper__\+u8FE{margin:0 -12px}@media only screen and (max-width:767px){.Extract_wrapper__\+u8FE{margin:0}}.Extract_table__oMXP8{display:table;width:100%}@media only screen and (max-width:767px){.Extract_table__oMXP8{display:block}}.Extract_row__CRXpq{display:table-row}@media only screen and (max-width:767px){.Extract_row__CRXpq{display:none}}.Extract_col__Jce7p{color:#6f767e;display:table-cell;font-size:12px;font-weight:700;line-height:1.3333333333;padding:4px 12px 16px}@media only screen and (max-width:767px){.Extract_col__Jce7p{padding:0}.Extract_col__Jce7p:first-child{margin-right:auto}}.Extract_col__Jce7p:last-child{text-align:right;width:120px}@media only screen and (max-width:767px){.Extract_col__Jce7p:last-child{width:auto}}.Extract_customHeader__-3yfP{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.Extract_empty__fes1T,.Extract_loading__l3DNx{color-color:#6f767e;color:#6f767e;padding:40px;text-align:center}.Extract_field__w4ERR{margin-bottom:32px}@media only screen and (max-width:1259px){.Extract_field__w4ERR{margin-bottom:24px}}.Extract_label__Dprij{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Extract_label__Dprij{color:#efefef}.Extract_tooltip__lWjVk{position:relative;top:-1}.Extract_tooltip__lWjVk svg{fill:#9a9fa5}.Extract_list__-oUtC{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.Extract_list__-oUtC{margin-bottom:24px}}.Extract_checkbox__jyYp1{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.Extract_checkbox__jyYp1{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.Extract_head__N2RfB{align-items:center;display:flex;margin-bottom:12px}.Extract_head__N2RfB .Extract_label__Dprij{margin-right:auto}.Extract_counter__nekHb{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.Extract_counter__nekHb span{color:#1a1d1f}.dark-mode .Extract_counter__nekHb span{color:#fcfcfc}.PaymentPlanList_foot__0oQss{align-items:center;display:flex;justify-content:center;margin-top:24px}.PaymentPlanList_arrow__wwfSX{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .PaymentPlanList_arrow__wwfSX{border-color:transparent}.PaymentPlanList_arrow__wwfSX svg{fill:#6f767e;transition:fill .2s}.PaymentPlanList_arrow__wwfSX:hover{border-color:#efefef}.PaymentPlanList_arrow__wwfSX:hover svg{fill:#1a1d1f}.dark-mode .PaymentPlanList_arrow__wwfSX:hover{border-color:#272b30}.dark-mode .PaymentPlanList_arrow__wwfSX:hover svg{fill:#fcfcfc}.PaymentPlanList_arrow__wwfSX:not(:last-child){margin-right:8px}.PaymentPlanList_arrow__wwfSX:disabled{cursor:not-allowed;opacity:.5}.PaymentPlanList_arrow__wwfSX:disabled:hover{border-color:#efefef}.PaymentPlanList_arrow__wwfSX:disabled:hover svg{fill:#6f767e}.dark-mode .PaymentPlanList_arrow__wwfSX:disabled:hover{border-color:transparent}.dark-mode .PaymentPlanList_arrow__wwfSX:disabled:hover svg{fill:#6f767e}.PaymentPlanList_pagination__-cYfN{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.PaymentPlanList_head__aGpVF{margin-bottom:44px}@media only screen and (max-width:1023px){.PaymentPlanList_head__aGpVF{margin-bottom:32px}}@media only screen and (max-width:767px){.PaymentPlanList_head__aGpVF{flex-wrap:wrap;margin-bottom:24px}}.PaymentPlanList_head__aGpVF .PaymentPlanList_form__AEaqy{margin-right:auto}@media only screen and (max-width:1023px){.PaymentPlanList_head__aGpVF .PaymentPlanList_form__AEaqy{width:250px}}@media only screen and (max-width:767px){.PaymentPlanList_head__aGpVF .PaymentPlanList_form__AEaqy{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.PaymentPlanList_head__aGpVF.PaymentPlanList_hidden__Qv71l{display:none}}.PaymentPlanList_title__ZhfUk{margin-right:24px}@media only screen and (max-width:767px){.PaymentPlanList_title__ZhfUk{margin:0 0 16px}}.PaymentPlanList_nav__AoVHN{display:flex}@media only screen and (max-width:767px){.PaymentPlanList_nav__AoVHN{width:100%}}.PaymentPlanList_link__u8W8W{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PaymentPlanList_link__u8W8W{flex:1 1}}.PaymentPlanList_link__u8W8W.PaymentPlanList_active__dEz2i,.PaymentPlanList_link__u8W8W:hover{color:#1a1d1f}.dark-mode .PaymentPlanList_link__u8W8W.PaymentPlanList_active__dEz2i,.dark-mode .PaymentPlanList_link__u8W8W:hover{color:#fcfcfc}.PaymentPlanList_link__u8W8W.PaymentPlanList_active__dEz2i{background:#efefef}.dark-mode .PaymentPlanList_link__u8W8W.PaymentPlanList_active__dEz2i{background:#272b30}.PaymentPlanList_link__u8W8W:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PaymentPlanList_link__u8W8W:not(:last-child){margin-right:0}}.PaymentPlanList_filters__OIXDt{margin-left:8px}@media only screen and (max-width:1023px){.PaymentPlanList_filters__OIXDt{display:none}}.PaymentPlanList_details__CmQ\+x{display:none}.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M{display:flex}.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M .PaymentPlanList_table__V54jd{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M .PaymentPlanList_table__V54jd{width:350px}}@media only screen and (max-width:1259px){.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M .PaymentPlanList_table__V54jd{width:320px}}@media only screen and (max-width:1023px){.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M .PaymentPlanList_table__V54jd{display:none}}.PaymentPlanList_row__xMF1D.PaymentPlanList_flex__df-\+M .PaymentPlanList_details__CmQ\+x{display:block}.PaymentPlanList_loading__y904J{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.PaymentPlanList_error__rN-j0{align-items:center;color:#2a85ff;display:flex;font-style:italic;justify-content:center;padding:20px 0}.PaymentPlanList_empty__RefM8{background:#efefef;border-radius:8px;padding:20px;text-align:center}.dark-mode .PaymentPlanList_empty__RefM8{background:#272b30;color:#fcfcfc}.Table_wrapper__zxkS1{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__zxkS1{margin:0}}.Table_table__gMh5f{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__gMh5f{display:block}}.Table_row__KCLSH{display:table-row}@media only screen and (max-width:1023px){.Table_row__KCLSH{display:none}}.Table_row__KCLSH.Table_active__xqY2u .Table_col__enH-2:not(:first-child):not(:nth-child(2)){display:none}.Table_row__KCLSH.Table_active__xqY2u .Table_col__enH-2:nth-child(2):after{right:12px}.Table_col__enH-2{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__enH-2:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__enH-2:after{background:#272b30}.Table_col__enH-2:first-child{font-size:0;width:56px}.Table_col__enH-2:first-child:after{left:12px}.Table_col__enH-2:nth-child(2){min-width:300px;width:40%}.Table_col__enH-2:last-child:after{right:12px}.Table_foot__UiYKS{margin-top:20px;text-align:center}.Table_foot__UiYKS .Table_button__CaIWL .Table_loader__iKwRO{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_loadingContainer__FjPNO{align-items:center;display:flex;justify-content:center;padding:40px 0}.Table_tableLoader__0MJib{height:40px;width:40px}.Table_noData__bd6CF{align-items:center;color:#6f767e;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:40px 0}.Table_status__4E1Oh{border-radius:4px;display:inline-block;padding:4px 8px}.Table_pagination__s1gn9{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__7xndW{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__7xndW:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__7xndW{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__8TVDO,.dark-mode .Table_pageButton__7xndW:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__8TVDO{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__8TVDO{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__nTkSg{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__nTkSg{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__PezPL{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__PezPL{color:#6f767e}.Table_empty__Il-Gi{background:#efefef}.dark-mode .Table_empty__Il-Gi{background:#272b30;color:#fcfcfc}.Row_row__1ETWO{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__1ETWO{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__1ETWO{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__1ETWO:hover{background:#f4f4f4}.dark-mode .Row_row__1ETWO:hover{background:#272b30}.Row_row__1ETWO:hover .Row_price__0WHsy{background:#fcfcfc}.dark-mode .Row_row__1ETWO:hover .Row_price__0WHsy{background:#111315}}.Row_row__1ETWO:last-child .Row_col__4icfg:after{display:none}.Row_row__1ETWO.Row_active__jO4yB:hover{background:none}.Row_row__1ETWO.Row_active__jO4yB .Row_col__4icfg:not(:first-child):not(:nth-child(2)){display:none}.Row_row__1ETWO.Row_active__jO4yB .Row_col__4icfg:nth-child(2):after{right:12px}.Row_row__1ETWO.Row_active__jO4yB.Row_selected__e0a6h{background:#efefef}.dark-mode .Row_row__1ETWO.Row_active__jO4yB.Row_selected__e0a6h{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__1ETWO.Row_active__jO4yB.Row_selected__e0a6h .Row_col__4icfg:first-child{border-radius:12px 0 0 12px}.Row_row__1ETWO.Row_active__jO4yB.Row_selected__e0a6h .Row_col__4icfg:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__1ETWO.Row_active__jO4yB.Row_selected__e0a6h .Row_col__4icfg:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__4icfg{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__4icfg{display:block;padding:0}}.dark-mode .Row_col__4icfg{color:#fcfcfc}.Row_col__4icfg:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__4icfg:after{display:none}}.dark-mode .Row_col__4icfg:after{background:#272b30}.Row_col__4icfg:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__4icfg:first-child{display:none}}.Row_col__4icfg:first-child:after{left:12px}.Row_col__4icfg:last-child{border-radius:0 8px 8px 0}.Row_col__4icfg:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__4icfg:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__4icfg:nth-child(3),.Row_col__4icfg:nth-child(4),.Row_col__4icfg:nth-child(6),.Row_col__4icfg:nth-child(7){display:none}}.Row_item__Px4I2{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__Px4I2:hover{color:#2a85ff}.Row_item__Px4I2 .Row_email__\+P24K{display:none}@media only screen and (max-width:1023px){.Row_item__Px4I2 .Row_email__\+P24K{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__h\+WOQ{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__h\+WOQ img{height:100%;object-fit:cover;width:100%}.Row_user__MK9Dz{font-size:14px;font-weight:600;line-height:1.3;margin-bottom:4px;max-width:300px}.Row_login__ut5le{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__ut5le{display:none}}.dark-mode .Row_login__ut5le{color:#9a9fa5}.Row_email__\+P24K{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__4icfg>.Row_email__\+P24K{display:none}}.Row_lifetime__0AtMH{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__0AtMH{align-items:flex-end;flex-direction:column}}.Row_price__0WHsy{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__0WHsy{background:#272b30}.Row_balance__VrO9A{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__VrO9A{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__6mlPj{display:none}}.Panel_info__jxZHj{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__jxZHj svg{fill:#6f767e;margin-right:12px}.Panel_info__jxZHj span{color:#1a1d1f}.dark-mode .Panel_info__jxZHj span{color:#fcfcfc}.Panel_btns__unNGI,.Panel_button__BuWMH{align-items:center;display:flex}.Panel_button__BuWMH svg,.Panel_button__BuWMH:not(:last-child){margin-right:8px}.Panel_button__BuWMH.Panel_loading__SJdOz{cursor:not-allowed;opacity:.7}.Panel_loader__7KpyV{height:20px;margin-right:8px;width:20px}.Settings_form__pDNIk{margin-bottom:24px;width:100%}.Settings_item__HDhQy:not(:last-child){margin-bottom:24px}.Settings_label__gAsMZ{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__\+Qu7s:not(:last-child){margin-bottom:12px}.Settings_box__2HQUH{position:relative}.Settings_box__2HQUH .Settings_dropdownHead__tcRy6{padding-left:48px}.Settings_box__2HQUH svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__YEDmg{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__YEDmg .Settings_button__K5uRz:not(:last-child){margin-right:12px}.PartnerDetail_button__1Jmak{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.PartnerDetail_button__1Jmak{display:none}}.PartnerDetail_background__rhNr9{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.PartnerDetail_background__rhNr9{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.PartnerDetail_background__rhNr9{height:320px}}@media only screen and (max-width:767px){.PartnerDetail_background__rhNr9{height:252px;margin:-24px -16px 0}}.PartnerDetail_background__rhNr9 img{height:100%;object-fit:cover;width:100%}.PartnerDetail_card__PUCZS{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.PartnerDetail_card__PUCZS{margin-top:-188px}}.PartnerDetail_control__oJdrS{align-items:center;display:flex;margin-bottom:20px}.PartnerDetail_nav__N2k6X{display:flex;margin-right:auto}@media only screen and (max-width:767px){.PartnerDetail_desktopNav__YbG2x{display:none}}.PartnerDetail_mobileNav__7rMhP{display:none;width:100%}@media only screen and (max-width:767px){.PartnerDetail_mobileNav__7rMhP{display:block}}.PartnerDetail_dropdown__hBclL{width:100%}.PartnerDetail_dropdown__hBclL .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .PartnerDetail_dropdown__hBclL .dropdown__head{background:#272b30}.PartnerDetail_link__wXxTt{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PartnerDetail_link__wXxTt{flex-grow:1}}.PartnerDetail_link__wXxTt.PartnerDetail_active__Ph4fa,.PartnerDetail_link__wXxTt:hover{color:#1a1d1f}.dark-mode .PartnerDetail_link__wXxTt.PartnerDetail_active__Ph4fa,.dark-mode .PartnerDetail_link__wXxTt:hover{color:#fcfcfc}.PartnerDetail_link__wXxTt.PartnerDetail_active__Ph4fa{background:#efefef}.dark-mode .PartnerDetail_link__wXxTt.PartnerDetail_active__Ph4fa{background:#272b30}.PartnerDetail_link__wXxTt:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PartnerDetail_link__wXxTt:not(:last-child){margin-right:0}.PartnerDetail_dropdownBox__ChqYD{flex-grow:1}}.PartnerDetail_filters__3Vkgv{margin-left:16px}@media only screen and (max-width:767px){.PartnerDetail_filters__3Vkgv{margin-left:12px}}.PartnerDetail_foot__4Rnhc{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.PartnerDetail_foot__4Rnhc{margin-top:32px}}@media only screen and (max-width:767px){.PartnerDetail_foot__4Rnhc{margin-top:24px}}.PartnerDetail_profile__M6-ht{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.PartnerDetail_profile__M6-ht{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.PartnerDetail_profile__M6-ht{display:block}}@media only screen and (max-width:767px){.PartnerDetail_profile__M6-ht{margin-bottom:32px;padding-bottom:32px}}.dark-mode .PartnerDetail_profile__M6-ht{border-color:#272b30}.PartnerDetail_statusContainer__h9s6P{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.PartnerDetail_statusContainer__h9s6P{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_statusContainer__h9s6P{flex-direction:column;gap:16px}}.PartnerDetail_statusGroup__b2QZO{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.PartnerDetail_statusBadge__zWzuI{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.PartnerDetail_details__q7w\+U{align-items:center;display:flex;flex-grow:1;min-width:0}@media only screen and (max-width:1023px){.PartnerDetail_details__q7w\+U{margin-bottom:16px}}@media only screen and (max-width:767px){.PartnerDetail_details__q7w\+U{margin-bottom:12px}}.PartnerDetail_wrap__Qt3wG{flex:1 1;min-width:0}@media only screen and (max-width:767px){.PartnerDetail_man__ABVjc{font-size:20px}}.PartnerDetail_contacts__ZqnTq{align-items:flex-start;display:flex;flex-shrink:0;margin-left:40px}@media only screen and (max-width:1023px){.PartnerDetail_contacts__ZqnTq{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_contacts__ZqnTq{margin-left:0}}.PartnerDetail_statusInfo__gc9\+B{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:767px){.PartnerDetail_statusInfo__gc9\+B{flex-direction:column;gap:12px}}.PartnerDetail_avatar__73vjY{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.PartnerDetail_avatar__73vjY img{border-radius:50%;height:100%;object-fit:cover;width:100%}.PartnerDetail_add__IvEnL{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.PartnerDetail_add__IvEnL svg{fill:#fff}.PartnerDetail_add__IvEnL:hover{background:#1176ff}.PartnerDetail_dropZone__Hadjb{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s;width:100%}.PartnerDetail_dropZone__Hadjb.PartnerDetail_dragActive__nmgSv,.PartnerDetail_dropZone__Hadjb:hover{background:#fff;border-color:#2a85ff}.dark-mode .PartnerDetail_dropZone__Hadjb{background:#1a1d1f}.dark-mode .PartnerDetail_dropZone__Hadjb.PartnerDetail_dragActive__nmgSv,.dark-mode .PartnerDetail_dropZone__Hadjb:hover{background:#037}.PartnerDetail_dropLabel__By19u{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.PartnerDetail_dropLabel__By19u svg{fill:#6f767e;transition:fill .2s}.PartnerDetail_dropLabel__By19u:hover svg{fill:#2a85ff}.PartnerDetail_info__JD-\+H{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.PartnerDetail_info__JD-\+H{font-size:18px;font-size:15px;margin-top:4px}}.NewProduct_card__5yjjK{margin:10px auto 20px;padding:24px}.NewProduct_button__T5aNm{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NewProduct_button__T5aNm{display:none}}.NewProduct_background__yWt7J{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NewProduct_background__yWt7J{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NewProduct_background__yWt7J{height:320px}}@media only screen and (max-width:767px){.NewProduct_background__yWt7J{height:252px;margin:-24px -16px 0}}.NewProduct_background__yWt7J img{height:100%;object-fit:cover;width:100%}.NewProduct_card__5yjjK{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NewProduct_card__5yjjK{margin-top:-188px}}.NewProduct_control__3We\+b{align-items:center;display:flex;margin-bottom:20px}.NewProduct_nav__g\+k8w{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NewProduct_desktopNav__DIV5d{display:none}}.NewProduct_mobileNav__\+0dho{display:none;width:100%}@media only screen and (max-width:767px){.NewProduct_mobileNav__\+0dho{display:block}}.NewProduct_dropdown__GpAJh{width:100%}.NewProduct_dropdown__GpAJh .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NewProduct_dropdown__GpAJh .dropdown__head{background:#272b30}.NewProduct_link__4Gp5T{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NewProduct_link__4Gp5T{flex-grow:1}}.NewProduct_link__4Gp5T.NewProduct_active__qnTWc,.NewProduct_link__4Gp5T:hover{color:#1a1d1f}.dark-mode .NewProduct_link__4Gp5T.NewProduct_active__qnTWc,.dark-mode .NewProduct_link__4Gp5T:hover{color:#fcfcfc}.NewProduct_link__4Gp5T.NewProduct_active__qnTWc{background:#efefef}.dark-mode .NewProduct_link__4Gp5T.NewProduct_active__qnTWc{background:#272b30}.NewProduct_link__4Gp5T:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NewProduct_link__4Gp5T:not(:last-child){margin-right:0}.NewProduct_dropdownBox__Trcrv{flex-grow:1}}.NewProduct_filters__CAIlT{margin-left:16px}@media only screen and (max-width:767px){.NewProduct_filters__CAIlT{margin-left:12px}}.NewProduct_foot__GWZ2n{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NewProduct_foot__GWZ2n{margin-top:32px}}@media only screen and (max-width:767px){.NewProduct_foot__GWZ2n{margin-top:24px}}.NewProduct_profile__bPrXX{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NewProduct_profile__bPrXX{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NewProduct_profile__bPrXX{display:block}}@media only screen and (max-width:767px){.NewProduct_profile__bPrXX{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NewProduct_profile__bPrXX{border-color:#272b30}.NewProduct_statusContainer__UHKcL{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NewProduct_statusContainer__UHKcL{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NewProduct_statusContainer__UHKcL{flex-direction:column;gap:16px}}.NewProduct_statusGroup__XGFv\+{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NewProduct_statusLabel__v4QZF{color:#6f767e;font-size:14px;font-weight:500}.NewProduct_statusBadge__unAJB{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NewProduct_details__bTTkC{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NewProduct_details__bTTkC{margin-bottom:16px}}@media only screen and (max-width:767px){.NewProduct_details__bTTkC{margin-bottom:12px}}.NewProduct_avatar__kHZgG{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NewProduct_avatar__kHZgG img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NewProduct_add__2mjTO{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NewProduct_add__2mjTO svg{fill:#fff}.NewProduct_add__2mjTO:hover{background:#1176ff}.NewProduct_info__KGuaC{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NewProduct_info__KGuaC{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_card__sYkVl{margin:-64px auto 20px;max-width:1200px;padding:24px}.NameAndDescription_description__4SvhW .NameAndDescription_field__RACQs{margin-bottom:12px}.NameAndDescription_editor__XFj81{margin-bottom:24px;margin-top:24px}.NameAndDescription_divider__RBxpx{background:#e6e6e6;height:1px;margin:24px 0}.NameAndDescription_group__\+kiKB{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.NameAndDescription_group__\+kiKB{display:block;margin:0}}.NameAndDescription_group__\+kiKB .NameAndDescription_field__RACQs{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.NameAndDescription_group__\+kiKB .NameAndDescription_field__RACQs{margin:20px 0 0;width:100%}}.NameAndDescription_field__RACQs{margin-bottom:24px;position:relative}.NameAndDescription_fieldLabel__TTzQL{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.NameAndDescription_fieldInput__vM7PQ{align-items:center;display:flex;position:relative}.NameAndDescription_fieldInput__vM7PQ svg{fill:#6f767e;left:12px;position:absolute}.NameAndDescription_input__6EClk{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .NameAndDescription_input__6EClk{background:#272b30}.NameAndDescription_copy__zKE75{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.NameAndDescription_copy__zKE75:hover{opacity:.8}.NameAndDescription_preview__4ttzJ img{border-radius:12px;width:100%}.NameAndDescription_btns__elzPn{display:flex;margin:0 -8px}.NameAndDescription_btns__elzPn .NameAndDescription_button__mPl\+n{flex-grow:1;margin:0 8px}.CategoryAndAttibutes_card__YuJ-s{margin:10px auto 20px;max-width:1200px;padding:24px}.CategoryAndAttibutes_field__g8KJK{margin-bottom:32px}@media only screen and (max-width:1259px){.CategoryAndAttibutes_field__g8KJK{margin-bottom:24px}}.CategoryAndAttibutes_label__t9Ldj{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .CategoryAndAttibutes_label__t9Ldj{color:#efefef}.CategoryAndAttibutes_tooltip__VJdnk{position:relative;top:-1}.CategoryAndAttibutes_tooltip__VJdnk svg{fill:#9a9fa5}.CategoryAndAttibutes_list__BAVcM{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.CategoryAndAttibutes_list__BAVcM{margin-bottom:24px}}.CategoryAndAttibutes_checkbox__hc4Bs{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.CategoryAndAttibutes_checkbox__hc4Bs{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.CategoryAndAttibutes_head__qB3LN{align-items:center;display:flex;margin-bottom:12px}.CategoryAndAttibutes_head__qB3LN .CategoryAndAttibutes_label__t9Ldj{margin-right:auto}.CategoryAndAttibutes_counter__9h\+1c{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.CategoryAndAttibutes_counter__9h\+1c span{color:#1a1d1f}.dark-mode .CategoryAndAttibutes_counter__9h\+1c span{color:#fcfcfc}.ProductFiles_field__EUn82:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ProductFiles_field__EUn82:not(:last-child){margin-bottom:24px}}.ProductFiles_card__je89v{margin:10px auto 20px;max-width:1200px;padding:24px}.ProductFiles_label__fGcmV{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .ProductFiles_label__fGcmV{color:#efefef}.ProductFiles_fileSelected__TLgbt{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;justify-content:space-between;padding:16px}.dark-mode .ProductFiles_fileSelected__TLgbt{background:#272b30;border-color:#6f767e}.ProductFiles_fileInfo__eHSy1{align-items:center;display:flex;flex:1 1;gap:12px}.ProductFiles_fileName__Tzhix{color:#9a9fa5;font-size:14px;line-height:1.4}.dark-mode .ProductFiles_fileName__Tzhix{color:#fcfcfc}.ProductFiles_fileSize__DjFb\+{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .ProductFiles_fileSize__DjFb\+{color:#efefef}.ProductFiles_removeButton__5AadA{align-items:center;background:none;border:none;border-radius:4px;color:#ff4757;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s ease}.ProductFiles_removeButton__5AadA:hover{background-color:rgba(255,71,87,.1)}.ProductFiles_downloadButton__ilp2t{align-items:center;background:none;border:none;border-radius:4px;color:#3742fa;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s ease}.ProductFiles_downloadButton__ilp2t:hover{background-color:rgba(55,66,250,.1)}.ProductFiles_divider__8z64q{background:#e6e6e6;height:1px;margin:24px 0}.ProductFiles_avatar__XfcN4{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.ProductFiles_avatar__XfcN4 img{height:100%;object-fit:cover;width:100%}.Control_control__NEoNd{align-items:center;display:flex;gap:8px}.Control_button__G1wJH{align-items:center;background:#fcfcfc;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s ease;width:32px}@media only screen and (max-width:1259px){.Control_button__G1wJH{background:#efefef}}.dark-mode .Control_button__G1wJH{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__G1wJH{background:#272b30}}.Control_button__G1wJH svg{fill:#6f767e;transition:fill .2s}.Control_button__G1wJH:hover svg{fill:#2a85ff}.Control_button__G1wJH:disabled{cursor:not-allowed;opacity:.5}.Control_download__yu-f3{background:rgba(55,66,250,.15)}.Control_download__yu-f3 svg{fill:#3742fa}.Control_download__yu-f3:hover{background:rgba(55,66,250,.25)}.Control_download__yu-f3:hover svg{fill:#3742fa}.Control_remove__PKnqq{background:rgba(255,71,87,.15)}.Control_remove__PKnqq svg{fill:#ff4757}.Control_remove__PKnqq:hover{background:rgba(255,71,87,.25)}.Control_remove__PKnqq:hover svg{fill:#ff4757}.NewProduct_card__uwvkH{margin:10px auto 20px;padding:24px}.NewProduct_button__4xn27{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NewProduct_button__4xn27{display:none}}.NewProduct_background__AHSuV{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NewProduct_background__AHSuV{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NewProduct_background__AHSuV{height:320px}}@media only screen and (max-width:767px){.NewProduct_background__AHSuV{height:252px;margin:-24px -16px 0}}.NewProduct_background__AHSuV img{height:100%;object-fit:cover;width:100%}.NewProduct_card__uwvkH{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NewProduct_card__uwvkH{margin-top:-188px}}.NewProduct_control__54ufC{align-items:center;display:flex;margin-bottom:20px}.NewProduct_nav__UPV9f{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NewProduct_desktopNav__mLdBw{display:none}}.NewProduct_mobileNav__x8hVV{display:none;width:100%}@media only screen and (max-width:767px){.NewProduct_mobileNav__x8hVV{display:block}}.NewProduct_dropdown__eZ2cR{width:100%}.NewProduct_dropdown__eZ2cR .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NewProduct_dropdown__eZ2cR .dropdown__head{background:#272b30}.NewProduct_link__MB7qO{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NewProduct_link__MB7qO{flex-grow:1}}.NewProduct_link__MB7qO.NewProduct_active__3\+vrR,.NewProduct_link__MB7qO:hover{color:#1a1d1f}.dark-mode .NewProduct_link__MB7qO.NewProduct_active__3\+vrR,.dark-mode .NewProduct_link__MB7qO:hover{color:#fcfcfc}.NewProduct_link__MB7qO.NewProduct_active__3\+vrR{background:#efefef}.dark-mode .NewProduct_link__MB7qO.NewProduct_active__3\+vrR{background:#272b30}.NewProduct_link__MB7qO:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NewProduct_link__MB7qO:not(:last-child){margin-right:0}.NewProduct_dropdownBox__mbfND{flex-grow:1}}.NewProduct_filters__vQfZG{margin-left:16px}@media only screen and (max-width:767px){.NewProduct_filters__vQfZG{margin-left:12px}}.NewProduct_foot__zoppr{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NewProduct_foot__zoppr{margin-top:32px}}@media only screen and (max-width:767px){.NewProduct_foot__zoppr{margin-top:24px}}.NewProduct_profile__CZmWJ{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NewProduct_profile__CZmWJ{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NewProduct_profile__CZmWJ{display:block}}@media only screen and (max-width:767px){.NewProduct_profile__CZmWJ{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NewProduct_profile__CZmWJ{border-color:#272b30}.NewProduct_statusContainer__HQD7l{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NewProduct_statusContainer__HQD7l{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NewProduct_statusContainer__HQD7l{flex-direction:column;gap:16px}}.NewProduct_statusGroup__NuvLE{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NewProduct_statusLabel__HaPUz{color:#6f767e;font-size:14px;font-weight:500}.NewProduct_statusBadge__Usmr2{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NewProduct_details__VJX2x{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NewProduct_details__VJX2x{margin-bottom:16px}}@media only screen and (max-width:767px){.NewProduct_details__VJX2x{margin-bottom:12px}}.NewProduct_avatar__6wTDn{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NewProduct_avatar__6wTDn img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NewProduct_add__f4MD7{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NewProduct_add__f4MD7 svg{fill:#fff}.NewProduct_add__f4MD7:hover{background:#1176ff}.NewProduct_info__v9ZR8{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NewProduct_info__v9ZR8{font-size:18px;font-size:15px;margin-top:4px}}.ResponsableInformation_card__ZUeVI{margin:-64px auto 20px;max-width:1200px;padding:24px}.ResponsableInformation_description__GXVyr .ResponsableInformation_field__kQ0Tq{margin-bottom:12px}.ResponsableInformation_editor__CtvGO{margin-bottom:24px;margin-top:24px}.ResponsableInformation_divider__JkjcA{background:#e6e6e6;height:1px;margin:24px 0}.ResponsableInformation_profile__JtHVR{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_profile__JtHVR{margin-bottom:24px}}@media only screen and (max-width:767px){.ResponsableInformation_profile__JtHVR>.ResponsableInformation_button__whSDH{display:none}}.ResponsableInformation_fieldset__oYrxE{width:100%}.ResponsableInformation_avatar__nd1Ow{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ResponsableInformation_avatar__nd1Ow{height:80px;margin-right:16px;width:80px}}.ResponsableInformation_avatar__nd1Ow img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ResponsableInformation_remove__zJw7A{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ResponsableInformation_remove__zJw7A{display:inline-block}}.ResponsableInformation_file__efGiP{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ResponsableInformation_file__efGiP{margin-right:0}}.ResponsableInformation_file__efGiP input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ResponsableInformation_file__efGiP .ResponsableInformation_button__whSDH{padding:0 10px}}.ResponsableInformation_field__kQ0Tq:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ResponsableInformation_field__kQ0Tq:not(:last-child){margin-bottom:24px}}.ResponsableInformation_searchContainer__9dB1M{margin-bottom:24px;position:relative;width:100%}.ResponsableInformation_searchResults__TuD08{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .ResponsableInformation_searchResults__TuD08{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ResponsableInformation_resultItem__X7dti{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.ResponsableInformation_resultItem__X7dti:hover{background:#f4f4f4}.dark-mode .ResponsableInformation_resultItem__X7dti:hover{background:#272b30}.ResponsableInformation_resultItem__X7dti:last-child{border-bottom:none}.ResponsableInformation_resultContent__OoRI6{align-items:center;display:flex}.ResponsableInformation_avatar__nd1Ow img,.ResponsableInformation_companyLogo__nPYLj{border-radius:50%;height:40px;margin-right:16px;object-fit:cover;width:40px}.ResponsableInformation_companyInfo__tlo2-,.ResponsableInformation_userInfo__w2hQ4{flex:1 1}.ResponsableInformation_companyName__IEk06,.ResponsableInformation_userName__avfM0{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .ResponsableInformation_companyName__IEk06,.dark-mode .ResponsableInformation_userName__avfM0{color:#fcfcfc}.ResponsableInformation_companyDetails__hbez2,.ResponsableInformation_userCenter__RqOOo,.ResponsableInformation_userEmail__bT0u9{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.ResponsableInformation_loading__OLJC9,.ResponsableInformation_noResults__arQQn{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .ResponsableInformation_loading__OLJC9,.dark-mode .ResponsableInformation_noResults__arQQn{background:#272b30}.ResponsableInformation_loading__OLJC9 .ResponsableInformation_link__MsqtC,.ResponsableInformation_noResults__arQQn .ResponsableInformation_link__MsqtC{display:block;margin-top:8px}.ResponsableInformation_loading__OLJC9{color:#2a85ff;font-weight:500}.ResponsableInformation_selectedCompanyDetails__VYOUD,.ResponsableInformation_selectedUserDetails__3MtjY{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__VYOUD,.dark-mode .ResponsableInformation_selectedUserDetails__3MtjY{background:#272b30}.ResponsableInformation_selectedCompanyDetails__VYOUD h3,.ResponsableInformation_selectedUserDetails__3MtjY h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .ResponsableInformation_selectedCompanyDetails__VYOUD h3,.dark-mode .ResponsableInformation_selectedUserDetails__3MtjY h3{color:#fcfcfc}.ResponsableInformation_detailRow__b-\+8T{display:flex;margin-bottom:8px}.ResponsableInformation_detailRow__b-\+8T:last-child{margin-bottom:0}.ResponsableInformation_label__tXVbN{color:#6f767e;font-weight:500;width:100px}.ResponsableInformation_value__cpnJn{color:#1a1d1f;flex:1 1}.dark-mode .ResponsableInformation_value__cpnJn{color:#f4f4f4}.ResponsableInformation_actions__5-cxR{display:flex;justify-content:flex-end;margin-top:24px}.ResponsableInformation_button__whSDH{min-width:180px}.CandidateList_card__yflAI{margin:8px auto 20px;max-width:1200px}.CandidateList_head__HmQc2{margin-bottom:44px}@media only screen and (max-width:1023px){.CandidateList_head__HmQc2{margin-bottom:32px}}@media only screen and (max-width:767px){.CandidateList_head__HmQc2{flex-wrap:wrap;margin-bottom:24px}}.CandidateList_title__4Tpnd{margin-right:24px}@media only screen and (max-width:1023px){.CandidateList_form__p3zuI{width:300px}}@media only screen and (max-width:767px){.CandidateList_form__p3zuI{margin-top:16px;order:3;width:100%}}.CandidateList_sorting__bq77A{display:flex;margin-left:auto}.CandidateList_empty__9Ei1o{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .CandidateList_empty__9Ei1o{background:#272b30;color:#fcfcfc}.Table_wrapper__\+VYvn{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__\+VYvn{margin:0}}.Table_table__6PGuw{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__6PGuw{display:block}}.Table_row__s\+qMz{display:table-row}@media only screen and (max-width:1023px){.Table_row__s\+qMz{display:none}}.Table_col__DcU6z{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__DcU6z:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__DcU6z:after{background:#272b30}.Table_col__DcU6z:first-child{font-size:0;width:56px}.Table_col__DcU6z:first-child:after{left:12px}.Table_col__DcU6z:last-child{padding-right:164px}.Table_col__DcU6z:last-child:after{right:12px}.Row_row__u2X65{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__u2X65{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__u2X65{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__u2X65:hover{background:#f4f4f4}.dark-mode .Row_row__u2X65:hover{background:#272b30}.Row_row__u2X65:hover .Row_control__TdLrP{opacity:1;visibility:visible}}.Row_col__QdQGZ{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__QdQGZ{display:block;padding:0;position:static}}.Row_col__QdQGZ:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__QdQGZ:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__QdQGZ:after{display:none}}.Row_col__QdQGZ:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__QdQGZ:first-child{display:none}}.Row_col__QdQGZ:first-child:after{left:12px}.Row_col__QdQGZ:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__QdQGZ:last-child{padding:0}}.Row_col__QdQGZ:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__QdQGZ:not(:nth-child(2)){display:none}}.Row_item__h\+7Pd{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__h\+7Pd{align-items:stretch}}.dark-mode .Row_item__h\+7Pd{color:#fcfcfc}.Row_item__h\+7Pd:hover{color:#2a85ff}.Row_item__h\+7Pd .Row_date__OIHOJ,.Row_item__h\+7Pd .Row_empty__na-rI,.Row_item__h\+7Pd .Row_price__VjNax{display:none}@media only screen and (max-width:1023px){.Row_item__h\+7Pd .Row_empty__na-rI,.Row_item__h\+7Pd .Row_price__VjNax{display:inline-block}.Row_item__h\+7Pd .Row_date__OIHOJ{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__h\+7Pd .Row_date__OIHOJ svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__NQfJv{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__NQfJv img{height:100%;object-fit:cover;width:100%}.Row_product__0wYiK{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__0wYiK{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__hi1AN{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__hi1AN{display:none}}.Row_empty__na-rI,.Row_price__VjNax{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__VjNax{background:#b5e4ca}.dark-mode .Row_price__VjNax{color:#1a1d1f}.Row_empty__na-rI{background:#efefef}.dark-mode .Row_empty__na-rI{background:#272b30;color:#fcfcfc}.Row_control__TdLrP{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__TdLrP{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__TdLrP{display:none}}.Row_actions__xjEQG{display:none}@media only screen and (max-width:1023px){.Row_actions__xjEQG{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__xjEQG .Row_actionsHead__M-tz5{background:none}.Control_control__Wh1R4{align-items:center;display:flex}.Control_button__UJow2{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__UJow2{background:#efefef}}.dark-mode .Control_button__UJow2{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__UJow2{background:#272b30}}.Control_button__UJow2 svg{fill:#6f767e;transition:fill .2s}.Control_button__UJow2:hover svg{fill:#2a85ff}.Control_button__UJow2:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__Nrey6{display:none}}.Panel_info__N9vYO{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__N9vYO svg{fill:#6f767e;margin-right:12px}.Panel_btns__F\+jry{align-items:center;display:flex}.Panel_button__AEftw:not(:last-child){margin-right:8px}.SessionsFormationList_foot__sQXwD{align-items:center;display:flex;justify-content:center;margin-top:24px}.SessionsFormationList_arrow__8irQU{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .SessionsFormationList_arrow__8irQU{border-color:transparent}.SessionsFormationList_arrow__8irQU svg{fill:#6f767e;transition:fill .2s}.SessionsFormationList_arrow__8irQU:hover{border-color:#efefef}.SessionsFormationList_arrow__8irQU:hover svg{fill:#1a1d1f}.dark-mode .SessionsFormationList_arrow__8irQU:hover{border-color:#272b30}.dark-mode .SessionsFormationList_arrow__8irQU:hover svg{fill:#fcfcfc}.SessionsFormationList_arrow__8irQU:not(:last-child){margin-right:8px}.SessionsFormationList_arrow__8irQU:disabled{cursor:not-allowed;opacity:.5}.SessionsFormationList_arrow__8irQU:disabled:hover{border-color:#efefef}.SessionsFormationList_arrow__8irQU:disabled:hover svg{fill:#6f767e}.dark-mode .SessionsFormationList_arrow__8irQU:disabled:hover{border-color:transparent}.dark-mode .SessionsFormationList_arrow__8irQU:disabled:hover svg{fill:#6f767e}.SessionsFormationList_pagination__MP61M{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.SessionsFormationList_head__o6fBw{margin-bottom:44px}@media only screen and (max-width:1023px){.SessionsFormationList_head__o6fBw{margin-bottom:32px}}@media only screen and (max-width:767px){.SessionsFormationList_head__o6fBw{flex-wrap:wrap;margin-bottom:24px}}.SessionsFormationList_head__o6fBw .SessionsFormationList_form__Y00IS{margin-right:auto}@media only screen and (max-width:1023px){.SessionsFormationList_head__o6fBw .SessionsFormationList_form__Y00IS{width:250px}}@media only screen and (max-width:767px){.SessionsFormationList_head__o6fBw .SessionsFormationList_form__Y00IS{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.SessionsFormationList_head__o6fBw.SessionsFormationList_hidden__neNZc{display:none}}.SessionsFormationList_title__sHKZQ{margin-right:24px}@media only screen and (max-width:767px){.SessionsFormationList_title__sHKZQ{margin:0 0 16px}}.SessionsFormationList_nav__frmnJ{display:flex}@media only screen and (max-width:767px){.SessionsFormationList_nav__frmnJ{width:100%}}.SessionsFormationList_link__cxrue{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.SessionsFormationList_link__cxrue{flex:1 1}}.SessionsFormationList_link__cxrue.SessionsFormationList_active__YyrBa,.SessionsFormationList_link__cxrue:hover{color:#1a1d1f}.dark-mode .SessionsFormationList_link__cxrue.SessionsFormationList_active__YyrBa,.dark-mode .SessionsFormationList_link__cxrue:hover{color:#fcfcfc}.SessionsFormationList_link__cxrue.SessionsFormationList_active__YyrBa{background:#efefef}.dark-mode .SessionsFormationList_link__cxrue.SessionsFormationList_active__YyrBa{background:#272b30}.SessionsFormationList_link__cxrue:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.SessionsFormationList_link__cxrue:not(:last-child){margin-right:0}}.SessionsFormationList_filters__vJ2Az{margin-left:8px}@media only screen and (max-width:1023px){.SessionsFormationList_filters__vJ2Az{display:none}}.SessionsFormationList_details__a2Mrk{display:none}.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP{display:flex}.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP .SessionsFormationList_table__U8yy9{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP .SessionsFormationList_table__U8yy9{width:350px}}@media only screen and (max-width:1259px){.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP .SessionsFormationList_table__U8yy9{width:320px}}@media only screen and (max-width:1023px){.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP .SessionsFormationList_table__U8yy9{display:none}}.SessionsFormationList_row__16a2f.SessionsFormationList_flex__d1UxP .SessionsFormationList_details__a2Mrk{display:block}.SessionsFormationList_empty__jAt7Y{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .SessionsFormationList_empty__jAt7Y{background:#272b30;color:#fcfcfc}.SessionsFormationList_empty__jAt7Y p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.SessionsFormationList_loading__a7tNN{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.Table_wrapper__SbS1N{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__SbS1N{margin:0}}.Table_table__DjBNk{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__DjBNk{display:block}}.Table_row__lE1NX{display:table-row}@media only screen and (max-width:1023px){.Table_row__lE1NX{display:none}}.Table_col__5\+-8\+{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__5\+-8\+:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__5\+-8\+:after{background:#272b30}.Table_col__5\+-8\+:first-child{font-size:0;width:56px}.Table_col__5\+-8\+:first-child:after{left:12px}.Table_col__5\+-8\+:last-child{padding-right:164px}.Table_col__5\+-8\+:last-child:after{right:12px}.Table_foot__RPHML{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__RPHML{margin-top:0}}.Table_foot__RPHML .Table_button__UN8QJ .Table_loader__5g0RG{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_empty__gOmXE{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Table_empty__gOmXE{background:#272b30;color:#fcfcfc}.Table_empty__gOmXE p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Row_row__q-dTs{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__q-dTs{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__q-dTs{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__q-dTs:hover{background:#f4f4f4}.dark-mode .Row_row__q-dTs:hover{background:#272b30}.Row_row__q-dTs:hover .Row_control__Q2Xb1{opacity:1;visibility:visible}}.Row_col__AuMDX{display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__AuMDX{display:block;padding:0;position:static}}.Row_col__AuMDX:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__AuMDX:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__AuMDX:after{display:none}}.Row_col__AuMDX:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__AuMDX:first-child{display:none}}.Row_col__AuMDX:first-child:after{left:12px}.Row_col__AuMDX:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__AuMDX:last-child{padding:0}}.Row_col__AuMDX:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__AuMDX:not(:nth-child(2)){display:none}}.Row_avatar__mikjk{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__mikjk img{height:100%;object-fit:cover;width:100%}.Row_item__S5InI{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__S5InI{align-items:stretch}}.dark-mode .Row_item__S5InI{color:#fcfcfc}.Row_item__S5InI:hover{color:#2a85ff}.Row_item__S5InI .Row_date__pmvol,.Row_item__S5InI .Row_empty__u7z5V,.Row_item__S5InI .Row_price__3rgkK{display:none}@media only screen and (max-width:1023px){.Row_item__S5InI .Row_empty__u7z5V,.Row_item__S5InI .Row_price__3rgkK{display:inline-block}.Row_item__S5InI .Row_date__pmvol{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__S5InI .Row_date__pmvol svg{fill:#9a9fa5;margin-right:8px}}.Row_preview__Yu1j1{border-radius:8px;flex-shrink:0;height:80px;margin-right:20px;overflow:hidden;width:80px}@media only screen and (max-width:1023px){.Row_preview__Yu1j1{height:116px;width:104px}}.Row_preview__Yu1j1 img{height:100%;object-fit:cover;width:100%}.Row_product__cGGcX{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__cGGcX{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__rHFDG{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__rHFDG{display:none}}.Row_empty__u7z5V,.Row_price__3rgkK{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__3rgkK{background:#b5e4ca}.dark-mode .Row_price__3rgkK{color:#1a1d1f}.Row_empty__u7z5V{background:#efefef}.dark-mode .Row_empty__u7z5V{background:#272b30;color:#fcfcfc}.Row_control__Q2Xb1{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__Q2Xb1{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__Q2Xb1{display:none}}.Row_actions__36I3q{display:none}@media only screen and (max-width:1023px){.Row_actions__36I3q{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__36I3q .Row_actionsHead__T8kJY{background:none}@media only screen and (max-width:1023px){.Panel_panel__Zo8IS{display:none}}.Panel_info__YA7Wq{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__YA7Wq svg{fill:#6f767e;margin-right:12px}.Panel_info__YA7Wq span{color:#1a1d1f}.dark-mode .Panel_info__YA7Wq span{color:#fcfcfc}.Panel_btns__0aEcz{align-items:center;display:flex}.Panel_button__2xQNq:not(:last-child){margin-right:8px}.Settings_form__TNtkO{margin-bottom:24px;width:100%}.Settings_item__RevhI:not(:last-child){margin-bottom:24px}.Settings_label__qv-G\+{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__CZPpY:not(:last-child){margin-bottom:12px}.Settings_box__qBQ0o{position:relative}.Settings_box__qBQ0o .Settings_dropdownHead__jqXg7{padding-left:48px}.Settings_box__qBQ0o svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__XqNy9{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__XqNy9 .Settings_button__3hl\+E:not(:last-child){margin-right:12px}.StudentCreate_button__lZvFx{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentCreate_button__lZvFx{display:none}}.StudentCreate_background__ylCOo{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentCreate_background__ylCOo{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentCreate_background__ylCOo{height:320px}}@media only screen and (max-width:767px){.StudentCreate_background__ylCOo{height:252px;margin:-24px -16px 0}}.StudentCreate_background__ylCOo img{height:100%;object-fit:cover;width:100%}.StudentCreate_card__kggfT{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentCreate_card__kggfT{margin-top:-188px}}.StudentCreate_control__6PFZt{align-items:center;display:flex;margin-bottom:20px}.StudentCreate_nav__Q4Rax{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentCreate_desktopNav__Hf7oI{display:none}}.StudentCreate_mobileNav__YnBnb{display:none;width:100%}@media only screen and (max-width:767px){.StudentCreate_mobileNav__YnBnb{display:block}}.StudentCreate_dropdown__DKbx1{width:100%}.StudentCreate_dropdown__DKbx1 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentCreate_dropdown__DKbx1 .dropdown__head{background:#272b30}.StudentCreate_link__K15bV{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentCreate_link__K15bV{flex-grow:1}}.StudentCreate_link__K15bV.StudentCreate_active__mbW6u,.StudentCreate_link__K15bV:hover{color:#1a1d1f}.dark-mode .StudentCreate_link__K15bV.StudentCreate_active__mbW6u,.dark-mode .StudentCreate_link__K15bV:hover{color:#fcfcfc}.StudentCreate_link__K15bV.StudentCreate_active__mbW6u{background:#efefef}.dark-mode .StudentCreate_link__K15bV.StudentCreate_active__mbW6u{background:#272b30}.StudentCreate_link__K15bV:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentCreate_link__K15bV:not(:last-child){margin-right:0}.StudentCreate_dropdownBox__VMKkc{flex-grow:1}}.StudentCreate_filters__Sh6ZS{margin-left:16px}@media only screen and (max-width:767px){.StudentCreate_filters__Sh6ZS{margin-left:12px}}.StudentCreate_foot__Htbxr{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentCreate_foot__Htbxr{margin-top:32px}}@media only screen and (max-width:767px){.StudentCreate_foot__Htbxr{margin-top:24px}}.StudentCreate_profile__mXUCa{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentCreate_profile__mXUCa{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentCreate_profile__mXUCa{display:block}}@media only screen and (max-width:767px){.StudentCreate_profile__mXUCa{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentCreate_profile__mXUCa{border-color:#272b30}.StudentCreate_statusContainer__h1\+X-{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentCreate_statusContainer__h1\+X-{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentCreate_statusContainer__h1\+X-{flex-direction:column;gap:16px}}.StudentCreate_statusGroup__51LHI{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentCreate_statusLabel__mfgfD{color:#6f767e;font-size:14px;font-weight:500}.StudentCreate_statusBadge__mAGKv{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentCreate_details__ZPYZ7{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentCreate_details__ZPYZ7{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentCreate_details__ZPYZ7{margin-bottom:12px}}.StudentCreate_avatar__vmhrh{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentCreate_avatar__vmhrh img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentCreate_add__aLs60{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentCreate_add__aLs60 svg{fill:#fff}.StudentCreate_add__aLs60:hover{background:#1176ff}.StudentCreate_info__AFqJE{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentCreate_info__AFqJE{font-size:18px;font-size:15px;margin-top:4px}}.SessionFormation_card__R--UB{margin:-64px auto 20px;max-width:1200px;padding:24px}.SessionFormation_description__Gw8UJ .SessionFormation_field__Qv\+py{margin-bottom:12px}.SessionFormation_editor__zuLkD{margin-bottom:24px;margin-top:24px}.SessionFormation_divider__IxWi4{background:#e6e6e6;height:1px;margin:24px 0}.SessionFormation_group__WaaTA{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.SessionFormation_group__WaaTA{display:block;margin:0}}.SessionFormation_group__WaaTA .SessionFormation_field__Qv\+py{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.SessionFormation_group__WaaTA .SessionFormation_field__Qv\+py{margin:20px 0 0;width:100%}}.SessionFormation_field__Qv\+py{margin-bottom:24px;position:relative}.SessionFormation_fieldLabel__ZrbFr{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.SessionFormation_fieldInput__KzGnp{align-items:center;display:flex;position:relative}.SessionFormation_fieldInput__KzGnp svg{fill:#6f767e;left:12px;position:absolute}.SessionFormation_input__BdQvT{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .SessionFormation_input__BdQvT{background:#272b30}.SessionFormation_copy__CZYJ8{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.SessionFormation_copy__CZYJ8:hover{opacity:.8}.SessionFormation_preview__KI\+5b img{border-radius:12px;width:100%}.SessionFormation_btns__FO66Q{display:flex;margin:0 -8px}.SessionFormation_btns__FO66Q .SessionFormation_button__yzzqV{flex-grow:1;margin:0 8px}.TeacherSearchBar_container__7PZ4X{position:relative;width:100%}.TeacherSearchBar_inputWrapper__h2qWx,.TeacherSearchBar_searchContainer__fRhTR{position:relative}.TeacherSearchBar_field__5m7vm{width:100%}.TeacherSearchBar_clearButton__6hVl2{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.TeacherSearchBar_clearButton__6hVl2:hover{color:#272b30}.dark-mode .TeacherSearchBar_clearButton__6hVl2{color:#efefef}.dark-mode .TeacherSearchBar_clearButton__6hVl2:hover{color:#fcfcfc}.TeacherSearchBar_searchResults__pDLpW{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .TeacherSearchBar_searchResults__pDLpW{background:#1a1d1f;border-color:#272b30}.TeacherSearchBar_resultItem__BJ2j-{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background-color .2s}.TeacherSearchBar_resultItem__BJ2j-:last-child{border-bottom:none}.TeacherSearchBar_resultItem__BJ2j-:hover{background:#f4f4f4}.dark-mode .TeacherSearchBar_resultItem__BJ2j-:hover{background:#272b30}.TeacherSearchBar_resultContent__F2edz{align-items:center;display:flex}.TeacherSearchBar_teacherInfo__YNENr{flex:1 1}.TeacherSearchBar_teacherName__Ymg6p{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .TeacherSearchBar_teacherName__Ymg6p{color:#fcfcfc}.TeacherSearchBar_teacherDetails__t3cRL{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:8px}.TeacherSearchBar_noResults__L6Bqr{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .TeacherSearchBar_noResults__L6Bqr{background:#1a1d1f;border-color:#272b30}.TeacherSearchBar_noResultsContent__TPml-{align-items:center;color:#6f767e;display:flex;flex-direction:column;gap:8px;padding:20px;text-align:center}.TeacherSearchBar_selectedTeacherDetails__zUCi-{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:16px;padding:16px}.dark-mode .TeacherSearchBar_selectedTeacherDetails__zUCi-{background:#272b30;border-color:#33383f}.TeacherSearchBar_selectedTeacherDetails__zUCi- h3{color:#1a1d1f;font-size:16px;font-weight:600;margin:0 0 12px}.dark-mode .TeacherSearchBar_selectedTeacherDetails__zUCi- h3{color:#fcfcfc}.TeacherSearchBar_detailRow__j7kl4{display:flex;margin-bottom:8px}.TeacherSearchBar_detailRow__j7kl4:last-child{margin-bottom:0}.TeacherSearchBar_label__fQYY4{color:#1a1d1f;font-weight:600;min-width:100px}.dark-mode .TeacherSearchBar_label__fQYY4{color:#fcfcfc}.TeacherSearchBar_value__aDE2r{color:#6f767e;flex:1 1}.TeacherInformation_card__\+qte5{margin:-10px auto 20px;max-width:1200px;padding:24px}.TeacherInformation_section__w5dEX{margin-bottom:32px}.TeacherInformation_sectionHeader__0z61v{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.TeacherInformation_sectionTitle__Ru4xO{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .TeacherInformation_sectionTitle__Ru4xO{color:#fcfcfc}.TeacherInformation_field__4iPli{margin-bottom:16px}.TeacherInformation_fieldLabel__1omp2{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.TeacherInformation_fieldInput__XwZbb{align-items:center;display:flex;position:relative}.TeacherInformation_fieldInput__XwZbb svg{fill:#6f767e;left:12px;position:absolute}.TeacherInformation_input__Kb2FU{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .TeacherInformation_input__Kb2FU{background:#272b30}.TeacherInformation_copy__K1Clg{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.TeacherInformation_copy__K1Clg:hover{opacity:.8}.TeacherInformation_preview__bJ6Qa img{border-radius:12px;width:100%}.TeacherInformation_btns__v1KPH{display:flex;margin:0 -8px}.TeacherInformation_btns__v1KPH .TeacherInformation_button__7qpId{flex-grow:1;margin:0 8px}.StudentsInformation_card__0gs-\+{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudentsInformation_section__vGSnV{margin-bottom:32px}.StudentsInformation_sectionHeader__2YYVu{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.StudentsInformation_sectionTitle__nVRHO{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .StudentsInformation_sectionTitle__nVRHO{color:#fcfcfc}.StudentsInformation_field__rW8l7{margin-bottom:16px}.StudentsInformation_fieldLabel__HqNwA{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentsInformation_fieldInput__8U93Q{align-items:center;display:flex;position:relative}.StudentsInformation_fieldInput__8U93Q svg{fill:#6f767e;left:12px;position:absolute}.StudentsInformation_input__V2GdT{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentsInformation_input__V2GdT{background:#272b30}.StudentsInformation_copy__Hl58r{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentsInformation_copy__Hl58r:hover{opacity:.8}.StudentsInformation_preview__Ly85\+ img{border-radius:12px;width:100%}.StudentsInformation_divider__QfZe2{background:#efefef;height:1px;margin:32px 0}.dark-mode .StudentsInformation_divider__QfZe2{background:#272b30}.StudentsInformation_actions__2h0Nz{display:flex;justify-content:flex-end}@media only screen and (max-width:1023px){.StudentsInformation_actions__2h0Nz{justify-content:center}}.StudentsInformation_button__qdxq-{min-width:180px}@media only screen and (max-width:1023px){.StudentsInformation_button__qdxq-{width:100%}}.StudentsInformation_promotionInfo__GMZSY{background:#f4f4f4;border-radius:8px;margin-top:12px;padding:12px}.dark-mode .StudentsInformation_promotionInfo__GMZSY{background:#272b30}.StudentsInformation_infoText__8Xnr4{color:#6f767e;font-size:14px;font-style:italic}.StudentsInformation_field__rW8l7{margin-bottom:32px}@media only screen and (max-width:1259px){.StudentsInformation_field__rW8l7{margin-bottom:24px}}.StudentsInformation_label__KXZyP{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .StudentsInformation_label__KXZyP{color:#efefef}.StudentsInformation_tooltip__ZxE9m{position:relative;top:-1}.StudentsInformation_tooltip__ZxE9m svg{fill:#9a9fa5}.StudentsInformation_list__WTueM{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.StudentsInformation_list__WTueM{margin-bottom:24px}}.StudentsInformation_checkbox__5yZs\+{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.StudentsInformation_checkbox__5yZs\+{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.StudentsInformation_head__kr2s-{align-items:center;display:flex;margin-bottom:12px}.StudentsInformation_head__kr2s- .StudentsInformation_label__KXZyP{margin-right:auto}.StudentsInformation_counter__WCeKe{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.StudentsInformation_counter__WCeKe span{color:#1a1d1f}.dark-mode .StudentsInformation_counter__WCeKe span{color:#fcfcfc}.StudentsInformation_tags__i\+4qK .ReactTags__tagInput{display:none}.StudentsInformation_tags__i\+4qK .ReactTags__remove{background:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293z' fill='%23fcfcfc'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;border:none;color:#fff;cursor:pointer;font-size:0;height:24px;margin:0 0 0 8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:24px}.StudentsInformation_tags__i\+4qK .ReactTags__remove:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.SessionsFormationDetail_button__joa\+h{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.SessionsFormationDetail_button__joa\+h{display:none}}.SessionsFormationDetail_background__KwCnc{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.SessionsFormationDetail_background__KwCnc{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.SessionsFormationDetail_background__KwCnc{height:320px}}@media only screen and (max-width:767px){.SessionsFormationDetail_background__KwCnc{height:252px;margin:-24px -16px 0}}.SessionsFormationDetail_background__KwCnc img{height:100%;object-fit:cover;width:100%}.SessionsFormationDetail_card__PRoTn{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.SessionsFormationDetail_card__PRoTn{margin-top:-188px}}.SessionsFormationDetail_control__Crjwf{align-items:center;display:flex;margin-bottom:20px}.SessionsFormationDetail_nav__bl7I1{display:flex;margin-right:auto}@media only screen and (max-width:767px){.SessionsFormationDetail_desktopNav__KODvv{display:none}}.SessionsFormationDetail_mobileNavContainer__Q81q4{display:none;width:100%}@media only screen and (max-width:767px){.SessionsFormationDetail_mobileNavContainer__Q81q4{align-items:center;display:flex;gap:12px}}.SessionsFormationDetail_mobileNav__kPpns{flex:1 1;min-width:0}.SessionsFormationDetail_mobileActions__48uQe{flex-shrink:0;position:relative}.SessionsFormationDetail_mobileActions__48uQe .actions{position:relative}.SessionsFormationDetail_mobileActions__48uQe .actions__body{left:auto;right:0;-webkit-transform:translateX(0);transform:translateX(0)}.SessionsFormationDetail_dropdown__8kIrb{width:100%}.SessionsFormationDetail_dropdown__8kIrb .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .SessionsFormationDetail_dropdown__8kIrb .dropdown__head{background:#272b30}.SessionsFormationDetail_link__ChpB2{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.SessionsFormationDetail_link__ChpB2{flex-grow:1}}.SessionsFormationDetail_link__ChpB2.SessionsFormationDetail_active__bjUm2,.SessionsFormationDetail_link__ChpB2:hover{color:#1a1d1f}.dark-mode .SessionsFormationDetail_link__ChpB2.SessionsFormationDetail_active__bjUm2,.dark-mode .SessionsFormationDetail_link__ChpB2:hover{color:#fcfcfc}.SessionsFormationDetail_link__ChpB2.SessionsFormationDetail_active__bjUm2{background:#efefef}.dark-mode .SessionsFormationDetail_link__ChpB2.SessionsFormationDetail_active__bjUm2{background:#272b30}.SessionsFormationDetail_link__ChpB2:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.SessionsFormationDetail_link__ChpB2:not(:last-child){margin-right:0}.SessionsFormationDetail_dropdownBox__ADELf{flex-grow:1}}.SessionsFormationDetail_filters__hNHeK{margin-left:16px}@media only screen and (max-width:767px){.SessionsFormationDetail_filters__hNHeK{margin-left:12px}}.SessionsFormationDetail_actionContainer__LBev2{margin-left:16px}@media only screen and (max-width:767px){.SessionsFormationDetail_actionContainer__LBev2{display:none}}.SessionsFormationDetail_foot__Gmx2M{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.SessionsFormationDetail_foot__Gmx2M{margin-top:32px}}@media only screen and (max-width:767px){.SessionsFormationDetail_foot__Gmx2M{margin-top:24px}}.SessionsFormationDetail_profile__cdmoX{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.SessionsFormationDetail_profile__cdmoX{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.SessionsFormationDetail_profile__cdmoX{display:block}}@media only screen and (max-width:767px){.SessionsFormationDetail_profile__cdmoX{margin-bottom:32px;padding-bottom:32px}}.dark-mode .SessionsFormationDetail_profile__cdmoX{border-color:#272b30}.SessionsFormationDetail_statusContainer__clreq{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.SessionsFormationDetail_statusContainer__clreq{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.SessionsFormationDetail_statusContainer__clreq{flex-direction:column;gap:16px}}.SessionsFormationDetail_statusGroup__-l1Yj{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.SessionsFormationDetail_statusLabel__A6yzE{color:#6f767e;font-size:14px;font-weight:500}.SessionsFormationDetail_statusBadge__RuLdV{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.SessionsFormationDetail_details__YEMTb{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.SessionsFormationDetail_details__YEMTb{margin-bottom:16px}}@media only screen and (max-width:767px){.SessionsFormationDetail_details__YEMTb{margin-bottom:12px}}.SessionsFormationDetail_avatar__Lw2q2{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.SessionsFormationDetail_avatar__Lw2q2 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.SessionsFormationDetail_add__l73Rf{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.SessionsFormationDetail_add__l73Rf svg{fill:#fff}.SessionsFormationDetail_add__l73Rf:hover{background:#1176ff}.SessionsFormationDetail_info__pg-9r{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.SessionsFormationDetail_info__pg-9r{font-size:18px;font-size:15px;margin-top:4px}}.SessionsFormationDetail_row__JE1T2{display:flex;gap:10px;margin-left:auto;margin-right:auto;max-width:1200px;padding:0}@media only screen and (max-width:1023px){.SessionsFormationDetail_row__JE1T2{display:block;gap:0;margin-bottom:0;padding:0}}.SessionsFormationDetail_col__gZSnA{flex:1 1;min-width:0}@media only screen and (max-width:1023px){.SessionsFormationDetail_col__gZSnA{margin-bottom:24px;width:100%}.SessionsFormationDetail_col__gZSnA:last-child{margin-bottom:0}}.NameAndDescription_button__zkPAN{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__zkPAN{display:none}}.NameAndDescription_background__PDdDU{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__PDdDU{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__PDdDU{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__PDdDU{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__PDdDU img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__8sFIa{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__8sFIa{margin-top:-188px}}.NameAndDescription_control__oj7iw{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__64fcG{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__mKZVt{display:none}}.NameAndDescription_mobileNav__CMClx{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__CMClx{display:block}}.NameAndDescription_dropdown__1y9KJ{width:100%}.NameAndDescription_dropdown__1y9KJ .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__1y9KJ .dropdown__head{background:#272b30}.NameAndDescription_link__HbA5i{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__HbA5i{flex-grow:1}}.NameAndDescription_link__HbA5i.NameAndDescription_active__AK80p,.NameAndDescription_link__HbA5i:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__HbA5i.NameAndDescription_active__AK80p,.dark-mode .NameAndDescription_link__HbA5i:hover{color:#fcfcfc}.NameAndDescription_link__HbA5i.NameAndDescription_active__AK80p{background:#efefef}.dark-mode .NameAndDescription_link__HbA5i.NameAndDescription_active__AK80p{background:#272b30}.NameAndDescription_link__HbA5i:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__HbA5i:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__xeX9\+{flex-grow:1}}.NameAndDescription_filters__Ks6e0{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__Ks6e0{margin-left:12px}}.NameAndDescription_foot__E69jb{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__E69jb{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__E69jb{margin-top:24px}}.NameAndDescription_profile__FtrqF{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__FtrqF{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__FtrqF{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__FtrqF{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__FtrqF{border-color:#272b30}.NameAndDescription_statusContainer__DK61g{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__DK61g{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__DK61g{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__YCLkA{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__E9Bl0{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__9mnBz{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__1VxIU{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__1VxIU{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__1VxIU{margin-bottom:12px}}.NameAndDescription_avatar__-iwGK{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__-iwGK img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__nsgqO{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__nsgqO svg{fill:#fff}.NameAndDescription_add__nsgqO:hover{background:#1176ff}.NameAndDescription_info__wVpjv{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__wVpjv{font-size:18px;font-size:15px;margin-top:4px}}.SessionFormation_card__k5uuj{margin:-64px auto 20px;max-width:1200px;padding:24px}.SessionFormation_description__zLVDs .SessionFormation_field__4jWOr{margin-bottom:12px}.SessionFormation_editor__HyLoX{margin-bottom:24px;margin-top:24px}.SessionFormation_divider__WFCMO{background:#e6e6e6;height:1px;margin:24px 0}.SessionFormation_group__q8Aix{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.SessionFormation_group__q8Aix{display:block;margin:0}}.SessionFormation_group__q8Aix .SessionFormation_field__4jWOr{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.SessionFormation_group__q8Aix .SessionFormation_field__4jWOr{margin:20px 0 0;width:100%}}.SessionFormation_field__4jWOr{margin-bottom:24px;position:relative}.SessionFormation_fieldLabel__2XWsu{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.SessionFormation_fieldInput__9XTsb{align-items:center;display:flex;position:relative}.SessionFormation_fieldInput__9XTsb svg{fill:#6f767e;left:12px;position:absolute}.SessionFormation_input__Oz7sN{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .SessionFormation_input__Oz7sN{background:#272b30}.SessionFormation_copy__0c5xv{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.SessionFormation_copy__0c5xv:hover{opacity:.8}.SessionFormation_preview__PNQ9a img{border-radius:12px;width:100%}.SessionFormation_btns__PRbhj{display:flex;margin:0 -8px}.SessionFormation_btns__PRbhj .SessionFormation_button__c4RV7{flex-grow:1;margin:0 8px}.TeacherInformation_card__FxebI{margin:-10px auto 20px;max-width:1200px;padding:24px}.TeacherInformation_section__BXyBl{margin-bottom:32px}.TeacherInformation_sectionHeader__UB5FX{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.TeacherInformation_sectionTitle__9tbQ5{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .TeacherInformation_sectionTitle__9tbQ5{color:#fcfcfc}.TeacherInformation_field__17zx2{margin-bottom:16px}.TeacherInformation_fieldLabel__Fz8WU{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.TeacherInformation_fieldInput__SUfl7{align-items:center;display:flex;position:relative}.TeacherInformation_fieldInput__SUfl7 svg{fill:#6f767e;left:12px;position:absolute}.TeacherInformation_input__qwhdH{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .TeacherInformation_input__qwhdH{background:#272b30}.TeacherInformation_copy__vDKeI{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.TeacherInformation_copy__vDKeI:hover{opacity:.8}.TeacherInformation_preview__IGPor img{border-radius:12px;width:100%}.TeacherInformation_btns__RQlVX{display:flex;margin:0 -8px}.TeacherInformation_btns__RQlVX .TeacherInformation_button__kRHdD{flex-grow:1;margin:0 8px}.StudentsInformation_card__eAyOh{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudentsInformation_section__G\+q\+W{margin-bottom:32px}.StudentsInformation_sectionHeader__PLCEV{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.StudentsInformation_sectionTitle__K\+0rI{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .StudentsInformation_sectionTitle__K\+0rI{color:#fcfcfc}.StudentsInformation_field__AhWyX{margin-bottom:16px}.StudentsInformation_fieldLabel__jfizt{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentsInformation_fieldInput__O12J1{align-items:center;display:flex;position:relative}.StudentsInformation_fieldInput__O12J1 svg{fill:#6f767e;left:12px;position:absolute}.StudentsInformation_input__9t08A{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentsInformation_input__9t08A{background:#272b30}.StudentsInformation_copy__i3Q\+y{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentsInformation_copy__i3Q\+y:hover{opacity:.8}.StudentsInformation_preview__KCgbo img{border-radius:12px;width:100%}.StudentsInformation_divider__9haLF{background:#efefef;height:1px;margin:32px 0}.dark-mode .StudentsInformation_divider__9haLF{background:#272b30}.StudentsInformation_actions__hXhzk{display:flex;justify-content:flex-end}@media only screen and (max-width:1023px){.StudentsInformation_actions__hXhzk{justify-content:center}}.StudentsInformation_button__R5-Al{min-width:180px}@media only screen and (max-width:1023px){.StudentsInformation_button__R5-Al{width:100%}}.StudentsInformation_promotionInfo__YGdIT{background:#f4f4f4;border-radius:8px;margin-top:12px;padding:12px}.dark-mode .StudentsInformation_promotionInfo__YGdIT{background:#272b30}.StudentsInformation_infoText__5xAf\+{color:#6f767e;font-size:14px;font-style:italic}.StudentsInformation_field__AhWyX{margin-bottom:32px}@media only screen and (max-width:1259px){.StudentsInformation_field__AhWyX{margin-bottom:24px}}.StudentsInformation_label__i6MCT{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .StudentsInformation_label__i6MCT{color:#efefef}.StudentsInformation_tooltip__Oxwe\+{position:relative;top:-1}.StudentsInformation_tooltip__Oxwe\+ svg{fill:#9a9fa5}.StudentsInformation_list__XGEev{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.StudentsInformation_list__XGEev{margin-bottom:24px}}.StudentsInformation_checkbox__ZOBRo{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.StudentsInformation_checkbox__ZOBRo{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.StudentsInformation_head__s5okq{align-items:center;display:flex;margin-bottom:12px}.StudentsInformation_head__s5okq .StudentsInformation_label__i6MCT{margin-right:auto}.StudentsInformation_counter__RLqAq{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.StudentsInformation_counter__RLqAq span{color:#1a1d1f}.dark-mode .StudentsInformation_counter__RLqAq span{color:#fcfcfc}.StudentsInformation_tags__YTZv7 .ReactTags__tagInput{display:none}.StudentsInformation_tags__YTZv7 .ReactTags__remove{background:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293z' fill='%23fcfcfc'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;border:none;color:#fff;cursor:pointer;font-size:0;height:24px;margin:0 0 0 8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:24px}.StudentsInformation_tags__YTZv7 .ReactTags__remove:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.StudentsInformation_groupDisplay__8SQVy{background:#f4f4f4;border-radius:8px;padding:16px}.dark-mode .StudentsInformation_groupDisplay__8SQVy{background:#272b30}.StudentsInformation_groupInfo__XPN5i{display:flex;flex-direction:column}.StudentsInformation_groupTitle__gBC6E{color:#1a1d1f;font-size:16px;font-weight:600;margin-bottom:4px}.dark-mode .StudentsInformation_groupTitle__gBC6E{color:#fcfcfc}.StudentsInformation_groupSubtitle__8ZB07,.StudentsInformation_noGroup__bRO4Z{color:#6f767e;font-size:14px;font-style:italic}.StudentsInformation_noGroup__bRO4Z{padding:20px;text-align:center}.StudentsInformation_membersGrid__LnbMQ{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:12px}.StudentsInformation_memberCard__sq6Ed{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;padding:12px}.dark-mode .StudentsInformation_memberCard__sq6Ed{background:#272b30;border-color:#33383f}.StudentsInformation_memberName__LHpz\+{color:#1a1d1f;font-size:14px;font-weight:600;margin-bottom:4px}.dark-mode .StudentsInformation_memberName__LHpz\+{color:#fcfcfc}.StudentsInformation_memberEmail__DmjNG{color:#6f767e;font-size:12px}.StudentsInformation_loading__994sk{color:#6f767e;font-size:12px;font-style:italic}.StudentsInformation_item__0b5fa{margin-bottom:24px}.Participants_card__PebRm{margin:-64px auto 20px;max-width:1200px}.Participants_head__u9\+ih{margin-bottom:44px}@media only screen and (max-width:1023px){.Participants_head__u9\+ih{margin-bottom:32px}}@media only screen and (max-width:767px){.Participants_head__u9\+ih{flex-wrap:wrap;margin-bottom:24px}}.Participants_title__Pt4Ya{margin-right:24px}@media only screen and (max-width:1023px){.Participants_form__bsi8g{width:300px}}@media only screen and (max-width:767px){.Participants_form__bsi8g{margin-top:16px;order:3;width:100%}}.Participants_sorting__3vEse{display:flex;margin-left:auto}.Participants_empty__zwGoR{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Participants_empty__zwGoR{background:#272b30;color:#fcfcfc}.Table_wrapper__TFVvk{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__TFVvk{margin:0}}.Table_table__-6KQk{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__-6KQk{display:block}}.Table_row__tiCMV{display:table-row}@media only screen and (max-width:1023px){.Table_row__tiCMV{display:none}}.Table_col__g\+DBP{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__g\+DBP:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__g\+DBP:after{background:#272b30}.Table_col__g\+DBP:first-child{font-size:0;width:56px}.Table_col__g\+DBP:first-child:after{left:12px}.Table_col__g\+DBP:last-child{padding-right:164px}.Table_col__g\+DBP:last-child:after{right:12px}.Row_row__wLRiv{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__wLRiv{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__wLRiv{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__wLRiv:hover{background:#f4f4f4}.dark-mode .Row_row__wLRiv:hover{background:#272b30}.Row_row__wLRiv:hover .Row_control__eig7u{opacity:1;visibility:visible}}.Row_col__XRISC{display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__XRISC{display:block;padding:0;position:static}}.Row_col__XRISC:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__XRISC:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__XRISC:after{display:none}}.Row_col__XRISC:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__XRISC:first-child{display:none}}.Row_col__XRISC:first-child:after{left:12px}.Row_col__XRISC:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__XRISC:last-child{padding:0}}.Row_col__XRISC:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__XRISC:not(:nth-child(2)){display:none}}.Row_item__rqNFf{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__rqNFf{align-items:stretch}}.dark-mode .Row_item__rqNFf{color:#fcfcfc}.Row_item__rqNFf:hover{color:#2a85ff}.Row_item__rqNFf .Row_date__Td9HT,.Row_item__rqNFf .Row_empty__DUbaq,.Row_item__rqNFf .Row_price__jzbAS{display:none}@media only screen and (max-width:1023px){.Row_item__rqNFf .Row_empty__DUbaq,.Row_item__rqNFf .Row_price__jzbAS{display:inline-block}.Row_item__rqNFf .Row_date__Td9HT{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__rqNFf .Row_date__Td9HT svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__wcTdF{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__wcTdF img{height:100%;object-fit:cover;width:100%}.Row_product__JiIC8{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__JiIC8{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__UZJpM{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__UZJpM{display:none}}.Row_empty__DUbaq,.Row_price__jzbAS{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__jzbAS{background:#b5e4ca}.dark-mode .Row_price__jzbAS{color:#1a1d1f}.Row_empty__DUbaq{background:#efefef}.dark-mode .Row_empty__DUbaq{background:#272b30;color:#fcfcfc}.Row_control__eig7u{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__eig7u{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__eig7u{display:none}}.ModalSignAttendance_modal__dOdxM{-webkit-animation:ModalSignAttendance_showModal__HmZlj .4s forwards;animation:ModalSignAttendance_showModal__HmZlj .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalSignAttendance_modal__dOdxM{padding:88px 16px 24px}}.dark-mode .ModalSignAttendance_modal__dOdxM{background:#111315}@-webkit-keyframes ModalSignAttendance_showModal__HmZlj{0%{opacity:0}to{opacity:1}}@keyframes ModalSignAttendance_showModal__HmZlj{0%{opacity:0}to{opacity:1}}.ModalSignAttendance_outer__z9XU0{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalSignAttendance_control__90Ver{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalSignAttendance_control__90Ver{left:16px;right:16px;top:16px}}.dark-mode .ModalSignAttendance_control__90Ver .ModalSignAttendance_button__8HRfH{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalSignAttendance_control__90Ver .ModalSignAttendance_button__8HRfH:hover{background:#272b30}.ModalSignAttendance_close__ocDDN{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalSignAttendance_close__ocDDN svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalSignAttendance_close__ocDDN{background:#1a1d1f}.dark-mode .ModalSignAttendance_close__ocDDN svg{fill:#fcfcfc}.ModalSignAttendance_close__ocDDN:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalSignAttendance_overview__f\+F\+A{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalSignAttendance_overview__f\+F\+A::-webkit-scrollbar{width:6px}.ModalSignAttendance_overview__f\+F\+A::-webkit-scrollbar-track{background:transparent}.ModalSignAttendance_overview__f\+F\+A::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalSignAttendance_subtitle__oEO8k{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalSignAttendance_subtitle__oEO8k{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalSignAttendance_subtitle__oEO8k{margin-bottom:12px}}.ModalSignAttendance_content__JJvsd h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalSignAttendance_content__JJvsd p{line-height:1.5;margin-bottom:16px}.ModalSignAttendance_content__JJvsd p:last-child{margin-bottom:0}.ModalSignAttendance_sectionTitle__JHGgS{margin-bottom:16px}@media only screen and (max-width:767px){.ModalSignAttendance_sectionTitle__JHGgS{font-size:20px}}.ModalSignAttendance_galleryContainer__XuD-I{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalSignAttendance_galleryContainer__XuD-I .ModalSignAttendance_galleryImage__RM3Pm{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalSignAttendance_galleryContainer__XuD-I .ModalSignAttendance_galleryImage__RM3Pm img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalSignAttendance_galleryContainer__XuD-I .ModalSignAttendance_galleryImage__RM3Pm img{aspect-ratio:1/1}}.ModalSignAttendance_description__VhvBB>.ModalSignAttendance_field__N25i0:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalSignAttendance_description__VhvBB>.ModalSignAttendance_field__N25i0:not(:last-child){margin-bottom:24px}}.ModalSignAttendance_editor__V8vnL:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalSignAttendance_editor__V8vnL:not(:last-child){margin-bottom:24px}}.ModalSignAttendance_group__OAD22{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalSignAttendance_group__OAD22{display:block;margin:0}}.ModalSignAttendance_group__OAD22 .ModalSignAttendance_field__N25i0{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalSignAttendance_group__OAD22 .ModalSignAttendance_field__N25i0{margin:12px 0 0;width:100%}}.ModalSignAttendance_dropdown__tdhUm{position:relative;z-index:9999}@media only screen and (max-width:1023px){.Panel_panel__38ShJ{display:none}}.Panel_info__Ocy-n{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__Ocy-n svg{fill:#6f767e;margin-right:12px}.Panel_btns__zCk6p{align-items:center;display:flex}.Panel_button__6LJSC:not(:last-child){margin-right:8px}.SignCode_item__Q1O27{align-items:center;background:#fcfcfc;border:2px solid #efefef;border-radius:12px;display:flex;padding:20px}.dark-mode .SignCode_item__Q1O27{background:#1a1d1f;border-color:#272b30}.SignCode_icon__ommrF{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:16px;width:48px}.SignCode_content__Kcyov{flex:1 1}.SignCode_content__Kcyov h3{color:#1a1d1f;font-size:18px;font-weight:600;margin:0 0 8px}.dark-mode .SignCode_content__Kcyov h3{color:#fcfcfc}.SignCode_content__Kcyov p{color:#33383f;font-size:14px;margin:0}.dark-mode .SignCode_content__Kcyov p{color:#efefef}.SignCode_button__Eckgp{background:#2a85ff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:24px;padding:12px 24px;text-align:center;text-decoration:none;width:100%}.SignCode_button__Eckgp:hover{background:#1976ff}.ModalCode_modal__MlLci{align-items:center;-webkit-animation:ModalCode_showModal__EHieV .4s forwards;animation:ModalCode_showModal__EHieV .4s forwards;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow-x:hidden;overflow-y:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalCode_modal__MlLci{align-items:flex-start;justify-content:center;padding:20px 16px}}.dark-mode .ModalCode_modal__MlLci{background:rgba(0,0,0,.7)}@-webkit-keyframes ModalCode_showModal__EHieV{0%{opacity:0}to{opacity:1}}@keyframes ModalCode_showModal__EHieV{0%{opacity:0}to{opacity:1}}.ModalCode_outer__T25Cb{align-items:center;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1);display:flex;justify-content:center;margin:auto;max-height:calc(100vh - 40px);max-width:100%;overflow-x:hidden;overflow-y:auto;width:600px;z-index:2}.dark-mode .ModalCode_outer__T25Cb{background:#111315;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media only screen and (max-width:1023px){.ModalCode_outer__T25Cb{width:450px}}@media only screen and (max-width:767px){.ModalCode_outer__T25Cb{border-radius:16px 16px 0 0;margin:0;max-height:calc(100vh - 40px);width:100%}}.ModalCode_card__AO23Z{max-width:none;width:100%}.ModalCode_control__7wzNk{position:absolute;right:16px;top:16px;z-index:10}.ModalCode_close__YJRno{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ModalCode_close__YJRno svg{fill:#272b30;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalCode_close__YJRno{background:rgba(0,0,0,.8)}.dark-mode .ModalCode_close__YJRno svg{fill:#efefef}.ModalCode_close__YJRno:hover{background:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.ModalCode_close__YJRno:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.dark-mode .ModalCode_close__YJRno:hover{background:rgba(0,0,0,.9)}.ModalCode_codeContainer__SC0CM{align-items:center;display:flex;flex-direction:column;gap:32px;padding:32px 24px}@media only screen and (max-width:767px){.ModalCode_codeContainer__SC0CM{gap:24px;padding:24px 16px}}.ModalCode_codeHeader__3pnXU{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.ModalCode_codeHeader__3pnXU svg{color:#f59e0b}.dark-mode .ModalCode_codeHeader__3pnXU svg{color:#fbbf24}.ModalCode_codeHeader__3pnXU h3{color:#1a1d1f;font-size:20px;font-weight:600;margin:0}.dark-mode .ModalCode_codeHeader__3pnXU h3{color:#fcfcfc}.ModalCode_codeHeader__3pnXU p{color:#33383f;font-size:14px;line-height:1.4;margin:0;max-width:350px}.dark-mode .ModalCode_codeHeader__3pnXU p{color:#efefef}.ModalCode_codeDisplay__YjnOh{align-items:center;display:flex;gap:20px;justify-content:center}@media only screen and (max-width:767px){.ModalCode_codeDisplay__YjnOh{gap:16px}}.ModalCode_codeDigit__CWX6p{align-items:center;background:#fff;border:3px solid #6f767e;border-radius:24px;color:#1a1d1f;display:flex;font-size:64px;font-weight:600;height:120px;justify-content:center;transition:all .2s ease;width:120px}@media only screen and (max-width:767px){.ModalCode_codeDigit__CWX6p{font-size:52px;height:100px;width:100px}}.dark-mode .ModalCode_codeDigit__CWX6p{background:#111315;border-color:#272b30;color:#fcfcfc}.ModalCode_codeActions__WtLiz{display:flex;justify-content:center;width:100%}.ModalCode_copyButton__2tpLl{align-items:center;background:#f59e0b;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-width:140px;padding:12px 24px;transition:all .2s ease}.ModalCode_copyButton__2tpLl:hover{background:#d97706;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.ModalCode_copyButton__2tpLl:active{-webkit-transform:translateY(0);transform:translateY(0)}.ModalCode_copyButton__2tpLl svg{flex-shrink:0}.ModalCode_codeInfo__yDo7r{max-width:350px;text-align:center}.ModalCode_codeInfo__yDo7r p{color:#33383f;font-size:13px;line-height:1.4;margin:6px 0}.dark-mode .ModalCode_codeInfo__yDo7r p{color:#efefef}.ModalCode_codeInfo__yDo7r p:first-child{color:#1a1d1f;font-size:14px;font-weight:600;margin-bottom:12px}.dark-mode .ModalCode_codeInfo__yDo7r p:first-child{color:#fcfcfc}.SignQrCode_item__tuFsx{align-items:center;background:#fcfcfc;border:2px solid #efefef;border-radius:12px;display:flex;padding:20px}.dark-mode .SignQrCode_item__tuFsx{background:#1a1d1f;border-color:#272b30}.SignQrCode_icon__eRhYf{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:16px;width:48px}.SignQrCode_content__Y2vHn{flex:1 1}.SignQrCode_content__Y2vHn h3{color:#1a1d1f;font-size:18px;font-weight:600;margin:0 0 8px}.dark-mode .SignQrCode_content__Y2vHn h3{color:#fcfcfc}.SignQrCode_content__Y2vHn p{color:#33383f;font-size:14px;margin:0}.dark-mode .SignQrCode_content__Y2vHn p{color:#efefef}.SignQrCode_button__ITFY9{background:#2a85ff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:24px;padding:12px 24px;text-align:center;text-decoration:none;width:100%}.SignQrCode_button__ITFY9:hover{background:#1976ff}.ModalAddProspectCompany_modal__56S\+F{align-items:center;-webkit-animation:ModalAddProspectCompany_showModal__czjuZ .4s forwards;animation:ModalAddProspectCompany_showModal__czjuZ .4s forwards;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow-x:hidden;overflow-y:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalAddProspectCompany_modal__56S\+F{align-items:flex-start;justify-content:center;padding:20px 16px}}.dark-mode .ModalAddProspectCompany_modal__56S\+F{background:rgba(0,0,0,.7)}@-webkit-keyframes ModalAddProspectCompany_showModal__czjuZ{0%{opacity:0}to{opacity:1}}@keyframes ModalAddProspectCompany_showModal__czjuZ{0%{opacity:0}to{opacity:1}}.ModalAddProspectCompany_outer__zeeiH{align-items:center;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1);display:flex;justify-content:center;margin:auto;max-height:calc(100vh - 40px);max-width:100%;overflow-x:hidden;overflow-y:auto;width:800px;z-index:2}.dark-mode .ModalAddProspectCompany_outer__zeeiH{background:#111315;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media only screen and (max-width:1023px){.ModalAddProspectCompany_outer__zeeiH{width:700px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_outer__zeeiH{border-radius:16px 16px 0 0;margin:0;max-height:calc(100vh - 40px);width:100%}}.ModalAddProspectCompany_card__f\+5sJ{max-width:none;width:100%}.ModalAddProspectCompany_control__VW652{position:absolute;right:16px;top:16px;z-index:10}.ModalAddProspectCompany_close__-Xztf{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ModalAddProspectCompany_close__-Xztf svg{fill:#272b30;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalAddProspectCompany_close__-Xztf{background:rgba(0,0,0,.8)}.dark-mode .ModalAddProspectCompany_close__-Xztf svg{fill:#efefef}.ModalAddProspectCompany_close__-Xztf:hover{background:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.ModalAddProspectCompany_close__-Xztf:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.dark-mode .ModalAddProspectCompany_close__-Xztf:hover{background:rgba(0,0,0,.9)}.ModalAddProspectCompany_cardsContainer__Ebq9F{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}@media only screen and (max-width:767px){.ModalAddProspectCompany_cardsContainer__Ebq9F{gap:20px;grid-template-columns:1fr}}.ModalAddProspectCompany_codeCard__wz29p,.ModalAddProspectCompany_qrCard__TK2mC{background:#fcfcfc;border:2px solid #efefef;border-radius:16px;cursor:pointer;padding:32px;transition:all .3s ease}@media only screen and (max-width:767px){.ModalAddProspectCompany_codeCard__wz29p,.ModalAddProspectCompany_qrCard__TK2mC{padding:24px}}.dark-mode .ModalAddProspectCompany_codeCard__wz29p,.dark-mode .ModalAddProspectCompany_qrCard__TK2mC{background:#1a1d1f;border-color:#272b30}.ModalAddProspectCompany_cardHeader__6noJK{align-items:center;display:flex;gap:16px;margin-bottom:20px}.ModalAddProspectCompany_cardHeader__6noJK h3{color:#1a1d1f;font-size:20px;font-weight:600;margin:0}.dark-mode .ModalAddProspectCompany_cardHeader__6noJK h3{color:#fcfcfc}.ModalAddProspectCompany_iconWrapper__DYD35{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}.dark-mode .ModalAddProspectCompany_iconWrapper__DYD35{background:#fcfcfc}.ModalAddProspectCompany_iconWrapper__DYD35 svg{fill:#fcfcfc}.dark-mode .ModalAddProspectCompany_iconWrapper__DYD35 svg{fill:#1a1d1f}.ModalAddProspectCompany_qrCard__TK2mC .ModalAddProspectCompany_iconWrapper__DYD35{background:#1a1d1f}.dark-mode .ModalAddProspectCompany_qrCard__TK2mC .ModalAddProspectCompany_iconWrapper__DYD35{background:#fcfcfc}.ModalAddProspectCompany_qrCard__TK2mC .ModalAddProspectCompany_iconWrapper__DYD35 svg{fill:#fcfcfc}.dark-mode .ModalAddProspectCompany_qrCard__TK2mC .ModalAddProspectCompany_iconWrapper__DYD35 svg{fill:#1a1d1f}.ModalAddProspectCompany_cardDescription__1GMMB{color:#33383f;font-size:14px;margin:0 0 24px}.dark-mode .ModalAddProspectCompany_cardDescription__1GMMB{color:#efefef}.ModalAddProspectCompany_qrArea__s\+0CW{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;justify-content:center;margin-top:20px;min-height:120px}.dark-mode .ModalAddProspectCompany_qrArea__s\+0CW{background:#111315}.ModalAddProspectCompany_qrPlaceholder__IlXv4{align-items:center;display:flex;flex-direction:column;gap:12px;padding:24px}.ModalAddProspectCompany_qrPlaceholder__IlXv4 svg{fill:#33383f}.dark-mode .ModalAddProspectCompany_qrPlaceholder__IlXv4 svg{fill:#6f767e}.ModalAddProspectCompany_qrPlaceholder__IlXv4 p{color:#33383f;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_qrPlaceholder__IlXv4 p{color:#6f767e}.ModalAddProspectCompany_scanningAnimation__2Pyme{align-items:center;display:flex;flex-direction:column;gap:16px;padding:24px;position:relative}.ModalAddProspectCompany_scanningAnimation__2Pyme svg{fill:#2a85ff;-webkit-animation:ModalAddProspectCompany_pulse__JZoqa 2s infinite;animation:ModalAddProspectCompany_pulse__JZoqa 2s infinite}.dark-mode .ModalAddProspectCompany_scanningAnimation__2Pyme svg{fill:#60a5fa}.ModalAddProspectCompany_scanningAnimation__2Pyme p{color:#33383f;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_scanningAnimation__2Pyme p{color:#6f767e}.ModalAddProspectCompany_scanLine__\+3yyJ{-webkit-animation:ModalAddProspectCompany_scanMove__VyKZR 2s infinite;animation:ModalAddProspectCompany_scanMove__VyKZR 2s infinite;background:#2a85ff;border-radius:1px;height:2px;width:60px}@-webkit-keyframes ModalAddProspectCompany_pulse__JZoqa{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ModalAddProspectCompany_pulse__JZoqa{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ModalAddProspectCompany_scanMove__VyKZR{0%{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}}@keyframes ModalAddProspectCompany_scanMove__VyKZR{0%{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}}.ModalAddProspectCompany_qrScanner__Vqcvh{border-radius:12px;overflow:hidden;position:relative;width:100%}.ModalAddProspectCompany_scanOverlay__gpahx{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0}.ModalAddProspectCompany_scanOverlay__gpahx p{background:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:14px;margin-top:20px;padding:8px 16px;text-align:center}.ModalAddProspectCompany_scanFrame__LAaRd{border:3px solid #2a85ff;border-radius:12px;height:150px;position:relative;width:150px}.ModalAddProspectCompany_scanFrame__LAaRd:after,.ModalAddProspectCompany_scanFrame__LAaRd:before{border:3px solid #2a85ff;content:"";height:20px;position:absolute;width:20px}.ModalAddProspectCompany_scanFrame__LAaRd:before{border-bottom:none;border-right:none;left:-3px;top:-3px}.ModalAddProspectCompany_scanFrame__LAaRd:after{border-bottom:none;border-left:none;right:-3px;top:-3px}.ModalAddProspectCompany_scanFrame__LAaRd:nth-child(3):before{border-right:none;border-top:none;bottom:-3px;left:-3px;top:auto}.ModalAddProspectCompany_scanFrame__LAaRd:nth-child(4):after{border-left:none;border-top:none;bottom:-3px;right:-3px;top:auto}.ModalAddProspectCompany_stopButton__ek7qX{background:#ff4757;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:12px 24px}.ModalAddProspectCompany_stopButton__ek7qX:hover{background:#ff3742}.ModalAddProspectCompany_errorMessage__OyiOZ{align-items:center;display:flex;flex-direction:column;gap:16px;padding:32px;text-align:center}.ModalAddProspectCompany_errorMessage__OyiOZ svg{fill:#ff4757}.ModalAddProspectCompany_errorMessage__OyiOZ p{color:#272b30;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_errorMessage__OyiOZ p{color:#6f767e}.ModalAddProspectCompany_qrContainer__Lc3d9{align-items:center;display:flex;flex-direction:column;gap:32px;padding:24px}@media only screen and (max-width:767px){.ModalAddProspectCompany_qrContainer__Lc3d9{gap:24px;padding:16px}}.ModalAddProspectCompany_loading__kqrJo{align-items:center;display:flex;flex-direction:column;gap:16px;padding:48px}.ModalAddProspectCompany_loading__kqrJo svg{fill:#2a85ff;-webkit-animation:ModalAddProspectCompany_pulse__JZoqa 2s infinite;animation:ModalAddProspectCompany_pulse__JZoqa 2s infinite}.ModalAddProspectCompany_loading__kqrJo p{color:#33383f;font-size:16px;margin:0}.dark-mode .ModalAddProspectCompany_loading__kqrJo p{color:#6f767e}.ModalAddProspectCompany_qrCodeWrapper__hdNbk{align-items:center;background:#fcfcfc;border:2px solid #efefef;border-radius:16px;display:flex;justify-content:center;padding:24px}.dark-mode .ModalAddProspectCompany_qrCodeWrapper__hdNbk{background:#1a1d1f;border-color:#272b30}.ModalAddProspectCompany_qrCodeImage__d8x15{border-radius:8px;height:auto;max-height:400px;max-width:400px;width:100%}@media only screen and (max-width:767px){.ModalAddProspectCompany_qrCodeImage__d8x15{max-height:280px;max-width:280px}}.ModalAddProspectCompany_qrInfo__mucJ7{max-width:500px;text-align:center}.ModalAddProspectCompany_qrInfo__mucJ7 h3{color:#1a1d1f;font-size:20px;font-weight:600;margin:0 0 16px}.dark-mode .ModalAddProspectCompany_qrInfo__mucJ7 h3{color:#fcfcfc}.ModalAddProspectCompany_qrInfo__mucJ7 p{color:#33383f;font-size:14px;line-height:1.5;margin:0 0 16px}.dark-mode .ModalAddProspectCompany_qrInfo__mucJ7 p{color:#efefef}.ModalAddProspectCompany_sessionInfo__YhVP3{background:#f4f4f4;border-radius:12px;margin-top:16px;padding:16px}.dark-mode .ModalAddProspectCompany_sessionInfo__YhVP3{background:#111315}.ModalAddProspectCompany_sessionInfo__YhVP3 p{color:#272b30;font-size:14px;margin:0 0 8px}.dark-mode .ModalAddProspectCompany_sessionInfo__YhVP3 p{color:#f4f4f4}.ModalAddProspectCompany_sessionInfo__YhVP3 p:last-child{margin-bottom:0}.ModalAddProspectCompany_sessionInfo__YhVP3 p strong{color:#1a1d1f}.dark-mode .ModalAddProspectCompany_sessionInfo__YhVP3 p strong{color:#fcfcfc}.ModalAddProspectCompany_actions__sQoyH{display:flex;gap:16px;justify-content:center}@media only screen and (max-width:767px){.ModalAddProspectCompany_actions__sQoyH{flex-direction:column;width:100%}}.ModalAddProspectCompany_copyButton__I7f6f,.ModalAddProspectCompany_downloadButton__U5ZHp{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}@media only screen and (max-width:767px){.ModalAddProspectCompany_copyButton__I7f6f,.ModalAddProspectCompany_downloadButton__U5ZHp{justify-content:center}}.ModalAddProspectCompany_copyButton__I7f6f svg,.ModalAddProspectCompany_downloadButton__U5ZHp svg{height:16px;width:16px}.ModalAddProspectCompany_downloadButton__U5ZHp{background:#2a85ff;border:none;color:#fff}.ModalAddProspectCompany_downloadButton__U5ZHp:hover{background:#1e6bb8;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.ModalAddProspectCompany_copyButton__I7f6f{background:transparent;border:2px solid #6f767e;color:#272b30}.dark-mode .ModalAddProspectCompany_copyButton__I7f6f{border-color:#272b30;color:#efefef}.ModalAddProspectCompany_copyButton__I7f6f:hover{background:#f4f4f4;border-color:#33383f}.dark-mode .ModalAddProspectCompany_copyButton__I7f6f:hover{background:#1a1d1f;border-color:#33383f}.ModalAddProspectCompany_refreshButton__vHDtS{background:transparent;border:2px solid #2a85ff;color:#2a85ff}.dark-mode .ModalAddProspectCompany_refreshButton__vHDtS{border-color:#60a5fa;color:#60a5fa}.ModalAddProspectCompany_refreshButton__vHDtS:hover:not(:disabled){background:#2a85ff;color:#fff}.dark-mode .ModalAddProspectCompany_refreshButton__vHDtS:hover:not(:disabled){background:#60a5fa;color:#111315}.ModalAddProspectCompany_refreshButton__vHDtS:disabled{cursor:not-allowed;opacity:.5}.ModalAddProspectCompany_tokenInfo__BEfn0{background:#f4f4f4;border-radius:12px;margin-top:16px;padding:16px}.dark-mode .ModalAddProspectCompany_tokenInfo__BEfn0{background:#111315}.ModalAddProspectCompany_tokenInfo__BEfn0 p{color:#272b30;font-size:14px;margin:0 0 8px}.dark-mode .ModalAddProspectCompany_tokenInfo__BEfn0 p{color:#f4f4f4}.ModalAddProspectCompany_tokenInfo__BEfn0 p:last-child{margin-bottom:0}.ModalAddProspectCompany_tokenInfo__BEfn0 p strong{color:#1a1d1f}.dark-mode .ModalAddProspectCompany_tokenInfo__BEfn0 p strong{color:#fcfcfc}.ModalAddProspectCompany_countdown__Q2f3k{align-items:center;background:#2a85ff;border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:12px;padding:8px 12px}.dark-mode .ModalAddProspectCompany_countdown__Q2f3k{background:#60a5fa;color:#111315}.ModalAddProspectCompany_countdown__Q2f3k svg{fill:currentColor}.Customers_background__16lyT{height:400px;margin:-64px -40px 0}@media only screen and (max-width:1339px){.Customers_background__16lyT{margin:-34px -24px 0}}@media only screen and (max-width:1259px){.Customers_background__16lyT{height:320px}}@media only screen and (max-width:767px){.Customers_background__16lyT{height:252px;margin:-24px -16px 0}}.Customers_background__16lyT img{height:100%;object-fit:cover;width:100%}.Customers_row__2nOMf{display:flex;margin:-64px auto 0;max-width:1120px;width:100%}@media only screen and (max-width:1023px){.Customers_row__2nOMf{display:block;margin:-64px 0 0;max-width:100%}}.Customers_col__m-ovw:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Customers_col__m-ovw:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Customers_col__m-ovw:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Customers_col__m-ovw:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.Customers_col__m-ovw:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.Customers_col__m-ovw:nth-child(2){width:100%}}.Customers_card__HKuup:not(:last-child){margin-bottom:8px}.TopCountry_chart__ivKU2{height:274px;margin-bottom:-10px;width:auto}.Overview_list__S8dYk{display:flex;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__S8dYk{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 -24px;overflow:auto;scrollbar-width:none}.Overview_list__S8dYk::-webkit-scrollbar{display:none}.Overview_list__S8dYk:after,.Overview_list__S8dYk:before{content:"";flex-shrink:0;height:1px;width:24px}}@media only screen and (max-width:767px){.Overview_list__S8dYk{margin:0 -16px}.Overview_list__S8dYk:after,.Overview_list__S8dYk:before{width:16px}}.Overview_item__QiuZf{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(33.333% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:32px;width:calc(33.333% - 12px)}@media only screen and (max-width:1023px){.Overview_item__QiuZf{flex:0 0 295px;margin:0;width:295px}.Overview_item__QiuZf:not(:last-child){margin-right:12px}}@media only screen and (max-width:767px){.Overview_item__QiuZf{flex:0 0 285px;width:285px}}.dark-mode .Overview_item__QiuZf{color:#efefef}.dark-mode .Overview_item__QiuZf:nth-child(odd){background:rgba(167,170,247,.15)!important}.dark-mode .Overview_item__QiuZf:nth-child(2n){background:rgba(177,229,252,.1)!important}.Overview_icon__rXlCA{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__rXlCA svg{fill:#fcfcfc}.dark-mode .Overview_icon__rXlCA{background:#fcfcfc}.dark-mode .Overview_icon__rXlCA svg{fill:#1a1d1f}.Overview_line__zfdzk{display:flex}.Overview_category__6tIm\+{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.dark-mode .Overview_category__6tIm\+{color:#efefef}.Overview_tooltip__ENP4r svg{fill:#33383f}.dark-mode .Overview_tooltip__ENP4r svg{fill:#efefef}.Overview_counter__IbfAi{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_indicator__uDwFR{align-items:center;background:#fcfcfc;border-radius:8px;color:#6f767e;display:inline-flex;padding:4px}.dark-mode .Overview_indicator__uDwFR{background:#1a1d1f}.Overview_indicator__uDwFR span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.StatProspect_chart__X4H-K{height:230px;width:auto}@media only screen and (max-width:1339px){.StatProspect_chart__X4H-K{margin-left:-12px}}@media only screen and (max-width:1023px){.StatProspect_chart__X4H-K{margin:0 auto;max-width:310px}}@media only screen and (max-width:767px){.StatProspect_chart__X4H-K{padding-left:10px}}.StatProspect_legend__EC3Y0{display:flex;justify-content:space-between;margin-top:32px}.StatProspect_legend__EC3Y0 svg{margin-bottom:12px}.StatProspect_title__l-ZTs{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333}.StatProspect_percent__B2gmj{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6}@media only screen and (max-width:767px){.StatProspect_percent__B2gmj{font-size:18px}.ActiveCustomers_cardHead__CEDbP{display:block}.ActiveCustomers_cardTitle__ymZCc{margin-bottom:16px}}.ActiveCustomers_chart__BOWCL{height:244px;margin-bottom:-10px;margin-left:-25px;width:auto}.ProductActivity_table__xRBz9{display:table;width:100%}@media only screen and (max-width:767px){.ProductActivity_table__xRBz9{display:block}}.ProductActivity_row__dg23N{display:table-row}@media only screen and (max-width:767px){.ProductActivity_row__dg23N{display:block}.ProductActivity_row__dg23N:first-child{display:none}}.ProductActivity_row__dg23N:first-child .ProductActivity_col__goJSP{border-bottom:1px solid #efefef;color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;padding-bottom:24px;white-space:nowrap}.dark-mode .ProductActivity_row__dg23N:first-child .ProductActivity_col__goJSP{border-color:#272b30}.ProductActivity_row__dg23N:not(:first-child) .ProductActivity_col__goJSP{padding-top:24px}@media only screen and (max-width:767px){.ProductActivity_row__dg23N:not(:first-child) .ProductActivity_col__goJSP{padding:0}}.ProductActivity_row__dg23N:not(:first-child) .ProductActivity_col__goJSP:first-child{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.ProductActivity_row__dg23N:nth-child(2) .ProductActivity_col__goJSP{padding-top:32px}@media only screen and (max-width:767px){.ProductActivity_row__dg23N:nth-child(2) .ProductActivity_col__goJSP{padding-top:0}.ProductActivity_row__dg23N:not(:last-child):not(:first-child){border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:24px}.dark-mode .ProductActivity_row__dg23N:not(:last-child):not(:first-child){border-color:#272b30}}.ProductActivity_row__dg23N:not(:last-child):not(:first-child) .ProductActivity_col__goJSP{border-bottom:1px solid #efefef;padding-bottom:16px}@media only screen and (max-width:767px){.ProductActivity_row__dg23N:not(:last-child):not(:first-child) .ProductActivity_col__goJSP{border:none;padding-bottom:0}}.dark-mode .ProductActivity_row__dg23N:not(:last-child):not(:first-child) .ProductActivity_col__goJSP{border-color:#272b30}.ProductActivity_col__goJSP{display:table-cell;vertical-align:middle}@media only screen and (max-width:767px){.ProductActivity_col__goJSP{align-items:center;display:flex}}.ProductActivity_col__goJSP:not(:last-child){padding-right:16px}@media only screen and (max-width:767px){.ProductActivity_col__goJSP:not(:last-child){margin-bottom:8px;padding-right:0}}.ProductActivity_label__J-YAF{display:none}@media only screen and (max-width:767px){.ProductActivity_label__J-YAF{color:#33383f;display:block;flex-shrink:0;font-size:13px;font-weight:600;line-height:1.2307692308;padding-right:12px;width:116px}}.dark-mode .ProductActivity_label__J-YAF{color:#efefef}.ProductActivity_name__PexSK{color:#33383f;font-weight:600}.dark-mode .ProductActivity_name__PexSK{color:#efefef}.ProductActivity_email__s3pwK{color:#6f767e;font-size:12px;font-weight:700;line-height:1.3333333333;margin-top:2px}.dark-mode .ProductActivity_email__s3pwK{color:#efefef}.ProductActivity_nav__bwoBu{display:none;margin-top:32px}@media only screen and (max-width:767px){.ProductActivity_nav__bwoBu{display:flex}}.ProductActivity_link__lChmh{border-radius:8px;color:#6f767e;flex:1 1;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}.ProductActivity_link__lChmh.ProductActivity_active__IdhVc,.ProductActivity_link__lChmh:hover{color:#1a1d1f}.dark-mode .ProductActivity_link__lChmh.ProductActivity_active__IdhVc,.dark-mode .ProductActivity_link__lChmh:hover{color:#fcfcfc}.ProductActivity_link__lChmh.ProductActivity_active__IdhVc{background:#efefef}.dark-mode .ProductActivity_link__lChmh.ProductActivity_active__IdhVc{background:#272b30}.ProductActivity_empty__gZoSv{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .ProductActivity_empty__gZoSv{background:#272b30;color:#fcfcfc}.ProductActivity_empty__gZoSv p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Item_item__z3-U7{align-items:center;display:inline-flex}.Item_counter__SG\+oi{border-radius:6px;cursor:pointer;padding:0 6px}.dark-mode .Item_counter__SG\+oi{color:#1a1d1f}.Item_counter__SG\+oi:hover+.Item_balance__yNmTS{opacity:1;visibility:visible}.Item_balance__yNmTS{margin-left:6px;opacity:0;transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Item_balance__yNmTS{opacity:1;visibility:visible}}.Customers_background__49hom{height:400px;margin:-64px -40px 0}@media only screen and (max-width:1339px){.Customers_background__49hom{margin:-34px -24px 0}}@media only screen and (max-width:1259px){.Customers_background__49hom{height:320px}}@media only screen and (max-width:767px){.Customers_background__49hom{height:252px;margin:-24px -16px 0}}.Customers_background__49hom img{height:100%;object-fit:cover;width:100%}.Customers_row__NMchJ{display:flex;margin:auto auto 8px;max-width:1200px;width:100%}@media only screen and (max-width:1023px){.Customers_row__NMchJ{display:block;margin:8px 0;max-width:100%}}.Customers_col__8DGTC:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Customers_col__8DGTC:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Customers_col__8DGTC:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Customers_col__8DGTC:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.Customers_col__8DGTC:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.Customers_col__8DGTC:nth-child(2){width:100%}}.Customers_card__ZroDE:not(:last-child){margin-bottom:8px}.Overview_card__1qLjL{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.Overview_card__1qLjL{margin-top:-188px}}.Overview_list__zL9mv{display:flex;flex-wrap:wrap;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__zL9mv{flex-wrap:wrap;margin:0 -6px}}@media only screen and (max-width:767px){.Overview_list__zL9mv{flex-direction:column;margin:0 -6px}}.Overview_item__Jt8GW{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(25% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:24px;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;width:calc(25% - 12px)}@media only screen and (max-width:1023px){.Overview_item__Jt8GW{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}.Overview_item__Jt8GW:nth-child(odd){margin-right:6px}.Overview_item__Jt8GW:nth-child(2n){margin-left:6px}}@media only screen and (max-width:767px){.Overview_item__Jt8GW{flex-basis:calc(100% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(100% - 12px)}}.Overview_icon__LgNv-{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__LgNv- svg{fill:#fcfcfc}.Overview_line__jJhuJ{display:flex}.Overview_category__tom7e{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.Overview_tooltip__tsjb2 svg{fill:#33383f}.dark-mode .Overview_tooltip__tsjb2 svg{fill:#efefef}.Overview_counter__qmMRu{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_indicator__YUdct{align-items:center;background:#fcfcfc;border-radius:8px;color:#6f767e;display:inline-flex;padding:4px}.dark-mode .Overview_indicator__YUdct{background:#1a1d1f}.Overview_indicator__YUdct span{font-size:12px;font-weight:700;line-height:1.3333333333;margin-left:4px}.StatProspect_chart__98ywP{height:230px;width:auto}@media only screen and (max-width:1339px){.StatProspect_chart__98ywP{margin-left:-12px}}@media only screen and (max-width:1023px){.StatProspect_chart__98ywP{margin:0 auto;max-width:310px}}@media only screen and (max-width:767px){.StatProspect_chart__98ywP{padding-left:10px}}.StatProspect_legend__XP8ZU{display:flex;justify-content:space-between;margin-top:32px}.StatProspect_legend__XP8ZU svg{margin-bottom:12px}.StatProspect_title__vtO6e{color:#6f767e;font-size:12px;font-weight:700;font-weight:500;line-height:1.3333333333}.StatProspect_percent__Oz20z{font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6}@media only screen and (max-width:767px){.StatProspect_percent__Oz20z{font-size:18px}.ActiveCustomers_cardHead__I9mez{display:block}.ActiveCustomers_cardTitle__Acgu\+{margin-bottom:16px}}.ActiveCustomers_chart__gHy-M{height:320px;margin-bottom:-10px;margin-left:-25px;width:auto}.SessionsGroupList_foot__Q8SR\+{align-items:center;display:flex;justify-content:center;margin-top:24px}.SessionsGroupList_arrow__4mHpO{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .SessionsGroupList_arrow__4mHpO{border-color:transparent}.SessionsGroupList_arrow__4mHpO svg{fill:#6f767e;transition:fill .2s}.SessionsGroupList_arrow__4mHpO:hover{border-color:#efefef}.SessionsGroupList_arrow__4mHpO:hover svg{fill:#1a1d1f}.dark-mode .SessionsGroupList_arrow__4mHpO:hover{border-color:#272b30}.dark-mode .SessionsGroupList_arrow__4mHpO:hover svg{fill:#fcfcfc}.SessionsGroupList_arrow__4mHpO:not(:last-child){margin-right:8px}.SessionsGroupList_arrow__4mHpO:disabled{cursor:not-allowed;opacity:.5}.SessionsGroupList_arrow__4mHpO:disabled:hover{border-color:#efefef}.SessionsGroupList_arrow__4mHpO:disabled:hover svg{fill:#6f767e}.dark-mode .SessionsGroupList_arrow__4mHpO:disabled:hover{border-color:transparent}.dark-mode .SessionsGroupList_arrow__4mHpO:disabled:hover svg{fill:#6f767e}.SessionsGroupList_pagination__4-mJ2{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.SessionsGroupList_head__fmi2Z{margin-bottom:44px}@media only screen and (max-width:1023px){.SessionsGroupList_head__fmi2Z{margin-bottom:32px}}@media only screen and (max-width:767px){.SessionsGroupList_head__fmi2Z{flex-wrap:wrap;margin-bottom:24px}}.SessionsGroupList_head__fmi2Z .SessionsGroupList_form__H6bnj{margin-right:auto}@media only screen and (max-width:1023px){.SessionsGroupList_head__fmi2Z .SessionsGroupList_form__H6bnj{width:250px}}@media only screen and (max-width:767px){.SessionsGroupList_head__fmi2Z .SessionsGroupList_form__H6bnj{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.SessionsGroupList_head__fmi2Z.SessionsGroupList_hidden__huUay{display:none}}.SessionsGroupList_title__W1jkg{margin-right:24px}@media only screen and (max-width:767px){.SessionsGroupList_title__W1jkg{margin:0 0 16px}}.SessionsGroupList_nav__50XbJ{display:flex}@media only screen and (max-width:767px){.SessionsGroupList_nav__50XbJ{width:100%}}.SessionsGroupList_link__1372X{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.SessionsGroupList_link__1372X{flex:1 1}}.SessionsGroupList_link__1372X.SessionsGroupList_active__kPLya,.SessionsGroupList_link__1372X:hover{color:#1a1d1f}.dark-mode .SessionsGroupList_link__1372X.SessionsGroupList_active__kPLya,.dark-mode .SessionsGroupList_link__1372X:hover{color:#fcfcfc}.SessionsGroupList_link__1372X.SessionsGroupList_active__kPLya{background:#efefef}.dark-mode .SessionsGroupList_link__1372X.SessionsGroupList_active__kPLya{background:#272b30}.SessionsGroupList_link__1372X:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.SessionsGroupList_link__1372X:not(:last-child){margin-right:0}}.SessionsGroupList_filters__r0zz-{margin-left:8px}@media only screen and (max-width:1023px){.SessionsGroupList_filters__r0zz-{display:none}}.SessionsGroupList_details__WGXMq{display:none}.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx{display:flex}.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx .SessionsGroupList_table__3HQiN{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx .SessionsGroupList_table__3HQiN{width:350px}}@media only screen and (max-width:1259px){.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx .SessionsGroupList_table__3HQiN{width:320px}}@media only screen and (max-width:1023px){.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx .SessionsGroupList_table__3HQiN{display:none}}.SessionsGroupList_row__uLwmT.SessionsGroupList_flex__Ffebx .SessionsGroupList_details__WGXMq{display:block}.SessionsGroupList_empty__bT80G{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .SessionsGroupList_empty__bT80G{background:#272b30;color:#fcfcfc}.SessionsGroupList_empty__bT80G p{margin:0}.SessionsGroupList_empty__bT80G p,.SessionsGroupList_loading__j2aBY{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.SessionsGroupList_loading__j2aBY{align-items:center;display:flex;justify-content:center;padding:40px 0}.Table_wrapper__T2-HP{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__T2-HP{margin:0}}.Table_table__ElgOQ{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__ElgOQ{display:block}}.Table_row__WgkPK{display:table-row}@media only screen and (max-width:1023px){.Table_row__WgkPK{display:none}}.Table_col__UBjjy{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__UBjjy:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__UBjjy:after{background:#272b30}.Table_col__UBjjy:first-child{font-size:0;width:56px}.Table_col__UBjjy:first-child:after{left:12px}.Table_col__UBjjy:last-child{padding-right:164px}.Table_col__UBjjy:last-child:after{right:12px}.Table_foot__EOxdx{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__EOxdx{margin-top:0}}.Table_foot__EOxdx .Table_button__SqKC4 .Table_loader__OEsNx{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_empty__XpjfP{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Table_empty__XpjfP{background:#272b30;color:#fcfcfc}.Table_empty__XpjfP p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Row_row__n4lxu{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__n4lxu{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__n4lxu{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__n4lxu:hover{background:#f4f4f4}.dark-mode .Row_row__n4lxu:hover{background:#272b30}.Row_row__n4lxu:hover .Row_control__0FObX{opacity:1;visibility:visible}}.Row_col__HdG76{display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__HdG76{display:block;padding:0;position:static}}.Row_col__HdG76:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__HdG76:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__HdG76:after{display:none}}.Row_col__HdG76:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__HdG76:first-child{display:none}}.Row_col__HdG76:first-child:after{left:12px}.Row_col__HdG76:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__HdG76:last-child{padding:0}}.Row_col__HdG76:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__HdG76:not(:nth-child(2)){display:none}}.Row_avatar__0mnV2{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__0mnV2 img{height:100%;object-fit:cover;width:100%}.Row_item__Rz4rC{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__Rz4rC{align-items:stretch}}.dark-mode .Row_item__Rz4rC{color:#fcfcfc}.Row_item__Rz4rC:hover{color:#2a85ff}.Row_item__Rz4rC .Row_date__DMrhT,.Row_item__Rz4rC .Row_empty__-aYk-,.Row_item__Rz4rC .Row_price__6LNw1{display:none}@media only screen and (max-width:1023px){.Row_item__Rz4rC .Row_empty__-aYk-,.Row_item__Rz4rC .Row_price__6LNw1{display:inline-block}.Row_item__Rz4rC .Row_date__DMrhT{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__Rz4rC .Row_date__DMrhT svg{fill:#9a9fa5;margin-right:8px}}.Row_preview__SmAn6{border-radius:8px;flex-shrink:0;height:80px;margin-right:20px;overflow:hidden;width:80px}@media only screen and (max-width:1023px){.Row_preview__SmAn6{height:116px;width:104px}}.Row_preview__SmAn6 img{height:100%;object-fit:cover;width:100%}.Row_product__Pq0vH{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__Pq0vH{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__axTbS{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__axTbS{display:none}}.Row_empty__-aYk-,.Row_price__6LNw1{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__6LNw1{background:#b5e4ca}.dark-mode .Row_price__6LNw1{color:#1a1d1f}.Row_empty__-aYk-{background:#efefef}.dark-mode .Row_empty__-aYk-{background:#272b30;color:#fcfcfc}.Row_control__0FObX{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__0FObX{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__0FObX{display:none}}.Row_actions__SB0MB{display:none}@media only screen and (max-width:1023px){.Row_actions__SB0MB{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__SB0MB .Row_actionsHead__nHcrI{background:none}@media only screen and (max-width:1023px){.Panel_panel__4uYEE{display:none}}.Panel_info__03IrK{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__03IrK svg{fill:#6f767e;margin-right:12px}.Panel_info__03IrK span{color:#1a1d1f}.dark-mode .Panel_info__03IrK span{color:#fcfcfc}.Panel_btns__zVySU{align-items:center;display:flex}.Panel_button__mC8Cn:not(:last-child){margin-right:8px}.StudentCreate_button__gXKmf{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentCreate_button__gXKmf{display:none}}.StudentCreate_background__Jp-MF{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentCreate_background__Jp-MF{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentCreate_background__Jp-MF{height:320px}}@media only screen and (max-width:767px){.StudentCreate_background__Jp-MF{height:252px;margin:-24px -16px 0}}.StudentCreate_background__Jp-MF img{height:100%;object-fit:cover;width:100%}.StudentCreate_card__3xwDc{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentCreate_card__3xwDc{margin-top:-188px}}.StudentCreate_control__Stcrx{align-items:center;display:flex;margin-bottom:20px}.StudentCreate_nav__7Oe9I{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentCreate_desktopNav__iV4Y7{display:none}}.StudentCreate_mobileNav__L2G1l{display:none;width:100%}@media only screen and (max-width:767px){.StudentCreate_mobileNav__L2G1l{display:block}}.StudentCreate_dropdown__ZjVRo{width:100%}.StudentCreate_dropdown__ZjVRo .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentCreate_dropdown__ZjVRo .dropdown__head{background:#272b30}.StudentCreate_link__YokzP{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentCreate_link__YokzP{flex-grow:1}}.StudentCreate_link__YokzP.StudentCreate_active__du3Cq,.StudentCreate_link__YokzP:hover{color:#1a1d1f}.dark-mode .StudentCreate_link__YokzP.StudentCreate_active__du3Cq,.dark-mode .StudentCreate_link__YokzP:hover{color:#fcfcfc}.StudentCreate_link__YokzP.StudentCreate_active__du3Cq{background:#efefef}.dark-mode .StudentCreate_link__YokzP.StudentCreate_active__du3Cq{background:#272b30}.StudentCreate_link__YokzP:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentCreate_link__YokzP:not(:last-child){margin-right:0}.StudentCreate_dropdownBox__Q1gi\+{flex-grow:1}}.StudentCreate_filters__xY-VK{margin-left:16px}@media only screen and (max-width:767px){.StudentCreate_filters__xY-VK{margin-left:12px}}.StudentCreate_foot__iCNOU{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentCreate_foot__iCNOU{margin-top:32px}}@media only screen and (max-width:767px){.StudentCreate_foot__iCNOU{margin-top:24px}}.StudentCreate_profile__N2Iza{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentCreate_profile__N2Iza{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentCreate_profile__N2Iza{display:block}}@media only screen and (max-width:767px){.StudentCreate_profile__N2Iza{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentCreate_profile__N2Iza{border-color:#272b30}.StudentCreate_statusContainer__XW4vg{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentCreate_statusContainer__XW4vg{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentCreate_statusContainer__XW4vg{flex-direction:column;gap:16px}}.StudentCreate_statusGroup__iXKBo{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentCreate_statusLabel__neTD0{color:#6f767e;font-size:14px;font-weight:500}.StudentCreate_statusBadge__7BOpN{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentCreate_details__kBCjI{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentCreate_details__kBCjI{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentCreate_details__kBCjI{margin-bottom:12px}}.StudentCreate_avatar__2TgLJ{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentCreate_avatar__2TgLJ img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentCreate_add__NWRlU{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentCreate_add__NWRlU svg{fill:#fff}.StudentCreate_add__NWRlU:hover{background:#1176ff}.StudentCreate_info__Ujo-C{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentCreate_info__Ujo-C{font-size:18px;font-size:15px;margin-top:4px}}.StudentSearchBarMulti_container__HdA2O{margin-top:24px}.StudentSearchBarMulti_container__HdA2O:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBarMulti_container__HdA2O:not(:last-child){margin-bottom:24px}}.StudentSearchBarMulti_searchContainer__Horg2{position:relative}.StudentSearchBarMulti_inputWrapper__7xQQR{position:relative;width:100%}.StudentSearchBarMulti_field__p0FZd{width:100%}.StudentSearchBarMulti_clearButton__nU-dh{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.StudentSearchBarMulti_clearButton__nU-dh:hover{color:#272b30}.dark-mode .StudentSearchBarMulti_clearButton__nU-dh{color:#efefef}.dark-mode .StudentSearchBarMulti_clearButton__nU-dh:hover{color:#fcfcfc}.StudentSearchBarMulti_searchResults__Qq4Sx{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .StudentSearchBarMulti_searchResults__Qq4Sx{background:#1a1d1f;border-color:#272b30;box-shadow:0 4px 12px rgba(0,0,0,.3)}.StudentSearchBarMulti_resultItem__SGMee{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.StudentSearchBarMulti_resultItem__SGMee:last-child{border-bottom:none}.StudentSearchBarMulti_resultItem__SGMee:hover{background:#f4f4f4}.dark-mode .StudentSearchBarMulti_resultItem__SGMee{border-bottom-color:#272b30}.dark-mode .StudentSearchBarMulti_resultItem__SGMee:hover{background:#272b30}.StudentSearchBarMulti_resultContent__XX\+Pd{align-items:center;display:flex}.StudentSearchBarMulti_studentInfo__BZt0p{flex:1 1}.StudentSearchBarMulti_studentName__Be2JT{color:#1a1d1f;margin-bottom:4px}.dark-mode .StudentSearchBarMulti_studentName__Be2JT{color:#fcfcfc}.StudentSearchBarMulti_studentDetails__FcAVk{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .StudentSearchBarMulti_studentDetails__FcAVk{color:#f4f4f4}.StudentSearchBarMulti_noResults__zEUPB{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;color:#6f767e;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;padding:16px;position:absolute;right:0;text-align:center;top:100%;z-index:1000}.dark-mode .StudentSearchBarMulti_noResults__zEUPB{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.StudentSearchBarMulti_checkIcon__trmNE{color:#2a85ff;margin-left:8px}.dark-mode .StudentSearchBarMulti_checkIcon__trmNE{color:#83bf6e}.StudentSearchBarMulti_selectedStudents__VesAQ{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:16px;padding:16px}.dark-mode .StudentSearchBarMulti_selectedStudents__VesAQ{background:#272b30;border-color:#33383f}.StudentSearchBarMulti_selectedHeader__UYp-z{margin-bottom:12px}.StudentSearchBarMulti_selectedCount__RPc0C{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .StudentSearchBarMulti_selectedCount__RPc0C{color:#f4f4f4}.StudentSearchBarMulti_selectedList__\+LMUE{display:flex;flex-direction:column;gap:8px}.StudentSearchBarMulti_selectedItem__merDm{align-items:center;background:#fcfcfc;border:1px solid #efefef;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.dark-mode .StudentSearchBarMulti_selectedItem__merDm{background:#1a1d1f;border-color:#33383f}.StudentSearchBarMulti_selectedContent__0bX28{align-items:center;display:flex;gap:12px}.StudentSearchBarMulti_selectedName__xY9YU{color:#1a1d1f}.dark-mode .StudentSearchBarMulti_selectedName__xY9YU{color:#fcfcfc}.StudentSearchBarMulti_removeButton__xnblm{background:transparent;border:none;border-radius:4px;color:#6f767e;cursor:pointer;padding:4px;transition:all .2s}.StudentSearchBarMulti_submitSection__8ut1x{border-top:1px solid #efefef;display:flex;justify-content:flex-end;margin-top:24px;padding-top:16px}.dark-mode .StudentSearchBarMulti_submitSection__8ut1x{border-top-color:#33383f}.StudentSearchBarMulti_submitButton__iy7ch{min-width:160px}.StudentSearchBarMulti_submitButton__iy7ch.StudentSearchBarMulti_loading__oDrb5{cursor:not-allowed;opacity:.7}.StudentCreate_button__uK8qf{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.StudentCreate_button__uK8qf{display:none}}.StudentCreate_background__b\+\+BS{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.StudentCreate_background__b\+\+BS{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.StudentCreate_background__b\+\+BS{height:320px}}@media only screen and (max-width:767px){.StudentCreate_background__b\+\+BS{height:252px;margin:-24px -16px 0}}.StudentCreate_background__b\+\+BS img{height:100%;object-fit:cover;width:100%}.StudentCreate_card__dXlX4{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.StudentCreate_card__dXlX4{margin-top:-188px}}.StudentCreate_control__-NMfI{align-items:center;display:flex;margin-bottom:20px}.StudentCreate_nav__gz6Vj{display:flex;margin-right:auto}@media only screen and (max-width:767px){.StudentCreate_desktopNav__xMqFW{display:none}}.StudentCreate_mobileNav__i40Yq{display:none;width:100%}@media only screen and (max-width:767px){.StudentCreate_mobileNav__i40Yq{display:block}}.StudentCreate_dropdown__mpVkP{width:100%}.StudentCreate_dropdown__mpVkP .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .StudentCreate_dropdown__mpVkP .dropdown__head{background:#272b30}.StudentCreate_link__qhZQ7{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.StudentCreate_link__qhZQ7{flex-grow:1}}.StudentCreate_link__qhZQ7.StudentCreate_active__oBGL7,.StudentCreate_link__qhZQ7:hover{color:#1a1d1f}.dark-mode .StudentCreate_link__qhZQ7.StudentCreate_active__oBGL7,.dark-mode .StudentCreate_link__qhZQ7:hover{color:#fcfcfc}.StudentCreate_link__qhZQ7.StudentCreate_active__oBGL7{background:#efefef}.dark-mode .StudentCreate_link__qhZQ7.StudentCreate_active__oBGL7{background:#272b30}.StudentCreate_link__qhZQ7:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.StudentCreate_link__qhZQ7:not(:last-child){margin-right:0}.StudentCreate_dropdownBox__BK-io{flex-grow:1}}.StudentCreate_filters__gipyE{margin-left:16px}@media only screen and (max-width:767px){.StudentCreate_filters__gipyE{margin-left:12px}}.StudentCreate_foot__HzoRK{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.StudentCreate_foot__HzoRK{margin-top:32px}}@media only screen and (max-width:767px){.StudentCreate_foot__HzoRK{margin-top:24px}}.StudentCreate_profile__JovT2{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.StudentCreate_profile__JovT2{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.StudentCreate_profile__JovT2{display:block}}@media only screen and (max-width:767px){.StudentCreate_profile__JovT2{margin-bottom:32px;padding-bottom:32px}}.dark-mode .StudentCreate_profile__JovT2{border-color:#272b30}.StudentCreate_statusContainer__ysx0G{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.StudentCreate_statusContainer__ysx0G{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.StudentCreate_statusContainer__ysx0G{flex-direction:column;gap:16px}}.StudentCreate_statusGroup__Z63Zd{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.StudentCreate_statusLabel__fjhiz{color:#6f767e;font-size:14px;font-weight:500}.StudentCreate_statusBadge__dEaZR{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.StudentCreate_details__OIpJt{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.StudentCreate_details__OIpJt{margin-bottom:16px}}@media only screen and (max-width:767px){.StudentCreate_details__OIpJt{margin-bottom:12px}}.StudentCreate_avatar__Nt8-0{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.StudentCreate_avatar__Nt8-0 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentCreate_add__234VZ{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.StudentCreate_add__234VZ svg{fill:#fff}.StudentCreate_add__234VZ:hover{background:#1176ff}.StudentCreate_info__E5P4k{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.StudentCreate_info__E5P4k{font-size:18px;font-size:15px;margin-top:4px}}.StudentSearchBarMulti_container__krOAh{margin-top:24px}.StudentSearchBarMulti_container__krOAh:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBarMulti_container__krOAh:not(:last-child){margin-bottom:24px}}.StudentSearchBarMulti_searchContainer__sx5Va{position:relative}.StudentSearchBarMulti_inputWrapper__DmGYG{position:relative;width:100%}.StudentSearchBarMulti_field__5Ug48{width:100%}.StudentSearchBarMulti_clearButton__VCnSD{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.StudentSearchBarMulti_clearButton__VCnSD:hover{color:#272b30}.dark-mode .StudentSearchBarMulti_clearButton__VCnSD{color:#efefef}.dark-mode .StudentSearchBarMulti_clearButton__VCnSD:hover{color:#fcfcfc}.StudentSearchBarMulti_searchResults__ogSRb{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .StudentSearchBarMulti_searchResults__ogSRb{background:#1a1d1f;border-color:#272b30;box-shadow:0 4px 12px rgba(0,0,0,.3)}.StudentSearchBarMulti_resultItem__vCJ2J{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.StudentSearchBarMulti_resultItem__vCJ2J:last-child{border-bottom:none}.StudentSearchBarMulti_resultItem__vCJ2J:hover{background:#f4f4f4}.dark-mode .StudentSearchBarMulti_resultItem__vCJ2J{border-bottom-color:#272b30}.dark-mode .StudentSearchBarMulti_resultItem__vCJ2J:hover{background:#272b30}.StudentSearchBarMulti_resultContent__EAfA\+{align-items:center;display:flex}.StudentSearchBarMulti_studentInfo__FXnfy{flex:1 1}.StudentSearchBarMulti_studentName__4MFDt{color:#1a1d1f;margin-bottom:4px}.dark-mode .StudentSearchBarMulti_studentName__4MFDt{color:#fcfcfc}.StudentSearchBarMulti_studentDetails__7qnxe{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .StudentSearchBarMulti_studentDetails__7qnxe{color:#f4f4f4}.StudentSearchBarMulti_noResults__BMgfC{background:#fcfcfc;border:1px solid #efefef;border-radius:8px;color:#6f767e;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;padding:16px;position:absolute;right:0;text-align:center;top:100%;z-index:1000}.dark-mode .StudentSearchBarMulti_noResults__BMgfC{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.StudentSearchBarMulti_checkIcon__z\+YjT{color:#2a85ff;margin-left:8px}.dark-mode .StudentSearchBarMulti_checkIcon__z\+YjT{color:#83bf6e}.StudentSearchBarMulti_selectedStudents__milS7{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:16px;padding:16px}.dark-mode .StudentSearchBarMulti_selectedStudents__milS7{background:#272b30;border-color:#33383f}.StudentSearchBarMulti_selectedHeader__G-Tjy{margin-bottom:12px}.StudentSearchBarMulti_selectedCount__CcplP{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .StudentSearchBarMulti_selectedCount__CcplP{color:#f4f4f4}.StudentSearchBarMulti_selectedList__L9iGb{display:flex;flex-direction:column;gap:8px}.StudentSearchBarMulti_selectedItem__PH93l{align-items:center;background:#fcfcfc;border:1px solid #efefef;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.dark-mode .StudentSearchBarMulti_selectedItem__PH93l{background:#1a1d1f;border-color:#33383f}.StudentSearchBarMulti_selectedContent__2sMdI{align-items:center;display:flex;gap:12px}.StudentSearchBarMulti_selectedName__\+2kLd{color:#1a1d1f}.dark-mode .StudentSearchBarMulti_selectedName__\+2kLd{color:#fcfcfc}.StudentSearchBarMulti_removeButton__Hf7\+8{background:transparent;border:none;border-radius:4px;color:#6f767e;cursor:pointer;padding:4px;transition:all .2s}.StudentSearchBarMulti_submitSection__fMSON{border-top:1px solid #efefef;display:flex;justify-content:flex-end;margin-top:24px;padding-top:16px}.dark-mode .StudentSearchBarMulti_submitSection__fMSON{border-top-color:#33383f}.StudentSearchBarMulti_submitButton__JLRJ5{min-width:160px}.StudentSearchBarMulti_submitButton__JLRJ5.StudentSearchBarMulti_loading__LNzwE{cursor:not-allowed;opacity:.7}.StudentSearchBarMulti_loadingSpinner__ql5ue{align-items:center;color:#6f767e;display:flex;gap:12px;justify-content:center;padding:20px}.dark-mode .StudentSearchBarMulti_loadingSpinner__ql5ue{color:#f4f4f4}.StudentSearchBarMulti_noStudentsSelected__\+56Oq{color:#6f767e;font-style:italic;padding:16px;text-align:center}.dark-mode .StudentSearchBarMulti_noStudentsSelected__\+56Oq{color:#f4f4f4}.SessionsFormationList_foot__OCn7R{align-items:center;display:flex;justify-content:center;margin-top:24px}.SessionsFormationList_arrow__6S10l{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .SessionsFormationList_arrow__6S10l{border-color:transparent}.SessionsFormationList_arrow__6S10l svg{fill:#6f767e;transition:fill .2s}.SessionsFormationList_arrow__6S10l:hover{border-color:#efefef}.SessionsFormationList_arrow__6S10l:hover svg{fill:#1a1d1f}.dark-mode .SessionsFormationList_arrow__6S10l:hover{border-color:#272b30}.dark-mode .SessionsFormationList_arrow__6S10l:hover svg{fill:#fcfcfc}.SessionsFormationList_arrow__6S10l:not(:last-child){margin-right:8px}.SessionsFormationList_arrow__6S10l:disabled{cursor:not-allowed;opacity:.5}.SessionsFormationList_arrow__6S10l:disabled:hover{border-color:#efefef}.SessionsFormationList_arrow__6S10l:disabled:hover svg{fill:#6f767e}.dark-mode .SessionsFormationList_arrow__6S10l:disabled:hover{border-color:transparent}.dark-mode .SessionsFormationList_arrow__6S10l:disabled:hover svg{fill:#6f767e}.SessionsFormationList_pagination__3jULk{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.SessionsFormationList_head__zEag4{margin-bottom:44px}@media only screen and (max-width:1023px){.SessionsFormationList_head__zEag4{margin-bottom:32px}}@media only screen and (max-width:767px){.SessionsFormationList_head__zEag4{flex-wrap:wrap;margin-bottom:24px}}.SessionsFormationList_head__zEag4 .SessionsFormationList_form__SI7Jb{margin-right:auto}@media only screen and (max-width:1023px){.SessionsFormationList_head__zEag4 .SessionsFormationList_form__SI7Jb{width:250px}}@media only screen and (max-width:767px){.SessionsFormationList_head__zEag4 .SessionsFormationList_form__SI7Jb{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.SessionsFormationList_head__zEag4.SessionsFormationList_hidden__XMpC\+{display:none}}.SessionsFormationList_title__vheVP{margin-right:24px}@media only screen and (max-width:767px){.SessionsFormationList_title__vheVP{margin:0 0 16px}}.SessionsFormationList_nav__99m2v{display:flex}@media only screen and (max-width:767px){.SessionsFormationList_nav__99m2v{width:100%}}.SessionsFormationList_link__ia1kJ{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.SessionsFormationList_link__ia1kJ{flex:1 1}}.SessionsFormationList_link__ia1kJ.SessionsFormationList_active__qAKl2,.SessionsFormationList_link__ia1kJ:hover{color:#1a1d1f}.dark-mode .SessionsFormationList_link__ia1kJ.SessionsFormationList_active__qAKl2,.dark-mode .SessionsFormationList_link__ia1kJ:hover{color:#fcfcfc}.SessionsFormationList_link__ia1kJ.SessionsFormationList_active__qAKl2{background:#efefef}.dark-mode .SessionsFormationList_link__ia1kJ.SessionsFormationList_active__qAKl2{background:#272b30}.SessionsFormationList_link__ia1kJ:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.SessionsFormationList_link__ia1kJ:not(:last-child){margin-right:0}}.SessionsFormationList_filters__88yvS{margin-left:8px}@media only screen and (max-width:1023px){.SessionsFormationList_filters__88yvS{display:none}}.SessionsFormationList_details__gZsJ2{display:none}.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik{display:flex}.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik .SessionsFormationList_table__tSYs7{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik .SessionsFormationList_table__tSYs7{width:350px}}@media only screen and (max-width:1259px){.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik .SessionsFormationList_table__tSYs7{width:320px}}@media only screen and (max-width:1023px){.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik .SessionsFormationList_table__tSYs7{display:none}}.SessionsFormationList_row__7fomz.SessionsFormationList_flex__Uotik .SessionsFormationList_details__gZsJ2{display:block}.SessionsFormationList_empty__K0cAk{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .SessionsFormationList_empty__K0cAk{background:#272b30;color:#fcfcfc}.SessionsFormationList_empty__K0cAk p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.SessionsFormationList_loading__sVyuJ{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.Table_wrapper__1zJKB{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__1zJKB{margin:0}}.Table_table__N20Aa{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__N20Aa{display:block}}.Table_row__OE0-5{display:table-row}@media only screen and (max-width:1023px){.Table_row__OE0-5{display:none}}.Table_col__yconr{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__yconr:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__yconr:after{background:#272b30}.Table_col__yconr:first-child{font-size:0;width:56px}.Table_col__yconr:first-child:after{left:12px}.Table_col__yconr:last-child{padding-right:164px}.Table_col__yconr:last-child:after{right:12px}.Table_foot__IOyxX{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__IOyxX{margin-top:0}}.Table_foot__IOyxX .Table_button__\+ZyGr .Table_loader__soizi{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_empty__AnRmE{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Table_empty__AnRmE{background:#272b30;color:#fcfcfc}.Table_empty__AnRmE p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Row_row__5aEsr{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__5aEsr{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__5aEsr{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__5aEsr:hover{background:#f4f4f4}.dark-mode .Row_row__5aEsr:hover{background:#272b30}.Row_row__5aEsr:hover .Row_control__ezZ15{opacity:1;visibility:visible}}.Row_avatar__52S-N{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__52S-N img{height:100%;object-fit:cover;width:100%}.Row_col__j\+7lU{display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__j\+7lU{display:block;padding:0;position:static}}.Row_col__j\+7lU:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__j\+7lU:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__j\+7lU:after{display:none}}.Row_col__j\+7lU:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__j\+7lU:first-child{display:none}}.Row_col__j\+7lU:first-child:after{left:12px}.Row_col__j\+7lU:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__j\+7lU:last-child{padding:0}}.Row_col__j\+7lU:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__j\+7lU:not(:nth-child(2)){display:none}}.Row_item__ZP0Rd{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__ZP0Rd{align-items:stretch}}.dark-mode .Row_item__ZP0Rd{color:#fcfcfc}.Row_item__ZP0Rd:hover{color:#2a85ff}.Row_item__ZP0Rd .Row_date__KNQp\+,.Row_item__ZP0Rd .Row_empty__l0hkN,.Row_item__ZP0Rd .Row_price__T1pmQ{display:none}@media only screen and (max-width:1023px){.Row_item__ZP0Rd .Row_empty__l0hkN,.Row_item__ZP0Rd .Row_price__T1pmQ{display:inline-block}.Row_item__ZP0Rd .Row_date__KNQp\+{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__ZP0Rd .Row_date__KNQp\+ svg{fill:#9a9fa5;margin-right:8px}}.Row_preview__agIHl{border-radius:8px;flex-shrink:0;height:80px;margin-right:20px;overflow:hidden;width:80px}@media only screen and (max-width:1023px){.Row_preview__agIHl{height:116px;width:104px}}.Row_preview__agIHl img{height:100%;object-fit:cover;width:100%}.Row_product__1gSLM{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__1gSLM{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__fS4Hh{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__fS4Hh{display:none}}.Row_empty__l0hkN,.Row_price__T1pmQ{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__T1pmQ{background:#b5e4ca}.dark-mode .Row_price__T1pmQ{color:#1a1d1f}.Row_empty__l0hkN{background:#efefef}.dark-mode .Row_empty__l0hkN{background:#272b30;color:#fcfcfc}.Row_control__ezZ15{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__ezZ15{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__ezZ15{display:none}}.Row_actions__lZ6\+e{display:none}@media only screen and (max-width:1023px){.Row_actions__lZ6\+e{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__lZ6\+e .Row_actionsHead__TnclB{background:none}.Settings_form__baLM5{margin-bottom:24px;width:100%}.Settings_item__NATrQ:not(:last-child){margin-bottom:24px}.Settings_label__-Jwdx{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:12px}.Settings_checkbox__D-JNf:not(:last-child){margin-bottom:12px}.Settings_box__Qs-Ht{position:relative}.Settings_box__Qs-Ht .Settings_dropdownHead__N2mHS{padding-left:48px}.Settings_box__Qs-Ht svg{fill:#ffd88d;bottom:12px;left:12px;pointer-events:none;position:absolute;z-index:10}.Settings_btns__Vy-dg{display:flex;justify-content:flex-end;margin-top:24px}.Settings_btns__Vy-dg .Settings_button__EXUv3:not(:last-child){margin-right:12px}.SessionsFormationDetail_button__s5NS\+{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.SessionsFormationDetail_button__s5NS\+{display:none}}.SessionsFormationDetail_background__29GaV{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.SessionsFormationDetail_background__29GaV{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.SessionsFormationDetail_background__29GaV{height:320px}}@media only screen and (max-width:767px){.SessionsFormationDetail_background__29GaV{height:252px;margin:-24px -16px 0}}.SessionsFormationDetail_background__29GaV img{height:100%;object-fit:cover;width:100%}.SessionsFormationDetail_card__KcE0-{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.SessionsFormationDetail_card__KcE0-{margin-top:-188px}}.SessionsFormationDetail_control__yAXSA{align-items:center;display:flex;margin-bottom:20px}.SessionsFormationDetail_nav__itAyQ{display:flex;margin-right:auto}@media only screen and (max-width:767px){.SessionsFormationDetail_desktopNav__TR3Ye{display:none}}.SessionsFormationDetail_mobileNavContainer__UDm6r{display:none;width:100%}@media only screen and (max-width:767px){.SessionsFormationDetail_mobileNavContainer__UDm6r{align-items:center;display:flex;gap:12px}}.SessionsFormationDetail_mobileNav__6S1js{flex:1 1;min-width:0}.SessionsFormationDetail_mobileActions__-fgjR{flex-shrink:0;position:relative}.SessionsFormationDetail_mobileActions__-fgjR .actions{position:relative}.SessionsFormationDetail_mobileActions__-fgjR .actions__body{left:auto;right:0;-webkit-transform:translateX(0);transform:translateX(0)}.SessionsFormationDetail_dropdown__o71q6{width:100%}.SessionsFormationDetail_dropdown__o71q6 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .SessionsFormationDetail_dropdown__o71q6 .dropdown__head{background:#272b30}.SessionsFormationDetail_link__5MOEH{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.SessionsFormationDetail_link__5MOEH{flex-grow:1}}.SessionsFormationDetail_link__5MOEH.SessionsFormationDetail_active__akV5l,.SessionsFormationDetail_link__5MOEH:hover{color:#1a1d1f}.dark-mode .SessionsFormationDetail_link__5MOEH.SessionsFormationDetail_active__akV5l,.dark-mode .SessionsFormationDetail_link__5MOEH:hover{color:#fcfcfc}.SessionsFormationDetail_link__5MOEH.SessionsFormationDetail_active__akV5l{background:#efefef}.dark-mode .SessionsFormationDetail_link__5MOEH.SessionsFormationDetail_active__akV5l{background:#272b30}.SessionsFormationDetail_link__5MOEH:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.SessionsFormationDetail_link__5MOEH:not(:last-child){margin-right:0}.SessionsFormationDetail_dropdownBox__zJ98O{flex-grow:1}}.SessionsFormationDetail_filters__KwlPL{margin-left:16px}@media only screen and (max-width:767px){.SessionsFormationDetail_filters__KwlPL{margin-left:12px}}.SessionsFormationDetail_actionContainer__oLpfL{margin-left:16px}@media only screen and (max-width:767px){.SessionsFormationDetail_actionContainer__oLpfL{display:none}}.SessionsFormationDetail_foot__v5WWB{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.SessionsFormationDetail_foot__v5WWB{margin-top:32px}}@media only screen and (max-width:767px){.SessionsFormationDetail_foot__v5WWB{margin-top:24px}}.SessionsFormationDetail_profile__YVa95{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.SessionsFormationDetail_profile__YVa95{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.SessionsFormationDetail_profile__YVa95{display:block}}@media only screen and (max-width:767px){.SessionsFormationDetail_profile__YVa95{margin-bottom:32px;padding-bottom:32px}}.dark-mode .SessionsFormationDetail_profile__YVa95{border-color:#272b30}.SessionsFormationDetail_statusContainer__F4eVf{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.SessionsFormationDetail_statusContainer__F4eVf{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.SessionsFormationDetail_statusContainer__F4eVf{flex-direction:column;gap:16px}}.SessionsFormationDetail_statusGroup__Gft17{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.SessionsFormationDetail_statusLabel__qz5b7{color:#6f767e;font-size:14px;font-weight:500}.SessionsFormationDetail_statusBadge__54loJ{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.SessionsFormationDetail_details__0oOcA{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.SessionsFormationDetail_details__0oOcA{margin-bottom:16px}}@media only screen and (max-width:767px){.SessionsFormationDetail_details__0oOcA{margin-bottom:12px}}.SessionsFormationDetail_avatar__pBIXS{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.SessionsFormationDetail_avatar__pBIXS img{border-radius:50%;height:100%;object-fit:cover;width:100%}.SessionsFormationDetail_add__94jSq{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.SessionsFormationDetail_add__94jSq svg{fill:#fff}.SessionsFormationDetail_add__94jSq:hover{background:#1176ff}.SessionsFormationDetail_info__-OqU3{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.SessionsFormationDetail_info__-OqU3{font-size:18px;font-size:15px;margin-top:4px}}.SessionsFormationDetail_row__bIROf{display:flex;gap:10px;margin-left:auto;margin-right:auto;max-width:1200px;padding:0}@media only screen and (max-width:1023px){.SessionsFormationDetail_row__bIROf{display:block;gap:0;margin-bottom:0;padding:0}}.SessionsFormationDetail_col__StGvO{flex:1 1;min-width:0}@media only screen and (max-width:1023px){.SessionsFormationDetail_col__StGvO{margin-bottom:24px;width:100%}.SessionsFormationDetail_col__StGvO:last-child{margin-bottom:0}}.NameAndDescription_button__PiQxF{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__PiQxF{display:none}}.NameAndDescription_background__IQaFH{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__IQaFH{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__IQaFH{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__IQaFH{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__IQaFH img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__ctC-U{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__ctC-U{margin-top:-188px}}.NameAndDescription_control__G4pJn{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__EqIjn{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__Fj45l{display:none}}.NameAndDescription_mobileNav__vOB2W{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__vOB2W{display:block}}.NameAndDescription_dropdown__DW0Lm{width:100%}.NameAndDescription_dropdown__DW0Lm .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__DW0Lm .dropdown__head{background:#272b30}.NameAndDescription_link__vQeNL{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__vQeNL{flex-grow:1}}.NameAndDescription_link__vQeNL.NameAndDescription_active__6XWlC,.NameAndDescription_link__vQeNL:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__vQeNL.NameAndDescription_active__6XWlC,.dark-mode .NameAndDescription_link__vQeNL:hover{color:#fcfcfc}.NameAndDescription_link__vQeNL.NameAndDescription_active__6XWlC{background:#efefef}.dark-mode .NameAndDescription_link__vQeNL.NameAndDescription_active__6XWlC{background:#272b30}.NameAndDescription_link__vQeNL:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__vQeNL:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__Ny4k5{flex-grow:1}}.NameAndDescription_filters__Fz9CZ{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__Fz9CZ{margin-left:12px}}.NameAndDescription_foot__mnxUY{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__mnxUY{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__mnxUY{margin-top:24px}}.NameAndDescription_profile__nMgt3{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__nMgt3{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__nMgt3{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__nMgt3{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__nMgt3{border-color:#272b30}.NameAndDescription_statusContainer__Yn59z{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__Yn59z{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__Yn59z{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__BXVaa{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__b8C6j{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__cCmoy{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__FmYxi{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__FmYxi{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__FmYxi{margin-bottom:12px}}.NameAndDescription_avatar__XJUNQ{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__XJUNQ img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__KvIFQ{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__KvIFQ svg{fill:#fff}.NameAndDescription_add__KvIFQ:hover{background:#1176ff}.NameAndDescription_info__FmP1y{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__FmP1y{font-size:18px;font-size:15px;margin-top:4px}}.SessionFormation_card__e2Ymf{margin:-64px auto 20px;max-width:1200px;padding:24px}.SessionFormation_description__WTCKE .SessionFormation_field__c50PJ{margin-bottom:12px}.SessionFormation_editor__M5FAJ{margin-bottom:24px;margin-top:24px}.SessionFormation_divider__z0xrj{background:#e6e6e6;height:1px;margin:24px 0}.SessionFormation_group__ezOQa{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.SessionFormation_group__ezOQa{display:block;margin:0}}.SessionFormation_group__ezOQa .SessionFormation_field__c50PJ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.SessionFormation_group__ezOQa .SessionFormation_field__c50PJ{margin:20px 0 0;width:100%}}.SessionFormation_field__c50PJ{margin-bottom:24px;position:relative}.SessionFormation_fieldLabel__dkhuk{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.SessionFormation_fieldInput__-iv3-{align-items:center;display:flex;position:relative}.SessionFormation_fieldInput__-iv3- svg{fill:#6f767e;left:12px;position:absolute}.SessionFormation_input__l5x3J{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .SessionFormation_input__l5x3J{background:#272b30}.SessionFormation_copy__HWg1C{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.SessionFormation_copy__HWg1C:hover{opacity:.8}.SessionFormation_preview__uw-5Q img{border-radius:12px;width:100%}.SessionFormation_btns__mhZyo{display:flex;margin:0 -8px}.SessionFormation_btns__mhZyo .SessionFormation_button__0FDVg{flex-grow:1;margin:0 8px}.TeacherInformation_card__B8td3{margin:-10px auto 20px;max-width:1200px;padding:24px}.TeacherInformation_section__YCVPt{margin-bottom:32px}.TeacherInformation_sectionHeader__09aQp{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.TeacherInformation_sectionTitle__1JN3D{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .TeacherInformation_sectionTitle__1JN3D{color:#fcfcfc}.TeacherInformation_field__DBxCc{margin-bottom:16px}.TeacherInformation_fieldLabel__MRzPN{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.TeacherInformation_fieldInput__UhM2C{align-items:center;display:flex;position:relative}.TeacherInformation_fieldInput__UhM2C svg{fill:#6f767e;left:12px;position:absolute}.TeacherInformation_input__z\+Lxi{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .TeacherInformation_input__z\+Lxi{background:#272b30}.TeacherInformation_copy__8WJwM{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.TeacherInformation_copy__8WJwM:hover{opacity:.8}.TeacherInformation_preview__bQAPh img{border-radius:12px;width:100%}.TeacherInformation_btns__slebE{display:flex;margin:0 -8px}.TeacherInformation_btns__slebE .TeacherInformation_button__l\+B3C{flex-grow:1;margin:0 8px}.StudentsInformation_card__v\+Ffu{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudentsInformation_section__L6-Nf{margin-bottom:32px}.StudentsInformation_sectionHeader__0oI3a{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.StudentsInformation_sectionTitle__eKVbg{color:#1a1d1f;font-size:16px;font-weight:600;margin:0}.dark-mode .StudentsInformation_sectionTitle__eKVbg{color:#fcfcfc}.StudentsInformation_field__OyTGS{margin-bottom:16px}.StudentsInformation_fieldLabel__q3kY6{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentsInformation_fieldInput__WWxRp{align-items:center;display:flex;position:relative}.StudentsInformation_fieldInput__WWxRp svg{fill:#6f767e;left:12px;position:absolute}.StudentsInformation_input__dPCrP{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentsInformation_input__dPCrP{background:#272b30}.StudentsInformation_copy__l76nE{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentsInformation_copy__l76nE:hover{opacity:.8}.StudentsInformation_preview__ujyhm img{border-radius:12px;width:100%}.StudentsInformation_divider__jfV\+V{background:#efefef;height:1px;margin:32px 0}.dark-mode .StudentsInformation_divider__jfV\+V{background:#272b30}.StudentsInformation_actions__QnJby{display:flex;justify-content:flex-end}@media only screen and (max-width:1023px){.StudentsInformation_actions__QnJby{justify-content:center}}.StudentsInformation_button__JfGJJ{min-width:180px}@media only screen and (max-width:1023px){.StudentsInformation_button__JfGJJ{width:100%}}.StudentsInformation_promotionInfo__9ONox{background:#f4f4f4;border-radius:8px;margin-top:12px;padding:12px}.dark-mode .StudentsInformation_promotionInfo__9ONox{background:#272b30}.StudentsInformation_infoText__ieLsp{color:#6f767e;font-size:14px;font-style:italic}.StudentsInformation_field__OyTGS{margin-bottom:32px}@media only screen and (max-width:1259px){.StudentsInformation_field__OyTGS{margin-bottom:24px}}.StudentsInformation_label__m6DLr{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .StudentsInformation_label__m6DLr{color:#efefef}.StudentsInformation_tooltip__mEnXW{position:relative;top:-1}.StudentsInformation_tooltip__mEnXW svg{fill:#9a9fa5}.StudentsInformation_list__K5RUq{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.StudentsInformation_list__K5RUq{margin-bottom:24px}}.StudentsInformation_checkbox__F64Ad{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.StudentsInformation_checkbox__F64Ad{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.StudentsInformation_head__rLJJh{align-items:center;display:flex;margin-bottom:12px}.StudentsInformation_head__rLJJh .StudentsInformation_label__m6DLr{margin-right:auto}.StudentsInformation_counter__XlUof{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.StudentsInformation_counter__XlUof span{color:#1a1d1f}.dark-mode .StudentsInformation_counter__XlUof span{color:#fcfcfc}.StudentsInformation_tags__ow2LR .ReactTags__tagInput{display:none}.StudentsInformation_tags__ow2LR .ReactTags__remove{background:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293z' fill='%23fcfcfc'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;border:none;color:#fff;cursor:pointer;font-size:0;height:24px;margin:0 0 0 8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:24px}.StudentsInformation_tags__ow2LR .ReactTags__remove:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.StudentsInformation_groupDisplay__LXYoT{background:#f4f4f4;border-radius:8px;padding:16px}.dark-mode .StudentsInformation_groupDisplay__LXYoT{background:#272b30}.StudentsInformation_groupInfo__VPg-F{display:flex;flex-direction:column}.StudentsInformation_groupTitle__thrt3{color:#1a1d1f;font-size:16px;font-weight:600;margin-bottom:4px}.dark-mode .StudentsInformation_groupTitle__thrt3{color:#fcfcfc}.StudentsInformation_groupSubtitle__Zycg8,.StudentsInformation_noGroup__JAjCa{color:#6f767e;font-size:14px;font-style:italic}.StudentsInformation_noGroup__JAjCa{padding:20px;text-align:center}.StudentsInformation_membersGrid__JB-P5{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:12px}.StudentsInformation_memberCard__wGK8L{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;padding:12px}.dark-mode .StudentsInformation_memberCard__wGK8L{background:#272b30;border-color:#33383f}.StudentsInformation_memberName__4yspg{color:#1a1d1f;font-size:14px;font-weight:600;margin-bottom:4px}.dark-mode .StudentsInformation_memberName__4yspg{color:#fcfcfc}.StudentsInformation_memberEmail__XuPra{color:#6f767e;font-size:12px}.StudentsInformation_loading__Jw3Z4{color:#6f767e;font-size:12px;font-style:italic}.StudentsInformation_item__CbaE4{margin-bottom:24px}.NameAndDescription_button__Twl6x{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__Twl6x{display:none}}.NameAndDescription_background__59oFf{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__59oFf{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__59oFf{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__59oFf{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__59oFf img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__QXhc1{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__QXhc1{margin-top:-188px}}.NameAndDescription_control__kZ\+oW{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__cepuy{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__YhV3e{display:none}}.NameAndDescription_mobileNav__nqTGz{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__nqTGz{display:block}}.NameAndDescription_dropdown__y0mmu{width:100%}.NameAndDescription_dropdown__y0mmu .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__y0mmu .dropdown__head{background:#272b30}.NameAndDescription_link__FUpbW{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__FUpbW{flex-grow:1}}.NameAndDescription_link__FUpbW.NameAndDescription_active__1nx12,.NameAndDescription_link__FUpbW:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__FUpbW.NameAndDescription_active__1nx12,.dark-mode .NameAndDescription_link__FUpbW:hover{color:#fcfcfc}.NameAndDescription_link__FUpbW.NameAndDescription_active__1nx12{background:#efefef}.dark-mode .NameAndDescription_link__FUpbW.NameAndDescription_active__1nx12{background:#272b30}.NameAndDescription_link__FUpbW:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__FUpbW:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__YfXH2{flex-grow:1}}.NameAndDescription_filters__lEANM{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__lEANM{margin-left:12px}}.NameAndDescription_foot__V6PAs{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__V6PAs{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__V6PAs{margin-top:24px}}.NameAndDescription_profile__iE0OG{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__iE0OG{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__iE0OG{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__iE0OG{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__iE0OG{border-color:#272b30}.NameAndDescription_statusContainer__dMAla{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__dMAla{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__dMAla{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__hHgSg{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__tht2w{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__Zn04Q{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__hNvXF{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__hNvXF{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__hNvXF{margin-bottom:12px}}.NameAndDescription_avatar__uix5B{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__uix5B img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__uqs1s{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__uqs1s svg{fill:#fff}.NameAndDescription_add__uqs1s:hover{background:#1176ff}.NameAndDescription_info__sd5pL{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__sd5pL{font-size:18px;font-size:15px;margin-top:4px}}.Participants_card__g2Kle{margin:-64px auto 20px;max-width:1200px;padding:24px}.Participants_head__g8hlT{margin-bottom:44px}@media only screen and (max-width:1023px){.Participants_head__g8hlT{margin-bottom:32px}}@media only screen and (max-width:767px){.Participants_head__g8hlT{flex-wrap:wrap;margin-bottom:24px}}.Participants_title__bYf\+o{margin-right:24px}@media only screen and (max-width:1023px){.Participants_form__BYBj\+{width:300px}}@media only screen and (max-width:767px){.Participants_form__BYBj\+{margin-top:16px;order:3;width:100%}}.Participants_sorting__nmQbF{display:flex;margin-left:auto}.Participants_empty__iXa4A{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Participants_empty__iXa4A{background:#272b30;color:#fcfcfc}.Table_wrapper__gHAU4{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__gHAU4{margin:0}}.Table_table__TRfyi{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__TRfyi{display:block}}.Table_row__V47f0{display:table-row}@media only screen and (max-width:1023px){.Table_row__V47f0{display:none}}.Table_col__YpRN0{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__YpRN0:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__YpRN0:after{background:#272b30}.Table_col__YpRN0:first-child{font-size:0;width:56px}.Table_col__YpRN0:first-child:after{left:12px}.Table_col__YpRN0:last-child{padding-right:164px}.Table_col__YpRN0:last-child:after{right:12px}.Table_foot__CJGGI{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__CJGGI{margin-top:0}}.Table_foot__CJGGI .Table_button__yHns8 .Table_loader__lELDn{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__SO54O{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__SO54O{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__SO54O{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__SO54O:hover{background:#f4f4f4}.dark-mode .Row_row__SO54O:hover{background:#272b30}.Row_row__SO54O:hover .Row_control__tJFw9{opacity:1;visibility:visible}}.Row_col__24j3j{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__24j3j{display:block;padding:0;position:static}}.Row_col__24j3j:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__24j3j:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__24j3j:after{display:none}}.Row_col__24j3j:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__24j3j:first-child{display:none}}.Row_col__24j3j:first-child:after{left:12px}.Row_col__24j3j:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__24j3j:last-child{padding:0}}.Row_col__24j3j:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__24j3j:not(:nth-child(2)){display:none}}.Row_item__YKHfd{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__YKHfd{align-items:stretch}}.dark-mode .Row_item__YKHfd{color:#fcfcfc}.Row_item__YKHfd:hover{color:#2a85ff}.Row_item__YKHfd .Row_date__gXDuq,.Row_item__YKHfd .Row_empty__wGU9n,.Row_item__YKHfd .Row_price__OVK-V{display:none}@media only screen and (max-width:1023px){.Row_item__YKHfd .Row_empty__wGU9n,.Row_item__YKHfd .Row_price__OVK-V{display:inline-block}.Row_item__YKHfd .Row_date__gXDuq{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__YKHfd .Row_date__gXDuq svg{fill:#9a9fa5;margin-right:8px}}.Row_preview__SkDBB{border-radius:8px;flex-shrink:0;height:80px;margin-right:20px;overflow:hidden;width:80px}@media only screen and (max-width:1023px){.Row_preview__SkDBB{height:116px;width:104px}}.Row_preview__SkDBB img{height:100%;object-fit:cover;width:100%}.Row_product__TFeRV{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__TFeRV{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__aAwGR{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__aAwGR{display:none}}.Row_empty__wGU9n,.Row_price__OVK-V{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__OVK-V{background:#b5e4ca}.dark-mode .Row_price__OVK-V{color:#1a1d1f}.Row_empty__wGU9n{background:#efefef}.dark-mode .Row_empty__wGU9n{background:#272b30;color:#fcfcfc}.Row_control__tJFw9{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__tJFw9{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__tJFw9{display:none}}.Row_actions__Db0Qp{display:none}@media only screen and (max-width:1023px){.Row_actions__Db0Qp{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__Db0Qp .Row_actionsHead__zrpKt{background:none}.Row_avatar__FOyiS{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__FOyiS img{height:100%;object-fit:cover;width:100%}.Control_control__Ca4bz{align-items:center;display:flex}.Control_button__uyIOg{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__uyIOg{background:#efefef}}.dark-mode .Control_button__uyIOg{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__uyIOg{background:#272b30}}.Control_button__uyIOg svg{fill:#6f767e;transition:fill .2s}.Control_button__uyIOg:hover svg{fill:#2a85ff}.Control_button__uyIOg:not(:last-child){margin-right:16px}.Comment_card__74d-7{margin:-10px auto 20px;max-width:1200px;padding:24px}@media only screen and (max-width:1023px){.Panel_panel__VHnu2{display:none}}.Panel_info__Ri3M6{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__Ri3M6 svg{fill:#6f767e;margin-right:12px}.Panel_btns__aoT5m{align-items:center;display:flex}.Panel_button__EmnWU:not(:last-child){margin-right:8px}.ModalCloseSession_modal__4xNER{-webkit-animation:ModalCloseSession_showModal__M3YPl .4s forwards;animation:ModalCloseSession_showModal__M3YPl .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalCloseSession_modal__4xNER{padding:88px 16px 24px}}.dark-mode .ModalCloseSession_modal__4xNER{background:#111315}@-webkit-keyframes ModalCloseSession_showModal__M3YPl{0%{opacity:0}to{opacity:1}}@keyframes ModalCloseSession_showModal__M3YPl{0%{opacity:0}to{opacity:1}}.ModalCloseSession_outer__0wVv6{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.ModalCloseSession_control__ad7b-{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalCloseSession_control__ad7b-{left:16px;right:16px;top:16px}}.dark-mode .ModalCloseSession_control__ad7b- .ModalCloseSession_button__jSCUg{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalCloseSession_control__ad7b- .ModalCloseSession_button__jSCUg:hover{background:#272b30}.ModalCloseSession_close__An6NC{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalCloseSession_close__An6NC svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalCloseSession_close__An6NC{background:#1a1d1f}.dark-mode .ModalCloseSession_close__An6NC svg{fill:#fcfcfc}.ModalCloseSession_close__An6NC:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalCloseSession_overview__cSTyc{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalCloseSession_overview__cSTyc::-webkit-scrollbar{width:6px}.ModalCloseSession_overview__cSTyc::-webkit-scrollbar-track{background:transparent}.ModalCloseSession_overview__cSTyc::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalCloseSession_subtitle__uoBHJ{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalCloseSession_subtitle__uoBHJ{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalCloseSession_subtitle__uoBHJ{margin-bottom:12px}}.ModalCloseSession_content__rwSD5 h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalCloseSession_content__rwSD5 p{line-height:1.5;margin-bottom:16px}.ModalCloseSession_content__rwSD5 p:last-child{margin-bottom:0}.ModalCloseSession_sectionTitle__sLBCv{margin-bottom:16px}@media only screen and (max-width:767px){.ModalCloseSession_sectionTitle__sLBCv{font-size:20px}}.ModalCloseSession_galleryContainer__z73I5{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalCloseSession_galleryContainer__z73I5 .ModalCloseSession_galleryImage__r\+d24{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalCloseSession_galleryContainer__z73I5 .ModalCloseSession_galleryImage__r\+d24 img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalCloseSession_galleryContainer__z73I5 .ModalCloseSession_galleryImage__r\+d24 img{aspect-ratio:1/1}}.ModalCloseSession_description__aMuqt>.ModalCloseSession_field__OPAmy:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalCloseSession_description__aMuqt>.ModalCloseSession_field__OPAmy:not(:last-child){margin-bottom:24px}}.ModalCloseSession_editor__3DMl3:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalCloseSession_editor__3DMl3:not(:last-child){margin-bottom:24px}}.ModalCloseSession_group__NpOEI{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalCloseSession_group__NpOEI{display:block;margin:0}}.ModalCloseSession_group__NpOEI .ModalCloseSession_field__OPAmy{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalCloseSession_group__NpOEI .ModalCloseSession_field__OPAmy{margin:12px 0 0;width:100%}}.ModalCloseSession_dropdown__HapQZ{position:relative;z-index:9999}.SignaturePage_background__T2kmT{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.SignaturePage_background__T2kmT{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.SignaturePage_background__T2kmT{height:320px}}@media only screen and (max-width:767px){.SignaturePage_background__T2kmT{height:252px;margin:-24px -16px 0}}.SignaturePage_background__T2kmT img{height:100%;object-fit:cover;width:100%}.SignaturePage_card__fBmN9{margin:-64px auto 20px;max-width:1200px}.SignaturePage_modal__Z02Pa{display:flex}.SignaturePage_wrapper__qt8wl{margin:0 -12px}@media only screen and (max-width:767px){.SignaturePage_wrapper__qt8wl{margin:0}}.SignaturePage_table__XHCXG{display:table;width:100%}@media only screen and (max-width:767px){.SignaturePage_table__XHCXG{display:block}}.SignaturePage_row__FrUI0{display:table-row}@media only screen and (max-width:767px){.SignaturePage_row__FrUI0{display:none}}.SignaturePage_col__U-K8e{color:#6f767e;display:table-cell;font-size:12px;font-weight:700;line-height:1.3333333333;padding:4px 12px 16px}@media only screen and (max-width:767px){.SignaturePage_col__U-K8e{padding:0}.SignaturePage_col__U-K8e:first-child{margin-right:auto}}.SignaturePage_col__U-K8e:last-child{text-align:right;width:120px}@media only screen and (max-width:767px){.SignaturePage_col__U-K8e:last-child{width:auto}}.SignaturePage_customHeader__SkKtz{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.SignaturePage_empty__LqNUp,.SignaturePage_loading__A9iyi{color-color:#6f767e;color:#6f767e;padding:40px;text-align:center}.SignaturePage_outer__2e12h{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow:visible;z-index:2}.SignaturePage_control__H8eiN{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.SignaturePage_control__H8eiN{left:16px;right:16px;top:16px}}.dark-mode .SignaturePage_control__H8eiN .SignaturePage_button__8L\+eG{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .SignaturePage_control__H8eiN .SignaturePage_button__8L\+eG:hover{background:#272b30}.SignaturePage_close__U7VcZ{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.SignaturePage_close__U7VcZ svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .SignaturePage_close__U7VcZ{background:#1a1d1f}.dark-mode .SignaturePage_close__U7VcZ svg{fill:#fcfcfc}.SignaturePage_close__U7VcZ:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.SignaturePage_overview__P1BFF{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:800px;overflow-y:auto;padding:32px;scrollbar-width:thin}.SignaturePage_overview__P1BFF::-webkit-scrollbar{width:6px}.SignaturePage_overview__P1BFF::-webkit-scrollbar-track{background:transparent}.SignaturePage_overview__P1BFF::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.SignaturePage_subtitle__M7G5U{margin-bottom:32px}@media only screen and (max-width:1023px){.SignaturePage_subtitle__M7G5U{margin-bottom:24px}}@media only screen and (max-width:767px){.SignaturePage_subtitle__M7G5U{margin-bottom:12px}}.SignaturePage_content__Y0hO5 h3{font-size:24px;font-weight:600;margin-bottom:24px}.SignaturePage_content__Y0hO5 p{line-height:1.5;margin-bottom:16px}.SignaturePage_content__Y0hO5 p:last-child{margin-bottom:0}.SignaturePage_sectionTitle__31gy8{margin-bottom:16px}@media only screen and (max-width:767px){.SignaturePage_sectionTitle__31gy8{font-size:20px}}.SignaturePage_galleryContainer__UVvxm{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.SignaturePage_galleryContainer__UVvxm .SignaturePage_galleryImage__LYoWg{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.SignaturePage_galleryContainer__UVvxm .SignaturePage_galleryImage__LYoWg img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.SignaturePage_galleryContainer__UVvxm .SignaturePage_galleryImage__LYoWg img{aspect-ratio:1/1}}.SignaturePage_description__CkpqF>.SignaturePage_field__ixn3-:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.SignaturePage_description__CkpqF>.SignaturePage_field__ixn3-:not(:last-child){margin-bottom:24px}}.SignaturePage_editor__IBbCG:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.SignaturePage_editor__IBbCG:not(:last-child){margin-bottom:24px}}.SignaturePage_group__1YwRO{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.SignaturePage_group__1YwRO{display:block;margin:0}}.SignaturePage_group__1YwRO .SignaturePage_field__ixn3-{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.SignaturePage_group__1YwRO .SignaturePage_field__ixn3-{margin:12px 0 0;width:100%}}.SignaturePage_dropdown__ytUJU{position:relative;z-index:9999}.Shop_button__i\+LpM{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Shop_button__i\+LpM{display:none}}.Shop_background__rTHIo{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Shop_background__rTHIo{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Shop_background__rTHIo{height:320px}}@media only screen and (max-width:767px){.Shop_background__rTHIo{height:252px;margin:-24px -16px 0}}.Shop_background__rTHIo img{height:100%;object-fit:cover;width:100%}.Shop_card__cO\+ai{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Shop_card__cO\+ai{margin-top:-188px}}.Shop_control__Iu-vL{align-items:center;display:flex;margin-bottom:20px}.Shop_nav__UtoPJ{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Shop_desktopNav__ExPg7{display:none}}.Shop_mobileNav__sXpPj{display:none;width:100%}@media only screen and (max-width:767px){.Shop_mobileNav__sXpPj{display:block}}.Shop_dropdown__0CIsF{width:100%}.Shop_dropdown__0CIsF .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Shop_dropdown__0CIsF .dropdown__head{background:#272b30}.Shop_link__pv561{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Shop_link__pv561{flex-grow:1}}.Shop_link__pv561.Shop_active__jY4EQ,.Shop_link__pv561:hover{color:#1a1d1f}.dark-mode .Shop_link__pv561.Shop_active__jY4EQ,.dark-mode .Shop_link__pv561:hover{color:#fcfcfc}.Shop_link__pv561.Shop_active__jY4EQ{background:#efefef}.dark-mode .Shop_link__pv561.Shop_active__jY4EQ{background:#272b30}.Shop_link__pv561:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Shop_link__pv561:not(:last-child){margin-right:0}.Shop_dropdownBox__T7pXx{flex-grow:1}}.Shop_filters__aS\+Ct{margin-left:16px}@media only screen and (max-width:767px){.Shop_filters__aS\+Ct{margin-left:12px}}.Shop_foot__Hf1rz{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Shop_foot__Hf1rz{margin-top:32px}}@media only screen and (max-width:767px){.Shop_foot__Hf1rz{margin-top:24px}}.Shop_profile__1rWXi{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Shop_profile__1rWXi{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Shop_profile__1rWXi{display:block}}@media only screen and (max-width:767px){.Shop_profile__1rWXi{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Shop_profile__1rWXi{border-color:#272b30}.Shop_statusContainer__ZH5Vh{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Shop_statusContainer__ZH5Vh{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Shop_statusContainer__ZH5Vh{flex-direction:column;gap:16px}}.Shop_statusGroup__rfRnS{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Shop_statusLabel__5WJKP{color:#6f767e;font-size:14px;font-weight:500}.Shop_statusBadge__8viAI{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Shop_details__sLOz9{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Shop_details__sLOz9{margin-bottom:16px}}@media only screen and (max-width:767px){.Shop_details__sLOz9{margin-bottom:12px}}.Shop_avatar__e4wrO{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Shop_avatar__e4wrO img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Shop_add__SGt1l{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Shop_add__SGt1l svg{fill:#fff}.Shop_add__SGt1l:hover{background:#1176ff}.Shop_info__tAiXD{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Shop_info__tAiXD{font-size:18px;font-size:15px;margin-top:4px}}.Profile_button__QZzXj{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Profile_button__QZzXj{display:none}}.Profile_background__jzepp{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Profile_background__jzepp{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Profile_background__jzepp{height:320px}}@media only screen and (max-width:767px){.Profile_background__jzepp{height:252px;margin:-24px -16px 0}}.Profile_background__jzepp img{height:100%;object-fit:cover;width:100%}.Profile_card__vGPKO{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Profile_card__vGPKO{margin-top:-188px}}.Profile_control__kXknm{align-items:center;display:flex;margin-bottom:20px}.Profile_nav__XZHwu{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Profile_desktopNav__fqmnl{display:none}}.Profile_mobileNav__Y5Nzf{display:none;width:100%}@media only screen and (max-width:767px){.Profile_mobileNav__Y5Nzf{display:block}}.Profile_dropdown__9zszw{width:100%}.Profile_dropdown__9zszw .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Profile_dropdown__9zszw .dropdown__head{background:#272b30}.Profile_link__rjeqW{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Profile_link__rjeqW{flex-grow:1}}.Profile_link__rjeqW.Profile_active__-8GK2,.Profile_link__rjeqW:hover{color:#1a1d1f}.dark-mode .Profile_link__rjeqW.Profile_active__-8GK2,.dark-mode .Profile_link__rjeqW:hover{color:#fcfcfc}.Profile_link__rjeqW.Profile_active__-8GK2{background:#efefef}.dark-mode .Profile_link__rjeqW.Profile_active__-8GK2{background:#272b30}.Profile_link__rjeqW:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Profile_link__rjeqW:not(:last-child){margin-right:0}.Profile_dropdownBox__Q9Ksi{flex-grow:1}}.Profile_filters__ayprF{margin-left:16px}@media only screen and (max-width:767px){.Profile_filters__ayprF{margin-left:12px}}.Profile_foot__3gQYm{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Profile_foot__3gQYm{margin-top:32px}}@media only screen and (max-width:767px){.Profile_foot__3gQYm{margin-top:24px}}.Profile_profile__3gnUU{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Profile_profile__3gnUU{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Profile_profile__3gnUU{display:block}}@media only screen and (max-width:767px){.Profile_profile__3gnUU{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Profile_profile__3gnUU{border-color:#272b30}.Profile_statusContainer__CfyjS{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Profile_statusContainer__CfyjS{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_statusContainer__CfyjS{flex-direction:column;gap:16px}}.Profile_statusGroup__haPUt{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Profile_statusBadge__OLke6{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Profile_details__4pCUD{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Profile_details__4pCUD{margin-bottom:16px}}@media only screen and (max-width:767px){.Profile_details__4pCUD{margin-bottom:12px}}.Profile_avatar__TOAfX{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Profile_avatar__TOAfX img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Profile_add__nRMRE{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Profile_add__nRMRE svg{fill:#fff}.Profile_add__nRMRE:hover{background:#1176ff}.Profile_info__ij0\+p{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Profile_info__ij0\+p{font-size:18px;font-size:15px;margin-top:4px}}.DocumentsAndFiles_card__8k8zv{margin:-64px auto 80px;max-width:1200px}.DocumentsAndFiles_products__MbHRS{display:flex;flex-wrap:wrap;margin:-32px -12px 0}@media only screen and (max-width:639px){.DocumentsAndFiles_products__MbHRS{display:block;margin:0}}.DocumentsAndFiles_product__hF7sF{flex-basis:calc(33.333% - 24px);flex-grow:0;flex-shrink:0;margin:32px 12px 0;width:calc(33.333% - 24px)}@media only screen and (max-width:1023px){.DocumentsAndFiles_product__hF7sF{flex-basis:calc(50% - 24px);flex-grow:0;flex-shrink:0;width:calc(50% - 24px)}}@media only screen and (max-width:639px){.DocumentsAndFiles_product__hF7sF{margin:24px 0 0;width:100%}}.DocumentsAndFiles_product__hF7sF.DocumentsAndFiles_active__RW-48 .DocumentsAndFiles_checkbox__wansn,.DocumentsAndFiles_product__hF7sF:hover .DocumentsAndFiles_checkbox__wansn,.DocumentsAndFiles_product__hF7sF:hover .DocumentsAndFiles_control__1i4uS,.DocumentsAndFiles_product__hF7sF:hover .DocumentsAndFiles_preview__0g8Jv:after{opacity:1;visibility:visible}.DocumentsAndFiles_product__hF7sF.DocumentsAndFiles_active__RW-48 .DocumentsAndFiles_preview__0g8Jv:before{border-color:#2a85ff}.DocumentsAndFiles_checkbox__wansn,.DocumentsAndFiles_control__1i4uS,.DocumentsAndFiles_preview__0g8Jv:after{opacity:0;transition:all .2s;visibility:hidden}.DocumentsAndFiles_preview__0g8Jv{border-radius:12px;height:200px;margin-bottom:16px;overflow:hidden;position:relative}.DocumentsAndFiles_preview__0g8Jv:after,.DocumentsAndFiles_preview__0g8Jv:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.DocumentsAndFiles_preview__0g8Jv:after{background:rgba(17,19,21,.8)}.DocumentsAndFiles_preview__0g8Jv:before{border:2px solid transparent;border-radius:12px;pointer-events:none;z-index:2}.DocumentsAndFiles_preview__0g8Jv img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.DocumentsAndFiles_imagePreview__-OK7y{height:100%;position:relative;width:100%}.DocumentsAndFiles_imagePreview__-OK7y img{background-color:#f5f5f5;object-fit:contain}.DocumentsAndFiles_pdfPreview__xnm7-{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;position:relative;text-align:center;width:100%}.DocumentsAndFiles_pdfPreview__xnm7- img{height:50px;margin-bottom:10px;width:50px}.DocumentsAndFiles_pdfPreview__xnm7- p{color:#6f767e;font-size:14px}.DocumentsAndFiles_checkbox__wansn{left:12px;position:absolute;top:12px;z-index:3}@media only screen and (max-width:1023px){.DocumentsAndFiles_checkbox__wansn{display:none}}.DocumentsAndFiles_checkbox__wansn .DocumentsAndFiles_checkboxTick__cUphx{border-color:#2a85ff}.DocumentsAndFiles_control__1i4uS{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.DocumentsAndFiles_line__i6sMs{align-items:flex-start;display:flex;flex-wrap:wrap}.DocumentsAndFiles_title__sheMf{margin-right:auto}.DocumentsAndFiles_empty__yui7A,.DocumentsAndFiles_price__Nqsm0{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;margin-left:32px;padding:0 8px}.DocumentsAndFiles_price__Nqsm0{background:#b5e4ca}.dark-mode .DocumentsAndFiles_price__Nqsm0{color:#1a1d1f}.DocumentsAndFiles_empty__yui7A{background:#efefef}.dark-mode .DocumentsAndFiles_empty__yui7A{background:#272b30;color:#fcfcfc}.DocumentsAndFiles_date__wI48P{align-items:center;color:#6f767e;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:767px){.DocumentsAndFiles_date__wI48P{margin-top:2px}}.DocumentsAndFiles_date__wI48P svg{fill:#6f767e;margin-right:8px}.DocumentsAndFiles_dateStatusLine__quUXC{align-items:center;display:flex;justify-content:space-between;margin-top:8px;width:100%}.DocumentsAndFiles_rating__mE2s0{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.DocumentsAndFiles_rating__mE2s0{margin-top:4px}}.DocumentsAndFiles_rating__mE2s0 svg{fill:#ffc554;margin-right:8px}.DocumentsAndFiles_rating__mE2s0 span{color:#6f767e;margin-left:4px}.DocumentsAndFiles_ratingEmpty__NCz93{color:#6f767e}.DocumentsAndFiles_ratingEmpty__NCz93 svg{fill:#6f767e}.DocumentsAndFiles_fileUploadArea__kUOI0{align-items:center;background-color:#efefef;border:2px dashed #6f767e;border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:center;position:relative;transition:all .2s}.DocumentsAndFiles_fileUploadArea__kUOI0:hover{background-color:#fcfcfc;border-color:#2a85ff}.DocumentsAndFiles_fileInput__bLZE8{display:none}.DocumentsAndFiles_fileLabelContent__oImPM{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center;width:100%}.DocumentsAndFiles_uploadIcon__T6Ei9{height:50px;margin-bottom:10px;object-fit:contain;width:50px}.DocumentsAndFiles_uploadTitle__WmNLl{color:#1a1d1f;font-weight:600;margin-bottom:5px}.DocumentsAndFiles_uploadPlaceholder__uFEem{color:#6f767e;font-size:14px}.DocumentsAndFiles_uploadedFileName__pBJhv{color:#2a85ff;font-size:14px;font-weight:500;margin-top:10px;word-break:break-all}.DocumentsAndFiles_missingDocument__tPsBD{opacity:.8}.DocumentsAndFiles_submitContainer__Ef5pW{display:flex;justify-content:center;margin-top:16px;padding:8px 0}.DocumentsAndFiles_submitButton__RkPYM{align-items:center;background-color:#2a85ff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s ease}.DocumentsAndFiles_submitButton__RkPYM:hover{background-color:#1176ff}.DocumentsAndFiles_submitButton__RkPYM:disabled{cursor:not-allowed;opacity:.7}.DocumentsAndFiles_submitButton__RkPYM svg{fill:#fff;margin-right:4px}.DocumentsAndFiles_submitting__vbAvb,.DocumentsAndFiles_submitting__vbAvb:hover{background-color:#6f767e}.DocumentsAndFiles_hidden__3zbI2{display:none}.Control_button__AJAQu,.Control_control__oi6Nn{align-items:center;display:flex}.Control_button__AJAQu{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.Control_button__AJAQu svg{fill:#6f767e;transition:fill .2s}.Control_button__AJAQu:hover svg{fill:#2a85ff}.Control_button__AJAQu:not(:last-child){margin-right:16px}.ContractAndConvention_card__piqqt{margin:-64px auto 20px;max-width:1200px}.ContractAndConvention_head__pwCg0{margin-bottom:44px}@media only screen and (max-width:1023px){.ContractAndConvention_head__pwCg0{margin-bottom:32px}}@media only screen and (max-width:767px){.ContractAndConvention_head__pwCg0{flex-wrap:wrap;margin-bottom:24px}.ContractAndConvention_head__pwCg0 .ContractAndConvention_form__NATj7{flex:0 0 100%;margin-top:16px}}.ContractAndConvention_title__DajCc{margin-right:24px}.ContractAndConvention_foot__Bkpar{margin-top:44px;text-align:center}.ContractAndConvention_foot__Bkpar .ContractAndConvention_button__jF1yl .ContractAndConvention_loader__kHoKf{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.ContractAndConvention_empty__uF\+bm{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .ContractAndConvention_empty__uF\+bm{background:#272b30;color:#fcfcfc}.Table_wrapper__ejpG4{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__ejpG4{margin:0}}.Table_table__aoe21{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__aoe21{display:block}}.Table_row__Ds922{display:table-row}@media only screen and (max-width:1023px){.Table_row__Ds922{display:none}}.Table_col__ClR3T{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__ClR3T:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__ClR3T:after{background:#272b30}.Table_col__ClR3T:first-child{font-size:0;width:56px}.Table_col__ClR3T:first-child:after{left:12px}.Table_col__ClR3T:last-child{padding-right:164px}.Table_col__ClR3T:last-child:after{right:12px}.Table_foot__UZYPk{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__UZYPk{margin-top:0}}.Table_foot__UZYPk .Table_button__ul2\+R .Table_loader__rZAXj{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__HjnhY{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__HjnhY{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__HjnhY{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__HjnhY:hover{background:#f4f4f4}.dark-mode .Row_row__HjnhY:hover{background:#272b30}.Row_row__HjnhY:hover .Row_control__4391w{opacity:1;visibility:visible}}.Row_col__sy6qj{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__sy6qj{display:block;padding:0;position:static}}.Row_col__sy6qj:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__sy6qj:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__sy6qj:after{display:none}}.Row_col__sy6qj:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__sy6qj:first-child{display:none}}.Row_col__sy6qj:first-child:after{left:12px}.Row_col__sy6qj:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__sy6qj:last-child{padding:0}}.Row_col__sy6qj:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__sy6qj:not(:nth-child(2)){display:none}}.Row_item__OFb5k{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__OFb5k{align-items:stretch}}.dark-mode .Row_item__OFb5k{color:#fcfcfc}.Row_item__OFb5k:hover{color:#2a85ff}.Row_item__OFb5k .Row_date__z547P,.Row_item__OFb5k .Row_empty__LQdPW,.Row_item__OFb5k .Row_price__7gGf5{display:none}@media only screen and (max-width:1023px){.Row_item__OFb5k .Row_empty__LQdPW,.Row_item__OFb5k .Row_price__7gGf5{display:inline-block}.Row_item__OFb5k .Row_date__z547P{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .Row_item__OFb5k .Row_date__z547P{color:#f4f4f4}.Row_item__OFb5k .Row_date__z547P svg{fill:#9a9fa5;margin-right:8px}.dark-mode .Row_item__OFb5k .Row_date__z547P svg{fill:#f4f4f4}}.Row_avatar__PsBf4{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__PsBf4 img{height:100%;object-fit:cover;width:100%}.Row_product__E5DPI{font-weight:700;margin-bottom:4px;max-width:170px}.dark-mode .Row_product__E5DPI{color:#fcfcfc}@media only screen and (max-width:1023px){.Row_product__E5DPI{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__qRka-{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__qRka-{display:none}}.Row_opco__Ovuer{color:#9a9fa5;font-size:12px}.dark-mode .Row_opco__Ovuer{color:#f4f4f4}.Row_status__sNHA8{background:#efefef;border-radius:6px;display:inline-block;font-size:12px;font-weight:700;line-height:24px;padding:0 8px}.dark-mode .Row_status__sNHA8{background:#272b30;color:#fcfcfc}.Row_empty__LQdPW,.Row_price__7gGf5{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__7gGf5{background:#b5e4ca}.dark-mode .Row_price__7gGf5{color:#1a1d1f}.Row_empty__LQdPW{background:#efefef}.dark-mode .Row_empty__LQdPW{background:#272b30;color:#fcfcfc}.Row_control__4391w{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__4391w{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__4391w{display:none}}.Row_actions__Jilrp{display:none}@media only screen and (max-width:1023px){.Row_actions__Jilrp{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__Jilrp .Row_actionsHead__EEYOi{background:none}.Row_box__4vUaW{align-items:center;display:flex}.Row_number__8FNj6{font-size:14px;font-weight:700;margin-right:4px}.dark-mode .Row_number__8FNj6{color:#fcfcfc}.Row_line__zWdka{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;margin-left:8px;position:relative;width:54px}@media only screen and (max-width:1259px){.Row_line__zWdka{width:40px}}@media only screen and (max-width:1023px){.Row_line__zWdka{width:54px}}.dark-mode .Row_line__zWdka{background-color:#272b30}.Row_progress__3-eCh{border-radius:4px;bottom:0;left:0;position:absolute;top:0}.Control_control__RT-IE{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media(max-width:767px){.Control_control__RT-IE{justify-content:center;margin-top:8px}}.Control_button__17\+dF{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__17\+dF{background:#efefef}}.dark-mode .Control_button__17\+dF{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__17\+dF{background:#272b30}}.Control_button__17\+dF svg{fill:#6f767e;transition:fill .2s}.Control_button__17\+dF:hover svg{fill:#2a85ff}.Control_button__17\+dF:not(:last-child){margin-right:16px}.Control_button__17\+dF:disabled{cursor:not-allowed;opacity:.5}.Control_approved__EOSbE{background:rgba(0,200,83,.15)}.Control_approved__EOSbE svg,.Control_approved__EOSbE:hover svg{fill:#00c853}.Control_rejected__\+ZCAh{background:rgba(255,71,87,.15)}.Control_rejected__\+ZCAh svg,.Control_rejected__\+ZCAh:hover svg{fill:#ff4757}@media only screen and (max-width:1023px){.Panel_panel__yJlMQ{display:none}}.Panel_info__PBKwQ{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__PBKwQ svg{fill:#6f767e;margin-right:12px}.Panel_btns__wvoMS{align-items:center;display:flex}.Panel_button__t6F2w:not(:last-child){margin-right:8px}.NameAndDescription_button__lPRyu{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__lPRyu{display:none}}.NameAndDescription_background__vR1Q0{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__vR1Q0{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__vR1Q0{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__vR1Q0{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__vR1Q0 img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__Dzu-R{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__Dzu-R{margin-top:-188px}}.NameAndDescription_control__ZMAeC{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__jcbqQ{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__GttdO{display:none}}.NameAndDescription_mobileNav__V4WRF{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__V4WRF{display:block}}.NameAndDescription_dropdown__4\+2CO{width:100%}.NameAndDescription_dropdown__4\+2CO .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__4\+2CO .dropdown__head{background:#272b30}.NameAndDescription_link__NNFm-{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__NNFm-{flex-grow:1}}.NameAndDescription_link__NNFm-.NameAndDescription_active__ZjBSk,.NameAndDescription_link__NNFm-:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__NNFm-.NameAndDescription_active__ZjBSk,.dark-mode .NameAndDescription_link__NNFm-:hover{color:#fcfcfc}.NameAndDescription_link__NNFm-.NameAndDescription_active__ZjBSk{background:#efefef}.dark-mode .NameAndDescription_link__NNFm-.NameAndDescription_active__ZjBSk{background:#272b30}.NameAndDescription_link__NNFm-:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__NNFm-:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__GTBBR{flex-grow:1}}.NameAndDescription_filters__nsO4\+{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__nsO4\+{margin-left:12px}}.NameAndDescription_foot__ZqruK{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__ZqruK{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__ZqruK{margin-top:24px}}.NameAndDescription_profile__io-zF{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__io-zF{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__io-zF{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__io-zF{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__io-zF{border-color:#272b30}.NameAndDescription_statusContainer__uthD8{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__uthD8{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__uthD8{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__vtkVm{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__IG\+VM{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__MyQ9s{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__rlslQ{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__rlslQ{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__rlslQ{margin-bottom:12px}}.NameAndDescription_avatar__dCBu7{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__dCBu7 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__NhBJS{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__NhBJS svg{fill:#fff}.NameAndDescription_add__NhBJS:hover{background:#1176ff}.NameAndDescription_info__W8Se8{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__W8Se8{font-size:18px;font-size:15px;margin-top:4px}}.StudentInformations_card__QAaN1{margin:-64px auto 20px;max-width:1200px;padding:24px}.StudentInformations_description__iwaIq .StudentInformations_field__RD4yE{margin-bottom:12px}.StudentInformations_editor__H1icD{margin-bottom:24px;margin-top:24px}.StudentInformations_divider__6h0yD{background:#e6e6e6;height:1px;margin:24px 0}.StudentInformations_group__ldXZ4{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudentInformations_group__ldXZ4{display:block;margin:0}}.StudentInformations_group__ldXZ4 .StudentInformations_field__RD4yE{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudentInformations_group__ldXZ4 .StudentInformations_field__RD4yE{margin:20px 0 0;width:100%}}.StudentInformations_field__RD4yE{margin-bottom:24px;position:relative}.StudentInformations_fieldLabel__lmYlL{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudentInformations_fieldInput__5g3YI{align-items:center;display:flex;position:relative}.StudentInformations_fieldInput__5g3YI svg{fill:#6f767e;left:12px;position:absolute}.StudentInformations_input__BkjFI{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudentInformations_input__BkjFI{background:#272b30}.StudentInformations_copy__Mhzce{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudentInformations_copy__Mhzce:hover{opacity:.8}.StudentInformations_preview__nZ4s7 img{border-radius:12px;width:100%}.StudentInformations_btns__yf50Z{display:flex;margin:0 -8px}.StudentInformations_btns__yf50Z .StudentInformations_button__viOLN{flex-grow:1;margin:0 8px}.AddressInformations_card__c34o9{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__XpD4f .AddressInformations_field__Jap2f{margin-bottom:12px}.AddressInformations_editor__CxoDt{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__NivJV{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__ZCqOm{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__ZCqOm{display:block;margin:0}}.AddressInformations_group__ZCqOm .AddressInformations_field__Jap2f{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__ZCqOm .AddressInformations_field__Jap2f{margin:20px 0 0;width:100%}}.AddressInformations_field__Jap2f{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__2IdnR{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__zU\+lc{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__zU\+lc svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__3npq5{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__3npq5{background:#272b30}.AddressInformations_copy__-4DCp{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__-4DCp:hover{opacity:.8}.AddressInformations_preview__ThDQp img{border-radius:12px;width:100%}.AddressInformations_btns__ntFl0{display:flex;margin:0 -8px}.AddressInformations_btns__ntFl0 .AddressInformations_button__\+m58B{flex-grow:1;margin:0 8px}.StudyInformations_card__jd72y{margin:-10px auto 20px;max-width:1200px;padding:24px}.StudyInformations_description__heDm1 .StudyInformations_field__eitg2{margin-bottom:12px}.StudyInformations_editor__F\+a3B{margin-bottom:24px;margin-top:24px}.StudyInformations_divider__9vxfD{background:#e6e6e6;height:1px;margin:24px 0}.StudyInformations_group__6oeYT{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.StudyInformations_group__6oeYT{display:block;margin:0}}.StudyInformations_group__6oeYT .StudyInformations_field__eitg2{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.StudyInformations_group__6oeYT .StudyInformations_field__eitg2{margin:20px 0 0;width:100%}}.StudyInformations_field__eitg2{margin-bottom:24px;position:relative}.StudyInformations_fieldLabel__RXsPy{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.StudyInformations_fieldInput__hKnk0{align-items:center;display:flex;position:relative}.StudyInformations_fieldInput__hKnk0 svg{fill:#6f767e;left:12px;position:absolute}.StudyInformations_input__\+AUZO{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .StudyInformations_input__\+AUZO{background:#272b30}.StudyInformations_copy__BC2t0{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.StudyInformations_copy__BC2t0:hover{opacity:.8}.StudyInformations_preview__VlV7s img{border-radius:12px;width:100%}.StudyInformations_btns__84WCE{display:flex;margin:0 -8px}.StudyInformations_btns__84WCE .StudyInformations_button__tXNSj{flex-grow:1;margin:0 8px}.StudyInformations_switch__Oket3{margin-left:auto}.StudyInformations_line__y4TSh{display:flex;padding-bottom:16px}.StudyInformations_line__y4TSh:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.StudyInformations_line__y4TSh:not(:last-child){margin-bottom:24px}}.dark-mode .StudyInformations_line__y4TSh:not(:last-child){border-color:#272b30}.StudyInformations_title__WF2LD{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .StudyInformations_title__WF2LD{color:#efefef}.OtherInformations_card__z4gaQ{margin:-10px auto 20px;max-width:1200px;padding:24px}.OtherInformations_description__RQSaR .OtherInformations_field__lydHC{margin-bottom:12px}.OtherInformations_editor__sCdDY{margin-bottom:24px;margin-top:24px}.OtherInformations_divider__TB5Yf{background:#e6e6e6;height:2px;margin:24px 0}.OtherInformations_group__YhdrJ{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.OtherInformations_group__YhdrJ{display:block;margin:0}}.OtherInformations_group__YhdrJ .OtherInformations_field__lydHC{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.OtherInformations_group__YhdrJ .OtherInformations_field__lydHC{margin:20px 0 0;width:100%}}.OtherInformations_field__lydHC{margin-bottom:24px;position:relative}.OtherInformations_fieldLabel__FnXqN{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.OtherInformations_fieldInput__LL3Qa{align-items:center;display:flex;position:relative}.OtherInformations_fieldInput__LL3Qa svg{fill:#6f767e;left:12px;position:absolute}.OtherInformations_input__94kPn{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .OtherInformations_input__94kPn{background:#272b30}.OtherInformations_copy__Hj0Yf{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.OtherInformations_copy__Hj0Yf:hover{opacity:.8}.OtherInformations_preview__kKdoO img{border-radius:12px;width:100%}.OtherInformations_btns__eJGTc{display:flex;margin:0 -8px}.OtherInformations_btns__eJGTc .OtherInformations_button__KvI37{flex-grow:1;margin:0 8px}.OtherInformations_switch__eCW1n{margin-left:auto}.OtherInformations_line__QHcDb{display:flex;padding-bottom:16px}.OtherInformations_line__QHcDb:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.OtherInformations_line__QHcDb:not(:last-child){margin-bottom:24px}}.dark-mode .OtherInformations_line__QHcDb:not(:last-child){border-color:#272b30}.OtherInformations_title__YmgLh{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .OtherInformations_title__YmgLh{color:#efefef}.LegalGuardianInformations_card__9z7D9{margin:-10px auto 20px;max-width:1200px;padding:24px}.LegalGuardianInformations_description__XmrwM .LegalGuardianInformations_field__wKyBa{margin-bottom:12px}.LegalGuardianInformations_editor__ArcoB{margin-bottom:24px;margin-top:24px}.LegalGuardianInformations_divider__HsZIi{background:#e6e6e6;height:1px;margin:24px 0}.LegalGuardianInformations_group__PHBsx{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.LegalGuardianInformations_group__PHBsx{display:block;margin:0}}.LegalGuardianInformations_group__PHBsx .LegalGuardianInformations_field__wKyBa{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.LegalGuardianInformations_group__PHBsx .LegalGuardianInformations_field__wKyBa{margin:20px 0 0;width:100%}}.LegalGuardianInformations_field__wKyBa{margin-bottom:24px;position:relative}.LegalGuardianInformations_fieldLabel__NBvjS{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.LegalGuardianInformations_fieldInput__CDJD5{align-items:center;display:flex;position:relative}.LegalGuardianInformations_fieldInput__CDJD5 svg{fill:#6f767e;left:12px;position:absolute}.LegalGuardianInformations_input__u\+fyO{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .LegalGuardianInformations_input__u\+fyO{background:#272b30}.LegalGuardianInformations_copy__rVVfR{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.LegalGuardianInformations_copy__rVVfR:hover{opacity:.8}.LegalGuardianInformations_preview__Buj0U img{border-radius:12px;width:100%}.LegalGuardianInformations_btns__I3t1k{display:flex;margin:0 -8px}.LegalGuardianInformations_btns__I3t1k .LegalGuardianInformations_button__hyHsz{flex-grow:1;margin:0 8px}.AddressInformations_card__w8TYe{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__ytbz2 .AddressInformations_field__h8GqG{margin-bottom:12px}.AddressInformations_editor__qbhLo{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__KTsI2{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__NQAeD{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__NQAeD{display:block;margin:0}}.AddressInformations_group__NQAeD .AddressInformations_field__h8GqG{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__NQAeD .AddressInformations_field__h8GqG{margin:20px 0 0;width:100%}}.AddressInformations_field__h8GqG{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__Gzobk{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__QqLZ7{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__QqLZ7 svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__tv-sm{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__tv-sm{background:#272b30}.AddressInformations_copy__iPpqF{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__iPpqF:hover{opacity:.8}.AddressInformations_preview__Dx6Wz img{border-radius:12px;width:100%}.AddressInformations_btns__-2mdI{display:flex;margin:0 -8px}.AddressInformations_btns__-2mdI .AddressInformations_button__ba0-1{flex-grow:1;margin:0 8px}.SignIn_row__TMvBf{background:#fcfcfc;display:flex;min-height:100vh;position:relative}.dark-mode .SignIn_row__TMvBf{background:#1a1d1f}.SignIn_col__ptpoi{padding:96px 24px}@media only screen and (max-width:767px){.SignIn_col__ptpoi{padding-bottom:32px}}.SignIn_col__ptpoi:first-child{align-items:center;background:#f4f4f4;background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.SignIn_col__ptpoi:first-child{display:none}}.dark-mode .SignIn_col__ptpoi:first-child{background:#111315}.SignIn_col__ptpoi:nth-child(2){display:flex;flex-direction:column;flex-grow:1;overflow:auto}.SignIn_head__ucook{align-items:center;display:flex;padding:20px}.SignIn_logo__e6Qfn{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.SignIn_logo__e6Qfn img{width:100%}.SignIn_wrap__muIOn{max-width:212px}.SignIn_preview__\+-08K{margin:0 auto 40px;max-width:180px}.SignIn_preview__\+-08K img{width:100%}.SignIn_subtitle__WG\+fh{margin-bottom:48px;text-align:center}.SignIn_list__GfHAb li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.SignIn_list__GfHAb li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.SignIn_list__GfHAb li:not(:last-child){margin-bottom:20px}.SignIn_info__VdF8U{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.SignIn_info__VdF8U{padding-left:80px}}@media only screen and (max-width:767px){.SignIn_info__VdF8U{right:24px}}.SignIn_info__VdF8U a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .SignIn_info__VdF8U a{color:#fcfcfc}.SignIn_info__VdF8U a:hover,.dark-mode .SignIn_info__VdF8U a:hover{color:#2a85ff}.SignIn_wrapper__77RLt{max-width:296px}@media only screen and (max-width:767px){.SignIn_wrapper__77RLt{max-width:100%}}.SignIn_title__JN5rc{margin:0}.SignIn_body__CnNZZ{height:100%;overflow:auto;padding:20px}.SignIn_field__Aw-Mx{margin-bottom:15px}.SignIn_button__oJI8k{font-size:16px;min-width:150px;padding:12px 20px}.SignIn_formGrid__hL-Nn{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}@media only screen and (max-width:767px){.SignIn_formGrid__hL-Nn{grid-template-columns:1fr}}.SignIn_sectionTitle__-SKP0{border-bottom:2px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px}.SignIn_section__QGCuw{margin-bottom:30px}.SignIn_buttonContainer__oGIvt{display:flex;justify-content:flex-end;margin-top:30px}.SignIn_infoText__buZB-{color:#666;flex:1 1}@media only screen and (max-width:767px){.SignIn_infoText__buZB-{background-color:rgba(255,243,224,.7);border-left:3px solid #ff9800;border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:15px;padding:10px 15px;text-align:center}}.SignIn_line__2ZU8k{display:flex;padding-bottom:16px}.SignIn_line__2ZU8k:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.SignIn_line__2ZU8k:not(:last-child){margin-bottom:24px}}.dark-mode .SignIn_line__2ZU8k:not(:last-child){border-color:#272b30}.SignIn_switch__MSCrt{margin-left:auto}.SignIn_details__bm6EQ{flex-grow:1}.SignIn_details__bm6EQ textarea{background:none;border:none;color:#272b30;display:block;font-size:15px;font-weight:600;max-width:360px;min-height:19px;overflow:hidden;padding:0;resize:none;width:100%}@media only screen and (max-width:767px){.SignIn_details__bm6EQ textarea{padding-right:8px}}.dark-mode .SignIn_details__bm6EQ textarea{color:#fcfcfc}.SignIn_details__bm6EQ textarea::-webkit-input-placeholder{color:rgba(17,19,21,.5)}.SignIn_details__bm6EQ textarea::placeholder{color:rgba(17,19,21,.5)}.dark-mode .SignIn_details__bm6EQ textarea::-webkit-input-placeholder{color:#6f767e}.dark-mode .SignIn_details__bm6EQ textarea::placeholder{color:#6f767e}.SignIn_dropdown__9nEIF .dropdown__control{max-width:100%;min-width:200px}.SignIn_dropdown__9nEIF .dropdown__placeholder,.SignIn_dropdown__9nEIF .dropdown__single-value{max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SignIn_section__QGCuw{margin-bottom:40px}.SignIn_section__QGCuw .SignIn_sectionTitle__-SKP0{margin-bottom:24px}.SignIn_section__QGCuw .SignIn_formGrid__hL-Nn{gap:24px;margin-bottom:24px}.SignIn_section__QGCuw .SignIn_field__Aw-Mx{margin-bottom:20px}.SignIn_divider__V1tGa{margin:32px 0}.Home_row__6m4hA{display:flex;margin:0 -12px}@media only screen and (max-width:1023px){.Home_row__6m4hA{display:block;margin:0}}.Home_col__r1uBH:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.Home_col__r1uBH:first-child{flex-basis:calc(100% - 324px);flex-grow:0;flex-shrink:0;width:calc(100% - 324px)}}@media only screen and (max-width:1259px){.Home_col__r1uBH:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.Home_col__r1uBH:first-child{margin-bottom:8px;padding-right:0;width:100%}}.Home_col__r1uBH:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.Home_col__r1uBH:nth-child(2){width:324px}}@media only screen and (max-width:1259px){.Home_col__r1uBH:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.Home_col__r1uBH:nth-child(2){width:100%}}.Home_card__ARAPq:not(:last-child){margin-bottom:8px}.PopularProducts_head__IDzJQ{border-bottom:1px solid #efefef;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:space-between;line-height:1.2307692308;margin-bottom:12px;padding-bottom:24px}.dark-mode .PopularProducts_head__IDzJQ{border-color:#272b30}.PopularProducts_list__vBXzX{margin:0 -12px}.PopularProducts_item__u-gT7{align-items:center;color:#1a1d1f;cursor:pointer;display:flex;padding:12px}.dark-mode .PopularProducts_item__u-gT7{color:#fcfcfc}.PopularProducts_item__u-gT7:hover .PopularProducts_title__KlkK7{color:#2a85ff}.PopularProducts_item__u-gT7:not(:last-child){margin-bottom:12px}.PopularProducts_preview__iN64f{border-radius:8px;flex-shrink:0;height:64px;margin-right:12px;overflow:hidden;width:64px}.PopularProducts_preview__iN64f img{height:100%;object-fit:cover;width:100%}.PopularProducts_title__KlkK7{flex-grow:1;padding-right:16px;transition:color .2s}.PopularProducts_details__k9ms5{flex-shrink:0;text-align:right}.PopularProducts_button__xPWXz{margin-top:12px;width:100%}.PopularProducts_calendar__Q4ULo{margin-top:32px}@media only screen and (max-width:767px){.PopularProducts_calendar__Q4ULo{margin-top:24px}}.PopularProducts_refresh__XMuE\+{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.PopularProducts_refresh__XMuE\+:hover{background:#f4f4f4}.dark-mode .PopularProducts_refresh__XMuE\+:hover{background:#272b30}.PopularProducts_miniCalendar__EQxQ4{background:#f4f4f4;border-radius:12px;margin-bottom:24px;padding:16px}.dark-mode .PopularProducts_miniCalendar__EQxQ4{background:#272b30}.PopularProducts_calendarHeader__RYBS2{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-bottom:12px}.PopularProducts_dayName__XAePy{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;padding:4px 0;text-align:center}.PopularProducts_calendarDates__RYn9O{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.PopularProducts_date__K6W8U{border-radius:8px;color:#1a1d1f;cursor:pointer;font-size:13px;font-weight:600;line-height:1.2307692308;padding:8px 4px;text-align:center;transition:all .2s}.dark-mode .PopularProducts_date__K6W8U{color:#fcfcfc}.PopularProducts_date__K6W8U:hover{background:rgba(42,133,255,.1);color:#2a85ff}.PopularProducts_date__K6W8U.PopularProducts_selected__I8n10{background:#2a85ff;color:#fcfcfc;font-weight:600}.PopularProducts_date__K6W8U.PopularProducts_today__H-iq\+{background:rgba(131,191,110,.2);color:#83bf6e;font-weight:600}.PopularProducts_date__K6W8U.PopularProducts_today__H-iq\+.PopularProducts_selected__I8n10{background:#2a85ff;color:#fcfcfc}.PopularProducts_meetingsList__6YrG\+{display:flex;flex-direction:column;gap:12px}.PopularProducts_meetingItem__q0d9p{align-items:flex-start;background:#fcfcfc;border:1px solid #efefef;border-radius:12px;cursor:pointer;display:flex;padding:16px;transition:all .2s}.dark-mode .PopularProducts_meetingItem__q0d9p{background:#272b30;border-color:#33383f}.PopularProducts_meetingIndicator__AQ7GC{background:#2a85ff;border-radius:2px;flex-shrink:0;height:40px;margin-right:12px;width:4px}.PopularProducts_meetingContent__RuEJ9{flex:1 1}.PopularProducts_meetingTitle__GbCAO{color:#1a1d1f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:4px}.dark-mode .PopularProducts_meetingTitle__GbCAO{color:#fcfcfc}.PopularProducts_meetingDetails__2eTZM{align-items:center;display:flex;gap:8px}.PopularProducts_meetingStatus__8UO8J,.PopularProducts_meetingTime__ySdqU{color:#2a85ff;font-size:13px;font-weight:600;line-height:1.2307692308}.PopularProducts_meetingTime__ySdqU{margin-right:8px}.PopularProducts_meetingDate__C-w28{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.PopularProducts_emptyState__MXBvX{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .PopularProducts_emptyState__MXBvX{background:#272b30;color:#fcfcfc}.PopularProducts_emptyState__MXBvX p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}@media only screen and (max-width:767px){.PopularProducts_meetingItem__q0d9p,.PopularProducts_miniCalendar__EQxQ4{padding:12px}.PopularProducts_meetingIndicator__AQ7GC{height:32px}}.RefundRequests_item__aj-1Q{display:flex}.RefundRequests_item__aj-1Q:not(:last-child){margin-bottom:12px}.RefundRequests_icon__sSSJn{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:12px;width:48px}.RefundRequests_content__Y4jMu{color:#6f767e}.RefundRequests_content__Y4jMu strong{color:#1a1d1f;font-weight:600}.dark-mode .RefundRequests_content__Y4jMu strong{color:#fcfcfc}.RefundRequests_birthdayActions__fVmG3{background:rgba(42,133,255,.05);border-radius:12px;margin-top:20px;padding:16px;text-align:center}.dark-mode .RefundRequests_birthdayActions__fVmG3{background:rgba(42,133,255,.1)}.RefundRequests_birthdayEmojis__gZTsl{font-size:24px;letter-spacing:8px;margin-bottom:8px}.RefundRequests_birthdayWish__dIrZs{color:#33383f;font-size:14px;font-style:italic;font-weight:600;line-height:1.7142857143}.dark-mode .RefundRequests_birthdayWish__dIrZs{color:#efefef}.RefundRequests_confettiIcon__wZigy{overflow:visible;position:relative}.RefundRequests_confettiContainer__R92DK{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.RefundRequests_confetti__fZAwj{-webkit-animation:RefundRequests_confettiFloat__Ongao 2s ease-in-out infinite;animation:RefundRequests_confettiFloat__Ongao 2s ease-in-out infinite;font-size:16px;position:absolute}.RefundRequests_confetti__fZAwj:first-child{-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes RefundRequests_confettiFloat__Ongao{0%,to{opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}50%{opacity:.8;-webkit-transform:translateY(-8px) rotate(180deg);transform:translateY(-8px) rotate(180deg)}}@keyframes RefundRequests_confettiFloat__Ongao{0%,to{opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}50%{opacity:.8;-webkit-transform:translateY(-8px) rotate(180deg);transform:translateY(-8px) rotate(180deg)}}.Overview_list__e\+fLc{display:flex;margin:0 -6px}@media only screen and (max-width:1023px){.Overview_list__e\+fLc{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 -24px;overflow:auto;scrollbar-width:none}.Overview_list__e\+fLc::-webkit-scrollbar{display:none}.Overview_list__e\+fLc:after,.Overview_list__e\+fLc:before{content:"";flex-shrink:0;height:1px;width:24px}}@media only screen and (max-width:767px){.Overview_list__e\+fLc{margin:0 -16px}.Overview_list__e\+fLc:after,.Overview_list__e\+fLc:before{width:16px}}.Overview_item__am7Ip{border-radius:12px;color:#1a1d1f;display:block;flex-basis:calc(33.333% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px;padding:32px;transition:all .3s ease;width:calc(33.333% - 12px)}@media only screen and (max-width:1023px){.Overview_item__am7Ip{flex:0 0 295px;margin:0;width:295px}.Overview_item__am7Ip:not(:last-child){margin-right:12px}}@media only screen and (max-width:767px){.Overview_item__am7Ip{flex:0 0 285px;width:285px}}.dark-mode .Overview_item__am7Ip{color:#efefef}.dark-mode .Overview_item__am7Ip:nth-child(odd){background:rgba(167,170,247,.15)!important}.dark-mode .Overview_item__am7Ip:nth-child(2n){background:rgba(177,229,252,.1)!important}.Overview_item__am7Ip.Overview_clickable__Ribxu{cursor:pointer}.Overview_item__am7Ip.Overview_clickable__Ribxu:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.dark-mode .Overview_item__am7Ip.Overview_clickable__Ribxu:hover{box-shadow:0 8px 25px rgba(0,0,0,.3)}.Overview_icon__x9zzX{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:12px;width:48px}.Overview_icon__x9zzX svg{fill:#fcfcfc}.dark-mode .Overview_icon__x9zzX{background:#fcfcfc}.dark-mode .Overview_icon__x9zzX svg{fill:#1a1d1f}.Overview_line__cFqRL{display:flex}.Overview_category__JuCP3{align-items:center;color:#33383f;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:4px}.dark-mode .Overview_category__JuCP3{color:#efefef}.Overview_tooltip__tVKgc svg{fill:#33383f}.dark-mode .Overview_tooltip__tVKgc svg{fill:#efefef}.Overview_counter__c-WN6{font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:4px}.Overview_details__WGPGE{flex:1 1}.Overview_status__FGUdT{border-radius:6px;font-size:12px;font-weight:700;line-height:1.3333333333;padding:4px 8px}.ModalAddProspectCompany_modal__s\+w1Q{-webkit-animation:ModalAddProspectCompany_showModal__Gaocd .4s forwards;animation:ModalAddProspectCompany_showModal__Gaocd .4s forwards;background:#f4f4f4;display:flex;height:100%;left:0;opacity:0;overflow:visible;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalAddProspectCompany_modal__s\+w1Q{padding:88px 16px 24px}}.dark-mode .ModalAddProspectCompany_modal__s\+w1Q{background:#111315}@-webkit-keyframes ModalAddProspectCompany_showModal__Gaocd{0%{opacity:0}to{opacity:1}}@keyframes ModalAddProspectCompany_showModal__Gaocd{0%{opacity:0}to{opacity:1}}.ModalAddProspectCompany_outer__SpwL4{border-radius:8px;display:inline-block;margin:auto;max-height:80vh;max-width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;width:900px;z-index:2}.ModalAddProspectCompany_outer__SpwL4::-webkit-scrollbar{width:6px}.ModalAddProspectCompany_outer__SpwL4::-webkit-scrollbar-track{background:transparent}.ModalAddProspectCompany_outer__SpwL4::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}@media only screen and (max-width:1023px){.ModalAddProspectCompany_outer__SpwL4{width:700px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_outer__SpwL4{width:100%}}.ModalAddProspectCompany_control__4yl4L{align-items:center;display:flex;left:24px;position:absolute;right:24px;top:24px}@media only screen and (max-width:767px){.ModalAddProspectCompany_control__4yl4L{left:16px;right:16px;top:16px}}.dark-mode .ModalAddProspectCompany_control__4yl4L .ModalAddProspectCompany_button__84E9J{background:#1a1d1f;box-shadow:inset 0 0 0 2px #272b30;color:#fcfcfc}.dark-mode .ModalAddProspectCompany_control__4yl4L .ModalAddProspectCompany_button__84E9J:hover{background:#272b30}.ModalAddProspectCompany_close__EjoHw{background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:0;height:36px;margin-left:auto;width:36px}.ModalAddProspectCompany_close__EjoHw svg{fill:#33383f;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalAddProspectCompany_close__EjoHw{background:#1a1d1f}.dark-mode .ModalAddProspectCompany_close__EjoHw svg{fill:#fcfcfc}.ModalAddProspectCompany_close__EjoHw:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ModalAddProspectCompany_overview__Cwlie{background:#fcfcfc;border-radius:16px;margin:0 auto;max-height:80vh;max-width:960px;overflow-y:auto;padding:32px;scrollbar-width:thin}.ModalAddProspectCompany_overview__Cwlie::-webkit-scrollbar{width:6px}.ModalAddProspectCompany_overview__Cwlie::-webkit-scrollbar-track{background:transparent}.ModalAddProspectCompany_overview__Cwlie::-webkit-scrollbar-thumb{background-color:#6f767e;border-radius:20px}.ModalAddProspectCompany_subtitle__OMHzk{margin-bottom:32px}@media only screen and (max-width:1023px){.ModalAddProspectCompany_subtitle__OMHzk{margin-bottom:24px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_subtitle__OMHzk{margin-bottom:12px}}.ModalAddProspectCompany_content__UqbM4 h3{font-size:24px;font-weight:600;margin-bottom:24px}.ModalAddProspectCompany_content__UqbM4 p{line-height:1.5;margin-bottom:16px}.ModalAddProspectCompany_content__UqbM4 p:last-child{margin-bottom:0}.ModalAddProspectCompany_sectionTitle__elKaT{margin-bottom:16px}@media only screen and (max-width:767px){.ModalAddProspectCompany_sectionTitle__elKaT{font-size:20px}}.ModalAddProspectCompany_firstConnexionContent__t4ltr{align-items:center;background:#111315;border-radius:16px;color:#fcfcfc;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:32px;text-align:center}.ModalAddProspectCompany_firstConnexionContent__t4ltr h2{font-size:24px;font-weight:600;margin-bottom:24px}.ModalAddProspectCompany_firstConnexionContent__t4ltr .ModalAddProspectCompany_figcaption__JWNCr{font-size:16px;line-height:1.5;margin-bottom:24px;margin-top:16px}.ModalAddProspectCompany_firstConnexionContent__t4ltr .ModalAddProspectCompany_saveButton__e5IJb{background:#2a85ff;border-radius:8px;color:#111315;font-weight:500;padding:12px 24px;transition:all .2s}.ModalAddProspectCompany_firstConnexionContent__t4ltr .ModalAddProspectCompany_saveButton__e5IJb:hover{background:#1176ff}.ModalAddProspectCompany_galleryContainer__2a6rb{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px;max-width:800px;width:100%}.ModalAddProspectCompany_galleryContainer__2a6rb .ModalAddProspectCompany_galleryImage__IjUTp{border-radius:12px;overflow:hidden;width:calc(50% - 8px)}.ModalAddProspectCompany_galleryContainer__2a6rb .ModalAddProspectCompany_galleryImage__IjUTp img{aspect-ratio:16/9;height:auto;object-fit:cover;width:100%}@media only screen and (max-width:767px){.ModalAddProspectCompany_galleryContainer__2a6rb .ModalAddProspectCompany_galleryImage__IjUTp img{aspect-ratio:1/1}}.ModalAddProspectCompany_description__AircS>.ModalAddProspectCompany_field__pzzKF:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalAddProspectCompany_description__AircS>.ModalAddProspectCompany_field__pzzKF:not(:last-child){margin-bottom:24px}}.ModalAddProspectCompany_editor__uen0G:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ModalAddProspectCompany_editor__uen0G:not(:last-child){margin-bottom:24px}}.ModalAddProspectCompany_group__l3Ilz{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px -12px}@media only screen and (max-width:767px){.ModalAddProspectCompany_group__l3Ilz{display:block;margin:0}}.ModalAddProspectCompany_group__l3Ilz .ModalAddProspectCompany_field__pzzKF{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 12px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ModalAddProspectCompany_group__l3Ilz .ModalAddProspectCompany_field__pzzKF{margin:12px 0 0;width:100%}}.ModalAddProspectCompany_row__swOd6{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:767px){.ModalAddProspectCompany_row__swOd6{flex-direction:column;gap:0}}.ModalAddProspectCompany_dropdown__r6Hvz{position:relative;z-index:9999}.dropdown-list{max-height:300px!important;overflow-y:auto!important;position:absolute!important;z-index:9999!important}.ModalAddProspectCompany_divider__gWqup{background:#e6e6e6;height:1px;margin:24px 0}.ModalAddProspectCompany_switch__h9s7B{margin-left:auto}.ModalAddProspectCompany_modal__rUUfh{align-items:center;-webkit-animation:ModalAddProspectCompany_showModal__o-e1x .4s forwards;animation:ModalAddProspectCompany_showModal__o-e1x .4s forwards;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow-x:hidden;overflow-y:auto;padding:120px 24px 24px;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:767px){.ModalAddProspectCompany_modal__rUUfh{align-items:flex-start;justify-content:center;padding:20px 16px}}.dark-mode .ModalAddProspectCompany_modal__rUUfh{background:rgba(0,0,0,.7)}@-webkit-keyframes ModalAddProspectCompany_showModal__o-e1x{0%{opacity:0}to{opacity:1}}@keyframes ModalAddProspectCompany_showModal__o-e1x{0%{opacity:0}to{opacity:1}}.ModalAddProspectCompany_outer__bctBz{align-items:center;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1);display:flex;justify-content:center;margin:auto;max-height:calc(100vh - 40px);max-width:100%;overflow-x:hidden;overflow-y:auto;width:800px;z-index:2}.dark-mode .ModalAddProspectCompany_outer__bctBz{background:#111315;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media only screen and (max-width:1023px){.ModalAddProspectCompany_outer__bctBz{width:700px}}@media only screen and (max-width:767px){.ModalAddProspectCompany_outer__bctBz{border-radius:16px 16px 0 0;margin:0;max-height:calc(100vh - 40px);width:100%}}.ModalAddProspectCompany_card__V40zu{max-width:none;width:100%}.ModalAddProspectCompany_control__cPfQi{position:absolute;right:16px;top:16px;z-index:10}.ModalAddProspectCompany_close__1\+p-J{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ModalAddProspectCompany_close__1\+p-J svg{fill:#272b30;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.dark-mode .ModalAddProspectCompany_close__1\+p-J{background:rgba(0,0,0,.8)}.dark-mode .ModalAddProspectCompany_close__1\+p-J svg{fill:#efefef}.ModalAddProspectCompany_close__1\+p-J:hover{background:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.ModalAddProspectCompany_close__1\+p-J:hover svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.dark-mode .ModalAddProspectCompany_close__1\+p-J:hover{background:rgba(0,0,0,.9)}.ModalAddProspectCompany_cardsContainer__UxPIi{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}@media only screen and (max-width:767px){.ModalAddProspectCompany_cardsContainer__UxPIi{gap:20px;grid-template-columns:1fr}}.ModalAddProspectCompany_codeCard__wWeDN,.ModalAddProspectCompany_qrCard__YjvNC{background:#fcfcfc;border:2px solid #efefef;border-radius:16px;cursor:pointer;padding:32px;transition:all .3s ease}@media only screen and (max-width:767px){.ModalAddProspectCompany_codeCard__wWeDN,.ModalAddProspectCompany_qrCard__YjvNC{padding:24px}}.dark-mode .ModalAddProspectCompany_codeCard__wWeDN,.dark-mode .ModalAddProspectCompany_qrCard__YjvNC{background:#1a1d1f;border-color:#272b30}.ModalAddProspectCompany_cardHeader__FnT4A{align-items:center;display:flex;gap:16px;margin-bottom:20px}.ModalAddProspectCompany_cardHeader__FnT4A h3{color:#1a1d1f;font-size:20px;font-weight:600;margin:0}.dark-mode .ModalAddProspectCompany_cardHeader__FnT4A h3{color:#fcfcfc}.ModalAddProspectCompany_iconWrapper__XFUjx{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}.dark-mode .ModalAddProspectCompany_iconWrapper__XFUjx{background:#fcfcfc}.ModalAddProspectCompany_iconWrapper__XFUjx svg{fill:#fcfcfc}.dark-mode .ModalAddProspectCompany_iconWrapper__XFUjx svg{fill:#1a1d1f}.ModalAddProspectCompany_qrCard__YjvNC .ModalAddProspectCompany_iconWrapper__XFUjx{background:#1a1d1f}.dark-mode .ModalAddProspectCompany_qrCard__YjvNC .ModalAddProspectCompany_iconWrapper__XFUjx{background:#fcfcfc}.ModalAddProspectCompany_qrCard__YjvNC .ModalAddProspectCompany_iconWrapper__XFUjx svg{fill:#fcfcfc}.dark-mode .ModalAddProspectCompany_qrCard__YjvNC .ModalAddProspectCompany_iconWrapper__XFUjx svg{fill:#1a1d1f}.ModalAddProspectCompany_cardDescription__7DwOb{color:#33383f;font-size:14px;margin:0 0 24px}.dark-mode .ModalAddProspectCompany_cardDescription__7DwOb{color:#efefef}.ModalAddProspectCompany_codeInputs__LdGSv{display:flex;gap:12px;justify-content:center;margin-bottom:24px}@media only screen and (max-width:767px){.ModalAddProspectCompany_codeInputs__LdGSv{gap:8px}}.ModalAddProspectCompany_digitInput__64vhM{background:#fff;border:2px solid #6f767e;border-radius:12px;color:#1a1d1f;font-size:24px;font-weight:600;height:56px;text-align:center;transition:all .2s ease;width:48px}@media only screen and (max-width:767px){.ModalAddProspectCompany_digitInput__64vhM{font-size:20px;height:48px;width:40px}}.dark-mode .ModalAddProspectCompany_digitInput__64vhM{background:#111315;border-color:#272b30;color:#fcfcfc}.ModalAddProspectCompany_digitInput__64vhM:focus{border-color:#2a85ff;box-shadow:0 0 0 4px rgba(142,89,255,.1);outline:none;-webkit-transform:scale(1.05);transform:scale(1.05)}.ModalAddProspectCompany_submitButton__MJgLG{background:#2a85ff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s ease;width:100%}.ModalAddProspectCompany_submitButton__MJgLG:hover:not(:disabled){background:#2a85ff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.ModalAddProspectCompany_submitButton__MJgLG:disabled{background:#6f767e;cursor:not-allowed;-webkit-transform:none;transform:none}.dark-mode .ModalAddProspectCompany_submitButton__MJgLG:disabled{background:#272b30}.ModalAddProspectCompany_qrArea__l7ysP{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;justify-content:center;margin-top:20px;min-height:120px}.dark-mode .ModalAddProspectCompany_qrArea__l7ysP{background:#111315}.ModalAddProspectCompany_qrPlaceholder__l4eYy{align-items:center;display:flex;flex-direction:column;gap:12px;padding:24px}.ModalAddProspectCompany_qrPlaceholder__l4eYy svg{fill:#33383f}.dark-mode .ModalAddProspectCompany_qrPlaceholder__l4eYy svg{fill:#6f767e}.ModalAddProspectCompany_qrPlaceholder__l4eYy p{color:#33383f;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_qrPlaceholder__l4eYy p{color:#6f767e}.ModalAddProspectCompany_scanningAnimation__Hu9Gk{align-items:center;display:flex;flex-direction:column;gap:16px;padding:24px;position:relative}.ModalAddProspectCompany_scanningAnimation__Hu9Gk svg{fill:#2a85ff;-webkit-animation:ModalAddProspectCompany_pulse__zjAaK 2s infinite;animation:ModalAddProspectCompany_pulse__zjAaK 2s infinite}.dark-mode .ModalAddProspectCompany_scanningAnimation__Hu9Gk svg{fill:#60a5fa}.ModalAddProspectCompany_scanningAnimation__Hu9Gk p{color:#33383f;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_scanningAnimation__Hu9Gk p{color:#6f767e}.ModalAddProspectCompany_scanLine__I9cvU{-webkit-animation:ModalAddProspectCompany_scanMove__P-HUd 2s infinite;animation:ModalAddProspectCompany_scanMove__P-HUd 2s infinite;background:#2a85ff;border-radius:1px;height:2px;width:60px}@-webkit-keyframes ModalAddProspectCompany_pulse__zjAaK{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ModalAddProspectCompany_pulse__zjAaK{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ModalAddProspectCompany_scanMove__P-HUd{0%{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}}@keyframes ModalAddProspectCompany_scanMove__P-HUd{0%{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}50%{opacity:1}to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}}.ModalAddProspectCompany_qrScanner__vSJJg{border-radius:12px;overflow:hidden;position:relative;width:100%}.ModalAddProspectCompany_scanOverlay__qQrUO{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0}.ModalAddProspectCompany_scanOverlay__qQrUO p{background:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:14px;margin-top:20px;padding:8px 16px;text-align:center}.ModalAddProspectCompany_scanFrame__1UPTb{border:3px solid #2a85ff;border-radius:12px;height:150px;position:relative;width:150px}.ModalAddProspectCompany_scanFrame__1UPTb:after,.ModalAddProspectCompany_scanFrame__1UPTb:before{border:3px solid #2a85ff;content:"";height:20px;position:absolute;width:20px}.ModalAddProspectCompany_scanFrame__1UPTb:before{border-bottom:none;border-right:none;left:-3px;top:-3px}.ModalAddProspectCompany_scanFrame__1UPTb:after{border-bottom:none;border-left:none;right:-3px;top:-3px}.ModalAddProspectCompany_scanFrame__1UPTb:nth-child(3):before{border-right:none;border-top:none;bottom:-3px;left:-3px;top:auto}.ModalAddProspectCompany_scanFrame__1UPTb:nth-child(4):after{border-left:none;border-top:none;bottom:-3px;right:-3px;top:auto}.ModalAddProspectCompany_stopButton__P-rmE{background:#ff4757;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:12px 24px}.ModalAddProspectCompany_stopButton__P-rmE:hover{background:#ff3742}.ModalAddProspectCompany_errorMessage__LY8J0{align-items:center;display:flex;flex-direction:column;gap:16px;padding:32px;text-align:center}.ModalAddProspectCompany_errorMessage__LY8J0 svg{fill:#ff4757}.ModalAddProspectCompany_errorMessage__LY8J0 p{color:#272b30;font-size:14px;margin:0}.dark-mode .ModalAddProspectCompany_errorMessage__LY8J0 p{color:#6f767e}.Products_head__zolUh{align-items:center;display:flex;margin-bottom:32px}.Products_title__-30kv{margin-right:auto}.Products_wrapper__1D0u4{margin:0 -12px}@media only screen and (max-width:767px){.Products_wrapper__1D0u4{margin:0}}.Products_empty__KyHqh{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Products_empty__KyHqh{background:#272b30;color:#fcfcfc}.Products_empty__KyHqh p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Product_product__tuATx{cursor:pointer;transition:all .3s ease}.Product_articlePreview__97WeM{border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden}.dark-mode .Product_articlePreview__97WeM{background:#272b30;box-shadow:0 4px 20px rgba(0,0,0,.2)}.Product_imageContainer__C6Vcu{height:200px;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:767px){.Product_imageContainer__C6Vcu{height:160px}}.Product_articleImage__N2SGN{height:100%;object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.Product_imagePlaceholder__dfEje{align-items:center;background:#efefef;color:#6f767e;display:flex;height:100%;justify-content:center;width:100%}.dark-mode .Product_imagePlaceholder__dfEje{background:#33383f;color:#efefef}.Product_categoryBadge__8o7fE{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,99%,.95);border-radius:6px;color:#1a1d1f;font-size:12px;font-weight:700;font-weight:500;letter-spacing:.5px;line-height:1.3333333333;padding:4px 8px;position:absolute;right:12px;top:12px}.dark-mode .Product_categoryBadge__8o7fE{background:rgba(39,43,48,.95);color:#fcfcfc}.Product_articleContent__zaA4b{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:20px}@media only screen and (max-width:767px){.Product_articleContent__zaA4b{padding:16px}}.Product_articleTitle__oTlXP{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1d1f;display:-webkit-box;height:3.2em;line-height:1.3;margin:0 0 12px;overflow:hidden}.dark-mode .Product_articleTitle__oTlXP{color:#fcfcfc}@media only screen and (max-width:767px){.Product_articleTitle__oTlXP{-webkit-line-clamp:2;font-size:18px;height:2.8em}}.Product_articleExcerpt__GjwpF{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#6f767e;display:-webkit-box;height:4.5em;line-height:1.5;margin:0 0 16px;overflow:hidden}@media only screen and (max-width:767px){.Product_articleExcerpt__GjwpF{-webkit-line-clamp:2;height:3em;margin-bottom:12px}}.Product_articleFooter__LpKk8{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.Product_date__6jvpE,.Product_readMore__KZfhB{font-size:13px;gap:6px;line-height:1.2307692308}.Product_readMore__KZfhB{align-items:center;color:#2a85ff;display:flex;font-weight:600;transition:all .3s ease}.Product_readMore__KZfhB svg{fill:#2a85ff;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.Product_product__tuATx:hover .Product_readMore__KZfhB{color:#2a85ff}.Product_product__tuATx:hover .Product_readMore__KZfhB svg{fill:#2a85ff;-webkit-transform:translateX(2px);transform:translateX(2px)}.Product_product__tuATx.Product_active__HV1Zm .Product_checkbox__Wdriq,.Product_product__tuATx:hover .Product_checkbox__Wdriq,.Product_product__tuATx:hover .Product_control__espP8,.Product_product__tuATx:hover .Product_preview__d6CJl:after{opacity:1;visibility:visible}.Product_product__tuATx.Product_active__HV1Zm .Product_preview__d6CJl:before{border-color:#2a85ff}.Product_checkbox__Wdriq,.Product_control__espP8,.Product_preview__d6CJl:after{opacity:0;transition:all .2s;visibility:hidden}.Product_preview__d6CJl{border-radius:12px;height:200px;margin-bottom:16px;overflow:hidden;position:relative}.Product_preview__d6CJl:after,.Product_preview__d6CJl:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.Product_preview__d6CJl:after{background:rgba(17,19,21,.8)}.Product_preview__d6CJl:before{border:2px solid transparent;border-radius:12px;pointer-events:none;z-index:2}.Product_preview__d6CJl img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.Product_preview__d6CJl .Product_checkbox__Wdriq{left:12px;position:absolute;top:12px;z-index:3}@media only screen and (max-width:1023px){.Product_preview__d6CJl .Product_checkbox__Wdriq{display:none}}.Product_preview__d6CJl .Product_checkbox__Wdriq .Product_checkboxTick__MBYLB{border-color:#2a85ff}.Product_control__espP8{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.Product_dashboardCard__Yv0bb{background:#fcfcfc;border-radius:12px;color:#1a1d1f;display:flex;flex-direction:column;height:100%;padding:24px;position:relative;width:100%}.dark-mode .Product_dashboardCard__Yv0bb{background:#111315;color:#efefef}.Product_cardIcon__UtX6M{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-bottom:16px;width:48px}.Product_cardIcon__UtX6M svg{fill:#fcfcfc}.dark-mode .Product_cardIcon__UtX6M{background:#fcfcfc}.dark-mode .Product_cardIcon__UtX6M svg{fill:#1a1d1f}.Product_cardContent__xFFOs{display:flex;flex:1 1;flex-direction:column;justify-content:center}.Product_cardTitle__pwlPX{color:#1a1d1f;font-size:16px;font-weight:600;line-height:1.2;margin-bottom:8px}.Product_cardStatus__bgivN{color:#6f767e}.Product_line__FYTlX{align-items:flex-start;display:flex}.Product_title__yYhIn{margin-right:auto}.Product_empty__NIaQo,.Product_price__iAIdG{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;margin-left:32px;padding:0 8px}.Product_price__iAIdG{background:#b5e4ca}.dark-mode .Product_price__iAIdG{color:#1a1d1f}.Product_empty__NIaQo{background:#efefef}.dark-mode .Product_empty__NIaQo{background:#272b30;color:#fcfcfc}.Product_date__6jvpE{align-items:center;color:#6f767e;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.Product_date__6jvpE{margin-top:2px}}.Product_date__6jvpE svg{fill:#6f767e;margin-right:8px}.Product_rating__80qQp{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.Product_rating__80qQp{margin-top:4px}}.Product_rating__80qQp svg{fill:#ffc554;margin-right:8px}.Product_rating__80qQp span{color:#6f767e;margin-left:4px}.Product_ratingEmpty__uxRq1{color:#6f767e}.Product_ratingEmpty__uxRq1 svg{fill:#6f767e}.Settings_settings__bkVdM{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__bkVdM{display:block}}@media only screen and (max-width:767px){.Settings_settings__bkVdM{padding:24px 16px}}.dark-mode .Settings_settings__bkVdM{background:#1a1d1f}.Settings_menu__6QwLo{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__6QwLo{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__6QwLo{display:none}}.Settings_menu__6QwLo .Settings_button__dQ\+A0{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__6QwLo .Settings_button__dQ\+A0:not(:last-child){margin-bottom:8px}.Settings_menu__6QwLo .Settings_button__dQ\+A0.Settings_active__9Km-H,.Settings_menu__6QwLo .Settings_button__dQ\+A0:hover{color:#1a1d1f}.dark-mode .Settings_menu__6QwLo .Settings_button__dQ\+A0.Settings_active__9Km-H,.dark-mode .Settings_menu__6QwLo .Settings_button__dQ\+A0:hover{color:#fcfcfc}.Settings_menu__6QwLo .Settings_button__dQ\+A0.Settings_active__9Km-H{background:#efefef}.dark-mode .Settings_menu__6QwLo .Settings_button__dQ\+A0.Settings_active__9Km-H{background:#272b30}.Settings_wrapper__PSZ7O{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__PSZ7O{padding-left:0}}.Settings_wrapper__PSZ7O>.Settings_button__dQ\+A0{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__PSZ7O>.Settings_button__dQ\+A0{margin-top:32px}}.Settings_dropdown__NvDrz{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__NvDrz{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__NvDrz{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__\+aUqY{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__NPTQf{position:relative}@media only screen and (max-width:1023px){.Settings_item__NPTQf{display:none}.Settings_item__NPTQf.Settings_active__9Km-H{display:block}}.Settings_item__NPTQf:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__NPTQf:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__NPTQf:not(:last-child){border-color:#272b30}.Settings_anchor__hGsd8{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__hGsd8{top:-106px}}.Settings_stepNumber__PogHO{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__PogHO{background:#272b30;color:#f4f4f4}.Settings_button__dQ\+A0.Settings_completed__SBl\+J .Settings_stepNumber__PogHO{background:#83bf6e;color:#fcfcfc}.Settings_button__dQ\+A0.Settings_active__9Km-H .Settings_stepNumber__PogHO{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__KKDSd{margin-bottom:32px}.Settings_stepTitle__BllVJ{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__BllVJ{color:#fcfcfc}.Settings_componentWrapper__28qBj{margin-bottom:32px}.Settings_navigationButtons__2An0Q{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__2An0Q{flex-direction:column;gap:12px}}.Settings_progressIndicator__PJW9p{text-align:center}.Settings_progressBar__ba8FB{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__ba8FB{background:#272b30}.Settings_progressFill__cpwNh{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__785ef{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__785ef{color:#f4f4f4}.ProfileInformation_profile__5yffU{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_profile__5yffU{margin-bottom:24px}}@media only screen and (max-width:767px){.ProfileInformation_profile__5yffU>.ProfileInformation_button__lat4B{display:none}}.ProfileInformation_avatar__y0h-E{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ProfileInformation_avatar__y0h-E{height:80px;margin-right:16px;width:80px}}.ProfileInformation_avatar__y0h-E img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProfileInformation_remove__yGjUD{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ProfileInformation_remove__yGjUD{display:inline-block}}.ProfileInformation_file__QU13y{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ProfileInformation_file__QU13y{margin-right:0}}.ProfileInformation_file__QU13y input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ProfileInformation_file__QU13y .ProfileInformation_button__lat4B{padding:0 10px}}.ProfileInformation_field__P07P\+:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_field__P07P\+:not(:last-child){margin-bottom:24px}}.ProfileInformation_group__PqAEh{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ProfileInformation_group__PqAEh{display:block;margin:0}}.ProfileInformation_group__PqAEh .ProfileInformation_field__P07P\+{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ProfileInformation_group__PqAEh .ProfileInformation_field__P07P\+{margin:20px 0 0;width:100%}}.Item_item__dAROk{position:relative}.Item_anchor__CKrkx{left:0;position:absolute;right:0;top:0}.Item_title__Qqba0{line-height:40px;margin-bottom:32px}.TutorInformation_fieldset__kuW-5>.TutorInformation_field__5Xy0W:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.TutorInformation_fieldset__kuW-5>.TutorInformation_field__5Xy0W:not(:last-child){margin-bottom:24px}}.TutorInformation_row__jTclS{display:flex;margin:0 -8px}@media only screen and (max-width:767px){.TutorInformation_row__jTclS{display:block;margin:0}}.TutorInformation_row__jTclS .TutorInformation_field__5Xy0W{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px;width:calc(50% - 16px)}@media only screen and (max-width:767px){.TutorInformation_row__jTclS .TutorInformation_field__5Xy0W{margin:0;width:100%}.TutorInformation_row__jTclS .TutorInformation_field__5Xy0W:not(:last-child){margin-bottom:24px}}.TutorInformation_row__jTclS:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.TutorInformation_row__jTclS:not(:last-child){margin-bottom:24px}}.TutorInformation_group__w0le6{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.TutorInformation_group__w0le6{display:block;margin:0}}.TutorInformation_group__w0le6 .TutorInformation_field__5Xy0W{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.TutorInformation_group__w0le6 .TutorInformation_field__5Xy0W{margin:20px 0 0;width:100%}}.AddressInformation_title__1tgHy{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .AddressInformation_title__1tgHy{color:#efefef}.AddressInformation_group__Wm6bo{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformation_group__Wm6bo{display:block;margin:0}}.AddressInformation_group__Wm6bo .AddressInformation_field__mjuYZ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformation_group__Wm6bo .AddressInformation_field__mjuYZ{margin:20px 0 0;width:100%}}.Payment_content__L9hqF{padding:32px 24px;text-align:center}.Payment_successMessage__zl-T2{margin-bottom:40px}.Payment_successMessage__zl-T2 svg{margin-bottom:16px}.Payment_successMessage__zl-T2 h3{color:#1a1d1f;margin-bottom:8px}.dark-mode .Payment_successMessage__zl-T2 h3{color:#fcfcfc}.Payment_successMessage__zl-T2 p{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Payment_successMessage__zl-T2 p{color:#efefef}.Payment_actions__4ULZM{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:320px}.Payment_primaryButton__mZNAA{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_primaryButton__mZNAA svg{fill:currentColor}.Payment_secondaryButton__zzZ6i{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_secondaryButton__zzZ6i svg{fill:currentColor}.Payment_line__w4t8x{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}.dark-mode .Payment_line__w4t8x{border-color:#272b30}.Payment_title__TeY8\+{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .Payment_title__TeY8\+{color:#efefef}.Payment_button__uKMNg{margin-left:auto}.Payment_email__LIn2H{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:16px}.Shop_button__d6NTw{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Shop_button__d6NTw{display:none}}.Shop_background__iIHOP{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Shop_background__iIHOP{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Shop_background__iIHOP{height:320px}}@media only screen and (max-width:767px){.Shop_background__iIHOP{height:252px;margin:-24px -16px 0}}.Shop_background__iIHOP img{height:100%;object-fit:cover;width:100%}.Shop_card__yU1nM{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Shop_card__yU1nM{margin-top:-188px}}.Shop_control__Tw0Ew{align-items:center;display:flex;margin-bottom:20px}.Shop_nav__gjlVI{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Shop_desktopNav__dJAIv{display:none}}.Shop_mobileNav__9091N{display:none;width:100%}@media only screen and (max-width:767px){.Shop_mobileNav__9091N{display:block}}.Shop_dropdown__pq-D1{width:100%}.Shop_dropdown__pq-D1 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Shop_dropdown__pq-D1 .dropdown__head{background:#272b30}.Shop_link__EiyPc{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Shop_link__EiyPc{flex-grow:1}}.Shop_link__EiyPc.Shop_active__0DRDQ,.Shop_link__EiyPc:hover{color:#1a1d1f}.dark-mode .Shop_link__EiyPc.Shop_active__0DRDQ,.dark-mode .Shop_link__EiyPc:hover{color:#fcfcfc}.Shop_link__EiyPc.Shop_active__0DRDQ{background:#efefef}.dark-mode .Shop_link__EiyPc.Shop_active__0DRDQ{background:#272b30}.Shop_link__EiyPc:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Shop_link__EiyPc:not(:last-child){margin-right:0}.Shop_dropdownBox__mhZOn{flex-grow:1}}.Shop_filters__P8llT{margin-left:16px}@media only screen and (max-width:767px){.Shop_filters__P8llT{margin-left:12px}}.Shop_foot__hTg3v{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Shop_foot__hTg3v{margin-top:32px}}@media only screen and (max-width:767px){.Shop_foot__hTg3v{margin-top:24px}}.Shop_profile__sCctd{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Shop_profile__sCctd{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Shop_profile__sCctd{display:block}}@media only screen and (max-width:767px){.Shop_profile__sCctd{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Shop_profile__sCctd{border-color:#272b30}.Shop_statusContainer__lIiwq{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Shop_statusContainer__lIiwq{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Shop_statusContainer__lIiwq{flex-direction:column;gap:16px}}.Shop_statusGroup__7kPkN{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Shop_statusLabel__C-DLY{color:#6f767e;font-size:14px;font-weight:500}.Shop_statusBadge__QW98l{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Shop_details__I9zhk{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Shop_details__I9zhk{margin-bottom:16px}}@media only screen and (max-width:767px){.Shop_details__I9zhk{margin-bottom:12px}}.Shop_avatar__VrNqB{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Shop_avatar__VrNqB img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Shop_add__-6AIx{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Shop_add__-6AIx svg{fill:#fff}.Shop_add__-6AIx:hover{background:#1176ff}.Shop_info__9axxm{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Shop_info__9axxm{font-size:18px;font-size:15px;margin-top:4px}}.Profile_button__I9uUO{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Profile_button__I9uUO{display:none}}.Profile_background__QG\+YT{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Profile_background__QG\+YT{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Profile_background__QG\+YT{height:320px}}@media only screen and (max-width:767px){.Profile_background__QG\+YT{height:252px;margin:-24px -16px 0}}.Profile_background__QG\+YT img{height:100%;object-fit:cover;width:100%}.Profile_card__2yrju{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.Profile_card__2yrju{margin-top:-188px}}.Profile_control__2vKlq{align-items:center;display:flex;margin-bottom:20px}.Profile_nav__YJ3pc{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Profile_desktopNav__dzZzI{display:none}}.Profile_mobileNav__BBSJy{display:none;width:100%}@media only screen and (max-width:767px){.Profile_mobileNav__BBSJy{display:block}}.Profile_dropdown__XVPfW{width:100%}.Profile_dropdown__XVPfW .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Profile_dropdown__XVPfW .dropdown__head{background:#272b30}.Profile_link__NgpOQ{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Profile_link__NgpOQ{flex-grow:1}}.Profile_link__NgpOQ.Profile_active__XEnWv,.Profile_link__NgpOQ:hover{color:#1a1d1f}.dark-mode .Profile_link__NgpOQ.Profile_active__XEnWv,.dark-mode .Profile_link__NgpOQ:hover{color:#fcfcfc}.Profile_link__NgpOQ.Profile_active__XEnWv{background:#efefef}.dark-mode .Profile_link__NgpOQ.Profile_active__XEnWv{background:#272b30}.Profile_link__NgpOQ:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Profile_link__NgpOQ:not(:last-child){margin-right:0}.Profile_dropdownBox__6ImCh{flex-grow:1}}.Profile_filters__zU1ue{margin-left:16px}@media only screen and (max-width:767px){.Profile_filters__zU1ue{margin-left:12px}}.Profile_foot__CwvMk{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Profile_foot__CwvMk{margin-top:32px}}@media only screen and (max-width:767px){.Profile_foot__CwvMk{margin-top:24px}}.Profile_profile__RWzi7{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Profile_profile__RWzi7{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Profile_profile__RWzi7{display:block}}@media only screen and (max-width:767px){.Profile_profile__RWzi7{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Profile_profile__RWzi7{border-color:#272b30}.Profile_statusContainer__EiqS3{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Profile_statusContainer__EiqS3{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_statusContainer__EiqS3{flex-direction:column;gap:16px}}.Profile_statusGroup__OBGU2{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Profile_statusLabel__nm7AX{color:#6f767e;font-size:14px;font-weight:500}.Profile_statusBadge__HEPSk{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Profile_details__w3cKo{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Profile_details__w3cKo{margin-bottom:16px}}@media only screen and (max-width:767px){.Profile_details__w3cKo{margin-bottom:12px}}.Profile_avatar__IW6zb{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Profile_avatar__IW6zb img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Profile_add__kOjXm{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Profile_add__kOjXm svg{fill:#fff}.Profile_add__kOjXm:hover{background:#1176ff}.Profile_info__R1yir{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Profile_info__R1yir{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_button__Gneey{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NameAndDescription_button__Gneey{display:none}}.NameAndDescription_background__2L-s4{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NameAndDescription_background__2L-s4{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NameAndDescription_background__2L-s4{height:320px}}@media only screen and (max-width:767px){.NameAndDescription_background__2L-s4{height:252px;margin:-24px -16px 0}}.NameAndDescription_background__2L-s4 img{height:100%;object-fit:cover;width:100%}.NameAndDescription_card__YJqBB{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NameAndDescription_card__YJqBB{margin-top:-188px}}.NameAndDescription_control__49THt{align-items:center;display:flex;margin-bottom:20px}.NameAndDescription_nav__rIJRl{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NameAndDescription_desktopNav__Yo8pk{display:none}}.NameAndDescription_mobileNav__wV0mm{display:none;width:100%}@media only screen and (max-width:767px){.NameAndDescription_mobileNav__wV0mm{display:block}}.NameAndDescription_dropdown__Qcl64{width:100%}.NameAndDescription_dropdown__Qcl64 .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NameAndDescription_dropdown__Qcl64 .dropdown__head{background:#272b30}.NameAndDescription_link__E3rWR{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NameAndDescription_link__E3rWR{flex-grow:1}}.NameAndDescription_link__E3rWR.NameAndDescription_active__UrITc,.NameAndDescription_link__E3rWR:hover{color:#1a1d1f}.dark-mode .NameAndDescription_link__E3rWR.NameAndDescription_active__UrITc,.dark-mode .NameAndDescription_link__E3rWR:hover{color:#fcfcfc}.NameAndDescription_link__E3rWR.NameAndDescription_active__UrITc{background:#efefef}.dark-mode .NameAndDescription_link__E3rWR.NameAndDescription_active__UrITc{background:#272b30}.NameAndDescription_link__E3rWR:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NameAndDescription_link__E3rWR:not(:last-child){margin-right:0}.NameAndDescription_dropdownBox__2kRAq{flex-grow:1}}.NameAndDescription_filters__8H1OC{margin-left:16px}@media only screen and (max-width:767px){.NameAndDescription_filters__8H1OC{margin-left:12px}}.NameAndDescription_foot__1oYJL{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NameAndDescription_foot__1oYJL{margin-top:32px}}@media only screen and (max-width:767px){.NameAndDescription_foot__1oYJL{margin-top:24px}}.NameAndDescription_profile__fr4W9{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NameAndDescription_profile__fr4W9{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NameAndDescription_profile__fr4W9{display:block}}@media only screen and (max-width:767px){.NameAndDescription_profile__fr4W9{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NameAndDescription_profile__fr4W9{border-color:#272b30}.NameAndDescription_statusContainer__njt44{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NameAndDescription_statusContainer__njt44{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NameAndDescription_statusContainer__njt44{flex-direction:column;gap:16px}}.NameAndDescription_statusGroup__imgO9{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NameAndDescription_statusLabel__O3buB{color:#6f767e;font-size:14px;font-weight:500}.NameAndDescription_statusBadge__BuJxd{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NameAndDescription_details__kN2ty{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NameAndDescription_details__kN2ty{margin-bottom:16px}}@media only screen and (max-width:767px){.NameAndDescription_details__kN2ty{margin-bottom:12px}}.NameAndDescription_avatar__Ms302{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NameAndDescription_avatar__Ms302 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NameAndDescription_add__8gca2{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NameAndDescription_add__8gca2 svg{fill:#fff}.NameAndDescription_add__8gca2:hover{background:#1176ff}.NameAndDescription_info__YiV0Z{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NameAndDescription_info__YiV0Z{font-size:18px;font-size:15px;margin-top:4px}}.CompanyInformations_card__16Zt0{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__Ouqe6 .CompanyInformations_field__BotUn{margin-bottom:12px}.CompanyInformations_editor__yrgLe{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__CFOJz{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__mhoDc{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__mhoDc{display:block;margin:0}}.CompanyInformations_group__mhoDc .CompanyInformations_field__BotUn{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__mhoDc .CompanyInformations_field__BotUn{margin:20px 0 0;width:100%}}.CompanyInformations_field__BotUn{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__\+16Ff{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__tcQjC{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__tcQjC svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__LrYxX{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__LrYxX{background:#272b30}.CompanyInformations_copy__xwu57{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__xwu57:hover{opacity:.8}.CompanyInformations_preview__UpKJC img{border-radius:12px;width:100%}.CompanyInformations_btns__9UEm0{display:flex;margin:0 -8px}.CompanyInformations_btns__9UEm0 .CompanyInformations_button__moujX{flex-grow:1;margin:0 8px}.CompanyInformations_switch__a\+2f2{margin-left:auto}.CompanyInformations_line__sP0N4{display:flex;padding-bottom:16px}.CompanyInformations_line__sP0N4:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__sP0N4:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__sP0N4:not(:last-child){border-color:#272b30}.CompanyInformations_title__Jmf0X{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__Jmf0X{color:#efefef}.AddressInformations_card__7nYjy{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__tqGmt .AddressInformations_field__bSks7{margin-bottom:12px}.AddressInformations_editor__dooDd{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__W-kLZ{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__UYQpf{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__UYQpf{display:block;margin:0}}.AddressInformations_group__UYQpf .AddressInformations_field__bSks7{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__UYQpf .AddressInformations_field__bSks7{margin:20px 0 0;width:100%}}.AddressInformations_field__bSks7{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__cUWgo{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__zxWtS{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__zxWtS svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__Ai04H{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__Ai04H{background:#272b30}.AddressInformations_copy__67-DD{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__67-DD:hover{opacity:.8}.AddressInformations_preview__-xv\+S img{border-radius:12px;width:100%}.AddressInformations_btns__gWP5r{display:flex;margin:0 -8px}.AddressInformations_btns__gWP5r .AddressInformations_button__i5lwc{flex-grow:1;margin:0 8px}.DirectorInformations_card__ZOEIq{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__HPFZD .DirectorInformations_field__RR6y5{margin-bottom:12px}.DirectorInformations_editor__g4Twq{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__WoSju{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__eSmWr{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__eSmWr{display:block;margin:0}}.DirectorInformations_group__eSmWr .DirectorInformations_field__RR6y5{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__eSmWr .DirectorInformations_field__RR6y5{margin:20px 0 0;width:100%}}.DirectorInformations_field__RR6y5{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__NunqT{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__-3zuC{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__-3zuC svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__e1IP7{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__e1IP7{background:#272b30}.DirectorInformations_copy__yO7ta{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__yO7ta:hover{opacity:.8}.DirectorInformations_preview__OzZry img{border-radius:12px;width:100%}.DirectorInformations_btns__fjllr{display:flex;margin:0 -8px}.DirectorInformations_btns__fjllr .DirectorInformations_button__18uPf{flex-grow:1;margin:0 8px}.DirectorInformations_card__FmoEP{margin:-10px auto 20px;max-width:1200px;padding:24px}.DirectorInformations_description__ujskn .DirectorInformations_field__mxKpQ{margin-bottom:12px}.DirectorInformations_editor__c7aaT{margin-bottom:24px;margin-top:24px}.DirectorInformations_divider__FE7sY{background:#e6e6e6;height:1px;margin:24px 0}.DirectorInformations_group__6odLV{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.DirectorInformations_group__6odLV{display:block;margin:0}}.DirectorInformations_group__6odLV .DirectorInformations_field__mxKpQ{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.DirectorInformations_group__6odLV .DirectorInformations_field__mxKpQ{margin:20px 0 0;width:100%}}.DirectorInformations_field__mxKpQ{margin-bottom:24px;position:relative}.DirectorInformations_fieldLabel__ohDEh{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.DirectorInformations_fieldInput__LM5IY{align-items:center;display:flex;position:relative}.DirectorInformations_fieldInput__LM5IY svg{fill:#6f767e;left:12px;position:absolute}.DirectorInformations_input__oiJPE{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .DirectorInformations_input__oiJPE{background:#272b30}.DirectorInformations_copy__hXYgZ{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.DirectorInformations_copy__hXYgZ:hover{opacity:.8}.DirectorInformations_preview__MzKxg img{border-radius:12px;width:100%}.DirectorInformations_btns__eaheT{display:flex;margin:0 -8px}.DirectorInformations_btns__eaheT .DirectorInformations_button__u\+-Pz{flex-grow:1;margin:0 8px}.ContractAndConvention_card__nDdnY{margin:-64px auto 20px;max-width:1200px}.ContractAndConvention_head__s1i5Y{margin-bottom:44px}@media only screen and (max-width:1023px){.ContractAndConvention_head__s1i5Y{margin-bottom:32px}}@media only screen and (max-width:767px){.ContractAndConvention_head__s1i5Y{flex-wrap:wrap;margin-bottom:24px}.ContractAndConvention_head__s1i5Y .ContractAndConvention_form__r7gTu{flex:0 0 100%;margin-top:16px}}.ContractAndConvention_title__Lgrm9{margin-right:24px}.ContractAndConvention_foot__RU7BQ{margin-top:44px;text-align:center}.ContractAndConvention_foot__RU7BQ .ContractAndConvention_button__\+SNPM .ContractAndConvention_loader__I3Vuq{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.ContractAndConvention_empty__5LttS{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .ContractAndConvention_empty__5LttS{background:#272b30;color:#fcfcfc}.Table_wrapper__Ir0Rq{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__Ir0Rq{margin:0}}.Table_table__T13f6{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__T13f6{display:block}}.Table_row__bTX5A{display:table-row}@media only screen and (max-width:1023px){.Table_row__bTX5A{display:none}}.Table_col__Vz6TZ{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__Vz6TZ:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__Vz6TZ:after{background:#272b30}.Table_col__Vz6TZ:first-child{font-size:0;width:56px}.Table_col__Vz6TZ:first-child:after{left:12px}.Table_col__Vz6TZ:last-child{padding-right:164px}.Table_col__Vz6TZ:last-child:after{right:12px}.Table_foot__DZnVy{margin-top:20px;text-align:center}@media only screen and (max-width:1023px){.Table_foot__DZnVy{margin-top:0}}.Table_foot__DZnVy .Table_button__784co .Table_loader__IxWG9{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Row_row__D17v8{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__D17v8{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__D17v8{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__D17v8:hover{background:#f4f4f4}.dark-mode .Row_row__D17v8:hover{background:#272b30}.Row_row__D17v8:hover .Row_control__sg\+bo{opacity:1;visibility:visible}}.Row_col__7B6HO{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__7B6HO{display:block;padding:0;position:static}}.Row_col__7B6HO:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__7B6HO:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__7B6HO:after{display:none}}.Row_col__7B6HO:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__7B6HO:first-child{display:none}}.Row_col__7B6HO:first-child:after{left:12px}.Row_col__7B6HO:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__7B6HO:last-child{padding:0}}.Row_col__7B6HO:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__7B6HO:not(:nth-child(2)){display:none}}.Row_item__cGABq{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__cGABq{align-items:stretch}}.dark-mode .Row_item__cGABq{color:#fcfcfc}.Row_item__cGABq:hover{color:#2a85ff}.Row_item__cGABq .Row_date__Qtvfq,.Row_item__cGABq .Row_empty__FS0As,.Row_item__cGABq .Row_price__cZD5C{display:none}@media only screen and (max-width:1023px){.Row_item__cGABq .Row_empty__FS0As,.Row_item__cGABq .Row_price__cZD5C{display:inline-block}.Row_item__cGABq .Row_date__Qtvfq{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .Row_item__cGABq .Row_date__Qtvfq{color:#f4f4f4}.Row_item__cGABq .Row_date__Qtvfq svg{fill:#9a9fa5;margin-right:8px}.dark-mode .Row_item__cGABq .Row_date__Qtvfq svg{fill:#f4f4f4}}.Row_avatar__-tLAo{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__-tLAo img{height:100%;object-fit:cover;width:100%}.Row_product__OfTNs{font-weight:700;margin-bottom:4px;max-width:170px}.dark-mode .Row_product__OfTNs{color:#fcfcfc}@media only screen and (max-width:1023px){.Row_product__OfTNs{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__72mA0{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__72mA0{display:none}}.Row_opco__QZ9Dx{color:#9a9fa5;font-size:12px}.dark-mode .Row_opco__QZ9Dx{color:#f4f4f4}.Row_status__rBVqk{background:#efefef;border-radius:6px;display:inline-block;font-size:12px;font-weight:700;line-height:24px;padding:0 8px}.dark-mode .Row_status__rBVqk{background:#272b30;color:#fcfcfc}.Row_empty__FS0As,.Row_price__cZD5C{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__cZD5C{background:#b5e4ca}.dark-mode .Row_price__cZD5C{color:#1a1d1f}.Row_empty__FS0As{background:#efefef}.dark-mode .Row_empty__FS0As{background:#272b30;color:#fcfcfc}.Row_control__sg\+bo{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__sg\+bo{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__sg\+bo{display:none}}.Row_actions__OXppS{display:none}@media only screen and (max-width:1023px){.Row_actions__OXppS{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__OXppS .Row_actionsHead__rC22l{background:none}.Row_box__u\+oZC{align-items:center;display:flex}.Row_number__uheyf{font-size:14px;font-weight:700;margin-right:4px}.dark-mode .Row_number__uheyf{color:#fcfcfc}.Row_line__BOsFu{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;margin-left:8px;position:relative;width:54px}@media only screen and (max-width:1259px){.Row_line__BOsFu{width:40px}}@media only screen and (max-width:1023px){.Row_line__BOsFu{width:54px}}.dark-mode .Row_line__BOsFu{background-color:#272b30}.Row_progress__1Z8Ni{border-radius:4px;bottom:0;left:0;position:absolute;top:0}.Control_control__OoLmq{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media(max-width:767px){.Control_control__OoLmq{justify-content:center;margin-top:8px}}.Control_button__USUob{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__USUob{background:#efefef}}.dark-mode .Control_button__USUob{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__USUob{background:#272b30}}.Control_button__USUob svg{fill:#6f767e;transition:fill .2s}.Control_button__USUob:hover svg{fill:#2a85ff}.Control_button__USUob:not(:last-child){margin-right:16px}.Control_button__USUob:disabled{cursor:not-allowed;opacity:.5}.Control_approved__uL5Mu{background:rgba(0,200,83,.15)}.Control_approved__uL5Mu svg,.Control_approved__uL5Mu:hover svg{fill:#00c853}.Control_rejected__3Upb\+{background:rgba(255,71,87,.15)}.Control_rejected__3Upb\+ svg,.Control_rejected__3Upb\+:hover svg{fill:#ff4757}@media only screen and (max-width:1023px){.Panel_panel__cksYJ{display:none}}.Panel_info__8lrtC{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__8lrtC svg{fill:#6f767e;margin-right:12px}.Panel_btns__rz2DL{align-items:center;display:flex}.Panel_button__M-d7P:not(:last-child){margin-right:8px}.Scheduled_card__MVxjd{margin:-64px auto 20px;max-width:1200px}.Scheduled_head__5wuUj{margin-bottom:44px}@media only screen and (max-width:1023px){.Scheduled_head__5wuUj{margin-bottom:32px}}@media only screen and (max-width:767px){.Scheduled_head__5wuUj{flex-wrap:wrap;margin-bottom:24px}}.Scheduled_title__zZtAB{margin-right:24px}@media only screen and (max-width:1023px){.Scheduled_form__Er\+ky{width:300px}}@media only screen and (max-width:767px){.Scheduled_form__Er\+ky{margin-top:16px;order:3;width:100%}}.Scheduled_sorting__lOYPU{display:flex;margin-left:auto}.Scheduled_empty__fgusE{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .Scheduled_empty__fgusE{background:#272b30;color:#fcfcfc}.Table_wrapper__plf61{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__plf61{margin:0}}.Table_table__9-ENW{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__9-ENW{display:block}}.Table_row__fsTdH{display:table-row}@media only screen and (max-width:1023px){.Table_row__fsTdH{display:none}}.Table_col__6fLWr{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__6fLWr:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__6fLWr:after{background:#272b30}.Table_col__6fLWr:first-child{font-size:0;width:56px}.Table_col__6fLWr:first-child:after{left:12px}.Table_col__6fLWr:last-child{padding-right:164px}.Table_col__6fLWr:last-child:after{right:12px}.Row_row__a6wcJ{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__a6wcJ{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__a6wcJ{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__a6wcJ:hover{background:#f4f4f4}.dark-mode .Row_row__a6wcJ:hover{background:#272b30}.Row_row__a6wcJ:hover .Row_control__zUMWy{opacity:1;visibility:visible}}.Row_col__y1tfI{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__y1tfI{display:block;padding:0;position:static}}.Row_col__y1tfI:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__y1tfI:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__y1tfI:after{display:none}}.Row_col__y1tfI:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__y1tfI:first-child{display:none}}.Row_col__y1tfI:first-child:after{left:12px}.Row_col__y1tfI:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__y1tfI:last-child{padding:0}}.Row_col__y1tfI:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__y1tfI:not(:nth-child(2)){display:none}}.Row_item__mSYUd{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__mSYUd{align-items:stretch}}.dark-mode .Row_item__mSYUd{color:#fcfcfc}.Row_item__mSYUd:hover{color:#2a85ff}.Row_item__mSYUd .Row_date__jelUG,.Row_item__mSYUd .Row_empty__nBXsH,.Row_item__mSYUd .Row_price__EVcgw{display:none}@media only screen and (max-width:1023px){.Row_item__mSYUd .Row_empty__nBXsH,.Row_item__mSYUd .Row_price__EVcgw{display:inline-block}.Row_item__mSYUd .Row_date__jelUG{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__mSYUd .Row_date__jelUG svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__L9Hc4{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__L9Hc4 img{height:100%;object-fit:cover;width:100%}.Row_product__2u842{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__2u842{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__Vjht8{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__Vjht8{display:none}}.Row_empty__nBXsH,.Row_price__EVcgw{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__EVcgw{background:#b5e4ca}.dark-mode .Row_price__EVcgw{color:#1a1d1f}.Row_empty__nBXsH{background:#efefef}.dark-mode .Row_empty__nBXsH{background:#272b30;color:#fcfcfc}.Row_control__zUMWy{opacity:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__zUMWy{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__zUMWy{display:none}}.Row_actions__M73jV{display:none}@media only screen and (max-width:1023px){.Row_actions__M73jV{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__M73jV .Row_actionsHead__keOt6{background:none}.Control_control__ml3AK{align-items:center;display:flex}.Control_button__EVTf0{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__EVTf0{background:#efefef}}.dark-mode .Control_button__EVTf0{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__EVTf0{background:#272b30}}.Control_button__EVTf0 svg{fill:#6f767e;transition:fill .2s}.Control_button__EVTf0:hover svg{fill:#2a85ff}.Control_button__EVTf0:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__8j9Ma{display:none}}.Panel_info__xHnXL{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__xHnXL svg{fill:#6f767e;margin-right:12px}.Panel_btns__YOyRK{align-items:center;display:flex}.Panel_button__lnZa1:not(:last-child){margin-right:8px}.SignIn_row__78Trv{background:#fcfcfc;display:flex;min-height:100vh;position:relative}.dark-mode .SignIn_row__78Trv{background:#1a1d1f}.SignIn_col__DRGIA{padding:96px 24px}@media only screen and (max-width:767px){.SignIn_col__DRGIA{padding-bottom:32px}}.SignIn_col__DRGIA:first-child{align-items:center;background:#f4f4f4;background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.SignIn_col__DRGIA:first-child{display:none}}.dark-mode .SignIn_col__DRGIA:first-child{background:#111315}.SignIn_col__DRGIA:nth-child(2){display:flex;flex-direction:column;flex-grow:1;overflow:auto}.SignIn_head__piy2y{align-items:center;display:flex;padding:20px}.SignIn_logo__xvI2S{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.SignIn_logo__xvI2S img{width:100%}.SignIn_wrap__CnUkU{max-width:212px}.SignIn_preview__BwcXz{margin:0 auto 40px;max-width:180px}.SignIn_subtitle__WTxKt{margin-bottom:48px;text-align:center}.SignIn_list__vXjGj li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.SignIn_list__vXjGj li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.SignIn_list__vXjGj li:not(:last-child){margin-bottom:20px}.SignIn_info__jxfyV{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.SignIn_info__jxfyV{padding-left:80px}}@media only screen and (max-width:767px){.SignIn_info__jxfyV{right:24px}}.SignIn_info__jxfyV a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .SignIn_info__jxfyV a{color:#fcfcfc}.SignIn_info__jxfyV a:hover,.dark-mode .SignIn_info__jxfyV a:hover{color:#2a85ff}.SignIn_wrapper__ppcrx{max-width:296px}@media only screen and (max-width:767px){.SignIn_wrapper__ppcrx{max-width:100%}}.SignIn_title__acEKs{margin:0}.SignIn_body__2moqi{height:100%;overflow:auto;padding:20px}.SignIn_field__Qs-4A{margin-bottom:15px}.SignIn_button__2H9va{font-size:16px;min-width:150px;padding:12px 20px}.SignIn_formGrid__rgJJ\+{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}@media only screen and (max-width:767px){.SignIn_formGrid__rgJJ\+{grid-template-columns:1fr}}.SignIn_sectionTitle__AXynU{border-bottom:2px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px}.SignIn_section__3pqFF{margin-bottom:30px}.SignIn_buttonContainer__-scsn{display:flex;justify-content:flex-end;margin-top:30px}.SignIn_infoText__uniZu{color:#666;flex:1 1}@media only screen and (max-width:767px){.SignIn_infoText__uniZu{background-color:rgba(255,243,224,.7);border-left:3px solid #ff9800;border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:15px;padding:10px 15px;text-align:center}}.SignIn_line__zvlR0{display:flex;padding-bottom:16px}.SignIn_line__zvlR0:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.SignIn_line__zvlR0:not(:last-child){margin-bottom:24px}}.dark-mode .SignIn_line__zvlR0:not(:last-child){border-color:#272b30}.SignIn_switch__9wUwb{margin-left:auto}.SignIn_field__Qs-4A{margin-bottom:24px;position:relative}.SignIn_fieldLabel__3bqS7{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.SignIn_fieldInput__hO--O{align-items:center;display:flex;position:relative}.SignIn_fieldInput__hO--O svg{fill:#6f767e;left:12px;position:absolute}.SignIn_input__-L5tW{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .SignIn_input__-L5tW{background:#272b30}.SignIn_copy__5Wko6{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.SignIn_copy__5Wko6:hover{opacity:.8}.SignIn_preview__BwcXz img{border-radius:12px;width:100%}.SignIn_btns__CYCHQ{display:flex;margin:0 -8px}.SignIn_btns__CYCHQ .SignIn_button__2H9va{flex-grow:1;margin:0 8px}.NewProduct_background__ThF2Y{height:400px;margin:-40px -40px 0;z-index:0}@media only screen and (max-width:1339px){.NewProduct_background__ThF2Y{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NewProduct_background__ThF2Y{height:320px}}@media only screen and (max-width:767px){.NewProduct_background__ThF2Y{height:252px;margin:-24px -16px 0}}.NewProduct_background__ThF2Y img{height:100%;object-fit:cover;width:100%}.NewProduct_settings__b1cIq{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;margin:-64px auto;padding:24px;position:relative;z-index:2}@media only screen and (max-width:1023px){.NewProduct_settings__b1cIq{display:block}}@media only screen and (max-width:767px){.NewProduct_settings__b1cIq{padding:24px 16px}}.dark-mode .NewProduct_settings__b1cIq{background:#1a1d1f}.NewProduct_menu__pE8t7{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.NewProduct_menu__pE8t7{width:210px}}@media only screen and (max-width:1023px){.NewProduct_menu__pE8t7{display:none}}.NewProduct_menu__pE8t7 .NewProduct_button__zfuTs{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.NewProduct_menu__pE8t7 .NewProduct_button__zfuTs:not(:last-child){margin-bottom:8px}.NewProduct_menu__pE8t7 .NewProduct_button__zfuTs.NewProduct_active__yBUcu,.NewProduct_menu__pE8t7 .NewProduct_button__zfuTs:hover{color:#1a1d1f}.dark-mode .NewProduct_menu__pE8t7 .NewProduct_button__zfuTs.NewProduct_active__yBUcu,.dark-mode .NewProduct_menu__pE8t7 .NewProduct_button__zfuTs:hover{color:#fcfcfc}.NewProduct_menu__pE8t7 .NewProduct_button__zfuTs.NewProduct_active__yBUcu{background:#efefef}.dark-mode .NewProduct_menu__pE8t7 .NewProduct_button__zfuTs.NewProduct_active__yBUcu{background:#272b30}.NewProduct_wrapper__dTXOP{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.NewProduct_wrapper__dTXOP{padding-left:0}}.NewProduct_wrapper__dTXOP>.NewProduct_button__zfuTs{margin-top:48px}@media only screen and (max-width:1023px){.NewProduct_wrapper__dTXOP>.NewProduct_button__zfuTs{margin-top:32px}}.NewProduct_dropdown__sxLMq{display:none}@media only screen and (max-width:1023px){.NewProduct_dropdown__sxLMq{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.NewProduct_dropdown__sxLMq{margin-bottom:24px}}.dark-mode .NewProduct_dropdownHead__pxmG3{background:#272b30;box-shadow:inset 0 0 0 #272b30}.NewProduct_item__coXIq{position:relative}@media only screen and (max-width:1023px){.NewProduct_item__coXIq{display:none}.NewProduct_item__coXIq.NewProduct_active__yBUcu{display:block}}.NewProduct_item__coXIq:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.NewProduct_item__coXIq:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .NewProduct_item__coXIq:not(:last-child){border-color:#272b30}.NewProduct_anchor__XeGRj{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.NewProduct_anchor__XeGRj{top:-106px}}.NewProduct_button__zfuTs{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NewProduct_button__zfuTs{display:none}}.NewProduct_row__HcoQx{display:flex;margin:-64px auto 0;max-width:1120px;width:100%}@media only screen and (max-width:1023px){.NewProduct_row__HcoQx{display:block;margin:-64px 0 0;max-width:100%}}.NewProduct_card__i7h1Y:not(:last-child){margin-bottom:8px}.NameAndDescription_description__Qk8n8>.NameAndDescription_field__eWjNP:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.NameAndDescription_description__Qk8n8>.NameAndDescription_field__eWjNP:not(:last-child){margin-bottom:24px}}.NameAndDescription_editor__Jj5-R:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.NameAndDescription_editor__Jj5-R:not(:last-child){margin-bottom:24px}}.NameAndDescription_group__K0LnA{margin:0 -6px -12px}.NameAndDescription_group__K0LnA .NameAndDescription_field__eWjNP{margin:0 6px 12px}@media only screen and (max-width:767px){.NameAndDescription_group__K0LnA .NameAndDescription_field__eWjNP{margin:12px 0 0;width:100%}}.NameAndDescription_description__Qk8n8 .NameAndDescription_field__eWjNP{margin-bottom:12px}.NameAndDescription_editor__Jj5-R{margin-bottom:24px;margin-top:24px}.NameAndDescription_divider__Lv9\+o{background:#e6e6e6;height:1px;margin:24px 0}.NameAndDescription_group__K0LnA{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.NameAndDescription_group__K0LnA{display:block;margin:0}}.NameAndDescription_group__K0LnA .NameAndDescription_field__eWjNP{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.NameAndDescription_group__K0LnA .NameAndDescription_field__eWjNP{margin:20px 0 0;width:100%}}.NameAndDescription_field__eWjNP{margin-bottom:24px;position:relative}.NameAndDescription_fieldLabel__zBXhO{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.NameAndDescription_fieldInput__hDBlC{align-items:center;display:flex;position:relative}.NameAndDescription_fieldInput__hDBlC svg{fill:#6f767e;left:12px;position:absolute}.NameAndDescription_input__UOL4I{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .NameAndDescription_input__UOL4I{background:#272b30}.CategoryAndAttibutes_field__7O2mV{margin-bottom:32px}@media only screen and (max-width:1259px){.CategoryAndAttibutes_field__7O2mV{margin-bottom:24px}}.CategoryAndAttibutes_label__XFw\+G{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .CategoryAndAttibutes_label__XFw\+G{color:#efefef}.CategoryAndAttibutes_tooltip__GqcAd{position:relative;top:-1}.CategoryAndAttibutes_tooltip__GqcAd svg{fill:#9a9fa5}.CategoryAndAttibutes_list__AjvWv{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.CategoryAndAttibutes_list__AjvWv{margin-bottom:24px}}.CategoryAndAttibutes_checkbox__MCgg7{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.CategoryAndAttibutes_checkbox__MCgg7{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.CategoryAndAttibutes_head__BA\+79{align-items:center;display:flex;margin-bottom:12px}.CategoryAndAttibutes_head__BA\+79 .CategoryAndAttibutes_label__XFw\+G{margin-right:auto}.CategoryAndAttibutes_counter__cwjTY{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.CategoryAndAttibutes_counter__cwjTY span{color:#1a1d1f}.dark-mode .CategoryAndAttibutes_counter__cwjTY span{color:#fcfcfc}.ProductFiles_field__fyZpB:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ProductFiles_field__fyZpB:not(:last-child){margin-bottom:24px}}.ProductFiles_label__3HSlM{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .ProductFiles_label__3HSlM{color:#efefef}.ProductFiles_fileSelected__5D8t1{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;justify-content:space-between;padding:16px}.dark-mode .ProductFiles_fileSelected__5D8t1{background:#272b30;border-color:#6f767e}.ProductFiles_fileInfo__JwB8u{align-items:center;display:flex;flex:1 1;gap:12px}.ProductFiles_fileName__9U7lR{color:#9a9fa5;font-size:14px;line-height:1.4}.dark-mode .ProductFiles_fileName__9U7lR{color:#fcfcfc}.ProductFiles_fileSize__pcKuG{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .ProductFiles_fileSize__pcKuG{color:#efefef}.ProductFiles_removeButton__VA6LP{align-items:center;background:transparent;border:1px solid #33383f;border-radius:8px;color:#6f767e;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.dark-mode .ProductFiles_removeButton__VA6LP{border-color:#6f767e;color:#efefef}.ProductFiles_removeButton__VA6LP:hover,.dark-mode .ProductFiles_removeButton__VA6LP:hover{background:#ef4444;border-color:#ef4444;color:#fff}.ProductFiles_divider__gbmd9{background:#e6e6e6;height:1px;margin:24px 0}.ProductFiles_avatar__wEOcN{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.ProductFiles_avatar__wEOcN img{height:100%;object-fit:cover;width:100%}.PaymentPlanList_foot__QXQpy{align-items:center;display:flex;justify-content:center;margin-top:24px}.PaymentPlanList_arrow__dMVEh{border:2px solid #efefef;border-radius:50%;height:40px;transition:border-color .2s;width:40px}.dark-mode .PaymentPlanList_arrow__dMVEh{border-color:transparent}.PaymentPlanList_arrow__dMVEh svg{fill:#6f767e;transition:fill .2s}.PaymentPlanList_arrow__dMVEh:hover{border-color:#efefef}.PaymentPlanList_arrow__dMVEh:hover svg{fill:#1a1d1f}.dark-mode .PaymentPlanList_arrow__dMVEh:hover{border-color:#272b30}.dark-mode .PaymentPlanList_arrow__dMVEh:hover svg{fill:#fcfcfc}.PaymentPlanList_arrow__dMVEh:not(:last-child){margin-right:8px}.PaymentPlanList_arrow__dMVEh:disabled{cursor:not-allowed;opacity:.5}.PaymentPlanList_arrow__dMVEh:disabled:hover{border-color:#efefef}.PaymentPlanList_arrow__dMVEh:disabled:hover svg{fill:#6f767e}.dark-mode .PaymentPlanList_arrow__dMVEh:disabled:hover{border-color:transparent}.dark-mode .PaymentPlanList_arrow__dMVEh:disabled:hover svg{fill:#6f767e}.PaymentPlanList_pagination__suDwA{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0 16px}.PaymentPlanList_head__rVo8w{margin-bottom:44px}@media only screen and (max-width:1023px){.PaymentPlanList_head__rVo8w{margin-bottom:32px}}@media only screen and (max-width:767px){.PaymentPlanList_head__rVo8w{flex-wrap:wrap;margin-bottom:24px}}.PaymentPlanList_head__rVo8w .PaymentPlanList_form__dMxJk{margin-right:auto}@media only screen and (max-width:1023px){.PaymentPlanList_head__rVo8w .PaymentPlanList_form__dMxJk{width:250px}}@media only screen and (max-width:767px){.PaymentPlanList_head__rVo8w .PaymentPlanList_form__dMxJk{margin:0 0 16px;width:100%}}@media only screen and (max-width:1023px){.PaymentPlanList_head__rVo8w.PaymentPlanList_hidden__h5mNd{display:none}}.PaymentPlanList_title__W\+ET4{margin-right:24px}@media only screen and (max-width:767px){.PaymentPlanList_title__W\+ET4{margin:0 0 16px}}.PaymentPlanList_nav__\+QERh{display:flex}@media only screen and (max-width:767px){.PaymentPlanList_nav__\+QERh{width:100%}}.PaymentPlanList_link__GRh1n{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PaymentPlanList_link__GRh1n{flex:1 1}}.PaymentPlanList_link__GRh1n.PaymentPlanList_active__ujGjQ,.PaymentPlanList_link__GRh1n:hover{color:#1a1d1f}.dark-mode .PaymentPlanList_link__GRh1n.PaymentPlanList_active__ujGjQ,.dark-mode .PaymentPlanList_link__GRh1n:hover{color:#fcfcfc}.PaymentPlanList_link__GRh1n.PaymentPlanList_active__ujGjQ{background:#efefef}.dark-mode .PaymentPlanList_link__GRh1n.PaymentPlanList_active__ujGjQ{background:#272b30}.PaymentPlanList_link__GRh1n:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PaymentPlanList_link__GRh1n:not(:last-child){margin-right:0}}.PaymentPlanList_filters__5b\+Ag{margin-left:8px}@media only screen and (max-width:1023px){.PaymentPlanList_filters__5b\+Ag{display:none}}.PaymentPlanList_details__SLo\+-{display:none}.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT{display:flex}.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT .PaymentPlanList_table__SLziq{flex-shrink:0;width:384px}@media only screen and (max-width:1419px){.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT .PaymentPlanList_table__SLziq{width:350px}}@media only screen and (max-width:1259px){.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT .PaymentPlanList_table__SLziq{width:320px}}@media only screen and (max-width:1023px){.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT .PaymentPlanList_table__SLziq{display:none}}.PaymentPlanList_row__c8ezb.PaymentPlanList_flex__wYfCT .PaymentPlanList_details__SLo\+-{display:block}.PaymentPlanList_loading__v6ng5{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.2307692308;padding:40px 0}.PaymentPlanList_error__LHj1o{align-items:center;color:#2a85ff;display:flex;font-style:italic;justify-content:center;padding:20px 0}.PaymentPlanList_empty__wCQ3p{background:#efefef;border-radius:8px;padding:20px;text-align:center}.dark-mode .PaymentPlanList_empty__wCQ3p{background:#272b30;color:#fcfcfc}.Table_wrapper__AC7cE{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__AC7cE{margin:0}}.Table_table__GXtIk{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__GXtIk{display:block}}.Table_row__Wg3RT{display:table-row}@media only screen and (max-width:1023px){.Table_row__Wg3RT{display:none}}.Table_row__Wg3RT.Table_active__f48rl .Table_col__3oeTD:not(:first-child):not(:nth-child(2)){display:none}.Table_row__Wg3RT.Table_active__f48rl .Table_col__3oeTD:nth-child(2):after{right:12px}.Table_col__3oeTD{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__3oeTD:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__3oeTD:after{background:#272b30}.Table_col__3oeTD:first-child{font-size:0;width:56px}.Table_col__3oeTD:first-child:after{left:12px}.Table_col__3oeTD:nth-child(2){min-width:300px;width:40%}.Table_col__3oeTD:last-child:after{right:12px}.Table_foot__VwiV6{margin-top:20px;text-align:center}.Table_foot__VwiV6 .Table_button__y\+m4H .Table_loader__HK\+U-{margin:0 18px 0 8px;-webkit-transform:scale(.8);transform:scale(.8)}.Table_loadingContainer__2jG\+g{align-items:center;display:flex;justify-content:center;padding:40px 0}.Table_tableLoader__PvvTI{height:40px;width:40px}.Table_noData__iSYan{align-items:center;color:#6f767e;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:40px 0}.Table_status__macCD{border-radius:4px;display:inline-block;padding:4px 8px}.Table_pagination__QPfCa{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.Table_pageButton__vvmh0{background-color:#f4f4f4;border:1px solid #efefef;border-radius:4px;color:#1a1d1f;cursor:pointer;font-size:15px;font-weight:600;line-height:1.6;margin:0 4px;padding:8px 12px;transition:background-color .3s,color .3s}.Table_pageButton__vvmh0:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.dark-mode .Table_pageButton__vvmh0{background-color:#272b30;border-color:#33383f;color:#fcfcfc}.Table_activePageButton__dDhqM,.dark-mode .Table_pageButton__vvmh0:hover:not([disabled]){background-color:#2a85ff;color:#fcfcfc}.Table_activePageButton__dDhqM{border-color:#2a85ff;font-size:15px;font-weight:700;font-weight:600;line-height:1.6}.dark-mode .Table_activePageButton__dDhqM{background-color:#2a85ff;border-color:#2a85ff;color:#fcfcfc}.Table_disabledButton__LWPu9{background-color:#efefef;border-color:#efefef;color:#6f767e;cursor:not-allowed;font-size:15px;font-weight:600;line-height:1.6}.dark-mode .Table_disabledButton__LWPu9{background-color:#33383f;border-color:#33383f;color:#6f767e}.Table_ellipsis__ne-8x{color:#6f767e;padding:8px 4px}.dark-mode .Table_ellipsis__ne-8x{color:#6f767e}.Table_empty__W7q2y{background:#efefef}.dark-mode .Table_empty__W7q2y{background:#272b30;color:#fcfcfc}.Row_row__nMb9-{display:table-row;transition:all .2s}@media only screen and (max-width:1023px){.Row_row__nMb9-{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}}.dark-mode .Row_row__nMb9-{border-color:#272b30}@media only screen and (min-width:1024px){.Row_row__nMb9-:hover{background:#f4f4f4}.dark-mode .Row_row__nMb9-:hover{background:#272b30}.Row_row__nMb9-:hover .Row_price__kMjDI{background:#fcfcfc}.dark-mode .Row_row__nMb9-:hover .Row_price__kMjDI{background:#111315}}.Row_row__nMb9-:last-child .Row_col__UhHj4:after{display:none}.Row_row__nMb9-.Row_active__x0XBo:hover{background:none}.Row_row__nMb9-.Row_active__x0XBo .Row_col__UhHj4:not(:first-child):not(:nth-child(2)){display:none}.Row_row__nMb9-.Row_active__x0XBo .Row_col__UhHj4:nth-child(2):after{right:12px}.Row_row__nMb9-.Row_active__x0XBo.Row_selected__B3Dg9{background:#efefef}.dark-mode .Row_row__nMb9-.Row_active__x0XBo.Row_selected__B3Dg9{background:#272b30;box-shadow:inset 0 -2px 1px rgba(0,0,0,.05),inset 0 1px 1px hsla(0,0%,100%,.08)}.Row_row__nMb9-.Row_active__x0XBo.Row_selected__B3Dg9 .Row_col__UhHj4:first-child{border-radius:12px 0 0 12px}.Row_row__nMb9-.Row_active__x0XBo.Row_selected__B3Dg9 .Row_col__UhHj4:nth-child(2){border-radius:0 12px 12px 0;padding-right:40px}.Row_row__nMb9-.Row_active__x0XBo.Row_selected__B3Dg9 .Row_col__UhHj4:nth-child(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.Row_col__UhHj4{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:top}@media only screen and (max-width:1023px){.Row_col__UhHj4{display:block;padding:0}}.dark-mode .Row_col__UhHj4{color:#fcfcfc}.Row_col__UhHj4:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.Row_col__UhHj4:after{display:none}}.dark-mode .Row_col__UhHj4:after{background:#272b30}.Row_col__UhHj4:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__UhHj4:first-child{display:none}}.Row_col__UhHj4:first-child:after{left:12px}.Row_col__UhHj4:last-child{border-radius:0 8px 8px 0}.Row_col__UhHj4:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__UhHj4:nth-child(5){margin-left:auto;padding-left:16px}.Row_col__UhHj4:nth-child(3),.Row_col__UhHj4:nth-child(4),.Row_col__UhHj4:nth-child(6),.Row_col__UhHj4:nth-child(7){display:none}}.Row_item__2AF1m{align-items:center;cursor:pointer;display:flex;transition:color .2s}.Row_item__2AF1m:hover{color:#2a85ff}.Row_item__2AF1m .Row_email__8p7uU{display:none}@media only screen and (max-width:1023px){.Row_item__2AF1m .Row_email__8p7uU{color:#9a9fa5;display:block;font-size:13px;line-height:1}}.Row_avatar__WTSKr{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__WTSKr img{height:100%;object-fit:cover;width:100%}.Row_user__mixEL{font-size:14px;font-weight:600;line-height:1.3;margin-bottom:4px;max-width:300px}.Row_login__HK2y3{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_login__HK2y3{display:none}}.dark-mode .Row_login__HK2y3{color:#9a9fa5}.Row_email__8p7uU{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}@media only screen and (max-width:1023px){.Row_col__UhHj4>.Row_email__8p7uU{display:none}}.Row_lifetime__GoryV{align-items:center;display:inline-flex}@media only screen and (max-width:767px){.Row_lifetime__GoryV{align-items:flex-end;flex-direction:column}}.Row_price__kMjDI{background:#efefef;border-radius:6px;display:inline-block;padding:0 8px;transition:backround .2s}.dark-mode .Row_price__kMjDI{background:#272b30}.Row_balance__EetOe{margin-left:8px}@media only screen and (max-width:767px){.Row_balance__EetOe{margin:4px 0 0}}@media only screen and (max-width:1023px){.Panel_panel__rbbpu{display:none}}.Panel_info__6qP58{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__6qP58 svg{fill:#6f767e;margin-right:12px}.Panel_info__6qP58 span{color:#1a1d1f}.dark-mode .Panel_info__6qP58 span{color:#fcfcfc}.Panel_btns__TFv0g,.Panel_button__T0V0J{align-items:center;display:flex}.Panel_button__T0V0J svg,.Panel_button__T0V0J:not(:last-child){margin-right:8px}.Panel_button__T0V0J.Panel_loading__HXAX\+{cursor:not-allowed;opacity:.7}.Panel_loader__TuCfJ{height:20px;margin-right:8px;width:20px}.PartnerDetail_button__Uc8H0{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.PartnerDetail_button__Uc8H0{display:none}}.PartnerDetail_background__619su{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.PartnerDetail_background__619su{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.PartnerDetail_background__619su{height:320px}}@media only screen and (max-width:767px){.PartnerDetail_background__619su{height:252px;margin:-24px -16px 0}}.PartnerDetail_background__619su img{height:100%;object-fit:cover;width:100%}.PartnerDetail_card__DzT34{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.PartnerDetail_card__DzT34{margin-top:-188px}}.PartnerDetail_control__jdFeP{align-items:center;display:flex;margin-bottom:20px}.PartnerDetail_nav__CIVKQ{display:flex;margin-right:auto}@media only screen and (max-width:767px){.PartnerDetail_desktopNav__vsOzq{display:none}}.PartnerDetail_mobileNav__hi0oq{display:none;width:100%}@media only screen and (max-width:767px){.PartnerDetail_mobileNav__hi0oq{display:block}}.PartnerDetail_dropdown__s0KFl{width:100%}.PartnerDetail_dropdown__s0KFl .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .PartnerDetail_dropdown__s0KFl .dropdown__head{background:#272b30}.PartnerDetail_link__LBEYi{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.PartnerDetail_link__LBEYi{flex-grow:1}}.PartnerDetail_link__LBEYi.PartnerDetail_active__x1Woh,.PartnerDetail_link__LBEYi:hover{color:#1a1d1f}.dark-mode .PartnerDetail_link__LBEYi.PartnerDetail_active__x1Woh,.dark-mode .PartnerDetail_link__LBEYi:hover{color:#fcfcfc}.PartnerDetail_link__LBEYi.PartnerDetail_active__x1Woh{background:#efefef}.dark-mode .PartnerDetail_link__LBEYi.PartnerDetail_active__x1Woh{background:#272b30}.PartnerDetail_link__LBEYi:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.PartnerDetail_link__LBEYi:not(:last-child){margin-right:0}.PartnerDetail_dropdownBox__vRw\+z{flex-grow:1}}.PartnerDetail_filters__B1lUx{margin-left:16px}@media only screen and (max-width:767px){.PartnerDetail_filters__B1lUx{margin-left:12px}}.PartnerDetail_foot__JC7iL{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.PartnerDetail_foot__JC7iL{margin-top:32px}}@media only screen and (max-width:767px){.PartnerDetail_foot__JC7iL{margin-top:24px}}.PartnerDetail_profile__jeR\+9{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.PartnerDetail_profile__jeR\+9{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.PartnerDetail_profile__jeR\+9{display:block}}@media only screen and (max-width:767px){.PartnerDetail_profile__jeR\+9{margin-bottom:32px;padding-bottom:32px}}.dark-mode .PartnerDetail_profile__jeR\+9{border-color:#272b30}.PartnerDetail_statusContainer__wlEne{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.PartnerDetail_statusContainer__wlEne{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_statusContainer__wlEne{flex-direction:column;gap:16px}}.PartnerDetail_statusGroup__KIAdP{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.PartnerDetail_statusBadge__nrp2m{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.PartnerDetail_details__vxOMJ{align-items:center;display:flex;flex-grow:1;min-width:0}@media only screen and (max-width:1023px){.PartnerDetail_details__vxOMJ{margin-bottom:16px}}@media only screen and (max-width:767px){.PartnerDetail_details__vxOMJ{margin-bottom:12px}}.PartnerDetail_wrap__8QIWr{flex:1 1;min-width:0}@media only screen and (max-width:767px){.PartnerDetail_man__amhc9{font-size:20px}}.PartnerDetail_contacts__7Ld0n{align-items:flex-start;display:flex;flex-shrink:0;margin-left:40px}@media only screen and (max-width:1023px){.PartnerDetail_contacts__7Ld0n{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.PartnerDetail_contacts__7Ld0n{margin-left:0}}.PartnerDetail_statusInfo__Wy532{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:767px){.PartnerDetail_statusInfo__Wy532{flex-direction:column;gap:12px}}.PartnerDetail_avatar__uAyfv{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.PartnerDetail_avatar__uAyfv img{border-radius:50%;height:100%;object-fit:cover;width:100%}.PartnerDetail_add__HuJnO{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.PartnerDetail_add__HuJnO svg{fill:#fff}.PartnerDetail_add__HuJnO:hover{background:#1176ff}.PartnerDetail_dropZone__Ysz2C{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s;width:100%}.PartnerDetail_dropZone__Ysz2C.PartnerDetail_dragActive__5eY3v,.PartnerDetail_dropZone__Ysz2C:hover{background:#fff;border-color:#2a85ff}.dark-mode .PartnerDetail_dropZone__Ysz2C{background:#1a1d1f}.dark-mode .PartnerDetail_dropZone__Ysz2C.PartnerDetail_dragActive__5eY3v,.dark-mode .PartnerDetail_dropZone__Ysz2C:hover{background:#037}.PartnerDetail_dropLabel__7tAzj{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.PartnerDetail_dropLabel__7tAzj svg{fill:#6f767e;transition:fill .2s}.PartnerDetail_dropLabel__7tAzj:hover svg{fill:#2a85ff}.PartnerDetail_info__a1pC3{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.PartnerDetail_info__a1pC3{font-size:18px;font-size:15px;margin-top:4px}}.NewProduct_card__gHgxA{margin:10px auto 20px;padding:24px}.NewProduct_button__uSXuH{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NewProduct_button__uSXuH{display:none}}.NewProduct_background__cNBUh{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NewProduct_background__cNBUh{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NewProduct_background__cNBUh{height:320px}}@media only screen and (max-width:767px){.NewProduct_background__cNBUh{height:252px;margin:-24px -16px 0}}.NewProduct_background__cNBUh img{height:100%;object-fit:cover;width:100%}.NewProduct_card__gHgxA{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NewProduct_card__gHgxA{margin-top:-188px}}.NewProduct_control__zmJ7M{align-items:center;display:flex;margin-bottom:20px}.NewProduct_nav__xiXs0{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NewProduct_desktopNav__BdOM\+{display:none}}.NewProduct_mobileNav__DJfC3{display:none;width:100%}@media only screen and (max-width:767px){.NewProduct_mobileNav__DJfC3{display:block}}.NewProduct_dropdown__IzSde{width:100%}.NewProduct_dropdown__IzSde .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NewProduct_dropdown__IzSde .dropdown__head{background:#272b30}.NewProduct_link__ZeP1l{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NewProduct_link__ZeP1l{flex-grow:1}}.NewProduct_link__ZeP1l.NewProduct_active__qF8b5,.NewProduct_link__ZeP1l:hover{color:#1a1d1f}.dark-mode .NewProduct_link__ZeP1l.NewProduct_active__qF8b5,.dark-mode .NewProduct_link__ZeP1l:hover{color:#fcfcfc}.NewProduct_link__ZeP1l.NewProduct_active__qF8b5{background:#efefef}.dark-mode .NewProduct_link__ZeP1l.NewProduct_active__qF8b5{background:#272b30}.NewProduct_link__ZeP1l:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NewProduct_link__ZeP1l:not(:last-child){margin-right:0}.NewProduct_dropdownBox__iLssR{flex-grow:1}}.NewProduct_filters__yClxA{margin-left:16px}@media only screen and (max-width:767px){.NewProduct_filters__yClxA{margin-left:12px}}.NewProduct_foot__nCXop{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NewProduct_foot__nCXop{margin-top:32px}}@media only screen and (max-width:767px){.NewProduct_foot__nCXop{margin-top:24px}}.NewProduct_profile__t5fdq{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NewProduct_profile__t5fdq{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NewProduct_profile__t5fdq{display:block}}@media only screen and (max-width:767px){.NewProduct_profile__t5fdq{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NewProduct_profile__t5fdq{border-color:#272b30}.NewProduct_statusContainer__h2EoT{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NewProduct_statusContainer__h2EoT{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NewProduct_statusContainer__h2EoT{flex-direction:column;gap:16px}}.NewProduct_statusGroup__Q8EzE{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NewProduct_statusLabel__SNmvJ{color:#6f767e;font-size:14px;font-weight:500}.NewProduct_statusBadge__UjCeb{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NewProduct_details__H10Dt{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NewProduct_details__H10Dt{margin-bottom:16px}}@media only screen and (max-width:767px){.NewProduct_details__H10Dt{margin-bottom:12px}}.NewProduct_avatar__wFjVu{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NewProduct_avatar__wFjVu img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NewProduct_add__5MFvr{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NewProduct_add__5MFvr svg{fill:#fff}.NewProduct_add__5MFvr:hover{background:#1176ff}.NewProduct_info__Ou8wM{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NewProduct_info__Ou8wM{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_card__VVRJc{margin:-64px auto 20px;max-width:1200px;padding:24px}.NameAndDescription_description__VHV6k .NameAndDescription_field__vKhGn{margin-bottom:12px}.NameAndDescription_editor__P-B7H{margin-bottom:24px;margin-top:24px}.NameAndDescription_divider__F8r1G{background:#e6e6e6;height:1px;margin:24px 0}.NameAndDescription_group__tBmyi{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.NameAndDescription_group__tBmyi{display:block;margin:0}}.NameAndDescription_group__tBmyi .NameAndDescription_field__vKhGn{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.NameAndDescription_group__tBmyi .NameAndDescription_field__vKhGn{margin:20px 0 0;width:100%}}.NameAndDescription_field__vKhGn{margin-bottom:24px;position:relative}.NameAndDescription_fieldLabel__6sJns{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.NameAndDescription_fieldInput__3KXIo{align-items:center;display:flex;position:relative}.NameAndDescription_fieldInput__3KXIo svg{fill:#6f767e;left:12px;position:absolute}.NameAndDescription_input__jHSMT{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .NameAndDescription_input__jHSMT{background:#272b30}.NameAndDescription_copy__YkMwY{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.NameAndDescription_copy__YkMwY:hover{opacity:.8}.NameAndDescription_preview__8jbR\+ img{border-radius:12px;width:100%}.NameAndDescription_btns__Wl7RT{display:flex;margin:0 -8px}.NameAndDescription_btns__Wl7RT .NameAndDescription_button__4PkbD{flex-grow:1;margin:0 8px}.CategoryAndAttibutes_card__bCnpZ{margin:10px auto 20px;max-width:1200px;padding:24px}.CategoryAndAttibutes_field__iF8rn{margin-bottom:32px}@media only screen and (max-width:1259px){.CategoryAndAttibutes_field__iF8rn{margin-bottom:24px}}.CategoryAndAttibutes_label__t7-Kf{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .CategoryAndAttibutes_label__t7-Kf{color:#efefef}.CategoryAndAttibutes_tooltip__K1mlW{position:relative;top:-1}.CategoryAndAttibutes_tooltip__K1mlW svg{fill:#9a9fa5}.CategoryAndAttibutes_list__UchDJ{display:flex;flex-wrap:wrap;margin:-4px -16px 32px 0}@media only screen and (max-width:1259px){.CategoryAndAttibutes_list__UchDJ{margin-bottom:24px}}.CategoryAndAttibutes_checkbox__lYoP8{flex-basis:calc(33.33% - 16px);flex-grow:0;flex-shrink:0;margin:16px 16px 0 0;width:calc(33.33% - 16px)}@media only screen and (max-width:767px){.CategoryAndAttibutes_checkbox__lYoP8{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;width:calc(50% - 16px)}}.CategoryAndAttibutes_head__C3mnB{align-items:center;display:flex;margin-bottom:12px}.CategoryAndAttibutes_head__C3mnB .CategoryAndAttibutes_label__t7-Kf{margin-right:auto}.CategoryAndAttibutes_counter__SgGqf{color:#9a9fa5;font-size:13px;font-weight:500;line-height:1.2307692308}.CategoryAndAttibutes_counter__SgGqf span{color:#1a1d1f}.dark-mode .CategoryAndAttibutes_counter__SgGqf span{color:#fcfcfc}.ProductFiles_field__AEKq3:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1259px){.ProductFiles_field__AEKq3:not(:last-child){margin-bottom:24px}}.ProductFiles_card__G-flR{margin:10px auto 20px;max-width:1200px;padding:24px}.ProductFiles_label__OFWUc{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.dark-mode .ProductFiles_label__OFWUc{color:#efefef}.ProductFiles_fileSelected__J2H5g{align-items:center;background:#f4f4f4;border-radius:12px;display:flex;justify-content:space-between;padding:16px}.dark-mode .ProductFiles_fileSelected__J2H5g{background:#272b30;border-color:#6f767e}.ProductFiles_fileInfo__xlIAU{align-items:center;display:flex;flex:1 1;gap:12px}.ProductFiles_fileName__VAP\+w{color:#9a9fa5;font-size:14px;line-height:1.4}.dark-mode .ProductFiles_fileName__VAP\+w{color:#fcfcfc}.ProductFiles_fileSize__qP7De{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .ProductFiles_fileSize__qP7De{color:#efefef}.ProductFiles_removeButton__6dNB4{align-items:center;background:none;border:none;border-radius:4px;color:#ff4757;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s ease}.ProductFiles_removeButton__6dNB4:hover{background-color:rgba(255,71,87,.1)}.ProductFiles_downloadButton__VVSjh{align-items:center;background:none;border:none;border-radius:4px;color:#3742fa;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s ease}.ProductFiles_downloadButton__VVSjh:hover{background-color:rgba(55,66,250,.1)}.ProductFiles_divider__DvBa0{background:#e6e6e6;height:1px;margin:24px 0}.ProductFiles_avatar__7aKUq{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.ProductFiles_avatar__7aKUq img{height:100%;object-fit:cover;width:100%}.Control_control__eUDPW{align-items:center;display:flex;gap:8px}.Control_button__boxyO{align-items:center;background:#fcfcfc;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s ease;width:32px}@media only screen and (max-width:1259px){.Control_button__boxyO{background:#efefef}}.dark-mode .Control_button__boxyO{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__boxyO{background:#272b30}}.Control_button__boxyO svg{fill:#6f767e;transition:fill .2s}.Control_button__boxyO:hover svg{fill:#2a85ff}.Control_button__boxyO:disabled{cursor:not-allowed;opacity:.5}.Control_download__vkhki{background:rgba(55,66,250,.15)}.Control_download__vkhki svg{fill:#3742fa}.Control_download__vkhki:hover{background:rgba(55,66,250,.25)}.Control_download__vkhki:hover svg{fill:#3742fa}.Control_remove__827pu{background:rgba(255,71,87,.15)}.Control_remove__827pu svg{fill:#ff4757}.Control_remove__827pu:hover{background:rgba(255,71,87,.25)}.Control_remove__827pu:hover svg{fill:#ff4757}.NewProduct_card__9A6hS{margin:10px auto 20px;padding:24px}.NewProduct_button__fSPMm{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.NewProduct_button__fSPMm{display:none}}.NewProduct_background__ynijh{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.NewProduct_background__ynijh{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.NewProduct_background__ynijh{height:320px}}@media only screen and (max-width:767px){.NewProduct_background__ynijh{height:252px;margin:-24px -16px 0}}.NewProduct_background__ynijh img{height:100%;object-fit:cover;width:100%}.NewProduct_card__9A6hS{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.NewProduct_card__9A6hS{margin-top:-188px}}.NewProduct_control__hAu4T{align-items:center;display:flex;margin-bottom:20px}.NewProduct_nav__urVEB{display:flex;margin-right:auto}@media only screen and (max-width:767px){.NewProduct_desktopNav__rItPt{display:none}}.NewProduct_mobileNav__t-Obb{display:none;width:100%}@media only screen and (max-width:767px){.NewProduct_mobileNav__t-Obb{display:block}}.NewProduct_dropdown__cZQgR{width:100%}.NewProduct_dropdown__cZQgR .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .NewProduct_dropdown__cZQgR .dropdown__head{background:#272b30}.NewProduct_link__IeibZ{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.NewProduct_link__IeibZ{flex-grow:1}}.NewProduct_link__IeibZ.NewProduct_active__RMeZO,.NewProduct_link__IeibZ:hover{color:#1a1d1f}.dark-mode .NewProduct_link__IeibZ.NewProduct_active__RMeZO,.dark-mode .NewProduct_link__IeibZ:hover{color:#fcfcfc}.NewProduct_link__IeibZ.NewProduct_active__RMeZO{background:#efefef}.dark-mode .NewProduct_link__IeibZ.NewProduct_active__RMeZO{background:#272b30}.NewProduct_link__IeibZ:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.NewProduct_link__IeibZ:not(:last-child){margin-right:0}.NewProduct_dropdownBox__2yBdx{flex-grow:1}}.NewProduct_filters__7wblO{margin-left:16px}@media only screen and (max-width:767px){.NewProduct_filters__7wblO{margin-left:12px}}.NewProduct_foot__hoCue{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.NewProduct_foot__hoCue{margin-top:32px}}@media only screen and (max-width:767px){.NewProduct_foot__hoCue{margin-top:24px}}.NewProduct_profile__6qreC{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.NewProduct_profile__6qreC{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.NewProduct_profile__6qreC{display:block}}@media only screen and (max-width:767px){.NewProduct_profile__6qreC{margin-bottom:32px;padding-bottom:32px}}.dark-mode .NewProduct_profile__6qreC{border-color:#272b30}.NewProduct_statusContainer__qH9Lt{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.NewProduct_statusContainer__qH9Lt{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.NewProduct_statusContainer__qH9Lt{flex-direction:column;gap:16px}}.NewProduct_statusGroup__aXtXd{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.NewProduct_statusLabel__CCuN7{color:#6f767e;font-size:14px;font-weight:500}.NewProduct_statusBadge__5key4{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.NewProduct_details__Hxd2-{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.NewProduct_details__Hxd2-{margin-bottom:16px}}@media only screen and (max-width:767px){.NewProduct_details__Hxd2-{margin-bottom:12px}}.NewProduct_avatar__TV9BC{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.NewProduct_avatar__TV9BC img{border-radius:50%;height:100%;object-fit:cover;width:100%}.NewProduct_add__GEbES{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.NewProduct_add__GEbES svg{fill:#fff}.NewProduct_add__GEbES:hover{background:#1176ff}.NewProduct_info__AvslB{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.NewProduct_info__AvslB{font-size:18px;font-size:15px;margin-top:4px}}.CandidateList_card__EslJA{margin:-64px auto 20px;max-width:1200px;padding:24px}.CandidateList_head__RgIxV{margin-bottom:44px}@media only screen and (max-width:1023px){.CandidateList_head__RgIxV{margin-bottom:32px}}@media only screen and (max-width:767px){.CandidateList_head__RgIxV{flex-wrap:wrap;margin-bottom:24px}}.CandidateList_title__\+P4to{margin-right:24px}@media only screen and (max-width:1023px){.CandidateList_form__lTi-2{width:300px}}@media only screen and (max-width:767px){.CandidateList_form__lTi-2{margin-top:16px;order:3;width:100%}}.CandidateList_sorting__HWJCd{display:flex;margin-left:auto}.CandidateList_empty__N7mnn{background:#efefef;border-radius:12px;margin-bottom:16px;padding:60px 40px;text-align:center}.dark-mode .CandidateList_empty__N7mnn{background:#272b30;color:#fcfcfc}.Table_wrapper__hCloC{margin:0 -12px}@media only screen and (max-width:1023px){.Table_wrapper__hCloC{margin:0}}.Table_table__txjg-{display:table;width:100%}@media only screen and (max-width:1023px){.Table_table__txjg-{display:block}}.Table_row__cHj42{display:table-row}@media only screen and (max-width:1023px){.Table_row__cHj42{display:none}}.Table_col__7VC7E{color:#6f767e;display:table-cell;font-size:13px;font-weight:600;line-height:1.2307692308;padding:0 12px 16px;position:relative;vertical-align:middle}.Table_col__7VC7E:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Table_col__7VC7E:after{background:#272b30}.Table_col__7VC7E:first-child{font-size:0;width:56px}.Table_col__7VC7E:first-child:after{left:12px}.Table_col__7VC7E:last-child{padding-right:164px}.Table_col__7VC7E:last-child:after{right:12px}.Row_row__6\+22V{display:table-row;transition:background .2s}@media only screen and (max-width:1023px){.Row_row__6\+22V{border-bottom:1px solid #efefef;display:block;margin-bottom:24px;padding-bottom:24px;position:relative}.dark-mode .Row_row__6\+22V{border-color:#272b30}}@media only screen and (min-width:1260px){.Row_row__6\+22V:hover{background:#f4f4f4}.dark-mode .Row_row__6\+22V:hover{background:#272b30}.Row_row__6\+22V:hover .Row_control__1\+OQ0{opacity:1;visibility:visible}}.Row_col__\+FSmF{color:#1a1d1f;display:table-cell;padding:16px 12px;position:relative;vertical-align:middle}@media only screen and (max-width:1023px){.Row_col__\+FSmF{display:block;padding:0;position:static}}.Row_col__\+FSmF:after{background:#efefef;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.dark-mode .Row_col__\+FSmF:after{background:#272b30}@media only screen and (max-width:1023px){.Row_col__\+FSmF:after{display:none}}.Row_col__\+FSmF:first-child{border-radius:8px 0 0 8px;font-size:0;width:56px}@media only screen and (max-width:1023px){.Row_col__\+FSmF:first-child{display:none}}.Row_col__\+FSmF:first-child:after{left:12px}.Row_col__\+FSmF:last-child{border-radius:0 8px 8px 0;color:#6f767e;padding-right:164px}@media only screen and (max-width:1023px){.Row_col__\+FSmF:last-child{padding:0}}.Row_col__\+FSmF:last-child:after{right:12px}@media only screen and (max-width:1023px){.Row_col__\+FSmF:not(:nth-child(2)){display:none}}.Row_item__uNpwQ{align-items:center;cursor:pointer;display:flex;transition:color .2s}@media only screen and (max-width:767px){.Row_item__uNpwQ{align-items:stretch}}.dark-mode .Row_item__uNpwQ{color:#fcfcfc}.Row_item__uNpwQ:hover{color:#2a85ff}.Row_item__uNpwQ .Row_date__g7mWg,.Row_item__uNpwQ .Row_empty__RaeLR,.Row_item__uNpwQ .Row_price__5MoFL{display:none}@media only screen and (max-width:1023px){.Row_item__uNpwQ .Row_empty__RaeLR,.Row_item__uNpwQ .Row_price__5MoFL{display:inline-block}.Row_item__uNpwQ .Row_date__g7mWg{align-items:center;color:#9a9fa5;display:flex;font-size:13px;font-weight:600;line-height:1.2307692308;margin-bottom:8px}.Row_item__uNpwQ .Row_date__g7mWg svg{fill:#9a9fa5;margin-right:8px}}.Row_avatar__6iZTK{border-radius:50%;flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.Row_avatar__6iZTK img{height:100%;object-fit:cover;width:100%}.Row_product__1YbbI{font-weight:700;margin-bottom:4px;max-width:170px}@media only screen and (max-width:1023px){.Row_product__1YbbI{font-size:18px;letter-spacing:-.02em;line-height:1.3333333333;margin-bottom:8px;max-width:100%;padding-right:44px}}.Row_link__JWCJz{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308}@media only screen and (max-width:1023px){.Row_link__JWCJz{display:none}}.Row_empty__RaeLR,.Row_price__5MoFL{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;padding:0 8px}.Row_price__5MoFL{background:#b5e4ca}.dark-mode .Row_price__5MoFL{color:#1a1d1f}.Row_empty__RaeLR{background:#efefef}.dark-mode .Row_empty__RaeLR{background:#272b30;color:#fcfcfc}.Row_control__1\+OQ0{opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s;visibility:hidden}@media only screen and (max-width:1259px){.Row_control__1\+OQ0{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){.Row_control__1\+OQ0{display:none}}.Row_actions__q83Yg{display:none}@media only screen and (max-width:1023px){.Row_actions__q83Yg{display:block;position:absolute;right:0;top:0;z-index:2}}.dark-mode .Row_actions__q83Yg .Row_actionsHead__-OwP2{background:none}.Control_control__Miw2f{align-items:center;display:flex}.Control_button__lbZLu{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media only screen and (max-width:1259px){.Control_button__lbZLu{background:#efefef}}.dark-mode .Control_button__lbZLu{background:#1a1d1f}@media only screen and (max-width:1259px){.dark-mode .Control_button__lbZLu{background:#272b30}}.Control_button__lbZLu svg{fill:#6f767e;transition:fill .2s}.Control_button__lbZLu:hover svg{fill:#2a85ff}.Control_button__lbZLu:not(:last-child){margin-right:16px}@media only screen and (max-width:1023px){.Panel_panel__Dju8j{display:none}}.Panel_info__Uuxqo{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin-right:auto}.Panel_info__Uuxqo svg{fill:#6f767e;margin-right:12px}.Panel_btns__DR3TH{align-items:center;display:flex}.Panel_button__DrPqM:not(:last-child){margin-right:8px}.DashboardStudent_background__MznNi{height:400px;margin:-64px -40px 0}@media only screen and (max-width:1339px){.DashboardStudent_background__MznNi{margin:-34px -24px 0}}@media only screen and (max-width:1259px){.DashboardStudent_background__MznNi{height:320px}}@media only screen and (max-width:767px){.DashboardStudent_background__MznNi{height:252px;margin:-24px -16px 0}}.DashboardStudent_background__MznNi img{height:100%;object-fit:cover;width:100%}.DashboardStudent_row__28g7O{display:flex;margin:auto;max-width:1200px;width:100%}@media only screen and (max-width:1023px){.DashboardStudent_row__28g7O{display:block;margin:8px 0 0;max-width:100%}}.DashboardStudent_col__wLjs\+:first-child{flex-basis:calc(100% - 340px);flex-grow:0;flex-shrink:0;padding-right:8px;width:calc(100% - 340px)}@media only screen and (max-width:1339px){.DashboardStudent_col__wLjs\+:first-child{flex-basis:calc(100% - 312px);flex-grow:0;flex-shrink:0;width:calc(100% - 312px)}}@media only screen and (max-width:1023px){.DashboardStudent_col__wLjs\+:first-child{margin-bottom:8px;padding-right:0;width:100%}}.DashboardStudent_col__wLjs\+:nth-child(2){flex-shrink:0;width:340px}@media only screen and (max-width:1339px){.DashboardStudent_col__wLjs\+:nth-child(2){width:312px}}@media only screen and (max-width:1023px){.DashboardStudent_col__wLjs\+:nth-child(2){width:100%}}.DashboardStudent_card__wyxi7:not(:last-child){margin-bottom:8px}.Products_head__YWmOw{align-items:center;display:flex;margin-bottom:32px}.Products_title__YbL5Y{margin-right:auto}.Products_wrapper__i3LUA{margin:0 -12px}@media only screen and (max-width:767px){.Products_wrapper__i3LUA{margin:0}}.Products_empty__8SIT-{background:#efefef;border-radius:12px;margin-bottom:16px;padding:40px;text-align:center}.dark-mode .Products_empty__8SIT-{background:#272b30;color:#fcfcfc}.Products_empty__8SIT- p{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308;margin:0}.Products_card__qIjuq{margin:-64px auto 72px;max-width:1200px}@media only screen and (max-width:767px){.Products_card__qIjuq{margin-top:-188px}}.Product_product__IqwjJ.Product_active__Tll82 .Product_checkbox__Loetc,.Product_product__IqwjJ:hover .Product_checkbox__Loetc,.Product_product__IqwjJ:hover .Product_control__ZuEMh,.Product_product__IqwjJ:hover .Product_preview__bROf5:after{opacity:1;visibility:visible}.Product_product__IqwjJ.Product_active__Tll82 .Product_preview__bROf5:before{border-color:#2a85ff}.Product_checkbox__Loetc,.Product_control__ZuEMh,.Product_preview__bROf5:after{opacity:0;transition:all .2s;visibility:hidden}.Product_preview__bROf5{border-radius:12px;height:200px;margin-bottom:16px;overflow:hidden;position:relative}.Product_preview__bROf5:after,.Product_preview__bROf5:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.Product_preview__bROf5:after{background:rgba(17,19,21,.8)}.Product_preview__bROf5:before{border:2px solid transparent;border-radius:12px;pointer-events:none;z-index:2}.Product_preview__bROf5 img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.Product_preview__bROf5 .Product_checkbox__Loetc{left:12px;position:absolute;top:12px;z-index:3}@media only screen and (max-width:1023px){.Product_preview__bROf5 .Product_checkbox__Loetc{display:none}}.Product_preview__bROf5 .Product_checkbox__Loetc .Product_checkboxTick__Ed3bO{border-color:#2a85ff}.Product_control__ZuEMh{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.Product_dashboardCard__tWqyV{background:#fcfcfc;border-radius:12px;color:#1a1d1f;display:flex;flex-direction:column;height:100%;padding:24px;position:relative;width:100%}.dark-mode .Product_dashboardCard__tWqyV{background:#111315;color:#efefef}.Product_cardIcon__oxwk-{align-items:center;background:#1a1d1f;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-bottom:16px;width:48px}.Product_cardIcon__oxwk- svg{fill:#fcfcfc}.dark-mode .Product_cardIcon__oxwk-{background:#fcfcfc}.dark-mode .Product_cardIcon__oxwk- svg{fill:#1a1d1f}.Product_cardContent__qZblk{display:flex;flex:1 1;flex-direction:column;justify-content:center}.Product_cardTitle__GIKfD{color:#1a1d1f;font-size:16px;font-weight:600;line-height:1.2;margin-bottom:8px}.Product_cardStatus__Tovxk{color:#6f767e}.Product_line__Hcb4b{align-items:flex-start;display:flex}.Product_title__BQBxM{margin-right:auto}.Product_empty__3wkFU,.Product_price__hPnCj{border-radius:6px;display:inline-block;flex-shrink:0;font-weight:700;line-height:32px;margin-left:32px;padding:0 8px}.Product_price__hPnCj{background:#b5e4ca}.dark-mode .Product_price__hPnCj{color:#1a1d1f}.Product_empty__3wkFU{background:#efefef}.dark-mode .Product_empty__3wkFU{background:#272b30;color:#fcfcfc}.Product_date__FlgN4{align-items:center;color:#6f767e;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.Product_date__FlgN4{margin-top:2px}}.Product_date__FlgN4 svg{fill:#6f767e;margin-right:8px}.Product_rating__o07f0{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:1.7142857143;margin-top:8px}@media only screen and (max-width:767px){.Product_rating__o07f0{margin-top:4px}}.Product_rating__o07f0 svg{fill:#ffc554;margin-right:8px}.Product_rating__o07f0 span{color:#6f767e;margin-left:4px}.Product_ratingEmpty__8IL3U{color:#6f767e}.Product_ratingEmpty__8IL3U svg{fill:#6f767e}.Product_progressContainer__xyY7g{align-items:center;display:flex;justify-content:space-between;margin-top:12px;padding:8px 0}.Product_progressBox__cHy7Z{align-items:center;display:flex}.Product_progressNumber__JwVsm{font-size:14px;font-weight:700;margin-right:8px}.dark-mode .Product_progressNumber__JwVsm{color:#fcfcfc}.Product_progressLine__kCO5p{background-color:#e6e6e6;border-radius:4px;flex-shrink:0;height:8px;position:relative;width:60px}.dark-mode .Product_progressLine__kCO5p{background-color:#272b30}.Product_progressBar__1R6iT{border-radius:4px;bottom:0;left:0;position:absolute;top:0;transition:width .3s ease}.Product_progressLabel__8kHpV{color:#33383f;font-size:12px;margin-left:8px}.dark-mode .Product_progressLabel__8kHpV{color:#efefef}.Product_statusLabel__z-JZx{color:#6f767e;font-size:14px;font-weight:500}.Product_statusBadge__obcTw{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px;transition:all .2s}.Control_button__IGd0E,.Control_control__uF9dz{align-items:center;display:flex}.Control_button__IGd0E{background:#fcfcfc;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.Control_button__IGd0E svg{fill:#6f767e;transition:fill .2s}.Control_button__IGd0E:hover svg{fill:#2a85ff}.Control_button__IGd0E:not(:last-child){margin-right:16px}.Settings_settings__NnDcf{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__NnDcf{display:block}}@media only screen and (max-width:767px){.Settings_settings__NnDcf{padding:24px 16px}}.dark-mode .Settings_settings__NnDcf{background:#1a1d1f}.Settings_menu__P8LDr{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__P8LDr{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__P8LDr{display:none}}.Settings_menu__P8LDr .Settings_button__uKsUW{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__P8LDr .Settings_button__uKsUW:not(:last-child){margin-bottom:8px}.Settings_menu__P8LDr .Settings_button__uKsUW.Settings_active__LtOiG,.Settings_menu__P8LDr .Settings_button__uKsUW:hover{color:#1a1d1f}.dark-mode .Settings_menu__P8LDr .Settings_button__uKsUW.Settings_active__LtOiG,.dark-mode .Settings_menu__P8LDr .Settings_button__uKsUW:hover{color:#fcfcfc}.Settings_menu__P8LDr .Settings_button__uKsUW.Settings_active__LtOiG{background:#efefef}.dark-mode .Settings_menu__P8LDr .Settings_button__uKsUW.Settings_active__LtOiG{background:#272b30}.Settings_wrapper__3QLnb{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__3QLnb{padding-left:0}}.Settings_wrapper__3QLnb>.Settings_button__uKsUW{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__3QLnb>.Settings_button__uKsUW{margin-top:32px}}.Settings_dropdown__bZwH5{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__bZwH5{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__bZwH5{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__XQHjv{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__lBLgX{position:relative}@media only screen and (max-width:1023px){.Settings_item__lBLgX{display:none}.Settings_item__lBLgX.Settings_active__LtOiG{display:block}}.Settings_item__lBLgX:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__lBLgX:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__lBLgX:not(:last-child){border-color:#272b30}.Settings_anchor__HiCKZ{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__HiCKZ{top:-106px}}.Settings_stepNumber__9\+aYy{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__9\+aYy{background:#272b30;color:#f4f4f4}.Settings_button__uKsUW.Settings_completed__GxEc6 .Settings_stepNumber__9\+aYy{background:#83bf6e;color:#fcfcfc}.Settings_button__uKsUW.Settings_active__LtOiG .Settings_stepNumber__9\+aYy{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__7sV7J{margin-bottom:32px}.Settings_stepTitle__Hw8X4{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__Hw8X4{color:#fcfcfc}.Settings_componentWrapper__\+Hkz8{margin-bottom:32px}.Settings_navigationButtons__84iSj{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__84iSj{flex-direction:column;gap:12px}}.Settings_progressIndicator__j-yYG{text-align:center}.Settings_progressBar__p0Bx3{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__p0Bx3{background:#272b30}.Settings_progressFill__36JAR{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__0pTlt{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__0pTlt{color:#f4f4f4}.ProfileInformation_profile__qOc1H{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_profile__qOc1H{margin-bottom:24px}}@media only screen and (max-width:767px){.ProfileInformation_profile__qOc1H>.ProfileInformation_button__glUow{display:none}}.ProfileInformation_avatar__0a2Zh{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ProfileInformation_avatar__0a2Zh{height:80px;margin-right:16px;width:80px}}.ProfileInformation_avatar__0a2Zh img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ProfileInformation_remove__LHR49{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ProfileInformation_remove__LHR49{display:inline-block}}.ProfileInformation_file__1-zRr{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ProfileInformation_file__1-zRr{margin-right:0}}.ProfileInformation_file__1-zRr input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ProfileInformation_file__1-zRr .ProfileInformation_button__glUow{padding:0 10px}}.ProfileInformation_field__flvN6:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ProfileInformation_field__flvN6:not(:last-child){margin-bottom:24px}}.ProfileInformation_group__PwwIO{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ProfileInformation_group__PwwIO{display:block;margin:0}}.ProfileInformation_group__PwwIO .ProfileInformation_field__flvN6{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ProfileInformation_group__PwwIO .ProfileInformation_field__flvN6{margin:20px 0 0;width:100%}}line{display:flex;padding-bottom:16px}line:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){line:not(:last-child){margin-bottom:24px}}.dark-mode line:not(:last-child){border-color:#272b30}.ProfileInformation_switch__eKk9f{margin-left:auto}.AddressInformation_title__C8FkY{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .AddressInformation_title__C8FkY{color:#efefef}.AddressInformation_group__wm5S2{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformation_group__wm5S2{display:block;margin:0}}.AddressInformation_group__wm5S2 .AddressInformation_field__LMNtN{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformation_group__wm5S2 .AddressInformation_field__LMNtN{margin:20px 0 0;width:100%}}.Payment_content__QBjyP{padding:32px 24px;text-align:center}.Payment_successMessage__MizEI{margin-bottom:40px}.Payment_successMessage__MizEI svg{margin-bottom:16px}.Payment_successMessage__MizEI h3{color:#1a1d1f;margin-bottom:8px}.dark-mode .Payment_successMessage__MizEI h3{color:#fcfcfc}.Payment_successMessage__MizEI p{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Payment_successMessage__MizEI p{color:#efefef}.Payment_actions__lR-PC{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:320px}.Payment_primaryButton__au5pg{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_primaryButton__au5pg svg{fill:currentColor}.Payment_secondaryButton__d9htc{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_secondaryButton__d9htc svg{fill:currentColor}.Payment_line__4GugC{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}.dark-mode .Payment_line__4GugC{border-color:#272b30}.Payment_title__CoGXs{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .Payment_title__CoGXs{color:#efefef}.Payment_button__iyqlF{margin-left:auto}.Payment_email__w\+0B8{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:16px}.Item_item__GcsuH{position:relative}.Item_anchor__9sYaX{left:0;position:absolute;right:0;top:0}.Item_title__AqbpH{line-height:40px;margin-bottom:32px}.RepresentativeInformation_fieldset__gmXUC>.RepresentativeInformation_field__1P4NV:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.RepresentativeInformation_fieldset__gmXUC>.RepresentativeInformation_field__1P4NV:not(:last-child){margin-bottom:24px}}.RepresentativeInformation_row__LlgVT{display:flex;margin:0 -8px}@media only screen and (max-width:767px){.RepresentativeInformation_row__LlgVT{display:block;margin:0}}.RepresentativeInformation_row__LlgVT .RepresentativeInformation_field__1P4NV{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px;width:calc(50% - 16px)}@media only screen and (max-width:767px){.RepresentativeInformation_row__LlgVT .RepresentativeInformation_field__1P4NV{margin:0;width:100%}.RepresentativeInformation_row__LlgVT .RepresentativeInformation_field__1P4NV:not(:last-child){margin-bottom:24px}}.RepresentativeInformation_row__LlgVT:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.RepresentativeInformation_row__LlgVT:not(:last-child){margin-bottom:24px}}.RepresentativeInformation_group__5lGVz{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.RepresentativeInformation_group__5lGVz{display:block;margin:0}}.RepresentativeInformation_group__5lGVz .RepresentativeInformation_field__1P4NV{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.RepresentativeInformation_group__5lGVz .RepresentativeInformation_field__1P4NV{margin:20px 0 0;width:100%}}.Settings_settings__COXTQ{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__COXTQ{display:block}}@media only screen and (max-width:767px){.Settings_settings__COXTQ{padding:24px 16px}}.dark-mode .Settings_settings__COXTQ{background:#1a1d1f}.Settings_menu__-4MsO{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__-4MsO{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__-4MsO{display:none}}.Settings_menu__-4MsO .Settings_button__k9Bjd{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__-4MsO .Settings_button__k9Bjd:not(:last-child){margin-bottom:8px}.Settings_menu__-4MsO .Settings_button__k9Bjd.Settings_active__ud5Pc,.Settings_menu__-4MsO .Settings_button__k9Bjd:hover{color:#1a1d1f}.dark-mode .Settings_menu__-4MsO .Settings_button__k9Bjd.Settings_active__ud5Pc,.dark-mode .Settings_menu__-4MsO .Settings_button__k9Bjd:hover{color:#fcfcfc}.Settings_menu__-4MsO .Settings_button__k9Bjd.Settings_active__ud5Pc{background:#efefef}.dark-mode .Settings_menu__-4MsO .Settings_button__k9Bjd.Settings_active__ud5Pc{background:#272b30}.Settings_wrapper__lIQEK{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__lIQEK{padding-left:0}}.Settings_wrapper__lIQEK>.Settings_button__k9Bjd{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__lIQEK>.Settings_button__k9Bjd{margin-top:32px}}.Settings_dropdown__ty\+-O{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__ty\+-O{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__ty\+-O{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__AOux4{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__oQRbL{position:relative}@media only screen and (max-width:1023px){.Settings_item__oQRbL{display:none}.Settings_item__oQRbL.Settings_active__ud5Pc{display:block}}.Settings_item__oQRbL:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__oQRbL:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__oQRbL:not(:last-child){border-color:#272b30}.Settings_anchor__VPj68{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__VPj68{top:-106px}}.Settings_stepNumber__8wemR{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__8wemR{background:#272b30;color:#f4f4f4}.Settings_button__k9Bjd.Settings_completed__i-YPE .Settings_stepNumber__8wemR{background:#83bf6e;color:#fcfcfc}.Settings_button__k9Bjd.Settings_active__ud5Pc .Settings_stepNumber__8wemR{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__rEble{margin-bottom:32px}.Settings_stepTitle__STs8N{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__STs8N{color:#fcfcfc}.Settings_componentWrapper__tUAe0{margin-bottom:32px}.Settings_navigationButtons__yGy8Z{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__yGy8Z{flex-direction:column;gap:12px}}.Settings_progressIndicator__12yC2{text-align:center}.Settings_progressBar__NH-fH{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__NH-fH{background:#272b30}.Settings_progressFill__oJOvr{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__dGoOt{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__dGoOt{color:#f4f4f4}.ContractGeneralInfo_profile__h\+0BV{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ContractGeneralInfo_profile__h\+0BV{margin-bottom:24px}}@media only screen and (max-width:767px){.ContractGeneralInfo_profile__h\+0BV>.ContractGeneralInfo_button__4G6yU{display:none}}.ContractGeneralInfo_avatar__ZM\+Qu{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ContractGeneralInfo_avatar__ZM\+Qu{height:80px;margin-right:16px;width:80px}}.ContractGeneralInfo_avatar__ZM\+Qu img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ContractGeneralInfo_remove__imIaL{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ContractGeneralInfo_remove__imIaL{display:inline-block}}.ContractGeneralInfo_file__BKibR{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ContractGeneralInfo_file__BKibR{margin-right:0}}.ContractGeneralInfo_file__BKibR input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ContractGeneralInfo_file__BKibR .ContractGeneralInfo_button__4G6yU{padding:0 10px}}.ContractGeneralInfo_field__GUwk8:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ContractGeneralInfo_field__GUwk8:not(:last-child){margin-bottom:24px}}.ContractGeneralInfo_group__cD364{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContractGeneralInfo_group__cD364{display:block;margin:0}}.ContractGeneralInfo_group__cD364 .ContractGeneralInfo_field__GUwk8{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContractGeneralInfo_group__cD364 .ContractGeneralInfo_field__GUwk8{margin:20px 0 0;width:100%}}.ContractGeneralInfo_line__EFFVb{display:flex;padding-bottom:16px}.ContractGeneralInfo_line__EFFVb:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.ContractGeneralInfo_line__EFFVb:not(:last-child){margin-bottom:24px}}.dark-mode .ContractGeneralInfo_line__EFFVb:not(:last-child){border-color:#272b30}.ContractGeneralInfo_switch__NKHKP{margin-left:auto}.ContractGeneralInfo_switchContainer__7NfGz{align-items:center;display:flex;margin-bottom:32px;margin-top:20px}@media only screen and (max-width:1023px){.ContractGeneralInfo_switchContainer__7NfGz{margin-bottom:24px}}@media only screen and (max-width:767px){.ContractGeneralInfo_switchContainer__7NfGz{align-items:flex-start;flex-direction:column}}.ContractGeneralInfo_switchLabel__RTBTQ{flex:1 1;margin-right:10px}@media only screen and (max-width:767px){.ContractGeneralInfo_switchLabel__RTBTQ{margin-bottom:10px}}.ContractDatesDerogations_fieldset__Os1SQ>.ContractDatesDerogations_field__U6uM6:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ContractDatesDerogations_fieldset__Os1SQ>.ContractDatesDerogations_field__U6uM6:not(:last-child){margin-bottom:24px}}.ContractDatesDerogations_row__tCt2Q{display:flex;margin:0 -8px}@media only screen and (max-width:767px){.ContractDatesDerogations_row__tCt2Q{display:block;margin:0}}.ContractDatesDerogations_row__tCt2Q .ContractDatesDerogations_field__U6uM6{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px;width:calc(50% - 16px)}@media only screen and (max-width:767px){.ContractDatesDerogations_row__tCt2Q .ContractDatesDerogations_field__U6uM6{margin:0;width:100%}.ContractDatesDerogations_row__tCt2Q .ContractDatesDerogations_field__U6uM6:not(:last-child){margin-bottom:24px}}.ContractDatesDerogations_row__tCt2Q:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ContractDatesDerogations_row__tCt2Q:not(:last-child){margin-bottom:24px}}.ContractDatesDerogations_group__DIxlu{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContractDatesDerogations_group__DIxlu{display:block;margin:0}}.ContractDatesDerogations_group__DIxlu .ContractDatesDerogations_field__U6uM6{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContractDatesDerogations_group__DIxlu .ContractDatesDerogations_field__U6uM6{margin:20px 0 0;width:100%}}.ContractRemuneration_profile__zco8P{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.ContractRemuneration_profile__zco8P{margin-bottom:24px}}@media only screen and (max-width:767px){.ContractRemuneration_profile__zco8P>.ContractRemuneration_button__sYFDG{display:none}}.ContractRemuneration_avatar__lON1Q{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.ContractRemuneration_avatar__lON1Q{height:80px;margin-right:16px;width:80px}}.ContractRemuneration_avatar__lON1Q img{border-radius:50%;height:100%;object-fit:cover;width:100%}.ContractRemuneration_remove__QsDDb{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.ContractRemuneration_remove__QsDDb{display:inline-block}}.ContractRemuneration_file__JyeRr{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.ContractRemuneration_file__JyeRr{margin-right:0}}.ContractRemuneration_file__JyeRr input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.ContractRemuneration_file__JyeRr .ContractRemuneration_button__sYFDG{padding:0 10px}}.ContractRemuneration_field__798TD:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.ContractRemuneration_field__798TD:not(:last-child){margin-bottom:24px}}.ContractRemuneration_group__EsAmw{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.ContractRemuneration_group__EsAmw{display:block;margin:0}}.ContractRemuneration_group__EsAmw .ContractRemuneration_field__798TD{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.ContractRemuneration_group__EsAmw .ContractRemuneration_field__798TD{margin:20px 0 0;width:100%}}.ContractRemuneration_percentageContainer__641UI{align-items:flex-start;display:flex;flex-direction:column;margin-left:12px}@media only screen and (max-width:767px){.ContractRemuneration_percentageContainer__641UI{margin-left:0;margin-top:12px}}.ContractRemuneration_percentageContainer__641UI p{color:#6f767e;font-weight:500;margin-bottom:8px}.ContractRemuneration_calculationSection__oRVRn{align-items:flex-start;display:flex;flex-direction:column;margin-top:24px}@media only screen and (max-width:767px){.ContractRemuneration_calculationSection__oRVRn{margin-top:16px}}.ContractRemuneration_calculateButton__NtRte{background-color:#2a85ff;color:#fcfcfc;margin-top:8px}.ContractRemuneration_calculateButton__NtRte:hover{background-color:#1176ff}.ContractRemuneration_errorMessage__5VltP{color:#ff6a55;font-size:14px;font-weight:500;margin-top:12px}.ContractRemuneration_infoMessage__WMDW8{color:#007aff;font-size:14px;margin-top:10px}.ContractRemuneration_yearSection__cABlP{border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:16px}.ContractRemuneration_yearSection__cABlP:last-child{border-bottom:none}.ContractRemuneration_yearTitle__MDFpN{color:#6f767e;font-size:16px;font-weight:600;margin-bottom:16px}.ContractRemuneration_yearGroup__DwEdN{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}.ContractRemuneration_yearGroup__DwEdN .ContractRemuneration_field__798TD{flex-basis:calc(25% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(25% - 12px)}@media only screen and (max-width:767px){.ContractRemuneration_yearGroup__DwEdN .ContractRemuneration_field__798TD{margin:12px 0 0;width:100%}}.ContractRemuneration_salaryEvolution__cunEk{margin-top:16px;overflow-x:auto;width:100%}.ContractRemuneration_salaryTable__rUDgL{border-collapse:collapse;width:100%}.ContractRemuneration_salaryTable__rUDgL td,.ContractRemuneration_salaryTable__rUDgL th{border-bottom:1px solid #efefef;padding:10px;text-align:left}.ContractRemuneration_salaryTable__rUDgL th{background-color:#f4f4f4;color:#6f767e;font-size:14px;font-weight:600}.ContractRemuneration_salaryTable__rUDgL td{font-size:14px}.ContractRemuneration_salaryTable__rUDgL tr:nth-child(2n){background-color:hsla(0,0%,96%,.3)}.ContractRemuneration_salaryTable__rUDgL tr:hover{background-color:rgba(42,133,255,.1)}.AvantagesNature_profile__pOUPe{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.AvantagesNature_profile__pOUPe{margin-bottom:24px}}@media only screen and (max-width:767px){.AvantagesNature_profile__pOUPe>.AvantagesNature_button__pjIeF{display:none}}.AvantagesNature_avatar__l6jRJ{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.AvantagesNature_avatar__l6jRJ{height:80px;margin-right:16px;width:80px}}.AvantagesNature_avatar__l6jRJ img{border-radius:50%;height:100%;object-fit:cover;width:100%}.AvantagesNature_remove__HyPvv{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.AvantagesNature_remove__HyPvv{display:inline-block}}.AvantagesNature_file__P-PjJ{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.AvantagesNature_file__P-PjJ{margin-right:0}}.AvantagesNature_file__P-PjJ input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.AvantagesNature_file__P-PjJ .AvantagesNature_button__pjIeF{padding:0 10px}}.AvantagesNature_field__U8UwU:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.AvantagesNature_field__U8UwU:not(:last-child){margin-bottom:24px}}.AvantagesNature_group__7Rvuu{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AvantagesNature_group__7Rvuu{display:block;margin:0}}.AvantagesNature_group__7Rvuu .AvantagesNature_field__U8UwU{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AvantagesNature_group__7Rvuu .AvantagesNature_field__U8UwU{margin:20px 0 0;width:100%}}.AvantagesNature_percentageContainer__pPUnV{align-items:flex-start;display:flex;flex-direction:column;margin-left:12px}@media only screen and (max-width:767px){.AvantagesNature_percentageContainer__pPUnV{margin-left:0;margin-top:12px}}.AvantagesNature_percentageContainer__pPUnV p{color:#6f767e;font-weight:500;margin-bottom:8px}.AvantagesNature_calculationSection__dfGKB{align-items:flex-start;display:flex;flex-direction:column;margin-top:24px}@media only screen and (max-width:767px){.AvantagesNature_calculationSection__dfGKB{margin-top:16px}}.AvantagesNature_calculateButton__bXUV3{background-color:#2a85ff;color:#fcfcfc;margin-top:8px}.AvantagesNature_calculateButton__bXUV3:hover{background-color:#1176ff}.AvantagesNature_errorMessage__7b0Ir{color:#ff6a55;font-size:14px;font-weight:500;margin-top:12px}.AvantagesNature_infoMessage__iV\+vh{color:#007aff;font-size:14px;margin-top:10px}.AvantagesNature_yearSection__o8Rze{border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:16px}.AvantagesNature_yearSection__o8Rze:last-child{border-bottom:none}.AvantagesNature_yearTitle__UnsDn{color:#6f767e;font-size:16px;font-weight:600;margin-bottom:16px}.AvantagesNature_yearGroup__riXY\+{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}.AvantagesNature_yearGroup__riXY\+ .AvantagesNature_field__U8UwU{flex-basis:calc(25% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(25% - 12px)}@media only screen and (max-width:767px){.AvantagesNature_yearGroup__riXY\+ .AvantagesNature_field__U8UwU{margin:12px 0 0;width:100%}}.AvantagesNature_salaryEvolution__Vytky{margin-top:16px;overflow-x:auto;width:100%}.AvantagesNature_salaryTable__4bIya{border-collapse:collapse;width:100%}.AvantagesNature_salaryTable__4bIya td,.AvantagesNature_salaryTable__4bIya th{border-bottom:1px solid #efefef;padding:10px;text-align:left}.AvantagesNature_salaryTable__4bIya th{background-color:#f4f4f4;color:#6f767e;font-size:14px;font-weight:600}.AvantagesNature_salaryTable__4bIya td{font-size:14px}.AvantagesNature_salaryTable__4bIya tr:nth-child(2n){background-color:hsla(0,0%,96%,.3)}.AvantagesNature_salaryTable__4bIya tr:hover{background-color:rgba(42,133,255,.1)}.AvantagesNature_profile__lxZuy{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.AvantagesNature_profile__lxZuy{margin-bottom:24px}}@media only screen and (max-width:767px){.AvantagesNature_profile__lxZuy>.AvantagesNature_button__3Rlou{display:none}}.AvantagesNature_dropdown__j1tUV{margin-bottom:24px}.AvantagesNature_group__bSBHM{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AvantagesNature_group__bSBHM{display:block;margin:0}}.AvantagesNature_group__bSBHM .AvantagesNature_field__hORV8{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AvantagesNature_group__bSBHM .AvantagesNature_field__hORV8{margin:20px 0 0;width:100%}}.AvantagesNature_avatar__noMTj{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.AvantagesNature_avatar__noMTj{height:80px;margin-right:16px;width:80px}}.AvantagesNature_avatar__noMTj img{border-radius:50%;height:100%;object-fit:cover;width:100%}.AvantagesNature_remove__AJ6E0{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.AvantagesNature_remove__AJ6E0{display:inline-block}}.AvantagesNature_file__hlsor{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.AvantagesNature_file__hlsor{margin-right:0}}.AvantagesNature_file__hlsor input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.AvantagesNature_file__hlsor .AvantagesNature_button__3Rlou{padding:0 10px}}.AvantagesNature_field__hORV8:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.AvantagesNature_field__hORV8:not(:last-child){margin-bottom:24px}}.AvantagesNature_percentageContainer__YjOB7{align-items:flex-start;display:flex;flex-direction:column;margin-left:12px}@media only screen and (max-width:767px){.AvantagesNature_percentageContainer__YjOB7{margin-left:0;margin-top:12px}}.AvantagesNature_percentageContainer__YjOB7 p{color:#6f767e;font-weight:500;margin-bottom:8px}.AvantagesNature_calculationSection__TiDu1{align-items:flex-start;display:flex;flex-direction:column;margin-top:24px}@media only screen and (max-width:767px){.AvantagesNature_calculationSection__TiDu1{margin-top:16px}}.AvantagesNature_calculateButton__9AXgL{background-color:#2a85ff;color:#fcfcfc;margin-top:8px}.AvantagesNature_calculateButton__9AXgL:hover{background-color:#1176ff}.AvantagesNature_errorMessage__McZcp{color:#ff6a55;font-size:14px;font-weight:500;margin-top:12px}.AvantagesNature_infoMessage__QLi66{color:#007aff;font-size:14px;margin-top:10px}.AvantagesNature_yearSection__fwYVv{border-bottom:1px solid #efefef;margin-bottom:24px;padding-bottom:16px}.AvantagesNature_yearSection__fwYVv:last-child{border-bottom:none}.AvantagesNature_yearTitle__GF-Cg{color:#6f767e;font-size:16px;font-weight:600;margin-bottom:16px}.AvantagesNature_yearGroup__PUIMI{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}.AvantagesNature_yearGroup__PUIMI .AvantagesNature_field__hORV8{flex-basis:calc(25% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(25% - 12px)}@media only screen and (max-width:767px){.AvantagesNature_yearGroup__PUIMI .AvantagesNature_field__hORV8{margin:12px 0 0;width:100%}}.AvantagesNature_salaryEvolution__k5JVz{margin-top:16px;overflow-x:auto;width:100%}.AvantagesNature_salaryTable__T-sva{border-collapse:collapse;width:100%}.AvantagesNature_salaryTable__T-sva td,.AvantagesNature_salaryTable__T-sva th{border-bottom:1px solid #efefef;padding:10px;text-align:left}.AvantagesNature_salaryTable__T-sva th{background-color:#f4f4f4;color:#6f767e;font-size:14px;font-weight:600}.AvantagesNature_salaryTable__T-sva td{font-size:14px}.AvantagesNature_salaryTable__T-sva tr:nth-child(2n){background-color:hsla(0,0%,96%,.3)}.AvantagesNature_salaryTable__T-sva tr:hover{background-color:rgba(42,133,255,.1)}.Payment_content__6A3lL{padding:32px 24px;text-align:center}.Payment_successMessage__Xdrrh{margin-bottom:40px}.Payment_successMessage__Xdrrh svg{margin-bottom:16px}.Payment_successMessage__Xdrrh h3{color:#1a1d1f;margin-bottom:8px}.dark-mode .Payment_successMessage__Xdrrh h3{color:#fcfcfc}.Payment_successMessage__Xdrrh p{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Payment_successMessage__Xdrrh p{color:#efefef}.Payment_actions__pEy\+B{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:320px}.Payment_primaryButton__iDqCu{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_primaryButton__iDqCu svg{fill:currentColor}.Payment_secondaryButton__sDrWH{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_secondaryButton__sDrWH svg{fill:currentColor}.Payment_line__kKvAj{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}.dark-mode .Payment_line__kKvAj{border-color:#272b30}.Payment_title__4n4Cj{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .Payment_title__4n4Cj{color:#efefef}.Payment_button__9kuOn{margin-left:auto}.Payment_email__dxOwX{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:16px}.Item_item__qYihr{position:relative}.Item_anchor__a\+\+RK{left:0;position:absolute;right:0;top:0}.Item_title__TsleX{line-height:40px;margin-bottom:32px}.Settings_settings__DPLti{align-items:flex-start;background:#fcfcfc;border-radius:8px;display:flex;padding:24px}@media only screen and (max-width:1023px){.Settings_settings__DPLti{display:block}}@media only screen and (max-width:767px){.Settings_settings__DPLti{padding:24px 16px}}.dark-mode .Settings_settings__DPLti{background:#1a1d1f}.Settings_menu__7qiWs{display:flex;flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:116px;width:280px}@media only screen and (max-width:1259px){.Settings_menu__7qiWs{width:210px}}@media only screen and (max-width:1023px){.Settings_menu__7qiWs{display:none}}.Settings_menu__7qiWs .Settings_button__WwfYd{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Settings_menu__7qiWs .Settings_button__WwfYd:not(:last-child){margin-bottom:8px}.Settings_menu__7qiWs .Settings_button__WwfYd.Settings_active__-UXDo,.Settings_menu__7qiWs .Settings_button__WwfYd:hover{color:#1a1d1f}.dark-mode .Settings_menu__7qiWs .Settings_button__WwfYd.Settings_active__-UXDo,.dark-mode .Settings_menu__7qiWs .Settings_button__WwfYd:hover{color:#fcfcfc}.Settings_menu__7qiWs .Settings_button__WwfYd.Settings_active__-UXDo{background:#efefef}.dark-mode .Settings_menu__7qiWs .Settings_button__WwfYd.Settings_active__-UXDo{background:#272b30}.Settings_wrapper__UyDu9{flex-grow:1;padding-left:32px}@media only screen and (max-width:1023px){.Settings_wrapper__UyDu9{padding-left:0}}.Settings_wrapper__UyDu9>.Settings_button__WwfYd{margin-top:48px}@media only screen and (max-width:1023px){.Settings_wrapper__UyDu9>.Settings_button__WwfYd{margin-top:32px}}.Settings_dropdown__xAHMV{display:none}@media only screen and (max-width:1023px){.Settings_dropdown__xAHMV{display:block;margin-bottom:32px}}@media only screen and (max-width:767px){.Settings_dropdown__xAHMV{margin-bottom:24px}}.dark-mode .Settings_dropdownHead__QdqaB{background:#272b30;box-shadow:inset 0 0 0 #272b30}.Settings_item__l2y2s{position:relative}@media only screen and (max-width:1023px){.Settings_item__l2y2s{display:none}.Settings_item__l2y2s.Settings_active__-UXDo{display:block}}.Settings_item__l2y2s:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:48px;padding-bottom:48px}@media only screen and (max-width:1023px){.Settings_item__l2y2s:not(:last-child){border:none;margin-bottom:0;padding-bottom:0}}.dark-mode .Settings_item__l2y2s:not(:last-child){border-color:#272b30}.Settings_anchor__lHqN0{left:0;position:absolute;right:0;top:-116px}@media only screen and (max-width:1023px){.Settings_anchor__lHqN0{top:-106px}}.Settings_stepNumber__NtZba{align-items:center;background:#efefef;border-radius:50%;color:#6f767e;display:inline-flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:12px;width:24px}.dark-mode .Settings_stepNumber__NtZba{background:#272b30;color:#f4f4f4}.Settings_button__WwfYd.Settings_completed__D46Q- .Settings_stepNumber__NtZba{background:#83bf6e;color:#fcfcfc}.Settings_button__WwfYd.Settings_active__-UXDo .Settings_stepNumber__NtZba{background:#2a85ff;color:#fcfcfc}.Settings_stepContent__i5v0W{margin-bottom:32px}.Settings_stepTitle__hj\+zb{color:#1a1d1f;margin-bottom:24px}.dark-mode .Settings_stepTitle__hj\+zb{color:#fcfcfc}.Settings_componentWrapper__-BXUj{margin-bottom:32px}.Settings_navigationButtons__v\+eOT{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width:767px){.Settings_navigationButtons__v\+eOT{flex-direction:column;gap:12px}}.Settings_progressIndicator__b-yV1{text-align:center}.Settings_progressBar__QWsPU{background:#efefef;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden;width:100%}.dark-mode .Settings_progressBar__QWsPU{background:#272b30}.Settings_progressFill__Y8MTY{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:3px;height:100%;transition:width .3s ease}.Settings_progressText__T6hkL{color:#6f767e;font-size:13px;font-weight:600;line-height:1.2307692308}.dark-mode .Settings_progressText__T6hkL{color:#f4f4f4}.TutorInfo_profile__RO51M{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.TutorInfo_profile__RO51M{margin-bottom:24px}}@media only screen and (max-width:767px){.TutorInfo_profile__RO51M>.TutorInfo_button__eXG8W{display:none}}.TutorInfo_avatar__I1omT{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.TutorInfo_avatar__I1omT{height:80px;margin-right:16px;width:80px}}.TutorInfo_avatar__I1omT img{border-radius:50%;height:100%;object-fit:cover;width:100%}.TutorInfo_remove__\+vWSk{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.TutorInfo_remove__\+vWSk{display:inline-block}}.TutorInfo_file__q2AIe{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.TutorInfo_file__q2AIe{margin-right:0}}.TutorInfo_file__q2AIe input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.TutorInfo_file__q2AIe .TutorInfo_button__eXG8W{padding:0 10px}}.TutorInfo_field__GRI61:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.TutorInfo_field__GRI61:not(:last-child){margin-bottom:24px}}.TutorInfo_group__pxNJu{align-items:flex-end;display:flex;flex-wrap:wrap;margin:24px -6px auto}@media only screen and (max-width:767px){.TutorInfo_group__pxNJu{display:block;margin:0}}.TutorInfo_group__pxNJu .TutorInfo_field__GRI61{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.TutorInfo_group__pxNJu .TutorInfo_field__GRI61{margin:20px 0 0;width:100%}}.TutorInfo_line__PF6lw{display:flex;padding-bottom:16px}.TutorInfo_line__PF6lw:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.TutorInfo_line__PF6lw:not(:last-child){margin-bottom:24px}}.dark-mode .TutorInfo_line__PF6lw:not(:last-child){border-color:#272b30}.TutorInfo_switch__P5aIJ{margin-left:auto}.TutorInfo_switchContainer__8u81U{align-items:center;display:flex;margin-bottom:32px;margin-top:20px}@media only screen and (max-width:1023px){.TutorInfo_switchContainer__8u81U{margin-bottom:24px}}@media only screen and (max-width:767px){.TutorInfo_switchContainer__8u81U{align-items:flex-start;flex-direction:column}}.TutorInfo_switchLabel__2HvqD{flex:1 1;margin-right:10px}@media only screen and (max-width:767px){.TutorInfo_switchLabel__2HvqD{margin-bottom:10px}}.StudentSearchBar_container__zI1ku:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_container__zI1ku:not(:last-child){margin-bottom:24px}}.StudentSearchBar_inputWrapper__psBQZ{position:relative;width:100%}.StudentSearchBar_field__o\+QnM{width:100%}.StudentSearchBar_clearButton__jJcJA{align-items:center;background:transparent;border:none;color:#6f767e;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:12px;top:52px;-webkit-transform:translateY(0);transform:translateY(0);transition:color .2s;z-index:5}.StudentSearchBar_clearButton__jJcJA:hover{color:#272b30}.dark-mode .StudentSearchBar_clearButton__jJcJA{color:#efefef}.dark-mode .StudentSearchBar_clearButton__jJcJA:hover{color:#fcfcfc}.StudentSearchBar_searchResults__gSPBK{border:1px solid #efefef;z-index:1000}.dark-mode .StudentSearchBar_searchResults__gSPBK{border-color:#272b30}.StudentSearchBar_resultItem__\+wH0Y{transition:background-color .2s ease}.dark-mode .StudentSearchBar_resultItem__\+wH0Y{border-bottom-color:#272b30}.StudentSearchBar_studentInfo__xvctv{flex:1 1}.StudentSearchBar_studentName__yVkzO{color:#1a1d1f;margin-bottom:4px}.dark-mode .StudentSearchBar_studentName__yVkzO{color:#fcfcfc}.StudentSearchBar_studentDetails__LxVFR{align-items:center;color:#6f767e;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.2307692308}.dark-mode .StudentSearchBar_studentDetails__LxVFR{color:#f4f4f4}.StudentSearchBar_noResults__mNVUh{background:#fcfcfc;border:1px solid #efefef;font-size:13px;font-weight:600;left:0;line-height:1.2307692308;position:absolute;right:0;top:100%;z-index:1000}.dark-mode .StudentSearchBar_noResults__mNVUh{background:#1a1d1f;border-color:#272b30;color:#f4f4f4}.StudentSearchBar_selectedStudentDetails__4Y7FR{background:#f4f4f4;border:1px solid #efefef;border-radius:8px;margin-top:24px;padding:20px}.dark-mode .StudentSearchBar_selectedStudentDetails__4Y7FR{background:#272b30;border-color:#33383f}.StudentSearchBar_selectedStudentDetails__4Y7FR h3{color:#1a1d1f;margin-bottom:16px}.dark-mode .StudentSearchBar_selectedStudentDetails__4Y7FR h3{color:#fcfcfc}.StudentSearchBar_detailRow__tMpz-{align-items:center;border-bottom:1px solid #efefef;justify-content:space-between;padding:8px 0}.StudentSearchBar_detailRow__tMpz-:last-child{border-bottom:none}.dark-mode .StudentSearchBar_detailRow__tMpz-{border-bottom-color:#33383f}.StudentSearchBar_searchLabel__kmI1c{color:#1a1d1f;margin-bottom:12px}.dark-mode .StudentSearchBar_searchLabel__kmI1c{color:#fcfcfc}.StudentSearchBar_value__pKFDh{color:#272b30;font-size:13px;font-weight:600;line-height:1.2307692308;max-width:60%;text-align:right;word-break:break-word}.dark-mode .StudentSearchBar_value__pKFDh{color:#fcfcfc}.StudentSearchBar_profile__AwMZz{align-items:center;display:flex;margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_profile__AwMZz{margin-bottom:24px}}@media only screen and (max-width:767px){.StudentSearchBar_profile__AwMZz>.StudentSearchBar_button__kXBud{display:none}}.StudentSearchBar_fieldset__wQDmf{width:100%}.StudentSearchBar_avatar__\+O0UK{flex-shrink:0;height:96px;margin-right:32px;position:relative;width:96px}@media only screen and (max-width:767px){.StudentSearchBar_avatar__\+O0UK{height:80px;margin-right:16px;width:80px}}.StudentSearchBar_avatar__\+O0UK img{border-radius:50%;height:100%;object-fit:cover;width:100%}.StudentSearchBar_remove__jmkQc{background:#fcfcfc;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25);display:none;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:767px){.StudentSearchBar_remove__jmkQc{display:inline-block}}.StudentSearchBar_file__fnQPo{display:inline-block;margin-right:12px;overflow:hidden;position:relative}@media only screen and (max-width:767px){.StudentSearchBar_file__fnQPo{margin-right:0}}.StudentSearchBar_file__fnQPo input{font-size:160px;left:0;opacity:0;position:absolute;top:0}@media only screen and (max-width:767px){.StudentSearchBar_file__fnQPo .StudentSearchBar_button__kXBud{padding:0 10px}}.StudentSearchBar_field__o\+QnM:not(:last-child){margin-bottom:32px}@media only screen and (max-width:1023px){.StudentSearchBar_field__o\+QnM:not(:last-child){margin-bottom:24px}}.StudentSearchBar_searchContainer__4pY-M{margin-bottom:24px;position:relative;width:100%}.StudentSearchBar_searchResults__gSPBK{background:#fcfcfc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dark-mode .StudentSearchBar_searchResults__gSPBK{background:#1a1d1f;box-shadow:0 4px 12px rgba(0,0,0,.3)}.StudentSearchBar_resultItem__\+wH0Y{border-bottom:1px solid #efefef;cursor:pointer;padding:12px 16px;transition:background .2s}.StudentSearchBar_resultItem__\+wH0Y:hover{background:#f4f4f4}.dark-mode .StudentSearchBar_resultItem__\+wH0Y:hover{background:#272b30}.StudentSearchBar_resultItem__\+wH0Y:last-child{border-bottom:none}.StudentSearchBar_resultContent__I8he4{align-items:center;display:flex}.StudentSearchBar_companyLogo__TB6Jy{border-radius:50%;height:40px;margin-right:20px;object-fit:cover;width:40px}.StudentSearchBar_companyInfo__9YxzV{flex:1 1}.StudentSearchBar_companyName__NOlZU{color:#1a1d1f;font-weight:600;margin-bottom:4px}.dark-mode .StudentSearchBar_companyName__NOlZU{color:#fcfcfc}.StudentSearchBar_companyDetails__Xca0b{align-items:center;color:#6f767e;display:flex;font-size:14px;gap:10px}.StudentSearchBar_noResults__mNVUh{background:#f4f4f4;border-radius:8px;color:#6f767e;margin-top:8px;padding:16px;text-align:center}.dark-mode .StudentSearchBar_noResults__mNVUh{background:#272b30}.StudentSearchBar_noResults__mNVUh .StudentSearchBar_link__bMVEm{display:block;margin-top:8px}.StudentSearchBar_selectedCompanyDetails__Zl-sQ{background:#f4f4f4;border-radius:8px;margin-top:24px;padding:16px}.dark-mode .StudentSearchBar_selectedCompanyDetails__Zl-sQ{background:#272b30}.StudentSearchBar_selectedCompanyDetails__Zl-sQ h3{color:#1a1d1f;font-weight:600;margin-bottom:16px}.dark-mode .StudentSearchBar_selectedCompanyDetails__Zl-sQ h3{color:#fcfcfc}.StudentSearchBar_detailRow__tMpz-{display:flex;margin-bottom:8px}.StudentSearchBar_detailRow__tMpz-:last-child{margin-bottom:0}.StudentSearchBar_value__pKFDh{color:#1a1d1f;flex:1 1}.dark-mode .StudentSearchBar_value__pKFDh{color:#f4f4f4}.StudentSearchBar_promotionSelection__to\+K5{margin-bottom:16px;margin-top:16px}.StudentSearchBar_promotionDates__p3hgj{display:flex;flex-direction:column;gap:4px;margin-left:150px;margin-top:8px}.StudentSearchBar_promotionDates__p3hgj div{align-items:center;display:flex}.StudentSearchBar_dateLabel__1\+0yu{color:#6f767e;font-weight:500;width:50px}.StudentSearchBar_dateValue__09FA9{color:#1a1d1f}.dark-mode .StudentSearchBar_dateValue__09FA9{color:#f4f4f4}.StudentSearchBar_tutorSelection__ap15L{margin-top:24px}.Payment_content__frFBb{padding:32px 24px;text-align:center}.Payment_successMessage__M3HpR{margin-bottom:40px}.Payment_successMessage__M3HpR svg{margin-bottom:16px}.Payment_successMessage__M3HpR h3{color:#1a1d1f;margin-bottom:8px}.dark-mode .Payment_successMessage__M3HpR h3{color:#fcfcfc}.Payment_successMessage__M3HpR p{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143}.dark-mode .Payment_successMessage__M3HpR p{color:#efefef}.Payment_actions__vwVG9{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:320px}.Payment_primaryButton__nmG0c{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_primaryButton__nmG0c svg{fill:currentColor}.Payment_secondaryButton__3brbK{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center;padding:16px 24px}.Payment_secondaryButton__3brbK svg{fill:currentColor}.Payment_line__qjCZG{align-items:center;border-bottom:1px solid #efefef;display:flex;margin-bottom:16px;padding-bottom:16px}.dark-mode .Payment_line__qjCZG{border-color:#272b30}.Payment_title__el1MK{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .Payment_title__el1MK{color:#efefef}.Payment_button__xB3VW{margin-left:auto}.Payment_email__B4Pnv{font-size:14px;font-weight:600;line-height:1.7142857143;margin-bottom:16px}.Item_item__9ibr7{position:relative}.Item_anchor__KOMC6{left:0;position:absolute;right:0;top:0}.Item_title__wXXpG{line-height:40px;margin-bottom:32px}.AccountPartner_row__h2pF0{background:#fcfcfc;display:flex;min-height:100vh;position:relative}.dark-mode .AccountPartner_row__h2pF0{background:#1a1d1f}.AccountPartner_col__ZxcB1{padding:96px 24px}@media only screen and (max-width:767px){.AccountPartner_col__ZxcB1{padding-bottom:32px}}.AccountPartner_col__ZxcB1:first-child{align-items:center;background:#f4f4f4;background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.AccountPartner_col__ZxcB1:first-child{display:none}}.dark-mode .AccountPartner_col__ZxcB1:first-child{background:#111315}.AccountPartner_col__ZxcB1:nth-child(2){display:flex;flex-direction:column;flex-grow:1;overflow:auto}.AccountPartner_head__pQRj5{align-items:center;display:flex;padding:20px}.AccountPartner_logo__vqEa2{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.AccountPartner_logo__vqEa2 img{width:100%}.AccountPartner_wrap__7gsn-{max-width:212px}.AccountPartner_preview__hu2Jg{margin:0 auto 40px;max-width:180px}.AccountPartner_preview__hu2Jg img{width:100%}.AccountPartner_subtitle__X0dVo{margin-bottom:48px;text-align:center}.AccountPartner_list__NGjlF li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.AccountPartner_list__NGjlF li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.AccountPartner_list__NGjlF li:not(:last-child){margin-bottom:20px}.AccountPartner_info__m9D9r{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.AccountPartner_info__m9D9r{padding-left:80px}}@media only screen and (max-width:767px){.AccountPartner_info__m9D9r{right:24px}}.AccountPartner_info__m9D9r a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .AccountPartner_info__m9D9r a{color:#fcfcfc}.AccountPartner_info__m9D9r a:hover,.dark-mode .AccountPartner_info__m9D9r a:hover{color:#2a85ff}.AccountPartner_wrapper__pQyuS{max-width:296px}@media only screen and (max-width:767px){.AccountPartner_wrapper__pQyuS{max-width:100%}}.AccountPartner_title__YwBBY{margin:0}.AccountPartner_body__Gq-IW{height:100%;overflow:auto;padding:20px}.AccountPartner_field__-u\+Yd{margin-bottom:15px}.AccountPartner_button__-lEfL{font-size:16px;min-width:150px;padding:12px 20px}.AccountPartner_formGrid__2Drw1{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}@media only screen and (max-width:767px){.AccountPartner_formGrid__2Drw1{grid-template-columns:1fr}}.AccountPartner_sectionTitle__sbtbO{border-bottom:2px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px}.AccountPartner_section__UHp\+A{margin-bottom:30px}.AccountPartner_buttonContainer__TPHtz{display:flex;justify-content:flex-end;margin-top:30px}.AccountPartner_infoText__Y\+qlv{color:#666;flex:1 1}@media only screen and (max-width:767px){.AccountPartner_infoText__Y\+qlv{background-color:rgba(255,243,224,.7);border-left:3px solid #ff9800;border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:15px;padding:10px 15px;text-align:center}}.AccountPartner_line__Lx1Yg{display:flex;padding-bottom:16px}.AccountPartner_line__Lx1Yg:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.AccountPartner_line__Lx1Yg:not(:last-child){margin-bottom:24px}}.dark-mode .AccountPartner_line__Lx1Yg:not(:last-child){border-color:#272b30}.AccountPartner_switch__XNZXe{margin-left:auto}.AddFormation_row__SepZF{background:#fcfcfc;display:flex;min-height:100vh;position:relative}.dark-mode .AddFormation_row__SepZF{background:#1a1d1f}.AddFormation_col__qVZ1g{padding:96px 24px}@media only screen and (max-width:767px){.AddFormation_col__qVZ1g{padding-bottom:32px}}.AddFormation_col__qVZ1g:first-child{align-items:center;background:#f4f4f4;background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.AddFormation_col__qVZ1g:first-child{display:none}}.dark-mode .AddFormation_col__qVZ1g:first-child{background:#111315}.AddFormation_col__qVZ1g:nth-child(2){display:flex;flex-direction:column;flex-grow:1;overflow:auto}.AddFormation_head__kVJhm{align-items:center;display:flex;padding:20px}.AddFormation_logo__axZGC{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.AddFormation_logo__axZGC img{width:100%}.AddFormation_wrap__\+V3TG{max-width:212px}.AddFormation_preview__wIZ8P{margin:0 auto 40px;max-width:180px}.AddFormation_subtitle__Onmg4{margin-bottom:48px;text-align:center}.AddFormation_list__ZpGf4 li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.AddFormation_list__ZpGf4 li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.AddFormation_list__ZpGf4 li:not(:last-child){margin-bottom:20px}.AddFormation_info__Uk4hN{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.AddFormation_info__Uk4hN{padding-left:80px}}@media only screen and (max-width:767px){.AddFormation_info__Uk4hN{right:24px}}.AddFormation_info__Uk4hN a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .AddFormation_info__Uk4hN a{color:#fcfcfc}.AddFormation_info__Uk4hN a:hover,.dark-mode .AddFormation_info__Uk4hN a:hover{color:#2a85ff}.AddFormation_wrapper__wJvKF{max-width:296px}@media only screen and (max-width:767px){.AddFormation_wrapper__wJvKF{max-width:100%}}.AddFormation_title__t6YmW{margin:0}.AddFormation_body__OWVjv{height:100%;overflow:auto;padding:20px}.AddFormation_field__1GxgA{margin-bottom:15px}.AddFormation_button__Ue0wo{font-size:16px;min-width:150px;padding:12px 20px}.AddFormation_formGrid__LTWZO{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}@media only screen and (max-width:767px){.AddFormation_formGrid__LTWZO{grid-template-columns:1fr}}.AddFormation_sectionTitle__2gzy6{border-bottom:2px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px}.AddFormation_section__4-nZD{margin-bottom:30px}.AddFormation_buttonContainer__BpXsq{display:flex;justify-content:flex-end;margin-top:30px}.AddFormation_infoText__UfQmM{color:#666;flex:1 1}@media only screen and (max-width:767px){.AddFormation_infoText__UfQmM{background-color:rgba(255,243,224,.7);border-left:3px solid #ff9800;border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:15px;padding:10px 15px;text-align:center}}.AddFormation_line__mkW\+R{display:flex;padding-bottom:16px}.AddFormation_line__mkW\+R:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.AddFormation_line__mkW\+R:not(:last-child){margin-bottom:24px}}.dark-mode .AddFormation_line__mkW\+R:not(:last-child){border-color:#272b30}.AddFormation_switch__boMgy{margin-left:auto}.AddFormation_field__1GxgA{margin-bottom:24px;position:relative}.AddFormation_fieldLabel__3tqlB{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddFormation_fieldInput__\+Aofs{align-items:center;display:flex;position:relative}.AddFormation_fieldInput__\+Aofs svg{fill:#6f767e;left:12px;position:absolute}.AddFormation_input__IfUB2{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddFormation_input__IfUB2{background:#272b30}.AddFormation_copy__P9ahO{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddFormation_copy__P9ahO:hover{opacity:.8}.AddFormation_preview__wIZ8P img{border-radius:12px;width:100%}.AddFormation_btns__phmAt{display:flex;margin:0 -8px}.AddFormation_btns__phmAt .AddFormation_button__Ue0wo{flex-grow:1;margin:0 8px}.AddCenter_row__tgmo5{background:#fcfcfc;display:flex;min-height:100vh;position:relative}.dark-mode .AddCenter_row__tgmo5{background:#1a1d1f}.AddCenter_col__420G1{padding:96px 24px}@media only screen and (max-width:767px){.AddCenter_col__420G1{padding-bottom:32px}}.AddCenter_col__420G1:first-child{align-items:center;background:#f4f4f4;background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;width:400px}@media only screen and (max-width:1023px){.AddCenter_col__420G1:first-child{display:none}}.dark-mode .AddCenter_col__420G1:first-child{background:#111315}.AddCenter_col__420G1:nth-child(2){display:flex;flex-direction:column;flex-grow:1;overflow:auto}.AddCenter_head__vMuum{align-items:center;display:flex;padding:20px}.AddCenter_logo__L7G0w{display:inline-block;left:24px;position:absolute;top:24px;width:30px;z-index:2}.AddCenter_logo__L7G0w img{width:100%}.AddCenter_wrap__N6gnM{max-width:212px}.AddCenter_preview__Ox8wo{margin:0 auto 40px;max-width:180px}.AddCenter_subtitle__gFQUj{margin-bottom:48px;text-align:center}.AddCenter_list__iWvWo li{color:#6f767e;font-size:14px;font-weight:600;line-height:1.7142857143;padding-left:36px;position:relative}.AddCenter_list__iWvWo li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.AddCenter_list__iWvWo li:not(:last-child){margin-bottom:20px}.AddCenter_info__IbXcp{color:#9a9fa5;font-size:13px;font-weight:600;line-height:1.2307692308;position:absolute;right:40px;top:40px}@media only screen and (max-width:1023px){.AddCenter_info__IbXcp{padding-left:80px}}@media only screen and (max-width:767px){.AddCenter_info__IbXcp{right:24px}}.AddCenter_info__IbXcp a{color:#1a1d1f;font-weight:700;transition:color .2s}.dark-mode .AddCenter_info__IbXcp a{color:#fcfcfc}.AddCenter_info__IbXcp a:hover,.dark-mode .AddCenter_info__IbXcp a:hover{color:#2a85ff}.AddCenter_wrapper__UPh\+I{max-width:296px}@media only screen and (max-width:767px){.AddCenter_wrapper__UPh\+I{max-width:100%}}.AddCenter_title__Vnveg{margin:0}.AddCenter_body__8UzUM{height:100%;overflow:auto;padding:20px}.AddCenter_field__5hYLr{margin-bottom:15px}.AddCenter_button__jxsYM{font-size:16px;min-width:150px;padding:12px 20px}.AddCenter_formGrid__LundE{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:15px}@media only screen and (max-width:767px){.AddCenter_formGrid__LundE{grid-template-columns:1fr}}.AddCenter_sectionTitle__a4BRY{border-bottom:2px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px}.AddCenter_section__zHoHW{margin-bottom:30px}.AddCenter_buttonContainer__ZCPfp{display:flex;justify-content:flex-end;margin-top:30px}.AddCenter_infoText__Cw6H9{color:#666;flex:1 1}@media only screen and (max-width:767px){.AddCenter_infoText__Cw6H9{background-color:rgba(255,243,224,.7);border-left:3px solid #ff9800;border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:15px;padding:10px 15px;text-align:center}}.AddCenter_line__DJG2Z{display:flex;padding-bottom:16px}.AddCenter_line__DJG2Z:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.AddCenter_line__DJG2Z:not(:last-child){margin-bottom:24px}}.dark-mode .AddCenter_line__DJG2Z:not(:last-child){border-color:#272b30}.AddCenter_switch__c-SoK{margin-left:auto}.AddCenter_field__5hYLr{margin-bottom:24px;position:relative}.AddCenter_fieldLabel__MvAiM{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddCenter_fieldInput__6ZpFj{align-items:center;display:flex;position:relative}.AddCenter_fieldInput__6ZpFj svg{fill:#6f767e;left:12px;position:absolute}.AddCenter_input__JVaMP{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddCenter_input__JVaMP{background:#272b30}.AddCenter_copy__UaZO4{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddCenter_copy__UaZO4:hover{opacity:.8}.AddCenter_preview__Ox8wo img{border-radius:12px;width:100%}.AddCenter_btns__SpM3f{display:flex;margin:0 -8px}.AddCenter_btns__SpM3f .AddCenter_button__jxsYM{flex-grow:1;margin:0 8px}.Shop_button__3nb\+\+{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Shop_button__3nb\+\+{display:none}}.Shop_background__JyRrU{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Shop_background__JyRrU{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Shop_background__JyRrU{height:320px}}@media only screen and (max-width:767px){.Shop_background__JyRrU{height:252px;margin:-24px -16px 0}}.Shop_background__JyRrU img{height:100%;object-fit:cover;width:100%}.Shop_card__moE7v{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Shop_card__moE7v{margin-top:-188px}}.Shop_control__ZAFLG{align-items:center;display:flex;margin-bottom:20px}.Shop_nav__x2rCT{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Shop_desktopNav__kekwY{display:none}}.Shop_mobileNav__apD\+t{display:none;width:100%}@media only screen and (max-width:767px){.Shop_mobileNav__apD\+t{display:block}}.Shop_dropdown__nYeHk{width:100%}.Shop_dropdown__nYeHk .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Shop_dropdown__nYeHk .dropdown__head{background:#272b30}.Shop_link__R3nSL{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Shop_link__R3nSL{flex-grow:1}}.Shop_link__R3nSL.Shop_active__JfvIZ,.Shop_link__R3nSL:hover{color:#1a1d1f}.dark-mode .Shop_link__R3nSL.Shop_active__JfvIZ,.dark-mode .Shop_link__R3nSL:hover{color:#fcfcfc}.Shop_link__R3nSL.Shop_active__JfvIZ{background:#efefef}.dark-mode .Shop_link__R3nSL.Shop_active__JfvIZ{background:#272b30}.Shop_link__R3nSL:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Shop_link__R3nSL:not(:last-child){margin-right:0}.Shop_dropdownBox__W6gB1{flex-grow:1}}.Shop_filters__ulhd3{margin-left:16px}@media only screen and (max-width:767px){.Shop_filters__ulhd3{margin-left:12px}}.Shop_foot__QArfo{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Shop_foot__QArfo{margin-top:32px}}@media only screen and (max-width:767px){.Shop_foot__QArfo{margin-top:24px}}.Shop_profile__4JEkE{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Shop_profile__4JEkE{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Shop_profile__4JEkE{display:block}}@media only screen and (max-width:767px){.Shop_profile__4JEkE{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Shop_profile__4JEkE{border-color:#272b30}.Shop_statusContainer__VHvPZ{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Shop_statusContainer__VHvPZ{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Shop_statusContainer__VHvPZ{flex-direction:column;gap:16px}}.Shop_statusGroup__sFTEf{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Shop_statusLabel__-hsNb{color:#6f767e;font-size:14px;font-weight:500}.Shop_statusBadge__PxggD{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Shop_details__L6Dqm{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Shop_details__L6Dqm{margin-bottom:16px}}@media only screen and (max-width:767px){.Shop_details__L6Dqm{margin-bottom:12px}}.Shop_avatar__OTFeK{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Shop_avatar__OTFeK img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Shop_add__93QZd{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Shop_add__93QZd svg{fill:#fff}.Shop_add__93QZd:hover{background:#1176ff}.Shop_info__Z11Dl{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Shop_info__Z11Dl{font-size:18px;font-size:15px;margin-top:4px}}.Profile_button__7u-dN{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Profile_button__7u-dN{display:none}}.Profile_background__HGaxP{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Profile_background__HGaxP{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Profile_background__HGaxP{height:320px}}@media only screen and (max-width:767px){.Profile_background__HGaxP{height:252px;margin:-24px -16px 0}}.Profile_background__HGaxP img{height:100%;object-fit:cover;width:100%}.Profile_card__lfH5C{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Profile_card__lfH5C{margin-top:-188px}}.Profile_control__mHLt0{align-items:center;display:flex;margin-bottom:20px}.Profile_nav__FC23I{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Profile_desktopNav__b7qq-{display:none}}.Profile_mobileNav__OFYXg{display:none;width:100%}@media only screen and (max-width:767px){.Profile_mobileNav__OFYXg{display:block}}.Profile_dropdown__LcE4n{width:100%}.Profile_dropdown__LcE4n .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Profile_dropdown__LcE4n .dropdown__head{background:#272b30}.Profile_link__2Jrhl{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Profile_link__2Jrhl{flex-grow:1}}.Profile_link__2Jrhl.Profile_active__1aDIg,.Profile_link__2Jrhl:hover{color:#1a1d1f}.dark-mode .Profile_link__2Jrhl.Profile_active__1aDIg,.dark-mode .Profile_link__2Jrhl:hover{color:#fcfcfc}.Profile_link__2Jrhl.Profile_active__1aDIg{background:#efefef}.dark-mode .Profile_link__2Jrhl.Profile_active__1aDIg{background:#272b30}.Profile_link__2Jrhl:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Profile_link__2Jrhl:not(:last-child){margin-right:0}.Profile_dropdownBox__4S\+eT{flex-grow:1}}.Profile_filters__nl04D{margin-left:16px}@media only screen and (max-width:767px){.Profile_filters__nl04D{margin-left:12px}}.Profile_foot__AiT-C{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Profile_foot__AiT-C{margin-top:32px}}@media only screen and (max-width:767px){.Profile_foot__AiT-C{margin-top:24px}}.Profile_profile__pkqX8{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Profile_profile__pkqX8{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Profile_profile__pkqX8{display:block}}@media only screen and (max-width:767px){.Profile_profile__pkqX8{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Profile_profile__pkqX8{border-color:#272b30}.Profile_statusContainer__PX4xi{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Profile_statusContainer__PX4xi{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_statusContainer__PX4xi{flex-direction:column;gap:16px}}.Profile_statusGroup__FGtEg{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Profile_statusBadge__EehAK{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Profile_details__g42d7{align-items:center;display:flex;flex-grow:1;min-width:0}@media only screen and (max-width:1023px){.Profile_details__g42d7{margin-bottom:16px}}@media only screen and (max-width:767px){.Profile_details__g42d7{margin-bottom:12px}}.Profile_wrap__LQ6lB{flex:1 1;min-width:0}@media only screen and (max-width:767px){.Profile_man__ekkv7{font-size:20px}}.Profile_contacts__uJP-S{align-items:flex-start;display:flex;flex-shrink:0;margin-left:40px}@media only screen and (max-width:1023px){.Profile_contacts__uJP-S{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_contacts__uJP-S{margin-left:0}}.Profile_statusInfo__vIGUf{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:767px){.Profile_statusInfo__vIGUf{flex-direction:column;gap:12px}}.Profile_avatar__\+NeoC{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Profile_avatar__\+NeoC img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Profile_add__Vx4M4{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Profile_add__Vx4M4 svg{fill:#fff}.Profile_add__Vx4M4:hover{background:#1176ff}.Profile_dropZone__D1hGu{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s;width:100%}.Profile_dropZone__D1hGu.Profile_dragActive__6SX\+e,.Profile_dropZone__D1hGu:hover{background:#fff;border-color:#2a85ff}.dark-mode .Profile_dropZone__D1hGu{background:#1a1d1f}.dark-mode .Profile_dropZone__D1hGu.Profile_dragActive__6SX\+e,.dark-mode .Profile_dropZone__D1hGu:hover{background:#037}.Profile_dropLabel__Ilgh\+{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.Profile_dropLabel__Ilgh\+ svg{fill:#6f767e;transition:fill .2s}.Profile_dropLabel__Ilgh\+:hover svg{fill:#2a85ff}.Profile_info__K\+ZlD{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Profile_info__K\+ZlD{font-size:18px;font-size:15px;margin-top:4px}}.NameAndDescription_error__2Dcmy{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:20px;padding:16px}.NameAndDescription_disabled__vnaqG{cursor:not-allowed;opacity:.6}.CompanyInformations_card__lc6Ib{margin:-64px auto 20px;max-width:1200px;padding:24px}.CompanyInformations_description__dkdUk .CompanyInformations_field__kGVaz{margin-bottom:12px}.CompanyInformations_editor__MI-xa{margin-bottom:24px;margin-top:24px}.CompanyInformations_divider__TYYdL{background:#e6e6e6;height:1px;margin:24px 0}.CompanyInformations_group__QVHA1{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CompanyInformations_group__QVHA1{display:block;margin:0}}.CompanyInformations_group__QVHA1 .CompanyInformations_field__kGVaz{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CompanyInformations_group__QVHA1 .CompanyInformations_field__kGVaz{margin:20px 0 0;width:100%}}.CompanyInformations_field__kGVaz{margin-bottom:24px;position:relative}.CompanyInformations_fieldLabel__wzuU0{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CompanyInformations_fieldInput__MEwFw{align-items:center;display:flex;position:relative}.CompanyInformations_fieldInput__MEwFw svg{fill:#6f767e;left:12px;position:absolute}.CompanyInformations_input__-2vUA{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CompanyInformations_input__-2vUA{background:#272b30}.CompanyInformations_copy__7wR7k{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CompanyInformations_copy__7wR7k:hover{opacity:.8}.CompanyInformations_preview__QXF1k img{border-radius:12px;width:100%}.CompanyInformations_btns__uLjx0{display:flex;margin:0 -8px}.CompanyInformations_btns__uLjx0 .CompanyInformations_button__GmqFn{flex-grow:1;margin:0 8px}.CompanyInformations_switch__auawN{margin-left:auto}.CompanyInformations_line__L3Dff{display:flex;padding-bottom:16px}.CompanyInformations_line__L3Dff:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CompanyInformations_line__L3Dff:not(:last-child){margin-bottom:24px}}.dark-mode .CompanyInformations_line__L3Dff:not(:last-child){border-color:#272b30}.CompanyInformations_title__L3ChS{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CompanyInformations_title__L3ChS{color:#efefef}.AddressInformations_card__b707S{margin:-10px auto 20px;max-width:1200px;padding:24px}.AddressInformations_description__8wvA9 .AddressInformations_field__qZzh7{margin-bottom:12px}.AddressInformations_editor__z6rHW{margin-bottom:24px;margin-top:24px}.AddressInformations_divider__2AV9n{background:#e6e6e6;height:1px;margin:24px 0}.AddressInformations_group__tGx39{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AddressInformations_group__tGx39{display:block;margin:0}}.AddressInformations_group__tGx39 .AddressInformations_field__qZzh7{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AddressInformations_group__tGx39 .AddressInformations_field__qZzh7{margin:20px 0 0;width:100%}}.AddressInformations_field__qZzh7{margin-bottom:24px;position:relative}.AddressInformations_fieldLabel__7JEPZ{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AddressInformations_fieldInput__adWlz{align-items:center;display:flex;position:relative}.AddressInformations_fieldInput__adWlz svg{fill:#6f767e;left:12px;position:absolute}.AddressInformations_input__slCJP{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AddressInformations_input__slCJP{background:#272b30}.AddressInformations_copy__wChbb{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AddressInformations_copy__wChbb:hover{opacity:.8}.AddressInformations_preview__L-fcA img{border-radius:12px;width:100%}.AddressInformations_btns__j1\+Vf{display:flex;margin:0 -8px}.AddressInformations_btns__j1\+Vf .AddressInformations_button__n-4jA{flex-grow:1;margin:0 8px}.AdminInformations_card__O3qGv{margin:-10px auto 20px;max-width:1200px;padding:24px}.AdminInformations_description__Bng-u .AdminInformations_field__fnW4u{margin-bottom:12px}.AdminInformations_editor__wHdGF{margin-bottom:24px;margin-top:24px}.AdminInformations_divider__zcR9H{background:#e6e6e6;height:1px;margin:24px 0}.AdminInformations_group__7-DV\+{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.AdminInformations_group__7-DV\+{display:block;margin:0}}.AdminInformations_group__7-DV\+ .AdminInformations_field__fnW4u{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.AdminInformations_group__7-DV\+ .AdminInformations_field__fnW4u{margin:20px 0 0;width:100%}}.AdminInformations_field__fnW4u{margin-bottom:24px;position:relative}.AdminInformations_fieldLabel__41n\+p{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.AdminInformations_fieldInput__4s23x{align-items:center;display:flex;position:relative}.AdminInformations_fieldInput__4s23x svg{fill:#6f767e;left:12px;position:absolute}.AdminInformations_input__Kcg7l{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .AdminInformations_input__Kcg7l{background:#272b30}.AdminInformations_copy__pchXw{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.AdminInformations_copy__pchXw:hover{opacity:.8}.AdminInformations_preview__cTvSt img{border-radius:12px;width:100%}.AdminInformations_btns__FzrvX{display:flex;margin:0 -8px}.AdminInformations_btns__FzrvX .AdminInformations_button__vPwOc{flex-grow:1;margin:0 8px}.RulesInformations_card__KQV6\+{margin:-10px auto 20px;max-width:1200px;padding:24px}.RulesInformations_description__RI7wm .RulesInformations_field__2g1nC{margin-bottom:12px}.RulesInformations_editor__2scvT{margin-bottom:24px;margin-top:24px}.RulesInformations_divider__hRrJS{background:#e6e6e6;height:1px;margin:24px 0}.RulesInformations_group__2noxk{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.RulesInformations_group__2noxk{display:block;margin:0}}.RulesInformations_group__2noxk .RulesInformations_field__2g1nC{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.RulesInformations_group__2noxk .RulesInformations_field__2g1nC{margin:20px 0 0;width:100%}}.RulesInformations_field__2g1nC{margin-bottom:24px;position:relative}.RulesInformations_fieldLabel__Ztm-C{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.RulesInformations_fieldInput__duY2x{align-items:center;display:flex;position:relative}.RulesInformations_fieldInput__duY2x svg{fill:#6f767e;left:12px;position:absolute}.RulesInformations_input__UsoMI{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .RulesInformations_input__UsoMI{background:#272b30}.RulesInformations_copy__TrcWY{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.RulesInformations_copy__TrcWY:hover{opacity:.8}.RulesInformations_preview__x-6U2 img{border-radius:12px;width:100%}.RulesInformations_btns__4HBVN{display:flex;margin:0 -8px}.RulesInformations_btns__4HBVN .RulesInformations_button__n0\+v7{flex-grow:1;margin:0 8px}.CenterDetailsForm_card__-NUmb{margin:-64px auto 20px;max-width:1200px;padding:24px}.CenterDetailsForm_description__pceC0 .CenterDetailsForm_field__C\+Owp{margin-bottom:24px}.CenterDetailsForm_editor__q\+-G8{margin-bottom:24px;margin-top:24px}.CenterDetailsForm_divider__uRzRC{background:#e6e6e6;height:1px;margin:24px 0}.dark-mode .CenterDetailsForm_divider__uRzRC{background:#272b30}.CenterDetailsForm_group__PdNEF{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -6px auto}@media only screen and (max-width:767px){.CenterDetailsForm_group__PdNEF{display:block;margin:0}}.CenterDetailsForm_group__PdNEF .CenterDetailsForm_field__C\+Owp{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0;margin:0 6px 20px;width:calc(50% - 12px)}@media only screen and (max-width:767px){.CenterDetailsForm_group__PdNEF .CenterDetailsForm_field__C\+Owp{margin:20px 0 0;width:100%}}.CenterDetailsForm_field__C\+Owp{margin-bottom:24px;position:relative}.CenterDetailsForm_fieldLabel__wg33S{color:#1a1d1f;font-size:14px;font-weight:500;margin-bottom:8px}.CenterDetailsForm_fieldInput__1boNG{align-items:center;display:flex;position:relative}.CenterDetailsForm_fieldInput__1boNG svg{fill:#6f767e;left:12px;position:absolute}.CenterDetailsForm_input__QVcYG{background:#f4f4f4;border-radius:8px;color:#1a1d1f;font-size:15px;font-weight:600;height:48px;padding:0 60px 0 44px;width:100%}.dark-mode .CenterDetailsForm_input__QVcYG{background:#272b30}.CenterDetailsForm_copy__ZCPM1{bottom:0;color:#2a85ff;font-size:15px;font-weight:600;line-height:40px;position:absolute;right:8px;top:0;transition:opacity .2s}.CenterDetailsForm_copy__ZCPM1:hover{opacity:.8}.CenterDetailsForm_preview__sH64z img{border-radius:12px;width:100%}.CenterDetailsForm_btns__MuotC{display:flex;margin:0 -8px}.CenterDetailsForm_btns__MuotC .CenterDetailsForm_button__qAWrR{flex-grow:1;margin:0 8px}.CenterDetailsForm_switch__LDMWh{margin-left:auto}.CenterDetailsForm_line__LHMKR{display:flex;padding-bottom:16px}.CenterDetailsForm_line__LHMKR:not(:last-child){border-bottom:1px solid #efefef;margin-bottom:32px}@media only screen and (max-width:1023px){.CenterDetailsForm_line__LHMKR:not(:last-child){margin-bottom:24px}}.dark-mode .CenterDetailsForm_line__LHMKR:not(:last-child){border-color:#272b30}.CenterDetailsForm_title__iiLLV{color:#33383f;font-size:14px;font-weight:600;line-height:1.7142857143;margin-right:24px}.dark-mode .CenterDetailsForm_title__iiLLV{color:#efefef}.CenterDetailsForm_apiKeyStatusBadge__91viY{margin-left:10px;padding:3px 6px}.CenterDetailsForm_inputGroup__9W2Bl{margin-bottom:30}.CenterDetailsForm_inputGroup__9W2Bl:last-of-type{margin-bottom:0}.CenterDetailsForm_labelAndBadgeRow__BBol8{align-items:center;display:flex;margin-bottom:8px}.CenterDetailsForm_inputRow__S94-L{align-items:flex-end;display:flex;gap:15px;margin-bottom:8px}.CenterDetailsForm_inputRow__S94-L .CenterDetailsForm_inputField__8N98r{flex-grow:1}.CenterDetailsForm_testButton__pJHfU{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:48px;justify-content:center;min-width:80px;padding:8px 15px;transition:opacity .2s,-webkit-transform .1s;transition:opacity .2s,transform .1s;transition:opacity .2s,transform .1s,-webkit-transform .1s}.CenterDetailsForm_testButton__pJHfU:hover:not(:disabled){-webkit-transform:translateY(-1px);transform:translateY(-1px)}.CenterDetailsForm_testButton__pJHfU:disabled{cursor:not-allowed;opacity:.5;-webkit-transform:none;transform:none}.CenterDetailsForm_testButton__pJHfU.CenterDetailsForm_testButtonLoading__do8Pw .CenterDetailsForm_icon__VhQ-F{-webkit-animation:CenterDetailsForm_spin__cYZLa 1s linear infinite;animation:CenterDetailsForm_spin__cYZLa 1s linear infinite}.CenterDetailsForm_testButton__pJHfU.CenterDetailsForm_testButtonError__Eviia .CenterDetailsForm_icon__VhQ-F,.CenterDetailsForm_testButton__pJHfU.CenterDetailsForm_testButtonSuccess__RSHs0 .CenterDetailsForm_icon__VhQ-F{-webkit-transform:scale(1.2);transform:scale(1.2)}.CenterDetailsForm_lastUpdateText__6Knq1{color:#33383f;font-size:12px;padding-right:5px;text-align:right}.CenterDetailsForm_unsavedChangesIndicator__DSME6{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:12px;margin-bottom:25px;padding:12px 20px}.CenterDetailsForm_unsavedChangesIndicator__DSME6 .CenterDetailsForm_icon__VhQ-F{font-size:20px}.CenterDetailsForm_buttons__wuMbv{display:flex;gap:15px;justify-content:flex-end;margin-top:40px}.CenterDetailsForm_buttons__wuMbv .CenterDetailsForm_button__qAWrR{border-radius:8px;font-weight:600;min-width:150px;padding:12px 25px;text-align:center}.CenterDetailsForm_buttons__wuMbv .CenterDetailsForm_button__qAWrR:disabled{cursor:not-allowed;opacity:.5}@-webkit-keyframes CenterDetailsForm_spin__cYZLa{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes CenterDetailsForm_spin__cYZLa{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Shop_button__uB07A{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Shop_button__uB07A{display:none}}.Shop_background__8LSmW{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Shop_background__8LSmW{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Shop_background__8LSmW{height:320px}}@media only screen and (max-width:767px){.Shop_background__8LSmW{height:252px;margin:-24px -16px 0}}.Shop_background__8LSmW img{height:100%;object-fit:cover;width:100%}.Shop_card__3CIGf{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Shop_card__3CIGf{margin-top:-188px}}.Shop_control__teJUu{align-items:center;display:flex;margin-bottom:20px}.Shop_nav__Tf7Py{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Shop_desktopNav__Bi2g6{display:none}}.Shop_mobileNav__OWm2b{display:none;width:100%}@media only screen and (max-width:767px){.Shop_mobileNav__OWm2b{display:block}}.Shop_dropdown__u0MoW{width:100%}.Shop_dropdown__u0MoW .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Shop_dropdown__u0MoW .dropdown__head{background:#272b30}.Shop_link__GUriL{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Shop_link__GUriL{flex-grow:1}}.Shop_link__GUriL.Shop_active__61eEs,.Shop_link__GUriL:hover{color:#1a1d1f}.dark-mode .Shop_link__GUriL.Shop_active__61eEs,.dark-mode .Shop_link__GUriL:hover{color:#fcfcfc}.Shop_link__GUriL.Shop_active__61eEs{background:#efefef}.dark-mode .Shop_link__GUriL.Shop_active__61eEs{background:#272b30}.Shop_link__GUriL:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Shop_link__GUriL:not(:last-child){margin-right:0}.Shop_dropdownBox__pVlQk{flex-grow:1}}.Shop_filters__XroaZ{margin-left:16px}@media only screen and (max-width:767px){.Shop_filters__XroaZ{margin-left:12px}}.Shop_foot__EFdoH{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Shop_foot__EFdoH{margin-top:32px}}@media only screen and (max-width:767px){.Shop_foot__EFdoH{margin-top:24px}}.Shop_profile__Ya\+3w{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Shop_profile__Ya\+3w{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Shop_profile__Ya\+3w{display:block}}@media only screen and (max-width:767px){.Shop_profile__Ya\+3w{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Shop_profile__Ya\+3w{border-color:#272b30}.Shop_statusContainer__l20og{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Shop_statusContainer__l20og{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Shop_statusContainer__l20og{flex-direction:column;gap:16px}}.Shop_statusGroup__N4ISF{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Shop_statusLabel__osINt{color:#6f767e;font-size:14px;font-weight:500}.Shop_statusBadge__d6n4L{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Shop_details__vB-Km{align-items:center;display:flex;flex-grow:1}@media only screen and (max-width:1023px){.Shop_details__vB-Km{margin-bottom:16px}}@media only screen and (max-width:767px){.Shop_details__vB-Km{margin-bottom:12px}}.Shop_avatar__4hAJy{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Shop_avatar__4hAJy img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Shop_add__aUGtE{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Shop_add__aUGtE svg{fill:#fff}.Shop_add__aUGtE:hover{background:#1176ff}.Shop_info__cXxnp{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Shop_info__cXxnp{font-size:18px;font-size:15px;margin-top:4px}}.Profile_button__xnAmU{margin:32px;position:absolute;z-index:2}@media only screen and (max-width:767px){.Profile_button__xnAmU{display:none}}.Profile_background__JLTHD{height:400px;margin:-40px -40px 0;z-index:1}@media only screen and (max-width:1339px){.Profile_background__JLTHD{margin:-32px -24px 0}}@media only screen and (max-width:1259px){.Profile_background__JLTHD{height:320px}}@media only screen and (max-width:767px){.Profile_background__JLTHD{height:252px;margin:-24px -16px 0}}.Profile_background__JLTHD img{height:100%;object-fit:cover;width:100%}.Profile_card__LbYbm{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Profile_card__LbYbm{margin-top:-188px}}.Profile_control__1-Yz3{align-items:center;display:flex;margin-bottom:20px}.Profile_nav__gCERb{display:flex;margin-right:auto}@media only screen and (max-width:767px){.Profile_desktopNav__MIU1F{display:none}}.Profile_mobileNav__5Jlxv{display:none;width:100%}@media only screen and (max-width:767px){.Profile_mobileNav__5Jlxv{display:block}}.Profile_dropdown__Tz-zz{width:100%}.Profile_dropdown__Tz-zz .dropdown__head{background:#efefef;border-radius:8px;padding:8px 16px}.dark-mode .Profile_dropdown__Tz-zz .dropdown__head{background:#272b30}.Profile_link__8mbzr{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;transition:all .2s}@media only screen and (max-width:767px){.Profile_link__8mbzr{flex-grow:1}}.Profile_link__8mbzr.Profile_active__XqRC7,.Profile_link__8mbzr:hover{color:#1a1d1f}.dark-mode .Profile_link__8mbzr.Profile_active__XqRC7,.dark-mode .Profile_link__8mbzr:hover{color:#fcfcfc}.Profile_link__8mbzr.Profile_active__XqRC7{background:#efefef}.dark-mode .Profile_link__8mbzr.Profile_active__XqRC7{background:#272b30}.Profile_link__8mbzr:not(:last-child){margin-right:8px}@media only screen and (max-width:767px){.Profile_link__8mbzr:not(:last-child){margin-right:0}.Profile_dropdownBox__PdkrR{flex-grow:1}}.Profile_filters__GNUfV{margin-left:16px}@media only screen and (max-width:767px){.Profile_filters__GNUfV{margin-left:12px}}.Profile_foot__sY3EB{margin-top:40px;text-align:center}@media only screen and (max-width:1339px){.Profile_foot__sY3EB{margin-top:32px}}@media only screen and (max-width:767px){.Profile_foot__sY3EB{margin-top:24px}}.Profile_profile__OXm8B{align-items:flex-start;border-bottom:1px solid #efefef;display:flex;margin-bottom:40px;padding-bottom:40px}@media only screen and (max-width:1259px){.Profile_profile__OXm8B{margin-bottom:32px;padding-bottom:32px}}@media only screen and (max-width:1023px){.Profile_profile__OXm8B{display:block}}@media only screen and (max-width:767px){.Profile_profile__OXm8B{margin-bottom:32px;padding-bottom:32px}}.dark-mode .Profile_profile__OXm8B{border-color:#272b30}.Profile_statusContainer__BuykG{display:flex;gap:24px;margin-left:auto}@media only screen and (max-width:1023px){.Profile_statusContainer__BuykG{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_statusContainer__BuykG{flex-direction:column;gap:16px}}.Profile_statusGroup__x7Nd7{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.Profile_statusBadge__OCG6y{border-radius:6px;font-size:14px;font-weight:600;padding:6px 12px;transition:all .2s}.Profile_details__8dGcF{align-items:center;display:flex;flex-grow:1;min-width:0}@media only screen and (max-width:1023px){.Profile_details__8dGcF{margin-bottom:16px}}@media only screen and (max-width:767px){.Profile_details__8dGcF{margin-bottom:12px}}.Profile_wrap__uUPxN{flex:1 1;min-width:0}@media only screen and (max-width:767px){.Profile_man__x2jQk{font-size:20px}}.Profile_contacts__NSG2x{align-items:flex-start;display:flex;flex-shrink:0;margin-left:40px}@media only screen and (max-width:1023px){.Profile_contacts__NSG2x{margin-left:0;margin-top:16px}}@media only screen and (max-width:767px){.Profile_contacts__NSG2x{margin-left:0}}.Profile_statusInfo__e27Rn{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:767px){.Profile_statusInfo__e27Rn{flex-direction:column;gap:12px}}.Profile_avatar__kRHkO{flex-shrink:0;height:80px;margin-right:16px;position:relative;width:80px}.Profile_avatar__kRHkO img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Profile_add__PRlAk{background:#2a85ff;border:2px solid #fff;border-radius:50%;bottom:0;cursor:pointer;font-size:0;height:24px;position:absolute;right:0;transition:background .2s;width:24px}.Profile_add__PRlAk svg{fill:#fff}.Profile_add__PRlAk:hover{background:#1176ff}.Profile_dropZone__B6kpq{align-items:center;background:#f4f4f4;border:2px dashed #6f767e;border-radius:50%;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s;width:100%}.Profile_dropZone__B6kpq.Profile_dragActive__ru490,.Profile_dropZone__B6kpq:hover{background:#fff;border-color:#2a85ff}.dark-mode .Profile_dropZone__B6kpq{background:#1a1d1f}.dark-mode .Profile_dropZone__B6kpq.Profile_dragActive__ru490,.dark-mode .Profile_dropZone__B6kpq:hover{background:#037}.Profile_dropLabel__HKs2c{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.Profile_dropLabel__HKs2c svg{fill:#6f767e;transition:fill .2s}.Profile_dropLabel__HKs2c:hover svg{fill:#2a85ff}.Profile_info__DRhQ7{color:#6f767e;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.6;margin-top:8px}@media only screen and (max-width:767px){.Profile_info__DRhQ7{font-size:18px;font-size:15px;margin-top:4px}}.Faq_card__5J5L7{margin:-64px auto 80px;max-width:1200px}@media only screen and (max-width:767px){.Faq_card__5J5L7{margin-top:-188px}}.Faq_title__einkx{margin-bottom:24px}.Faq_container__0vbHQ{background:#fcfcfc;border-radius:8px;display:flex;padding:48px}@media only screen and (max-width:1259px){.Faq_container__0vbHQ{padding:32px}}@media only screen and (max-width:1023px){.Faq_container__0vbHQ{display:block}}@media only screen and (max-width:767px){.Faq_container__0vbHQ{padding:24px}}.dark-mode .Faq_container__0vbHQ{background:#1a1d1f}.Faq_sidebar__nuMZy{flex-shrink:0;width:224px}@media only screen and (max-width:1023px){.Faq_sidebar__nuMZy{margin-bottom:32px;width:100%}}.Faq_menu__AZlDa{display:flex;flex-direction:column}@media only screen and (max-width:1023px){.Faq_menu__AZlDa{display:none}}.Faq_menu__AZlDa .Faq_button__XhCAB{border-radius:8px;color:#6f767e;font-size:15px;font-weight:600;line-height:1.6;padding:8px 16px;text-align:left;transition:all .2s}.Faq_menu__AZlDa .Faq_button__XhCAB:not(:last-child){margin-bottom:8px}.Faq_menu__AZlDa .Faq_button__XhCAB.Faq_active__43-mR,.Faq_menu__AZlDa .Faq_button__XhCAB:hover{color:#1a1d1f}.dark-mode .Faq_menu__AZlDa .Faq_button__XhCAB.Faq_active__43-mR,.dark-mode .Faq_menu__AZlDa .Faq_button__XhCAB:hover{color:#fcfcfc}.Faq_menu__AZlDa .Faq_button__XhCAB.Faq_active__43-mR{background:#efefef}.dark-mode .Faq_menu__AZlDa .Faq_button__XhCAB.Faq_active__43-mR{background:#272b30}.Faq_dropdown__CQnFh{display:none}@media only screen and (max-width:1023px){.Faq_dropdown__CQnFh{display:block}}.dark-mode .Faq_dropdownHead__MmItZ{background:#272b30;box-shadow:inset 0 0 0 2px #272b30}.Faq_list__h0zJM{flex-grow:1;padding-left:64px}@media only screen and (max-width:1259px){.Faq_list__h0zJM{padding-left:48px}}@media only screen and (max-width:1023px){.Faq_list__h0zJM{padding-left:0}}.Item_item__mnxen.Item_active__luVIs .Item_head__57wY4 svg,.Item_item__mnxen:hover .Item_head__57wY4 svg{fill:#1a1d1f}.dark-mode .Item_item__mnxen.Item_active__luVIs .Item_head__57wY4 svg,.dark-mode .Item_item__mnxen:hover .Item_head__57wY4 svg{fill:#fcfcfc}.Item_item__mnxen.Item_active__luVIs .Item_head__57wY4 svg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Item_item__mnxen.Item_active__luVIs .Item_body__IpW8Y{display:block}.Item_item__mnxen:not(:last-child){margin-bottom:24px}.Item_head__57wY4{-webkit-tap-highlight-color:rgba(0,0,0,0);border-bottom:1px solid #efefef;color:#33383f;cursor:pointer;display:flex;padding-bottom:12px;position:relative;transition:color .2s}.dark-mode .Item_head__57wY4{border-color:#272b30;color:#fcfcfc}.Item_head__57wY4 svg{fill:#6f767e;flex-shrink:0;margin-left:24px;transition:all .2s}.Item_title__gNIDO{flex-grow:1}.Item_body__IpW8Y{color:#6f767e;display:none;font-weight:500;padding-top:24px}.PageList_page__9U5LU{padding:100px}@media only screen and (max-width:767px){.PageList_page__9U5LU{padding:30px}}
/*# sourceMappingURL=main.93b43bf9.css.map*/