:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input-email_container-input-email__ZYpdK:not(.input-email_login__HOefX) label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-email_container-input-email__ZYpdK.input-email_inline__65tKZ{align-items:center;display:flex;justify-content:space-between}.input-email_container-input-email__ZYpdK.input-email_inline__65tKZ label{margin-right:10px}.input-email_container-input-email__ZYpdK:not(.input-email_inline__65tKZ) label+.input-email_input__wiZKv{margin-top:10px}.input-email_container-input-email__ZYpdK .input-email_input__wiZKv{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-email_container-input-email__ZYpdK .input-email_input__wiZKv::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-email_container-input-email__ZYpdK.input-email_primary__-IucI .input-email_input__wiZKv{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-email_container-input-email__ZYpdK.input-email_primary__-IucI .input-email_input__wiZKv::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-email_container-input-email__ZYpdK.input-email_login__HOefX{color:#717a97;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-text_container-input__mPYuU label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-text_container-input__mPYuU.input-text_inline__W1jnO{align-items:center;display:flex;justify-content:space-between}.input-text_container-input__mPYuU.input-text_inline__W1jnO label{margin-right:10px}.input-text_container-input__mPYuU:not(.input-text_inline__W1jnO) label+.input-text_input__30POp{margin-top:10px}.input-text_container-input__mPYuU input{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-text_container-input__mPYuU input::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-text_container-input__mPYuU.input-text_discret__YiBUg input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-text_container-input__mPYuU.input-text_primary__5hQkm .input-text_input__30POp{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-text_container-input__mPYuU.input-text_primary__5hQkm .input-text_input__30POp::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-text_container-input__mPYuU.input-text_request__NUFTY .input-text_input__30POp{background-color:#f4f7fe;background-color:#fff;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-text_container-input__mPYuU.input-text_request__NUFTY .input-text_input__30POp::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-number_container-input__vkkDz.input-number_unit__3SzBe{position:relative}.input-number_container-input__vkkDz.input-number_unit__3SzBe input{padding-right:10px}.input-number_container-input__vkkDz.input-number_unit__3SzBe input::-webkit-inner-spin-button,.input-number_container-input__vkkDz.input-number_unit__3SzBe input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-number_container-input__vkkDz.input-number_unit__3SzBe .input-number_unit__3SzBe{color:#dbdbdb;font-weight:700;position:absolute;right:5px;top:50%;transform:translateY(-50%)}.input-number_container-input__vkkDz label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-number_container-input__vkkDz.input-number_inline__TCcy3{align-items:center;display:flex;justify-content:space-between}.input-number_container-input__vkkDz.input-number_inline__TCcy3 label{margin-right:10px}.input-number_container-input__vkkDz:not(.input-number_inline__TCcy3) label+.input-number_input__2rKLm{margin-top:10px}.input-number_container-input__vkkDz input{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-number_container-input__vkkDz input::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-number_container-input__vkkDz.input-number_discret__6zj4h input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-number_container-input__vkkDz.input-number_primary__ZWg0E .input-number_input__2rKLm{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-number_container-input__vkkDz.input-number_primary__ZWg0E .input-number_input__2rKLm::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-password_container-input-password__u\+Qtn{position:relative}.input-password_container-input-password__u\+Qtn:not(.input-password_login__3zdnB) label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-password_container-input-password__u\+Qtn.input-password_inline__rx\+xL{align-items:center;display:flex;justify-content:space-between}.input-password_container-input-password__u\+Qtn.input-password_inline__rx\+xL label{margin-right:10px}.input-password_container-input-password__u\+Qtn:not(.input-password_inline__rx\+xL) label+.input-password_container-input__0aScc{margin-top:10px}.input-password_container-input-password__u\+Qtn .input-password_input__vu05b{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-password_container-input-password__u\+Qtn .input-password_input__vu05b::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-password_container-input-password__u\+Qtn.input-password_primary__pmume .input-password_input__vu05b{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-password_container-input-password__u\+Qtn.input-password_primary__pmume .input-password_input__vu05b::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-password_container-input-password__u\+Qtn.input-password_login__3zdnB{color:#717a97;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-password_container-input__0aScc{position:relative;width:100%}.input-password_container-input__0aScc .input-password_container-icon__dff\+q{align-content:center;cursor:pointer;display:block;height:45px;justify-content:center;position:absolute;right:0;top:0;width:45px}.input-password_container-input__0aScc .input-password_container-icon__dff\+q>svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.input-password_container-input__0aScc .input-password_input__vu05b::-ms-clear,.input-password_container-input__0aScc .input-password_input__vu05b::-ms-reveal{display:none}.input-password_container-input__0aScc .input-password_input__vu05b::-webkit-credentials-auto-fill-button{background-color:#0000;margin:0;width:0}.textarea_container-textarea__qiQ0A{margin:0}.textarea_container-textarea__qiQ0A label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.textarea_container-textarea__qiQ0A.textarea_login__yOu7K:not(.textarea_inline__YERGH) label{background-color:#dbdbdb;color:#fff}.textarea_container-textarea__qiQ0A.textarea_inline__YERGH{align-items:center;align-items:flex-start;display:flex;justify-content:space-between}.textarea_container-textarea__qiQ0A.textarea_inline__YERGH label{margin-right:10px;margin-top:12px}.textarea_container-textarea__qiQ0A:not(.textarea_inline__YERGH) label+.textarea_container__wBpx5{margin-top:15px}.textarea_container-textarea__qiQ0A.textarea_disabled__qMaaO{opacity:.5;pointer-events:none}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;resize:none;width:100%}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar{width:10px}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-track{background:#0000}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-thumb{background:#202d2f80;border-radius:5px}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-thumb:hover{background:#202d2f}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r.textarea_disabled__qMaaO{pointer-events:none}.textarea_container-textarea__qiQ0A.textarea_primary__20ecg .textarea_input__Vf0\+r{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.textarea_container-textarea__qiQ0A.textarea_primary__20ecg .textarea_input__Vf0\+r::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.textarea_container-textarea__qiQ0A.textarea_request__pypI1 .textarea_input__Vf0\+r{background-color:#f4f7fe;background-color:#fff;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.textarea_container-textarea__qiQ0A.textarea_request__pypI1 .textarea_input__Vf0\+r::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.textarea_container-textarea__qiQ0A.textarea_discret__t1sh5 textarea{background-color:#0000;border:none;padding-left:0;padding-right:0}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc .textarea_input__Vf0\+r{background-color:#f4f7fe;border:1px solid #fff;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;line-height:17px;outline:none;padding:11px;width:100%}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc .textarea_input__Vf0\+r::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc textarea{border:none!important;line-height:18px!important}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5{width:100%}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5 .textarea_count-characters__u-sGo{color:#1b2559;font-size:14px;margin:0;padding:15px 15px 0;text-align:right}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5 .textarea_count-characters__u-sGo span{color:#1b2559}.list-tags_list-tags__8p-\+\+{width:100%}.list-tags_list-tags__8p-\+\+ label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.list-tags_list-tags__8p-\+\+.list-tags_inline__nHiTO{align-items:center;display:flex;justify-content:flex-start}.list-tags_list-tags__8p-\+\+.list-tags_inline__nHiTO label{margin-right:10px;min-width:125px}.list-tags_list-tags__8p-\+\+:not(.list-tags_inline__nHiTO) label+ul{margin-top:15px}.list-tags_list-tags__8p-\+\+ ul{margin:0;padding:0}.list-tags_list-tags__8p-\+\+ ul li{display:inline-block;list-style:none;margin:0 15px 15px 0}.list-tags_list-tags__8p-\+\+ ul li button{background-color:#0000;border:none;border-radius:4px;box-shadow:inset 0 0 0 1px #dbdbdb;color:#717a97;font-family:Manrope-Bold;min-width:60px;padding:10px}.list-tags_list-tags__8p-\+\+ ul li button.list-tags_selected__Oiox-{background-color:#49517b;border-color:#49517b;box-shadow:inset 0 0 0 1px #49517b;color:#fff}.styled-select_container-select__wQ\+So label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.styled-select_container-select__wQ\+So.styled-select_discount__23k2\+ svg{color:#6aa187;font-size:16px;margin-right:4px;transform:translateY(3px)}.styled-select_container-select__wQ\+So.styled-select_discount__23k2\+ label .styled-select_mail__rNDqv{margin-left:4px}.styled-select_container-select__wQ\+So.styled-select_discount__23k2\+ label .styled-select_mail__rNDqv svg{color:#1b255933;font-size:18px}.styled-select_container-select__wQ\+So.styled-select_inline__Fe2fa{align-items:center;display:flex;justify-content:space-between}.styled-select_container-select__wQ\+So.styled-select_inline__Fe2fa label{margin-right:10px}.styled-select_container-select__wQ\+So:not(.styled-select_inline__Fe2fa) label+.styled-select_select__NHULQ{margin-top:10px}.styled-select_container-select__wQ\+So .styled-select_select__NHULQ{width:100%}.styled-select_container-select__wQ\+So .styled-select_dot__EuG-V{background-color:#6aa287;border-radius:6px;display:inline-block;height:12px;margin:0 8px 0 5px;position:relative;top:2px;width:12px}.checkbox_checkbox__kM97t.checkbox_inline__xeeEM{align-items:center;display:flex}.checkbox_checkbox__kM97t.checkbox_inline__xeeEM .checkbox_container__y11C1{margin-right:10px}.checkbox_checkbox__kM97t.checkbox_disabled__0THr5{pointer-events:none}.checkbox_checkbox__kM97t label{color:#1b2559;cursor:pointer;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;margin-bottom:0;white-space:nowrap}.checkbox_checkbox__kM97t .checkbox_container__y11C1{align-items:center;display:flex;height:45px;justify-content:flex-start}.checkbox_checkbox__kM97t .checkbox_square__GjIw2{align-items:center;background-color:#fff;border:3px solid #1b2559;cursor:pointer;display:flex;height:20px;justify-content:center;position:relative;width:20px}.checkbox_checkbox__kM97t .checkbox_square__GjIw2>svg{color:#1b2559;height:20px;position:absolute;width:20px}.input-format-pattern_container-input-format-number__sBbIl label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_inline__KGt5b{align-items:center;display:flex;justify-content:space-between}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_inline__KGt5b label{margin-right:10px}.input-format-pattern_container-input-format-number__sBbIl:not(.input-format-pattern_inline__KGt5b) label+.input-format-pattern_input__ZBE-B{margin-top:10px}.input-format-pattern_container-input-format-number__sBbIl .input-format-pattern_input__ZBE-B{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-format-pattern_container-input-format-number__sBbIl .input-format-pattern_input__ZBE-B::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_primary__Thf1k .input-format-pattern_input__ZBE-B{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_primary__Thf1k .input-format-pattern_input__ZBE-B::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.drop-input-file_dropInputFile__YqP3x{height:100%;width:100%}.drop-input-file_dropInputFile__YqP3x .drop-input-file_actions__FsPV9{display:flex;margin-top:15px}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg{height:100%;position:relative;text-align:center;width:100%}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg.drop-input-file_withFile__AVmCE label>div p{color:#49517b;margin-right:auto}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg.drop-input-file_withFile__AVmCE label>div .drop-input-file_delete__QOh0G{margin-left:10px;position:relative;top:1px}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg:not(.drop-input-file_withFile__AVmCE) label>div p{color:#717a97b3}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg input{display:none}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg label>div{align-items:center;background-color:#f4f7fe;border-radius:5px;cursor:pointer;display:flex;height:100%;justify-content:space-between}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg label>div p{color:#49517b;margin:0;padding:10px}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg label>div.drop-input-file_dragActive__7CPEs{border-color:#202d2f}.drop-input-file_dropInputFile__YqP3x .drop-input-file_container__zV2gg .drop-input-file_dragFile__6hnNq{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.error-field_errors-fields__wsuhJ p{color:#ec5e52;font-size:12px;margin:5px 0}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP{margin-bottom:30px}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP .signin-form_containerField__gKIbM{margin:0 0 15px}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP .signin-form_containerField__gKIbM:nth-child(2){margin-bottom:0}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64- .signin-form_containerBtn__kToAE{align-items:center;display:flex}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64- .signin-form_containerBtn__kToAE>a{margin-left:15px;margin-top:0}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64->a{color:#1b2559;display:block;margin-top:15px;position:relative}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64- button{width:100%}.signin_signin__fWCgT{align-items:flex-start;background:#1b2559;display:flex;height:100%;justify-content:center;padding:20px 15px;position:relative}@media screen and (min-width:576px){.signin_signin__fWCgT{background:#fafbff}}@media screen and (min-width:900px){.signin_signin__fWCgT{align-items:center;padding:0 15px}}.signin_signin__fWCgT .signin_container__wrW7q{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (min-width:900px){.signin_signin__fWCgT .signin_container__wrW7q{width:auto}}.signin_signin__fWCgT .signin_container__wrW7q .signin_picture__xjiME{padding:20px}.signin_signin__fWCgT .signin_container__wrW7q .signin_picture__xjiME img{max-height:200px;max-width:500px;width:100%}@media screen and (min-height:700px){.signin_signin__fWCgT .signin_container__wrW7q .signin_picture__xjiME img{max-height:100%}}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory{width:calc(100% - 20px)}@media screen and (min-width:900px){.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory{width:auto}}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory>h1{color:#1b2559;display:none;font-family:Manrope-Bold;font-family:Manrope-Light;font-size:24px;margin-bottom:20px;padding:0 30px;text-align:center}@media screen and (min-width:900px){.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory>h1{display:block}}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory .signin_form__Tj63b{background-color:#fff;border:1px solid #717a97;border-radius:8px;padding:30px;width:100%}@media screen and (min-width:900px){.signin_signin__fWCgT .signin_container__wrW7q{flex-direction:row}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory{margin:0 50px}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory .signin_form__Tj63b{width:450px}}@media screen and (min-width:1024px){.signin_signin__fWCgT .signin_container__wrW7q{flex-direction:row}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory{margin:0 50px}.signin_signin__fWCgT .signin_container__wrW7q .signin_containerForm__7Eory .signin_form__Tj63b{width:500px}}.signin_signin__fWCgT .signin_center__0essp{margin-top:15px;text-align:center}.signin_signin__fWCgT .signin_center__0essp a{color:#717a97;text-decoration:underline}.signin_signin__fWCgT .signin_center__0essp a svg{margin-right:3px;position:relative;top:3px}.emailresetpwd-form_emailresetpwd-form__hueVS{max-width:400px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04{margin-bottom:30px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_container-field__q3OKN{margin:0 0 15px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_message-error__1oOaQ{color:#ec5e52;font-family:Manrope-Regular;font-size:12px;margin-bottom:0}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_message-succeed__rsOsI{color:#49517b;font-family:Manrope-Regular;font-size:12px;margin-bottom:0}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_containerSubmit__13ZTK a{color:#1b2559;display:block;font-size:12px;margin-top:15px;position:relative;text-decoration:underline}.forgot-password_forgotPassword__Y6naO{align-items:flex-start;background:#1b2559;display:flex;height:100%;justify-content:center;padding:20px 15px;position:relative}@media screen and (min-width:576px){.forgot-password_forgotPassword__Y6naO{background:#fafbff}}@media screen and (min-width:900px){.forgot-password_forgotPassword__Y6naO{align-items:center;padding:0 15px}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (min-width:900px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{width:auto}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_picture__bcV4h{padding:20px}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_picture__bcV4h img{max-height:200px;max-width:500px;width:100%}@media screen and (min-height:700px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_picture__bcV4h img{max-height:100%}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8{width:calc(100% - 20px)}@media screen and (min-width:900px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8{width:auto}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8>h1{color:#1b2559;display:none;font-family:Manrope-Bold;font-family:Manrope-Light;font-size:24px;margin-bottom:20px;padding:0 30px;text-align:center}@media screen and (min-width:900px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8>h1{display:block}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8 .forgot-password_form__y\+JQg{background-color:#fff;border:1px solid #717a97;border-radius:8px;padding:30px;width:100%}@media screen and (min-width:900px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{flex-direction:row}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8{margin:0 50px}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8 .forgot-password_form__y\+JQg{width:450px}}@media screen and (min-width:1024px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{flex-direction:row}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8{margin:0 50px}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_containerForm__PSgV8 .forgot-password_form__y\+JQg{width:500px}}.resetpwd-form_resetpwd-form__-JKKn{max-width:400px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_container-field__NKKW9{margin:0 0 15px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_message-error__8V3LU{color:#ec5e52;font-size:12px;margin-top:15px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_message-succeed__7fd-o{color:#49517b;font-family:Manrope-Regular;font-size:14px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_submit__-mRbd,.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_succeed__zyHaG{margin-top:30px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt button.resetpwd-form_btnSucceed__\+KsZF{margin-bottom:15px;max-width:100%;white-space:nowrap}.reset-password_resetPassword__0qElq{align-items:flex-start;background:#1b2559;display:flex;height:100%;justify-content:center;padding:20px 15px;position:relative}@media screen and (min-width:576px){.reset-password_resetPassword__0qElq{background:#fafbff}}@media screen and (min-width:900px){.reset-password_resetPassword__0qElq{align-items:center;padding:0 15px}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (min-width:900px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{width:auto}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_picture__2jZeu{padding:20px}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_picture__2jZeu img{max-height:200px;max-width:500px;width:100%}@media screen and (min-height:700px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_picture__2jZeu img{max-height:100%}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx{width:calc(100% - 20px)}@media screen and (min-width:900px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx{width:auto}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx>h1{color:#1b2559;display:none;font-family:Manrope-Bold;font-family:Manrope-Light;font-size:24px;margin-bottom:20px;padding:0 30px;text-align:center}@media screen and (min-width:900px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx>h1{display:block}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx .reset-password_form__vN88k{background-color:#fff;border:1px solid #717a97;border-radius:8px;padding:30px;width:100%}@media screen and (min-width:900px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{flex-direction:row}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx{margin:0 50px}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx .reset-password_form__vN88k{width:450px}}@media screen and (min-width:1024px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{flex-direction:row}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx{margin:0 50px}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_containerForm__QfLLx .reset-password_form__vN88k{width:500px}}.loader_loader__5x2cA{display:inline-block;position:relative}.loader_loader__5x2cA:not(.loader_white__kXSNA) div{border-color:#6aa287 #0000 #0000}.loader_loader__5x2cA.loader_white__kXSNA div{border-color:#fff #0000 #0000}.loader_loader__5x2cA.loader_small__LUigr{height:20px;position:relative;width:20px}.loader_loader__5x2cA.loader_small__LUigr div{border-width:2px;height:20px;margin-left:-1px;margin-top:-1px;width:20px}.loader_loader__5x2cA:not(.loader_small__LUigr){height:40px;width:60px}.loader_loader__5x2cA:not(.loader_small__LUigr) div{height:60px;width:60px}.loader_loader__5x2cA div{animation:loader_lds-ring__oCB2Y 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid #6aa287;border-radius:50%;box-sizing:border-box;display:block;height:60px;margin:6px;position:absolute;width:60px}.loader_loader__5x2cA div:first-child{animation-delay:-.45s}.loader_loader__5x2cA div:nth-child(2){animation-delay:-.3s}.loader_loader__5x2cA div:nth-child(3){animation-delay:-.15s}@keyframes loader_lds-ring__oCB2Y{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.account_account__djinC header{background:#fff;background:linear-gradient(0deg,#fff,#fff)}.account_account__djinC header .account_content__39LAF{align-items:center;display:flex;margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.account_account__djinC header .account_content__39LAF{padding:20px}}@media screen and (min-width:768px){.account_account__djinC header .account_content__39LAF{padding:30px}}.account_account__djinC header .account_content__39LAF h1{margin:0}.account_account__djinC header .account_content__39LAF .account_loader__UNl2X{margin-left:10px;position:relative;top:4px}.account_account__djinC>.account_content__39LAF{background-image:url(/static/media/account-image.1218c020944f61f97e46.svg);background-position:80% 10px;background-repeat:no-repeat;margin:0 auto;max-width:1440px;min-height:600px;padding:15px;width:100%}@media screen and (min-width:576px){.account_account__djinC>.account_content__39LAF{padding:20px}}@media screen and (min-width:768px){.account_account__djinC>.account_content__39LAF{padding:30px}}.account_account__djinC>.account_content__39LAF h4{font-family:Manrope-Bold;margin-bottom:15px}.account_account__djinC>.account_content__39LAF .account_form__4NPbx{background-color:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;max-width:567px;padding:20px;width:100%}.account_account__djinC>.account_content__39LAF .account_form__4NPbx .account_row__H3IwB{grid-gap:20px}@media screen and (min-width:768px){.account_account__djinC>.account_content__39LAF .account_form__4NPbx .account_row__H3IwB{display:grid;grid-template-columns:1fr 1fr}}.account_account__djinC>.account_content__39LAF .account_form__4NPbx .account_row__H3IwB .account_containerField__FRflK{margin-bottom:20px}.account_account__djinC>.account_content__39LAF .account_form__4NPbx .account_row__H3IwB .account_email__YxuD\+ label{font-family:Manrope-SemiBold}.account_account__djinC>.account_content__39LAF .account_form__4NPbx .account_row__H3IwB .account_email__YxuD\+ p{line-height:45px;margin:7px 0 0}.account_account__djinC>.account_content__39LAF .account_bottom__-CkFO{align-items:flex-end;border-top:1px solid #dbdbdb;display:flex;justify-content:flex-end;padding-top:30px}.account_account__djinC>.account_content__39LAF .account_bottom__-CkFO .account_logout__fGAK2 span{color:#6aa287;text-decoration:underline}.account_account__djinC>.account_content__39LAF .account_bottom__-CkFO .account_logout__fGAK2 svg{margin-left:10px;position:relative;top:6px}.modal_overlay-modal__GIFyn{background-color:#1a1b4299;height:100%;position:fixed;top:0;width:100%;z-index:3000}.modal_modal__4ixK1{background-color:#fff;border-radius:8px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:310px;z-index:3001}.modal_modal__4ixK1 .modal_close__IIgtT{align-items:center;background-color:#49517b;border-radius:18px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:0;top:0;transform:translate(50%,-50%);width:36px}.modal_modal__4ixK1 p{margin-top:0}.modal_modal__4ixK1 .modal_container-btn__gr1TB{display:flex;justify-content:center}.modal_modal__4ixK1 .modal_container-btn__gr1TB button:first-child{margin-right:5px}.modal_modal__4ixK1 .modal_container-btn__gr1TB button:last-child{margin-left:5px}.create-estimate_form__FFnMI h3{margin-bottom:20px;text-align:center}.create-estimate_form__FFnMI .create-estimate_fields__DfDNz{margin:30px 0}.create-estimate_form__FFnMI .create-estimate_fields__DfDNz .create-estimate_containerField__HYWiC{margin-bottom:20px}.create-estimate_form__FFnMI .create-estimate_buttons__jXJwL{display:flex;justify-content:flex-end}.create-estimate_form__FFnMI .create-estimate_buttons__jXJwL button:first-child{text-decoration:underline}.create-estimate_form__FFnMI .create-estimate_buttons__jXJwL button:last-child{margin-left:20px}.home_home__qA4gR .home_content__P-GDI{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.home_home__qA4gR .home_content__P-GDI{padding:20px}}@media screen and (min-width:768px){.home_home__qA4gR .home_content__P-GDI{padding:30px}}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW h1{margin-bottom:0}.home_home__qA4gR .home_content__P-GDI .home_loader__qnWXz{align-items:center;display:flex;height:calc(100vh - 190px);justify-content:center;width:100%}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t h4{margin-bottom:20px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq{align-items:center;display:flex;margin-bottom:20px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4{align-items:center;display:flex;margin-right:auto}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4 .home_field__-vH64{margin-right:15px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4 .home_field__-vH64 .home_container__5wttX{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:inline-block;padding:0 10px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4 .home_field__-vH64 .home_container__5wttX label{color:#1b2559;display:inline-block;font-family:Manrope-Regular;font-size:14px;margin:0}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4 .home_field__-vH64 .home_container__5wttX .home_dateInput__zj8R1{background:#0000;border:none;color:#1b2559;font-family:Manrope-Regular;font-size:14px;margin-left:8px;outline:none;padding:8px 0}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq .home_selects__dxgp4 .home_field__-vH64 .home_container__5wttX .home_dateInput__zj8R1::-webkit-calendar-picker-indicator{cursor:pointer}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_filters__F9Kxq button{margin-left:15px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_statsEstimates__vaKa5{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;margin-bottom:30px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_statsEstimates__vaKa5 .home_block__2El5Q{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;flex-direction:column;justify-content:space-between;min-height:96px;padding:15px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_statsEstimates__vaKa5 .home_block__2El5Q p{font-size:12px;margin:0}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_statsEstimates__vaKa5 .home_block__2El5Q p.home_count__FDZ1I{font-family:Manrope-Bold;font-size:28px;line-height:28px;margin-top:10px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:30px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_estimate__\+DGVN{background-color:#fff;border:1px solid #0000;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;flex-direction:column;padding:15px;transition:all .2s ease-in-out}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_estimate__\+DGVN:hover{border:1px solid #1b2559}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_estimate__\+DGVN h2{font-size:18px;line-height:18px;margin-bottom:4px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_estimate__\+DGVN p{margin:0 0 4px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_estimate__\+DGVN p:last-child{margin-bottom:0}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny{background-color:#fff;border:1px solid #0000;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;flex-direction:row;justify-content:space-between;padding:15px;transition:all .2s ease-in-out}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny:hover{border:1px solid #1b2559}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny h2{font-size:18px;line-height:18px;margin-bottom:4px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny p{margin:0 0 4px}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny p:last-child{margin-bottom:0}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny .home_status__Wn9tz{text-align:right}.home_home__qA4gR .home_content__P-GDI .home_stats__2QR9t .home_estimates__juvBR .home_callback__y5\+ny .home_status__Wn9tz p{color:#717a97}.filter-searchparam_container__KmcDK{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:inline-block;padding:0 10px}.filter-searchparam_container__KmcDK label{color:#1b2559;display:inline-block;font-family:Manrope-Regular;font-size:14px;margin:0}.users-table_agenciesTable__yy3zm table{border-collapse:collapse;border-spacing:0;width:100%}.users-table_agenciesTable__yy3zm table tbody td:last-child,.users-table_agenciesTable__yy3zm table thead th:last-child{width:200px}.users-table_agenciesTable__yy3zm table thead th{cursor:pointer;padding:0 20px 5px;text-align:left}.users-table_agenciesTable__yy3zm table thead th p{color:#717a97;display:inline-block;font-family:Manrope-Light;font-size:12px;margin:0;padding-right:20px;position:relative}.users-table_agenciesTable__yy3zm table thead th p svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.users-table_agenciesTable__yy3zm table thead th p .users-table_sortIcons__y5vgM{opacity:.3}.users-table_agenciesTable__yy3zm table thead th p .users-table_sortIcons__y5vgM>svg:first-child{transform:translateY(-80%)}.users-table_agenciesTable__yy3zm table thead th p .users-table_sortIcons__y5vgM>svg:nth-child(2){transform:translateY(-20%)}.users-table_agenciesTable__yy3zm table tbody tr{cursor:pointer}.users-table_agenciesTable__yy3zm table tbody td{padding:5px 0}.users-table_agenciesTable__yy3zm table tbody td:first-child .users-table_cell__vyb3T{border-radius:5px 0 0 5px}.users-table_agenciesTable__yy3zm table tbody td:last-child .users-table_cell__vyb3T{border-radius:0 5px 5px 0}.users-table_agenciesTable__yy3zm table tbody td .users-table_cell__vyb3T{background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;padding:10px 20px}.users-table_agenciesTable__yy3zm table tbody td .users-table_cell__vyb3T .users-table_content__dsrbR{min-height:26px;padding:5px 0}.users-table_agenciesTable__yy3zm table tbody td .users-table_cell__vyb3T .users-table_content__dsrbR .users-table_role__ibSVG{border-radius:5px;color:#fff;display:inline-block;margin:-5px 0;padding:5px 3px;text-align:center;width:113px}.input-search_inputSearch__-yKpO{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:inline-flex;justify-content:flex-end;padding:10px}.input-search_inputSearch__-yKpO svg{fill:#6aa287}.input-search_inputSearch__-yKpO input{background-color:#0000;border:none;font-family:Manrope-SemiBold;margin-right:10px;padding:0;width:256px}.input-search_inputSearch__-yKpO input::placeholder{color:#717a97;font-family:Manrope-Regular;opacity:1}.users_content__mq\+Zd{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.users_content__mq\+Zd{padding:20px}}@media screen and (min-width:768px){.users_content__mq\+Zd{padding:30px}}.users_listUsers__UAnXn .users_header__0VPAT{margin-bottom:20px}.users_listUsers__UAnXn .users_header__0VPAT .users_filters__p0l-A{display:flex;width:100%}.users_listUsers__UAnXn .users_header__0VPAT .users_filters__p0l-A .users_field__EvcOz{margin-right:15px}.users_listUsers__UAnXn .users_header__0VPAT .users_search__vmoUL{margin-left:auto}.users_listUsers__UAnXn .users_header__0VPAT .users_search__vmoUL button{margin-left:15px}.detail_detailUser__hAdt1 .detail_header__YfxVA{background:#fff;background:linear-gradient(0deg,#fff,#fff)}.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T{padding:20px}}@media screen and (min-width:768px){.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T{padding:30px}}@media screen and (min-width:576px){.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T{padding:20px 20px 0}}@media screen and (min-width:768px){.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T{padding:20px 30px 0}}.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T .detail_titlePage__NNpjE{align-items:center;display:flex;height:70px}.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T .detail_titlePage__NNpjE h1{margin:0}.detail_detailUser__hAdt1 .detail_header__YfxVA .detail_content__7Ry\+T .detail_delete__gs36z{background-color:#0000;border:none;color:#ec5e52;padding:0}.detail_detailUser__hAdt1>.detail_content__7Ry\+T{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.detail_detailUser__hAdt1>.detail_content__7Ry\+T{padding:20px}}@media screen and (min-width:768px){.detail_detailUser__hAdt1>.detail_content__7Ry\+T{padding:30px}}.modal_overlay-modal__5Etb3{background-color:#1a1b4299;height:100%;position:fixed;top:0;width:100%;z-index:3000}.modal_modal__H4mo9{background-color:#fff;border-radius:8px;left:50%;padding:15px;position:fixed;top:120px;transform:translate(-50%);width:310px;z-index:3001}@media screen and (min-width:768px){.modal_modal__H4mo9{top:20px}}.modal_modal__H4mo9 p{margin-top:0}.modal_modal__H4mo9 .modal_container-btn__a45Mv{display:flex;justify-content:center}.modal_modal__H4mo9 .modal_container-btn__a45Mv button{font-size:14px}.modal_modal__H4mo9 .modal_container-btn__a45Mv button:first-child{margin-right:5px}.modal_modal__H4mo9 .modal_container-btn__a45Mv button:last-child{margin-left:5px}.drop-input-file_dropInputFile__g2Alv{border-radius:50%;height:83px;width:83px}.drop-input-file_dropInputFile__g2Alv .drop-input-file_actions__dD\+Kn{display:flex;margin-top:15px}.drop-input-file_dropInputFile__g2Alv .drop-input-file_actions__dD\+Kn button{background-color:#fff;color:#49517b;margin-left:auto;padding:15px}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx{border-radius:50%;height:83px;position:relative;text-align:center;width:83px}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx.drop-input-file_withPreview__KUQuF label button,.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx.drop-input-file_withPreview__KUQuF label p{opacity:0}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx input{display:none}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx label{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx label.drop-input-file_dragActive__etCDY{border-color:#202d2f}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx .drop-input-file_dragFile__PAnk7{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx label button{background-color:#0000;border:none;cursor:pointer;font-family:Oswald,sans-serif;font-size:1rem;padding:.25rem}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx label button:hover{text-decoration-line:underline}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx .drop-input-file_preview__C--9p{inset:0;position:absolute;z-index:0}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx .drop-input-file_preview__C--9p .drop-input-file_containerImg__cUsnp{background-color:#f4f7fe;border-radius:50%;height:83px;overflow:hidden;width:83px}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx .drop-input-file_preview__C--9p .drop-input-file_containerImg__cUsnp img{height:100%;object-fit:cover;pointer-events:none;width:100%}.drop-input-file_dropInputFile__g2Alv .drop-input-file_container__xUWXx .drop-input-file_preview__C--9p .drop-input-file_delete__bR9ZK{bottom:-7px;position:absolute;right:-4px;z-index:1}.sale-form_saleForm__Vp8DC{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;width:100%}.sale-form_saleForm__Vp8DC .sale-form_form__\+32\+V{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:20px}.sale-form_saleForm__Vp8DC h4{margin-bottom:15px}.sale-form_saleForm__Vp8DC .sale-form_containerField__m6kAo{margin-bottom:20px}.user-form_container__I-Neo{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.user-form_container__I-Neo form{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:20px;position:relative}.user-form_container__I-Neo form .user-form_roles__Tz1DH{position:absolute;right:20px;width:200px}.user-form_container__I-Neo form .user-form_roles__Tz1DH.user-form_disabled__8g-fS{opacity:.3}.user-form_container__I-Neo form .user-form_inputPicture__5\+G6O{margin-bottom:20px}.user-form_container__I-Neo form .user-form_row__UntUv{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.user-form_container__I-Neo form .user-form_row__UntUv .user-form_containerField__WKI2V{margin-bottom:20px}.member-form_memberForm__cfJd-{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:20px;width:100%}.member-form_memberForm__cfJd- .member-form_header__68IkI{align-items:center;display:flex;margin-bottom:15px}.member-form_memberForm__cfJd- .member-form_header__68IkI h4{margin-bottom:0}.member-form_memberForm__cfJd- .member-form_header__68IkI button{margin-left:auto}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU{border-bottom:1px solid #dbdbdb;display:flex;margin-bottom:15px;padding-bottom:15px}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU label{display:inline-block;margin:0;width:100px}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU .member-form_files__J0stI .member-form_file__M9TaU{align-items:flex-end;display:flex}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU .member-form_files__J0stI .member-form_file__M9TaU p{margin:0}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU .member-form_files__J0stI .member-form_file__M9TaU p.member-form_fileName__Txqgb{color:#6aa287}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU .member-form_files__J0stI .member-form_file__M9TaU .member-form_delete__Yqxb-{color:#1b2559;cursor:pointer;display:none;position:relative;top:2px}.member-form_memberForm__cfJd- .member-form_documents__\+pOkh .member-form_document__EzoTU .member-form_files__J0stI .member-form_file__M9TaU:hover .member-form_delete__Yqxb-{display:block}.member-form_modal__u9PGW h4{margin-bottom:20px;text-align:center}.member-form_modal__u9PGW .member-form_containerField__uIDna{margin-bottom:20px}.member-form_modal__u9PGW .member-form_actions__-Y83k{display:flex;justify-content:flex-end}.member-form_modal__u9PGW .member-form_actions__-Y83k button:first-child{text-decoration:underline}.member-form_modal__u9PGW .member-form_actions__-Y83k button:last-child{margin-left:20px}.back-button_backButton__1pCM1{padding-right:5px!important}.back-button_backButton__1pCM1 svg{position:relative;top:3px}.create_createlUser__d6M6G .create_header__8\+mFJ{background:#fff;background:linear-gradient(0deg,#fff,#fff)}.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq{padding:20px}}@media screen and (min-width:768px){.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq{padding:30px}}@media screen and (min-width:576px){.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq{padding:20px 20px 0}}@media screen and (min-width:768px){.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq{padding:20px 30px 0}}.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq .create_titlePage__\+76ZW{align-items:center;display:flex;height:70px}.create_createlUser__d6M6G .create_header__8\+mFJ .create_content__5YCTq .create_titlePage__\+76ZW h1{margin:0}.create_createlUser__d6M6G>.create_content__5YCTq{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.create_createlUser__d6M6G>.create_content__5YCTq{padding:20px}}@media screen and (min-width:768px){.create_createlUser__d6M6G>.create_content__5YCTq{padding:30px}}.clients_content__V\+pS6{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.clients_content__V\+pS6{padding:20px}}@media screen and (min-width:768px){.clients_content__V\+pS6{padding:30px}}.clients_listClients__aXxLQ .clients_header__Tdb1V{margin-bottom:20px}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM{display:flex;justify-content:space-between}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM .clients_selects__ZeG4X{display:flex}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM .clients_selects__ZeG4X .clients_field__a11Sh{margin-right:15px}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM .clients_right__OjMJj{display:flex}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM .clients_right__OjMJj button{margin-left:15px}.clients_listClients__aXxLQ .clients_header__Tdb1V .clients_filters__ZpSBM .clients_search__bVn1Z{margin-left:auto}.clients-table_clientsTable__qDlI9 table{border-collapse:collapse;border-spacing:0;width:100%}.clients-table_clientsTable__qDlI9 table thead th{cursor:pointer;padding:0 20px 5px;text-align:left}.clients-table_clientsTable__qDlI9 table thead th p{color:#717a97;display:inline-block;font-family:Manrope-Light;font-size:12px;margin:0;padding-right:20px;position:relative}.clients-table_clientsTable__qDlI9 table thead th p svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.clients-table_clientsTable__qDlI9 table thead th p .clients-table_sortIcons__Matse{opacity:.3}.clients-table_clientsTable__qDlI9 table thead th p .clients-table_sortIcons__Matse>svg:first-child{transform:translateY(-80%)}.clients-table_clientsTable__qDlI9 table thead th p .clients-table_sortIcons__Matse>svg:nth-child(2){transform:translateY(-20%)}.clients-table_clientsTable__qDlI9 table tbody tr{cursor:pointer}.clients-table_clientsTable__qDlI9 table tbody td{padding:5px 0}.clients-table_clientsTable__qDlI9 table tbody td:first-child .clients-table_cell__USYGv{border-radius:5px 0 0 5px}.clients-table_clientsTable__qDlI9 table tbody td:last-child .clients-table_cell__USYGv{border-radius:0 5px 5px 0}.clients-table_clientsTable__qDlI9 table tbody td .clients-table_cell__USYGv{background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;padding:10px 20px}.clients-table_clientsTable__qDlI9 table tbody td .clients-table_cell__USYGv.clients-table_name__-qe8t .clients-table_content__nvwAz{font-family:Manrope-SemiBold}.clients-table_clientsTable__qDlI9 table tbody td .clients-table_cell__USYGv .clients-table_content__nvwAz{min-height:26px;padding:5px 0}.create-client_form__il4mm h3{margin-bottom:20px;text-align:center}.create-client_form__il4mm .create-client_fields__YpBTb{margin:30px 0}.create-client_form__il4mm .create-client_fields__YpBTb .create-client_containerField__F8J9r{margin-bottom:20px}.create-client_form__il4mm .create-client_buttons__rmb5p{display:flex;justify-content:flex-end}.create-client_form__il4mm .create-client_buttons__rmb5p button:first-child{text-decoration:underline}.create-client_form__il4mm .create-client_buttons__rmb5p button:last-child{margin-left:20px}.client-form_container__0WrCe .client-form_form__oJJ7E section{margin-bottom:20px}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_title__c6bcI{align-items:center;display:flex;justify-content:space-between}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_title__c6bcI h4{margin-bottom:0}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_contacts__b5PBC{margin-top:20px}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_contacts__b5PBC .client-form_contact__jg\+aO{align-items:flex-start;background-color:#fafbff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da40;cursor:pointer;display:flex;flex-direction:column;height:auto;margin-bottom:15px;padding:15px;width:100%}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_contacts__b5PBC .client-form_contact__jg\+aO h3{font-size:18px;margin:0 0 10px}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_contacts__b5PBC .client-form_contact__jg\+aO p{margin:0 0 3px}.client-form_container__0WrCe .client-form_form__oJJ7E section .client-form_contacts__b5PBC .client-form_contact__jg\+aO p span{color:#717a97}.client-form_container__0WrCe .client-form_form__oJJ7E .client-form_row__Y3zW3{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.client-form_container__0WrCe .client-form_form__oJJ7E .client-form_row__Y3zW3 .client-form_containerField__4NAkd{margin-bottom:20px}.ContactModal_contact__RJJWP{padding:10px 20px}.ContactModal_contact__RJJWP .ContactModal_containerField__HXFt3{margin-bottom:10px}.ContactModal_contact__RJJWP .ContactModal_action__IOJqy{margin-top:20px}.client-notes-form_noteModal__2l5VB{background-color:#fff;border:1px solid #717a9736;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:5px 10px}.client-notes-form_noteModal__2l5VB p{cursor:pointer;line-height:26px;margin:4px 0}.client-notes-form_noteModal__2l5VB p svg{margin-right:5px;position:relative;top:4px}.client-notes-form_noteModal__2l5VB p.client-notes-form_delete__SJTT3 svg{fill:#ec5e52}.client-notes-form_noteModal__2l5VB p:hover{text-decoration:underline}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_header__CrK13{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_header__CrK13 h4{margin-bottom:0}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_header__CrK13 button{padding:0;width:40px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk{align-items:flex-start;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;margin-bottom:10px;padding:15px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk>div:first-child{flex:1 1}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk>div:first-child .client-notes-form_text__ybejb{margin-bottom:5px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk .client-notes-form_author__J\+MXm{color:#b8bdcb;margin-bottom:10px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk .client-notes-form_file__Nwr0A a{text-decoration:underline}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk .client-notes-form_file__Nwr0A a svg{margin-right:5px;position:relative;top:4px}.client-notes-form_container__hhG8y .client-notes-form_form__\+uN-Y .client-notes-form_notes__n18Z4 .client-notes-form_note__HnVOk>button{color:#b8bdcb;cursor:pointer;height:19px;margin-left:10px}.modal-note_modal__2gxDU h3{text-align:center}.modal-note_modal__2gxDU label{display:block;margin-bottom:10px}.modal-note_modal__2gxDU .modal-note_containerField__f3al\+{margin-bottom:20px}.modal-note_modal__2gxDU .modal-note_file__dVa0L{align-items:center;display:inline-flex;margin-bottom:20px}.modal-note_modal__2gxDU .modal-note_file__dVa0L p{margin:0}.modal-note_modal__2gxDU .modal-note_file__dVa0L button{color:#ec5e52;height:22px;margin-left:5px;position:relative;top:1px}.modal-note_modal__2gxDU .modal-note_inputFile__EsBYs{align-items:center;cursor:pointer;display:inline-flex}.modal-note_modal__2gxDU .modal-note_inputFile__EsBYs label{margin:0 10px 0 0}.modal-note_modal__2gxDU .modal-note_inputFile__EsBYs button{padding:0;width:40px}.modal-note_modal__2gxDU .modal-note_inputFile__EsBYs button svg{position:relative;top:2px}.modal-note_modal__2gxDU .modal-note_buttons__6HIP1{display:flex;justify-content:flex-end}.modal-note_modal__2gxDU .modal-note_buttons__6HIP1 button:first-child{text-decoration:underline}.modal-note_modal__2gxDU .modal-note_buttons__6HIP1 button:last-child{margin-left:20px}.modal_modal__Y3wQH{position:fixed;z-index:1003}.detail_detailClient__RKxiC{min-height:100%;position:relative}.detail_detailClient__RKxiC:after{background-color:#fff;bottom:0;content:"";display:block;position:absolute;top:0;width:50%}.detail_detailClient__RKxiC>.detail_content__yH9fX{grid-gap:100px;display:grid;gap:100px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1440px;padding:15px;position:relative;width:100%;z-index:1}@media screen and (min-width:576px){.detail_detailClient__RKxiC>.detail_content__yH9fX{padding:20px}}@media screen and (min-width:768px){.detail_detailClient__RKxiC>.detail_content__yH9fX{padding:30px}}.detail_detailClient__RKxiC>.detail_content__yH9fX h4{font-family:Manrope-Bold;font-size:16px;margin-bottom:20px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:first-child .detail_header__Wf7Hp{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:first-child .detail_header__Wf7Hp .detail_titlePage__A3ud\+{align-items:center;display:flex;height:70px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:first-child .detail_header__Wf7Hp .detail_titlePage__A3ud\+ h1{margin:0}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:first-child .detail_header__Wf7Hp .detail_delete__uBcic{background-color:#0000;border:none;color:#ec5e52;padding:0}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5{margin-top:20px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesHeader__S0CKa{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesHeader__S0CKa h4{margin-bottom:0}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB{align-items:flex-start;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;cursor:pointer;display:flex;margin-bottom:15px;padding:15px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB h3{font-size:18px;margin:0 0 10px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB p{margin:0 0 3px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB p span{color:#717a97}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB>div:first-child{flex:1 1}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB>div:first-child .detail_text__wRkrO{margin-bottom:5px}.detail_detailClient__RKxiC>.detail_content__yH9fX>div:nth-child(2) .detail_estimates__dslu5 .detail_estimatesList__Tt9og .detail_estimate__ED9CB>div:nth-child(2) .detail_dot__l\+b7u{background-color:#6aa287;border-radius:6px;display:inline-block;height:12px;margin:0 8px 0 0;position:relative;top:1px;width:12px}.create-worksite_form__ZBXt6 h3{margin-bottom:20px;text-align:center}.create-worksite_form__ZBXt6 .create-worksite_fields__XfEEL{margin:30px 0}.create-worksite_form__ZBXt6 .create-worksite_fields__XfEEL .create-worksite_containerField__ublUi{margin-bottom:20px}.create-worksite_form__ZBXt6 .create-worksite_buttons__3mzAN{display:flex;justify-content:flex-end}.create-worksite_form__ZBXt6 .create-worksite_buttons__3mzAN button:first-child{text-decoration:underline}.create-worksite_form__ZBXt6 .create-worksite_buttons__3mzAN button:last-child{margin-left:20px}.clients_clients__hSE9O{height:100%;min-height:100%}.agencies_agencies__yeEv8 .agencies_content__fhUj7{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.agencies_agencies__yeEv8 .agencies_content__fhUj7{padding:20px}}@media screen and (min-width:768px){.agencies_agencies__yeEv8 .agencies_content__fhUj7{padding:30px}}.agencies-table_agenciesTable__i7O6N table{border-collapse:collapse;border-spacing:0;width:100%}.agencies-table_agenciesTable__i7O6N table thead th{cursor:pointer;padding:0 20px 5px;text-align:left}.agencies-table_agenciesTable__i7O6N table thead th p{color:#717a97;display:inline-block;font-family:Manrope-Light;font-size:12px;margin:0;padding-right:20px;position:relative}.agencies-table_agenciesTable__i7O6N table thead th p svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.agencies-table_agenciesTable__i7O6N table thead th p .agencies-table_sortIcons__1CocV{opacity:.3}.agencies-table_agenciesTable__i7O6N table thead th p .agencies-table_sortIcons__1CocV>svg:first-child{transform:translateY(-80%)}.agencies-table_agenciesTable__i7O6N table thead th p .agencies-table_sortIcons__1CocV>svg:nth-child(2){transform:translateY(-20%)}.agencies-table_agenciesTable__i7O6N table tbody tr{cursor:pointer}.agencies-table_agenciesTable__i7O6N table tbody td{padding:5px 0}.agencies-table_agenciesTable__i7O6N table tbody td:first-child .agencies-table_cell__prlyM{border-radius:5px 0 0 5px}.agencies-table_agenciesTable__i7O6N table tbody td:last-child .agencies-table_cell__prlyM{border-radius:0 5px 5px 0}.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM{background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;padding:10px 20px}.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM .agencies-table_content__V6Tlj{padding:5px 0}.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM.agencies-table_estimates__bXui9 .agencies-table_content__V6Tlj{min-width:auto!important}.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM.agencies-table_estimates__bXui9,.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM.agencies-table_usersCount__7EeOp{padding:7px 20px}.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM.agencies-table_estimates__bXui9 .agencies-table_content__V6Tlj,.agencies-table_agenciesTable__i7O6N table tbody td .agencies-table_cell__prlyM.agencies-table_usersCount__7EeOp .agencies-table_content__V6Tlj{align-items:center;background-color:#f4f7fe;border-radius:5px;display:inline-flex;justify-content:space-between;min-width:100px;padding:8px 10px}.pricing-table_tooltipContent__lm6y\+ img{height:50px;object-fit:contain;width:150px}.pricing-table_pricingTable__N\+acs table,.pricing-table_pricingTable__N\+acs td,.pricing-table_pricingTable__N\+acs th{border:1px solid #dbdbdb;border-collapse:collapse}.pricing-table_pricingTable__N\+acs td,.pricing-table_pricingTable__N\+acs th{padding:10px 15px}.pricing-table_pricingTable__N\+acs table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%}.pricing-table_pricingTable__N\+acs table thead th{background-color:#f4f7fe;cursor:pointer;position:relative;text-align:left}.pricing-table_pricingTable__N\+acs table thead th p{color:#1b2559;font-family:Manrope-SemiBold;margin:0;position:relative}.pricing-table_pricingTable__N\+acs table thead th p svg{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.pricing-table_pricingTable__N\+acs table thead th p .pricing-table_sortIcons__4QAmi>svg{opacity:.3}.pricing-table_pricingTable__N\+acs table thead th p .pricing-table_sortIcons__4QAmi.pricing-table_asc__Bjvq6>svg:first-child,.pricing-table_pricingTable__N\+acs table thead th p .pricing-table_sortIcons__4QAmi.pricing-table_desc__DIO8R>svg:nth-child(2){opacity:1}.pricing-table_pricingTable__N\+acs table thead th p .pricing-table_sortIcons__4QAmi>svg:first-child{transform:translateY(-80%)}.pricing-table_pricingTable__N\+acs table thead th p .pricing-table_sortIcons__4QAmi>svg:nth-child(2){transform:translateY(-20%)}.pricing-table_pricingTable__N\+acs table thead th .pricing-table_tooltip__-Deep{position:absolute;right:3px;top:3px}.pricing-table_pricingTable__N\+acs table tbody tr{cursor:pointer}.pricing-table_pricingTable__N\+acs table tbody td{background-color:#fff;font-family:Manrope-Regular}.pricing-table_pricingTable__N\+acs table tbody td:first-child{color:#1b2559;font-family:Manrope-SemiBold}.pricing-table_pricingTable__N\+acs table tbody td:last-child.pricing-table_containerInput__ojXns{background-color:#f4f7fe}.pricing-table_pricingTable__N\+acs table tbody td.pricing-table_containerInput__ojXns{padding:0}.pricing-table_pricingTable__N\+acs table tbody td.pricing-table_containerInput__ojXns input{background-color:#0000;border:none;height:39px;outline:none;padding:10px 15px;width:100%}.pricing-table_pricingTable__N\+acs table tbody td.pricing-table_containerInput__ojXns input:focus{box-shadow:inset 0 0 0 1px #6aa287}.pricing-table_pricingTable__N\+acs table tbody td p.pricing-table_location__elHCQ{color:#1b2559;font-family:Manrope-SemiBold;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tooltip_tooltip__sHDsA>div{align-items:center;background-color:#dbdbdb;border-radius:50%;color:#fff;display:flex;font-size:20px;height:18px;justify-content:center;width:18px}.tooltip_content__RlHUG{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:10px}.users_users__Am8sN .users_header__aEnqV{align-content:center;display:flex;justify-content:space-between;margin-bottom:20px}.users_users__Am8sN .users_header__aEnqV h4{margin-bottom:0}.users_users__Am8sN .users_header__aEnqV .users_actions__i-RYQ button{margin-left:15px}.estimates-table_estimatesTable__zM1WV table{border-collapse:collapse;border-spacing:0;width:100%}.estimates-table_estimatesTable__zM1WV table thead th{cursor:pointer;padding:0 20px 5px;text-align:left}.estimates-table_estimatesTable__zM1WV table thead th p{color:#717a97;display:inline-block;font-family:Manrope-Light;font-size:12px;margin:0;padding-right:20px;position:relative}.estimates-table_estimatesTable__zM1WV table thead th p svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.estimates-table_estimatesTable__zM1WV table thead th p .estimates-table_sortIcons__bYOdX{opacity:.3}.estimates-table_estimatesTable__zM1WV table thead th p .estimates-table_sortIcons__bYOdX>svg:first-child{transform:translateY(-80%)}.estimates-table_estimatesTable__zM1WV table thead th p .estimates-table_sortIcons__bYOdX>svg:nth-child(2){transform:translateY(-20%)}.estimates-table_estimatesTable__zM1WV table tbody tr{cursor:pointer}.estimates-table_estimatesTable__zM1WV table tbody td{padding:5px 0;width:20%}.estimates-table_estimatesTable__zM1WV table tbody td:first-child .estimates-table_cell__G73bJ{border-radius:5px 0 0 5px}.estimates-table_estimatesTable__zM1WV table tbody td:last-child .estimates-table_cell__G73bJ{border-radius:0 5px 5px 0}.estimates-table_estimatesTable__zM1WV table tbody td:first-child .estimates-table_cell__G73bJ .estimates-table_content__JGPRd,.estimates-table_estimatesTable__zM1WV table tbody td:nth-child(2) .estimates-table_cell__G73bJ .estimates-table_content__JGPRd{white-space:nowrap}.estimates-table_estimatesTable__zM1WV table tbody td:nth-child(2){width:15%}.estimates-table_estimatesTable__zM1WV table tbody td:nth-child(4){width:5%}.estimates-table_estimatesTable__zM1WV table tbody td:nth-child(3),.estimates-table_estimatesTable__zM1WV table tbody td:nth-child(5){width:10%}.estimates-table_estimatesTable__zM1WV table tbody td:last-child{width:18%}.estimates-table_estimatesTable__zM1WV table tbody td .estimates-table_city__H3CIZ{text-overflow:ellipsis}.estimates-table_estimatesTable__zM1WV table tbody td .estimates-table_cell__G73bJ{align-items:center;background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;min-height:46px;padding:0 20px}.estimates-table_estimatesTable__zM1WV table tbody td .estimates-table_cell__G73bJ .estimates-table_content__JGPRd{padding:5px 0}.estimates-table_estimatesTable__zM1WV table tbody td .estimates-table_cell__G73bJ.estimates-table_status__leSrh .estimates-table_dot__FZwq0{background-color:#6aa287;border-radius:6px;display:inline-block;height:12px;margin:0 8px 0 0;position:relative;top:1px;width:12px}.agency_agency__eWakn header{background:#fff;background:linear-gradient(0deg,#fff,#fff)}.agency_agency__eWakn header .agency_content__E\+6sV{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.agency_agency__eWakn header .agency_content__E\+6sV{padding:20px}}@media screen and (min-width:768px){.agency_agency__eWakn header .agency_content__E\+6sV{padding:30px}}@media screen and (min-width:576px){.agency_agency__eWakn header .agency_content__E\+6sV{padding:20px 0 0 20px}}@media screen and (min-width:768px){.agency_agency__eWakn header .agency_content__E\+6sV{padding:20px 0 0 30px}}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6{align-items:center;display:flex}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6>button{position:relative;top:-5px}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6 .agency_agency__eWakn{align-items:center;display:flex;height:70px}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6 .agency_agency__eWakn h1{position:relative;top:-5px}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6 .agency_agency__eWakn h1,.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6 .agency_agency__eWakn p{margin-bottom:0}.agency_agency__eWakn header .agency_content__E\+6sV .agency_titlePage__2YRO6 .agency_agency__eWakn p{color:#717a97;line-height:27px;margin-left:15px}.agency_agency__eWakn header .agency_content__E\+6sV nav ul{margin:0;padding:0}.agency_agency__eWakn header .agency_content__E\+6sV nav ul li{align-items:center;display:inline-flex;height:70px;justify-content:center;list-style:none;padding:0 30px;position:relative}.agency_agency__eWakn header .agency_content__E\+6sV nav ul li a{display:block;letter-spacing:1%}.agency_agency__eWakn header .agency_content__E\+6sV nav ul li a.agency_active__xYjG2:after{background-color:#6aa287;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.agency_agency__eWakn>.agency_content__E\+6sV{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.agency_agency__eWakn>.agency_content__E\+6sV{padding:20px}}@media screen and (min-width:768px){.agency_agency__eWakn>.agency_content__E\+6sV{padding:30px}}.worksites-table_worksitesTable__Ti6Ij table{border-collapse:collapse;border-spacing:0;width:100%}.worksites-table_worksitesTable__Ti6Ij table thead th{cursor:pointer;padding:0 20px 5px;text-align:left}.worksites-table_worksitesTable__Ti6Ij table thead th p{color:#717a97;display:inline-block;font-family:Manrope-Light;font-size:12px;margin:0;padding-right:20px;position:relative}.worksites-table_worksitesTable__Ti6Ij table thead th p svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.worksites-table_worksitesTable__Ti6Ij table thead th p .worksites-table_sortIcons__QBcbk{opacity:.3}.worksites-table_worksitesTable__Ti6Ij table thead th p .worksites-table_sortIcons__QBcbk>svg:first-child{transform:translateY(-80%)}.worksites-table_worksitesTable__Ti6Ij table thead th p .worksites-table_sortIcons__QBcbk>svg:nth-child(2){transform:translateY(-20%)}.worksites-table_worksitesTable__Ti6Ij table tbody tr{cursor:pointer}.worksites-table_worksitesTable__Ti6Ij table tbody td{padding:5px 0;width:20%}.worksites-table_worksitesTable__Ti6Ij table tbody td:first-child .worksites-table_cell__ieNeq{border-radius:5px 0 0 5px}.worksites-table_worksitesTable__Ti6Ij table tbody td:last-child .worksites-table_cell__ieNeq{border-radius:0 5px 5px 0}.worksites-table_worksitesTable__Ti6Ij table tbody td:first-child .worksites-table_cell__ieNeq .worksites-table_content__d3l2x,.worksites-table_worksitesTable__Ti6Ij table tbody td:nth-child(2) .worksites-table_cell__ieNeq .worksites-table_content__d3l2x{white-space:nowrap}.worksites-table_worksitesTable__Ti6Ij table tbody td:nth-child(2){width:15%}.worksites-table_worksitesTable__Ti6Ij table tbody td:nth-child(4){width:5%}.worksites-table_worksitesTable__Ti6Ij table tbody td:nth-child(3),.worksites-table_worksitesTable__Ti6Ij table tbody td:nth-child(5){width:10%}.worksites-table_worksitesTable__Ti6Ij table tbody td:last-child{width:18%}.worksites-table_worksitesTable__Ti6Ij table tbody td .worksites-table_cell__ieNeq{align-items:center;background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;min-height:46px;padding:0 20px}.worksites-table_worksitesTable__Ti6Ij table tbody td .worksites-table_cell__ieNeq .worksites-table_content__d3l2x{overflow:hidden;padding:5px 0}.worksites-table_worksitesTable__Ti6Ij table tbody td .worksites-table_cell__ieNeq.worksites-table_status__CsRJz .worksites-table_dot__TsziC{background-color:#6aa287;border-radius:6px;display:inline-block;height:12px;margin:0 8px 0 0;position:relative;top:1px;width:12px}.estimates_estimates__C3e3c .estimates_content__zDiV6{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.estimates_estimates__C3e3c .estimates_content__zDiV6{padding:20px}}@media screen and (min-width:768px){.estimates_estimates__C3e3c .estimates_content__zDiV6{padding:30px}}.estimates_estimates__C3e3c .estimates_content__zDiV6 .estimates_filters__EWOqD{align-items:center;display:flex;margin-bottom:20px}.estimates_estimates__C3e3c .estimates_content__zDiV6 .estimates_filters__EWOqD .estimates_selects__yx872{align-items:center;display:flex;margin-right:auto}.estimates_estimates__C3e3c .estimates_content__zDiV6 .estimates_filters__EWOqD .estimates_selects__yx872 .estimates_field__lVaz-{margin-right:15px}.estimates_estimates__C3e3c .estimates_content__zDiV6 .estimates_filters__EWOqD button{margin-left:15px}.estimates_estimates__C3e3c h4{font-size:14px;margin-bottom:15px;margin-left:5px}.estimates_estimates__C3e3c .estimates_validations__t9503{margin-bottom:30px}.estimate_estimate__AyQBQ{height:100%;position:relative;width:100%}.estimate_estimate__AyQBQ .estimate_loader__2mQLC{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.estimate_estimate__AyQBQ .estimate_content__BzlEg{grid-gap:15px;display:grid;gap:15px;grid-template-columns:350px 1fr;margin:0 auto;max-width:1440px;padding:15px;padding-top:0!important;position:relative;width:100%}@media screen and (min-width:576px){.estimate_estimate__AyQBQ .estimate_content__BzlEg{padding:20px}}@media screen and (min-width:768px){.estimate_estimate__AyQBQ .estimate_content__BzlEg{padding:30px}}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx{padding-top:15px;position:-webkit-sticky;position:sticky;top:0}@media screen and (min-width:576px){.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx{padding-top:20px}}@media screen and (min-width:768px){.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx{padding-top:30px}}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_back__iixPe{align-items:center;display:flex;margin-bottom:15px;text-transform:uppercase}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_back__iixPe a{color:#717a97}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_updatedAt__Vq6Hm{align-items:center;color:#717a97;display:flex;justify-content:flex-end;margin-bottom:15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_updatedAt__Vq6Hm svg{margin-right:5px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_updatedAt__Vq6Hm p{color:#717a97;margin:0}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_status__Nhelf{align-items:center;display:flex}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_status__Nhelf label{color:#717a97;font-family:Manrope-SemiBold;margin-bottom:0}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_sidebar__rOamx .estimate_status__Nhelf>div{flex:1 1;margin-left:15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU{padding:15px 20px 30px}@media screen and (min-width:576px){.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU{padding-top:20px}}@media screen and (min-width:768px){.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU{padding-top:30px}}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q{display:flex;flex-wrap:nowrap;position:relative}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a{border-radius:0 8px 0 0;display:inline-block;font-size:14px;overflow:hidden;padding:15px;text-overflow:ellipsis;white-space:nowrap;z-index:0}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a:first-child{border-radius:0;z-index:2}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a:not(:first-child){margin-left:-8px;padding:15px 15px 15px 23px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a:not(.estimate_add__New\+f){background-color:#fff}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a.estimate_add__New\+f{align-items:center;border:1px dashed #b8bdcb;border-bottom:none;cursor:pointer;display:flex;height:49px;position:relative;top:1px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q a.estimate_add__New\+f svg{font-size:20px;margin-right:4px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc{align-items:center;border-bottom:none;border-radius:0 8px 0 0;cursor:pointer;display:flex;height:49px;position:relative;width:230px;z-index:200}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc a{align-items:center;background-color:#eaedfa;border-radius:0 8px 0 0;display:flex;height:49px;justify-content:space-between;padding:0 15px;width:100%}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc a.estimate_active__fyjkE{background-color:#fff}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc .estimate_icon__eRoVY{align-items:center;display:flex;justify-content:center}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc .estimate_icon__eRoVY svg{font-size:18px;margin-right:4px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc .estimate_select-step__6gryo{background:#fff;border:1px solid #717a9736;border-radius:0 8px 8px 8px;box-shadow:0 4px 32px 0 #0000001f;display:flex;flex-direction:column;overflow:hidden;position:absolute;top:0;width:230px;z-index:200}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc .estimate_select-step__6gryo a{background:#fff;border-radius:0;height:auto;margin-left:0;padding:10px 15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_step__QnMYc .estimate_select-step__6gryo a:hover{background-color:#eaedfa}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_add-step__Vaeby .estimate_select__r4hMd{background:#fff;background:var(--Secondary-Primary-White,#fff);border:1px solid #717a9736;border-radius:8px;box-shadow:0 4px 32px 0 #0000001f;font-family:Manrope-Regular;font-size:14px;padding-bottom:10px;position:absolute;z-index:200}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_add-step__Vaeby .estimate_select__r4hMd .estimate_label__kCKec{align-items:center;display:flex;font-size:14px;height:49px;padding:15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_add-step__Vaeby .estimate_select__r4hMd .estimate_label__kCKec svg{margin-right:4px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_add-step__Vaeby .estimate_select__r4hMd .estimate_option__Wy5om{cursor:pointer;font-size:12px;padding:4px 15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_navTabs__Wr74q .estimate_add-step__Vaeby .estimate_select__r4hMd .estimate_option__Wy5om:hover{text-decoration:underline}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_tabs__bgnb0{background-color:#fff;box-shadow:0 18px 32px #d0d2da40;padding:15px;position:relative;z-index:4}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown__pTDzo{align-items:center;border:1px dashed #b8bdcb;border-radius:4px;cursor:pointer;display:flex;float:right;margin-top:20px;padding:10px 20px;transition:all .2s ease-in-out}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown__pTDzo:hover{background-color:#b8bdcb33}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown__pTDzo svg{font-size:18px;margin-right:8px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV{float:right;margin-bottom:20px;margin-top:20px;position:relative;width:185px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV .estimate_select__r4hMd{background:#fff;background:var(--Secondary-Primary-White,#fff);border:1px solid #717a9736;border-radius:4px;box-shadow:0 4px 32px 0 #0000001f;font-family:Manrope-Regular;font-size:14px;margin-top:-110px;padding-bottom:10px;position:absolute;right:0;width:185px;z-index:200}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV .estimate_select__r4hMd .estimate_label__kCKec{align-items:center;display:flex;font-size:14px;height:49px;padding:15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV .estimate_select__r4hMd .estimate_label__kCKec svg{margin-right:4px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV .estimate_select__r4hMd .estimate_option__Wy5om{cursor:pointer;font-size:12px;padding:4px 15px}.estimate_estimate__AyQBQ .estimate_content__BzlEg .estimate_containers__9KVZU .estimate_addDown-step__cicUV .estimate_select__r4hMd .estimate_option__Wy5om:hover{text-decoration:underline}.estimates-notes-form_noteModal__bA2gl{background-color:#fff;border:1px solid #717a9736;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:5px 10px}.estimates-notes-form_noteModal__bA2gl p{cursor:pointer;line-height:26px;margin:4px 0}.estimates-notes-form_noteModal__bA2gl p svg{margin-right:5px;position:relative;top:4px}.estimates-notes-form_noteModal__bA2gl p.estimates-notes-form_delete__zpGfb svg{fill:#ec5e52}.estimates-notes-form_noteModal__bA2gl p:hover{text-decoration:underline}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_header__ZmBoE{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_header__ZmBoE h4{margin-bottom:0}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_header__ZmBoE button{padding:0;width:40px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL{align-items:flex-start;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;margin-bottom:10px;padding:15px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL>div:first-child{flex:1 1}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL>div:first-child .estimates-notes-form_text__3ubHK{margin-bottom:5px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL .estimates-notes-form_author__NUelF{color:#b8bdcb;margin-bottom:10px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL .estimates-notes-form_file__v4lq4 a{text-decoration:underline}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL .estimates-notes-form_file__v4lq4 a svg{margin-right:5px;position:relative;top:4px}.estimates-notes-form_container__aFp1p .estimates-notes-form_form__CEqu3 .estimates-notes-form_notes__0ZclF .estimates-notes-form_note__wI4RL>button{color:#b8bdcb;cursor:pointer;height:19px;margin-left:10px}.general-sidebar_sidebar__LyyNr hr{margin-bottom:15px}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY{display:flex;margin-bottom:15px;transform:translateY(-4px)}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY button{align-items:center;display:flex;font-size:18px;font-size:13px;justify-content:center;padding:0 12px}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY button:first-child{margin-right:10px}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY button svg{font-size:18px;margin-right:6px}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY button.general-sidebar_copy__P8XuH{padding:0;position:absolute;right:0;width:40px}.general-sidebar_sidebar__LyyNr .general-sidebar_actions__ilchY button.general-sidebar_copy__P8XuH svg{margin-right:0}.general-sidebar_sidebar__LyyNr .general-sidebar_infos__y6eJw p{color:#717a97;margin:0}.general-sidebar_sidebar__LyyNr .general-sidebar_infos__y6eJw p span{color:#1b2559}.general-sidebar_sidebar__LyyNr .general-sidebar_notes__qlrVl h4{color:#717a97;font-family:Manrope-SemiBold;font-size:14px}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 .general-sidebar_header__Jt9VO{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 .general-sidebar_header__Jt9VO h4{color:#717a97;font-family:Manrope-SemiBold;font-size:14px}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 .general-sidebar_header__Jt9VO button{font-size:13px}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 a{background:#b8bdcb33;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px 10px 10px 15px;position:relative}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 a.general-sidebar_active__0PHYh{background:#fff}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 a.general-sidebar_active__0PHYh p{color:#1b2559}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 a .general-sidebar_puce__3lIm8{border-radius:10px;height:10px;left:-6px;position:absolute;top:14px;width:10px}.general-sidebar_sidebar__LyyNr .general-sidebar_history__P8d87 a p{color:#717a97;font-size:13px;margin:0}.export_export__k7c53{padding:0 10px}.export_export__k7c53 h3{font-size:18px;text-align:center}.export_export__k7c53 ul{list-style:none}.export_export__k7c53 ul li{align-items:center;color:#49517b80;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin-bottom:10px}.export_export__k7c53 ul li:hover .export_check__Gx\+dt svg,.export_export__k7c53 ul li:hover p{color:#49517bcc}.export_export__k7c53 ul li.export_active__4Es6T p{color:#49517b}.export_export__k7c53 ul li.export_active__4Es6T .export_check__Gx\+dt{background-color:#49517b}.export_export__k7c53 ul li.export_active__4Es6T .export_check__Gx\+dt svg{color:#fff}.export_export__k7c53 ul li .export_check__Gx\+dt{border:1.5px solid #49517b80;border-radius:3px;height:16px;margin-right:10px;min-width:16px;position:relative}.export_export__k7c53 ul li .export_check__Gx\+dt svg{color:#fff;font-size:16px;left:-1.5px;position:absolute;top:-1px}.export_export__k7c53 ul li p{color:#49517b80;margin:0}.export_export__k7c53 .export_actions__TM7ql{height:40px}.export_export__k7c53 .export_actions__TM7ql,.export_export__k7c53 .export_actions__TM7ql .export_loader__AoqSb{align-items:center;display:flex;justify-content:flex-end}.export_export__k7c53 .export_actions__TM7ql .export_loader__AoqSb p{margin:0 0 0 10px}.export_export__k7c53 .export_actions__TM7ql button{margin-left:10px}.export_export__k7c53 .export_actions__TM7ql .export_cancel__HU2cY{background-color:#0000;color:#49517b;text-decoration:underline}.export_export__k7c53 .export_actions__TM7ql .export_submit__khnXc{align-items:center;display:flex;justify-content:center}.export_export__k7c53 .export_actions__TM7ql .export_submit__khnXc svg{font-size:18px;margin-right:10px}.estimates-callback-form_modal__y3Y-6{padding:5px 10px}.estimates-callback-form_modal__y3Y-6 h3{font-size:18px;text-align:center}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_field__qb9QE{margin-bottom:20px}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_actions__JdMlf{display:flex;justify-content:space-between}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_actions__JdMlf .estimates-callback-form_delete__3IJq-{background-color:#0000;color:#ec5e52;padding:0}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_actions__JdMlf .estimates-callback-form_delete__3IJq-:hover{text-decoration:underline}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_actions__JdMlf .estimates-callback-form_cancel__XEe04{background-color:#0000;color:#49517b}.estimates-callback-form_modal__y3Y-6 .estimates-callback-form_actions__JdMlf .estimates-callback-form_cancel__XEe04:hover{text-decoration:underline}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_header__o-LoZ{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_header__o-LoZ h4{margin-bottom:0}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_header__o-LoZ button{align-items:center;display:flex;justify-content:center;padding:0;width:40px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X{align-items:center;display:flex}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X .estimates-callback-form_check__K0IR6{border:1.5px solid #49517b80;border-radius:3px;cursor:pointer;height:16px;margin-right:10px;min-width:16px;position:relative}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X .estimates-callback-form_check__K0IR6 svg{font-size:16px;left:-1.5px;position:absolute;top:-1px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X .estimates-callback-form_check__K0IR6.estimates-callback-form_active__v62af{border:1.5px solid #49517b80;color:#0000}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X .estimates-callback-form_check__K0IR6:hover{color:#49517b80}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X svg{font-size:20px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X p{cursor:pointer;font-family:Manrope-SemiBold;padding-left:8px;width:180px}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK .estimates-callback-form_message__cmh3X p:hover{text-decoration:underline}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK p{margin:0}.estimates-callback-form_container__Zj2oN .estimates-callback-form_form__b4plW .estimates-callback-form_callbacks__E1MX5 .estimates-callback-form_callback__K\+ftK p.estimates-callback-form_days__sHDqi{color:#717a97;text-align:right}.input-date_container-input__Scfun label{color:#1b2559;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-date_container-input__Scfun.input-date_inline__SBOKW{align-items:center;display:flex;justify-content:space-between}.input-date_container-input__Scfun.input-date_inline__SBOKW label{margin-right:10px}.input-date_container-input__Scfun:not(.input-date_inline__SBOKW) label+.input-date_input__zNfM8{margin-top:10px}.input-date_container-input__Scfun input{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__Scfun input::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-date_container-input__Scfun.input-date_discret__ZDNEd input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-date_container-input__Scfun.input-date_primary__cmvvW .input-date_input__zNfM8{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:5px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__Scfun.input-date_primary__cmvvW .input-date_input__zNfM8::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.input-date_container-input__Scfun.input-date_request__jpr9J .input-date_input__zNfM8{background-color:#f4f7fe;background-color:#fff;border:1px solid #f4f7fe;border-radius:0;border-radius:4px;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;box-sizing:border-box;color:#1b2559;display:block;font-family:Manrope-Regular,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__Scfun.input-date_request__jpr9J .input-date_input__zNfM8::placeholder{color:#717a97b3;font-family:Manrope-Regular,sans-serif}.duplicate-estimate_form__dNCON h3{margin-bottom:20px;text-align:center}.duplicate-estimate_form__dNCON .duplicate-estimate_fields__kS9eg{margin:30px 0}.duplicate-estimate_form__dNCON .duplicate-estimate_fields__kS9eg .duplicate-estimate_containerField__b4pyv{margin-bottom:20px}.duplicate-estimate_form__dNCON .duplicate-estimate_buttons__zRK5x{display:flex;justify-content:flex-end}.duplicate-estimate_form__dNCON .duplicate-estimate_buttons__zRK5x button:first-child{text-decoration:underline}.duplicate-estimate_form__dNCON .duplicate-estimate_buttons__zRK5x button:last-child{margin-left:20px}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY{display:flex;margin-bottom:15px;transform:translateY(-4px)}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY button{align-items:center;display:flex;font-size:18px;font-size:13px;justify-content:center;padding:0 12px}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY button:first-child{margin-right:10px}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY button svg{font-size:18px;margin-right:6px}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY button.phase-sidebar_copy__I7iae{padding:0;position:absolute;right:0;width:40px}.phase-sidebar_sidebar__tXxea .phase-sidebar_actions__kA3pY button.phase-sidebar_copy__I7iae svg{margin-right:0}.phase-sidebar_sidebar__tXxea ul{list-style:none;position:absolute;right:0}.phase-sidebar_sidebar__tXxea ul li.phase-sidebar_active__YNekh p{opacity:1}.phase-sidebar_sidebar__tXxea ul li a{display:flex;justify-content:flex-end;margin-bottom:10px;text-align:right}.phase-sidebar_sidebar__tXxea ul li a p{font-family:Manrope-SemiBold;margin:0;opacity:.5}.general-infos_generalInfos__WAT\+3{padding-bottom:30px}.general-infos_generalInfos__WAT\+3 h1{margin:0}.general-infos_generalInfos__WAT\+3 h4{font-family:Manrope-Bold;margin-bottom:15px}.general-infos_generalInfos__WAT\+3 section:first-child{margin-bottom:20px}.general-infos_generalInfos__WAT\+3 section .general-infos_row__QN2go{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq{margin-bottom:20px}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq .general-infos_transport-details__Ls1XU{align-items:center;background-color:#f4f7fe;border-radius:4px;display:flex;justify-content:space-between;padding:5px;width:100%}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq .general-infos_transport-details__Ls1XU .general-infos_col__cHF06{padding-left:10px}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq .general-infos_transport-details__Ls1XU .general-infos_col__cHF06:first-child p{font-family:Manrope-Bold;text-transform:uppercase}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq .general-infos_transport-details__Ls1XU .general-infos_col__cHF06 p{margin:0}.general-infos_generalInfos__WAT\+3 section .general-infos_transport__QKunq .general-infos_transport-details__Ls1XU button{height:30px;padding:0;width:30px}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j{margin-bottom:20px}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j.general-infos_discount__uajgM{width:140px}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j label{color:#1b2559;display:inline-block;font-family:Manrope-Regular,sans-serif;font-size:14px;font-weight:400;line-height:17px;margin:0}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j.general-infos_checkbox__HPQsL{display:flex;flex-direction:column;justify-content:flex-end}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j.general-infos_duration__pJ\+Xx label{margin-bottom:10px}.general-infos_generalInfos__WAT\+3 section .general-infos_containerField__qJq\+j.general-infos_duration__pJ\+Xx .general-infos_fields__T8EH5{display:flex}.general-infos_generalInfos__WAT\+3 section .general-infos_rate__TNnyk span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;padding:3px 7px}.general-infos_generalInfos__WAT\+3 section .general-infos_rate__TNnyk.general-infos_discount__uajgM span{background-color:#14ae5c4d}.general-infos_generalInfos__WAT\+3 section .general-infos_rate__TNnyk.general-infos_discount__uajgM span:first-child{background-color:#0000;text-decoration-line:line-through}.general-infos_generalInfos__WAT\+3 .general-infos_delete__8zRcI{align-items:center;background-color:#0000;bottom:10px;color:#ec5e52;display:flex;font-size:14px;position:absolute;right:10px}.general-infos_generalInfos__WAT\+3 .general-infos_delete__8zRcI:hover{text-decoration:underline}.general-infos_generalInfos__WAT\+3 .general-infos_delete__8zRcI svg{font-size:18px;margin-right:6px}.preview-field_field__DnAKR .preview-field_label__TShp6{color:#717a97;font-family:Manrope-Regular;font-size:14px;font-weight:600;line-height:140%}.preview-field_field__DnAKR p{font-family:Manrope-SemiBold;margin-bottom:0}.preview-field_field__DnAKR.preview-field_discount__VxmWi svg{color:#6aa187;font-size:16px;margin-right:2px;transform:translateY(3px)}.preview-field_field__DnAKR.preview-field_discount__VxmWi p{color:#6aa187}.phase-form_form__wHege{padding-bottom:50px;position:relative}.phase-form_form__wHege h4{margin-bottom:15px}.phase-form_form__wHege .phase-form_containerField__r31G5{margin-bottom:20px}.phase-form_form__wHege .phase-form_containerField__r31G5.phase-form_name__RU9Fa input{background-color:#0000;border:none;border-bottom:1px solid #717a97;border-radius:0;font-size:24px;padding:0 0 5px}.phase-form_form__wHege .phase-form_delete__hkhPY{align-items:center;background-color:#0000;bottom:0;color:#ec5e52;display:flex;font-size:14px;position:absolute;right:0}.phase-form_form__wHege .phase-form_delete__hkhPY:hover{text-decoration:underline}.phase-form_form__wHege .phase-form_delete__hkhPY svg{font-size:18px;margin-right:6px}.phase-form_form__wHege .phase-form_scrollToTop__sP7Yi{align-items:center;background-color:#6aa287;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:50px;z-index:1000}.phase-form_form__wHege .phase-form_scrollToTop__sP7Yi:hover{background-color:#53866d;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.phase-form_form__wHege .phase-form_scrollToTop__sP7Yi:active{transform:translateY(0)}.dimension-form_dimension__kb3Az .dimension-form_row__LXaic{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.dimension-form_dimension__kb3Az .dimension-form_row__LXaic .dimension-form_tonnage__CKGlh span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;padding:3px 7px}.dimension-form_dimension__kb3Az .dimension-form_containerField__cS4zJ{margin-bottom:20px}.dimension-form_dimension__kb3Az .dimension-form_containerField__cS4zJ.dimension-form_checkbox__MVOrq{display:flex;flex-direction:column;justify-content:flex-end}.dimension-form_dimension__kb3Az .dimension-form_fieldWithButton__IvOup{align-items:flex-end;display:flex;gap:10px}.dimension-form_dimension__kb3Az .dimension-form_fieldWithButton__IvOup .dimension-form_refreshButton__8Idz5{align-items:center;background-color:#49517b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:0;transition:all .2s ease-in-out;width:40px}.dimension-form_dimension__kb3Az .dimension-form_fieldWithButton__IvOup .dimension-form_refreshButton__8Idz5:hover:not(:disabled){background-color:#363c5b;transform:scale(1.05)}.dimension-form_dimension__kb3Az .dimension-form_fieldWithButton__IvOup .dimension-form_refreshButton__8Idz5:disabled{background-color:#dbdbdb;cursor:not-allowed;transform:none}.dimension-form_dimension__kb3Az .dimension-form_fieldWithButton__IvOup .dimension-form_refreshButton__8Idz5 svg{font-size:16px}.mobilization-form_mobilization__bp\+F1 .mobilization-form_row__tRyn8{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.mobilization-form_mobilization__bp\+F1 .mobilization-form_containerField__08ft8{margin-bottom:20px}.mobilization-form_mobilization__bp\+F1 .mobilization-form_containerField__08ft8.mobilization-form_checkbox__v1Bpu{display:flex;flex-direction:column;justify-content:flex-end}.mobilization-form_mobilization__bp\+F1 .mobilization-form_summary__XxrnR .mobilization-form_row__tRyn8{display:flex;width:100%}.mobilization-form_mobilization__bp\+F1 .mobilization-form_summary__XxrnR .mobilization-form_row__tRyn8:nth-child(2n){background-color:#f4f7fe;border-radius:3px}.mobilization-form_mobilization__bp\+F1 .mobilization-form_summary__XxrnR .mobilization-form_row__tRyn8.mobilization-form_label__FUuXv p{font-family:Manrope-Bold}.mobilization-form_mobilization__bp\+F1 .mobilization-form_summary__XxrnR .mobilization-form_row__tRyn8 p{font-size:12px;margin:0;padding:5px;width:16.6666666667%}.mobilization-form_mobilization__bp\+F1 .mobilization-form_summary__XxrnR .mobilization-form_row__tRyn8 p:first-child{width:50%}.rental-form_rental__zu0p6 .rental-form_row__70fDJ{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.rental-form_rental__zu0p6 .rental-form_row__70fDJ .rental-form_price__WsSC4 span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;padding:3px 7px}.rental-form_rental__zu0p6 .rental-form_row__70fDJ .rental-form_price__WsSC4.rental-form_discount__StXps span{background-color:#14ae5c4d}.rental-form_rental__zu0p6 .rental-form_row__70fDJ .rental-form_price__WsSC4.rental-form_discount__StXps span:first-child{background-color:#0000;text-decoration-line:line-through}.rental-form_rental__zu0p6 .rental-form_containerField__JluYv{margin-bottom:20px}.rental-form_rental__zu0p6 .rental-form_containerField__JluYv.rental-form_checkbox__GcQoH{display:flex;flex-direction:column;justify-content:flex-end}.transport-form_transport__\+Ay01 .transport-form_row__or9Hu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.transport-form_transport__\+Ay01 h4{color:#1b2559;font-family:Manrope-SemiBold;font-size:16px;font-weight:400;margin-bottom:10px}.transport-form_transport__\+Ay01 h5{color:#1b2559;font-family:Manrope-SemiBold;font-size:14px;font-weight:400;margin-bottom:6px}.transport-form_transport__\+Ay01 .transport-form_containerField__zn5j6{margin-bottom:20px}.transport-form_transport__\+Ay01 .transport-form_containerField__zn5j6.transport-form_checkbox__wXTX5{display:flex;flex-direction:column;justify-content:flex-end}.transport-form_transport__\+Ay01 .transport-form_count__zlbwP p{margin-left:0}.transport-form_transport__\+Ay01 .transport-form_count__zlbwP .transport-form_values__Xc5QV{display:flex;justify-content:space-between}.transport-form_transport__\+Ay01 .transport-form_count__zlbwP span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;margin-left:5px;padding:3px 7px}.handling-form_handling__nB2nS .handling-form_row__mD70Q{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.handling-form_handling__nB2nS .handling-form_containerField__TCky3{margin-bottom:20px}.handling-form_handling__nB2nS .handling-form_containerField__TCky3.handling-form_checkbox__KnN9i{display:flex;flex-direction:column;justify-content:flex-end}.cart-form_cart__WYCll .cart-form_row__q0\+W9{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.cart-form_cart__WYCll .cart-form_row__q0\+W9.cart-form_assembly__Ivygi{grid-template-columns:1fr 1fr 1fr}.cart-form_cart__WYCll h5{color:#1b2559;font-family:Manrope-SemiBold;font-size:16px;font-weight:400;margin-bottom:10px}.cart-form_cart__WYCll .cart-form_containerField__dZmMb{margin-bottom:20px}.cart-form_cart__WYCll .cart-form_containerField__dZmMb.cart-form_checkbox__BuGC9{display:flex;flex-direction:column;justify-content:flex-end}.verification-form_verification__Y-z99 .verification-form_row__l5ZKm{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.verification-form_verification__Y-z99 .verification-form_containerField__JGifV{margin-bottom:20px}.verification-form_verification__Y-z99 .verification-form_containerField__JGifV.verification-form_checkbox__w59EO{display:flex;flex-direction:column;justify-content:flex-end}.nets-form_nets__t-JiQ .nets-form_row__IiXmG{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.nets-form_nets__t-JiQ .nets-form_containerField__f-jOR{margin-bottom:20px}.nets-form_nets__t-JiQ .nets-form_containerField__f-jOR.nets-form_checkbox__k73bW{display:flex;flex-direction:column;justify-content:flex-end}.thermalTarping-form_thermalTarping__wbwoP .thermalTarping-form_row__ztt\+u{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.thermalTarping-form_thermalTarping__wbwoP .thermalTarping-form_containerField__yQ0SW{margin-bottom:20px}.thermalTarping-form_thermalTarping__wbwoP .thermalTarping-form_containerField__yQ0SW.thermalTarping-form_checkbox__cuXfL{display:flex;flex-direction:column;justify-content:flex-end}.roofProtection-form_roofProtection__nzUjk .roofProtection-form_row__ozRGA{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.roofProtection-form_roofProtection__nzUjk .roofProtection-form_containerField__nOYJJ{margin-bottom:20px}.roofProtection-form_roofProtection__nzUjk .roofProtection-form_containerField__nOYJJ.roofProtection-form_checkbox__dYK8S{display:flex;flex-direction:column;justify-content:flex-end}.cladding-form_cladding__MoPRX .cladding-form_row__RK-KX{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.cladding-form_cladding__MoPRX .cladding-form_containerField__J7Kh4{margin-bottom:20px}.cladding-form_cladding__MoPRX .cladding-form_containerField__J7Kh4.cladding-form_checkbox__yqjh5{display:flex;flex-direction:column;justify-content:flex-end}.boards-form_boards__WPTGc h4{margin-bottom:0}.boards-form_boards__WPTGc .boards-form_text__ZD12L{font-size:12px}.boards-form_boards__WPTGc .boards-form_row__JksfS{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.boards-form_boards__WPTGc .boards-form_containerField__wDRY0{margin-bottom:20px}.boards-form_boards__WPTGc .boards-form_containerField__wDRY0.boards-form_checkbox__VS5sA{display:flex;flex-direction:column;justify-content:flex-end}.elevator-form_elevator__p2\+PD h4{margin-bottom:0}.elevator-form_elevator__p2\+PD .elevator-form_text__nitwh{font-size:12px}.elevator-form_elevator__p2\+PD .elevator-form_row__W2Ipz{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.elevator-form_elevator__p2\+PD h5{color:#1b2559;font-family:Manrope-SemiBold;font-size:16px;font-weight:400;margin-bottom:10px}.elevator-form_elevator__p2\+PD .elevator-form_containerField__HIve2{margin-bottom:20px}.elevator-form_elevator__p2\+PD .elevator-form_containerField__HIve2.elevator-form_checkbox__EBzIY{display:flex;flex-direction:column;justify-content:flex-end}.study-form_study__ZJDeZ .study-form_row__fyhqh{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.study-form_study__ZJDeZ .study-form_containerField__cwTjX{margin-bottom:20px}.study-form_study__ZJDeZ .study-form_containerField__cwTjX.study-form_checkbox__5stEO{display:flex;flex-direction:column;justify-content:flex-end}.summary_summary__fn8P1 .summary_row__0Y3sG{display:flex;width:100%}.summary_summary__fn8P1 .summary_row__0Y3sG:nth-child(2n){background-color:#f4f7fe;border-radius:3px}.summary_summary__fn8P1 .summary_row__0Y3sG.summary_label__FUj9D p{font-family:Manrope-Bold}.summary_summary__fn8P1 .summary_row__0Y3sG p{font-size:12px;margin:0;padding:5px;width:16.6666666667%}.summary_summary__fn8P1 .summary_row__0Y3sG p:first-child{width:50%}.summary_summary__fn8P1 .summary_total__45Kvz{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;margin-top:20px}.summary_summary__fn8P1 .summary_total__45Kvz .summary_count__OiVT8{display:flex;justify-content:space-between;margin:5px 0}.summary_summary__fn8P1 .summary_total__45Kvz .summary_count__OiVT8 p{font-size:12px;margin:0;text-align:right;width:150px}.summary_summary__fn8P1 .summary_total__45Kvz .summary_count__OiVT8 p:first-child{text-align:left;width:200px}.summary_summary__fn8P1 .summary_total__45Kvz .summary_count__OiVT8 p span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;margin-left:10px;padding:3px 7px}.crane-form_crane__kFs26 .crane-form_row__9QsH8{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.crane-form_crane__kFs26 h4{font-size:16px;margin-bottom:10px}.crane-form_crane__kFs26 h4,.crane-form_crane__kFs26 h5{color:#1b2559;font-family:Manrope-SemiBold;font-weight:400}.crane-form_crane__kFs26 h5{font-size:14px;margin-bottom:6px}.crane-form_crane__kFs26 .crane-form_containerField__rhvtk{margin-bottom:20px}.crane-form_crane__kFs26 .crane-form_containerField__rhvtk.crane-form_checkbox__epy4u{display:flex;flex-direction:column;justify-content:flex-end}.crane-form_crane__kFs26 .crane-form_count__D0ElU{display:grid;grid-template-columns:.25fr .5fr 1fr}.crane-form_crane__kFs26 .crane-form_count__D0ElU p{margin-left:0;text-align:right}.crane-form_crane__kFs26 .crane-form_count__D0ElU span{background-color:#fff4b7;border-radius:3px;font-family:Manrope-Bold;margin-left:5px;padding:3px 7px}.unitPrices_unitPrices__3sl6Y h5{color:#1b2559;font-family:Manrope-SemiBold;font-size:14px;font-weight:400;margin-bottom:10px}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM{margin-bottom:20px}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM .unitPrices_row__rQOtN{display:flex;width:100%}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM .unitPrices_row__rQOtN:nth-child(odd){background-color:#f4f7fe;border-radius:3px}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM .unitPrices_row__rQOtN.unitPrices_label__ejALf p{font-family:Manrope-Bold}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM .unitPrices_row__rQOtN p{font-size:12px;margin:0;padding:5px;width:16.6666666667%}.unitPrices_unitPrices__3sl6Y .unitPrices_prices__b29tM .unitPrices_row__rQOtN p:first-child{width:50%}.various-form_form__FHq2z{padding-bottom:45px;position:relative}.various-form_form__FHq2z h4{margin-bottom:15px}.various-form_form__FHq2z .various-form_containerField__3sWjT{margin-bottom:20px}.various-form_form__FHq2z .various-form_containerField__3sWjT.various-form_name__-eF23 input{background-color:#0000;border:none;border-bottom:1px solid #717a97;border-radius:0;font-size:24px;padding:0 0 5px}.various-form_form__FHq2z .various-form_delete__FzGdw{align-items:center;background-color:#0000;bottom:-10px;color:#ec5e52;display:flex;font-size:14px;position:absolute;right:-20px}.various-form_form__FHq2z .various-form_delete__FzGdw:hover{text-decoration:underline}.various-form_form__FHq2z .various-form_delete__FzGdw svg{font-size:18px;margin-right:6px}.floorProtection-form_floorProtection__OT2QV .floorProtection-form_row__ogEeM{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.floorProtection-form_floorProtection__OT2QV h4 span{font-family:Manrope-Regular}.floorProtection-form_floorProtection__OT2QV .floorProtection-form_containerField__WS\+h5{margin-bottom:20px}.floorProtection-form_floorProtection__OT2QV .floorProtection-form_containerField__WS\+h5.floorProtection-form_checkbox__mg6Nv{display:flex;flex-direction:column;justify-content:flex-end}.winches-form_winches__oyfuI .winches-form_row__WT0ve{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.winches-form_winches__oyfuI .winches-form_containerField__HoMy6{margin-bottom:20px}.winches-form_winches__oyfuI .winches-form_containerField__HoMy6.winches-form_checkbox__YP663{display:flex;flex-direction:column;justify-content:flex-end}.customs-form_customs__bLDSL .customs-form_row__foDEx{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.customs-form_customs__bLDSL .customs-form_containerField__CpnvH{margin-bottom:20px}.customs-form_customs__bLDSL .customs-form_containerField__CpnvH.customs-form_checkbox__M3-3B{display:flex;flex-direction:column;justify-content:flex-end}.customs-form_customs__bLDSL .customs-form_custom__u7As9{display:flex;flex-direction:column;position:relative;width:100%}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_row__foDEx{width:70%}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_row__foDEx.customs-form_name__T7mXD{grid-template-columns:1fr}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_containerField__CpnvH{width:100%}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_containerField__CpnvH label{display:block;font-family:Manrope-Regular;margin-bottom:5px}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_containerField__CpnvH input{background-color:#f4f7fe;border:1px solid #f4f7fe;border-radius:4px;font-family:Manrope-Regular;padding:11px;width:100%}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_containerField__CpnvH input:focus{outline:1px solid #49517b}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_remove__S5D-A{align-items:center;background-color:#0000;color:#49517b66;display:flex;font-family:Manrope-Regular;font-size:12px;justify-content:center;padding:0;position:absolute;right:0;top:20px}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_remove__S5D-A svg{font-size:16px;margin-left:5px}.customs-form_customs__bLDSL .customs-form_custom__u7As9 .customs-form_remove__S5D-A:hover{color:#ec5e52}.customs-form_customs__bLDSL .customs-form_add__JedmE{background-color:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='11' ry='11' stroke='%23B8BDCBFF' stroke-width='3' stroke-dasharray='4,12' stroke-linecap='square'/%3E%3C/svg%3E");border-radius:11px;color:#49517b;height:50px;margin-top:10px;width:100%}.worksites_worksites__OfdTD .worksites_content__-yyuv{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.worksites_worksites__OfdTD .worksites_content__-yyuv{padding:20px}}@media screen and (min-width:768px){.worksites_worksites__OfdTD .worksites_content__-yyuv{padding:30px}}.worksites_worksites__OfdTD .worksites_content__-yyuv .worksites_filters__Hd\+Pi{align-items:center;display:flex;margin-bottom:20px}.worksites_worksites__OfdTD .worksites_content__-yyuv .worksites_filters__Hd\+Pi .worksites_selects__fBrQn{align-items:center;display:flex;margin-right:auto}.worksites_worksites__OfdTD .worksites_content__-yyuv .worksites_filters__Hd\+Pi .worksites_selects__fBrQn .worksites_field__tdw8L{margin-right:15px}.worksites_worksites__OfdTD .worksites_content__-yyuv .worksites_filters__Hd\+Pi button{margin-left:15px}.pagination_pagination__djZ22{display:flex;justify-content:flex-end;margin-top:5px}.pagination_pagination__djZ22 button{background-color:#49517b33;color:#49517b;height:30px;margin-left:5px;min-width:30px;padding:0 10px}.pagination_pagination__djZ22 button.pagination_active__0Yu20{background-color:#49517b;color:#fff}.worksite_worksite__hdSym{height:100%;position:relative;width:100%}.worksite_worksite__hdSym .worksite_loader__G7lwI{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.worksite_worksite__hdSym header{background-color:#fff;position:relative}.worksite_worksite__hdSym header .worksite_header-content__x2BHT{display:flex;justify-content:space-between;margin:auto;max-width:1440px;padding:30px 20px;position:relative;width:100%}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_title__HV46R{align-items:flex-end;display:flex}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_title__HV46R h2{margin:0 10px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_title__HV46R p{color:#717a97;margin:5px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR{bottom:0;display:flex;position:absolute;right:20px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR nav{align-items:flex-end;display:flex;margin-right:20px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR nav a{color:#717a97;height:42px;margin:0 10px;padding:0 10px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR nav a.worksite_active__VIM1t{border-bottom:3px solid #6aa287;color:#49517b}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR button{background:#fff;border:1px solid #48507a;border-radius:5px;color:#49517b;font-family:Manrope-Medium;margin-bottom:15px;padding:15px}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR button.worksite_download__o1TBa{align-items:center;display:flex}.worksite_worksite__hdSym header .worksite_header-content__x2BHT .worksite_nav__BwRzR button.worksite_download__o1TBa span{display:block;margin-right:10px;margin-top:5px}.worksite_worksite__hdSym .worksite_content__I7lX6{position:relative}.infos_infos__ZCL2n{display:flex;justify-content:space-between;margin:auto;max-width:1440px;padding:30px;width:100%}.infos_infos__ZCL2n .infos_title__uwX3a{display:flex;margin-bottom:10px}.infos_infos__ZCL2n .infos_title__uwX3a span{cursor:pointer;font-size:18px;margin:5px 0 0 10px}.infos_infos__ZCL2n main{width:60%}.infos_infos__ZCL2n main section{padding:0}.infos_infos__ZCL2n main section:nth-child(3) hr{margin:20px 0 15px}.infos_infos__ZCL2n main section h4{margin-bottom:15px}.infos_infos__ZCL2n main section .infos_field__1Te6w{margin-bottom:20px}.infos_infos__ZCL2n main section hr{margin:0 0 15px}.infos_infos__ZCL2n main section .infos_row__pld6\+{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.infos_infos__ZCL2n aside{max-width:460px;width:calc(40% - 40px)}.infos-worksite_form__NyGE3{position:relative}.infos-worksite_form__NyGE3 h3{margin-bottom:20px}.infos-worksite_form__NyGE3 .infos-worksite_submit__9p\+V0{position:absolute;right:0;top:0}.infos-worksite_form__NyGE3 .infos-worksite_fields__d7HS0{background-color:#fff;margin:30px 0;max-width:900px;padding:20px}.infos-worksite_form__NyGE3 .infos-worksite_fields__d7HS0 .infos-worksite_row__q\+lR3{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.infos-worksite_form__NyGE3 .infos-worksite_fields__d7HS0 .infos-worksite_containerField__ECcbg{margin-bottom:20px}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:2.75rem;--rdp-day-width:2.75rem;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid #0000;--rdp-day_button-height:var(--rdp-day-height);--rdp-day_button-width:var(--rdp-day-width);--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-foreground-color:#fff;--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),#0000 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,#0000 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid #0000;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{height:var(--rdp-day-height);text-align:center;width:var(--rdp-day-width)}.rdp-day_button{align-items:center;background:none;border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);color:inherit;cursor:pointer;display:flex;font:inherit;height:var(--rdp-day_button-height);justify-content:center;margin:0;padding:0;width:var(--rdp-day_button-width)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{align-items:center;border:0;display:inline-flex;position:relative;white-space:nowrap;z-index:1}.rdp-button_next,.rdp-button_previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;height:var(--rdp-nav_button-height);justify-content:center;margin:0;padding:0;position:relative;width:var(--rdp-nav_button-width)}.rdp-button_next:disabled,.rdp-button_previous:disabled{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{align-items:center;display:inline-flex;gap:var(--rdp-dropdown-gap);position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;border:none;cursor:inherit;inset-block-end:0;inset-block-start:0;inset-inline-start:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;width:100%;z-index:2}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{align-content:center;display:flex;font-size:large;font-weight:700;height:var(--rdp-nav-height)}.rdp-months{display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{align-items:center;display:flex;height:var(--rdp-nav-height);inset-block-start:0;inset-inline-end:0;position:absolute}.rdp-weekday{font-size:smaller;font-weight:500;opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);font-size:small;font-weight:400;height:var(--rdp-week_number-height);opacity:var(--rdp-week_number-opacity);text-align:var(--rdp-weeknumber-text-align);width:var(--rdp-week_number-width)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{color:var(--rdp-range_start-color);visibility:hidden}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:initial;border-radius:0;border-radius:initial;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{background-color:var(--rdp-range_end-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}.todos_todos__0aifv .todos_input__MDdZb{align-items:center;border:2px dashed #b8bdcb;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;margin-bottom:10px;min-height:50px}.todos_todos__0aifv .todos_input__MDdZb .todos_check__9twZs{border:1.5px solid #49517b80;border-radius:3px;height:18px;margin-left:15px;margin-right:10px;min-width:18px;position:relative}.todos_todos__0aifv .todos_input__MDdZb .todos_check__9twZs svg{font-size:18px;left:-1.5px;position:absolute;top:-1px}.todos_todos__0aifv .todos_input__MDdZb input{background-color:#0000;border:none;font-family:Manrope-Regular;line-height:14px;padding:10px 0;width:calc(100% - 100px)}.todos_todos__0aifv .todos_input__MDdZb input:focus{outline:none}.todos_todos__0aifv .todos_input__MDdZb input::placeholder{color:#49517bb3}.todos_todos__0aifv .todos_input__MDdZb .todos_add__UeDY9{align-items:center;display:flex;height:auto;margin-right:10px;padding:5px 10px}.todos_todos__0aifv .todos_input__MDdZb .todos_add__UeDY9 svg{font-size:20px;margin-right:5px}.todos_todos__0aifv .todos_todo__k5Lir{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;justify-content:space-between;margin-bottom:10px;min-height:50px;padding:0 15px;position:relative}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD{align-items:center;display:flex}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD p{font-size:13px;margin:0}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD p span{color:#6aa187;font-family:Manrope-SemiBold}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD p span.todos_late__xkvaY{color:#fc8e8f}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD .todos_check__9twZs{border:1.5px solid #6aa187;border-radius:3px;color:#6aa187;cursor:pointer;height:18px;margin-right:10px;min-width:18px;position:relative}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD .todos_check__9twZs svg{font-size:18px;left:-1.5px;position:absolute;top:-1px}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD .todos_check__9twZs.todos_active__2ppm6{border:1.5px solid #49517b80;color:#0000}.todos_todos__0aifv .todos_todo__k5Lir .todos_content__WC0XD .todos_check__9twZs:hover{border:1.5px solid #49517b80;color:#49517b80}.todos_todos__0aifv .todos_todo__k5Lir .todos_bell__NgR9U{align-items:center;background-color:#0000;display:flex;justify-content:center;padding:0}.todos_todos__0aifv .todos_todo__k5Lir .todos_date-container__-Dt0e{padding-top:50px;position:absolute;right:0;top:0;z-index:2}.todos_todos__0aifv .todos_todo__k5Lir .todos_date-container__-Dt0e .todos_date__rDyZd{background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;padding:10px}.todos_todos__0aifv .todos_todo__k5Lir .todos_date-container__-Dt0e .todos_date__rDyZd .todos_deleteDate__L3OQJ{background-color:#0000;border:1px solid #49517b;color:#49517b;margin-top:10px;padding:0;width:100%}.ged_ged__3WbLH{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;height:100%;margin:auto;max-width:1440px;overflow-y:auto;padding:20px 20px 100px;width:100%}@media screen and (min-width:900px){.ged_ged__3WbLH{grid-template-columns:1fr 1fr 1fr 1fr;padding:30px}.ged_ged__3WbLH.ged_desktop__CE5Gg{grid-template-columns:1fr;padding:0 0 20px}}@media screen and (min-width:1024px){.ged_ged__3WbLH.ged_desktop__CE5Gg{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px){.ged_ged__3WbLH.ged_desktop__CE5Gg{grid-template-columns:1fr 1fr 1fr}}.ged_ged__3WbLH .ged_card__YHFi9{background-color:#fff;border:1px solid #a3aed066;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;cursor:pointer;padding:15px;transition:all .2s ease-in-out}.ged_ged__3WbLH .ged_card__YHFi9:hover{border:1px solid #49517b}.ged_ged__3WbLH .ged_card__YHFi9 .ged_count__FOOlr{align-items:center;background:#f4f7fe;border-radius:5px;display:flex;font-family:Manrope-SemiBold;height:30px;justify-content:center;margin-bottom:10px;width:30px}.ged_ged__3WbLH .ged_card__YHFi9 h4{font-size:16px}.ged_ged__3WbLH .ged_card__YHFi9 p{color:#717a97;font-size:12px;margin:0}.ged_ged__NEaj6{margin:auto;max-width:1440px;padding:20px;width:100%}@media screen and (min-width:900px){.ged_ged__NEaj6{padding:30px}}.ged_ged__NEaj6 .ged_title-desktop__ki-tn{display:none;justify-content:flex-start}@media screen and (min-width:900px){.ged_ged__NEaj6 .ged_title-desktop__ki-tn{display:flex}}.ged_ged__NEaj6 .ged_title-desktop__ki-tn .ged_add__zWyFt{align-items:center;display:flex}.ged_ged__NEaj6 .ged_title-desktop__ki-tn .ged_add__zWyFt label{align-items:center;background-color:#49517b;border:none;border-radius:5px;box-shadow:none;color:#fff;display:block;display:flex;font-family:Manrope-SemiBold;font-size:14px;height:40px;justify-content:center;margin:0;outline:inherit;padding:0 15px 0 10px}.ged_ged__NEaj6 .ged_title-desktop__ki-tn .ged_add__zWyFt label svg{font-size:20px;margin-right:8px}.ged_ged__NEaj6 .ged_title-desktop__ki-tn .ged_add__zWyFt input{display:none}.ged_ged__NEaj6 .ged_title-desktop__ki-tn .ged_add__zWyFt p{margin:0 15px}.ged_ged__NEaj6 .ged_title-mobile__yA2Dd{display:flex;justify-content:space-between}.ged_ged__NEaj6 .ged_title-mobile__yA2Dd h1{font-size:18px;margin-bottom:0}.ged_ged__NEaj6 .ged_title-mobile__yA2Dd h2{font-size:14px}.ged_ged__NEaj6 .ged_title-mobile__yA2Dd input{display:none}.ged_ged__NEaj6 .ged_title-mobile__yA2Dd label{align-items:center;background-color:#1b2559;border-radius:5px;color:#fff;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}@media screen and (min-width:900px){.ged_ged__NEaj6 .ged_title-mobile__yA2Dd{display:none}}.ged_ged__NEaj6 .ged_files__zdgXM{margin-top:20px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:60px;margin-bottom:10px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP{padding:0 18px;width:20%}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:first-child{align-items:center;display:flex;width:40%}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:first-child .ged_picture__W-N9P{align-items:center;border:1px solid #49517b80;border-radius:5px;display:flex;height:40px;justify-content:center;margin-right:5px;overflow:hidden;transform:translateX(-5px);width:40px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:first-child .ged_picture__W-N9P img{height:100%;object-fit:cover;width:100%}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child{align-items:center;display:flex;justify-content:flex-end}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child svg{font-size:20px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child a{cursor:pointer;opacity:.3;transition:all .2s ease-in-out}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child a:hover{opacity:1}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child button{background-color:#0000;color:#49517b;margin-left:8px;opacity:.3;padding:0;transition:all .2s ease-in-out}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP:last-child button:hover{color:#ec5e52;opacity:1}.ged_ged__NEaj6 .ged_files__zdgXM .ged_row__tiREH .ged_col__UQKXP p{margin:0}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_infos__i00yC{align-items:center;display:flex}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_infos__i00yC .ged_picture__W-N9P{align-items:center;border:1px solid #49517b80;border-radius:5px;display:flex;height:55px;justify-content:center;margin-right:15px;overflow:hidden;width:55px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_infos__i00yC .ged_picture__W-N9P img{height:100%;object-fit:cover;width:100%}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_infos__i00yC .ged_title__tErox h3{font-size:13px;margin-bottom:5px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_infos__i00yC .ged_title__tErox p{color:#49517b;font-size:10px;margin:0;opacity:.5}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_actions__GppXe{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-right:4px}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_actions__GppXe svg{color:#49517b;font-size:20px;opacity:.5}.ged_ged__NEaj6 .ged_files__zdgXM .ged_card__CxHAb .ged_actions__GppXe button{background-color:#0000;height:auto;margin-top:10px;padding:0}.phases_phases__-QZvZ{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:auto;max-width:1440px;padding:30px;width:100%}.phases_phases__-QZvZ .phases_col__E6aEU .phases_add__BKjMJ{align-items:center;display:flex;margin-bottom:20px;padding:0 15px 0 10px}.phases_phases__-QZvZ .phases_col__E6aEU .phases_add__BKjMJ svg{font-size:20px;margin-right:8px}.phases_phases__-QZvZ .phases_col__E6aEU h4{font-size:16px}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq{margin-bottom:20px;margin-top:10px}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq:first-child{margin-top:20px}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq .phases_phase__LQQfx{border:1px solid #a3aed066;border-radius:8px;box-shadow:0 18px 32px #d0d2da26;cursor:pointer;margin-bottom:10px;padding:12px 15px;transition:all .2s ease-in-out}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq .phases_phase__LQQfx .phases_title__uTfTf{display:flex;justify-content:space-between}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq .phases_phase__LQQfx h4{font-size:16px;margin:0}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq .phases_phase__LQQfx p{color:#717a97;font-size:13px;margin:0}.phases_phases__-QZvZ .phases_col__E6aEU .phases_phases-list__AKvVq .phases_phase__LQQfx.phases_active__2j70j{background-color:#fff}.create-phase_form__wRjDz h3{margin-bottom:20px;text-align:center}.create-phase_form__wRjDz .create-phase_fields__J5Ngf{margin:30px 0}.create-phase_form__wRjDz .create-phase_fields__J5Ngf .create-phase_containerField__fva86{margin-bottom:20px}.create-phase_form__wRjDz .create-phase_buttons__7sJ4F{display:flex;justify-content:flex-end}.create-phase_form__wRjDz .create-phase_buttons__7sJ4F button:first-child{text-decoration:underline}.create-phase_form__wRjDz .create-phase_buttons__7sJ4F button:last-child{margin-left:20px}.phase-form_form__T\+Q4T{background-color:#fff;border-radius:8px;box-shadow:0 18px 32px #d0d2da26;padding:20px 30px}.phase-form_form__T\+Q4T h3{margin-bottom:20px;text-align:center}.phase-form_form__T\+Q4T .phase-form_containerField__aNgKN{margin-bottom:20px}.phase-form_form__T\+Q4T .phase-form_containerField__aNgKN.phase-form_name__fWcSn input{background-color:#0000;border:none;border-bottom:1px solid #717a97;border-radius:0;font-size:16px;padding:0 0 5px}.phase-form_form__T\+Q4T .phase-form_row__rXNTn{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk{margin-bottom:20px}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_title__7VMJO{align-items:center;display:flex;justify-content:space-between}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+{margin-top:15px}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+ .phase-form_fitter__uLY9l{border:1px solid #a3aed066;border-radius:8px;box-shadow:0 18px 32px #d0d2da26;cursor:pointer;margin-bottom:10px;padding:12px 15px;transition:all .2s ease-in-out}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+ .phase-form_fitter__uLY9l:hover{border:1px solid #49517b}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+ .phase-form_fitter__uLY9l .phase-form_title__7VMJO{display:flex;justify-content:space-between}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+ .phase-form_fitter__uLY9l h4{font-size:16px;margin:0}.phase-form_form__T\+Q4T .phase-form_fitters__V35mk .phase-form_list__WPal\+ .phase-form_fitter__uLY9l p{color:#717a97;font-size:13px;margin:0}.phase-form_form__T\+Q4T .phase-form_buttons__QZB2H{display:flex;justify-content:space-between}.phase-form_form__T\+Q4T .phase-form_buttons__QZB2H .phase-form_delete__dD4JT{background-color:#0000;color:#ec5e52;padding:0}.phase-form_form__T\+Q4T .phase-form_buttons__QZB2H .phase-form_delete__dD4JT:hover{text-decoration:underline}.phase-form_form__T\+Q4T .phase-form_buttons__QZB2H button:last-child{margin-left:20px}.fitter-modal_form__TuX25 h3{margin-bottom:20px;text-align:center}.fitter-modal_form__TuX25 .fitter-modal_fields__nXidl{margin:30px 0}.fitter-modal_form__TuX25 .fitter-modal_fields__nXidl .fitter-modal_containerField__6DIMj{margin-bottom:20px}.fitter-modal_form__TuX25 .fitter-modal_row__Z1E3M{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.fitter-modal_form__TuX25 .fitter-modal_buttons__mjBMy{display:flex;justify-content:space-between}.fitter-modal_form__TuX25 .fitter-modal_buttons__mjBMy .fitter-modal_delete__vm8Gy{background-color:#0000;color:#ec5e52;padding:0}.fitter-modal_form__TuX25 .fitter-modal_buttons__mjBMy .fitter-modal_delete__vm8Gy:hover,.fitter-modal_form__TuX25 .fitter-modal_buttons__mjBMy button:first-child{text-decoration:underline}.fitter-modal_form__TuX25 .fitter-modal_buttons__mjBMy button:last-child{margin-left:20px}.worksite-comments_comments__QId3d{display:flex;justify-content:space-between;margin:auto;max-width:1440px;padding:30px;width:100%}.worksite-comments_comments__QId3d .worksite-comments_col__BqApd{width:55%}.worksite-comments_comments__QId3d .worksite-comments_col__BqApd:first-child{width:calc(45% - 30px)}.worksite-comments_comments__QId3d .worksite-comments_col__BqApd:last-child{border-left:1px solid #b8bdcb80;min-height:calc(100vh - 230px)}.worksite-comments_comments__QId3d .worksite-comments_col__BqApd .worksite-comments_notes__SzLcw{margin:auto;max-width:500px}.worksite-notes-form_noteModal__ToxMW{background-color:#fff;border:1px solid #717a9736;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;padding:5px 10px}.worksite-notes-form_noteModal__ToxMW p{cursor:pointer;line-height:26px;margin:4px 0}.worksite-notes-form_noteModal__ToxMW p svg{margin-right:5px;position:relative;top:4px}.worksite-notes-form_noteModal__ToxMW p.worksite-notes-form_delete__wVeDB svg{fill:#ec5e52}.worksite-notes-form_noteModal__ToxMW p:hover{text-decoration:underline}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_header__9ZNOV{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_header__9ZNOV h4{margin-bottom:0}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_header__9ZNOV button{padding:0;width:40px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE{align-items:flex-start;background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;margin-bottom:10px;padding:15px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE>div:first-child{flex:1 1}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE>div:first-child .worksite-notes-form_text__eMWf3{margin-bottom:5px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE .worksite-notes-form_author__moVjm{color:#b8bdcb;margin-bottom:10px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE .worksite-notes-form_file__lgEPz a{text-decoration:underline}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE .worksite-notes-form_file__lgEPz a svg{margin-right:5px;position:relative;top:4px}.worksite-notes-form_container__AKhRz .worksite-notes-form_form__4KswX .worksite-notes-form_notes__xiNfK .worksite-notes-form_note__4EpAE>button{color:#b8bdcb;cursor:pointer;height:19px;margin-left:10px}.comments_comments-container__x-qwU{padding:0 0 0 30px;width:100%}.comments_comments-container__x-qwU h4{margin-bottom:20px}.comments_comments-container__x-qwU .comments_form__Q0dI2{align-items:flex-start;background:#fff;border-radius:10px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;justify-content:space-between;padding:10px;width:100%}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM{width:calc(100% - 155px)}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM textarea{border:1px solid #0000;color:#49517b;font-family:Manrope-Regular;font-size:14px;max-width:100%;min-width:100%;width:100%}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM textarea::placeholder{color:#717a97}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM textarea:focus{outline:none}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM p{margin:0}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM p span{cursor:pointer}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_input__514tM p span svg{color:#ec5e52;transform:translateY(6px)}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_actions__tCSv8{align-items:flex-start;display:flex}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_actions__tCSv8 label{align-items:center;background-color:#49517b;border-radius:5px;color:#fff;display:flex;height:40px;justify-content:center;margin:0 10px 0 0;width:40px}.comments_comments-container__x-qwU .comments_form__Q0dI2 .comments_file__W2iqc{display:none}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q{background:#fff;border-radius:10px;box-shadow:0 18px 32px 0 #d0d2da26;margin-bottom:15px;padding:10px 15px;width:calc(100% - 50px)}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q.comments_me__\+DFmR{align-items:flex-end;display:flex;flex-direction:column;margin-left:50px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q.comments_me__\+DFmR p{text-align:right}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q.comments_me__\+DFmR .comments_author__iTsbw{flex-direction:row-reverse}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q.comments_me__\+DFmR .comments_author__iTsbw p.comments_date__OdFjT{margin-right:10px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_profile__WioSb{align-items:center;background-color:#49517b;border-radius:20px;color:#fff;display:flex;height:33px;justify-content:center;margin-right:11px;width:33px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q p{font-size:13px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_text__hTV2z{padding-left:45px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_author__iTsbw{align-items:center;display:flex;margin-bottom:10px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_author__iTsbw p{margin:0}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_author__iTsbw p.comments_date__OdFjT{color:#b8bdcb;margin-left:10px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_file__W2iqc{padding-left:45px}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_file__W2iqc a{align-items:center;cursor:pointer;display:flex;font-size:13px;text-decoration:underline}.comments_comments-container__x-qwU .comments_comments__Po\+BZ .comments_comment__C7w8Q .comments_file__W2iqc a svg{margin-right:5px}.navbar_navbar__EicVc{background-color:#fff;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:64px;justify-content:center;position:relative;width:100%;z-index:10}.navbar_navbar__EicVc .navbar_logo__MWJh-{left:0;position:absolute}.navbar_navbar__EicVc .navbar_logo__MWJh- img{transform:translateX(-10px);width:120px}.navbar_navbar__EicVc ul{margin:0;padding:0}.navbar_navbar__EicVc ul li{align-items:center;display:inline-flex;height:64px;justify-content:center;list-style:none;padding:0 25px;position:relative}@media screen and (min-width:1200px){.navbar_navbar__EicVc ul li{padding:0 30px}}.navbar_navbar__EicVc ul li a{display:block;font-family:Manrope-SemiBold;letter-spacing:1%}.navbar_navbar__EicVc ul li a:not(.navbar_active__fCu0i){color:#717a97}.navbar_navbar__EicVc ul li a.navbar_active__fCu0i:after{background-color:#6aa287;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.navbar_navbar__EicVc .navbar_profile__8g82a{align-items:center;display:flex;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_notifs-toggle__Y6Whp{align-items:center;background-color:#49517b;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;transform:translate(-50%,50%);transition:all .2s ease-in-out;width:20px}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_notifs-toggle__Y6Whp:hover{transform:translate(-50%,50%) scale(1.1)}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_pdfDownloadBtn__uqwWx{align-items:center;background-color:#f4f7fe;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-family:Manrope-SemiBold;font-size:16px;height:33px;justify-content:center;margin-right:15px;padding:0;top:0;transition:all .2s ease-in-out;width:33px}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_pdfDownloadBtn__uqwWx:hover{background-color:#4b5563;color:#fff}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_pdfDownloadBtn__uqwWx:active{transform:scale(.95)}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_user__wQiMh{align-items:center;display:flex;margin-right:15px}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_user__wQiMh .navbar_initial__gJ2AK{align-items:center;background-color:#6aa287;border-radius:50%;color:#fff;display:flex;font-family:Manrope-SemiBold;height:33px;justify-content:center;margin-right:10px;min-height:33px;min-width:33px;width:33px}.navbar_navbar__EicVc .navbar_profile__8g82a .navbar_user__wQiMh p{margin:0}.navbar_navbar__EicVc .navbar_profile__8g82a button{color:#6aa287;position:relative;top:2px}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT{padding:80px 50px 50px;position:fixed;right:-400px;transition:all .2s ease-in-out;z-index:100}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT.navbar_isOpen__xp5zb{right:0}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO{background:#fff;border-radius:10px;box-shadow:0 18px 32px 0 #d0d2da8c;width:300px}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA{margin:0 15px;padding:15px 0}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA:not(:first-child){border-top:1px solid #49517b80}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA label{color:#49517b80}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA p{margin:0}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA p:hover{text-decoration:underline}.navbar_navbar__EicVc .navbar_notifs-container__DuMlT .navbar_notifs__F-CwO .navbar_notif__ZAmUA p span{font-family:Manrope-SemiBold}.layout_layout__V-41h{background-color:#fafbff;height:calc(100% - 64px);min-height:calc(100% - 64px)}.layout_layout__V-41h .layout_global__wtnXy{height:100%;overflow-y:auto}.layout_layout__fZbIP{background-color:#fafbff;height:100%}.layout_layout__fZbIP .layout_navBar__Qhava{align-items:center;background-color:#fff;display:flex;height:64px;justify-content:space-between;padding:0 20px;position:relative}@media screen and (min-width:900px){.layout_layout__fZbIP .layout_navBar__Qhava{border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 18px 32px 0 #d0d2da26;z-index:100}.layout_layout__fZbIP .layout_navBar__Qhava .layout_mobile__OAQx-{display:none}}.layout_layout__fZbIP .layout_navBar__Qhava .layout_mobile__OAQx- h1{font-size:18px;margin:0;text-transform:uppercase}.layout_layout__fZbIP .layout_navBar__Qhava .layout_mobile__OAQx- .layout_back__BHNN-{align-items:center;display:flex}.layout_layout__fZbIP .layout_navBar__Qhava .layout_mobile__OAQx- .layout_back__BHNN- svg{font-size:26px}.layout_layout__fZbIP .layout_navBar__Qhava .layout_mobile__OAQx- .layout_back__BHNN- p{font-family:Manrope-Bold;margin:0 6px}.layout_layout__fZbIP .layout_navBar__Qhava .layout_desktop__wuYWE{display:none}@media screen and (min-width:900px){.layout_layout__fZbIP .layout_navBar__Qhava .layout_desktop__wuYWE{align-items:center;display:flex}.layout_layout__fZbIP .layout_navBar__Qhava .layout_desktop__wuYWE img{transform:translateX(-25px);width:100px}.layout_layout__fZbIP .layout_navBar__Qhava .layout_desktop__wuYWE h1{font-size:14px;margin:0}}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6{align-items:center;display:flex}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 p{display:none}@media screen and (min-width:900px){.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 p{display:block;font-size:14px;margin-bottom:0;margin-left:10px}}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 a{align-items:center;display:flex;justify-content:center}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 a .layout_initial__dMNSc{align-items:center;background-color:#1b2559;border-radius:20px;display:flex;height:38px;justify-content:center;width:38px}@media screen and (min-width:900px){.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 a .layout_initial__dMNSc{background-color:#6aa287}}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 a .layout_initial__dMNSc span{color:#fff;font-size:15px}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 button{align-items:center;background-color:#0000;display:flex;display:none;justify-content:center;margin-left:10px;padding:0}@media screen and (min-width:900px){.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 button{display:flex}}.layout_layout__fZbIP .layout_navBar__Qhava .layout_user__BrMP6 button svg{color:#6aa287;font-size:20px}.layout_layout__fZbIP .layout_global__8cShq{background-color:#f4f7fe;height:calc(100% - 64px);min-height:calc(100% - 64px);overflow-y:auto}.memberHome_home__oIjzi{width:100%}.memberHome_home__oIjzi .memberHome_content__IiyYh{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.memberHome_home__oIjzi .memberHome_content__IiyYh{padding:20px}}@media screen and (min-width:768px){.memberHome_home__oIjzi .memberHome_content__IiyYh{padding:30px}}@media screen and (min-width:900px){.memberHome_home__oIjzi .memberHome_content__IiyYh{margin-top:40px}}.memberHome_home__oIjzi .memberHome_content__IiyYh h2{border-bottom:1px solid #b8bdcb;font-size:18px;padding-bottom:8px}@media screen and (min-width:900px){.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY{display:flex;justify-content:space-between;margin-top:50px}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_col__6GoAG{width:340px}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_col__6GoAG:first-child{width:calc(100% - 370px)}}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY a{background:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;cursor:pointer;display:block;padding:15px;transition:all .2s ease-in-out}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY a:hover{box-shadow:0 18px 32px 0 #d0d2da80}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY a h3{font-size:18px;margin-bottom:2px}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY a p{color:#717a97;margin:0}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_worksites__qpQNo{grid-gap:20px;display:grid;gap:20px;margin-bottom:20px}@media screen and (min-width:1024px){.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_worksites__qpQNo{grid-template-columns:1fr 1fr}}@media screen and (min-width:1200px){.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_worksites__qpQNo{grid-template-columns:1fr 1fr 1fr}}.memberHome_home__oIjzi .memberHome_content__IiyYh .memberHome_row__ZLHzY .memberHome_documents__P-xoT{grid-gap:20px;display:grid;gap:20px;margin-bottom:20px}.Infos_infos__wvOaw{padding:20px 20px 120px}.Infos_infos__wvOaw.Infos_desktop__uFx2L{padding:0}.Infos_infos__wvOaw.Infos_desktop__uFx2L h2{font-size:16px}.Infos_infos__wvOaw h1{font-size:22px}.Infos_infos__wvOaw h2{font-size:18px}.Infos_infos__wvOaw .Infos_field__rhLnT{font-size:14px;margin-bottom:20px}.Infos_infos__wvOaw .Infos_field__rhLnT label{color:#49517b}.Infos_infos__wvOaw .Infos_field__rhLnT a{display:block;font-family:Manrope-Bold;text-decoration:underline}.Infos_infos__wvOaw .Infos_field__rhLnT p{font-family:Manrope-Bold;margin:0}.Infos_infos__wvOaw .Infos_panel__SoA6G{border-bottom:.5px solid #717a97}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_header__\+dOKk{align-items:center;display:flex;height:50px;justify-content:space-between}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_header__\+dOKk h2{margin:0}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_header__\+dOKk button{align-items:center;background-color:#0000;color:#1b2559;display:flex;font-size:20px;justify-content:center;padding:0}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh{margin-bottom:20px;margin-top:10px}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he{background-color:#fff;border-radius:5px;box-shadow:0 18px 32px 0 #d0d2da26;margin-bottom:10px;padding:15px}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_text__uwpLa{font-size:13px;margin-bottom:5px}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_author__vFdou{color:#b8bdcb;margin-bottom:10px}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_file__c4wzF{cursor:pointer}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_file__c4wzF a{text-decoration:underline}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_file__c4wzF a:hover{color:#6aa287}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he .Infos_file__c4wzF a svg{margin-right:5px;position:relative;top:4px}.Infos_infos__wvOaw .Infos_panel__SoA6G .Infos_list__aOzNh .Infos_card__nk6he>button{color:#b8bdcb;cursor:pointer;height:19px;margin-left:10px}.worksiteNav_nav__03bVY{bottom:20px;display:flex;justify-content:center;position:fixed;width:100%}.worksiteNav_nav__03bVY nav{align-items:center;background-color:#1b2559;border-radius:25px;display:flex;height:50px;justify-content:space-between;margin:auto;width:291px}.worksiteNav_nav__03bVY nav a{align-items:center;border-radius:20px;display:flex;height:34px;justify-content:center;margin:10px 8px;min-width:36px;overflow:hidden;padding:10px 6px;transition:min-width .2s ease-in-out}.worksiteNav_nav__03bVY nav a svg{opacity:.8}.worksiteNav_nav__03bVY nav a span{display:none;font-family:Manrope-Bold;font-size:13px;padding:0 6px}.worksiteNav_nav__03bVY nav a.worksiteNav_active__I7POW{background-color:#fff;min-width:96px;padding:10px 6px}.worksiteNav_nav__03bVY nav a.worksiteNav_active__I7POW svg{margin:0 2px;opacity:1}.worksiteNav_nav__03bVY nav a.worksiteNav_active__I7POW span{display:block}.ged_ged__wklSs h1{font-size:18px;margin:20px 20px 0}.memberRequests_requests__N-N7y{padding:20px 20px 120px}.memberRequests_requests__N-N7y h1{font-size:18px}.memberRequests_requests__N-N7y .memberRequests_new__iLpNN{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.memberRequests_requests__N-N7y .memberRequests_new__iLpNN svg{font-size:20px;margin-right:8px}.memberRequests_requests__N-N7y h2{border-bottom:1px solid #b8bdcb;font-size:14px;padding-bottom:6px}.memberRequests_requests__N-N7y .memberRequests_select__K\+ulF{display:flex;flex-direction:column}.memberRequests_requests__N-N7y .memberRequests_select__K\+ulF a{align-items:center;background-color:#fff;border:1px solid #49517b;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:70px;justify-content:center;margin-bottom:10px}.memberRequests_requests__N-N7y .memberRequests_select__K\+ulF a svg{margin-right:30px}.memberRequests_requests__N-N7y .memberRequests_select__K\+ulF a p{font-family:Manrope-Bold;font-size:16px;margin:0;text-align:left;width:200px}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz{display:flex;flex-direction:column}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz button{align-items:center;background-color:#fff;border:1px solid #a3aed066;border-radius:8px;display:flex;height:auto;margin-bottom:10px;padding:10px 20px;text-align:left}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz button p{margin:0}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz button .memberRequests_infos__bazt-{display:block;margin-left:20px}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz button .memberRequests_infos__bazt- p:first-child{font-family:Manrope-Bold}.memberRequests_requests__N-N7y .memberRequests_list__E\+hdz button .memberRequests_infos__bazt- p:last-child{color:#717a97;font-size:12px}.memberRequestForm_request__nneE7{padding:20px 20px 90px}@media screen and (min-width:1024px){.memberRequestForm_request__nneE7{margin:0 auto;max-width:1440px;padding:0 20px 90px;width:100%}}@media screen and (min-width:1024px)and (min-width:576px){.memberRequestForm_request__nneE7{padding:20px}}@media screen and (min-width:1024px)and (min-width:768px){.memberRequestForm_request__nneE7{padding:30px}}.memberRequestForm_request__nneE7 h1{font-size:18px;margin-bottom:0}@media screen and (min-width:1024px){.memberRequestForm_request__nneE7 h1{display:none}}.memberRequestForm_request__nneE7 h2{font-size:14px}@media screen and (min-width:1024px){.memberRequestForm_request__nneE7 h2{font-size:18px}}.memberRequestForm_illu__6VQ-G{display:none}@media screen and (min-width:1024px){.memberRequestForm_illu__6VQ-G{background-image:url(/static/media/form-image.6b088b45e1f4874f8597.svg);background-position:right -260px top;background-repeat:no-repeat;display:block;height:80vh;position:absolute;right:0;top:60px;width:50%;z-index:1}}@media screen and (min-width:1500px){.memberRequestForm_illu__6VQ-G{background-position:right -120px top}}.requestForm_form__0MdT9{height:100%}@media screen and (min-width:1024px){.requestForm_form__0MdT9{margin-bottom:80px;max-width:60%;position:relative;z-index:2}.requestForm_form__0MdT9 .requestForm_fields__WaTqi{grid-gap:0 20px;display:grid;gap:0 20px;grid-template-columns:1fr 1fr}}.requestForm_form__0MdT9 .requestForm_submit__yNOht{display:block;margin-top:10px;width:100%}@media screen and (min-width:1024px){.requestForm_form__0MdT9 .requestForm_submit__yNOht{float:right;margin-bottom:30px;width:auto}}.requestForm_form__0MdT9 .requestForm_section__aq00y{margin-bottom:30px}.requestForm_form__0MdT9 .requestForm_section__aq00y hr{margin-top:30px}.requestForm_form__0MdT9 .requestForm_section__aq00y h3{font-size:16px}.requestForm_form__0MdT9 .requestForm_section__aq00y .requestForm_reset__nJ8Nj{align-items:center;display:flex;margin-bottom:20px}.requestForm_form__0MdT9 .requestForm_section__aq00y .requestForm_reset__nJ8Nj .requestForm_check__N40kn{border:1px solid #b8bdcb;border-radius:3px;height:16px;margin-right:8px;width:16px}.requestForm_form__0MdT9 .requestForm_section__aq00y .requestForm_reset__nJ8Nj p{margin:0}@media screen and (min-width:1024px){.requestForm_form__0MdT9 .requestForm_section__aq00y.requestForm_col-3__sbPNJ .requestForm_fields__WaTqi{grid-template-columns:1fr 1fr 1fr}}.requestForm_form__0MdT9 .requestForm_section__aq00y.requestForm_col-1__t9lyU .requestForm_fields__WaTqi{grid-template-columns:1fr}@media screen and (min-width:1024px){.requestForm_form__0MdT9 .requestForm_section__aq00y{margin-bottom:20px}.requestForm_form__0MdT9 .requestForm_section__aq00y hr{margin-top:20px}.requestForm_form__0MdT9 .requestForm_section__aq00y h3{font-size:16px;margin-bottom:20px}}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_add__w8Wk5{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_add__w8Wk5 svg{font-size:20px;margin-right:8px}@media screen and (min-width:1024px){.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_add__w8Wk5{display:none}}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_quantities__i8zPX{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}@media screen and (min-width:768px){.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_quantities__i8zPX{gap:20px;grid-template-columns:1fr 1fr}}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_quantities__i8zPX button{background-color:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:auto;justify-content:space-between;padding:15px;width:100%}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_quantities__i8zPX button p{font-family:Manrope-Bold;margin:0;text-align:left}.requestForm_form__0MdT9 .requestForm_material__LYEpw .requestForm_quantities__i8zPX button p span{color:#717a97;font-family:Manrope-Regular;font-size:12px}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_add__w8Wk5{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_add__w8Wk5 svg{font-size:20px;margin-right:8px}@media screen and (min-width:1024px){.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_add__w8Wk5{display:none}}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_categories__bf4pT{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_categories__bf4pT button{background-color:#fff;border:1px solid #49517b;height:83px}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_categories__bf4pT button p{font-family:Manrope-Bold;font-size:16px;margin:0}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_quantities__i8zPX{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}@media screen and (min-width:768px){.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_quantities__i8zPX{gap:20px;grid-template-columns:1fr 1fr}}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_quantities__i8zPX button{background-color:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:auto;justify-content:space-between;padding:15px;width:100%}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_quantities__i8zPX button p{font-family:Manrope-Bold;margin:0;text-align:left}.requestForm_form__0MdT9 .requestForm_tool__Ob9QK .requestForm_quantities__i8zPX button p span{color:#717a97;font-family:Manrope-Regular;font-size:12px}.formField_field__QHK9I{margin-bottom:15px}.formField_field__QHK9I label{display:block;font-family:Manrope-Bold;margin-bottom:5px}@media screen and (min-width:768px){.formField_field__QHK9I.formField_col-3__yF6bv{width:calc(33% - 20px)}}.formField_field__QHK9I .formField_boolean__WIDzl button{background-color:#fff;color:#1b2559;height:45px;margin-right:10px}.formField_field__QHK9I .formField_boolean__WIDzl button.formField_isSelected__ylUVe{background-color:#1b2559;color:#fff}.quantityPanel_panel__W-VGN{background-color:#1b2559;height:100vh;overflow:hidden;position:fixed;right:-100%;top:0;transition:all .2s ease-in-out;width:100vw;z-index:10}@media screen and (min-width:1024px){.quantityPanel_panel__W-VGN{height:calc(100vh - 64px);position:absolute;right:0;top:0;width:37%}}.quantityPanel_panel__W-VGN.quantityPanel_open__nHj0h{right:0}.quantityPanel_panel__W-VGN .quantityPanel_close__V5JMw{align-items:center;background-color:#0000;display:flex;padding:30px 20px}.quantityPanel_panel__W-VGN .quantityPanel_close__V5JMw svg{font-size:20px;margin-right:8px}@media screen and (min-width:1024px){.quantityPanel_panel__W-VGN .quantityPanel_close__V5JMw{display:none}.quantityPanel_panel__W-VGN .quantityPanel_close__V5JMw.quantityPanel_isSelected__2-oZk{align-items:flex-start;display:flex;justify-content:flex-start;padding:40px 60px 0}}.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm{padding:20px;position:relative}.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm svg{color:#717a97;font-size:24px;left:28px;position:absolute;top:30px}.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm input{border:none;border-radius:5px;font-family:Manrope-Regular;font-size:14px;padding:12px 20px 12px 40px;width:100%}.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm input:focus{outline:none}@media screen and (min-width:1024px){.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm{padding:40px 60px}.quantityPanel_panel__W-VGN .quantityPanel_search__VvYqm svg{left:68px;top:50px}}.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny{display:flex;flex-direction:column;max-height:calc(100vh - 145px);overflow-y:auto;padding:0 20px 40px}.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny::-webkit-scrollbar{width:10px}.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny::-webkit-scrollbar-thumb,.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny::-webkit-scrollbar-track{background:#fff3}.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny::-webkit-scrollbar-thumb:hover{background:#fff}@media screen and (min-width:1024px){.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny{max-height:calc(100vh - 250px);padding:0 60px 40px}}.quantityPanel_panel__W-VGN .quantityPanel_options__Hrnny button{background-color:#0000;padding:10px 0;text-align:left}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9{display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;padding:0 20px}@media screen and (min-width:1024px){.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9{height:calc(100% - 40px);padding:40px 60px}}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 h2{color:#fff;font-size:18px}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 label{color:#fff;font-family:Manrope-Regular}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_customDesignation__6VnnF{background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:5px;color:#fff;font-family:Manrope-Regular;font-size:16px;margin:10px 0;padding:12px 16px;width:100%}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_customDesignation__6VnnF::placeholder{color:#ffffffb3}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_customDesignation__6VnnF:focus{background-color:#fff3;border-color:#fff;outline:none}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2{background-color:#fff;border-radius:5px;display:flex;justify-content:space-between;margin:10px 0;padding:5px}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 button{align-items:center;background-color:#0000;color:#1b2559;display:flex;font-size:26px;justify-content:center;padding:0;width:50px}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 button:hover{background-color:#49517b33}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 input{background-color:#0000;border:none;font-size:18px;text-align:center;width:100%}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 input::-webkit-inner-spin-button,.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_quantity__zXkF5 .quantityPanel_input__TNJL2 input:focus{outline:none}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_actions__SLfOE button{align-items:center;background-color:#fff;color:#1b2559;display:flex;font-family:Manrope-SemiBold;height:50px;justify-content:center;width:100%}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_actions__SLfOE button svg{font-size:20px;margin-right:6px}.quantityPanel_panel__W-VGN .quantityPanel_selected__pBjx9 .quantityPanel_actions__SLfOE button.quantityPanel_delete__zHX9Y{background-color:#fc8e8f;color:#fff;margin-bottom:10px}.worksiteDesktop_worksiteDesktop__HsdHf{position:relative;width:100%}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG{display:flex;flex-direction:column;margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG{padding:20px}}@media screen and (min-width:768px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG{padding:30px}}@media screen and (min-width:1024px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG{align-items:flex-start;flex-direction:row;justify-content:space-between}}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs{position:relative}@media screen and (min-width:1024px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs:first-child{width:280px}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs:nth-child(2){width:calc(100% - 660px)}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs:nth-child(3){width:300px}}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs h3{font-size:16px}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_new__8\+8VA{align-items:center;display:flex;position:absolute;right:0;top:-10px}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_new__8\+8VA svg{font-size:20px;margin-right:8px}@media screen and (min-width:1024px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_new__8\+8VA{justify-content:center;margin-bottom:20px;position:relative;top:0;width:100%}}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;margin-bottom:30px}@media screen and (min-width:1024px){.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ{gap:10px;grid-template-columns:1fr}}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ button{align-items:center;background-color:#fff;border:1px solid #a3aed066;border-radius:8px;display:flex;height:auto;padding:10px 20px;text-align:left}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ button p{margin:0}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ button .worksiteDesktop_infos__R\+zEC{display:block;margin-left:20px}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ button .worksiteDesktop_infos__R\+zEC p:first-child{font-family:Manrope-Bold}.worksiteDesktop_worksiteDesktop__HsdHf .worksiteDesktop_content__fbadG .worksiteDesktop_col__Ooobs .worksiteDesktop_requests__eMWuJ button .worksiteDesktop_infos__R\+zEC p:last-child{color:#717a97;font-size:12px}.worksiteDesktop_modal__PXQDY h3{font-size:18px;text-align:center}.worksiteDesktop_modal__PXQDY .worksiteDesktop_options__7bLUs{display:flex;flex-direction:column}.worksiteDesktop_modal__PXQDY .worksiteDesktop_options__7bLUs a{align-items:center;background-color:#fff;border:1px solid #49517b;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;display:flex;height:70px;justify-content:center;margin-bottom:10px}.worksiteDesktop_modal__PXQDY .worksiteDesktop_options__7bLUs a svg{margin-right:30px}.worksiteDesktop_modal__PXQDY .worksiteDesktop_options__7bLUs a p{font-family:Manrope-Bold;font-size:16px;margin:0;text-align:left;width:200px}.worksiteHeader_header__QWyAe{background-color:#fff;position:absolute;width:100%;z-index:1}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5{padding:20px}}@media screen and (min-width:768px){.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5{padding:30px}}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5 .worksiteHeader_title__Wqcui{align-items:center;display:flex;margin-bottom:5px}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5 .worksiteHeader_title__Wqcui h1{font-size:28px;margin:0}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5 .worksiteHeader_title__Wqcui h2{color:#49517b;font-family:Manrope-Regular;font-size:14px;margin:0;padding:10px 0 0 10px}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5 .worksiteHeader_title__Wqcui a{cursor:pointer}.worksiteHeader_header__QWyAe .worksiteHeader_content__B9ch5 .worksiteHeader_title__Wqcui a svg{font-size:22px;transform:translateX(-5px)}.worksiteDesktop_worksiteDesktop__fU\+X3{position:relative;width:100%}.worksiteDesktop_worksiteDesktop__fU\+X3 .worksiteDesktop_content__YYKbE{padding-top:100px;position:relative}.memberAccount_home__JgFFg{width:100%}@media screen and (min-width:900px){.memberAccount_home__JgFFg header{background-color:#fff;width:100%}}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka{padding:20px}}@media screen and (min-width:768px){.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka{padding:30px}}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka a{display:none}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka h1{font-size:18px;margin-bottom:0}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka p{margin-bottom:0}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka p.memberAccount_agency__3SziD{font-family:Manrope-SemiBold;margin-bottom:10px}@media screen and (min-width:900px){.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka{align-items:center;display:flex}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka h1{font-size:28px}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka a{cursor:pointer;display:block}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka a svg{font-size:22px;transform:translateX(-5px)}.memberAccount_home__JgFFg header .memberAccount_header-content__G9dka p{display:none}}.memberAccount_home__JgFFg .memberAccount_content__B9lyK{margin:0 auto;max-width:1440px;padding:15px;width:100%}@media screen and (min-width:576px){.memberAccount_home__JgFFg .memberAccount_content__B9lyK{padding:20px}}@media screen and (min-width:768px){.memberAccount_home__JgFFg .memberAccount_content__B9lyK{padding:30px}}.memberAccount_home__JgFFg .memberAccount_content__B9lyK h2{border-bottom:1px solid #b8bdcb;font-size:14px;padding-bottom:8px}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z{grid-gap:20px;display:grid;gap:20px;padding-bottom:20px}@media screen and (min-width:900px){.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width:1200px){.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z{grid-template-columns:1fr 1fr 1fr 1fr}}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z a{background:#fff;border-radius:8px;box-shadow:0 18px 32px 0 #d0d2da26;cursor:pointer;display:block;padding:15px;position:relative;transition:all .2s ease-in-out}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z a:hover{box-shadow:0 18px 32px 0 #d0d2da80}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z a h3{font-size:14px;margin-bottom:2px}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z a p{color:#717a97;margin:0}.memberAccount_home__JgFFg .memberAccount_content__B9lyK .memberAccount_documents__0Cr8z a svg{font-size:24px;position:absolute;right:20px;top:22px}@media screen and (min-width:900px){.memberAccount_home__JgFFg .memberAccount_content__B9lyK{margin-top:40px}.memberAccount_home__JgFFg .memberAccount_content__B9lyK h2{border-bottom:none;font-size:16px}}.memberAccount_home__JgFFg .memberAccount_logout__9dvEb{align-items:center;bottom:20px;display:flex;justify-content:center;position:absolute;width:100%}.memberAccount_home__JgFFg .memberAccount_logout__9dvEb button{align-items:center;background-color:#0000;color:#6aa287;display:flex;justify-content:center}.memberAccount_home__JgFFg .memberAccount_logout__9dvEb button svg{margin-left:10px}@media screen and (min-width:900px){.memberAccount_home__JgFFg .memberAccount_logout__9dvEb{display:none}}body{background-color:#fafbff;color:#1b2559;font-family:Manrope-Regular;font-size:14px}*,body{margin:0}*{box-sizing:border-box;padding:0}body,html{font-family:sans-serif;max-width:100vw;overflow-x:hidden}#root,.App,body,html{height:100%;min-height:100%}a{color:inherit;text-decoration:none}h1{font-size:28px}h1,h2{color:#1b2559;font-family:Manrope-Bold;margin:0 0 15px}h2{font-size:26px}h3{font-family:Manrope-Bold;font-size:24px;margin:0 0 15px}h3,h4{color:#1b2559}h4{font-family:Manrope-SemiBold;font-size:18px;font-weight:400}label,p{color:#1b2559;font-size:14px;margin:0 0 15px}label.small,p.small{font-size:12px}a,li,p{font-family:Manrope-Regular}a,li{color:#1b2559;font-size:14px}hr{border-color:#b8bdcb80;border-width:.5px;margin:15px 0 20px}button{background-color:#49517b;border:none;border-radius:5px;box-shadow:none;color:#fff;font-family:Manrope-SemiBold;font-size:14px;height:40px;outline:inherit;padding:0 20px}button .icon{font-size:18px;left:-1px;margin-right:5px;position:relative;top:1px;vertical-align:middle}button:not(:disabled){cursor:pointer}button:disabled{background-color:#dbdbdb}button.secondary{background-color:#fff;border:1px solid #49517b;color:#1b2559}button.invisible{background-color:#0000;border:none;color:#1b2559;padding:0}.Toastify .Toastify__toast--error{background-color:red}.Toastify .Toastify__toast--error .Toastify--animate-icon svg{fill:#fff}.rdp-root{--rdp-accent-color:$primary-color;--rdp-day-height:2rem;--rdp-day-width:2rem}.rdp-chevron{fill:#6aa287;display:inline-block}.rdp-day_button:disabled{background-color:#0000;cursor:not-allowed}.rdp-selected .rdp-day_button{border:#6aa287}@font-face{font-family:Manrope-Bold;src:url(/static/media/Manrope-Bold.bf52bb7e7aa3e1e99ab5.ttf) format("truetype")}@font-face{font-family:Manrope-SemiBold;src:url(/static/media/Manrope-SemiBold.33d2f89e0616126658af.ttf) format("truetype")}@font-face{font-family:Manrope-Medium;src:url(/static/media/Manrope-Medium.c1117ffc8855673d0172.ttf) format("truetype")}@font-face{font-family:Manrope-Regular;src:url(/static/media/Manrope-Regular.b1d694f660569a9a9ee6.ttf) format("truetype")}@font-face{font-family:Manrope-Light;src:url(/static/media/Manrope-Regular.b1d694f660569a9a9ee6.ttf) format("truetype")}.toast_toast__GpsHf{background-color:#14ae5c;box-shadow:2px 2px 10px 0 #83879d4d}.toast_progressBar__W2\+Ry{background-color:#fff}.toast_progressBar__W2\+Ry:after{background-color:#6aa287}
/*# sourceMappingURL=main.75be6220.css.map*/