body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Toastify__toast-theme--colored.Toastify__toast--success{background-color:#95c340!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input,select{border-radius:5px;border:2px solid rgba(181,181,181,.1490196078);box-shadow:0 2px 4px #8686862d;outline:none;flex:2 1;color:#a2a2a2;font-family:work sans;font-size:1em;font-weight:400;color:#0f0f0f;height:41px;padding:7px}.register-btn{text-transform:uppercase;border-radius:5px;font-size:14px;line-height:12px;padding:0 35px;font-weight:700;font-family:Work sans,Arial,Helvetica,sans-serif;cursor:pointer;border:none;background-color:#00a0df;color:#000}.regiser-btn:hover{background-color:#5fbce1;color:#0f0f0f}html{height:100%;min-width:1367px;letter-spacing:1px}@media only screen and (min-width: 540px) and (max-width: 1367px){html{min-width:540px}}@media only screen and (min-width: 0px) and (max-width: 540px){html{min-width:unset}}html body{margin:0;padding:0;height:100%}html body #___gatsby,html body #gatsby-focus-wrapper{height:100%}html body a,html body p,html body div{font-family:Work Sans}.btn-primary,.btn-secondary,.btn-black,.btn-gray,.btn-light,.btn-green{text-transform:uppercase;border-radius:5px;font-size:12px;color:#0f0f0f;font-size:14px;line-height:12px;padding:20px 35px;font-weight:700;font-family:Work sans,Arial,Helvetica,sans-serif;cursor:pointer}.btn-primary{border:none;background-color:#00a0df}.btn-secondary,.btn-green{border:none;background-color:#0f0f0f}.btn-disabled{border:none;opacity:.7;cursor:default}.form-row{display:flex;flex-wrap:wrap;justify-content:space-between}.form-row .form-inputs-half{width:100%}.form-row .form-inputs-half input[type=select]{height:30px}@media only screen and (min-width: 540px) and (max-width: 1367px){.form-row .form-inputs-half{width:48%}}@media only screen and (min-width: 1367px){.form-row .form-inputs-half{width:48%}}.form-row .form-inputs-full{width:100%}.btn-primary{border:none;background-color:#00a0df;color:#000}.btn-primary:hover{border:none;background-color:#5fbce1;color:#0f0f0f}.btn-secondary{border:none;background-color:#0f0f0f;color:#fff}.btn-secondary:hover{border:none;background-color:#3d3d3d;color:#fff}.btn-green{border:none;background-color:#95c340;box-shadow:#ffffff29}.btn-green:hover{border:none;background-color:#aac478;box-shadow:#ffffff29}.btn-black{border:none;background-color:#0f0f0f;color:#fff}.btn-black:hover{background-color:#d1cece;color:#000}.btn-gray{border:none;background-color:#b7b7b7;color:#000}.btn-gray:hover{background-color:#d6d1d1;color:#000}.btn-light{background-color:#f0f0f0;color:#0600e9;border:none}.btn-light:hover{background-color:#fefefe;color:#4d48e7;border:none}.form-row .columns{display:flex;flex-wrap:wrap;justify-content:space-between}.form-row .columns .form-inputs-half{width:48%}.form-row .columns .form-inputs-full{width:100%}.columns{display:flex;flex-wrap:wrap;justify-content:space-between}input[type=text],input[type=password]{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-o-calc(100% - 30px);width:calc(100% - 30px);height:30px;border:1px solid rgba(0,0,0,.1490196078);border-radius:5px;background-color:#fff;color:#0f0f0f;margin:10px 0;padding:5px 15px}select{width:100%;border:1px solid rgba(135,135,135,.1490196078);border-radius:5px;background-color:#fff;color:#0f0f0f;margin:10px 0;height:62px;padding:15px}.blue-bar{width:50px;height:5px;width:112px;height:12px;background-color:#00a0df}@media only screen and (min-width: 0px) and (max-width: 540px){.blue-bar{max-width:99%}}.error-msg{color:red!important}.error{border-color:red!important}.section-top,.section-content{padding:0 20px}.section-top .search-section,.section-top .sections-container,.section-content .search-section,.section-content .sections-container{width:calc(100% - 20px)}@media only screen and (min-width: 540px) and (max-width: 1367px){.section-top .search-section,.section-top .sections-container,.section-content .search-section,.section-content .sections-container{width:100%}}@media only screen and (min-width: 1367px){.section-top .search-section,.section-top .sections-container,.section-content .search-section,.section-content .sections-container{width:100%}}@media only screen and (min-width: 0px) and (max-width: 540px){.section-top{padding:0}}@media only screen and (min-width: 0px) and (max-width: 540px){.section-content{padding:0}}.margin-right-20{margin-right:20px}.section-top{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);min-height:50px;max-width:1367px;margin:25px auto;align-items:center;box-sizing:border-box;justify-content:flex-end;display:flex}@media only screen and (min-width: 0px) and (max-width: 540px){.section-top{padding:0}.section-top .section-content{padding:0 20px}}.section-top h2{margin:0;padding:0 0 10px;font-size:40px}.section-top .buttons-container{text-align:right}.section-content{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);min-height:200px;max-width:1367px;margin:0 auto;box-sizing:border-box}.section-content .buttons-container{text-align:right;margin:30px 0;width:100%}.section-bottom{width:100%;min-height:30px;margin:2px 0}ul.sections-container{display:flex;flex-wrap:wrap}ul.sections-container li.section{list-style:none;width:31%;padding:1%}@media only screen and (min-width: 540px) and (max-width: 1367px){ul.sections-container li.section{padding:0}}@media only screen and (min-width: 1367px){ul.sections-container li.section{padding:0%}}ul.sections-container li.section .image-container{width:100%;min-height:50px}.section-content button{float:right}.alert{position:fixed;bottom:20px;right:20px;width:200px;height:auto;padding:10px;box-shadow:0 0 10px #0000001a}.alert-success{background-color:#dff0d8;color:#3c763d}.alert-info{background-color:#d9edf7;color:#31708f}.alert-warning{background-color:#fcf8e3;color:#8a6d3b}.alert-danger{background-color:#f2dede;color:#a94442}footer{background-color:#1d1d1b;width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);padding:0 20px}@media only screen and (min-width: 0px) and (max-width: 540px){footer{width:calc(100% - 40px)}}footer a,footer span{color:#ededed;font-size:1em;line-height:20px}footer a{width:fit-content}footer .footer-content{padding:80px 0;max-width:1367px;margin:auto;display:flex;flex-direction:column;gap:36px;justify-content:space-between}@media (min-width: 750px){footer .footer-content{display:grid;grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width: 0px) and (max-width: 540px){footer .footer-content{padding-bottom:40px}}footer .footer-content .block-3{color:#ededed}footer .footer-content .block-3 h3{font-size:1.3rem}footer .footer-content .address{justify-content:initial;display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;gap:13px}footer .footer-content .address img{width:13px}footer .footer-content .buttons{justify-content:initial}@media only screen and (min-width: 0px) and (max-width: 540px){footer .footer-content .buttons{text-align:center}}footer .footer-content .buttons .buttons-col{width:fit-content}@media only screen and (min-width: 540px) and (max-width: 1367px){footer .footer-content .buttons .buttons-col{margin-top:10px;margin-left:0}}@media only screen and (min-width: 0px) and (max-width: 540px){footer .footer-content .buttons .buttons-col{width:100%;padding:15px;margin-left:unset}}footer .footer-content .buttons .button{background-color:#00a0df;border-radius:5px;text-transform:uppercase;font-size:14px;line-height:12px;font-weight:700;padding:20px 35px;color:#1d1d1b;display:block}footer .footer-content .buttons .button:hover{background-color:#7fc3de}@media only screen and (min-width: 0px) and (max-width: 540px){footer .footer-content .buttons .contact-us{display:flex;flex-direction:column;gap:20px}footer .footer-content .buttons .contact-us .footer-title{font-weight:700;display:block;font-size:1em}footer .footer-content .buttons .contact-us a{padding:4px}footer .footer-content .buttons .contact-us span{padding:4px}}footer .footer-content .title-contact-us{color:#ededed;font-size:1.5rem;font-weight:700}footer .footer-content .links{display:flex;gap:16px}footer .footer-content .links .links-with-icon{display:flex;flex-direction:row;align-items:baseline;gap:13px}footer .footer-content .links .links-with-icon img{height:14px;margin-right:4px;width:14px}footer .footer-content .link{text-decoration:underline;display:block;cursor:pointer}footer .footer-content .desktop-only{display:flex;flex-direction:column;gap:20px}footer .footer-content .footer-desc{display:flex;max-width:350px}@media only screen and (min-width: 0px) and (max-width: 540px){footer .footer-content .footer-desc{text-align:center}}footer .logo{max-width:200px;margin-bottom:20px;display:flex;flex-wrap:wrap}@media only screen and (min-width: 0px) and (max-width: 540px){footer .logo{margin:0 auto 20px}}footer .logo img.instaspec{width:100%}footer .logo .sub-logo{display:flex;align-items:center}@media only screen and (min-width: 0px) and (max-width: 540px){footer .logo .sub-logo{justify-content:center}}footer .logo .sub-logo span{font-size:18px;padding:0 10px 5px 0}footer .logo .sub-logo img.lajoie{width:40%}footer .copyright{width:100%;text-align:center;color:#777;font-size:15px;padding-bottom:15px}footer .mobile-only{display:none}@media only screen and (min-width: 0px) and (max-width: 540px){footer .mobile-only{display:initial}}footer .test{display:flex;flex-direction:column}header{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);padding:0 20px}.header-content{width:100%;padding:20px 0;max-width:1367px;margin:auto}.header-content .header-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;border-bottom:2px solid #a2a2a2}.header-content .header-top .header-logo{display:flex;align-items:center}.header-content .header-top .header-logo img{width:250px}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top .header-logo img{width:200px}}.header-content .header-top .header-logo span{padding-top:16px;font-size:1.2em;color:#fff;margin-left:10px}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top{border-bottom:none}}.header-content .header-top .header-menu{min-height:68px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top .header-menu{flex-wrap:nowrap;gap:23px}.header-content .header-top .header-menu img{max-width:150px}.header-content .header-top .header-menu .header-menu-buttons{display:flex;align-items:center;gap:5px;padding-bottom:5px}.header-content .header-top .header-menu .header-menu-buttons a{max-width:30px;padding:0}.header-content .header-top .header-menu .header-menu-buttons a img{width:22px}}@media only screen and (min-width: 1367px){.header-content .header-top .header-menu{max-width:1060px}}.header-content .header-top .header-menu.my-projects{justify-content:flex-start}.header-content .header-top .header-menu.my-account{justify-content:flex-end}.header-content .header-top .menu-button{display:inline;flex-direction:row;justify-content:center;align-items:center;gap:14px;margin:0 5px;border-top:2px solid #a2a2a2;border-left:2px solid #a2a2a2;border-right:2px solid #a2a2a2;border-radius:5px 5px 0 0;text-transform:uppercase;color:#fff;font-size:19px;line-height:19px;padding:20px 35px;font-family:work sans;font-size:16px;cursor:pointer}.header-content .header-top .menu-button img{height:18px;margin:-1px;padding-left:4px}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top .menu-button{display:none}}.header-content .header-top .menu-button:hover{background-color:#a2a2a2;color:#fff}.header-content .header-top .menu-button.current{display:inline;background-color:#777;cursor:default}.header-content .header-top .menu-link{margin:0 5px;padding:0 25px 10px;color:#fff;font-size:19px;line-height:19px;cursor:pointer}.header-content .header-top .menu-link img{height:24px;margin:-1px;padding-left:4px}.header-content .header-top .menu-link a{color:#fff;text-decoration:none}.header-content .header-top .menu-link span+img{margin-left:.5rem}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top .menu-link span{display:none}}.header-content .header-top .menu-link.mobile-only{display:none}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-top .menu-link.mobile-only{display:initial}.header-content .header-top .menu-link.menu-lang{display:none}}.header-content .header-text{display:flex;flex-wrap:wrap;align-items:flex-end;margin-top:30px;margin-bottom:15px}.header-content .header-text h1.header-title{color:#fff;margin:0 30px 0 0;font-size:50px;line-height:40px}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-text h1.header-title{font-size:40px}}.header-content .header-text p.header-subtitle{color:#fff;margin:10px 0 0;font-size:1.2em}@media only screen and (min-width: 0px) and (max-width: 540px){.header-content .header-text p.header-subtitle{margin-top:8px}}#menu-mobile{display:none;position:fixed;top:0;left:0;min-height:100%;width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);padding:0 20px;z-index:10}#menu-mobile .header-content .menu-button{display:block;font-weight:700;color:#fff;text-transform:uppercase;padding:16px 0;font-size:22px}#menu-mobile .header-bottom{display:flex;justify-content:space-between;padding:20px 0;position:absolute;bottom:0;width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px)}#menu-mobile .header-bottom .link-lang a{font-size:22px;text-decoration:none;color:#fff}.btn-lang-mobile{display:block;font-weight:700;color:#fff;text-transform:uppercase;padding:16px 0;font-size:22px}.nav-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px}@media only screen and (min-width: 0px) and (max-width: 540px){.nav-wrapper{padding-left:20px;margin-bottom:20px}}.nav-wrapper .route{font-family:Work Sans;font-size:1.1em;color:#0f0f0f;display:flex;align-items:center}.nav-wrapper .route.bold{font-weight:700}.nav-wrapper .route.clickable-route:hover{cursor:pointer;text-decoration:underline;font-weight:700}.nav-wrapper img{height:15px;width:auto}@media only screen and (min-width: 0px) and (max-width: 540px){.style-home{margin-top:25px}}@media only screen and (min-width: 1367px){.style-home{margin-left:59px;margin-top:25px}}@media only screen and (min-width: 540px) and (max-width: 1367px){.style-home{margin-top:25px;padding-left:40px}}@media only screen and (min-width: 0px) and (max-width: 540px){.my-account{padding:0}}@media only screen and (min-width: 540px) and (max-width: 1367px){.my-account{padding-left:20px}}@media only screen and (min-width: 1367px){.my-account{padding-left:20px}}.MuiFormLabel-asterisk{color:red!important;font-size:x-large}.layout-wrapper .section-top{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:13px;width:100%;min-height:50px}.layout-wrapper .section-top h1{text-transform:capitalize;font-family:helvetica-neue,sans-serif;font-size:2em;font-weight:700;color:#464646;margin:0}@media only screen and (min-width: 540px) and (max-width: 1367px){.layout-wrapper .section-top h1{font-size:1.8em}}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper .section-top h1{font-size:1.6em}}.layout-wrapper .section-top h2{text-transform:capitalize;font-family:Helvetica-Neue,sans-serif;font-size:1.5em;font-weight:600;color:#777}@media only screen and (min-width: 540px) and (max-width: 1367px){.layout-wrapper .section-top h2{font-size:1.3em}}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper .section-top h2{font-size:1.1em}}.layout-wrapper .section-top h2{margin:0;padding:0 0 10px}.layout-wrapper .section-top .buttons-container{text-align:right}.layout-wrapper .section-content{width:100%;min-height:200px;padding-bottom:100px}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper .section-content{padding-bottom:0}}.layout-wrapper .section-content .project-name-input input{border:none;box-shadow:none;color:#464646}.layout-wrapper .section-content .buttons-container{text-align:right;margin:30px 0;width:100%}.layout-wrapper .section-bottom{width:100%;min-height:30px;margin:2px 0}.layout-wrapper .search-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:50px;padding-right:5px}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper .search-section{padding-left:18px;flex-direction:column;gap:10px}}.layout-wrapper .search-section input,.layout-wrapper .search-section select{box-shadow:0 3px 6px #0f0f0f1a;outline:none;flex:2 1;color:#a2a2a2;font-family:helvetica-neue,sans-serif;font-size:1em;font-weight:400}.layout-wrapper ul.sections-container{display:flex;justify-content:flex-start;gap:15px;flex-wrap:wrap}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper ul.sections-container{padding-left:0}}@media only screen and (min-width: 540px) and (max-width: 1367px){.layout-wrapper ul.sections-container{padding-left:0;justify-content:space-between}}@media only screen and (min-width: 1367px){.layout-wrapper ul.sections-container{padding-left:0%;justify-content:space-between}}.layout-wrapper ul.sections-container li.section{list-style:none;width:calc(23% - 16px);max-width:261px;transition:all ease-in-out .2s;cursor:pointer}@media only screen and (min-width: 540px) and (max-width: 1367px){.layout-wrapper ul.sections-container li.section{width:calc(45% - 16px)}}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper ul.sections-container li.section{width:100%}}.layout-wrapper ul.sections-container li.section:hover{opacity:.8}.layout-wrapper ul.sections-container li.section .image-container{display:grid;width:100%;overflow:hidden}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper ul.sections-container li.section .image-container{place-items:flex-start;padding-left:18px}}.layout-wrapper ul.sections-container li.section .image-container img{width:100%}.layout-wrapper ul.sections-container li.section .device-name-text{margin-top:16px;font-family:helvetica-neue,sans-serif;font-size:1.2em;font-weight:600;color:#464646;padding-left:15px}@media only screen and (min-width: 540px) and (max-width: 1367px){.layout-wrapper ul.sections-container li.section .device-name-text{font-size:1.3em}}@media only screen and (min-width: 0px) and (max-width: 540px){.layout-wrapper ul.sections-container li.section .device-name-text{font-size:1.1em}}.section-top{justify-content:space-between}.section-top h2 .salutation{font-weight:400}@media only screen and (min-width: 0px) and (max-width: 540px){.section-top h2 .salutation{font-size:.8em}}@media only screen and (min-width: 0px) and (max-width: 540px){.section-top h2{align-items:flex-start}}td.buttons{text-align:center}td.buttons a{margin:0 5px}.hi-name-wrapper{display:flex}.hi-name-wrapper .create-project{background-color:#00a0df;border-radius:5px;cursor:pointer;border:none;padding:15px 13px;margin:0;width:fit-content;height:55px;display:flex;align-items:center}.hi-name-wrapper .create-project span{text-transform:uppercase;font-size:14px;line-height:12px;text-wrap:nowrap;font-weight:700;color:#fff}.projets-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:5px 5px 0 0;margin-bottom:25px}.projets-table .table-header{background-image:linear-gradient(to right,#1d1d1b,#464646);border-radius:5px 5px 0 0}.projets-table .table-header th{padding:20px;color:#fff;text-align:left}.projets-table .table-header th:first-child{border-radius:5px 0 0}.projets-table .table-header th:last-child{border-radius:0 5px 0 0}.projets-table .table-header .mobile-only{display:none}.projets-table tr.even,.projets-table tr.even td{background-color:#ededed}.projets-table td{padding:18px 20px;border-bottom:1px solid #cecece}.projets-table .icon-name-div{display:flex;flex-direction:row;gap:10px;align-items:center;cursor:pointer}.projets-table .table-icone{width:18px;cursor:pointer}.projets-table .table-icone:hover{opacity:.8}.bottom-text-container{display:flex;gap:20px;justify-content:flex-end;padding:40px 0}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-text-container{gap:10px;justify-content:flex-start}}.bottom-text-container.home .bottom-text{color:#fff}.bottom-text-container .bottom-text{display:flex;flex-direction:column;justify-content:flex-end;gap:15px}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-text-container .bottom-text{max-width:31%}}.bottom-text-container .bottom-text span{max-width:270px;white-space:wrap;font-family:Work Sans;font-weight:700;font-size:1.2em}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-text-container .bottom-text span{font-size:.8em}}.bottom-text-container .need-help-div{display:flex;flex-direction:row;gap:8px;align-items:center;text-align:left}.bottom-text-container .need-help-div img{width:auto}@media only screen and (min-width: 540px) and (max-width: 1367px){.bottom-text-container .need-help-div{margin-top:10px}}.bottom-text-container .need-help-div .span-wrapper{display:flex;flex-direction:column}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-text-container .need-help-div .span-wrapper #need-help{font-size:13.2px}}.bottom-text-container .need-help-div .span-wrapper #contact-our{text-decoration:underline;font-weight:700;font-size:1.2em}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-text-container .need-help-div .span-wrapper #contact-our{font-size:12.4px}}.bottom-home-section{background-image:linear-gradient(to right,#1d1d1b,#464646);width:100%}.bottom-home-section .content{padding:60px 20px 0 60px;display:flex;justify-content:center;align-items:flex-start;width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);min-height:150px;margin:0 auto;gap:60px}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content{gap:40px;flex-direction:column;align-items:center}}.bottom-home-section .content .blue-bubble{display:flex;justify-content:center;align-items:center;transform:translateY(-25%);border:2px solid #00a0df;text-transform:uppercase;border-radius:50% 50% 50% 0;min-width:100px;min-height:100px;height:min-content}.bottom-home-section .content .blue-bubble span{text-transform:uppercase;font-family:Work Sans;font-size:.9em;text-align:left!important;color:#fff;font-weight:700;width:fit-content;padding:45px 15px}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content .blue-bubble span{font-size:.8em;padding:10px 15px}}.bottom-home-section .content .left-section,.bottom-home-section .content .right-section{display:flex;flex-direction:column;justify-content:center;gap:20px}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content .left-section,.bottom-home-section .content .right-section{align-items:center}.bottom-home-section .content .left-section span,.bottom-home-section .content .right-section span{margin-left:auto;margin-right:auto;text-align:center}}.bottom-home-section .content .bottom-title{display:block;font-weight:600;font-size:38px;color:#fff;padding:5px 0}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content .bottom-title{font-size:1.8em}}.bottom-home-section .content .bottom-desc{display:block;font-size:16px;color:#fff;padding:5px 0;max-width:75%;max-height:150px}.bottom-home-section .content .button-container{margin:20px 0;display:block}.bottom-home-section .content .button-container .button{padding:20px 40px;background-color:#00a0df;border-radius:5px;text-transform:uppercase;font-weight:700;font-size:.9em;color:#1d1d1b;border:none;display:flex;justify-content:center;align-items:center;text-align:center}.bottom-home-section .content .button-container .button span{margin-left:-50%;transform:translate(-50%);font-size:.9em}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content .button-container .button{padding:20px 10px;font-size:.8em}}.bottom-home-section .content .button-container #request-guide-btn{max-width:55%}@media only screen and (min-width: 540px) and (max-width: 1367px){.bottom-home-section .content .button-container #request-guide-btn{max-width:380px}}@media only screen and (min-width: 0px) and (max-width: 540px){.bottom-home-section .content .button-container #request-guide-btn{max-width:unset}}.bottom-home-section .content .button:hover{background-color:#7fc3de}.bottom-home-section .content #price-may-change{text-align:center;font-size:.8em;color:#a2a2a2}.section-top .buttons-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:60px;font-size:12px}@media only screen and (min-width: 540px) and (max-width: 1367px){.section-top .buttons-container{gap:30px}}.section-top .buttons-container .need-help-div{display:flex;flex-direction:row;gap:13px;align-items:center;text-align:left}@media only screen and (min-width: 540px) and (max-width: 1367px){.section-top .buttons-container .need-help-div{margin-top:10px}}.section-top .buttons-container .need-help-div .span-wrapper{display:flex;flex-direction:column;font-size:1.15em}.section-top .buttons-container .need-help-div .span-wrapper #contact-our{text-decoration:underline;font-weight:700}.section-top .buttons-container button{margin:5px}@media only screen and (min-width: 0px) and (max-width: 540px){.section-top{flex-direction:column;align-items:flex-start;justify-content:center;margin:auto;gap:20px}.section-top .buttons-container{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;margin-bottom:15px}}@media (max-width: 600px){.projets-table{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.projets-table thead,.projets-table tbody,.projets-table .table-header{width:100%}.projets-table .table-header th{width:-moz-calc(50% - 40px);width:-webkit-calc(50% - 40px);width:-o-calc(50% - 40px);width:calc(50% - 40px)}.projets-table .table-header .desktop-only{display:none}.projets-table .table-header .mobile-only{display:initial}.projets-table tr{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.projets-table tr td{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:10px 0;margin:0 20px}.projets-table tr td .mobile-only{display:initial}.projets-table tr td .mobile-table-header{width:-moz-calc(50% + 20px);width:-webkit-calc(50% + 20px);width:-o-calc(50% + 20px);width:calc(50% + 20px);font-weight:700}.projets-table tr.open .hidden-on-close{display:initial}.projets-table tr.close .hidden-on-close{display:none}}.selected{background-color:#a2a2a2}.selected:hover{background-color:#d1cece;color:#000}.unselected{background-color:#0f0f0f}.unselected:hover{background-color:#d1cece;color:#000}.mobile-help-box .buttons-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:60px;font-size:12px}@media only screen and (min-width: 540px) and (max-width: 1367px){.mobile-help-box .buttons-container{gap:30px}}.mobile-help-box .need-help-div{display:flex;flex-direction:row;gap:13px;align-items:center;text-align:left}@media only screen and (min-width: 540px) and (max-width: 1367px){.mobile-help-box .need-help-div{margin-top:10px}}.mobile-help-box .need-help-div .span-wrapper{display:flex;flex-direction:column;font-size:1.15em}.mobile-help-box .need-help-div .span-wrapper #contact-our{text-decoration:underline;font-weight:700}.top-text-container{display:flex;gap:20px;justify-content:flex-end}@media only screen and (min-width: 0px) and (max-width: 540px){.top-text-container{gap:10px;justify-content:flex-start}}.top-text-container .text{display:flex;flex-direction:column;justify-content:flex-end;gap:15px}@media only screen and (min-width: 0px) and (max-width: 540px){.top-text-container .text{max-width:31%}}.top-text-container .text span{max-width:270px;white-space:wrap;font-family:Work Sans;font-weight:700;font-size:1.2em}@media only screen and (min-width: 0px) and (max-width: 540px){.top-text-container .text span{font-size:.8em}}.top-text-container .need-help-div{display:flex;flex-direction:row;gap:8px;align-items:center;text-align:left}.top-text-container .need-help-div img{width:auto}@media only screen and (min-width: 540px) and (max-width: 1367px){.top-text-container .need-help-div{margin-top:10px}}.top-text-container .need-help-div .span-wrapper{display:flex;flex-direction:column}@media only screen and (min-width: 0px) and (max-width: 540px){.top-text-container .need-help-div .span-wrapper #need-help{font-size:13.2px}}.top-text-container .need-help-div .span-wrapper #contact-our{text-decoration:underline;font-weight:700;font-size:1.2em}@media only screen and (min-width: 0px) and (max-width: 540px){.top-text-container .need-help-div .span-wrapper #contact-our{font-size:12.4px}}.input-with-icon{position:relative;display:flex;flex:2 1;min-width:200px;max-width:300px}@media only screen and (min-width: 540px) and (max-width: 1367px){.input-with-icon{max-width:200px}}@media only screen and (min-width: 0px) and (max-width: 540px){.input-with-icon{max-width:unset;width:100%;width:250px}}.input-with-icon input,.input-with-icon select{border:2px solid rgba(135,135,135,.1490196078);box-shadow:0 2px 3px #0f0f0f2d;outline:none;flex:2 1;color:#a2a2a2;font-family:helvetica-neue,sans-serif;font-size:1em;font-weight:400}.input-with-icon img{position:absolute;right:18px;top:50%;transform:translateY(-50%);height:22.5px;width:auto}@media only screen and (min-width: 0px) and (max-width: 540px){.teste{margin-top:40px}}.question-box{align-self:flex-end;max-height:50px;align-items:center;width:350px;padding-bottom:20px}.question-box #need-help{text-wrap:nowrap}.question-box .span-wrapper{display:flex;flex-direction:column}.question-box #contact-our{text-decoration:underline;font-weight:700}.current-milieu-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%}@media only screen and (min-width: 0px) and (max-width: 540px){.current-milieu-section{padding:12px 18px}}.current-milieu-section .title-wrapper{display:flex;flex-direction:column;gap:10px}.current-milieu-section .title-wrapper .title{font-size:2.2em;color:#000;font-weight:700;text-transform:capitalize}@media only screen and (min-width: 0px) and (max-width: 540px){.current-milieu-section .title-wrapper .title{font-size:1.6em}}.current-milieu-section .title-wrapper .color-border{border-bottom:12px solid #00a0df;width:112px}.current-milieu-section .milieu-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;justify-items:center;width:100%;margin-top:5px}.current-milieu-section .milieu-row .milieu-name{font-size:1.1em;color:#fff}.current-milieu-section .milieu-row img{cursor:pointer;height:21px;width:auto}@media only screen and (min-width: 540px) and (max-width: 1367px){.current-milieu-section .milieu-row img{height:45px}}@media only screen and (min-width: 0px) and (max-width: 540px){.current-milieu-section .milieu-row img{height:21px;color:#00a0df}}.current-milieu-section .device-row{margin-top:10px;display:flex;flex-direction:column;gap:5px}.current-milieu-section .device-row .title{font-size:1.1em;color:#00a1e0}.current-milieu-section .device-row .device-name{font-size:1.4em;color:#b7b7b7;font-weight:700}.configurator{font-family:Work Sans}.configurator .produit-attributs{position:fixed;top:0;right:0;transform:translate(-100%);background-color:#fff;border:1px solid #000000;padding:15px;display:flex;flex-direction:column;gap:2px;z-index:10}.configurator .burger-icon{filter:invert(1);padding:19px 11px}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .section-top{margin-bottom:0;padding-bottom:0}}.configurator .layout-wrapper{padding:0}.configurator .layout-wrapper .section-content{display:grid;grid-template-rows:1fr;grid-template-columns:1fr 3fr;width:100%;gap:45px}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content{grid-template-columns:1fr}}@media only screen and (min-width: 540px) and (max-width: 1367px){.configurator .layout-wrapper .section-content{grid-template-columns:1fr 2fr;gap:10px}}.configurator .layout-wrapper .section-content .pieces-list,.configurator .layout-wrapper .section-content .filters-list{display:flex;flex-direction:column}.configurator .layout-wrapper .section-content .pieces-list input[type=checkbox],.configurator .layout-wrapper .section-content .filters-list input[type=checkbox]{box-shadow:none!important;flex:none;margin:0;width:16px;height:18px;accent-color:black}.configurator .layout-wrapper .section-content .left-section .subtitle{padding:10px 22px;text-transform:capitalize}.configurator .layout-wrapper .section-content .left-section .device-name{padding:0 22px 10px;border-bottom:10px solid #95c240;text-transform:capitalize;font-weight:400}.configurator .layout-wrapper .section-content .left-section .subtitle{font-size:1.1em;color:#00a0df}.configurator .layout-wrapper .section-content .left-section .pieces-section{display:flex;flex-direction:column;gap:10px;height:fit-content;background:transparent linear-gradient(66deg,#0f0f0f,#464646) 0% 0% no-repeat padding-box}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .pieces-section{background:unset;background-color:#000}}.configurator .layout-wrapper .section-content .left-section .pieces-section .device-name{font-size:1.2em;text-transform:capitalize;color:#b7b7b7;font-weight:700}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row{display:flex;flex-direction:row;gap:9px;padding-bottom:6px}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .btn-secondary,.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .btn-primary,.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .btn-green{padding:9px 21px}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .left img,.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .right img{filter:brightness(0) invert(1)}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .left{width:1em;display:flex;flex-direction:row;align-items:center}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .left img{width:1em}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .right{width:100%;display:flex;flex-direction:row;justify-content:space-between}.configurator .layout-wrapper .section-content .left-section .pieces-section .list-item-row .close-button{width:1em}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list{border-bottom:10px solid #00a0df}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .piece-section{display:flex;flex-direction:column;gap:10px;background-color:transparent;padding:19px 15px;border-top:1px solid #878787}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .piece-section.open{background:#fff3 0% 0% no-repeat padding-box;border-bottom:none}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .piece-section .piece{color:#fff;cursor:pointer;text-transform:capitalize;font-size:1.15em}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .piece-section .piece.open{font-weight:700;font-size:1.15em}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .collapse-content{background-color:#fff;display:flex;flex-direction:column;gap:19px;align-items:center;padding:18px}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .collapse-content{padding:0}}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card{display:flex;flex-direction:column;gap:15px;width:100%;padding-left:4px}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .details-section{display:flex;flex-direction:row;gap:17px}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card img{width:80px}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .details{display:flex;flex-direction:column;align-self:center;justify-content:space-between;gap:10px;text-transform:capitalize}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .details .label{color:#fff;font-size:15px}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .details .sku{color:#b7b7b7;font-style:italic}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .command-section{display:flex;flex-direction:column;width:100%;gap:8px}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .command-section .dont-include-wrapper{display:flex;flex-direction:row;gap:8px;font-size:15px;color:#fff}.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .command-section button{text-transform:uppercase;display:flex;align-self:flex-end}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .pieces-section .pieces-list .chosen-produit-card .command-section button{align-self:flex-start}}.configurator .layout-wrapper .section-content .left-section .pieces-section .piece-list-command-container{display:flex;align-items:center;justify-content:center;padding:35px 60px}.configurator .layout-wrapper .section-content .left-section .pieces-section .piece-list-command-container button{padding:15px 21px}.configurator .layout-wrapper .section-content .left-section .filters-section{background-color:#f2f0f0}.configurator .layout-wrapper .section-content .left-section .filters-section .list-item-row img{filter:unset}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .filters-section{background-color:#fff0;padding:20px 0;width:100%}.configurator .layout-wrapper .section-content .left-section .filters-section.open{background-color:#3a3a3a}}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list{display:flex;flex-direction:column;gap:20px;width:100%}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section{display:flex;flex-direction:column;gap:10px;background-color:transparent;padding:10px 22px}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section.open{background:#1e121233 0% 0% no-repeat padding-box;border-bottom:none}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filter-name{text-transform:capitalize;font-size:1.2em;font-weight:700;max-width:100%}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filter-name{color:#fff}}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filters-of-type-options-list{display:flex;flex-direction:column;gap:10px;font-size:1em}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filters-of-type-options-list .filter-value{font-family:Work Sans;display:flex;flex-direction:row;gap:13px}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filters-of-type-options-list .filter-value{color:#fff}}.configurator .layout-wrapper .section-content .left-section .filters-section .filters-list .filter-section .filters-of-type-options-list .filter-value input{border:1.15px solid var(--unnamed-color-ffffff);border:1px solid #ffffff;padding:5px}.configurator .layout-wrapper .section-content .grid-section{display:flex;flex-direction:column;gap:39px}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .grid-section{padding-bottom:20px}}@media only screen and (min-width: 540px) and (max-width: 1367px){.configurator .layout-wrapper .section-content .grid-section{justify-content:space-between}}@media only screen and (min-width: 1367px){.configurator .layout-wrapper .section-content .grid-section{justify-content:space-between}}.configurator .layout-wrapper .section-content .grid-section .configuratorSearchBar{margin-right:0}.configurator .layout-wrapper .section-content .grid-section .top-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:baseline;width:100%;gap:15px}.configurator .layout-wrapper .section-content .grid-section .top-section .title{font-size:2.3em;text-transform:capitalize;font-weight:700}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .grid-section .top-section #open-piece{display:none}}@media only screen and (min-width: 540px) and (max-width: 1367px){.configurator .layout-wrapper .section-content .grid-section .top-section{flex-wrap:nowrap}}@media only screen and (min-width: 540px) and (max-width: 1367px) and (max-width: 1023px){.configurator .layout-wrapper .section-content .grid-section .top-section{max-width:calc(100% - 15px)}}.configurator .layout-wrapper .section-content .grid-section .produits-grid{display:grid;justify-content:baseline;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;gap:45px;height:max-content;width:100%}@media only screen and (min-width: 540px) and (max-width: 1367px){.configurator .layout-wrapper .section-content .grid-section .produits-grid{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 0px) and (max-width: 540px){.configurator .layout-wrapper .section-content .grid-section .produits-grid{grid-template-columns:1fr}}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card{display:flex;flex-direction:column;justify-content:space-between;gap:5px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .btn-primary,.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .btn-black{white-space:nowrap;padding:15px 35px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-image-container{height:250px;width:250px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-image{width:auto;height:auto;cursor:pointer;max-height:250px;max-width:250px;min-width:250px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-info-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-card-info{display:flex;flex-direction:column;gap:5px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-brand{color:#0600e9;font-size:.9em}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-name{font-size:1.15em;font-weight:700;max-width:180px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-sku{font-size:1em;padding-bottom:10px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .produit-price{color:#0600e9;font-size:1.1em;margin-top:19px}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .attribute-label{font-size:.9em;font-weight:600;color:#464646}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .attribute-value{font-size:.8em;color:#464646}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .buttons-section{display:flex;flex-direction:column;gap:10px;width:100%;justify-content:baseline}.configurator .layout-wrapper .section-content .grid-section .produits-grid .produit-card .buttons-section .button-row{display:flex;flex-direction:row;gap:5px;align-self:center;margin-top:10px}.configurator .pieces-section .filters-heading,.configurator .filters-section .filters-heading{padding:10px 0}.configurator .pieces-section .list-item-row,.configurator .filters-section .list-item-row{display:flex;flex-direction:row;align-items:center;gap:9px;cursor:pointer}.configurator .pieces-section .list-item-row .left img,.configurator .pieces-section .list-item-row .right img,.configurator .filters-section .list-item-row .left img,.configurator .filters-section .list-item-row .right img{filter:brightness(0) invert(1)}.configurator .pieces-section .list-item-row .left,.configurator .filters-section .list-item-row .left{width:1em;display:flex;flex-direction:row;align-items:center}.configurator .pieces-section .list-item-row .left img,.configurator .filters-section .list-item-row .left img{width:1em}.configurator .pieces-section .list-item-row .right,.configurator .filters-section .list-item-row .right{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.configurator .pieces-section .list-item-row .close-button,.configurator .filters-section .list-item-row .close-button{width:1em;cursor:pointer}.configurator .bottom-btns{display:flex;flex-direction:column;height:150px;justify-content:space-between;align-items:center}@media only screen and (min-width: 540px) and (max-width: 1367px){.configurator .bottom-btns{margin-top:45px;height:fit-content;width:100%;flex-direction:row;justify-content:space-evenly}}@media only screen and (min-width: 1367px){.configurator .bottom-btns{height:fit-content;width:100%;flex-direction:row;justify-content:space-evenly}}.configurator .bottom-btns .add-device-button{align-self:center}.configurator .bottom-btns .go-my-project{min-width:230px}.filter-mobile-container{width:100%;z-index:2;position:absolute;opacity:90%}.filter-mobile-container .filter-line{background-color:#939393;width:100%;height:13px}.filter-mobile-container .filter-pop-up{background-color:#545454;width:70%;padding:10px;border-radius:0 0 35px}.filter-mobile-container .filter-pop-up .filter-title-div{display:flex;color:#fff;width:98%;justify-content:space-between;align-items:baseline}.filter-mobile-container .filter-pop-up .filter-type-container{padding-left:10px;margin-top:15px}.filter-mobile-container .filter-pop-up .filter-type-container .filter-type-title{display:flex;gap:10px}.filter-mobile-container .filter-pop-up .filter-type-container .filter-type-title span{font-size:20px;color:#fff;font-weight:600}.filter-mobile-container .filter-pop-up .filter-type-container .filter-options-container{list-style:none;display:flex;flex-direction:column;gap:10px}.filter-mobile-container .filter-pop-up .filter-type-container .filter-options-container .filter-li-option{display:flex;align-items:center;gap:5px;color:#fff}.burger-icon-container{display:flex;background-color:#939393;overflow:hidden;padding:0 10px 5px;width:fit-content;color:#fff;margin-left:45px;border-radius:0 0 6px 6px}.burger-icon-container img{padding-left:10px;width:11.5px}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:hidden;max-width:100vw;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;display:flex;justify-content:center;padding-top:27px;font-family:Helvetica Neue,sans-serif;color:#464646}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper{padding:0}}.popup-wrapper .column-group{display:flex;flex-direction:column}.popup-wrapper .row-group{display:flex;flex-direction:row}.popup-wrapper .circle{width:35px;height:35px;background-color:#777;border-radius:50%}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .circle{width:20px;height:20px}}.popup-wrapper .popup-top{width:100%;height:100px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin:unset}.popup-wrapper .popup-top .close-button{font-weight:600;font-size:1.5em;margin-right:30px;cursor:pointer}@media only screen and (min-width: 540px) and (max-width: 1367px){.popup-wrapper .popup-top .close-button{margin-right:15px;font-size:2.4em}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-top .close-button{position:fixed;top:10px;right:10px;margin-right:10px;font-size:2em}}@media only screen and (min-width: 540px) and (max-width: 1367px){.popup-wrapper .popup-top{height:75px}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-top{height:50px}}.popup-wrapper .popup-box{position:relative;background-color:#fff;border:1px solid #707070;overflow-y:auto;padding-bottom:20px;height:fit-content;max-width:90%;max-height:90%}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box{max-width:unset;max-height:unset;width:100%;height:100%}}.popup-wrapper .popup-box .popup-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:53px;justify-content:center;width:100%;height:min-content;padding-bottom:20px}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content{gap:15px;flex-direction:column;align-items:center;justify-content:center}}.popup-wrapper .popup-box .popup-content .left-section,.popup-wrapper .popup-box .popup-content .right-section{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:calc(49% - 53px);max-width:550px;max-height:50%}@media only screen and (min-width: 540px) and (max-width: 1367px){.popup-wrapper .popup-box .popup-content .left-section,.popup-wrapper .popup-box .popup-content .right-section{justify-content:center}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section,.popup-wrapper .popup-box .popup-content .right-section{width:100%;max-width:80%;justify-content:center;width:auto}}.popup-wrapper .popup-box .popup-content .left-section .content-description,.popup-wrapper .popup-box .popup-content .right-section .content-description{display:flex;flex-direction:column;justify-content:space-between}.popup-wrapper .popup-box .popup-content .left-section .content-bottom,.popup-wrapper .popup-box .popup-content .right-section .content-bottom{gap:10px;justify-content:center}.popup-wrapper .popup-box .popup-content .left-section .content-bottom #price-unit,.popup-wrapper .popup-box .popup-content .right-section .content-bottom #price-unit{font-size:1em;font-weight:600;color:#464646}.popup-wrapper .popup-box .popup-content .left-section .content-top,.popup-wrapper .popup-box .popup-content .left-section .content-center,.popup-wrapper .popup-box .popup-content .left-section .content-bottom,.popup-wrapper .popup-box .popup-content .right-section .content-top,.popup-wrapper .popup-box .popup-content .right-section .content-center,.popup-wrapper .popup-box .popup-content .right-section .content-bottom{display:flex;flex-direction:column;gap:10px}.popup-wrapper .popup-box .popup-content .left-section .content-top .subtitle,.popup-wrapper .popup-box .popup-content .left-section .content-center .subtitle,.popup-wrapper .popup-box .popup-content .left-section .content-bottom .subtitle,.popup-wrapper .popup-box .popup-content .right-section .content-top .subtitle,.popup-wrapper .popup-box .popup-content .right-section .content-center .subtitle,.popup-wrapper .popup-box .popup-content .right-section .content-bottom .subtitle{text-transform:capitalize;font-size:1em;font-weight:700;color:#464646}.popup-wrapper .popup-box .popup-content .left-section .content-top .title,.popup-wrapper .popup-box .popup-content .left-section .content-center .title,.popup-wrapper .popup-box .popup-content .left-section .content-bottom .title,.popup-wrapper .popup-box .popup-content .right-section .content-top .title,.popup-wrapper .popup-box .popup-content .right-section .content-center .title,.popup-wrapper .popup-box .popup-content .right-section .content-bottom .title{font-size:2em;font-weight:700;color:#464646}.popup-wrapper .popup-box .popup-content .left-section .content-top .description,.popup-wrapper .popup-box .popup-content .left-section .content-center .description,.popup-wrapper .popup-box .popup-content .left-section .content-bottom .description,.popup-wrapper .popup-box .popup-content .right-section .content-top .description,.popup-wrapper .popup-box .popup-content .right-section .content-center .description,.popup-wrapper .popup-box .popup-content .right-section .content-bottom .description{font-size:.9em;color:#464646}@media only screen and (min-width: 540px) and (max-width: 1367px){.popup-wrapper .popup-box .popup-content .left-section .content-top .description,.popup-wrapper .popup-box .popup-content .left-section .content-center .description,.popup-wrapper .popup-box .popup-content .left-section .content-bottom .description,.popup-wrapper .popup-box .popup-content .right-section .content-top .description,.popup-wrapper .popup-box .popup-content .right-section .content-center .description,.popup-wrapper .popup-box .popup-content .right-section .content-bottom .description{font-size:.8em}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section .content-top .description,.popup-wrapper .popup-box .popup-content .left-section .content-center .description,.popup-wrapper .popup-box .popup-content .left-section .content-bottom .description,.popup-wrapper .popup-box .popup-content .right-section .content-top .description,.popup-wrapper .popup-box .popup-content .right-section .content-center .description,.popup-wrapper .popup-box .popup-content .right-section .content-bottom .description{font-size:.7em}}.popup-wrapper .popup-box .popup-content .left-section .content-center,.popup-wrapper .popup-box .popup-content .right-section .content-center{max-height:min-content}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section .content-center,.popup-wrapper .popup-box .popup-content .right-section .content-center{width:100%;height:30%}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section .content-top,.popup-wrapper .popup-box .popup-content .right-section .content-top{gap:0}}.popup-wrapper .popup-box .popup-content .left-section .main-image,.popup-wrapper .popup-box .popup-content .right-section .main-image{width:auto;max-width:350px}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section .main-image,.popup-wrapper .popup-box .popup-content .right-section .main-image{margin:auto;width:250px;height:auto}}.popup-wrapper .popup-box .popup-content .left-section .image-group,.popup-wrapper .popup-box .popup-content .right-section .image-group{display:flex;flex-direction:row;gap:5px}.popup-wrapper .popup-box .popup-content .left-section .image-group .image-wrapper,.popup-wrapper .popup-box .popup-content .right-section .image-group .image-wrapper{cursor:pointer}.popup-wrapper .popup-box .popup-content .left-section .image-group .image-wrapper.active,.popup-wrapper .popup-box .popup-content .right-section .image-group .image-wrapper.active{border:2px solid #707070;height:fit-content}.popup-wrapper .popup-box .popup-content .left-section .image-group .image-wrapper img,.popup-wrapper .popup-box .popup-content .right-section .image-group .image-wrapper img{width:87px;height:auto}@media only screen and (min-width: 540px) and (max-width: 1367px){.popup-wrapper .popup-box .popup-content .left-section .image-group .image-wrapper img,.popup-wrapper .popup-box .popup-content .right-section .image-group .image-wrapper img{width:50px}}@media only screen and (min-width: 0px) and (max-width: 540px){.popup-wrapper .popup-box .popup-content .left-section .image-group .image-wrapper img,.popup-wrapper .popup-box .popup-content .right-section .image-group .image-wrapper img{width:40px}}.popup-wrapper .popup-box .grey-button{background-color:#a2a2a2;padding:10px 15px;width:fit-content}.login-background{min-height:100%;background-size:cover}.login-background .login-container{padding:147px 0;max-width:1367px;margin:auto;display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container{width:100%;padding-top:50px}}.login-background .login-container .mobile-footer{display:none}.login-background .login-container .mobile-footer h2,.login-background .login-container .mobile-footer p{color:#fff}.login-background .login-container .login-column{width:500px;padding-right:110px;flex-wrap:wrap;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px);text-align:center;padding:0;margin-bottom:30px;width:100%}}.login-background .login-container .login-column .logo{width:450px;flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:60px;display:flex;flex-wrap:wrap}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column .logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin:0 auto 20px;max-width:100%}}.login-background .login-container .login-column .logo img.instaspec{height:53px}.login-background .login-container .login-column .logo .sub-logo{display:flex;align-items:center}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column .logo .sub-logo{justify-content:center;width:100%}}.login-background .login-container .login-column .logo .sub-logo span{font-size:18px;padding:0 10px 5px 0;color:#fff}.login-background .login-container .login-column .logo .sub-logo img.lajoie{width:80px}.login-background .login-container .login-column h2,.login-background .login-container .login-column p{color:#fff;font-family:Work Sans}.login-background .login-container .login-column h2{font-size:40px;line-height:20px}.login-background .login-container .login-column p{font-size:18px;line-height:22px;margin:0 0 28px;display:block}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column h2,.login-background .login-container .login-column p,.login-background .login-container .login-column .blue-bar{display:none}}.login-background .login-container .login-column-2{width:675px;margin:40px 0}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 540px) and (max-width: 1367px){.login-background .login-container .login-column-2{width:auto;align-self:center}}@media only screen and (min-width: 1367px){.login-background .login-container .login-column-2{width:auto;align-self:center}}.login-background .login-container .login-column-2 .login-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin-bottom:77px}@media only screen and (min-width: 1367px){.login-background .login-container .login-column-2 .login-header .login-header-col1{margin-right:1rem}}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2 .login-header{width:100%;text-align:center;justify-content:center;margin-bottom:40px}.login-background .login-container .login-column-2 .login-header .login-header-col2{display:none}}.login-background .login-container .login-column-2 .login-header img{width:85px}.login-background .login-container .login-column-2 .login-content{background-color:#0f0f0f;border-radius:5px;padding:101px 77px}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2 .login-content{padding:47px 35px;width:auto}}.login-background .login-container .login-column-2 .login-content h2{color:#fff;margin:0 0 7px;font-size:50px;line-height:58px;font-family:Work Sans;font-weight:700}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2 .login-content h2{font-size:35px}}.login-background .login-container .login-column-2 .login-content h4{color:#fff;margin:0;font-size:20px;line-height:20px;font-weight:400;font-family:Work Sans}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2 .login-content h4{font-size:1em;max-width:190px}}.login-background .login-container .login-column-2 .login-content input:-internal-autofill-selected,.login-background .login-container .login-column-2 .login-content input:-webkit-autofill,.login-background .login-container .login-column-2 .login-content input:-webkit-autofill:focus{background-color:#0f0f0f!important;color:#fff!important;transition:background-color 600000s 0s,color 600000s 0s}.login-background .login-container .login-column-2 .login-content input[type=text],.login-background .login-container .login-column-2 .login-content input[type=password]{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-o-calc(100% - 30px);width:calc(100% - 30px);border:1px solid #878787;border-radius:5px;background-color:#0f0f0f!important;color:#fff!important;margin:10px 0;padding:15px;height:30px;font-size:20px;font-family:Work Sans}.login-background .login-container .login-column-2 .login-content select{width:100%;border:1px solid #878787;border-radius:5px;background-color:#0f0f0f!important;color:#fff!important;margin:10px 0;padding:15px;height:62px;font-family:Work Sans}.login-background .login-container .login-column-2 .login-content .button-container{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .login-column-2 .login-content .button-container{display:flex;flex-direction:column;gap:15px;align-items:center;margin-top:40px}}@media only screen and (min-width: 0px) and (max-width: 540px){.login-background .login-container .mobile-footer{margin-top:45px;display:block;width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-o-calc(100% - 40px);width:calc(100% - 40px)}.login-background .login-container .mobile-footer h2{font-size:30px}}.login-background .link{color:#00a0df;text-decoration:underline;margin:5px 0;display:block;cursor:pointer}.login-background .footer-link{margin-top:50px}.login-background .footer-link .link{color:#fff;font-size:14px;text-decoration:underline}.login-background .footer-link .link-lang,.login-background .footer-link .link-lang a{color:#fff;font-size:14px;text-decoration:none}.input-password{position:relative}.input-password .toggle-eye{position:absolute;cursor:pointer;top:-moz-calc(50% - 10px);top:-webkit-calc(50% - 10px);top:-o-calc(50% - 10px);top:calc(50% - 10px);right:15px;width:24px}@font-face{font-family:Work Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/work-sans-vietnamese-400-normal-BxGuknnG.woff2) format("woff2"),url(/assets/work-sans-vietnamese-400-normal-DFZk_KN_.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Work Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/work-sans-latin-ext-400-normal-CjUdILUK.woff2) format("woff2"),url(/assets/work-sans-latin-ext-400-normal-BU0CIkwa.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Work Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/work-sans-latin-400-normal-CzmC_l3Q.woff2) format("woff2"),url(/assets/work-sans-latin-400-normal-DtsoZsT4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Work Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/work-sans-latin-400-normal-CzmC_l3Q.woff2) format("woff2"),url(/assets/work-sans-latin-400-normal-DtsoZsT4.woff) format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/work-sans-latin-600-normal-CQPKeRTL.woff2) format("woff2"),url(/assets/work-sans-latin-600-normal-D3vJm26l.woff) format("woff")}.singleProjet{font-family:Helvetica Neue}.singleProjet .layout-wrapper{padding:0}.singleProjet .layout-wrapper .section-content{width:100%;gap:45px}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjet .layout-wrapper .section-content{grid-template-columns:1fr 2fr}}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjet .layout-wrapper .section-content{grid-template-columns:1fr}}.singleProjet .layout-wrapper .section-content .projet-info-row{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid grey;border-top:1px solid grey;padding:9px;font-size:1.2em;font-weight:600;align-items:center}.singleProjet .layout-wrapper .section-content .projet-info-row img{width:31px;cursor:pointer;transition:all ease-in-out .2s}.singleProjet .layout-wrapper .section-content .projet-info-row img:hover{opacity:.7}.singleProjet .layout-wrapper .section-content .projet-info-row .left{display:flex;flex-direction:row;align-items:baseline;gap:100px}.singleProjet .layout-wrapper .section-content .projet-info-row .right{display:flex;flex-direction:row;align-items:flex-end;width:fit-content;gap:20px}.singleProjet .layout-wrapper .section-content .export-row{margin-top:30px;display:flex;justify-content:flex-start;gap:75px}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjet .layout-wrapper .section-content .export-row{gap:30px}}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjet .layout-wrapper .section-content .export-row{justify-content:space-between;gap:15px}}@media only screen and (min-width: 1367px){.singleProjet .layout-wrapper .section-content .export-row{justify-content:space-between}}.singleProjet .layout-wrapper .section-content .export-row .content .label,.singleProjet .layout-wrapper .section-content .export-row .format .label{font-weight:600}.singleProjet .layout-wrapper .section-content .export-row .content span,.singleProjet .layout-wrapper .section-content .export-row .format span{font-size:1.2em}.singleProjet .layout-wrapper .section-content .export-row .content,.singleProjet .layout-wrapper .section-content .export-row .format{display:flex;align-items:center;gap:10px}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjet .layout-wrapper .section-content .export-row .content,.singleProjet .layout-wrapper .section-content .export-row .format{flex-direction:column}}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjet .layout-wrapper .section-content .export-row .content,.singleProjet .layout-wrapper .section-content .export-row .format{flex-direction:column}}.singleProjet .layout-wrapper .section-content .export-row .contentOptions{display:flex;align-items:center;gap:10px}.singleProjet .layout-wrapper .section-content .export-row .contentOptions .contentOptionsCheckbox{display:flex}.singleProjet .layout-wrapper .section-content .export-row .contentCheckBoxes{display:flex;align-items:center;gap:10px}@media only screen and (max-width: 770px){.singleProjet .layout-wrapper .export-row{flex-direction:column;flex-wrap:wrap;justify-content:flex-start;padding-left:10px}.singleProjet .layout-wrapper .content,.singleProjet .layout-wrapper .format{flex-direction:column;align-content:flex-end}.singleProjet .layout-wrapper .contentOptions,.singleProjet .layout-wrapper .label{align-self:flex-start}}.singleProjet .layout-wrapper .individualProject{padding-bottom:15px}.singleProjet .layout-wrapper .individualProject .bottom-text-container{padding-bottom:0;padding-top:75px}.singleProjet .layout-wrapper .device-piece-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjet .layout-wrapper .device-piece-list{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjet .layout-wrapper .device-piece-list{grid-template-columns:1fr}}.singleProjet .layout-wrapper .device-piece-list .piece-card{display:flex;flex-direction:column;gap:25px;padding-top:20px;padding-left:13px}.singleProjet .layout-wrapper .device-piece-list .piece-card .piece-name{font-size:1.4em;font-weight:600}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper{display:flex;flex-direction:row;gap:15px}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .left{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .left span{font-size:1.1em;font-weight:600}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .left img{min-width:99px;height:99px}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .right{display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:space-between}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .right .produit-name{font-size:1em;white-space:wrap}.singleProjet .layout-wrapper .device-piece-list .piece-card .bottom-wrapper .right .sku{font-size:1em;font-style:italic}.singleProjet .layout-wrapper .resume-footer{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid grey;border-top:1px solid grey;margin:50px 0;padding:25px}.singleProjet .layout-wrapper .resume-footer span{font-size:1.5em}.singleProjet .layout-wrapper .add-device-button{margin-right:50px;float:unset;align-self:baseline}@media only screen and (min-width: 540px) and (max-width: 1367px){.mobile-only{display:none!important}}@media only screen and (min-width: 1367px){.mobile-only{display:none!important}}@media only screen and (min-width: 0px) and (max-width: 540px){.desktop-only{display:none}}@media only screen and (min-width: 0px) and (max-width: 540px){.not-mobile{display:none!important}}@media only screen and (min-width: 540px) and (max-width: 1367px){.not-mobile{display:inherit}}@media only screen and (min-width: 1367px){.not-mobile{display:inherit}}.singleProjetAppareilDetails{display:flex;flex-direction:column;gap:50px}.singleProjetAppareilDetails .nom-appareil{font-size:1.4em}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjetAppareilDetails .nom-appareil{width:250px;padding-left:12px}}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjetAppareilDetails .nom-appareil{padding-left:12px;align-self:flex-start}}.singleProjetAppareilDetails .nom-appareil::placeholder{text-decoration:underline}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjetAppareilDetails .edit-section{height:100%;align-self:center}}.singleProjetAppareilDetails .device-configuration-section{display:flex;flex-direction:column;justify-content:space-evenly;gap:5px}.singleProjetAppareilDetails .device-configuration-section .device-title{display:"flex";padding:15px;background-image:linear-gradient(to right,#1d1d1b,#464646);border-radius:5px 5px 0 0;color:#fff}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjetAppareilDetails .device-configuration-section .device-title{justify-content:center;width:92%;max-width:425px}.singleProjetAppareilDetails .device-configuration-section .device-title span{margin-left:12px;align-self:center;color:#fff}}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjetAppareilDetails .device-configuration-section .device-title{width:97.3%;max-width:966}}.singleProjetAppareilDetails .device-configuration-section .edit-section{height:100%;align-self:center;background-color:#464646}@media only screen and (min-width: 540px) and (max-width: 1367px){.singleProjetAppareilDetails .device-configuration-section{flex-direction:column;align-items:flex-start;gap:20px}.singleProjetAppareilDetails .device-configuration-section .edit-section{align-self:flex-start}}@media only screen and (min-width: 0px) and (max-width: 540px){.singleProjetAppareilDetails .device-configuration-section{flex-direction:column;align-items:center;gap:20px}.singleProjetAppareilDetails .device-configuration-section .edit-section{align-self:center}}.singleProjetAppareilDetails .device-configuration-section .device-name{font-size:1.8em;font-weight:600}.singleProjetAppareilDetails .device-configuration-section .alias-div{display:flex;flex-direction:row;gap:13px;align-items:center}.singleProjetAppareilDetails .device-configuration-section .alias-div img{width:16px}.singleProjetAppareilDetails .device-configuration-section .alias-div span{font-size:1em}
