@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;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;z-index:0}.Toastify__toast--rtl{direction:rtl}.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}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100vh;overflow-y:scroll;padding:0}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;background-color:#fff;color:#343e47;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.5;touch-action:pan-x pan-y}.container{margin:0 auto;max-width:1446px;padding-left:10px;padding-right:10px;width:100%}#contentBox{background-color:#fff;position:relative;z-index:1}img{display:block;max-width:100%}ul{margin:0}.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row>div{padding-left:10px;padding-right:10px;width:100%}.row.no-gutters{margin-left:0;margin-right:0}.row.no-gutters>div{padding-left:0;padding-right:0}h1,h2,h3,h4,h5,h6,p{margin:0 0 15px}.position-relative{position:relative}.text-center{text-align:center}.wrapper.showMenu #main,.wrapper.showMenu .footer{filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);-moz-filter:blur(2px);-webkit-filter:blur(2px)}.error{color:red}.header{left:0;padding-bottom:20px;padding-top:20px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:9}.header__modify{background-color:transparent;left:0;position:fixed;transition:all .3s ease-in-out}.header__bg{align-items:center;background-color:#fff;border-radius:40px;box-shadow:4px 2px 20px rgba(0,0,0,.15);display:flex;padding:10px 15px}@media(min-width:992px){.header__bg{padding:15px 30px}}.header__logo{cursor:pointer;margin-right:62px}@media(max-width:767px){.header__logo{margin-right:20px}}.header__logo img{max-width:160px}.header__search{margin-left:auto;margin-right:auto;max-width:450px;position:relative;width:100%}@media(max-width:575px){.header__search{display:none}}@media(max-width:991px){.header__search{max-width:300px;padding-right:10px}}.header__search .searchImg{height:15px;left:15px;position:absolute;top:calc(50% - 7px);width:15px}.header__search .crossImg{cursor:pointer;height:20px;padding:5px;position:absolute;right:15px;top:10px;width:20px}.header__search .form-control{background-color:#f2f2f2;border:0;border-radius:25px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;height:42px;outline:0;padding:0 35px 0 45px;width:100%}.header__menuBtn{align-items:center;background-color:#fff;border:0;border-radius:5px;box-shadow:none;color:#0154a0;color:var(--color-primary);cursor:pointer;display:none;flex:0 0 45px;font-size:24px;height:45px;justify-content:center;margin:0 0 0 auto;outline:0;width:45px}.header__menuBtn svg{flex:0 0 45px}@media(max-width:991px){.header__menuBtn{display:flex}.header__menuBtn:after{content:"";display:none;height:100%;left:250px;position:fixed;top:0;width:100%;z-index:3}.header__menuBtn.show:after{display:block}}.header__menu{margin:0;padding-left:0}@media(max-width:991px){.header__menu{background-color:#fff;height:100%;left:-250px;position:fixed;top:0;transition:.3s;width:250px;z-index:1}.header__menu.show{left:0}}.header__menu .mobileLogo{display:none;padding:15px 10px 0}@media(max-width:991px){.header__menu .mobileLogo{display:block;margin-bottom:20px}.header__menu .mobileLogo img{width:201px}}.header__menu ul{align-items:center;display:flex;list-style:none;margin-bottom:0;padding-left:0}.header__menu ul .dropdown{display:inline-block;position:relative}.header__menu ul .dropdown-content{background-color:#fff;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:none;min-width:113px;padding:12px 16px;position:absolute;z-index:1}.header__menu ul .dropdown:hover .dropdown-content{display:block;left:-130px}@media only screen and (max-width:991px){.header__menu ul .dropdown:hover .dropdown-content{left:-70px}}.header__menu ul .dropdown:hover .dropdown-content ul{display:flex;flex-direction:column;white-space:nowrap}.header__menu ul .dropdown:hover .dropdown-content ul .leftMargin{margin-right:5px}.header__menu ul .dropdown:hover .dropdown-content ul li{display:flex;justify-content:end;padding-left:0;width:100%}@media only screen and (max-width:991px){.header__menu ul .dropdown:hover .dropdown-content ul li{justify-content:start}}@media(max-width:991px){.header__menu ul{display:block;padding:0 10px}}.header__menu ul li{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#0053a0,#6a84bf);-webkit-background-clip:text;cursor:pointer;font-weight:600;line-height:35px;padding:0 20px}@media(max-width:991px){.header__menu ul li{padding:0}}.header__menu ul li:not(:last-child){margin-right:10px}@media(max-width:991px){.header__menu ul li:not(:last-child){margin-bottom:10px;margin-right:0}}.header__menu ul li .dropdown span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#0053a0,#6a84bf);-webkit-background-clip:text}.header__menu ul li.button{border-radius:3px;color:#fff;padding:0 10px;text-transform:uppercase}@media(max-width:991px){.header__menu ul li.userCard{display:none!important}}@media(min-width:992px){.header__menu ul li.mobileMenu{display:none}}.header__menu ul li.user{align-items:center;display:flex}.header__menu ul li.user img{height:36px;margin-right:16px;width:36px}.form-group{margin-bottom:13px;width:100%}.form-group ::-webkit-input-placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.form-group ::placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.form-group .title{color:#676666;display:block;margin-bottom:5px}.form-group .form-control,.form-group .title{font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.form-group .form-control{background-color:#fff;border:1px solid #9b9b9b;border-radius:10px;color:rgba(24,43,63,.8);height:46px;outline:0;padding:0 15px;width:100%}.form-group .form-control--error{border-color:red}.form-group .form-control[type=date]{-webkit-appearance:none;appearance:none}.form-group .form-control[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.form-group .form-control[type=number]::-webkit-inner-spin-button,.form-group .form-control[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-group .form-control ::-webkit-input-placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.form-group .form-control ::placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.form-group textarea.form-control{min-height:124px;padding-top:10px;resize:none}.form-group .custom-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACgCAYAAADHCaiQAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI3SURBVHgB7drdURpRGIDhs/7cW4IlaAehBCuIzKgz3pkKoh0kV87oBaaDdGAJsQRL4F4Z8p0ZdmIEgYXDr89z4SKLXvDyLexhUwIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA7VDd399fx/Z72jJVVT2/vLy0Li8vn9MnVuUf2xZZ3H+q+sa2RBb3f9XbXyLyQ2y+pg0l7rDq/R2bGlnc0apRd25g5O7r6+uxuMOqj3ZE5MfYfEnrr9vv91sXFxdPiSE7H+3Y29s7ic26P2niTlCN29npdA7i0Jcn+SitoYh7LO54O+N2ttvtbkxyK63hJEfctriT7Ux6QI4cU3wST+hzWhODuA+JiappH3h7e3u4u7v7GKcjh2mFxG1m4gTX8ilIr9drrXiSb8RtZuoJrq1wkm/Oz8+vE400DpytILK4M5opcLbEyOLOYebAWY4cp1F/4uZBWgxx5zT1h6xR8gevvJIUN7upPHELmGuCa3d3d0dxqM4rXkUmOf7Xz7Ozs6vE3IoEzgpG/hWTe5ooYq5D9Ft52TAO19/SfMQtrNgE12KST2OSO6mheHH8jhfJSaKoYhNcyytNeTkxNfO0v7/f9G+YQvHA2WA5cdrD9VP+xip/qZEobiGBs3gv/RGbmwkPE3fBFhY4G5zHjoycL5LLX0OKu1jFP2SN8v6aa1dALs9SAmd1ZHG3WES+yuvXCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtttfcfTh+SJGEjYAAAAASUVORK5CYII=);background-position:100%;background-repeat:no-repeat;background-size:auto 40px}.form-group .eyeBtn,.form-group .getloc{align-items:center;background-color:transparent;border:0;color:#9b9b9b;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;outline:0;padding-right:16px;position:absolute;right:0;top:0;width:40px}.form-group .error{color:red;display:block;font-size:14px;padding-top:5px}.form-group .subLabel{align-items:center;color:#0070c0;cursor:pointer;display:inline-flex;font-size:14px;gap:10px;margin-bottom:10px}.form-group .radioWrap{display:flex;flex-direction:column;gap:6px}.form-group .radioWrap.rows{flex-direction:row;gap:15px}.form-group .radioWrap label{align-items:center;color:#343e47;display:flex;font-size:16px;gap:8px;margin:0}.form-group .radioWrap label input{margin:-2px 0 0}.form-group .radioWrap label span{display:block}.modal{align-items:center;background-color:rgba(0,0,0,.6);display:none;flex-wrap:wrap;height:100%;left:0;overflow:auto;padding:10px;position:fixed;top:0;width:100%;z-index:99}.modal.show{display:flex}.modal .modal-dialog{background-color:#fff;margin:0 auto;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.modal .modal-content{max-height:calc(90vh - 10px);overflow-y:auto}.modal .modal-header{padding:24px 15px 0;position:relative}.modal .modal-header h2{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:600;margin-bottom:0}.modal .modal-header .close{cursor:pointer;position:absolute;right:24px;top:23px}.modal .modal-header .close img{width:24px}.modal .modal-body{padding:24px 15px}.createProject .modal-body ul{list-style:none;margin-bottom:10px;padding-left:0}.createProject .modal-body ul li:not(:last-child){margin-bottom:10px}.createProject .modal-body ul li label{color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;margin-bottom:0}.createProject .modal-body ul li label input[type=radio]{-webkit-appearance:none;appearance:none;border:1px solid #9b9b9b;border-radius:50%;height:18px;left:0;margin:2px 10px 0 0;outline:0;position:relative;top:0;width:18px}.createProject .modal-body ul li label input[type=radio]:after{background-color:red;border-radius:50%;content:"";height:10px;left:50%;margin-left:-5px;margin-top:-5px;opacity:0;position:absolute;top:50%;width:10px}.createProject .modal-body ul li label input[type=radio].active{border-color:red}.createProject .modal-body ul li label input[type=radio].active:after{opacity:1}.createProject .modal-body p{color:#202020;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;margin-bottom:14px}.createProject .modal-body p b{color:#000;font-weight:500;text-transform:uppercase}.createProject .modal-body .row{margin-bottom:16px}@media(max-width:575px){.createProject .modal-body .row{display:flex;flex-direction:column}.createProject .modal-body .row input{width:100%}}.createProject .modal-body .row .i-box-modal{width:100}.createProject .modal-body .row .form-group{flex:0 0 50%;max-width:50%}.createProject .modal-body .template h4{color:#202020;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400}.createProject .modal-body .template h4 b{color:#000;font-family:Libre Franklin,sans-serif;font-weight:600}.createProject .modal-body .template ul{list-style:none;margin-bottom:10px;padding-left:0}.createProject .modal-body .template ul li:not(:last-child){margin-bottom:10px}.createProject .modal-body .template ul li .btn{align-items:center;color:#343e47;cursor:pointer;display:flex;font-size:16px;font-weight:400;padding:0;position:relative}.createProject .modal-body .template ul li .btn svg{color:#9b9b9b;margin-right:10px}.createProject .modal-body .template ul li ol{list-style:none;margin-bottom:0;margin-top:10px;padding-left:26px}.createProject .modal-body .template ul li ol li{color:#343e47;cursor:pointer;font-size:14px;font-weight:400;padding-left:20px;position:relative}.createProject .modal-body .template ul li ol li:not(:last-child){margin-bottom:10px}.createProject .modal-body .template ul li ol li span{color:#00b050;left:0;opacity:0;position:absolute;top:2px}.createProject .modal-body .template ul li ol li.active span{opacity:1}.btn{background-color:transparent;border:0;box-shadow:none;font-size:14px;font-weight:600;outline:0}.btn label{cursor:pointer}.btn__primaryy{background-color:#000;border-radius:3px;color:#fff;cursor:pointer;line-height:50px;padding:0 15px;transition:.3s}@media(max-width:991px){.btn__primaryy{padding:0 10px}}.btn__primaryy:hover{background-color:#262626}.btn__primaryyBtnCard{background-color:#000;border-radius:3px;color:#fff;cursor:pointer;line-height:50px;padding:0 15px;transition:.3s;width:100%}@media(max-width:991px){.btn__primaryyBtnCard{padding:0 10px}}.btn__primaryyBtnCard:hover{background-color:#262626}.btn__primaryyBtnCardW{background-color:#ececec;border-radius:3px;color:#000;cursor:pointer;line-height:50px;padding:0 15px;transition:.3s;width:100%}@media(max-width:991px){.btn__primaryyBtnCardW{padding:0 10px}}.btn__primaryyBtnCardW:hover{background-color:#f4f4f4}.btn__primaryyy{background-color:#000;border-radius:3px;color:#fff;cursor:pointer;line-height:20px;padding:20px;transition:.3s}@media(max-width:991px){.btn__primaryyy{padding:0 10px}}.btn__primaryyy:hover{background-color:#262626}.btn__primaryyySelect{background-color:#d4d6da;border-radius:3px;color:#343e47;cursor:pointer;line-height:20px;padding:5px 10px;transition:.3s}@media(max-width:991px){.btn__primaryyySelect{padding:0 10px}}.btn__primaryyySelect:hover{background-color:#262626}.btn__Products{background-color:#000;border:1px solid;border-radius:3px;color:#fff;cursor:pointer;line-height:35px;padding:0 15px;transition:.3s}@media(max-width:991px){.btn__Products{padding:0 10px}}.btn__Products:hover{background-color:#262626}.btn__primary{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);border:0;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;outline:0;padding:10px 30px;text-transform:capitalize}.btn__primary,.btn__primary span{transition:all .3s ease-in-out}.btn__primary:hover{opacity:.8}.btn__primary:disabled{cursor:default;opacity:.5}.btn__secondary{background-color:#ececec;border-radius:8px;color:#343e47;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;padding:10px 30px;transition:.3s}@media(max-width:991px){.btn__secondary{padding:0 10px}}.btn__secondary:hover{background-color:#f4f4f4}.btn__secondaryselect{background-color:#b5b2b2;border-radius:3px;color:#343e47;cursor:pointer;line-height:50px;padding:0 15px;text-transform:uppercase;transition:.3s}@media(max-width:991px){.btn__secondaryselect{padding:0 10px}}.btn__secondaryselect:hover{background-color:#bcbaba}.btn__secondaryy{background-color:#ececec;border-radius:3px;color:#343e47;cursor:pointer;line-height:50px;padding:0 15px;transition:.3s}@media(max-width:991px){.btn__secondaryy{padding:0 10px}}.btn__secondaryy:hover{background-color:#f4f4f4}.btn__primarmodal{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);border:0;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;outline:0;padding:10px 30px;text-transform:capitalize}.btn__primarmodal,.btn__primarmodal span{transition:all .3s ease-in-out}.btn__primarmodal:hover{opacity:.8}.btn__primarmodal:disabled{cursor:default;opacity:.5}.btn__secondaryProject{background-color:#ececec;border-radius:3px;color:#000;cursor:pointer;line-height:40px;max-width:300px;padding:0 10px;transition:.3s;width:100%}@media(max-width:991px){.btn__secondaryProject{padding:0 10px}}.btn__secondaryProject:hover{background-color:#f4f4f4}.btn__primaryyProject{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);border:0;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;outline:0;padding:10px 15px;text-transform:capitalize;width:100%}.btn__primaryyProject,.btn__primaryyProject span{transition:all .3s ease-in-out}.btn__primaryyProject:hover{opacity:.8}.btn__primaryyProject:disabled{cursor:default;opacity:.5}.btn__primaryyProjectt{background-color:#000;border-radius:3px;color:#fff;cursor:pointer;line-height:40px;max-width:250px;transition:.3s;width:100%}@media(max-width:991px){.btn__primaryyProjectt{padding:0 10px}}.btn__primaryyProjectt:hover{background-color:#262626}.btn__secondarymodal{background-color:#ececec;border-radius:8px;color:#343e47;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;padding:10px 30px;transition:.3s}@media(max-width:991px){.btn__secondarymodal{padding:0 10px}}.btn__secondarymodal:hover{background-color:#f4f4f4}.header_header__fCG2X{background-color:#fff;padding-bottom:20px;padding-top:20px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease-in-out;width:100%;z-index:9}@media(min-width:992px){.header_header__fCG2X{position:fixed;z-index:9}}.header_header__fCG2X.header_stopTop__AbLqc{left:0;top:0}.header_header__sticky__2zf\+r{background-color:#ededed}.header_header__bg__kolqN{align-items:center;display:flex;gap:20px}.header_header__logo__DjPxh{margin-right:auto}.header_header__logo__DjPxh img{max-width:140px}@media(min-width:992px){.header_header__logo__DjPxh img{max-width:240px}}@media(min-width:1200px){.header_header__logo__DjPxh img{max-width:320px}}.header_header__menuBtn__YgVzU{background-color:transparent;border:0;height:20px;margin-right:45px;outline:0;position:relative;width:30px}@media(min-width:768px){.header_header__menuBtn__YgVzU{margin-right:0}}@media(min-width:992px){.header_header__menuBtn__YgVzU{display:none}}.header_header__menuBtn__YgVzU span{background-color:#0154a0;background-color:var(--color-primary);border-radius:5px;display:block;height:3px;left:0;position:absolute;transition:all .3s ease-in-out;width:100%}.header_header__menuBtn__YgVzU span:first-child{top:0}.header_header__menuBtn__YgVzU span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header_header__menuBtn__YgVzU span:nth-child(3){bottom:0}.header_header__menuBtn__YgVzU.header_show__6Pw4i span:first-child{top:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header_header__menuBtn__YgVzU.header_show__6Pw4i span:nth-child(2){background-color:#8ccfff;background-color:var(--color-secondary);height:10px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px}.header_header__menuBtn__YgVzU.header_show__6Pw4i span:nth-child(3){bottom:8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header_header__menu__\+kLi8{background-color:#fff;height:100%;left:-300px;position:fixed;top:0;transition:all .3s ease-in-out;width:300px}.header_header__menu__\+kLi8.header_show__6Pw4i{box-shadow:4px 2px 20px rgba(0,0,0,.15);left:0}@media(min-width:992px){.header_header__menu__\+kLi8.header_show__6Pw4i{box-shadow:none}.header_header__menu__\+kLi8{background-color:transparent;display:flex;gap:20px;height:auto;left:0;position:relative;width:auto}}.header_header__menu__\+kLi8 ol{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}@media(min-width:992px){.header_header__menu__\+kLi8 ol{align-items:center;flex-direction:row;padding:0}}.header_header__menu__\+kLi8 ol li{border-radius:6px;color:#000;cursor:pointer;font-family:Roboto,sans-serif;font-size:18px;font-weight:600;padding:9px 12px}@media(min-width:1200px){.header_header__menu__\+kLi8 ol li{padding:9px 10px}}.header_header__menu__\+kLi8 ol li.header_active__k50Ak{color:#0756a2}.header_header__menu__\+kLi8 ul{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:15px}@media(min-width:992px){.header_header__menu__\+kLi8 ul{align-items:center;flex-direction:row;padding:0}}.header_header__menu__\+kLi8 ul li{align-items:center;border-radius:50px;color:#000;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;gap:20px;padding:4px 4px 4px 20px;transition:all .3s ease-in-out}.header_header__menu__\+kLi8 ul li span{align-items:center;background-color:#171717;border-radius:39px;color:#fff;display:flex;height:39px;justify-content:center;margin-left:auto;width:39px}.header_header__menu__\+kLi8 ul li span svg{font-size:20px}.header_header__menu__\+kLi8 ul li:first-child{background-color:#0756a2;border:1px solid #0756a2;color:#fff}.header_header__menu__\+kLi8 ul li:first-child span{background-color:#fff;color:#0756a2}.header_header__menu__\+kLi8 ul li:first-child:hover{background-color:#171717}.header_header__menu__\+kLi8 ul li:first-child:hover span{color:#171717}.header_header__menu__\+kLi8 ul li:last-child{font-size:21px;font-weight:700;padding-left:0;text-transform:uppercase}@media(min-width:1200px){.header_header__menu__\+kLi8 ul li:last-child{padding-left:20px}}.header_searchbar__wIQag{position:absolute;right:0;top:35px;z-index:99}@media(min-width:768px){.header_searchbar__wIQag{position:relative;top:0;z-index:0}}.header_searchbar--active__6nJ9\+{top:12px}.header_searchbar--active__6nJ9\+ input{display:block!important}.header_searchbar__wIQag input{border:1px solid #171717!important;border-radius:50px;color:#000;display:none;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;height:47px;min-width:227px;outline:0;padding:0 45px 0 16px;width:100%}@media(min-width:768px){.header_searchbar__wIQag input{display:block}}.header_searchbar__wIQag span{align-items:center;background-color:#171717;border-radius:39px;color:#fff;display:flex;height:39px;justify-content:center;position:absolute;right:5px;top:calc(50% - 1px);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:39px}.header_searchbar__wIQag span svg{font-size:20px}.header_desktop__dXbDX{display:none}@media(min-width:992px){.header_desktop__dXbDX{display:block}.header_mobile__6CYNg{display:none}}.header_dropdown__uoOLw{position:relative}@media(min-width:992px){.header_dropdown__uoOLw{margin-right:0}}.header_dropdown__btn__qUrAV{align-items:center;background-color:#0756a2;border-radius:50px;color:#fff;color:var(--color-white);cursor:pointer;display:flex;gap:10px;margin-top:-4px}@media(min-width:768px){.header_dropdown__btn__qUrAV{margin-top:0;padding:5px 15px 5px 5px}}.header_dropdown__btn__qUrAV span{display:none;font-size:14px}@media(min-width:768px){.header_dropdown__btn__qUrAV span{display:block}}.header_dropdown__btn__qUrAV svg{display:none}@media(min-width:768px){.header_dropdown__btn__qUrAV svg{display:block}}.header_dropdown__btn__qUrAV:after{content:"";display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999999}.header_dropdown__btn--active__Eeytl:after{display:block}.header_dropdown__menu__Ix446{background-color:#fff;border-radius:5px;box-shadow:4px 2px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;position:absolute;right:0;text-align:right;top:calc(100% + 10px);width:180px;z-index:999999}.header_dropdown__menu__Ix446 span{cursor:pointer;padding:10px;transition:.3s}.header_dropdown__menu__Ix446 span:hover{background-color:#ededed}.customBanner{padding-bottom:50px;padding-top:100px;position:relative}@media(min-width:768px){.customBanner{padding-bottom:0;padding-top:180px}}@media(min-width:992px){.customBanner{padding-top:200px}}.customBanner__bg{height:100%;left:0;object-fit:cover;object-position:bottom center;position:absolute;top:0;width:100%;z-index:-1}.customBanner__row{align-items:center}@media(min-width:768px){.customBanner__row{display:flex}}.customBanner__text{flex-grow:1;margin-bottom:30px}@media(min-width:768px){.customBanner__text{margin-bottom:0;padding-bottom:126px;padding-top:50px}}.customBanner__img{flex:0 0 50%;max-width:50%}@media(max-width:767px){.customBanner__img{flex:0 0 100%;max-width:100%}}.customBanner__img img{max-width:508px;width:100%}.customBanner__ttl{color:#0154a0;color:#fff;color:var(--color-white);font-size:32px;line-height:1.134;margin-bottom:18px}@media(min-width:768px){.customBanner__ttl{font-size:42px}}@media(min-width:1200px){.customBanner__ttl{font-size:72px}}.customBanner__des{color:#1c1c1c;font-size:20px;line-height:1.2;margin-bottom:30px}@media(min-width:992px){.customBanner__des{font-size:28px}}.products{padding-bottom:30px;padding-top:30px}.products__filter{flex:0 0 25%;max-width:25%}@media(max-width:991px){.products__filter{flex:0 0 33.33%;max-width:33.33%}}@media(max-width:767px){.products__filter{background-color:#fff;flex:0 0 100%;height:100%;left:-100%;max-width:100%;overflow:auto;padding-bottom:15px;padding-top:50px;position:fixed;top:0;transition:.3s;z-index:1}.products__filter.show{left:0;z-index:11}.products__filter.show .mobileTitle{left:0}}.products__filter .mobileTitle{background-color:#fff;left:-100%;margin-bottom:15px;padding:10px;position:fixed;top:0;transition:.3s;width:100%;z-index:2}@media(max-width:767px){.products__filter .mobileTitle{align-items:center;display:flex;justify-content:space-between}}.products__filter .mobileTitle h4{color:#202020;font-size:18px;margin-bottom:0}.products__filter .mobileTitle button{background-color:transparent;border:0;outline:0;padding:0}.products__filter .mobileTitle button img{width:24px}.products__filter>ul{list-style:none;margin-bottom:0;padding-left:0}.products__filter>ul>li{margin-bottom:10px}.products__filter>ul>li>button{align-items:center;background-color:#ececec;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600;line-height:18px;min-height:46px;outline:0;padding:0 13px;position:relative;text-align:left;width:100%}@media(max-width:991px){.products__filter>ul>li>button{font-size:14px}}.products__filter>ul>li>button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.products__filter>ul>li:not(:last-child){margin-bottom:15px}.products__filter>ul>li ul{list-style:none;margin-bottom:0;padding-left:0}.products__filter>ul>li ul li{padding-left:10px}.products__filter>ul>li ul li input{margin:auto}.products__filter>ul>li ul li button{align-items:center;background-color:transparent;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;line-height:35px;outline:0;padding:0 0 0 15px;position:relative;text-align:left;width:100%}@media(max-width:991px){.products__filter>ul>li ul li button{font-size:14px}}.products__filter>ul>li ul li button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.products__filter>ul>li ul li button input[type=checkbox]{appearance:none;-webkit-appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMqSURBVHgB7Z1LjtpAEIab5rHmBmFOEG4wcIIMJ0iQAAmxYHIC4AQhK8RDYuYGkxNAbjA5QbhB2PNwqoiNggPdTv5V7P+TrAG78Mgf1V1tFuWcSchyuSzvdrsHa+19EARV2VWRrWzSwVa2TS6Xez0ej1+LxeJLs9ncJvlgzhcwmUwqpVKpLyf+YNIjzIvIfJKEGXW73Y0z7tYBzbj9fj+Ql48m24zb7fbHWwevCtSsy+fzK/kWKoZoNm4kG+vXstHGd8xmsyrlXSJzfkXmxZW6iR+7yEBmnptrmXiRgZTnJspErQ/RvrPA+Xz+ifL8qMSwuJ44DWEduoVC4XvCc6xlSfNFthdfif9fCOc23QZJk0gk3un1F/SNpOVAzPo+owvLkZT0sUkZnU7nVf7o9iQjUZdtmmHONa9Mdxr3mAvXez+Mm60Irof/KPVoRkomroxb4lZG7Z3V2zPjZ5QVeUp4rSNPWHRra+9dUVq60zhsfYTXvHbFqDutwlVXkBQL3zeRWrRYuo7rjypWy7IrSNI0M0M3jq40PCEVzUBnten1epkVmGCZVraGQFAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFgqhAZ6PBxWLxxmSUa83GYmytduVwRRwOh4bJLj6BGyuCvrkirLXvTHYZuA5qy1DNwLVxU5tOp5nrYinDt+/ro6X9Vq02XDWeeVCycJBgPkgNYeunoS9O3VntVhsEwbMntqy9pLKQiWHm+fpmnZrUqru/bn+nRUe7GWlDnrT0lNHrl1H2EM73tSSfidrfnVuAynJlLJnYN8SLJNHnVqt1Go3nhXQ+nx+KwI0hTnQERvKUs0Adz7KkqVPibaImtL/vu7iVC3tFNSjxT8K5vxHvp8VG3AlwNeJ29tJnYflVMLQ+3Ho4QaKHEcgSZygv35vssBVxz5J1439+GEGc6HEYcuKavH1r+DiMEz8BWi1HV+mJRYUAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;height:16px;margin-right:10px;width:16px}.products__filter>ul>li ul li button input[type=checkbox]:checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVISURBVHgB7V1tTttAEJ2YwO/coOkJCicgOUHJCSASICF+ACcInAD6C/EhBU4APQHpCaAnaG7Q/Oer76VrRIy9u7DrBNv7JKuxPXHlx8zu+M14UxNL9Pv9xv39/UoURcvPz8+LONTE1pByYIRtWKvV7p6enn7Nz89fd7vdkc0XayaD4+Pj5sLCwg4uvCblIcwIkHkBhznY2toaau2yTtDjHh4eevi4K9XG0cbGxl7WyVQC6XVzc3M3+Cs0JYDeOIQ3ttO8MUoeOD09XQzkTQJjfhPj4g25SZ6b8MDgeXqkeeKEBwby9Ig9kfNDfOyFwLOzs8NAnhkkUU2uY4xDmKFbr9f/WF5jgJTmJ7Zr0xRfFKixjVvP1olA4lfef507cMsemDV9h4nlAab0IykZNjc37/APtwtEItM2epg258VwR7vdmsr3/ooeIxDcVv9R6UGPhCfeiJ7EEaL2a8THMzHjoCrkEepeDwxm8aNttKyz4tRdxrA1Qd3zQGdD7jgLL+qMMFmY/hKlBSdL3XmKKhGnZZ0R3LQyoZsEMw2DSZMeqJ1ttre3K0ugRZrWiCTACYFARwQCHREIdEQg0BGBQEcEAh0RCHREINARlSHwtQzvE3UpOeL6NjaKJm3xjFJ7IEsVII7CKNXjFus+4hmlJfD8/HwVivGtTMp1uzhuIyBbo5QE0tMg011IitKE4316pnhCqcZAVV28Er1I3EBBiGqzF08sjQeCvFZKyKZhgCrkmnhCKTwQIcsy5L6FKcuyNnbWKDSBKmT7+NgymLKm3QF5A/GMwoYwQ5a9PGIm7w6pzFIe5BGF9EAUvndQbjWWWmHzY319PdcG0UIRqPq0+yDGNIOOYNMFeaaqmjNyC2G2R/jMt3g9kHdrQd44ZKdBHpELgSrEbpO9dI7XM/YuMmQxqbSn2TXmNYRJ1uPjI58C1rjPoj338bErH0DyehqMO8fgdVNvQfHmgXGIJW+W+ycnJ+8eyBn+addLgr07apadSf+OFwKRyLZ0IRZFUS+tQTsLsRBg0ex4iVRmaZaNnl4IxM3ewVN0b/Y0QOKVzXioEwIS2IPXrdm+UZQXvBDIm8BYRbEy82Y4HjIFyTrPkAV5fJbVhjtDFtda+iwtd97GQIYRbmxPZ8MUJG08pEZnKwQwZD9Ts6fXNAY3dsFUQmeDUD7kmBnvq5ClBGUKWQoB7VmHbBLe80D16KT1EJBMUZMSeyy362yH+KftW0XxhVwSaaQVHTGMhwhZGyFgwDeD8hICfCAXAlVa0REHcChgyH72d1Fyexam15jGwwxQCOjkraL4Qq56oCJh8I6vTFUI8IHcBVUQ0sWYNzTZzUII8IHcCSQh1OY0JnwLitrd7mdLUWwwFUlfzaJvkuxYCGD+KAXF1GoiKW/+zFwI8IGpSvoY4zqqV+WyLK+PTZVANcYtSYkQGiwdEQh0RCDQEYFARwQCHREIdEQg0BGBQEeQQO0DPAo+X6SisKhljyJVc8gEypVOynLBYSJwGIGg3zoLVNG+S3XR053kkqH0wIHo0fpIb0vRoTrCmjobrrcaccFVMYyD7+1tKTrU0k/7JjtyF1EhgSJ8abBtsHmoCp4Y9yKKodDPRWrJ3buXv+Okw9WMuCBPWdaU4f0jylbUeN+y+U68/N3LEqBIV47giTsSYMTr5vWXRBry+r5N9azqYAS+rlm/EBi3qAUSsxEvQvv62MSjXNySEUh8CzX2d5JFsLAQtwV0C3Fr19IPE8v/CYPzQ1bR3+rHCJDi7OPjqlQHbHC6hNcdffjHCJKIfw4DF25h95uEn8MY4x9P0pXH8SjULQAAAABJRU5ErkJggg==)}.products__filter>ul>li ul li>ul>li>ul li button{color:#676869}.products__list{flex:0 0 75%;max-width:75%}.products__list .noOfProduct{align-items:center;background-color:#2c353b;border:1px solid #b0b0b0;border-radius:2px;box-shadow:0 0 10px rgba(0,0,0,.05);display:flex;flex-direction:row;padding:2px 2px 2px 20px;width:100%}.products__list .noOfProduct p{color:#fff;margin-right:20px;margin-top:15px}@media(max-width:991px){.products__list{flex:0 0 66.66%;max-width:66.66%}}@media(max-width:767px){.products__list{flex:0 0 100%;max-width:100%}}.products__list .sortBy{display:flex;justify-content:space-between;margin-bottom:10px}@media(max-width:767px){.products__list .sortBy{flex-wrap:wrap}}.products__list .sortBy__filter{display:none;line-height:35px;order:1;padding:0 15px;z-index:1111111}@media(max-width:767px){.products__list .sortBy__filter{display:block}}.products__list .sortBy .selectCus{order:2}.products__list .sortBy__tags{margin-bottom:10px}@media(max-width:767px){.products__list .sortBy__tags{order:3;padding-top:15px}}.products__list .sortBy__tags ul{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.products__list .sortBy__tags ul li{margin:2px 0}.products__list .sortBy__tags ul li:not(:last-child){margin-right:14px}.products__list .sortBy__tags ul li .tag{align-items:center;background-color:#ececec;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;line-height:35px;padding:0 7px}.products__list .sortBy__tags ul li .tag img{cursor:pointer;height:18px;margin-left:10px;width:18px}.products__list .sortBy__tags ul li .clear{background-color:red;border-radius:5px;color:#fff;cursor:pointer;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:700;line-height:36px;padding:0 12px}.products__list .sortBy .form-control{align-items:center;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;padding:0 12px}.products__list .sortBy .form-control span{white-space:nowrap}.products__list .sortBy .form-control select{background-color:transparent;border:0;color:#202020;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;height:35px;margin:0;outline:0;padding-right:4px}.products__list .productCard{flex:0 0 25%;margin-bottom:25px;max-width:25%}@media(max-width:991px){.products__list .productCard{flex:0 0 50%;max-width:50%}}.products__list .productCard__over{box-shadow:0 0 10px rgba(0,0,0,.25);height:100%!important;min-height:100%;width:100%}.products__list .productCard__color{height:50px;margin-bottom:10px}.products__list .productCard__color ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.products__list .productCard__color ul .main div{border-radius:50%;cursor:pointer;height:25px;margin-bottom:5px;margin-left:5px;width:25px}.products__list .productCard__color ul .mainDual{border:1.5px solid gray;border-radius:50%;cursor:pointer;display:flex;height:25px;margin-bottom:5px;margin-left:5px;overflow:hidden;width:25px}.products__list .productCard__color ul .mainDual .colorInner{border-radius:50% 0 0 50%;height:100%;width:100%}.products__list .productCard__color ul .mainDual .colorInner2{border-radius:0 50% 50% 0;height:100%;width:100%}.products__list .productCard__img{padding:10px!important;position:relative;width:100%}.products__list .productCard__img img{cursor:pointer;height:200px;object-fit:contain;width:100%}.products__list .productCard__img input{align-items:center;border:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:5px;outline:0;padding:0;position:absolute;top:10px;width:25px}.products__list .productCard__imgg{padding:10px!important;position:relative;width:100%}.products__list .productCard__imgg img{height:200px;object-fit:contain;width:100%}.products__list .productCard__imgg input{align-items:center;border:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:5px;outline:0;padding:0;position:absolute;top:10px;width:25px}.products__list .productCard__text{margin-top:5px;padding:5px}@media(max-width:767px){.products__list .productCard__text{padding:5px}}@media(max-width:575px){.products__list .productCard__text{padding:5px}}.products__list .productCard__text h4{color:#202020;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.products__list .productCard__text h4{font-size:16px}}@media(max-width:767px){.products__list .productCard__text h4{padding:0}}@media(max-width:575px){.products__list .productCard__text h4{padding:0}}.products__list .productCard__text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.products__list .productCard__text .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:767px){.products__list .productCard__textDetails{padding:10px}}@media(max-width:575px){.products__list .productCard__textDetails{padding:0}}.products__list .productCard__textDetails h5{height:30px}.products__list .productCard__textDetails h4{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#202020;cursor:pointer;display:-webkit-box;font-family:Libre Franklin,sans-serif;font-size:15px;font-weight:600;height:55px;line-height:18px;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.products__list .productCard__textDetails h4{font-size:16px}}.products__list .productCard__textDetails .pp{margin-bottom:10px;white-space:nowrap}.products__list .productCard__textDetails .pp,.products__list .productCard__textDetails p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.products__list .productCard__textDetails p{height:60px}.products__list .productCard__textDetails .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:575px){.products__list .productCard__btn{padding-left:12px;padding-right:12px}}@media(max-width:767px){.products__list .productCard__btn{padding-left:12px;padding-right:12px}}.products__list .loaderClip{align-items:center;display:flex;height:60vh;justify-content:center;margin:auto}.products__list .addMoreButtonDiv .addMoreButton{background-color:#ececec;border:0;color:#101010;cursor:pointer;font-size:14px;font-weight:600;height:40px;margin-top:10px;outline:0;padding-left:20px;padding-right:20px;text-align:left;text-decoration:none;text-transform:uppercase;transition:.3s,border .3s,color .3s,opacity .3s;width:100%}.products__list .addMoreButtonDiv .addMoreButton .viewMoreLus{align-items:center;display:flex;justify-content:space-between;width:100%}.products__list .addMoreButtonDiv .addMoreButton img{width:20px}.products__list .addMoreButtonDiv .addMoreButton .loader{display:flex;justify-content:center;width:100%}.products__list .addMoreButtonDiv .addMoreButton:hover{background-color:#bbb4b4}@media(min-width:992px){.productDetail{padding-top:135px}}.productDetail__action{margin-bottom:30px}@media(max-width:767px){.productDetail__action{margin-bottom:15px}}.productDetail__action ul{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-left:-10px;margin-right:-10px;padding-left:0}.productDetail__action ul li{flex:0 0 25%;max-width:25%;padding-left:10px;padding-right:10px;width:100%}@media(max-width:767px){.productDetail__action ul li{flex:0 0 33.33%;max-width:33.33%}}@media(max-width:575px){.productDetail__action ul li{flex:0 0 100%;margin:5px 0;max-width:100%}}.productDetail__action ul li .btn{text-transform:capitalize;width:100%}.productDetail__details{margin-bottom:30px}.productDetail__details .left{flex:0 0 66.66%;max-width:66.66%}@media(max-width:991px){.productDetail__details .left{flex:0 0 100%;max-width:100%}}.productDetail__details .left__cover{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.25);padding:20px}@media(max-width:991px){.productDetail__details .left__cover{padding:10px}}.productDetail__details .left__img{flex:0 0 33.33%;max-width:33.33%;padding:20px}@media(max-width:575px){.productDetail__details .left__img{flex:0 0 100%;margin-bottom:20px;max-width:100%}}.productDetail__details .left__img img{height:100%;height:215px;margin-bottom:20px;object-fit:contain;width:100%}.productDetail__details .left__img .coloredImage{display:flex;justify-content:center}.productDetail__details .left__img .coloredImage ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.productDetail__details .left__img .coloredImage ul .main div{border-radius:50%;cursor:pointer;height:25px;margin-bottom:5px;margin-left:5px;width:25px}.productDetail__details .left__img .coloredImage ul .mainDual{border:1.5px solid gray;border-radius:50%;cursor:pointer;display:flex;height:25px;margin-bottom:5px;margin-left:5px;overflow:hidden;width:25px}.productDetail__details .left__img .coloredImage ul .mainDual .colorInner{border-radius:50% 0 0 50%;height:100%;width:100%}.productDetail__details .left__img .coloredImage ul .mainDual .colorInner2{border-radius:0 50% 50% 0;height:100%;width:100%}.productDetail__details .left__text{flex:0 0 66.66%;max-width:66.66%}@media(max-width:575px){.productDetail__details .left__text{flex:0 0 100%;max-width:100%}}.productDetail__details .left__text__box{flex:0 0 33.33%;margin-bottom:20px;max-width:33.33%}@media(max-width:767px){.productDetail__details .left__text__box{flex:0 0 50%;max-width:50%}.productDetail__details .left__text__box:first-child{flex:0 0 100%;max-width:100%}}@media(max-width:575px){.productDetail__details .left__text__box{flex:0 0 100%;max-width:100%}}.productDetail__details .left__text__box h3{color:#202020;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:700}@media(max-width:767px){.productDetail__details .left__text__box h3{margin-bottom:0}}.productDetail__details .left__text__box span{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400}.productDetail__details .left__text .description{border-top:1px solid #e4e4e4;padding-top:20px}.productDetail__details .left__text .description h3{color:#202020;font-size:14px}@media(max-width:767px){.productDetail__details .left__text .description h3{margin-bottom:0}}.productDetail__details .left__text .description p{font-size:14px}.productDetail__details .right{flex:0 0 33.33%;max-width:33.33%}@media(max-width:991px){.productDetail__details .right{flex:0 0 100%;max-width:100%;padding-top:20px}}.productDetail__details .right__cover{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.25);min-height:100%}@media(max-width:991px){.productDetail__details .right__cover{min-height:110%}}.productDetail__details .right__cover h3{border-bottom:1px solid #e4e4e4;color:#202020;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:700;padding:10px 20px}@media(max-width:991px){.productDetail__details .right__cover h3{font-size:18px;padding:10px}}@media(max-width:767px){.productDetail__details .right__cover h3{font-size:16px}}.productDetail__details .right__cover .download-link{word-wrap:break-word;cursor:pointer;margin:0;padding:0 20px 5px;width:100%}.productDetail__details .right__cover .download-link p{text-decoration:none!important}@media(max-width:991px){.productDetail__details .right__cover .download-link{padding:0 10px}}@media(max-width:767px){.productDetail__details .right__cover .download-link{font-size:14px}}.productDetail__details .right__cover .download-link:hover{text-decoration:none}.productDetail__details .right__cover .download-link a{border-bottom:3px solid #202020;border-radius:2px;color:#202020;text-decoration:none}.productDetail__details .right__cover .download-link a:hover{text-decoration:none}.productDetail__tabs .tab{display:flex;margin-bottom:30px}.productDetail__tabs .tab ul{background-color:#ececec;border-radius:5px;display:flex;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0}@media only screen and (max-width:800px){.productDetail__tabs .tab ul{overflow:auto}}.productDetail__tabs .tab ul li{color:#202020;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:700;padding:7px 50px;white-space:nowrap}@media(max-width:991px){.productDetail__tabs .tab ul li{padding:7px 30px}}@media(max-width:575px){.productDetail__tabs .tab ul li{font-size:14px;padding:7px 10px}}.productDetail__tabs .tab ul li.active{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);color:#fff}.productDetail__tabs .content .relatedPro .productCard{flex:0 0 25%;margin-bottom:25px;max-width:25%}@media(max-width:991px){.productDetail__tabs .content .relatedPro .productCard{flex:0 0 33.33%;max-width:33.33%}}@media(max-width:767px){.productDetail__tabs .content .relatedPro .productCard{flex:0 0 50%;max-width:50%}}.productDetail__tabs .content .relatedPro .productCard__over{box-shadow:0 0 10px rgba(0,0,0,.25);min-height:100%;width:100%}.productDetail__tabs .content .relatedPro .productCard__color{height:55px;margin-bottom:10px;min-height:25px}.productDetail__tabs .content .relatedPro .productCard__color ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.productDetail__tabs .content .relatedPro .productCard__color ul .main div{border-radius:50%;cursor:pointer;height:25px;margin-bottom:5px;margin-left:5px;width:25px}.productDetail__tabs .content .relatedPro .productCard__color ul .mainDual{border:1.5px solid gray;border-radius:50%;cursor:pointer;display:flex;height:25px;margin-bottom:5px;margin-left:5px;overflow:hidden;width:25px}.productDetail__tabs .content .relatedPro .productCard__color ul .mainDual .colorInner{border-radius:50% 0 0 50%;height:100%;width:100%}.productDetail__tabs .content .relatedPro .productCard__color ul .mainDual .colorInner2{border-radius:0 50% 50% 0;height:100%;width:100%}.productDetail__tabs .content .relatedPro .productCard__img{position:relative;width:100%}.productDetail__tabs .content .relatedPro .productCard__img img{cursor:pointer;height:227px;object-fit:contain;width:100%}.productDetail__tabs .content .relatedPro .productCard__img button{align-items:center;background-color:red;border:0;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:26px;height:30px;justify-content:center;left:10px;outline:0;padding:0;position:absolute;top:10px;width:30px}.productDetail__tabs .content .relatedPro .productCard__btn{margin-bottom:10px}.productDetail__tabs .content .relatedPro .productCard__text{padding-top:17px}@media(max-width:767px){.productDetail__tabs .content .relatedPro .productCard__text{padding:0}}@media(max-width:575px){.productDetail__tabs .content .relatedPro .productCard__text{padding:0}}.productDetail__tabs .content .relatedPro .productCard__text h4{color:#202020;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.productDetail__tabs .content .relatedPro .productCard__text h4{font-size:16px}}@media(max-width:767px){.productDetail__tabs .content .relatedPro .productCard__text h4{padding:0}}@media(max-width:575px){.productDetail__tabs .content .relatedPro .productCard__text h4{padding:0}}.productDetail__tabs .content .relatedPro .productCard__text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.productDetail__tabs .content .relatedPro .productCard__text p{padding:5px}}.productDetail__tabs .content .relatedPro .productCard__text .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:767px){.productDetail__tabs .content .relatedPro .productCard__textDetails{padding:10px}}@media(max-width:575px){.productDetail__tabs .content .relatedPro .productCard__textDetails{padding:3px}}.productDetail__tabs .content .relatedPro .productCard__textDetails h4{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#202020;cursor:pointer;display:-webkit-box;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:600;height:55px;line-height:18px;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.productDetail__tabs .content .relatedPro .productCard__textDetails h4{font-size:16px}}.productDetail__tabs .content .relatedPro .productCard__textDetails p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;height:60px;overflow:hidden;text-overflow:ellipsis}.productDetail__tabs .content .relatedPro .productCard__textDetails .pp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productDetail__tabs .content .relatedPro .productCard__textDetails .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}.productDetail__tabs .content .info{padding:0 15px}@media(max-width:767px){.productDetail__tabs .content .info{padding:0}}.productDetail__tabs .content .info ul{list-style:none;margin-bottom:0;padding-left:0}.productDetail__tabs .content .info ul li{display:flex;margin-bottom:15px}.productDetail__tabs .content .info ul li span{color:#202020;display:block;font-size:16px}@media(max-width:767px){.productDetail__tabs .content .info ul li span{font-size:14px}}.productDetail__tabs .content .info ul li span.title{flex:0 0 220px;font-family:Libre Franklin,sans-serif;font-weight:700;max-width:220px;width:100%}@media(max-width:767px){.productDetail__tabs .content .info ul li span.title{flex:0 0 150px;max-width:150px}}.productDetail__tabs .content .info ul li span.value{font-family:Libre Franklin,sans-serif;font-weight:400}.productDetail__tabs .content .resources ul{list-style:none;margin-bottom:0;padding-left:0}.productDetail__tabs .content .resources ul li{align-items:flex-start;color:#202020;display:flex;font-size:16px;margin-bottom:15px}.productDetail__tabs .content .resources ul li svg{font-size:20px}.productDetail__tabs .content .resources ul li span{margin-top:-2px;padding-left:10px}.productDetail__tabs .content .resources ul li a{color:#202020;font-size:16px;font-weight:400;line-height:19px;text-decoration:none}.productDetail__tabs .content .addtionalInfo{margin-bottom:20px}.ql-size-huge{font-size:2.5em}.ql-size-huge,.ql-size-small{word-wrap:break-word;color:#252422;line-height:1.42;text-align:left;white-space:pre-wrap}.ql-size-small{font-size:.75em}.ql-size-large{word-wrap:break-word;color:#252422;font-size:1.5em;line-height:1.42;text-align:left;white-space:pre-wrap}.button_btn__PPMQX{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);border:0;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;outline:0;padding:10px 30px;text-transform:capitalize}.button_btn__PPMQX,.button_btn__PPMQX span{transition:all .3s ease-in-out}.button_btn__PPMQX:hover{opacity:.8}.button_btn__white__3NWhu{background:#fff;box-shadow:2px 2px 8px 0 rgba(0,0,0,.25);opacity:1!important}.button_btn__white__3NWhu span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#6a84bf,#0053a0);-webkit-background-clip:text}.button_btn__white__3NWhu:hover{background-color:#0154a0;background-color:var(--color-primary)}.button_btn__white__3NWhu:hover span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#fff);-webkit-background-clip:text}.productbanner{background-color:#000;position:relative}.productbanner img{height:100%;left:0;object-fit:fill;object-position:top;position:absolute;top:0;width:100%}.productbanner .overlay{align-items:center;display:flex;min-height:640px;position:relative;text-align:center}@media(max-width:991px){.productbanner .overlay{min-height:250px}}.productbanner .overlay h1{color:#fff;font-size:36px;margin-bottom:0}.banner{padding:34px 0}@media(max-width:767px){.banner{padding:20px 0}}.banner .row{align-items:center}.banner__img,.banner__text{flex:0 0 50%;max-width:50%}@media(max-width:767px){.banner__img,.banner__text{flex:0 0 100%;max-width:100%}.banner__text{padding-bottom:20px}}.banner__text h2{color:#343e47;font-size:36px;font-weight:700}@media(max-width:991px){.banner__text h2{font-size:30px}}.banner__text p{margin-bottom:30px}.banner__img .img{flex:0 0 50%;max-width:50%}.services{padding-bottom:34px}.services__box{flex:0 0 33.33%;max-width:33.33%}@media(max-width:767px){.services__box{flex:0 0 100%;margin-bottom:20px;max-width:100%}}.services__box .cover{height:100%;position:relative}.services__box .cover img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.services__box .cover .text{height:100%;padding:30px 17px 70px;position:relative;width:100%}.services__box .cover .text .number{-webkit-text-stroke:1px #fff;color:transparent;display:block;font-size:100px;line-height:100px;margin-bottom:10px}@media(max-width:991px){.services__box .cover .text .number{font-size:70px;line-height:70px}}.services__box .cover .text h3{color:#fff;font-size:26px}@media(max-width:991px){.services__box .cover .text h3{font-size:22px}}.services__box .cover .text p{color:#fff;font-size:18px}@media(max-width:991px){.services__box .cover .text p{font-size:16px}}.services__box .cover .text .btn__secondary{background-color:#fff;bottom:20px;max-width:235px;position:absolute;width:100%}@media(max-width:991px){.services__box .cover .text .btn__secondary{max-width:225px;padding:0 10px}}.services__box .cover .text .btn__secondary:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASpSURBVHgB7ZrPbxtFFMffm42TEpq2cCjlAEoPVSQuNHaiIEgdA7bjtIbyK/woP5o/gAPiAAckyLVHbkhcSElapCBxgBLbScCx0zQkjlNAqhBCKkKIwgFCnKDQ4t3HG9ut3CjOjn9Js7I/Uhx557vSfp/fvJmdGYAmTZo0aWAQNKPrkSc72mGrC1wAq/HpFNQZrQLQc2zwDUB6jx/rQOHSVZNEeDU5dQXqhDYB8HiDpxHwox2a/gIQ/lRiahXqgABNQBCvl2i6m8Ca7fEOdUMd0CYAAPRAqRZO07sIzK/c/UEP1BhtAkAI13Zr5+5xAAXMuB89UdMgaBMAg+BDO00uCOZ/M70DoV6oETqNAtgzEDzLqfCKnZCA1gWKwPJcZBmqRKMaAJQ6uH8EEMfthJwJ+y2ypj39wT6oEp0CADA5aR4+2DFCgBN2UhkERIz1+YYegirQbiYoGR4eNn7+I3OWAE7Zigk2ECm0nIgtQAXolQEFJjkTOu/Z9xqbO28rRujgj8hRb/BhqAAtAyCRQTh8aN+rQPSJnZYzpcMFIuLx+fuhTLTsAsXI7nD19/VxLo4vKsg3LYTj6bloEhTRPgCSQhAmOAgvKMg3EegE14SEgtYZAZAUCuM5TvfnFeSbyG+Ry8mpOTuhYwIg8fl8LZtm6znOhGEF+T8gMJyKR+K7ibQtgjsRj8eze40bp7gwTirI7wSLLri9wcd2EzkqAJJbQUD8VEHeLgA/7z4WeryUwFFdoJhcd7Da5BD5rL2attjpydRcbHp7i2MDICkEQWbCSXs1bvGawlMrienYbVfB4fR5A0dMED8qyv+1LHg6PR+N3LzguBqwnSwaQ2XI9wgBn3UPBG/dk8uAXt/xQ2Rm3+TC4icCAxwCP3wbf3RB+Vznu59JJSJf4lFfqLPFIjlrug8ai+vChIAwLDoDjWde0mYa8IHgNApDg4IEnbIImtCoIPFCM9A8NCiI8K0AyyV3ZH6FxiODZsvp3DCYGwlMepdfNR/kC3vBIfBmSis/byeUCUrzWQwtLUQuOX4m2DMw+BaviZ1RvoEgY1jm4DcXZxblV8fPBE0TospiNm8VmZc4OgCjo6NCGPSOkpjNE1EwXWRe0gIORZr/YnZhDFVWh9g8fwZW5mNL25scM+8vJm9+cYyrme0+4k3zqWR0aadmxwUgZ/5rNg9UtXmJo0aB/MrwxhjvDr9sK5bms2z+UmnzEsfUgPzeQOZj/sleUpCv81/QzrzEQRsj6uaz2Wzg8sKs0tkB7TOgXPOmafnZvPL5Qq0zIL/o2TrOj6myJZYzv3qxvMOV2k6EpPkNyzWhaP7vSsxLtMyAvPm2CVTbB5TmA5WYl2g3DyjXvGWR/OVXoEK06gI587TnvJp5XJPm0/Oxis1LdDopihne6kKi5+y1uMYvNlWbl2gzDHq8g28joO0+H7F53h32rySjaagB+hyWRhxRUNXUvESfs8K2S1v5tK+leYk+GUD0/S6tdTEv0SgA4v0SLXUzL9FmHvDbLz99d+/9R27w1MzNw+Ad8hr/v2IRPpFORi9DndBuJhgOh9uvrWXdLsP4czFx4QfIlYcmTZo0aVIX/geHnc0MY9MuwAAAAABJRU5ErkJggg==);background-position:50%;background-repeat:no-repeat;background-size:16px auto;content:"";display:inline-block;height:16px;margin-left:10px;vertical-align:middle;width:16px}.login .row{min-height:100vh}@media(min-width:992px){.login .row{display:flex}}.login__img{background:#0154a0;background:linear-gradient(180deg,#0154a0,#6883be);display:flex;flex-direction:column;justify-content:flex-end;position:relative}@media(min-width:992px){.login__img{flex:0 0 40%;max-width:40%}}.login__img img{height:100%;left:0;object-fit:cover;opacity:.5;position:absolute;top:0;width:100%}.login__img_txt{padding:24px 24px 44px;position:relative}@media(min-width:992px){.login__img_txt{padding-right:84px}}.login__img__ttl{color:#fff;font-family:Roboto,sans-serif;font-size:28px;font-weight:700;line-height:1.1;margin-bottom:10px}@media(min-width:768px){.login__img__ttl{font-size:34px}}@media(min-width:992px){.login__img__ttl{font-size:36px}}.login__img__des{color:#fff}@media(min-width:768px){.login__img__des{font-size:20px}}.login__img__des>*{margin:0}.login__form{flex:0 0 60%;max-width:60%;padding-left:10px!important;padding-right:10px!important;position:relative}@media(max-width:991px){.login__form{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.login__form{display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:auto}.login__form:before{background-color:#fff;border-radius:25px 0 0 25px;content:"";height:100%;position:absolute;right:100%;top:0;width:60px}}.login__form__cover{margin:0 auto;max-width:650px;padding:30px 0;width:100%}.login__form__logo{margin-bottom:31px;text-align:center}.login__form__logo img{display:inline-block;max-height:44px}@media(max-width:991px){.login__title{padding:0}}.login__title h2{color:#212121;font-family:Roboto,sans-serif;font-size:30px;font-weight:700;margin-bottom:0}@media(min-width:992px){.login__title h2{font-size:40px}}.login__title p{color:#000;font-size:16px;margin:0}.login .tabs{padding-top:20px}.login .tabs .tab{margin-bottom:30px}@media(max-width:991px){.login .tabs .tab{padding:0}}.login .tabs .tab ul{background-color:#ececec;border-radius:5px;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0}.login .tabs .tab ul li{color:#202020;cursor:pointer;flex:0 0 50%;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:40px;max-width:50%;padding:0 15px;text-align:center}.login .tabs .tab ul li.active{background:#0053a0;background:linear-gradient(90deg,#0053a0,#6a84bf);color:#fff}.login .tabs .content .loginTab .form-group .btn{max-width:152px;width:100%}.login .tabs .content .loginTab .form-group .forgot{color:#0154a0;color:var(--color-primary);cursor:pointer;font-size:16px}.login .tabs .content .loginTab .form-group.forgotWrap{margin-bottom:30px;text-align:right}.login .tabs .content .signupTab .group{grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr}@media(min-width:992px){.login .tabs .content .signupTab .group{grid-template-columns:2fr 2fr}}.login .tabs .content .signupTab .form-group.submit{padding-top:30px}.projects{padding-bottom:35px;padding-top:140px;width:100%}.projects__title{align-items:center;display:flex;gap:16px;margin-bottom:33px}.projects__title h1{color:#0154a0;color:var(--color-primary);flex:1 1;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;margin-bottom:0}.projects__list .tableHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.projects__list .tableHeader p{color:#343e47;font-size:16px;font-weight:600;margin-bottom:0}.projects__list .tableHeader .form-group{align-items:center;display:flex;max-width:258px}.projects__list .tableHeader .form-group .title{font-weight:400;margin-bottom:0}.projects__list .tableHeader .form-group .position-relative{flex:1 1;padding-left:10px}.projects__list .table-responsive{overflow:auto;width:100%}.projects__list .table-responsive .table{border-spacing:0;min-width:900px;width:100%}.projects__list .table-responsive td,.projects__list .table-responsive th{color:#343e47;font-size:14px;text-align:center}@media(max-width:991px){.projects__list .table-responsive td,.projects__list .table-responsive th{padding:10px}}.projects__list .table-responsive tbody tr td:last-child,.projects__list .table-responsive thead tr th:last-child{border-right:0}.projects__list .table-responsive tbody tr td img{display:inline-block;margin-left:15px;vertical-align:middle;width:21px}.projects__list .table-responsive tbody tr td .title{cursor:pointer;font-weight:400px;text-decoration:underline}.projects__list .table-responsive tbody tr td ul{align-items:center;display:flex;justify-content:center;list-style:none;margin-bottom:0;padding-left:0}.projects__list .table-responsive tbody tr td ul li{margin-right:18px}.projects__list .table-responsive tbody tr td ul li:last-child{margin-right:0}.projects__list .table-responsive tbody tr td ul li img{cursor:pointer;width:19px}.projects__list .table-responsive tbody tr td .btn{font-size:12px;font-weight:700}.projects__list .table-responsive tbody tr:last-child td{border-bottom:0}.projects__list .table-responsive .rdt_Table{border-right:1px solid #d9d9d9}.projects__list .table-responsive .rdt_TableCol{border-left:1px solid #d9d9d9;border-top:1px solid #d9d9d9}.projects__list .table-responsive .rdt_TableCell{border-left:1px solid #d9d9d9;min-width:147px}.projects__list button{font-size:12px;padding:5px 15px}.tagLocation{font-family:roboto Franklin;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.projectDetail{padding-bottom:35px;padding-top:35px}.projectDetail__title{align-items:center;display:flex;justify-content:space-between;margin-bottom:33px}.projectDetail__title h1{color:#343e47;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;margin-bottom:0}.projectDetail__cta{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}@media(max-width:575px){.projectDetail__cta{flex-direction:column}}.projectDetail__cta p{border-bottom:1px solid #727272;cursor:pointer}.projectDetail__cta ul{display:flex;flex-direction:row;list-style:none;margin-bottom:0;padding-left:0}.projectDetail__cta ul li:last-child{margin-left:auto}.projectDetail__cta ul li:first-child .btn{border-bottom-right-radius:0;border-top-right-radius:0}.projectDetail__cta ul li:nth-child(2) .btn{border-bottom-left-radius:0;border-top-left-radius:0}.projectDetail .tabNdCard{display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:991px){.projectDetail .tabNdCard{flex-direction:column}}.projectDetail .tabNdCard .tab{margin-bottom:20px}.projectDetail .tabNdCard .Card .Card-inner{border:1px solid #d8d7d7;box-shadow:0 0 10px rgba(0,0,0,.25);height:425px;padding:20px;width:400px}@media only screen and (min-width:200px)and (max-width:767px){.projectDetail .tabNdCard .Card .Card-inner{height:400px;width:100%}}@media only screen and (min-width:768px)and (max-width:991px){.projectDetail .tabNdCard .Card .Card-inner{height:200px;width:100%}}.projectDetail .tabNdCard .Card .Card-inner p{border-bottom:1px solid #d8d7d7;margin-bottom:30px;padding-bottom:10px}@media(max-width:991px){.projectDetail .tabNdCard .Card .Card-inner .btn-wrap{display:flex;flex-direction:row}}@media(max-width:767px){.projectDetail .tabNdCard .Card .Card-inner .btn-wrap{display:flex;flex-direction:column}}.projectDetail .tabNdCard .Card .Card-inner .btn-wrap .btnCard{margin-bottom:10px}@media(max-width:991px){.projectDetail .tabNdCard .Card .Card-inner .btn-wrap .btnCard{margin-right:10px;width:23%}}@media(max-width:767px){.projectDetail .tabNdCard .Card .Card-inner .btn-wrap .btnCard{margin-right:10px;width:100%}}.projectDetail .ProductDiv h2{font-size:1.3rem}.projectDetail .ProductDiv .row{display:flex;flex-direction:column;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.projectDetail .ProductDiv .row .editLocation{display:flex;margin-bottom:15px}.projectDetail .ProductDiv .row .editLocation b,.projectDetail .ProductDiv .row .editLocation input{margin-right:10px}.projectDetail .ProductDiv .row .editLocation img{cursor:pointer;width:20px}.projectDetail .ProductDiv .row .productCard{flex:0 0 25%;flex-direction:row;margin-bottom:25px;max-width:25%}@media(max-width:991px){.projectDetail .ProductDiv .row .productCard{flex:0 0 33.33%;max-width:33.33%}}@media(max-width:767px){.projectDetail .ProductDiv .row .productCard{flex:0 0 50%;max-width:50%}}.projectDetail .ProductDiv .row .productCard__over{box-shadow:0 0 10px rgba(0,0,0,.25);min-height:100%;width:95%}.projectDetail .ProductDiv .row .productCard__color{height:50px;margin-bottom:10px;min-height:25px}.projectDetail .ProductDiv .row .productCard__color ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.projectDetail .ProductDiv .row .productCard__color ul .main div{border-radius:50%;cursor:pointer;height:25px;margin-bottom:5px;margin-left:5px;width:25px}.projectDetail .ProductDiv .row .productCard__color ul .mainDual{border:1.5px solid gray;border-radius:50%;cursor:pointer;display:flex;height:25px;margin-bottom:5px;margin-left:5px;overflow:hidden;width:25px}.projectDetail .ProductDiv .row .productCard__color ul .mainDual .colorInner{border-radius:50% 0 0 50%;height:100%;width:100%}.projectDetail .ProductDiv .row .productCard__color ul .mainDual .colorInner2{border-radius:0 50% 50% 0;height:100%;width:100%}.projectDetail .ProductDiv .row .productCard__img{position:relative;width:100%}.projectDetail .ProductDiv .row .productCard__img img{cursor:pointer;height:227px;object-fit:contain;width:100%}.projectDetail .ProductDiv .row .productCard__img button{align-items:center;background-color:red;border:0;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:26px;height:30px;justify-content:center;left:10px;outline:0;padding:0;position:absolute;top:10px;width:30px}.projectDetail .ProductDiv .row .productCard__text{padding-top:17px}@media(max-width:767px){.projectDetail .ProductDiv .row .productCard__text{padding:0}}@media(max-width:575px){.projectDetail .ProductDiv .row .productCard__text{padding:0}}.projectDetail .ProductDiv .row .productCard__text h4{color:#202020;font-family:Roboto,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.projectDetail .ProductDiv .row .productCard__text h4{font-size:16px}}.projectDetail .ProductDiv .row .productCard__text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.projectDetail .ProductDiv .row .productCard__text .price{color:#202020;display:block;font-family:Roboto,sans-serif;font-size:14px;font-weight:600}@media(max-width:767px){.projectDetail .ProductDiv .row .productCard__textDetails{padding:10px}}@media(max-width:575px){.projectDetail .ProductDiv .row .productCard__textDetails{padding:0}}.projectDetail .ProductDiv .row .productCard__textDetails h4{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#202020;cursor:pointer;display:-webkit-box;font-family:Roboto,sans-serif;font-size:15px;font-weight:600;height:50px!important;height:50px;line-height:26px;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.projectDetail .ProductDiv .row .productCard__textDetails h4{font-size:16px}}.projectDetail .ProductDiv .row .productCard__textDetails p{height:60px}.projectDetail .ProductDiv .row .productCard__textDetails .pp,.projectDetail .ProductDiv .row .productCard__textDetails p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.projectDetail .ProductDiv .row .productCard__textDetails .pp{margin-bottom:10px;white-space:nowrap}.projectDetail .ProductDiv .row .productCard__textDetails .price{color:#202020;display:block;font-family:Roboto,sans-serif;font-size:14px;font-weight:600}.projectDetail__tabs{box-shadow:0 0 10px rgba(0,0,0,.25)}.projectDetail__tabs .tab{border-bottom:1px solid #d9d9d9!important;border-radius:0;display:flex;margin-bottom:20px}.projectDetail__tabs .tab ul{border-radius:5px;display:flex;justify-content:space-around;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0}@media(max-width:575px){.projectDetail__tabs .tab ul{overflow:auto}}.projectDetail__tabs .tab ul li{color:#343e47;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;padding:7px 50px}@media(max-width:991px){.projectDetail__tabs .tab ul li{padding:7px 30px}}@media(max-width:575px){.projectDetail__tabs .tab ul li{font-size:14px;padding:7px 10px}}.projectDetail__tabs .tab ul li.active{border-bottom:3px solid red;color:#343e47}.projectDetail__tabs .tab__content{padding-bottom:20px;padding-left:40px}@media(max-width:575px){.projectDetail__tabs .tab__content{padding:10px}}.projectDetail__tabs .tab__content .detail__state{display:flex}.projectDetail__tabs .tab__content .detail__state .city{margin-right:4%}.projectDetail__tabs .tab__content .contact{display:flex;flex-direction:row;min-width:60%;width:100%}@media only screen and (max-width:525px){.projectDetail__tabs .tab__content .contact{flex-direction:column;padding-left:5%}}.projectDetail__tabs .tab__content .contact .left{margin-right:40px}.projectDetail__tabs .tab__content .contact .heading{color:#000;font-size:18px;font-weight:700}.projectDetail__tabs .tab__content .contact__state{display:flex}.projectDetail__tabs .tab__content .contact__state .city{margin-right:3%}.table-btns button{line-height:15px;padding:3px}.modalbutton{display:flex;justify-content:space-around;padding-bottom:20px}@media(max-width:575px){.editProject__head{flex-direction:column!important}}@media(max-width:767px){.editProject__head{flex-direction:column!important}}@media(max-width:991px){.editProject__head{flex-direction:column!important}}.editProject__head .inputBoxheadd{display:flex;flex-direction:row!important}@media(max-width:575px){.editProject__head .inputBoxheadd{flex-direction:column!important}}@media(max-width:767px){.editProject__head .inputBoxheadd{flex-direction:column!important}}.editProject__head .inputBoxheadd .i-boxHead{margin-right:10px;width:650px}@media(max-width:575px){.editProject__head .inputBoxheadd .i-boxHead{width:100%}}@media(max-width:767px){.editProject__head .inputBoxheadd .i-boxHead{width:100%}}.editProject__head .inputBoxheadd .backButton{color:#343e47;text-decoration:none}.editProject__head .inputBoxheadd .backButton p{border-bottom:1px solid #383838;line-height:30px}.editProject__head .inputBoxheadd input{max-width:738px}.editProject__head p{line-height:30px}@media(max-width:575px){.editProject__bottom{flex-direction:column!important;width:100%}}@media(max-width:767px){.editProject__bottom{flex-direction:column!important;width:100%}}.editProject__bottom .bottomLeftt{display:flex;flex-direction:column;width:30%}@media(max-width:575px){.editProject__bottom .bottomLeftt{width:100%}}@media(max-width:767px){.editProject__bottom .bottomLeftt{width:100%}}@media(max-width:991px){.editProject__bottom .bottomLeftt{width:100%}}.editProject__bottom .bottomLeftt b,.editProject__bottom .bottomLeftt p{margin-bottom:25px}.editProject__bottom .bottomLeftt h1{font-size:24px;font-weight:600}.editProject__bottom .generation{display:flex;flex-direction:column}.editProject__bottom .generation .input-gen input{margin-bottom:10px}.editProject__bottom .generation .input-main input{background-color:#fff;border:1px solid #9b9b9b;border-radius:3px;color:rgba(24,43,63,.8);font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400;height:40px;outline:0;padding:0 15px;width:100%}@media only screen and (min-width:992px)and (max-width:1140px){.editProject__bottom .bottomrightt{padding-left:10px}}.editProject__bottom .bottomRight{border:1px solid #d8d7d7;width:66%}@media(max-width:991px){.editProject__bottom .bottomRight{max-width:100%;width:100%}}@media(max-width:575px){.editProject__bottom .bottomRight{margin-top:20px;width:100%}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0;width:100%}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__month--in-range,.react-datepicker__month--in-selecting-range,.react-datepicker__month--selected,.react-datepicker__quarter--in-range,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__month--in-range:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--selected:hover,.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--selected:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{background-color:initial;cursor:default}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#2579ba;border-radius:.3rem;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.tabWrapper .tab{border-bottom:1px solid #d9d9d9!important;border-radius:0;display:flex;margin-bottom:30px}.tabWrapper .tab ul{display:flex;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0}@media(max-width:575px){.tabWrapper .tab ul{overflow:auto}}.tabWrapper .tab ul li{color:#343e47;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:700;padding:7px 50px;white-space:nowrap}@media(max-width:991px){.tabWrapper .tab ul li{padding:7px 30px}}@media(max-width:575px){.tabWrapper .tab ul li{font-size:14px;padding:7px 10px}}.tabWrapper .tab ul li.active{border-bottom:3px solid #0154a0;border-bottom:3px solid var(--color-primary);color:#343e47}.tabWrapper .tab__content{max-height:726px;overflow:auto;padding-bottom:20px;padding-left:20px;padding-right:20px}@media(max-width:767px){.tabWrapper .tab__content{max-height:none}}.tabWrapper .tab__content .inputCustom{color:rgba(24,43,63,.8);font-size:14px;font-weight:500}.tabWrapper .tab__content .doubleButton{display:flex;justify-content:space-between;width:100%}.tabWrapper .tab__content .doubleInput{display:flex;flex-direction:row;width:100%}@media(max-width:575px){.tabWrapper .tab__content .doubleInput{display:block}}.tabWrapper .tab__content .doubleInput .inputCustom2{padding-right:10px;width:100%}@media(max-width:575px){.tabWrapper .tab__content .doubleInput .inputCustom2{padding-right:0}}.tabWrapper .tab__content .singleInput{width:49%}.tabWrapper .tab__content .icheckBox{display:flex;flex-direction:row;margin-bottom:30px}.tabWrapper .tab__content .icheckBox .checkLabelBox{line-height:28px!important;margin-left:5px}.tabWrapper .tab__content .contactInfo{display:flex;flex-direction:row}.tabWrapper .tab__content .contactInfo .contactInfoLeft{margin-right:10px;width:50%}.tabWrapper .tab__content .contactInfo .contactInfoLeft b{color:#000}.tabWrapper .tab__content .contactInfo .contactInfoRight{width:50%}.tabWrapper .tab__content .contactInfo .contactInfoRight b{color:#000}.tabWrapper .tab__content .Selectcountry label{color:rgba(24,43,63,.8);font-size:14px;font-weight:500}.tabWrapper .tab__content .dollarInput .position-relative:before{align-items:center;background-color:#ececec;border:1px solid #9b9b9b;border-radius:3px 0 0 3px;color:#202020;content:"$";display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:42px}.tabWrapper .tab__content .dollarInput .position-relative .form-control{padding-left:55px}.tabWrapper .tab__content .sqftInput .position-relative:after{align-items:center;background-color:#ececec;border:1px solid #9b9b9b;border-radius:3px 0 0 3px;color:#202020;content:"sq.ft.";display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:76px}.tabWrapper .tab__content .customDatePickerWidth,.tabWrapper .tab__content .customDatePickerWidth>div.react-datepicker-wrapper,.tabWrapper .tab__content .customDatePickerWidth>div>div.react-datepicker__input-container .customDatePickerWidth>div>div.react-datepicker__input-container input{height:100%;width:calc(100% - 20px)}@media(max-width:575px){.tabWrapper .tab__content .customDatePickerWidth,.tabWrapper .tab__content .customDatePickerWidth>div.react-datepicker-wrapper,.tabWrapper .tab__content .customDatePickerWidth>div>div.react-datepicker__input-container .customDatePickerWidth>div>div.react-datepicker__input-container input{width:100%}}.tabWrapper .tab__content .customDatePickerWidth label,.tabWrapper .tab__content .customDatePickerWidth>div.react-datepicker-wrapper label,.tabWrapper .tab__content .customDatePickerWidth>div>div.react-datepicker__input-container .customDatePickerWidth>div>div.react-datepicker__input-container input label{color:rgba(24,43,63,.8);font-size:14px;font-weight:500}.tabWrapper .tab__content .react-datepicker__input-container{height:inherit;width:inherit}.tabWrapper .tab__content .react-datepicker__input-container ::-webkit-input-placeholder{color:rgba(24,43,63,.8)}.tabWrapper .tab__content .react-datepicker__input-container ::placeholder{color:rgba(24,43,63,.8)}.tabWrapper .tab__content .react-datepicker__input-container input{border:1px solid #9b9b9b;border-radius:3px;color:rgba(24,43,63,.8);font-size:15px;height:45px;margin-top:10px;padding-left:15px;width:100%}.tabWrapper .tab__content .react-datepicker-wrapper{display:flex;justify-content:center;width:100%}.tabWrapper .tab__content .customDatePickerWidth{margin-bottom:10px}.tabWrapper .tab__content .customDatePickerWidth .date-input-box{cursor:pointer;position:relative;width:50%}@media(max-width:575px){.tabWrapper .tab__content .customDatePickerWidth .date-input-box{width:100%}}.tabWrapper .tab__content .customDatePickerWidth .date-input-box .date-input-image{cursor:pointer;position:absolute;right:20px;top:25px;z-index:1}.tabWrapper .tab__content .form-contractor{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.tabWrapper .tab__content .form-contractor .contactInfoo{width:49%}@media(max-width:575px){.tabWrapper .tab__content .form-contractor .contactInfoo{width:100%}.tabWrapper .tab__content .form-contractor .contactInfoo .contactInfoLeftt .marginOfcontact{padding-bottom:5px;padding-top:10px}}.tabWrapper .tab__content .form-contractor .contactInfoo .contactInfoLeftt .marginOfcontact b{color:#000;margin-bottom:10px}@media only screen and (max-width:427px){.tabWrapper .tab__content .form-contractor .contactInfoo .contactInfoRight .contactInfoRightmargin{margin-bottom:25px}}.finalSubmittal{align-items:center;display:flex;min-height:62vh}@media(min-width:992px){.finalSubmittal{padding-bottom:80px;padding-top:180px}}.finalSubmittal .mainContent{display:flex;justify-content:center;padding:30px}.finalSubmittal .mainContent .row{justify-content:center}.finalSubmittal .mainContent__logo{justify-content:center;max-width:474px;padding:15px;width:100%}.finalSubmittal .mainContent__logo img{height:60px;margin:auto;width:200px}.finalSubmittal .mainContent__textarea{text-align:center}.finalSubmittal .mainContent__textarea h1{font-size:38px;margin-top:10px}.finalSubmittal .mainContent__textarea p{font-size:20px}.textarea{justify-content:center;text-align:start}.textarea__text{color:#343e47;line-height:30px;padding:20px}.textarea__text h2{padding-top:20px}.manu-main ul{padding-left:0}.manu-main ul li{width:25%}@media(max-width:575px){.manu-main ul li{width:100%}}.editProject{padding-bottom:35px;padding-top:35px;width:100%}.editProject__head{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}@media(max-width:575px){.editProject__head{justify-content:center!important}}@media(max-width:767px){.editProject__head{justify-content:center!important}}.editProject__head h1{font-size:36px;font-style:normal;font-weight:600;line-height:44px}.editProject__head .stepHead{display:flex;justify-content:space-between;line-height:50px;width:30%}.editProject__head button{line-height:50px}@media(max-width:575px){.editProject__head .inputBoxheadbutton{display:flex;justify-content:start}}@media(max-width:767px){.editProject__head .inputBoxheadbutton{display:flex;justify-content:start}}.editProject__head .inputBoxhead{display:flex;flex-direction:column!important}@media(max-width:575px){.editProject__head .inputBoxhead{margin-bottom:10px}}@media(max-width:767px){.editProject__head .inputBoxhead{margin-bottom:10px}}.editProject__head .inputBoxhead .backButton{color:#343e47;text-decoration:none}.editProject__head .inputBoxhead .i-boxHead{margin-right:10px;width:750px}.editProject__head .inputBoxhead input{max-width:738px}.editProject__head .inputBoxhead p{line-height:40px}.editProject__head .inputBoxhead b{font-size:20px;font-style:normal;font-weight:600;line-height:24px;margin-left:3px}.editProject__head p{line-height:40px}.editProject__bottom{display:flex;flex-direction:row;justify-content:space-between;padding:10px}@media(max-width:767px){.editProject__bottom{flex-direction:column!important}}@media(max-width:991px){.editProject__bottom{display:block!important}}.editProject__bottom .projectDetailTabmargin{margin-top:20px}.editProject__bottom .bottomLeft{display:flex;flex-direction:column;max-width:30%}@media(max-width:575px){.editProject__bottom .bottomLeft{width:auto}}@media(max-width:767px){.editProject__bottom .bottomLeft{width:auto}}@media(max-width:991px){.editProject__bottom .bottomLeft{max-width:100%}}.editProject__bottom .bottomLeft b,.editProject__bottom .bottomLeft p{margin-bottom:25px}.editProject__bottom .bottomLeft h1{font-size:24px;font-style:normal;font-weight:600;line-height:29px}.editProject__bottom .bottomLeft .dualButton{margin-bottom:10px}.editProject__bottom .bottomLeft .generation-method{display:flex;flex-direction:row}.editProject__bottom .bottomLeft .generation-method h2{font-size:20px;font-style:normal;font-weight:600;line-height:24px;margin-right:10px}.editProject__bottom .bottomLeft .generation-method .generation-icon{line-height:30px}@media(max-width:575px){.editProject__bottom .bottomLeft .docandfile{margin-bottom:20px}}.editProject__bottom .bottomLeft .docandfile h3{font-size:24px;font-style:normal;font-weight:600;line-height:29px}.editProject__bottom .bottomRight{box-shadow:0 0 10px rgba(0,0,0,.25);padding:10px}.landingSubmittal .editProject{padding-top:25px}.landingSubmittal .editProject .sortHead{float:right;line-height:20px!important;margin-top:-110px;min-width:20%}@media(max-width:991px){.landingSubmittal .editProject .sortHead{margin-right:12px;margin-top:-40px}}.landingSubmittal .editProject .sortHead p{line-height:35px}.landingSubmittal .editProject__head{margin-bottom:10px}@media(max-width:575px){.landingSubmittal .editProject__head{margin-bottom:0}}@media(max-width:991px){.landingSubmittal .editProject__head{margin-bottom:0}}.landingSubmittal .editProject .stepHead{display:flex;justify-content:space-between;line-height:50px;width:30%}.landingSubmittal .editProject .sortHead{display:flex;flex-direction:row}.landingSubmittal .editProject .sortHead p{width:100px}.landingSubmittal .editProject .sortHead select{border:1px solid #9b9b9b;border-radius:5px;color:#000;height:35px;left:1213px;top:177px}.landingSubmittal .editProject__bottom{display:flex;flex-direction:row;width:100%}@media(max-width:767px){.landingSubmittal .editProject__bottom{display:flex;flex-direction:row}}.landingSubmittal .editProject__bottom .bottomLeftt{padding-bottom:30px;padding-top:10px;width:25%}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomLeftt{padding-top:10px}}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomLeftt{display:flex;justify-content:center;padding-bottom:10px;padding-top:0;width:100%}}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomLeftt{padding-top:10px}}.landingSubmittal .editProject__bottom .bottomLeftt__filter{flex:0 0 25%;max-width:100%;padding:20px}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomLeftt__filter{padding:0}}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomLeftt__filter{padding:0}}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomLeftt__filter{padding:0}}.landingSubmittal .editProject__bottom .bottomLeftt__filter .mobileTitle{background-color:#fff;left:-100%;margin-bottom:15px;padding:10px;position:fixed;top:0;transition:.3s;width:100%;z-index:2}.landingSubmittal .editProject__bottom .bottomLeftt__filter .mobileTitle h4{color:#202020;font-size:18px;margin-bottom:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter .mobileTitle button{background-color:transparent;border:0;outline:0;padding:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter .mobileTitle button img{width:24px}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul{list-style:none;margin-bottom:0;padding-left:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li>input{margin-right:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li>button{align-items:center;background-color:#ececec;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600;line-height:18px;min-height:46px;outline:0;padding:0 13px;position:relative;text-align:left;width:100%}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li>button{font-size:14px}}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li>button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li:not(:last-child){margin-bottom:15px}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul{list-style:none;margin-bottom:0;padding-left:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li{padding-left:10px}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li input{margin:auto 0 auto auto}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li button{align-items:center;background-color:transparent;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;line-height:35px;outline:0;padding:0 0 0 15px;position:relative;text-align:left;width:100%}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li button{font-size:14px}}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li button input[type=checkbox]{appearance:none;-webkit-appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMqSURBVHgB7Z1LjtpAEIab5rHmBmFOEG4wcIIMJ0iQAAmxYHIC4AQhK8RDYuYGkxNAbjA5QbhB2PNwqoiNggPdTv5V7P+TrAG78Mgf1V1tFuWcSchyuSzvdrsHa+19EARV2VWRrWzSwVa2TS6Xez0ej1+LxeJLs9ncJvlgzhcwmUwqpVKpLyf+YNIjzIvIfJKEGXW73Y0z7tYBzbj9fj+Ql48m24zb7fbHWwevCtSsy+fzK/kWKoZoNm4kG+vXstHGd8xmsyrlXSJzfkXmxZW6iR+7yEBmnptrmXiRgZTnJspErQ/RvrPA+Xz+ifL8qMSwuJ44DWEduoVC4XvCc6xlSfNFthdfif9fCOc23QZJk0gk3un1F/SNpOVAzPo+owvLkZT0sUkZnU7nVf7o9iQjUZdtmmHONa9Mdxr3mAvXez+Mm60Irof/KPVoRkomroxb4lZG7Z3V2zPjZ5QVeUp4rSNPWHRra+9dUVq60zhsfYTXvHbFqDutwlVXkBQL3zeRWrRYuo7rjypWy7IrSNI0M0M3jq40PCEVzUBnten1epkVmGCZVraGQFAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFgqhAZ6PBxWLxxmSUa83GYmytduVwRRwOh4bJLj6BGyuCvrkirLXvTHYZuA5qy1DNwLVxU5tOp5nrYinDt+/ro6X9Vq02XDWeeVCycJBgPkgNYeunoS9O3VntVhsEwbMntqy9pLKQiWHm+fpmnZrUqru/bn+nRUe7GWlDnrT0lNHrl1H2EM73tSSfidrfnVuAynJlLJnYN8SLJNHnVqt1Go3nhXQ+nx+KwI0hTnQERvKUs0Adz7KkqVPibaImtL/vu7iVC3tFNSjxT8K5vxHvp8VG3AlwNeJ29tJnYflVMLQ+3Ho4QaKHEcgSZygv35vssBVxz5J1439+GEGc6HEYcuKavH1r+DiMEz8BWi1HV+mJRYUAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;height:16px;margin-right:10px;width:16px}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li button input[type=checkbox]:checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVISURBVHgB7V1tTttAEJ2YwO/coOkJCicgOUHJCSASICF+ACcInAD6C/EhBU4APQHpCaAnaG7Q/Oer76VrRIy9u7DrBNv7JKuxPXHlx8zu+M14UxNL9Pv9xv39/UoURcvPz8+LONTE1pByYIRtWKvV7p6enn7Nz89fd7vdkc0XayaD4+Pj5sLCwg4uvCblIcwIkHkBhznY2toaau2yTtDjHh4eevi4K9XG0cbGxl7WyVQC6XVzc3M3+Cs0JYDeOIQ3ttO8MUoeOD09XQzkTQJjfhPj4g25SZ6b8MDgeXqkeeKEBwby9Ig9kfNDfOyFwLOzs8NAnhkkUU2uY4xDmKFbr9f/WF5jgJTmJ7Zr0xRfFKixjVvP1olA4lfef507cMsemDV9h4nlAab0IykZNjc37/APtwtEItM2epg258VwR7vdmsr3/ooeIxDcVv9R6UGPhCfeiJ7EEaL2a8THMzHjoCrkEepeDwxm8aNttKyz4tRdxrA1Qd3zQGdD7jgLL+qMMFmY/hKlBSdL3XmKKhGnZZ0R3LQyoZsEMw2DSZMeqJ1ttre3K0ugRZrWiCTACYFARwQCHREIdEQg0BGBQEcEAh0RCHREINARlSHwtQzvE3UpOeL6NjaKJm3xjFJ7IEsVII7CKNXjFus+4hmlJfD8/HwVivGtTMp1uzhuIyBbo5QE0tMg011IitKE4316pnhCqcZAVV28Er1I3EBBiGqzF08sjQeCvFZKyKZhgCrkmnhCKTwQIcsy5L6FKcuyNnbWKDSBKmT7+NgymLKm3QF5A/GMwoYwQ5a9PGIm7w6pzFIe5BGF9EAUvndQbjWWWmHzY319PdcG0UIRqPq0+yDGNIOOYNMFeaaqmjNyC2G2R/jMt3g9kHdrQd44ZKdBHpELgSrEbpO9dI7XM/YuMmQxqbSn2TXmNYRJ1uPjI58C1rjPoj338bErH0DyehqMO8fgdVNvQfHmgXGIJW+W+ycnJ+8eyBn+addLgr07apadSf+OFwKRyLZ0IRZFUS+tQTsLsRBg0ex4iVRmaZaNnl4IxM3ewVN0b/Y0QOKVzXioEwIS2IPXrdm+UZQXvBDIm8BYRbEy82Y4HjIFyTrPkAV5fJbVhjtDFtda+iwtd97GQIYRbmxPZ8MUJG08pEZnKwQwZD9Ts6fXNAY3dsFUQmeDUD7kmBnvq5ClBGUKWQoB7VmHbBLe80D16KT1EJBMUZMSeyy362yH+KftW0XxhVwSaaQVHTGMhwhZGyFgwDeD8hICfCAXAlVa0REHcChgyH72d1Fyexam15jGwwxQCOjkraL4Qq56oCJh8I6vTFUI8IHcBVUQ0sWYNzTZzUII8IHcCSQh1OY0JnwLitrd7mdLUWwwFUlfzaJvkuxYCGD+KAXF1GoiKW/+zFwI8IGpSvoY4zqqV+WyLK+PTZVANcYtSYkQGiwdEQh0RCDQEYFARwQCHREIdEQg0BGBQEeQQO0DPAo+X6SisKhljyJVc8gEypVOynLBYSJwGIGg3zoLVNG+S3XR053kkqH0wIHo0fpIb0vRoTrCmjobrrcaccFVMYyD7+1tKTrU0k/7JjtyF1EhgSJ8abBtsHmoCp4Y9yKKodDPRWrJ3buXv+Okw9WMuCBPWdaU4f0jylbUeN+y+U68/N3LEqBIV47giTsSYMTr5vWXRBry+r5N9azqYAS+rlm/EBi3qAUSsxEvQvv62MSjXNySEUh8CzX2d5JFsLAQtwV0C3Fr19IPE8v/CYPzQ1bR3+rHCJDi7OPjqlQHbHC6hNcdffjHCJKIfw4DF25h95uEn8MY4x9P0pXH8SjULQAAAABJRU5ErkJggg==)}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li>ul>li>ul li input{margin-right:15px}.landingSubmittal .editProject__bottom .bottomLeftt__filter>ul>li ul li>ul>li>ul li button{color:#676869}.landingSubmittal .editProject__bottom .bottomRightt{padding-top:30px;width:75%}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt{width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .headRight{box-shadow:0 0 10px rgba(0,0,0,.25);flex-direction:row;height:auto;justify-content:space-between;margin-bottom:30px;padding:30px}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .headRight{flex-direction:column;height:auto}}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup{margin-bottom:13px;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl{background-color:#fff;border:1px solid #9b9b9b;border-radius:3px;color:rgba(24,43,63,.8);font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400;height:40px;outline:0;padding:0 15px;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl[type=date]{-webkit-appearance:none;appearance:none}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl[type=number]::-webkit-inner-spin-button,.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl ::-webkit-input-placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop .formGroup .formControl ::placeholder{color:rgba(24,43,63,.8);font-size:14px;font-weight:400}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop p{color:#676869;font-size:14px;font-weight:500;line-height:17px}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightTop h1{color:#343e47;font-size:20px;font-weight:600;line-height:24px;max-width:400px}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightBottom{color:#202020}.landingSubmittal .editProject__bottom .bottomRightt .headRight .headRightBottom b{border-bottom:1px solid #383838;cursor:pointer;padding-bottom:1px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy{display:flex;justify-content:space-between;margin-bottom:30px}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .sortBy{flex-wrap:wrap}}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__filter{display:none;line-height:35px;order:1;padding:0 15px;z-index:1111111}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .sortBy__filter{display:block}}.landingSubmittal .editProject__bottom .bottomRightt .sortBy .selectCus{order:2}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags{order:3;padding-top:15px}}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul li{margin:2px 0}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul li:not(:last-child){margin-right:14px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul li .tag{align-items:center;background-color:#ececec;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;line-height:35px;padding:0 7px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul li .tag img{cursor:pointer;height:18px;margin-left:10px;width:18px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy__tags ul li .clear{background-color:#202020;border-radius:5px;color:#fff;cursor:pointer;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:700;line-height:36px;padding:0 12px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy .form-control{align-items:center;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;padding:0 12px}.landingSubmittal .editProject__bottom .bottomRightt .sortBy .form-control span{white-space:nowrap}.landingSubmittal .editProject__bottom .bottomRightt .sortBy .form-control select{background-color:transparent;border:0;color:#202020;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;height:35px;margin:0;outline:0;padding-right:4px}.landingSubmittal .editProject__bottom .bottomRightt .productCard{flex:0 0 25%;margin-bottom:25px;max-width:25%}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productCard{flex:0 0 50%;max-width:50%}}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard{flex:0 0 100%;max-width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__over{box-shadow:0 0 10px rgba(0,0,0,.25);height:100%!important;min-height:100%;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color{height:50px;margin-bottom:10px;min-height:25px}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color ul .main div{border-radius:50%;cursor:pointer;height:25px;margin-bottom:5px;margin-left:5px;width:25px}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color ul .mainDual{border:1.5px solid gray;border-radius:50%;cursor:pointer;display:flex;height:25px;margin-bottom:5px;margin-left:5px;overflow:hidden;width:25px}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color ul .mainDual .colorInner{border-radius:50% 0 0 50%;height:100%;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productCard__color ul .mainDual .colorInner2{border-radius:0 50% 50% 0;height:100%;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productCard__img{padding:20px;position:relative;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productCard__img img{height:227px;object-fit:contain;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productCard__img input{align-items:center;border:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:5px;outline:0;padding:0;position:absolute;top:10px;width:25px}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__text{padding:10px}}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__text{padding:10px}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__text h4{color:#202020;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__text h4{font-size:16px}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__text p{padding:0}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__text .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails{padding:10px}}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails{padding:0}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails h4{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#202020;cursor:pointer;display:-webkit-box;font-family:Libre Franklin,sans-serif;font-size:15px;font-weight:600;height:55px;line-height:18px;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails h4{font-size:16px}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;height:60px;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails p{padding:0}}.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails .pp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landingSubmittal .editProject__bottom .bottomRightt .productCard__textDetails .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__btn{padding-left:12px;padding-right:12px}}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .productCard__btn{padding-left:12px;padding-right:12px}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards{box-shadow:0 0 10px rgba(0,0,0,.25);display:flex;flex-direction:row;height:auto;justify-content:space-between;margin-bottom:30px;padding:0;width:100%}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards{display:block}}@media only screen and (min-width:576px)and (max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards{display:block}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .inputCheckBox{margin-left:10px;padding-top:15px}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first{min-width:180px;padding:10px}@media only screen and (min-width:576px)and (max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first{display:flex;justify-content:center}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first .firstImg{height:210px;padding:10px;position:relative}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first .firstImg{height:auto;width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first .firstImg img{height:210px;object-fit:contain}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first .firstImg img{height:300px;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .first{display:flex;flex:0 0 90%;justify-content:center;width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .second{display:flex;flex-direction:column;margin-top:10px;padding:10px;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .second button{margin-bottom:10px}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .second h1{font-size:20px;font-weight:600;line-height:26px}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .second{flex:0 0 60%;width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third{display:flex;flex-direction:column;margin-top:15px;padding:20px;width:100%}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third{width:100%}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton{display:flex;justify-content:end;padding-top:15px}@media(max-width:575px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}@media(max-width:767px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}@media(max-width:991px){.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;width:100%}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild .thirdChildd{display:flex;flex-direction:row;justify-content:space-between;width:100}.landingSubmittal .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild .thirdChildd b{font-size:16px;font-weight:700;line-height:19px}.spanOfSubmittal{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:20px;overflow:hidden;text-overflow:ellipsis}.addMoreButtonDiv .addMoreButton{background-color:#ececec;border:0;color:#101010;cursor:pointer;font-size:14px;font-weight:600;height:40px;margin-top:10px;outline:0;padding-left:20px;padding-right:20px;text-align:left;text-decoration:none;text-transform:uppercase;transition:.3s,border .3s,color .3s,opacity .3s;width:100%}.addMoreButtonDiv .addMoreButton .viewMoreLus{align-items:center;display:flex;justify-content:space-between;width:100%}.addMoreButtonDiv .addMoreButton img{width:20px}.addMoreButtonDiv .addMoreButton .loader{display:flex;justify-content:center;width:100%}.addMoreButtonDiv .addMoreButton:hover{background-color:#bbb4b4}.editProjecthead .inputBoxhead .pp{border-bottom:1px solid #000;cursor:pointer;padding-bottom:1px}.selectDocument__bottom .bottomRight .row .noData{display:flex;justify-content:center;margin-top:100px}@media(max-width:991px){.selectDocument__bottom .bottomRight .row .noData{margin-top:10px}}.selectDocument__bottom .bottomRight .row__half .card__head__img{object-fit:cover}.selectDocument__bottom .bottomRight .row__half .card__body ul{margin-bottom:10px}.selectDocument__bottom .bottomRight .row__half .card__foot ul{cursor:pointer}.resetPass .row{display:flex;justify-content:center;min-height:65vh;padding:13% 20px 12%}.resetPass .row .inner-Row{width:50%}@media(max-width:575px){.resetPass .row .inner-Row{width:100%}}@media(max-width:767px){.resetPass .row .inner-Row{width:90%}}.resetPass .row .inner-Row .heading h1{color:#0154a0;color:var(--color-primary);font-family:Roboto,sans-serif;font-size:24px;font-weight:700;text-transform:capitalize}@media(min-width:768px){.resetPass .row .inner-Row .heading h1{font-size:28px}}@media(min-width:992px){.resetPass .row .inner-Row .heading h1{font-size:34px}}.changePass .row,.resetPass .row .inner-Row .inputs .inputsbutton{display:flex;justify-content:center}.changePass .row{min-height:65vh;padding:5% 20px 20px}.changePass .row .inner-Row{width:50%}@media(max-width:575px){.changePass .row .inner-Row{width:100%}}@media(max-width:767px){.changePass .row .inner-Row{width:90%}}.changePass .row .inner-Row .heading h1{color:#0154a0;color:var(--color-primary);font-family:Roboto,sans-serif;font-size:24px;font-weight:700;text-transform:capitalize}@media(min-width:768px){.changePass .row .inner-Row .heading h1{font-size:28px}}@media(min-width:992px){.changePass .row .inner-Row .heading h1{font-size:34px}}.changePass .row .inner-Row .inputs .inputsbutton,.editProfile .row{display:flex;justify-content:center}.editProfile .row{min-height:65vh;padding:12% 20px 6%}.editProfile .row .inner-Row{width:50%}@media(max-width:575px){.editProfile .row .inner-Row{width:100%}}@media(max-width:767px){.editProfile .row .inner-Row{width:90%}}.editProfile .row .inner-Row .heading h1{color:#0154a0;color:var(--color-primary);font-family:Roboto,sans-serif;font-size:24px;font-weight:700;text-transform:capitalize}@media(min-width:768px){.editProfile .row .inner-Row .heading h1{font-size:28px}}@media(min-width:992px){.editProfile .row .inner-Row .heading h1{font-size:34px}}.editProfile .row .inner-Row .inputs .inputsbutton{display:flex;justify-content:center}.editProfile .row .inner-Row .inputs .groupCard{grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr}@media(min-width:992px){.editProfile .row .inner-Row .inputs .groupCard{grid-template-columns:2fr 2fr}}.landingBrochure .editProject{padding-top:25px}.landingBrochure .editProject .sortHead{float:right;line-height:20px!important;margin-top:-110px;min-width:20%}@media(max-width:991px){.landingBrochure .editProject .sortHead{margin-right:12px;margin-top:-40px}}.landingBrochure .editProject .sortHead p{line-height:35px}.landingBrochure .editProject__head{margin-bottom:10px}@media(max-width:575px){.landingBrochure .editProject__head{margin-bottom:0}}@media(max-width:991px){.landingBrochure .editProject__head{margin-bottom:0}}.landingBrochure .editProject .stepHead{display:flex;justify-content:space-between;line-height:50px;width:30%}.landingBrochure .editProject .sortHead{display:flex;flex-direction:row}.landingBrochure .editProject .sortHead p{width:100px}.landingBrochure .editProject .sortHead select{border:1px solid #9b9b9b;border-radius:5px;color:#000;height:35px;left:1213px;top:177px}.landingBrochure .editProject__bottom{display:flex;flex-direction:row;width:100%}@media(max-width:767px){.landingBrochure .editProject__bottom{display:flex;flex-direction:row}}.landingBrochure .editProject__bottom .bottomLeftt{padding-bottom:30px;padding-top:10px;width:30%}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomLeftt{padding-top:10px}}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomLeftt{padding-bottom:0;padding-top:10px}}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomLeftt{display:flex;justify-content:center;padding-bottom:0;padding-top:0;width:100%}}.landingBrochure .editProject__bottom .bottomLeftt__filter{flex:0 0 25%;max-width:100%;padding:20px;position:-webkit-sticky;position:sticky;top:50px}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomLeftt__filter{padding:0}}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomLeftt__filter{padding:0}}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomLeftt__filter{padding:0}}.landingBrochure .editProject__bottom .bottomLeftt__filter .mobileTitle{background-color:#fff;left:-100%;margin-bottom:15px;padding:10px;position:fixed;top:0;transition:.3s;width:100%;z-index:2}.landingBrochure .editProject__bottom .bottomLeftt__filter .mobileTitle h4{color:#202020;font-size:18px;margin-bottom:0}.landingBrochure .editProject__bottom .bottomLeftt__filter .mobileTitle button{background-color:transparent;border:0;outline:0;padding:0}.landingBrochure .editProject__bottom .bottomLeftt__filter .mobileTitle button img{width:24px}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul{list-style:none;margin-bottom:0;padding-left:0}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li>input{margin-right:0}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li>button{background-color:#ececec;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;line-height:45px;outline:0;padding:0 13px;position:relative;text-align:left;width:100%}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li>button{font-size:14px}}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li>button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li:not(:last-child){margin-bottom:15px}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul{list-style:none;margin-bottom:0;padding-left:0}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li{padding-left:10px}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li input{margin:auto 0 auto auto}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li button{align-items:center;background-color:transparent;border:0;border-radius:3px;box-shadow:none;color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;line-height:35px;outline:0;padding:0 0 0 15px;position:relative;text-align:left;width:100%}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li button{font-size:14px}}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li button .caret{align-items:center;bottom:0;color:#9b9b9b;display:flex;margin-left:auto;position:absolute;right:10px;top:0}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li button input[type=checkbox]{appearance:none;-webkit-appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMqSURBVHgB7Z1LjtpAEIab5rHmBmFOEG4wcIIMJ0iQAAmxYHIC4AQhK8RDYuYGkxNAbjA5QbhB2PNwqoiNggPdTv5V7P+TrAG78Mgf1V1tFuWcSchyuSzvdrsHa+19EARV2VWRrWzSwVa2TS6Xez0ej1+LxeJLs9ncJvlgzhcwmUwqpVKpLyf+YNIjzIvIfJKEGXW73Y0z7tYBzbj9fj+Ql48m24zb7fbHWwevCtSsy+fzK/kWKoZoNm4kG+vXstHGd8xmsyrlXSJzfkXmxZW6iR+7yEBmnptrmXiRgZTnJspErQ/RvrPA+Xz+ifL8qMSwuJ44DWEduoVC4XvCc6xlSfNFthdfif9fCOc23QZJk0gk3un1F/SNpOVAzPo+owvLkZT0sUkZnU7nVf7o9iQjUZdtmmHONa9Mdxr3mAvXez+Mm60Irof/KPVoRkomroxb4lZG7Z3V2zPjZ5QVeUp4rSNPWHRra+9dUVq60zhsfYTXvHbFqDutwlVXkBQL3zeRWrRYuo7rjypWy7IrSNI0M0M3jq40PCEVzUBnten1epkVmGCZVraGQFAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFglAgCAWCUCAIBYJQIAgFgqhAZ6PBxWLxxmSUa83GYmytduVwRRwOh4bJLj6BGyuCvrkirLXvTHYZuA5qy1DNwLVxU5tOp5nrYinDt+/ro6X9Vq02XDWeeVCycJBgPkgNYeunoS9O3VntVhsEwbMntqy9pLKQiWHm+fpmnZrUqru/bn+nRUe7GWlDnrT0lNHrl1H2EM73tSSfidrfnVuAynJlLJnYN8SLJNHnVqt1Go3nhXQ+nx+KwI0hTnQERvKUs0Adz7KkqVPibaImtL/vu7iVC3tFNSjxT8K5vxHvp8VG3AlwNeJ29tJnYflVMLQ+3Ho4QaKHEcgSZygv35vssBVxz5J1439+GEGc6HEYcuKavH1r+DiMEz8BWi1HV+mJRYUAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;height:16px;margin-right:10px;width:16px}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li button input[type=checkbox]:checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVISURBVHgB7V1tTttAEJ2YwO/coOkJCicgOUHJCSASICF+ACcInAD6C/EhBU4APQHpCaAnaG7Q/Oer76VrRIy9u7DrBNv7JKuxPXHlx8zu+M14UxNL9Pv9xv39/UoURcvPz8+LONTE1pByYIRtWKvV7p6enn7Nz89fd7vdkc0XayaD4+Pj5sLCwg4uvCblIcwIkHkBhznY2toaau2yTtDjHh4eevi4K9XG0cbGxl7WyVQC6XVzc3M3+Cs0JYDeOIQ3ttO8MUoeOD09XQzkTQJjfhPj4g25SZ6b8MDgeXqkeeKEBwby9Ig9kfNDfOyFwLOzs8NAnhkkUU2uY4xDmKFbr9f/WF5jgJTmJ7Zr0xRfFKixjVvP1olA4lfef507cMsemDV9h4nlAab0IykZNjc37/APtwtEItM2epg258VwR7vdmsr3/ooeIxDcVv9R6UGPhCfeiJ7EEaL2a8THMzHjoCrkEepeDwxm8aNttKyz4tRdxrA1Qd3zQGdD7jgLL+qMMFmY/hKlBSdL3XmKKhGnZZ0R3LQyoZsEMw2DSZMeqJ1ttre3K0ugRZrWiCTACYFARwQCHREIdEQg0BGBQEcEAh0RCHREINARlSHwtQzvE3UpOeL6NjaKJm3xjFJ7IEsVII7CKNXjFus+4hmlJfD8/HwVivGtTMp1uzhuIyBbo5QE0tMg011IitKE4316pnhCqcZAVV28Er1I3EBBiGqzF08sjQeCvFZKyKZhgCrkmnhCKTwQIcsy5L6FKcuyNnbWKDSBKmT7+NgymLKm3QF5A/GMwoYwQ5a9PGIm7w6pzFIe5BGF9EAUvndQbjWWWmHzY319PdcG0UIRqPq0+yDGNIOOYNMFeaaqmjNyC2G2R/jMt3g9kHdrQd44ZKdBHpELgSrEbpO9dI7XM/YuMmQxqbSn2TXmNYRJ1uPjI58C1rjPoj338bErH0DyehqMO8fgdVNvQfHmgXGIJW+W+ycnJ+8eyBn+addLgr07apadSf+OFwKRyLZ0IRZFUS+tQTsLsRBg0ex4iVRmaZaNnl4IxM3ewVN0b/Y0QOKVzXioEwIS2IPXrdm+UZQXvBDIm8BYRbEy82Y4HjIFyTrPkAV5fJbVhjtDFtda+iwtd97GQIYRbmxPZ8MUJG08pEZnKwQwZD9Ts6fXNAY3dsFUQmeDUD7kmBnvq5ClBGUKWQoB7VmHbBLe80D16KT1EJBMUZMSeyy362yH+KftW0XxhVwSaaQVHTGMhwhZGyFgwDeD8hICfCAXAlVa0REHcChgyH72d1Fyexam15jGwwxQCOjkraL4Qq56oCJh8I6vTFUI8IHcBVUQ0sWYNzTZzUII8IHcCSQh1OY0JnwLitrd7mdLUWwwFUlfzaJvkuxYCGD+KAXF1GoiKW/+zFwI8IGpSvoY4zqqV+WyLK+PTZVANcYtSYkQGiwdEQh0RCDQEYFARwQCHREIdEQg0BGBQEeQQO0DPAo+X6SisKhljyJVc8gEypVOynLBYSJwGIGg3zoLVNG+S3XR053kkqH0wIHo0fpIb0vRoTrCmjobrrcaccFVMYyD7+1tKTrU0k/7JjtyF1EhgSJ8abBtsHmoCp4Y9yKKodDPRWrJ3buXv+Okw9WMuCBPWdaU4f0jylbUeN+y+U68/N3LEqBIV47giTsSYMTr5vWXRBry+r5N9azqYAS+rlm/EBi3qAUSsxEvQvv62MSjXNySEUh8CzX2d5JFsLAQtwV0C3Fr19IPE8v/CYPzQ1bR3+rHCJDi7OPjqlQHbHC6hNcdffjHCJKIfw4DF25h95uEn8MY4x9P0pXH8SjULQAAAABJRU5ErkJggg==)}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li>ul>li>ul li input{margin-right:15px}.landingBrochure .editProject__bottom .bottomLeftt__filter>ul>li ul li>ul>li>ul li button{color:#676869}.landingBrochure .editProject__bottom .bottomRightt{padding-top:30px;width:100%}.landingBrochure .editProject__bottom .bottomRightt .headRight{box-shadow:0 0 10px rgba(0,0,0,.25);display:flex;flex-direction:row;height:auto;justify-content:space-between;margin-bottom:30px;padding:30px}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .headRight{flex-direction:column;height:auto}}.landingBrochure .editProject__bottom .bottomRightt .headRight .headRightTop p{color:#676869;font-size:14px;font-weight:500;line-height:17px}.landingBrochure .editProject__bottom .bottomRightt .headRight .headRightTop h1{color:#343e47;font-size:20px;font-weight:600;line-height:24px}.landingBrochure .editProject__bottom .bottomRightt .headRight .headRightBottom{color:#202020}.landingBrochure .editProject__bottom .bottomRightt .headRight .headRightBottom b{cursor:pointer}.landingBrochure .editProject__bottom .bottomRightt .sortBy{display:flex;justify-content:space-between;margin-bottom:30px}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .sortBy{flex-wrap:wrap}}.landingBrochure .editProject__bottom .bottomRightt .sortBy__filter{display:none;line-height:35px;order:1;padding:0 15px;z-index:1111111}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .sortBy__filter{display:block}}.landingBrochure .editProject__bottom .bottomRightt .sortBy .selectCus{order:2}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags{order:3;padding-top:15px}}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul li{margin:2px 0}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul li:not(:last-child){margin-right:14px}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul li .tag{align-items:center;background-color:#ececec;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;line-height:35px;padding:0 7px}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul li .tag img{cursor:pointer;height:18px;margin-left:10px;width:18px}.landingBrochure .editProject__bottom .bottomRightt .sortBy__tags ul li .clear{background-color:#202020;border-radius:5px;color:#fff;cursor:pointer;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:700;line-height:36px;padding:0 12px}.landingBrochure .editProject__bottom .bottomRightt .sortBy .form-control{align-items:center;border:1px solid #9b9b9b;border-radius:5px;color:#202020;display:flex;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;padding:0 12px}.landingBrochure .editProject__bottom .bottomRightt .sortBy .form-control span{white-space:nowrap}.landingBrochure .editProject__bottom .bottomRightt .sortBy .form-control select{background-color:transparent;border:0;color:#202020;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;height:35px;margin:0;outline:0;padding-right:4px}.landingBrochure .editProject__bottom .bottomRightt .productCard{flex:0 0 25%;margin-bottom:25px;max-width:25%}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productCard{flex:0 0 50%;max-width:50%}}.landingBrochure .editProject__bottom .bottomRightt .productCard__over{box-shadow:0 0 10px rgba(0,0,0,.25);display:flex;flex-direction:column;height:100%!important;justify-content:space-between;min-height:100%;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productCard__img{padding:20px;position:relative;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productCard__img img{cursor:pointer;height:227px;object-fit:contain;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productCard__img input{align-items:center;border:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:5px;outline:0;padding:0;position:absolute;top:10px;width:25px}.landingBrochure .editProject__bottom .bottomRightt .productCard__text{padding:16px}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .productCard__text{padding:10px}}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productCard__text{padding:10px}}.landingBrochure .editProject__bottom .bottomRightt .productCard__text h4{color:#202020;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productCard__text h4{font-size:16px}}.landingBrochure .editProject__bottom .bottomRightt .productCard__text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productCard__text p{padding:0}}.landingBrochure .editProject__bottom .bottomRightt .productCard__text .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails{padding:10px}}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails{padding:0}}.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails h4{color:#202020;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:600;line-height:26px}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails h4{font-size:16px}}.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails p{padding:0}}.landingBrochure .editProject__bottom .bottomRightt .productCard__textDetails .price{color:#202020;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productCard__btn{padding-left:12px;padding-right:12px}}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .productCard__btn{padding-left:12px;padding-right:12px}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards{box-shadow:0 0 10px rgba(0,0,0,.25);display:flex;flex-direction:row;height:auto;justify-content:space-between;margin-bottom:30px;padding:0;width:100%}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards{display:block}}@media only screen and (min-width:576px)and (max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards{display:block}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .inputCheckBox{margin-left:10px;padding-top:15px}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first{min-width:180px;padding:10px}@media only screen and (min-width:576px)and (max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first{display:flex;justify-content:center}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first .firstImg{height:210px;padding:10px;position:relative}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first .firstImg{height:auto;width:100%}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first .firstImg img{height:210px;object-fit:contain}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first .firstImg img{height:300px;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .first{display:flex;flex:0 0 90%;justify-content:center;width:100%}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .second{display:flex;flex-direction:column;margin-top:10px;padding:10px;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .second button{margin-bottom:10px}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .second h1{font-size:20px;font-weight:600;line-height:26px}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .second{flex:0 0 60%;width:100%}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third{display:flex;flex-direction:column;margin-top:15px;padding:20px;width:100%}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third{width:100%}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton{display:flex;justify-content:end;padding-top:15px}@media(max-width:575px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}@media(max-width:767px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}@media(max-width:991px){.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdButton button{margin-left:0}}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;width:100%}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild .thirdChildd{display:flex;flex-direction:row;justify-content:space-between;width:100}.landingBrochure .editProject__bottom .bottomRightt .productInfoCards .third .thirdChild .thirdChildd b{font-size:16px;font-weight:700;line-height:19px}.editProjecthead{display:flex;justify-content:space-between;margin-bottom:10px}@media(max-width:575px){.editProjecthead{display:block}}@media(max-width:767px){.editProjecthead{display:block}}@media(max-width:991px){.editProjecthead{display:block;margin-bottom:0}}.editProjecthead .inputBoxhead h1{font-size:36px;font-weight:600;line-height:44px}.editProjecthead .inputBoxhead b{font-size:20px;font-weight:600;line-height:24px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editProjecthead .stepHead{display:flex;justify-content:space-between;line-height:50px;position:relative;width:30%}.editProjecthead .stepHead .stepLine{background-color:#d9d9d9;height:5px;position:absolute;top:22px;width:100%}@media(max-width:575px){.editProjecthead .stepHead{margin-bottom:10px!important;width:100%}}@media(max-width:767px){.editProjecthead .stepHead{margin-bottom:10px!important;width:100%}}@media(max-width:991px){.editProjecthead .stepHead{margin-bottom:10px!important;width:100%}}.editProjecthead .stepHead .stepCirclegrey{background-color:#d9d9d9;border-radius:20px;height:30px;margin-top:10px;width:30px;z-index:1}.editProjecthead .stepHead .stepCirclegrey .fackeckbox{margin-left:6px;margin-top:-7px}.editProjecthead .stepHead .stepCircle{background-color:#fff;border:2px solid #d9d9d9;border-radius:20px;height:30px;margin-top:10px;width:30px;z-index:1}.editProjecthead .stepHead .stepCircle .stepCircleInner{background-color:#d9d9d9;border-radius:20px;height:20px;margin-left:3px;margin-top:3px;padding:5px;width:20px}.editProjecthead .stepHead .stepCircle .stepCircleInner .CircleInner{background-color:red;border-radius:20px;height:10px;padding:5px;width:10px}.editProjecthead .sortHead{display:flex;flex-direction:row}.editProjecthead .sortHead p{line-height:35px;width:100px}.editProjecthead .sortHead select{border:1px solid #9b9b9b;border-radius:5px;color:#000;height:35px;left:1213px;top:177px}.selectDocument__bottom .bottomLeft .dualButton .btn-lft{margin-right:15px}@media(max-width:991px){.selectDocument__bottom .bottomLeft .dualButton{display:flex;flex-direction:row}}@media(max-width:767px){.selectDocument__bottom .bottomLeft .dualButton{display:flex;flex-direction:column}}.selectDocument__bottom .bottomLeft .generation-method{display:flex;flex-direction:row}.selectDocument__bottom .bottomLeft .generation-method h2{font-size:20px;font-style:normal;font-weight:600;line-height:24px;margin-right:10px}.selectDocument__bottom .bottomLeft .generation-method .generation-icon{line-height:30px}.selectDocument__bottom .bottomLeft .docandfile{margin-bottom:20px}@media(max-width:575px){.selectDocument__bottom .bottomLeft .docandfile{margin-bottom:20px}}.selectDocument__bottom .bottomLeft .docandfile h3{font-size:24px;font-style:normal;font-weight:600;line-height:29px}.selectDocument__bottom .bottomRight .row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.selectDocument__bottom .bottomRight .row__half{flex:0 0 50%;margin-bottom:20px;max-width:50%;padding-left:10px;padding-right:10px;width:100%}@media(max-width:575px){.selectDocument__bottom .bottomRight .row__half{flex:0 0 100%;max-width:100%}}.selectDocument__bottom .bottomRight .row__half .card{background-color:#fff;border-radius:4px;box-shadow:0 3px 5px rgba(52,62,71,.12)}.selectDocument__bottom .bottomRight .row__half .card__head{align-items:center;display:flex;padding:15px}.selectDocument__bottom .bottomRight .row__half .card__head__img{height:30px;object-fit:contain;width:30px}.selectDocument__bottom .bottomRight .row__half .card__head__title{color:#5a6678;font-size:18px;font-weight:700;padding-left:15px;word-break:break-all}.selectDocument__bottom .bottomRight .row__half .card__head .btn{color:#5a6678;cursor:pointer;margin-left:auto}.selectDocument__bottom .bottomRight .row__half .card__body{padding:15px}.selectDocument__bottom .bottomRight .row__half .card__body ul{list-style:none;margin-left:-30px}.selectDocument__bottom .bottomRight .row__half .card__body ul li .innerCard{display:flex}.selectDocument__bottom .bottomRight .row__half .card__body ul li .innerCard input{margin-right:10px}.selectDocument__bottom .bottomRight .row__half .card__body ul li .innerCard .titele{font-size:14px;margin-bottom:8px;word-break:break-all}.selectDocument__bottom .bottomRight .row__half .card__foot{background-color:#f0f3f6;padding:7px 15px}.selectDocument__bottom .bottomRight .row__half .card__foot ul{display:flex;justify-content:flex-end;list-style:none;margin:0;padding:0}@media(max-width:767px){.selectDocument__bottom .bottomRight .row__half .card__foot ul{flex-direction:column}}.selectDocument__bottom .bottomRight .row__half .card__foot ul li{align-items:center;display:flex}.selectDocument__bottom .bottomRight .row__half .card__foot ul li:not(:last-child):after{background-color:#5a6678;border-radius:50%;content:"";display:block;height:5px;margin:0 10px;width:5px}.selectDocument__bottom .bottomRight .row__half .card__foot ul li.remove{color:red}.selectDocument{padding-top:20px}.selectDocument__bottom{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;padding:10px 0}@media(max-width:767px){.selectDocument__bottom{flex-direction:column!important}}@media(max-width:991px){.selectDocument__bottom{display:block!important}}.selectDocument__bottom .bottomLeft{display:flex;flex:0 0 33.33%;flex-direction:column;max-width:33.33%;padding-left:10px;padding-right:10px;width:100%}@media(max-width:991px){.selectDocument__bottom .bottomLeft{max-width:100%}}.selectDocument__bottom .bottomLeft b,.selectDocument__bottom .bottomLeft p{margin-bottom:25px}.selectDocument__bottom .bottomLeft h1{font-size:24px;font-style:normal;font-weight:600;line-height:29px}.selectDocument__bottom .bottomLeft .dual-btn-row{display:flex;flex-direction:column;margin-bottom:10px}.selectDocument__bottom .bottomLeft .dual-btn-row .fBtn{margin-bottom:20px}.selectDocument__bottom .bottomRight{flex:0 0 66.66%;max-width:66.66%;padding-left:10px;padding-right:10px}.selectDocument__bottom .bottomRight .loaderD{align-items:center;display:flex;height:80%;justify-content:center}.selectDocument__bottom .bottomRight .btn-bottomRight{display:flex;justify-content:right;width:100%}@media(max-width:991px){.selectDocument__bottom .bottomRight{max-width:100%}}.selectDocument__bottom .bottomRight .main-box{display:flex;flex-direction:column}.selectDocument__bottom .bottomRight .main-box .cols{align-items:center;background-color:#fff;border:1px solid #b3b3b3;border-radius:3px;box-shadow:0 4px 8px 0 hsla(0,0%,58%,.2),0 6px 20px 0 hsla(0,1%,66%,.19);cursor:grab;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;max-height:200px;padding:15px;width:100%}.selectDocument__bottom .bottomRight .main-box .cols .card{align-items:center;display:flex;width:100%}.selectDocument__bottom .bottomRight .main-box .cols .card .no{margin-right:15px}.selectDocument__bottom .bottomRight .main-box .cols .card .btn-t{align-items:center;display:flex;margin-right:15px}.selectDocument__bottom .bottomRight .main-box .cols .card .imgg{height:30px;margin-right:15px;object-fit:contain;width:30px}.selectDocument__bottom .bottomRight .main-box .cols .card .name-h{width:355px}.selectDocument__bottom .bottomRight .main-box .cols .card .name-h .h7{overflow:hidden;text-overflow:ellipsis}.selectDocument__bottom .bottomRight .main-box .cols .card ul{display:flex;flex-direction:row;list-style:none;margin-left:auto}@media(max-width:767px){.selectDocument__bottom .bottomRight .main-box .cols .card ul{flex-direction:column}}.selectDocument__bottom .bottomRight .main-box .cols .card ul li{margin-left:10px}.createProjectTools_wrapper__vLYoQ{padding:30px 0}@media(min-width:992px){.createProjectTools_wrapper__vLYoQ{padding-top:125px}}.createProjectTools_wrapper_ttlWrap__IUhlW{align-items:center;display:flex;justify-content:space-between;margin-bottom:31px}.createProjectTools_wrapper_title__kFsgd{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:600;margin-bottom:0}.createProjectTools_wrapper_back__c48hn{color:#343e47;cursor:pointer;display:inline-block;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400}.createProjectTools_wrapper_back__c48hn:not(:hover){text-decoration:underline}.createProjectTools_wrapper_row__MVEvp{display:flex;flex-wrap:wrap;margin-left:-24px;margin-right:-24px}@media(max-width:1199px){.createProjectTools_wrapper_row__MVEvp{margin-left:-10px;margin-right:-10px}}.createProjectTools_wrapper_row__MVEvp>div{padding-left:24px;padding-right:24px;width:100%}@media(max-width:1199px){.createProjectTools_wrapper_row__MVEvp>div{padding-left:10px;padding-right:10px}}.createProjectTools_wrapper_row_colMd8__amPQu{flex:0 0 66.66%;max-width:66.66%}@media(max-width:767px){.createProjectTools_wrapper_row_colMd8__amPQu{flex:0 0 100%;max-width:100%}}.createProjectTools_wrapper_row_colMd4__st1sy{flex:0 0 33.33%;max-width:33.33%}@media(max-width:767px){.createProjectTools_wrapper_row_colMd4__st1sy{flex:0 0 100%;max-width:100%;padding-top:30px}}.createProjectTools_wrapper_form__ds8zR{box-shadow:0 0 10px rgba(0,0,0,.25);margin-bottom:45px;padding-top:20px}.createProjectTools_wrapper_addProducts__VsvHR{align-items:center;border:1px solid rgba(52,62,71,.5);box-shadow:0 4px 10px rgba(0,0,0,.25);display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:75px}.createProjectTools_wrapper_addProducts_btnWrap__k0L1Y,.createProjectTools_wrapper_addProducts_lbl__Vk9RL{flex:0 0 50%;max-width:50%;width:100%}@media(max-width:575px){.createProjectTools_wrapper_addProducts_btnWrap__k0L1Y,.createProjectTools_wrapper_addProducts_lbl__Vk9RL{flex:0 0 100%;max-width:100%}}.createProjectTools_wrapper_addProducts_lbl__Vk9RL{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:600;margin-bottom:0;padding-right:10px}@media(max-width:575px){.createProjectTools_wrapper_addProducts_lbl__Vk9RL{margin-bottom:15px}}.createProjectTools_wrapper_addProducts_btnWrap__k0L1Y button{width:100%}.createProjectTools_wrapper_actn__bDahy{box-shadow:0 0 10px rgba(0,0,0,.25);margin-bottom:33px;padding:27px 20px 32px}.createProjectTools_wrapper_actn_ttl__oN-U3{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:700;line-height:29px;margin-bottom:20px}.createProjectTools_wrapper_actn_text__uWYyo{border-bottom:1px solid #d9d9d9;color:rgba(24,43,63,.8);font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;line-height:23px;margin-bottom:16px;padding-bottom:10px}.createProjectTools_wrapper_actn_text__uWYyo>*{margin-bottom:0}.createProjectTools_wrapper_actn_wrap_btn__EsImM:not(:last-child){margin-bottom:13px}.createProjectTools_wrapper_actn_wrap_btn__EsImM button{width:100%}.createProjectTools_wrapper_selection__fs2sj{box-shadow:0 0 10px rgba(0,0,0,.25);padding:27px 20px 32px}.createProjectTools_wrapper_selection_ttl__3swLf{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:700;line-height:29px;margin-bottom:20px}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput__u7obo:not(:last-child){margin-bottom:13px}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_ttl__hV5M5{align-items:center;color:rgba(24,43,63,.8);display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_icon__vi5HT{margin-left:5px}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_wrap__xEYHG{width:100%}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_wrap_radio__El4ZM{align-items:center;display:flex;margin-bottom:6px}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_wrap_radio__El4ZM input{margin:0 10px 0 0}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_wrap_radio__El4ZM span{color:rgba(24,43,63,.8);font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400}.createProjectTools_wrapper_selection__fs2sj .createProjectTools_customInput_wrap_field__TLqRw{margin-bottom:0}.createProjectTools_moreProduct__MlXjq{align-items:center;background-color:rgba(0,0,0,.6);display:flex;flex-wrap:wrap;height:100%;left:0;padding:30px 15px;position:fixed;top:0;width:100%;z-index:999}.createProjectTools_moreProduct_wrap__ov33d{background-color:#fff;margin:0 auto;max-width:1168px;position:relative;width:100%}.createProjectTools_moreProduct_wrap_close__PG77q{background-color:#fff;border:0;border-radius:50%;cursor:pointer;font-size:30px;height:30px;outline:0;padding:0;position:absolute;right:-15px;top:-15px;width:30px}.createProjectTools_moreProduct_wrap_close__PG77q svg{display:block}.createProjectTools_moreProduct_wrap_overlay__A4SGN{max-height:calc(100vh - 50px);overflow:auto}.ProjectAccordion_wrapper__GvZYg{margin-top:60px}.ProjectAccordion_wrapper_wrap__SbH7Q{align-items:center;display:flex;justify-content:space-between;margin-bottom:31px}.ProjectAccordion_wrapper_wrap_ttl__q9Fxi{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:600;margin-bottom:0}.ProjectAccordion_wrapper_wrap_ttl__q9Fxi span{font-size:20px;font-weight:400;padding-left:5px}.ProjectAccordion_wrapper_wrap_actn__7GGiW{color:#343e47;cursor:pointer;display:block;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:600}.ProjectAccordion_wrapper_wrap_actn__7GGiW:not(:hover){text-decoration:underline}.ProjectAccordion_wrapper_acc_item__7\+q3b:not(:last-child){margin-bottom:26px}.ProjectAccordion_wrapper_acc_item_inner__cz2ex{background-color:#fff;border:1px solid #343e47;box-shadow:0 0 10px rgba(0,0,0,.25)}.ProjectAccordion_wrapper_acc_item_inner__cz2ex:not(:last-child){margin-bottom:9px}.ProjectAccordion_wrapper_acc_header__H46gD{align-items:center;background-color:#fff;border:1px solid #343e47;box-shadow:0 4px 10px rgba(0,0,0,.25);display:flex;gap:19px;padding:9px 38px}@media(max-width:991px){.ProjectAccordion_wrapper_acc_header__H46gD{gap:10px;padding:5px 10px}}.ProjectAccordion_wrapper_acc_header_btn__GIxAD{align-items:center;border:1px solid #343e47;border-radius:50%;box-shadow:inset 2px 2px 2px rgba(0,0,0,.35);color:#9b9b9b;cursor:pointer;display:flex;flex:0 0 25px;font-size:20px;height:25px;justify-content:center;width:25px}.ProjectAccordion_wrapper_acc_header_btn__GIxAD svg{display:block}.ProjectAccordion_wrapper_acc_header_category__j7VUG{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:calc(100% - 12px);background-repeat:no-repeat;background-size:25px;border-radius:5px;box-shadow:none;color:#343e47;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:600;height:40px;max-width:247px;outline:0;padding:0 20px;width:100%}@media(max-width:767px){.ProjectAccordion_wrapper_acc_header_category__j7VUG{max-width:147px}}.ProjectAccordion_wrapper_acc_header_ttlPro__\+swdC{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;margin-bottom:0;margin-left:auto;text-align:right}.ProjectAccordion_wrapper_acc_header_ttlPro__\+swdC b{font-family:Libre Franklin,sans-serif;font-weight:600}.ProjectAccordion_wrapper_acc_header_inner__4lNch{align-items:center;display:flex;gap:15px;padding:20px}@media(max-width:991px){.ProjectAccordion_wrapper_acc_header_inner__4lNch{gap:10px;padding:10px}}.ProjectAccordion_wrapper_acc_header_inner_no__APRcm{color:#343e47;display:block;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;min-width:25px;text-align:center}.ProjectAccordion_wrapper_acc_header_inner_menuBar__D\+AFE{color:#343e47;cursor:grab;font-size:20px}.ProjectAccordion_wrapper_acc_header_inner_menuBar__D\+AFE svg{display:block}.ProjectAccordion_wrapper_acc_header_inner_img__Svmi1{width:40px}@media(max-width:767px){.ProjectAccordion_wrapper_acc_header_inner_img__Svmi1{display:none}}.ProjectAccordion_wrapper_acc_header_inner_name__nocP-{color:#343e47;flex:1 1;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase}.ProjectAccordion_wrapper_acc_header_inner_price__GJIKj{align-items:center;display:flex;flex:1 1;gap:13px}@media(max-width:767px){.ProjectAccordion_wrapper_acc_header_inner_price__GJIKj{display:none}}.ProjectAccordion_wrapper_acc_header_inner_price__GJIKj label{color:#343e47;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600;margin-bottom:0}.ProjectAccordion_wrapper_acc_header_inner_price_cover__PLSyJ{position:relative}.ProjectAccordion_wrapper_acc_header_inner_price_cover__PLSyJ input,.ProjectAccordion_wrapper_acc_header_inner_price_cover__PLSyJ textarea{border:1px solid #000;border-radius:5px;color:#343e47;display:block;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;height:40px;max-width:120px;outline:0;padding:0 40px 0 10px}.ProjectAccordion_wrapper_acc_header_inner_price_cover__PLSyJ textarea{max-width:100%;padding-top:10px;resize:none}.ProjectAccordion_wrapper_acc_header_inner_price_cover__PLSyJ button{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:40px;justify-content:center;outline:0;padding:0;position:absolute;right:0;top:0;width:40px}.ProjectAccordion_wrapper_acc_header_inner_cta__t4kzC{align-items:center;display:flex;gap:20px;justify-content:flex-end;margin-left:auto;min-width:137px}@media(max-width:767px){.ProjectAccordion_wrapper_acc_header_inner_cta__t4kzC{min-width:auto}}.ProjectAccordion_wrapper_acc_header_inner_cta__t4kzC svg{cursor:pointer;display:block}.ProjectAccordion_wrapper_acc_header_inner_cta_delete__dMKuB{color:red;font-size:20px}.ProjectAccordion_wrapper_acc_body__\+vxer{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.25);padding:12px}.ProjectAccordion_wrapper_acc_body_inner__46Eyw{padding:28px 20px;position:relative}@media(max-width:991px){.ProjectAccordion_wrapper_acc_body_inner__46Eyw{padding:10px}}.ProjectAccordion_wrapper_acc_body_inner_head__\+taxR{align-items:center;display:flex;gap:15px;position:relative}@media(max-width:767px){.ProjectAccordion_wrapper_acc_body_inner_head__\+taxR{gap:10px}}.ProjectAccordion_wrapper_acc_body_inner_content__sbkhH{display:flex;margin-top:-20px;padding:0 80px}@media(max-width:767px){.ProjectAccordion_wrapper_acc_body_inner_content__sbkhH{margin-top:0;padding:10px 0 0}}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content__sbkhH{display:block}}.ProjectAccordion_wrapper_acc_body_inner_content_img__2CNr6{flex-shrink:0}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content_img__2CNr6{left:80px;position:absolute;top:10px}}.ProjectAccordion_wrapper_acc_body_inner_content_img__2CNr6 img{width:165px}@media(max-width:991px){.ProjectAccordion_wrapper_acc_body_inner_content_img__2CNr6 img{width:80px}}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content_img__2CNr6 img{width:30px}}.ProjectAccordion_wrapper_acc_body_inner_content_text__81foQ{display:flex;flex-grow:1}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content_text__81foQ{display:block}}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi{flex:1 1}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:last-child){border-right:1px solid #343e47;padding-left:15px;padding-right:30px}@media(max-width:991px){.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:last-child){padding-right:10px}}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:last-child){border-bottom:1px solid #343e47;border-right:0;padding-bottom:10px;padding-right:0}}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:first-child){padding-left:30px}@media(max-width:991px){.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:first-child){padding-left:10px}}@media(max-width:575px){.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi:not(:first-child){padding-left:0;padding-top:20px}}.ProjectAccordion_wrapper_acc_body_inner_content_text_box_label__4Tonj{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:600}.ProjectAccordion_wrapper_acc_body_inner_content_text_box_txt__NSbmM{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi p:not(:first-child){color:#343e47;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400;margin-bottom:5px}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi p b{font-family:Libre Franklin,sans-serif;font-weight:600}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi ul{list-style:none;margin-bottom:0;padding-left:0}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi ul li:not(:last-child){margin-bottom:5px}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi ul li label{display:flex}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi ul li label input{flex-shrink:0}.ProjectAccordion_wrapper_acc_body_inner_content_text_box__mQBLi ul li label span{color:#343e47;display:block;flex-grow:1;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:400;padding-left:10px}@media(max-width:767px){.ProjectAccordion_hideInMobile__AIsQY{display:none!important}}.ProjectAccordion_showInMobile__jVC-R{display:none}@media(max-width:767px){.ProjectAccordion_showInMobile__jVC-R{display:block}}.home_wrapper__s0mYl{width:100%}.home_btn__MlyMc{align-items:center;background-color:#0756a2;border:1px solid #0756a2;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;gap:20px;letter-spacing:1px;padding:4px 4px 4px 20px;transition:all .3s ease-in-out}.home_btn__MlyMc span{align-items:center;background-color:#fff;border-radius:39px;color:#0756a2;display:flex;height:39px;justify-content:center;margin-left:auto;width:39px}.home_btn__light__9wPWa{background-color:#fff;border-color:#fff;color:#171717}.home_btn__light__9wPWa span{background-color:#171717;color:#fff}.home_btn__grey__jHH6i{background-color:#8e8e97;border-color:transparent;color:#fff;font-size:18px;font-weight:500;gap:0;justify-content:center;padding:16px 30px}@media(min-width:768px){.home_btn__grey__jHH6i{font-size:20px;padding:20px 40px}}@media(min-width:992px){.home_btn__grey__jHH6i{font-size:30px}}.home_btn__grey__jHH6i:hover{background-color:#d8d8d8;border-color:#d8d8d8;box-shadow:0 6px 20px rgba(0,0,0,.15);color:#171717;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media(min-width:768px){.home_banner__row__U6eNr{display:flex}}.home_banner__img__EZOex img{max-width:558px}@media(min-width:1200px){.home_banner__ttl__rpmkW{font-size:68px}}.home_banner__des__dQDCT{color:#fff;font-size:16px;font-weight:400;line-height:1.3;margin-bottom:16px;max-width:550px}@media(min-width:992px){.home_banner__des__dQDCT{font-size:27px}}.home_banner__des__dQDCT a{color:#fff;text-decoration:none}.home_banner__des__dQDCT a:hover{text-decoration:underline}.home_banner__subtext__nH4ab ul{align-items:center;display:flex;padding-left:0}.home_banner__subtext__nH4ab ul li{color:#fff;font-size:14px;font-weight:400;letter-spacing:1px;line-height:1.4;margin:auto 12px}.home_banner__subtext__nH4ab ul li:first-child{list-style:none}@media(min-width:768px){.home_banner__subtext__nH4ab ul li{font-size:16px}}@media(min-width:992px){.home_banner__subtext__nH4ab ul li{font-size:18px}}@media(min-width:1200px){.home_banner__subtext__nH4ab ul li{font-size:24px}}.home_banner__subtext__nH4ab{margin-top:20px}@media(min-width:768px){.home_banner__subtext__nH4ab{margin-top:24px}}.home_banner__subtext__nH4ab p{color:#fff;font-size:14px;font-weight:400;letter-spacing:1px;line-height:1.4;text-align:left}@media(min-width:768px){.home_banner__subtext__nH4ab p{font-size:16px}}@media(min-width:992px){.home_banner__subtext__nH4ab p{font-size:18px}}.home_banner__3sCmR{padding-bottom:100px;padding-top:50px;position:relative}@media(min-width:768px){.home_banner__3sCmR{padding-bottom:0;padding-top:75px}}@media(min-width:992px){.home_banner__3sCmR{padding-top:90px}}@media(min-width:1200px){.home_banner__3sCmR{padding-top:200px}}.home_banner__3sCmR:after{background-color:#fff;border-radius:40px 40px 0 0;bottom:0;content:"";height:42px;left:0;position:absolute;width:100%}.home_banner__bg__M2ky0{height:100%;left:0;object-fit:cover;object-position:bottom center;position:absolute;top:0;width:100%;z-index:-1}@media(min-width:768px){.home_banner__row__U6eNr{align-items:center;display:flex}}@media(min-width:992px){.home_banner__row__U6eNr{align-items:flex-start;display:flex}}.home_banner__text__ZFUYm{flex:1 1;margin-bottom:30px}@media(min-width:768px){.home_banner__text__ZFUYm{margin-bottom:0;padding-bottom:126px;padding-top:50px}.home_banner__img__EZOex{flex:1 1}}.home_banner__img__EZOex img{margin:0 auto;max-width:568px;width:100%}@media(min-width:992px){.home_banner__img__EZOex img{margin-top:120px}}.home_banner__ttl__rpmkW{color:#fff;font-size:32px;line-height:1.134;margin-bottom:18px}@media(min-width:768px){.home_banner__ttl__rpmkW{font-size:42px}}@media(min-width:1200px){.home_banner__ttl__rpmkW{font-size:64px}}.home_banner__des__dQDCT{align-items:center;display:flex;gap:8px}.home_banner__des__dQDCT span{color:#fff;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:30px;margin-top:34px}@media(min-width:992px){.home_banner__des__dQDCT span{font-size:22px}}.home_banner__des__dQDCT span a{color:#fff;text-decoration:none}.home_banner__des__dQDCT span a:hover{text-decoration:underline}.home_easySteps__h4vcC{background-color:#fff;background-color:var(--color-white);padding-bottom:40px}@media(min-width:768px){.home_easySteps__h4vcC{padding-top:40px}}.home_easySteps__cover__ihToB{display:flex;flex-wrap:wrap;gap:40px}.home_easySteps__cover__ihToB>div{flex:1 1}.home_easySteps__left__cover__L5aT9{position:-webkit-sticky;position:sticky;top:100px}.home_easySteps__left__cover__L5aT9 h4{color:#171717;font-size:20px;font-weight:700;text-transform:uppercase}@media(min-width:992px){.home_easySteps__left__cover__L5aT9 h4{font-size:24px}}.home_easySteps__left__cover__L5aT9 h2{color:#000;color:var(--color-black);font-size:32px;font-weight:300;line-height:1.2}@media(min-width:992px){.home_easySteps__left__cover__L5aT9 h2{font-size:52px}}.home_easySteps__left__cover__L5aT9 p{color:#000;color:var(--color-black);font-size:16px;font-weight:300}@media(min-width:992px){.home_easySteps__left__cover__L5aT9 p{font-size:22px}}.home_easySteps__right__Ap-Er{display:flex;flex-direction:column;gap:50px}@media(min-width:992px){.home_easySteps__right__Ap-Er{gap:100px}}.home_easySteps__box__oK0H2{background-color:#0756a2;color:#fff;padding:20px;position:-webkit-sticky;position:sticky;top:100px}@media(min-width:992px){.home_easySteps__box__oK0H2{padding:50px}}.home_easySteps__box__oK0H2:nth-child(2){background-color:#8ac4f3;color:#171717}.home_easySteps__box__oK0H2:nth-child(3){background-color:#171717}.home_easySteps__box--head__gssNR{align-items:center;display:flex;gap:20px;margin-bottom:30px}@media(min-width:992px){.home_easySteps__box--head__gssNR{gap:40px;margin-bottom:60px}}.home_easySteps__box--head__gssNR span{font-size:26px}@media(min-width:992px){.home_easySteps__box--head__gssNR span{font-size:40px}}.home_easySteps__box--head__gssNR svg{height:44px;width:44px}@media(min-width:992px){.home_easySteps__box--head__gssNR svg{height:64px;width:64px}}.home_easySteps__box--head__gssNR svg path{fill:currentColor}.home_easySteps__box__oK0H2 h3{font-size:20px;font-weight:400;line-height:1.2;margin-bottom:20px}@media(min-width:768px){.home_easySteps__box__oK0H2 h3{font-size:26px}}@media(min-width:992px){.home_easySteps__box__oK0H2 h3{font-size:40px;margin-bottom:40px}}.home_easySteps__box__oK0H2 p{text-wrap-style:balance;font-size:16px;font-style:italic;font-weight:400}@media(min-width:768px){.home_easySteps__box__oK0H2 p{font-size:20px}}@media(min-width:992px){.home_easySteps__box__oK0H2 p{font-size:26px}}.home_parallaxBanner__RPAfX{min-height:290px;position:relative}@media(min-width:992px){.home_parallaxBanner__RPAfX{min-height:390px}}.home_parallaxBanner__RPAfX:after{background-color:#0053a0;content:"";opacity:.6;pointer-events:none;z-index:1}.home_parallaxBannerInner__xqdmy,.home_parallaxBanner__RPAfX:after{height:100%;left:0;position:absolute;top:0;width:100%}@media(min-width:992px){.home_parallaxBannerInner__xqdmy{min-height:390px}}.home_parallaxBanner__content__uuGgi{align-items:center;display:flex;inset:0;justify-content:center;padding:0 16px;position:absolute;z-index:2}.home_parallaxBanner__content__uuGgi button{flex-shrink:0;max-width:500px;width:100%}.home_parallaxBanner__content__uuGgi .home_btn__light__9wPWa{padding:12px 12px 12px 20px}.home_built__bZ\+a2{padding-bottom:50px;padding-top:50px;position:-webkit-sticky;position:sticky;top:0}.home_built__row__L0idz{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.home_built__row__L0idz{align-items:center;flex-direction:row}}@media(min-width:992px){.home_built__row__L0idz{gap:60px}}.home_built__text__ciq1Y{flex-grow:1}.home_built__text__ciq1Y h3{color:#171717;font-size:20px;margin-bottom:10px;text-transform:uppercase}@media(min-width:992px){.home_built__text__ciq1Y h3{font-size:26px}}.home_built__text__ciq1Y p{text-wrap-style:balance;color:#171717;font-size:20px;line-height:1.4;margin-bottom:30px}@media(min-width:768px){.home_built__text__ciq1Y p{font-size:26px}}@media(min-width:992px){.home_built__text__ciq1Y p{font-size:46px}}.home_built__img__TUgqQ{flex-shrink:0}.home_built__img__TUgqQ img{max-width:224px;width:100%}@media(min-width:992px){.home_built__img__TUgqQ img{max-width:324px}}.home_mimia__j1oqv{padding-bottom:50px;padding-top:50px;position:-webkit-sticky;position:sticky;top:0}.home_mimia__row__CwNwU{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.home_mimia__row__CwNwU{align-items:flex-start;flex-direction:row}}@media(min-width:992px){.home_mimia__row__CwNwU{gap:60px}}.home_mimia__text__KzhrV{flex-grow:1}.home_mimia__text__KzhrV h3{color:#171717;font-size:20px;margin-bottom:10px;text-transform:uppercase}@media(min-width:992px){.home_mimia__text__KzhrV h3{font-size:26px}}.home_mimia__text__KzhrV p{text-wrap-style:balance;color:#171717;font-size:20px;line-height:1.4;margin-bottom:30px}@media(min-width:768px){.home_mimia__text__KzhrV p{font-size:26px}}@media(min-width:992px){.home_mimia__text__KzhrV p{font-size:46px}}.home_mimia__text__KzhrV p .home_zipCodes__vLsaS{background-color:#ededed;border-radius:12px;color:#000;color:var(--color-black);display:block;font-size:22px;font-weight:300;line-height:1.3;margin-top:15px;padding:12px;text-align:justify}.home_mimia__img__9-wsP{align-self:flex-start;flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px}.home_mimia__img__9-wsP img{max-width:224px;width:100%}@media(min-width:992px){.home_mimia__img__9-wsP img{max-width:324px}}.home_trusted__67vi-{background-color:#ededed;padding-bottom:50px;padding-top:50px;position:relative}.home_trusted__row__yYEEA{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.home_trusted__row__yYEEA{align-items:center;flex-direction:row}}@media(min-width:992px){.home_trusted__row__yYEEA{gap:40px}}.home_trusted__row__yYEEA>div{flex:1 1}.home_trusted__text__2YpBq h4{color:#171717;font-size:20px;line-height:1.2;margin-bottom:10px;text-transform:uppercase}@media(min-width:992px){.home_trusted__text__2YpBq h4{font-size:22px}}.home_trusted__text__2YpBq h2{text-wrap-style:pretty;color:#171717;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}@media(min-width:768px){.home_trusted__text__2YpBq h2{font-size:28px}}@media(min-width:992px){.home_trusted__text__2YpBq h2{font-size:38px}}.home_trusted__text__2YpBq p{text-wrap-style:pretty;color:#171717;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:20px}@media(min-width:992px){.home_trusted__text__2YpBq p{font-size:25px}}.home_bar__6k4A3{background-color:#fff;background-color:var(--color-white);height:34px;position:relative;width:100%}.home_imageBox__y\+siy{background:#082f7b;background:linear-gradient(117deg,#082f7b 1.2232730263%,#dce8ff);position:relative}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy{display:flex;flex-direction:column}@media(min-width:768px){.home_imageBox__y\+siy .home_imageBoxItem__KFpBy{flex-direction:row}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy:last-child{flex-direction:row-reverse}}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy>div{flex:1 1}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxImg__MtnWP{position:relative}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxImg__MtnWP img{display:block;height:100%;object-fit:cover;width:100%}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxImg__MtnWP video{border:0;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR{align-items:center;display:flex;justify-content:center}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR>div{max-width:600px;padding:30px 16px;width:100%}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR h4{border-bottom:2px solid #f6e7ff;color:#fff;color:var(--color-white);display:inline-block;font-size:20px;text-transform:uppercase}@media(min-width:992px){.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR h4{font-size:28px}}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR h2{text-wrap-style:pretty;color:#fff;color:var(--color-white);font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}@media(min-width:768px){.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR h2{font-size:30px}}@media(min-width:992px){.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR h2{font-size:48px}}.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR p{color:#fff;color:var(--color-white);font-size:16px;line-height:1.6}@media(min-width:992px){.home_imageBox__y\+siy .home_imageBoxItem__KFpBy .home_imageBoxText__xdXhR p{font-size:22px}}.home_sizing__yhvdG{background-color:#fff;background-color:var(--color-white);padding-bottom:48px;padding-top:48px;position:relative}@media(min-width:992px){.home_sizing__yhvdG{padding-top:100px}}.home_sizing__row__mfKac{display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.home_sizing__row__mfKac{flex-direction:row}}@media(min-width:992px){.home_sizing__row__mfKac{gap:80px}}.home_sizing__row__mfKac>div{flex:1 1}.home_sizing__text__ZmcSt h4{color:#000;color:var(--color-black);font-size:20px;line-height:1.4;margin-bottom:5px}@media(min-width:768px){.home_sizing__text__ZmcSt h4{font-size:24px}}@media(min-width:992px){.home_sizing__text__ZmcSt h4{font-size:28px}}.home_sizing__text__ZmcSt h2{text-wrap-style:pretty;color:#171717;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}@media(min-width:768px){.home_sizing__text__ZmcSt h2{font-size:30px}}@media(min-width:992px){.home_sizing__text__ZmcSt h2{font-size:48px}}.home_sizing__text__ZmcSt p{color:#171717;font-size:16px;line-height:1.6;margin-bottom:40px}@media(min-width:992px){.home_sizing__text__ZmcSt p{font-size:18px;margin-bottom:80px}}.home_sizing__img__6wSd\+ img{position:-webkit-sticky;position:sticky;top:0;width:100%}.home_installing__RTSPp{background-color:#fff;background-color:var(--color-white);position:relative}.home_installing__row__AnNC2{display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.home_installing__row__AnNC2{align-items:center;flex-direction:row}}@media(min-width:992px){.home_installing__row__AnNC2{gap:80px}}.home_installing__row__AnNC2>div{flex:1 1}.home_installing__box__iEXXK:first-child{background-color:#000;background-color:var(--color-black);padding:50px 0}.home_installing__box__iEXXK img{margin:0 auto;max-width:476px;width:100%}.home_installing__box__iEXXK h4{color:#000;color:var(--color-black);font-size:20px;line-height:1.4;margin-bottom:5px}@media(min-width:768px){.home_installing__box__iEXXK h4{font-size:24px}}@media(min-width:992px){.home_installing__box__iEXXK h4{font-size:28px}}.home_installing__box__iEXXK h2{text-wrap-style:balance;color:#171717;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}@media(min-width:768px){.home_installing__box__iEXXK h2{font-size:30px}}@media(min-width:992px){.home_installing__box__iEXXK h2{font-size:48px}}.home_installing__box__iEXXK p{color:#171717;font-size:16px;line-height:1.6;margin-bottom:0}@media(min-width:992px){.home_installing__box__iEXXK p{font-size:18px}}.home_apart__onUbk{background-color:#fff;background-color:var(--color-white);padding-bottom:50px;padding-top:50px;position:relative}@media(min-width:992px){.home_apart__onUbk{padding-bottom:100px;padding-top:100px}}.home_apart__onUbk h2{color:#171717;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:30px;text-align:center}@media(min-width:768px){.home_apart__onUbk h2{font-size:30px}}@media(min-width:992px){.home_apart__onUbk h2{font-size:48px;margin-bottom:60px}}.home_apart__row__QK89H{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;row-gap:30px}@media(min-width:768px){.home_apart__row__QK89H{row-gap:20px}}.home_apart__row__QK89H>div{flex:0 0 100%;max-width:100%;padding-left:10px;padding-right:10px;width:100%}@media(min-width:576px){.home_apart__row__QK89H>div{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.home_apart__row__QK89H>div{flex:0 0 33.33%;max-width:33.33%}}@media(min-width:992px){.home_apart__row__QK89H>div{flex:0 0 25%;max-width:25%}}.home_apart__row__QK89H>div img{display:block;margin-bottom:20px;width:100%}@media(min-width:768px){.home_apart__row__QK89H>div img{margin-bottom:30px}}.home_apart__row__QK89H>div h4{color:#171717;font-size:20px;margin-bottom:5px}@media(min-width:992px){.home_apart__row__QK89H>div h4{font-size:24px}}.home_apart__row__QK89H>div p{-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;color:#171717;display:-webkit-box;font-size:16px;margin-bottom:0;overflow:hidden}.home_getStart__x0bxJ{background-color:#0756a2;padding-bottom:50px;padding-top:50px;position:-webkit-sticky;position:sticky;top:300px}@media(min-width:992px){.home_getStart__x0bxJ{padding-bottom:150px;padding-top:150px}}.home_getStart__row__7cJZ4{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.home_getStart__row__7cJZ4{flex-direction:row}}@media(min-width:992px){.home_getStart__row__7cJZ4{gap:40px}}.home_getStart__row__7cJZ4>div{flex:1 1}.home_getStart__x0bxJ h2{color:#fff;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:0}@media(min-width:768px){.home_getStart__x0bxJ h2{font-size:30px}}@media(min-width:992px){.home_getStart__x0bxJ h2{font-size:48px}}.home_getStart__x0bxJ p{text-wrap-style:balance;color:#fff;font-size:16px;font-weight:300;line-height:1.4;margin-bottom:20px}@media(min-width:992px){.home_getStart__x0bxJ p{font-size:22px;margin-bottom:30px}}.crtePrjct{padding-bottom:20px;padding-top:20px;width:100%}@media(min-width:992px){.crtePrjct{padding-bottom:35px;padding-top:140px}}.crtePrjct__tabs{align-items:center;display:flex;margin-bottom:23px;overflow:auto;position:relative}@media(min-width:992px){.crtePrjct__tabs{margin-bottom:33px}}.crtePrjct__tabs span{color:#343e47;cursor:pointer;flex:1 1;font-family:Mulish,sans-serif;font-size:16px;font-weight:700;padding:0 15px 15px;text-align:center;text-transform:uppercase;white-space:nowrap}@media(min-width:768px){.crtePrjct__tabs span{padding:0}}.crtePrjct__tabs span.active{color:#0070c0}.crtePrjct__tabs span .bar{background-color:#f2f2f2;display:none;height:10px;margin-top:20px;width:100%}@media(min-width:768px){.crtePrjct__tabs span .bar{display:block}}.crtePrjct__tabs .highLight{background:linear-gradient(90deg,#0070c0 0,#202020);border-radius:5px;bottom:0;display:none;height:10px;position:absolute;transition:max-width .3s ease;width:100%}@media(min-width:768px){.crtePrjct__tabs .highLight{display:block}}.stepWrap{background-color:#f2f2f2;border-radius:10px;padding:15px}@media(min-width:992px){.stepWrap{padding:30px}}.stepWrap__ttl{display:flex;gap:16px;margin-bottom:30px}.stepWrap__ttl h2{flex:1 1;margin:0}.stepWrap__ttl span{color:#0070c0;font-size:14px}.stepWrap__type{background-color:#fff;margin-bottom:30px;padding:15px}@media(min-width:992px){.stepWrap__type{padding:30px}}@media(min-width:768px){.stepWrap__type .half{max-width:50%}}.stepWrap__type .half .form-group{margin-bottom:0}@media(min-width:768px){.stepWrap .row .col-6{flex:0 0 50%;max-width:50%}}@media(min-width:576px){.stepWrap .row .col-4{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.stepWrap .row .col-4{flex:0 0 33.33%;max-width:33.33%}.stepWrap .row .col-3{flex:0 0 50%;max-width:50%}}@media(min-width:992px){.stepWrap .row .col-3{flex:0 0 25%;max-width:25%}}.stepWrap__cta{display:flex;padding-top:30px}.stepWrap__cta button:last-child{margin-left:auto}.stepWrap .reviewBox{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 6px 30px rgba(0,0,0,.102);display:flex;flex-direction:column;margin-bottom:20px;padding:15px}@media(min-width:992px){.stepWrap .reviewBox{margin-bottom:0;padding:30px}}.stepWrap .reviewBox span{align-items:center;border:6px solid #ddd;border-radius:60px;display:flex;font-size:24px;height:60px;justify-content:center;margin-bottom:20px;width:60px}.stepWrap .reviewBox h5{font-size:20px}@media(min-width:992px){.stepWrap .reviewBox h5{font-size:24px}}.stepWrap .reviewBox ul{display:flex;flex-direction:column;gap:15px;list-style:none;margin:0;padding:0}.stepWrap .reviewBox ul li{display:flex}.stepWrap .reviewBox ul li svg{color:#0070c0;font-size:18px;margin-right:8px;margin-top:2px}.pump{background-color:#fff;height:100%;max-width:500px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.5s;z-index:9999}.pump.show{-webkit-transform:translateX(0);transform:translateX(0)}.pump__header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px}.pump__header h4{margin:0}.pump__header button{background-color:transparent;border:0;cursor:pointer;font-size:24px;margin:0;padding:0}.pump__body{max-height:calc(100vh - 71px);overflow:auto;padding:20px}.pump__body .img img{display:block;margin-bottom:16px;width:100%}.pump__body .row>.col-6{flex:0 0 50%;max-width:50%}.pump__body .imgWrap{border:1px solid #dee2e6;border-radius:10px;padding:20px;text-align:center}.pump__body .imgWrap img{display:inline-block;margin-bottom:15px;max-width:100px}.pump__body .imgWrap h5{font-size:18px;margin-bottom:15px}.pump__body .imgWrap a{background-color:#00b050;border-radius:5px;color:#fff;display:block;font-size:.903125rem;font-weight:700;padding:.25rem .5rem;text-decoration:none}.pump__body .cta{padding-top:30px;text-align:center}.tableCta{align-items:center;display:flex;gap:16px;justify-content:flex-end;list-style:none;margin:0;padding:0;width:100%}.tableCta li{cursor:pointer}.tableCta li img{height:20px;object-fit:contain}.addTable{display:flex;justify-content:flex-end;padding:15px 0}.addTable button{background-color:transparent;border:0;color:#0070c0;font-size:16px;font-weight:700;outline:0}.selectWrap{position:relative}.selectWrap .custom-select{cursor:pointer;line-height:46px}.selectWrap .dropdownMenu{background-color:#fff;border:1px solid #ced4da;border-top:0;left:0;max-height:300px;overflow:auto;position:absolute;top:100%;width:100%;z-index:9}.selectWrap .dropdownMenu__item{cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:75px;padding:.66rem 1.33rem;width:100%}.selectWrap .dropdownMenu__item.active{background-color:#f3f3f3}.selectWrap .dropdownMenu__item.active span{font-weight:700}.selectWrap .dropdownMenu__item:hover{background-color:#ededed}.selectWrap .dropdownMenu__item .head{display:flex;justify-content:space-between}.selectWrap .dropdownMenu__item .head label{color:#707070;font-weight:700;margin:0}.selectWrap .dropdownMenu__item .head small{border-radius:8px;font-size:.77rem;font-weight:700;padding:4px 8px;text-transform:capitalize}.selectWrap .dropdownMenu__item .head small.high{background:#ffedea;color:#ff6a51}.selectWrap .dropdownMenu__item .head small.medium{background:#ffe7da;color:#f84}.selectWrap .dropdownMenu__item span{color:#707070;display:block;font-size:14px}.fieldGroup{align-items:stretch;display:flex;margin-bottom:10px;position:relative}.fieldGroup .customDropdown{border-right:1px solid #9b9b9b;flex-shrink:0;padding:1px;position:relative}.fieldGroup .customDropdown__btn{align-items:center;background-color:#fff;border:0;border-radius:10px 0 0 10px;color:#5c5c5c;cursor:pointer;display:flex;font-size:.86rem;font-weight:700;gap:.5rem;height:100%;min-height:46px;outline:0;padding:0 1.1rem;text-transform:capitalize;white-space:nowrap}.fieldGroup .customDropdown__menu{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px rgba(0,0,0,.102);display:flex;flex-direction:column;left:0;margin-top:2px;min-width:250px;position:absolute;top:100%;z-index:10}.fieldGroup .customDropdown__menu span{background-color:#f8f9fa;color:#5c5c5c;cursor:pointer;font-size:.86rem;font-weight:700;padding:.5rem 1.1rem;transition:background-color .2s;white-space:nowrap}.fieldGroup .customDropdown__menu span:hover{background-color:#e9ecef}.fieldGroup .customDropdown__menu span small{color:#6c757d;display:block;font-size:12px;font-weight:400}.fieldGroup input.form-control{border-left:none;border-radius:0 10px 10px 0;flex:1 1;min-width:0;padding-left:1rem;padding-right:1rem}.fieldGroup .customDropdown+input.form-control{height:48px!important}.fixture{align-items:center;background-color:rgba(0,0,0,.6);display:none;flex-wrap:wrap;height:100%;left:0;overflow:auto;padding:10px;position:fixed;top:0;width:100%;z-index:99}.fixture.show{display:flex}.fixture .fixture-dialog{background-color:#fff;margin:0 auto;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.fixture .fixture-content{max-height:calc(90vh - 10px);overflow-y:auto}.fixture .fixture-header{padding:24px 15px 0;position:relative}.fixture .fixture-header h2{color:#343e47;font-family:Libre Franklin,sans-serif;font-size:24px;font-weight:600;margin-bottom:0}.fixture .fixture-header .close{cursor:pointer;position:absolute;right:24px;top:23px}.fixture .fixture-header .close img{width:24px}.fixture .fixture-body{padding:24px 15px}.createProject .fixture-body ul{list-style:none;margin-bottom:10px;padding-left:0}.createProject .fixture-body ul li:not(:last-child){margin-bottom:10px}.createProject .fixture-body ul li label{color:#202020;cursor:pointer;display:flex;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:500;margin-bottom:0}.createProject .fixture-body ul li label input[type=radio]{-webkit-appearance:none;appearance:none;border:1px solid #9b9b9b;border-radius:50%;height:18px;left:0;margin:2px 10px 0 0;outline:0;position:relative;top:0;width:18px}.createProject .fixture-body ul li label input[type=radio]:after{background-color:red;border-radius:50%;content:"";height:10px;left:50%;margin-left:-5px;margin-top:-5px;opacity:0;position:absolute;top:50%;width:10px}.createProject .fixture-body ul li label input[type=radio].active{border-color:red}.createProject .fixture-body ul li label input[type=radio].active:after{opacity:1}.createProject .fixture-body p{color:#202020;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;margin-bottom:14px}.createProject .fixture-body p b{color:#000;font-weight:500;text-transform:uppercase}.createProject .fixture-body .row{margin-bottom:16px}@media(max-width:575px){.createProject .fixture-body .row{display:flex;flex-direction:column}.createProject .fixture-body .row input{width:100%}}.createProject .fixture-body .row .i-box-modal{width:100}.createProject .fixture-body .row .form-group{flex:0 0 50%;max-width:50%}.createProject .fixture-body .template h4{color:#202020;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400}.createProject .fixture-body .template h4 b{color:#000;font-family:Libre Franklin,sans-serif;font-weight:600}.createProject .fixture-body .template ul{list-style:none;margin-bottom:10px;padding-left:0}.createProject .fixture-body .template ul li:not(:last-child){margin-bottom:10px}.createProject .fixture-body .template ul li .btn{align-items:center;color:#343e47;cursor:pointer;display:flex;font-size:16px;font-weight:400;padding:0;position:relative}.createProject .fixture-body .template ul li .btn svg{color:#9b9b9b;margin-right:10px}.createProject .fixture-body .template ul li ol{list-style:none;margin-bottom:0;margin-top:10px;padding-left:26px}.createProject .fixture-body .template ul li ol li{color:#343e47;cursor:pointer;font-size:14px;font-weight:400;padding-left:20px;position:relative}.createProject .fixture-body .template ul li ol li:not(:last-child){margin-bottom:10px}.createProject .fixture-body .template ul li ol li span{color:#00b050;left:0;opacity:0;position:absolute;top:2px}.createProject .fixture-body .template ul li ol li.active span{opacity:1}.contactSale .modal-dialog{max-width:515px}.button_group{display:flex;gap:16px;justify-content:flex-end;margin-top:24px}.inline-editor__form{position:relative}.inline-editor__container{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;flex-wrap:nowrap;gap:12px;margin:15px 0;min-width:0;overflow-x:auto;padding:15px}.inline-editor__checkbox-container{align-self:center;margin-bottom:0;min-width:auto}.inline-editor__checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:38px;margin-bottom:0;-webkit-user-select:none;user-select:none}.inline-editor__checkbox-input{cursor:pointer;height:18px;margin-right:8px;width:18px}.inline-editor__field--fixture-type{flex:0 0 180px;min-width:180px}.inline-editor__field--name{flex:0 0 160px;min-width:160px}.inline-editor__field--dimension{flex:0 0 100px;min-width:100px}.inline-editor__field--flow-rate{flex:0 0 140px;min-width:140px}.inline-editor__field--volume{flex:0 0 120px;min-width:120px}.inline-editor__field--type{flex:0 0 150px;min-width:150px}.inline-editor__quantity-container{margin-bottom:0;margin-left:auto}.inline-editor__quantity-label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.inline-editor__quantity-controls{align-items:center;background:#fff;border:1px solid #ced4da;border-radius:4px;display:flex;gap:4px;height:38px;padding:0 8px;width:90px}.inline-editor__quantity-button{align-items:center;background:#f8f9fa;border:none;border-radius:3px;color:#6c757d;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:20px;justify-content:center;transition:background-color .15s ease;width:20px}.inline-editor__quantity-button:hover{background:#e9ecef}.inline-editor__quantity-button:active{background:#dee2e6}.inline-editor__quantity-display{color:#495057;flex:1 1;font-size:14px;font-weight:500;min-width:20px;text-align:center}.inline-editor__actions-container{align-items:center;display:flex;flex:0 0 80px;flex-direction:column;margin-bottom:0;min-width:80px}.inline-editor__actions-label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.inline-editor__actions-buttons{display:flex;gap:8px}.inline-editor__action-button{align-items:center;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:600;height:36px;justify-content:center;transition:background-color .15s ease;width:36px}.inline-editor__action-button--cancel{background:#dc3545;font-size:18px}.inline-editor__action-button--cancel:hover{background:#c82333}.inline-editor__action-button--cancel:active{background:#bd2130}.inline-editor__action-button--save{background:#28a745;font-size:16px}.inline-editor__action-button--save:hover{background:#218838}.inline-editor__action-button--save:active{background:#1e7e34}.inline-editor__error-summary{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;left:0;margin-top:5px;padding:12px;position:absolute;right:0;top:100%;z-index:10}.inline-editor__error-title{color:#721c24;font-size:14px;font-weight:500;margin-bottom:4px}.inline-editor__error-list{color:#721c24;font-size:12px;margin:0;padding-left:20px}.inline-editor__form-label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.inline-editor__field-error{color:#dc3545;font-size:12px;margin-top:4px}@media(max-width:768px){.inline-editor__container{flex-wrap:wrap;gap:8px;padding:12px}.inline-editor__field--dimension,.inline-editor__field--fixture-type,.inline-editor__field--flow-rate,.inline-editor__field--name,.inline-editor__field--type,.inline-editor__field--volume{flex:1 1 140px;min-width:140px}.inline-editor__quantity-container{margin-left:0;order:-1}.inline-editor__actions-container{align-items:flex-end;flex-direction:row;min-width:auto;order:-1}.inline-editor__actions-label{display:none}}@media(max-width:480px){.inline-editor__container{flex-direction:column;gap:12px}.inline-editor__field--dimension,.inline-editor__field--fixture-type,.inline-editor__field--flow-rate,.inline-editor__field--name,.inline-editor__field--type,.inline-editor__field--volume{flex:1 1;min-width:100%}.inline-editor__actions-container,.inline-editor__quantity-container{margin-left:0;order:0}.inline-editor__actions-container{flex-direction:row;justify-content:center}.inline-editor__actions-label{display:block;text-align:center}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.quotations{padding-bottom:35px;padding-top:140px;width:100%}.quotations__title{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:33px}.quotations__title h1{color:#0154a0;color:var(--color-primary);flex:1 1;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;margin-bottom:0}.quotations__title .header__search{max-width:350px;position:relative;width:100%}.quotations__title .header__search .searchImg{height:15px;left:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.quotations__title .header__search .crossImg{cursor:pointer;height:20px;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.quotations__title .header__search .form-control{background-color:#f2f2f2;border:none;border-radius:25px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;height:42px;outline:0;padding:0 35px 0 45px;width:100%}@media(min-width:991px){.quotations__content{align-items:flex-start;display:flex}}.quotations__sidebar{display:flex;flex-direction:column;gap:30px}@media(max-width:768px){.quotations__sidebar{flex-direction:row;justify-content:center;margin-bottom:30px;min-width:auto;width:100%}}@media(min-width:992px){.quotations__list{flex:1 1}.quotations__list--wrapper{padding-left:30px;width:calc(100% - 30px)}}.quotations__list .tableHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.quotations__list .tableHeader p{color:#1e5a96;font-size:18px;font-weight:600;margin-bottom:0}.quotations__list .tableHeader .form-group{align-items:center;display:flex;max-width:258px}.quotations__list .tableHeader .form-group .title{font-weight:400;margin-bottom:0}.quotations__list .tableHeader .form-group .position-relative{flex:1 1;padding-left:10px}.quotations__list .table-responsive{overflow:auto;width:100%}.quotations__list .table-responsive .table{border-spacing:0;min-width:900px;width:100%}.quotations__list .table-responsive td,.quotations__list .table-responsive th{color:#343e47;font-size:14px;text-align:center}@media(max-width:991px){.quotations__list .table-responsive td,.quotations__list .table-responsive th{padding:10px}}.quotations__list .table-responsive tbody tr td:last-child,.quotations__list .table-responsive thead tr th:last-child{border-right:0}.quotations__list .table-responsive tbody tr td img{display:inline-block;margin-left:15px;vertical-align:middle;width:21px}.quotations__list .table-responsive tbody tr td .title{cursor:pointer;font-weight:400px;text-decoration:underline}.quotations__list .table-responsive tbody tr td ul{align-items:center;display:flex;justify-content:center;list-style:none;margin-bottom:0;padding-left:0}.quotations__list .table-responsive tbody tr td ul li{margin-right:18px}.quotations__list .table-responsive tbody tr td ul li:last-child{margin-right:0}.quotations__list .table-responsive tbody tr td ul li img{cursor:pointer;width:19px}.quotations__list .table-responsive tbody tr td .btn{font-size:12px;font-weight:700}.quotations__list .table-responsive tbody tr:last-child td{border-bottom:0}.quotations__list .table-responsive .rdt_Table{border-right:1px solid #d9d9d9}.quotations__list .table-responsive .rdt_TableCol{border-left:1px solid #d9d9d9;border-top:1px solid #d9d9d9}.quotations__list .table-responsive .rdt_TableCell{border-left:1px solid #d9d9d9;min-width:147px}.quotations__list button{font-size:12px;padding:5px 15px}.status-cards-circular{display:flex;flex-direction:column;gap:30px}@media(max-width:768px){.status-cards-circular{flex-direction:row;justify-content:center}}.status-cards-circular .status-card-circular{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:center;position:relative;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:120px}.status-cards-circular .status-card-circular:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.status-cards-circular .status-card-circular.draft{background-color:#5b8db8}.status-cards-circular .status-card-circular.check{background-color:#a8b5c8}.status-cards-circular .status-card-circular.closed{background-color:#ff6a51}.status-cards-circular .status-card-circular .card-title{font-size:14px;font-weight:600;margin-bottom:5px;text-transform:uppercase}.status-cards-circular .status-card-circular .card-count{font-size:32px;font-weight:700}@media(max-width:768px){.status-cards-circular .status-card-circular{height:100px;width:100px}.status-cards-circular .status-card-circular .card-count{font-size:28px}}.status-cards{display:none}.aboutus_wrapper__3pGDa{width:100%}@media(min-width:768px){.aboutus_wrapper__3pGDa{padding-top:75px}}@media(min-width:992px){.aboutus_wrapper__3pGDa{padding-top:90px}}@media(min-width:1200px){.aboutus_wrapper__3pGDa{padding-top:120px}}.aboutus_btn__q0qnH{align-items:center;background-color:#0756a2;border:1px solid #0756a2;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;gap:20px;letter-spacing:1px;padding:4px 4px 4px 20px;transition:all .3s ease-in-out}.aboutus_btn__q0qnH span{align-items:center;background-color:#fff;border-radius:39px;color:#0756a2;display:flex;height:39px;justify-content:center;margin-left:auto;width:39px}.aboutus_btn__light__dz7f2{background-color:#fff;border-color:#fff;color:#171717}.aboutus_btn__light__dz7f2 span{background-color:#171717;color:#fff}.aboutus_about__Nv0Mv{padding-bottom:50px;padding-top:50px}@media(min-width:992px){.aboutus_about__Nv0Mv{padding-bottom:70px;padding-top:70px}}.aboutus_about__Nv0Mv h4{color:#171717;font-size:20px;font-weight:700;margin-bottom:5px;text-transform:uppercase}@media(min-width:768px){.aboutus_about__Nv0Mv h4{font-size:24px}}@media(min-width:992px){.aboutus_about__Nv0Mv h4{font-size:26px}}.aboutus_about__Nv0Mv h2{color:#171717;font-size:20px;font-weight:700;margin-bottom:10px}@media(min-width:768px){.aboutus_about__Nv0Mv h2{font-size:24px}}@media(min-width:992px){.aboutus_about__Nv0Mv h2{font-size:26px}}.aboutus_about__des__DaVIm{color:#171717;font-size:16px;font-weight:300}@media(min-width:768px){.aboutus_about__des__DaVIm{font-size:20px}}@media(min-width:992px){.aboutus_about__des__DaVIm{font-size:29px}}.aboutus_about__des__DaVIm>*{margin-bottom:0}.aboutus_about__des__DaVIm>:not(:last-child){margin-bottom:40px}.aboutus_trusted__4MvR9{background-color:#ededed;padding-bottom:50px;padding-top:50px;position:relative}.aboutus_trusted__row__JevF0{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.aboutus_trusted__row__JevF0{align-items:center;flex-direction:row}}@media(min-width:992px){.aboutus_trusted__row__JevF0{gap:40px}}.aboutus_trusted__row__JevF0>div{flex:1 1}.aboutus_trusted__text__PscP\+ h4{color:#171717;font-size:20px;line-height:1.2;margin-bottom:10px;text-transform:uppercase}@media(min-width:992px){.aboutus_trusted__text__PscP\+ h4{font-size:22px}}.aboutus_trusted__text__PscP\+ h2{text-wrap-style:pretty;color:#171717;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}@media(min-width:768px){.aboutus_trusted__text__PscP\+ h2{font-size:28px}}@media(min-width:992px){.aboutus_trusted__text__PscP\+ h2{font-size:38px}}.aboutus_trusted__text__PscP\+ p{text-wrap-style:pretty;color:#171717;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:20px}@media(min-width:992px){.aboutus_trusted__text__PscP\+ p{font-size:25px}}.aboutus_trusted__img__6VtGe{background-color:#0756a2}.aboutus_trusted__img__6VtGe img{opacity:.8}.aboutus_getStart__sD-n6{background-color:#0756a2;padding-bottom:50px;padding-top:50px;position:-webkit-sticky;position:sticky;top:300px}@media(min-width:992px){.aboutus_getStart__sD-n6{padding-bottom:150px;padding-top:150px}}.aboutus_getStart__row__Xm1lA{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.aboutus_getStart__row__Xm1lA{flex-direction:row}}@media(min-width:992px){.aboutus_getStart__row__Xm1lA{gap:40px}}.aboutus_getStart__row__Xm1lA>div{flex:1 1}.aboutus_getStart__sD-n6 h2{color:#fff;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:0}@media(min-width:768px){.aboutus_getStart__sD-n6 h2{font-size:30px}}@media(min-width:992px){.aboutus_getStart__sD-n6 h2{font-size:48px}}.aboutus_getStart__sD-n6 p{text-wrap-style:balance;color:#fff;font-size:16px;font-weight:300;line-height:1.4;margin-bottom:20px}@media(min-width:992px){.aboutus_getStart__sD-n6 p{font-size:22px;margin-bottom:30px}}.contactus_btn__6nDes{align-items:center;background-color:#0756a2;border:1px solid #0756a2;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;gap:20px;letter-spacing:1px;padding:4px 4px 4px 20px;transition:all .3s ease-in-out}.contactus_btn__6nDes span{align-items:center;background-color:#fff;border-radius:39px;color:#0756a2;display:flex;height:39px;justify-content:center;margin-left:auto;width:39px}.contactus_btn__light__4M77K{background-color:#fff;border-color:#fff;color:#171717}.contactus_btn__light__4M77K span{background-color:#171717;color:#fff}.contactus_wrapper__XAxka{background-color:rgba(7,86,162,.18);overflow:hidden;padding-bottom:50px;padding-top:50px}@media(min-width:768px){.contactus_wrapper__XAxka{padding-bottom:100px;padding-top:100px}}@media(min-width:992px){.contactus_wrapper__XAxka{padding-bottom:120px;padding-top:220px}}.contactus_wrapper__XAxka h4{color:#171717;font-size:20px;font-weight:700;margin-bottom:5px;text-transform:uppercase}@media(min-width:768px){.contactus_wrapper__XAxka h4{font-size:24px}}@media(min-width:992px){.contactus_wrapper__XAxka h4{font-size:26px}}.contactus_wrapper__XAxka h3{color:#171717;font-size:20px;font-weight:300;margin-bottom:0}@media(min-width:768px){.contactus_wrapper__XAxka h3{font-size:24px}}@media(min-width:992px){.contactus_wrapper__XAxka h3{font-size:26px}}.contactus_wrapper__XAxka h2{text-wrap-style:balance;color:#171717;font-size:24px;font-weight:400;line-height:1.2;margin-bottom:20px;max-width:945px}@media(min-width:768px){.contactus_wrapper__XAxka h2{font-size:30px}}@media(min-width:992px){.contactus_wrapper__XAxka h2{font-size:48px}}.contactus_wrapper__XAxka p{color:#171717;font-size:16px;font-weight:300;margin-bottom:30px;max-width:1063px}@media(min-width:768px){.contactus_wrapper__XAxka p{font-size:24px}}@media(min-width:992px){.contactus_wrapper__XAxka p{font-size:32px;margin-bottom:50px}}.contactus_wrapper__row__UinZ\+{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;row-gap:10px}@media(min-width:992px){.contactus_wrapper__row__UinZ\+{margin-left:-20px;margin-right:-20px;row-gap:20px}}.contactus_wrapper__row__UinZ\+>div{padding-left:15px;padding-right:15px;width:100%}@media(min-width:992px){.contactus_wrapper__row__UinZ\+>div{padding-left:20px;padding-right:20px}}@media(min-width:768px){.contactus_wrapper__half__uZloq{flex:0 0 50%;max-width:50%}}.contactus_wrapper--checkbox__7o4QW div div{grid-gap:20px!important;display:grid!important;gap:20px!important;grid-template-columns:1fr 1fr}.fileupload_wrapper__FnbYv{align-items:flex-start;display:flex;flex-direction:column;gap:10px;padding-top:5px}.fileupload_wrapper__btn__RrEoV{align-items:center;background-color:#171717;border-radius:30px;color:#fff;color:var(--color-white);display:flex;font-size:16px;font-weight:300;gap:5px;padding:8px 16px}.fileupload_wrapper__btn__RrEoV input{-webkit-appearance:none;appearance:none;display:none}.fileupload_wrapper__fileName__KQTDp{font-size:14px}.footer_footer__f9O4Z{background-color:#171717;overflow:hidden;padding-bottom:20px;padding-top:50px;position:relative}@media(min-width:992px){.footer_footer__f9O4Z{padding-bottom:50px}}.footer_footer__logo__j-Skn{margin-bottom:40px;max-width:200px}@media(min-width:992px){.footer_footer__logo__j-Skn{margin-bottom:80px;max-width:385px}}.footer_footer__row__lF2lD{display:flex;flex-wrap:wrap;margin-bottom:20px;margin-left:-12px;margin-right:-12px;row-gap:40px}@media(min-width:768px){.footer_footer__row__lF2lD{margin-bottom:40px}}@media(min-width:992px){.footer_footer__row__lF2lD{margin-bottom:80px}}.footer_footer__row__lF2lD>div{padding-left:12px;padding-right:12px;width:100%}.footer_footer__right__zkM7j{grid-gap:20px;display:grid;flex:0 0 100%;gap:20px;grid-template-columns:auto auto;max-width:100%}@media(min-width:768px){.footer_footer__right__zkM7j{grid-template-columns:auto auto auto}}@media(min-width:992px){.footer_footer__right__zkM7j{grid-template-columns:auto auto auto auto}}.footer_footer__right__zkM7j ul{list-style:none;margin:0;padding:0}.footer_footer__right__zkM7j ul li{color:#fff;color:var(--color-white);cursor:pointer;font-size:16px}.footer_footer__right__zkM7j ul li:not(:last-child){margin-bottom:10px}.footer_footer__right__zkM7j p{color:#fff;color:var(--color-white);line-height:1.8}.footer_footer__right__zkM7j p a{color:inherit;text-decoration:none}.footer_footer__f9O4Z h4{color:#fff;color:var(--color-white);font-weight:300;margin-bottom:20px;text-transform:uppercase}.footer_footer__f9O4Z .footer_formGroup__KPk5E{display:flex;flex-direction:column;margin-bottom:20px}.footer_footer__f9O4Z .footer_formGroup__KPk5E label{color:#fff;color:var(--color-white)}.footer_footer__f9O4Z .footer_formGroup__KPk5E .footer_formControl__XuqJD{background-color:transparent;border:0;border-bottom:1px solid #fff;border-bottom:1px solid var(--color-white);color:#fff;color:var(--color-white);font-size:16px;height:40px;outline:0}@media(min-width:992px){.footer_footer__f9O4Z .footer_formGroup__KPk5E .footer_formControl__XuqJD{font-size:18px;height:60px}}.footer_footer__f9O4Z .footer_formSubmit__64KpW{display:flex;flex-direction:column;gap:20px}@media(min-width:992px){.footer_footer__f9O4Z .footer_formSubmit__64KpW{flex-direction:row;justify-content:space-between}}.footer_footer__f9O4Z .footer_formSubmit__64KpW label{align-items:flex-start;color:#fff;color:var(--color-white);display:flex;font-size:16px;gap:10px}.footer_footer__f9O4Z .footer_formSubmit__64KpW label input{border:1px solid #fff;border:1px solid var(--color-white);height:16px;width:16px}.footer_footer__copyright__-\+FwZ{text-wrap-style:balance;color:#fff;color:var(--color-white);margin-bottom:0;text-align:center}.footer_btn__WsUgC{align-items:center;background-color:#0756a2;border:1px solid #0756a2;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;gap:20px;letter-spacing:1px;padding:4px 4px 4px 20px;transition:all .3s ease-in-out}.footer_btn__WsUgC span{align-items:center;background-color:#fff;border-radius:39px;color:#0756a2;display:flex;height:39px;justify-content:center;margin-left:auto;width:39px}.footer_btn__light__75neV{background-color:#fff;border-color:#fff;color:#171717}.footer_btn__light__75neV span{background-color:#171717;color:#fff}:root{--color-primary:#0154a0;--color-secondary:#8ccfff;--color-white:#fff;--color-black:#000;--base-text-color:#5c5c5c;--base-body-bg:#fff;--base-font-family:"Roboto",sans-serif;--base-container:1170px}.projectResults{background-color:#f8f9fa;min-height:100vh;padding:15px;width:100%}@media(min-width:768px){.projectResults{padding:20px}}@media(min-width:992px){.projectResults{padding:135px 20px 60px}}.projectResults__header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:15px}@media(min-width:768px){.projectResults__header{gap:15px;margin-bottom:20px}}@media(min-width:992px){.projectResults__header{margin-bottom:30px}}.projectResults__header .backBtn{background:none;border:none;color:#0756a2;cursor:pointer;font-size:14px;font-weight:600;padding:5px 0}@media(min-width:768px){.projectResults__header .backBtn{font-size:16px}}.projectResults__header .headerRight{align-items:center;display:flex;gap:15px}@media(min-width:768px){.projectResults__header .headerRight{gap:20px}}.projectResults__header .headerRight .nextStepsBtn{background-color:#0756a2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:8px 16px;text-transform:uppercase}@media(min-width:768px){.projectResults__header .headerRight .nextStepsBtn{font-size:14px;padding:10px 20px}}.projectResults__headerBox{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;margin-bottom:20px;min-height:180px;overflow:visible;position:relative}@media(min-width:768px){.projectResults__headerBox{margin-bottom:25px;min-height:200px}}@media(min-width:992px){.projectResults__headerBox{margin-bottom:30px;min-height:220px}}.projectResults__headerBox .headerBanner{background:#3e6caf;border-radius:10px 10px 0 0;min-height:150px;padding:30px 20px;position:relative;width:100%}@media(min-width:768px){.projectResults__headerBox .headerBanner{min-height:170px;padding:35px 30px}}@media(min-width:992px){.projectResults__headerBox .headerBanner{-webkit-clip-path:polygon(0 0,80% 0,90% 100%,0 100%);clip-path:polygon(0 0,80% 0,90% 100%,0 100%);min-height:200px;padding:45px 100px 45px 50px;width:70%}}@media(min-width:1200px){.projectResults__headerBox .headerBanner{-webkit-clip-path:polygon(0 0,80% 0,88% 100%,0 100%);clip-path:polygon(0 0,80% 0,88% 100%,0 100%);min-height:220px;padding:50px 60px 50px 70px}}.projectResults__headerBox .headerBanner .bannerContent{color:#fff;max-width:100%;position:relative;z-index:2}@media(min-width:992px){.projectResults__headerBox .headerBanner .bannerContent{max-width:calc(100% - 120px)}}.projectResults__headerBox .headerBanner .bannerContent h1{color:#fff;font-size:26px;font-weight:700;line-height:1.2;margin:0 0 12px}@media(min-width:768px){.projectResults__headerBox .headerBanner .bannerContent h1{font-size:34px;margin-bottom:15px}}@media(min-width:992px){.projectResults__headerBox .headerBanner .bannerContent h1{font-size:42px;margin-bottom:18px}}.projectResults__headerBox .headerBanner .bannerContent .addressLine,.projectResults__headerBox .headerBanner .bannerContent .constructionLine{color:#fff;font-size:17px;font-weight:400;line-height:1.4;margin:0 0 6px}@media(min-width:768px){.projectResults__headerBox .headerBanner .bannerContent .addressLine,.projectResults__headerBox .headerBanner .bannerContent .constructionLine{font-size:19px;margin-bottom:8px}}@media(min-width:992px){.projectResults__headerBox .headerBanner .bannerContent .addressLine,.projectResults__headerBox .headerBanner .bannerContent .constructionLine{font-size:22px;margin-bottom:10px}}.projectResults__headerBox .headerBanner .bannerContent .constructionLine{margin-bottom:0}.projectResults__headerBox .bannerLogo{height:280px;width:280px}.projectResults__headerBox .bannerLogo img{height:100%;object-fit:contain;width:100%}.projectResults__status{align-items:center;background-color:#e3f2fd;border-radius:8px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:12px 15px}@media(min-width:768px){.projectResults__status{border-radius:10px;gap:15px;margin-bottom:25px;padding:15px 20px}}@media(min-width:992px){.projectResults__status{margin-bottom:30px}}.projectResults__status:has(.statusBadge.closed){background-color:#ffebee}.projectResults__status:has(.statusBadge.check){background-color:#d0f4f1}.projectResults__status .statusBadge{align-items:center;background-color:#0756a2;border-radius:20px;color:#fff;display:flex;font-size:11px;font-weight:700;gap:5px;padding:4px 12px;text-transform:uppercase;white-space:nowrap}@media(min-width:768px){.projectResults__status .statusBadge{font-size:12px;padding:5px 15px}}.projectResults__status .statusBadge svg{font-size:12px}@media(min-width:768px){.projectResults__status .statusBadge svg{font-size:14px}}.projectResults__status .statusBadge.closed{background-color:#d32f2f}.projectResults__status .statusBadge.check{background-color:#00bfa5}.projectResults__status p{color:#343e47;font-size:14px;font-weight:600;margin:0}@media(min-width:768px){.projectResults__status p{font-size:16px}}.projectResults .productSection h2{color:#343e47;font-size:20px;font-weight:600;margin-bottom:15px}@media(min-width:768px){.projectResults .productSection h2{font-size:24px;margin-bottom:20px}}.projectResults .productSection .productCard{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:20px;margin-bottom:20px;padding:20px}@media(min-width:768px){.projectResults .productSection .productCard{border-radius:10px;flex-direction:row;gap:25px;margin-bottom:25px;padding:25px}}@media(min-width:992px){.projectResults .productSection .productCard{gap:30px;margin-bottom:30px;padding:30px}}.projectResults .productSection .productCard .productImage{flex:0 0 auto;text-align:center}@media(min-width:768px){.projectResults .productSection .productCard .productImage{flex:0 0 180px}}@media(min-width:992px){.projectResults .productSection .productCard .productImage{flex:0 0 200px}}.projectResults .productSection .productCard .productImage img{border-radius:8px;height:auto;max-width:200px;width:100%}.projectResults .productSection .productCard .productImage .imagePlaceholder{align-items:center;background-color:#f0f0f0;border-radius:8px;color:#999;display:flex;height:150px;justify-content:center;margin:0 auto;max-width:200px;width:100%}.projectResults .productSection .productCard .productDetails{flex:1 1}.projectResults .productSection .productCard .productDetails h3{color:#343e47;font-size:22px;font-weight:700;margin-bottom:15px}@media(min-width:768px){.projectResults .productSection .productCard .productDetails h3{font-size:26px;margin-bottom:18px}}@media(min-width:992px){.projectResults .productSection .productCard .productDetails h3{font-size:28px;margin-bottom:20px}}.projectResults .productSection .productCard .productDetails .productSpecs .spec{color:#343e47;font-size:13px;line-height:1.5;margin-bottom:10px}@media(min-width:768px){.projectResults .productSection .productCard .productDetails .productSpecs .spec{font-size:14px;margin-bottom:12px}}.projectResults .productSection .productCard .productDetails .productSpecs .spec strong{color:#343e47;font-weight:600}.projectResults .productSection .documentButtons{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}@media(min-width:768px){.projectResults .productSection .documentButtons{gap:30px;margin-bottom:25px}}@media(min-width:1200px){.projectResults .productSection .documentButtons{gap:80px}}.projectResults .productSection .documentButtons .docButton{border:none;border-radius:50px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;min-width:250px;padding:20px 30px;text-transform:none;transition:all .3s ease}@media(min-width:768px){.projectResults .productSection .documentButtons .docButton{font-size:18px;padding:25px 40px}}.projectResults .productSection .documentButtons .docButton:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.projectResults .productSection .documentButtons .docButton.installButton,.projectResults .productSection .documentButtons .docButton.specButton{background:#3e6caf}.projectResults .productSection .productDocumentsBanner{display:flex;flex-direction:column;margin-bottom:20px;overflow:visible}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner{margin-bottom:25px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner{min-height:350px;overflow:hidden}}@media(min-width:1200px){.projectResults .productSection .productDocumentsBanner{flex-direction:row;margin-bottom:0}}.projectResults .productSection .productDocumentsBanner .bannerLeft{align-items:center;background:#3d4d67;display:flex;flex:1 1;flex-direction:column;gap:20px;margin-bottom:20px;padding:30px 20px;position:relative;text-align:center}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerLeft{gap:25px;padding:40px 30px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerLeft{flex-direction:row;gap:30px;padding:50px 40px;text-align:left}}@media(min-width:1200px){.projectResults .productSection .productDocumentsBanner .bannerLeft{-webkit-clip-path:polygon(0 0,100% 0,90% 100%,0 100%);clip-path:polygon(0 0,100% 0,90% 100%,0 100%);margin-bottom:0;padding-right:60px}}.projectResults .productSection .productDocumentsBanner .bannerLeft .calculationPreview{background:#fff;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.3);flex:0 0 auto;max-width:240px;padding:15px;width:100%}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerLeft .calculationPreview{max-width:260px;padding:18px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerLeft .calculationPreview{flex:0 0 280px;max-width:none;padding:20px}}.projectResults .productSection .productDocumentsBanner .bannerLeft .calculationPreview img{display:block;height:auto;width:100%}.projectResults .productSection .productDocumentsBanner .bannerContent{flex:1 1}.projectResults .productSection .productDocumentsBanner .bannerContent h3{color:#fff;font-size:21px;font-weight:400;letter-spacing:.5px;margin:0 0 15px}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerContent h3{margin-bottom:18px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerContent h3{margin-bottom:20px}}.projectResults .productSection .productDocumentsBanner .bannerContent p{color:hsla(0,0%,100%,.95);font-weight:300;line-height:1.6;margin:0 0 20px}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerContent p{margin-bottom:25px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerContent p{margin-bottom:30px}}.projectResults .productSection .productDocumentsBanner .bannerContent .viewCalculationsBtn{background:transparent;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:0;padding:12px 20px;text-transform:uppercase;transition:all .3s ease;width:100%}@media(min-width:576px){.projectResults .productSection .productDocumentsBanner .bannerContent .viewCalculationsBtn{width:auto}}.projectResults .productSection .productDocumentsBanner .bannerContent .viewCalculationsBtn:hover{background:#fff;color:#3d4d67}.projectResults .productSection .productDocumentsBanner .bannerRight{align-items:center;background:linear-gradient(135deg,#ff8c42,#ff6b35);display:flex;flex:1 1;flex-direction:column;gap:25px;padding:30px 20px;position:relative;text-align:center}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerRight{gap:30px;padding:40px 30px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight{flex-direction:row;gap:40px;padding:50px 40px;text-align:left}}@media(min-width:1200px){.projectResults .productSection .productDocumentsBanner .bannerRight{-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);padding-left:60px}}.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent{align-items:center;display:flex;flex:1 1;flex-direction:column}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent{align-items:flex-start}}.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent h3{color:#fff;font-size:24px;font-weight:400;letter-spacing:.5px;margin:0 0 15px}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent h3{font-size:30px;margin-bottom:18px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent h3{font-size:36px;margin-bottom:20px}}.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent p{color:hsla(0,0%,100%,.95);font-size:15px;font-weight:300;line-height:1.6;margin:0 0 20px}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent p{font-size:16px;margin-bottom:25px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent p{font-size:17px;margin-bottom:30px}}.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent .viewProductBtn{background:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.5px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}@media(min-width:576px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent .viewProductBtn{width:auto}}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent .viewProductBtn{font-size:14px;padding:13px 35px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent .viewProductBtn{font-size:15px;padding:14px 40px}}.projectResults .productSection .productDocumentsBanner .bannerRight .bannerRightContent .viewProductBtn:hover{background:#fff;color:#ff6b35}.projectResults .productSection .productDocumentsBanner .bannerRight .productIcon{background:#fff;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.2);flex:0 0 auto;max-width:280px;padding:12px;width:100%}@media(min-width:768px){.projectResults .productSection .productDocumentsBanner .bannerRight .productIcon{max-width:320px;padding:14px}}@media(min-width:992px){.projectResults .productSection .productDocumentsBanner .bannerRight .productIcon{flex:0 0 350px;max-width:none;padding:15px}}.projectResults .productSection .productDocumentsBanner .bannerRight .productIcon img{display:block;height:auto;width:100%}.projectResults .productSection .fixtureSection{background-color:#3e6caf;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px;padding:20px}@media(min-width:768px){.projectResults .productSection .fixtureSection{border-radius:10px;margin-bottom:25px;padding:25px}}@media(min-width:992px){.projectResults .productSection .fixtureSection{margin-bottom:30px;padding:30px}}.projectResults .productSection .fixtureSection h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:15px}@media(min-width:768px){.projectResults .productSection .fixtureSection h3{font-size:20px;margin-bottom:20px}}.projectResults .productSection .fixtureSection .fixtureDetails .drainageInfo{background-color:#ddd;border-radius:6px;color:#343e47;font-size:14px;margin-bottom:15px;padding:12px}@media(min-width:768px){.projectResults .productSection .fixtureSection .fixtureDetails .drainageInfo{border-radius:8px;font-size:16px;margin-bottom:20px;padding:15px}}.projectResults .productSection .fixtureSection .fixtureDetails .drainageInfo strong{font-weight:600}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable{-webkit-overflow-scrolling:touch;overflow-x:auto}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table{border-collapse:collapse;min-width:600px;width:100%}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table thead{background-color:#e9e9e9}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table thead th{border-bottom:2px solid #dee2e6;color:#343e47;font-size:12px;font-weight:600;padding:10px 8px;text-align:left;white-space:nowrap}@media(min-width:768px){.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table thead th{font-size:14px;padding:12px}}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table tbody tr{border-bottom:1px solid #dee2e6}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table tbody tr:last-child{border-bottom:none}.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table tbody tr td{color:#fff;font-size:12px;padding:10px 8px}@media(min-width:768px){.projectResults .productSection .fixtureSection .fixtureDetails .fixtureTable table tbody tr td{font-size:14px;padding:12px}}.projectResults .productSection .greaseOutputSection{background-color:#3e6caf;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px;padding:20px}@media(min-width:768px){.projectResults .productSection .greaseOutputSection{border-radius:10px;margin-bottom:25px;padding:25px}}@media(min-width:992px){.projectResults .productSection .greaseOutputSection{margin-bottom:30px;padding:30px}}.projectResults .productSection .greaseOutputSection h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:15px}@media(min-width:768px){.projectResults .productSection .greaseOutputSection h3{font-size:20px;margin-bottom:20px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs{background-color:#e9e9e9;border-radius:6px;margin-bottom:15px;padding:15px}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs{border-radius:8px;margin-bottom:18px;padding:18px}}@media(min-width:992px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs{margin-bottom:20px;padding:20px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow{flex-direction:row;flex-wrap:wrap;gap:25px;margin-bottom:15px}}@media(min-width:992px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow{gap:30px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow:last-child{margin-bottom:0}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem{display:flex;flex:1 1;flex-direction:column;gap:5px;min-width:0}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem{min-width:200px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem .label{color:base-text-color;font-size:13px;font-weight:600}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem .label{font-size:14px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem .value{color:#666;font-size:13px;word-break:break-word}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseInputs .inputRow .inputItem .value{font-size:14px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult{padding:12px 0}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult{padding:15px 0}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue{display:flex;flex-direction:column;gap:5px}@media(min-width:576px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue{align-items:baseline;flex-direction:row;gap:10px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue .label{color:#fff;font-size:14px;font-weight:600}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue .label{font-size:16px}}.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue .value{color:#fff;font-size:14px;font-weight:400}@media(min-width:768px){.projectResults .productSection .greaseOutputSection .greaseOutputContent .greaseProductionResult .productionValue .value{font-size:16px}}.projectResults .productSection .sizingDetailsSection{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px;padding:20px}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection{border-radius:10px;margin-bottom:25px;padding:25px}}@media(min-width:992px){.projectResults .productSection .sizingDetailsSection{margin-bottom:30px;padding:30px}}.projectResults .productSection .sizingDetailsSection h3{color:#343e47;font-size:20px;font-weight:600;margin-bottom:20px}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection h3{font-size:22px;margin-bottom:22px}}@media(min-width:992px){.projectResults .productSection .sizingDetailsSection h3{font-size:24px;margin-bottom:25px}}.projectResults .productSection .sizingDetailsSection .sizingDetailsContent{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent{gap:30px}}@media(min-width:992px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent{gap:40px;grid-template-columns:1fr 1fr}}.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn h4,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn h4{color:#666;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn h4,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn h4{font-size:17px;margin-bottom:18px}}@media(min-width:992px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn h4,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn h4{font-size:18px;margin-bottom:20px}}.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem{margin-bottom:16px}}.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem .label,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem .label{color:#343e47;font-size:13px;font-weight:600}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem .label,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem .label{font-size:14px}}.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem .value,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem .value{color:#666;font-size:13px;line-height:1.5;word-break:break-word}@media(min-width:768px){.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .flowRateColumn .detailItem .value,.projectResults .productSection .sizingDetailsSection .sizingDetailsContent .projectInformationColumn .detailItem .value{font-size:14px}}.projectResults .productSection .accessoriesSection{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px;padding:20px}@media(min-width:768px){.projectResults .productSection .accessoriesSection{border-radius:10px;margin-bottom:25px;padding:25px}}@media(min-width:992px){.projectResults .productSection .accessoriesSection{margin-bottom:30px;padding:30px}}.projectResults .productSection .accessoriesSection h3{color:#343e47;font-size:18px;font-weight:600;margin-bottom:15px}@media(min-width:768px){.projectResults .productSection .accessoriesSection h3{font-size:20px;margin-bottom:20px}}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:12px 0}@media(min-width:768px){.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem{align-items:center;gap:15px;padding:15px 0}}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem:last-child{border-bottom:none}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryIcon{background-color:#333;border-radius:50%;flex-shrink:0;height:35px;width:35px}@media(min-width:768px){.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryIcon{height:40px;width:40px}}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryInfo{flex:1 1;min-width:0}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryInfo h5{color:#343e47;font-size:14px;font-weight:600;margin:0 0 5px;word-break:break-word}@media(min-width:768px){.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryInfo h5{font-size:16px}}.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryInfo span{color:#666;font-size:12px;word-break:break-word}@media(min-width:768px){.projectResults .productSection .accessoriesSection .accessoriesList .accessoryItem .accessoryInfo span{font-size:14px}}.projectSidebar{background-color:#fff;box-shadow:-5px 0 15px rgba(0,0,0,.1);height:100%;max-width:400px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:85%;z-index:9999}@media(min-width:576px){.projectSidebar{width:400px}}@media(min-width:768px){.projectSidebar{width:90%}}.projectSidebar.show{-webkit-transform:translateX(0);transform:translateX(0)}.projectSidebar__header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:15px}@media(min-width:768px){.projectSidebar__header{padding:20px}}.projectSidebar__header h4{color:#343e47;font-size:16px;font-weight:600;margin:0;padding-right:10px}@media(min-width:768px){.projectSidebar__header h4{font-size:18px}}.projectSidebar__header button{background-color:transparent;border:0;color:#999;cursor:pointer;flex-shrink:0;font-size:22px;margin:0;padding:5px}@media(min-width:768px){.projectSidebar__header button{font-size:24px}}.projectSidebar__header button:hover{color:#343e47}.projectSidebar__body{max-height:calc(100vh - 71px);overflow:auto;padding:15px}@media(min-width:768px){.projectSidebar__body{max-height:calc(100vh - 81px);padding:20px}}.projectSidebar__body .sidebarOption{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:12px;padding:15px;transition:background-color .2s ease}@media(min-width:768px){.projectSidebar__body .sidebarOption{border-radius:10px;gap:15px;margin-bottom:15px;padding:20px}}.projectSidebar__body .sidebarOption:hover{background-color:#f8f9fa}.projectSidebar__body .sidebarOption.disabled{cursor:not-allowed;opacity:.6}.projectSidebar__body .sidebarOption .optionIcon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:18px;height:45px;justify-content:center;width:45px}@media(min-width:768px){.projectSidebar__body .sidebarOption .optionIcon{border-radius:10px;font-size:20px;height:50px;width:50px}}.projectSidebar__body .sidebarOption .optionIcon.edit{background-color:#fff3e0;color:#f57c00}.projectSidebar__body .sidebarOption .optionIcon.close{background-color:#ffebee;color:#d32f2f}.projectSidebar__body .sidebarOption .optionIcon.help{background-color:#e8f5e8;color:#388e3c}.projectSidebar__body .sidebarOption .optionContent{flex:1 1;min-width:0}.projectSidebar__body .sidebarOption .optionContent h5{color:#343e47;font-size:14px;font-weight:600;margin:0 0 6px;word-break:break-word}@media(min-width:768px){.projectSidebar__body .sidebarOption .optionContent h5{font-size:16px;margin-bottom:8px}}.projectSidebar__body .sidebarOption .optionContent p{color:#666;font-size:12px;line-height:1.4;margin:0;word-break:break-word}@media(min-width:768px){.projectSidebar__body .sidebarOption .optionContent p{font-size:14px}}.projectResults.sidebarOpen:before{background-color:rgba(0,0,0,.5);content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.infoCard{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:15px;padding:15px}@media(min-width:768px){.infoCard{margin-bottom:20px;padding:20px}}.infoCard h4{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}@media(min-width:768px){.infoCard h4{font-size:18px;margin-bottom:15px}}.infoCard p{color:#666;font-size:13px;line-height:1.5;margin:0}@media(min-width:768px){.infoCard p{font-size:14px}}.infoCard .documentLinks{display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.infoCard .documentLinks{gap:12px}}.infoCard .documentLinks .docLink{border-bottom:2px solid #000;color:#000;display:inline-block;font-size:14px;font-weight:500;padding-bottom:3px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;word-break:break-word}@media(min-width:768px){.infoCard .documentLinks .docLink{font-size:16px;padding-bottom:4px}}.infoCard .documentLinks .docLink:hover{border-bottom-color:#0154a0;color:#0154a0}.loadingContainer{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}.relatedProductsSection{border-top:2px solid #e0e0e0;margin-bottom:30px;margin-top:40px;padding-top:40px}.relatedProductsSection h3{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.relatedProductsSection .relatedProductsGrid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.relatedProductsSection .relatedProductCard{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.relatedProductsSection .relatedProductCard__image{align-items:center;background:#fff;display:flex;height:350px;justify-content:center;width:100%}.relatedProductsSection .relatedProductCard__image img{height:100%;object-fit:contain;padding:24px;width:100%}.relatedProductsSection .relatedProductCard__image .imagePlaceholder{align-items:center;background:#f5f5f5;color:#999;display:flex;font-size:14px;height:100%;justify-content:center;width:100%}.relatedProductsSection .relatedProductCard__content{padding:20px}.relatedProductsSection .relatedProductCard__content h4{color:#333;font-size:18px;font-weight:600;margin:0 0 12px}.relatedProductsSection .relatedProductCard__content .productCard__color{margin-bottom:12px}.relatedProductsSection .relatedProductCard__content .productCard__color ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.relatedProductsSection .relatedProductCard__content .productCard__color ul li{cursor:pointer}.relatedProductsSection .relatedProductCard__content .productCard__color ul li .main{border-radius:50%;height:30px;overflow:hidden;width:30px}.relatedProductsSection .relatedProductCard__content .productCard__color ul li .main div{border-radius:50%;height:100%;width:100%}.relatedProductsSection .relatedProductCard__content .productCard__color ul li .mainDual{border:1.5px solid gray;border-radius:50%;height:30px;overflow:hidden;position:relative;width:30px}.relatedProductsSection .relatedProductCard__content .productCard__color ul li .mainDual .colorInner{height:100%;left:0;position:absolute;top:0;width:50%}.relatedProductsSection .relatedProductCard__content .productCard__color ul li .mainDual .colorInner2{height:100%;position:absolute;right:0;top:0;width:50%}.relatedProductsSection .relatedProductCard__content h5{color:#333;font-size:16px;font-weight:500;margin:0 0 8px}.relatedProductsSection .relatedProductCard__content h5 b{font-weight:600}.relatedProductsSection .relatedProductCard__content .pp{color:#555;display:block;font-size:15px;margin-bottom:12px}.relatedProductsSection .relatedProductCard__content .pp b{color:#333;font-weight:600}.relatedProductsSection .relatedProductCard__content .description{color:#666;font-size:14px;line-height:1.6;margin:0}@media(max-width:768px){.relatedProductsSection{margin-top:30px;padding-top:30px}.relatedProductsSection h3{font-size:20px}.relatedProductsSection .relatedProductsGrid{gap:16px;grid-template-columns:1fr}.relatedProductsSection .relatedProductCard__image{height:300px}}
/*# sourceMappingURL=main.77af5f9e.css.map*/