: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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@font-face{font-family:aci-font;src:url(/fonts/aci-font.eot?);src:url(/fonts/aci-font.eot) format("embedded-opentype"),url(/fonts/aci-font.ttf) format("truetype"),url(/fonts/aci-font.woff) format("woff"),url(/fonts/aci-font.svg) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" ai-"],[class^=ai-]{font-family:aci-font!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ai-phone:before{content:""}.ai-pin:before{content:""}.ai-facebook:before{content:""}.ai-instagram:before{content:""}.ai-whatsapp:before{content:""}.ai-close:before{content:""}.ai-menu:before{content:""}.text-title{font-size:3.6rem;font-weight:900;margin:1em 0}.text-subtitle{font-size:2.8rem;font-weight:500;margin:1em 0}.section-title{font-size:5.5rem;font-weight:900;letter-spacing:1px;margin:1em 0}.section-title,.text-center{text-align:center}.text-base-color{color:#ffb612}.text-light-color{color:#fff}.section-banner{display:flex;align-items:center;justify-content:center;min-height:285px}.section-banner__title{font-size:5.5rem;font-weight:900;text-align:center;letter-spacing:1px}.section-banner__subtitle{font-size:4rem;font-weight:500;text-align:center;max-width:1124px;margin:0 auto}.btn-section{font-family:Montserrat,sans-serif!important;border:none;height:45px;border-radius:45px;padding:0 40px;min-width:180px;background:#f8cd23;background:linear-gradient(180deg,#f8cd23,#fdbb2d);color:#000;font-weight:400;font-size:1.6rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 15px rgba(0,0,0,.1);transition:all .3s ease 0s;cursor:pointer}.btn-section--dark{background:none;background-color:#1d1d1b;color:#fff}.btn-section:focus{outline:none;border:none}.btn-section:hover{transform:translateY(-7px)}.btn-section--full{width:100%}.d-none{display:none}.d-block{display:block}.heading{padding:60px 0}.heading__title{font-size:7rem;font-weight:900;display:flex;margin:0;flex-wrap:wrap}.heading__title img{margin-right:20px}.heading__title span{font-weight:400}.custom-banner{position:relative;width:100%;padding-top:80px;max-width:1990px;margin:0 auto}.custom-banner__graphic{position:absolute;z-index:1;left:0;top:0;width:65%;height:calc(100% - 110px);background-position:50%;background-repeat:no-repeat;background-size:cover}.custom-banner__graphic__deco{position:absolute;top:0;left:0;display:flex;align-items:flex-start}.custom-banner__content{position:relative;z-index:2;width:65%;margin-left:35%;background:#f8cd23;background:linear-gradient(180deg,#f8cd23,#fdbb2d)}.custom-banner__content__deco{position:absolute;right:0;bottom:0;display:flex;align-items:flex-end}.custom-banner__inner{padding:60px 10px 150px 40px;max-width:785px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}body,html{margin:0;padding:0;height:100%}html{font-size:10px}body{font-family:Montserrat,sans-serif;color:#000}::-webkit-input-placeholder{color:#1d1d1b;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}:focus::-webkit-input-placeholder{opacity:.5}:-ms-input-placeholder{color:#1d1d1b;-ms-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}:focus:-ms-input-placeholder{opacity:.5}::-moz-placeholder{color:#1d1d1b;opacity:1;-moz-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}:focus::-moz-placeholder{opacity:.5}:-moz-placeholder{color:#1d1d1b;opacity:1;-moz-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}:focus:-moz-placeholder{opacity:.5}.Toastify__toast-body{font-size:16px}.Toastify__toast--error{border:2px solid #e92121}.Toastify__toast--success{border:2px solid #12bb09}.header{color:#1d1d1b;transition:all .3s ease 0s;background:#f8cd23;background:linear-gradient(180deg,#f8cd23,#fdbb2d)}.header__group{position:relative}.header-banner{background-color:#fff;color:#1d1d1b;font-size:1.4rem;justify-content:space-between;max-width:1150px;margin:0 auto;padding:10px 0}.header-banner,.header-banner__address,.header-banner__phone{display:flex;align-items:center}.header-banner i{color:#f8cd23;margin-right:10px;font-size:2rem}.header-banner a{color:#1d1d1b;text-decoration:none;display:flex;align-items:center;cursor:pointer}.header-banner a:active,.header-banner a:focus,.header-banner a:hover{text-decoration:none;color:#ffb612}.header--fixed{z-index:10000;width:100%;position:fixed;top:0;left:0}.header--fixed .header__wrapper{min-height:60px}.header--fixed .header__logo img{max-height:35px}.header--fixed .header__menu__btn{padding:10px 20px}.header__wrapper{justify-content:space-between;width:100%;max-width:1150px;margin:0 auto;min-height:105px}.header__nav,.header__wrapper{display:flex;align-items:center}.header__nav--left{width:calc(50% - 54px)}.header__nav--right{width:calc(50% + 54px);justify-content:space-between}.header__links ul,.header__menu ul{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}.header__links ul li,.header__menu ul li{padding:0;margin:0}.header__links ul li a,.header__menu ul li a{color:#1d1d1b;font-size:1.6rem;margin-right:30px;text-decoration:none;cursor:pointer}.header__links ul li a.active,.header__links ul li a:active,.header__links ul li a:focus,.header__links ul li a:hover,.header__menu ul li a.active,.header__menu ul li a:active,.header__menu ul li a:focus,.header__menu ul li a:hover{color:#fff;text-decoration:none}.header__menu__btn{background-color:#fff;border-radius:30px;padding:20px 30px;cursor:pointer;color:#1d1d1b}.header__menu__btn:active,.header__menu__btn:hover{color:#fff!important;background-color:#1d1d1b}.header__links .header__menu__btn{margin-right:0}.header__hamburguer__btn{background-color:transparent;color:#fff;box-shadow:none;border:none;font-size:2rem;margin:5px 10px}.header__hamburguer__btn:focus,.header__hamburguer__btn:hover{color:#ffb612}.header__hamburguer{position:absolute;top:10px;right:0;font-size:3rem;z-index:1001}.header__hamburguer__btn,.header__hamburguer__btn:focus,.header__hamburguer__btn:hover{color:#1d1d1b;outline:none}.header__mobile{background:#f8cd23;background:linear-gradient(180deg,#f8cd23,#fdbb2d);width:100%;position:fixed;top:0;left:0;z-index:1000}.header__mobile__container{padding:10px 20px}.header__mobile__menu{padding:10px 0;border-top:1px solid #1d1d1b;margin-top:10px;display:none;max-height:calc(100% - 60px);overflow-y:scroll}.header__mobile__menu--open{display:block}.header__mobile__menu ul{list-style-type:none;margin:0;padding:0}.header__mobile__menu ul li{padding:4px 0;margin:0}.header__mobile__menu ul li a{color:#1d1d1b;font-size:1.6rem;margin-right:30px;text-decoration:none;cursor:pointer}.header__mobile__menu ul li a.active,.header__mobile__menu ul li a:active,.header__mobile__menu ul li a:focus,.header__mobile__menu ul li a:hover{color:#fff;text-decoration:none}@media(max-width:1180px){.header__wrapper{padding:0 20px;width:calc(100% - 40px)}.header-banner{padding:10px 20px;width:calc(100% - 40px)}}@media(min-width:991px){.header__hamburguer{display:none}.header__wrapper{display:flex}.header__mobile{display:none}}@media(max-width:990px){.header-banner{display:none}.header__hamburguer,.header__mobile{display:block}.header__logo img{max-height:35px}.header__wrapper{display:none}}.main-container{max-width:1190px;margin:0 auto;padding:0 20px}.footer{background-color:#f4f4f4;color:#1d1d1b;padding:60px 20px}.footer__bottom{background-color:#fff;color:#1d1d1b;display:flex;max-width:1150px;margin:0 auto;padding:30px 20px;justify-content:space-between}.footer__bottom__copy{font-size:1.4rem}.footer__bottom__socials{display:flex;align-items:center;flex-wrap:wrap}.footer__bottom__socials a{color:#1d1d1b;font-size:36px;text-decoration:none;margin-left:15px}.footer__bottom__socials a:hover{color:#ffb612;text-decoration:none}.footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__logo{padding-bottom:20px}.footer__logo a{text-decoration:none;display:flex;align-items:center;width:350px}.footer__logo img{width:80px;margin-right:20px}.footer__logo span{font-size:19px;font-weight:900;text-transform:uppercase;color:#1d1d1b;text-align:center;letter-spacing:1px}.footer__menu{padding-right:60px}.footer__menu ul{list-style-type:none;margin:0;padding:0}.footer__menu ul li{margin:0 0 20px}.footer__menu ul li a{color:#1d1d1b;font-size:1.4rem;text-decoration:none}.footer__menu ul li a:active,.footer__menu ul li a:hover{color:#ffb612;text-decoration:none}.footer__content{display:flex;flex-wrap:wrap}.footer__contact{border-left:1px solid #f8cd23;padding-left:60px;font-size:1.4rem;color:#1d1d1b;line-height:1.5em}.footer__contact__item{padding-bottom:1em}.footer__contact a{color:#1d1d1b;text-decoration:none;line-height:1.5em}.footer__contact a:active,.footer__contact a:hover{color:#ffb612;text-decoration:none}.footer__contact p{margin:0;line-height:1.5em}@media(max-width:640px){.footer__logo a{flex-direction:column;align-items:flex-start;width:100%}.footer__logo span{text-align:left;margin-top:20px}.footer__contact{border:none;padding:0}.footer__bottom{flex-direction:column}.footer__bottom__copy{text-align:center}.footer__bottom__socials{justify-content:center;width:100%;padding:20px 0}}.header-products{width:100%;position:fixed;z-index:1000;top:145px;left:0}.header-products--fixed{top:60px}.header-products--fadeIn{display:block;transition:opacity .6s ease 0s}.header-products--fadeOut{display:none;transition:opacity .6s ease 0s}.header-products__container{background-color:#fff;display:flex;flex-wrap:wrap;max-width:1070px;margin:0 auto;width:100%;height:100%;position:relative;z-index:2;padding:20px 40px;box-shadow:0 8px 15px rgba(0,0,0,.1)}.header-products__cover{background-color:transparent;width:100%;height:calc(100% + 60px);position:absolute;top:0;left:0;z-index:1}.header-products__item{width:33.3%;display:flex;align-items:center;padding-bottom:20px}.header-products__image{width:90px;height:90px;border-radius:50%;overflow:hidden;border:1px solid #ffb612;padding:1px;margin-right:20px}.header-products__image__container{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.header-products__link{color:#1d1d1b;font-size:2rem;font-weight:700;position:relative;text-decoration:none}.header-products__link:active,.header-products__link:hover{color:#ffb612;text-decoration:none}.header-products__line{width:100%;padding-top:20px}.header-products__line__container{width:50px;height:1px;background-color:#f8cd23}.header-products__close{position:absolute;top:10px;right:10px;color:#1d1d1b;font-size:2rem;width:50px;height:50px;background:none;border:none;outline:none;cursor:pointer}.header-products__close:focus,.header-products__close:hover{color:#ffb612;background:none;border:none;outline:none}@media(max-width:990px){.header-products{top:0;height:100vh;z-index:10001;position:fixed}.header-products__cover{display:none}.header-products__container{width:calc(100% - 80px);height:calc(100% - 40px);overflow-y:scroll}.header-products__item{width:50%}.header-products__close{position:fixed}}@media(max-width:640px){.header-products__item{width:100%}}.loader,.loader:after,.loader:before{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:bblFadInOut 1.8s ease-in-out infinite}.loader{color:#fff;font-size:7px;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{left:-3.5em;animation-delay:-.32s}.loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.banners{width:100%;height:100vh;background-color:#000;position:relative}.banners__item{height:100vh;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.banners__title{font-weight:900;font-size:8rem;color:#fff;max-width:960px;margin:0 auto;text-transform:uppercase;text-align:center;text-shadow:1px 1px 2px #140f09}.banners__subtitle{color:#fff;font-weight:400;font-size:3rem;border-top-left-radius:25px;border-top-right-radius:25px;background-color:rgba(29,29,27,.5);padding:8px 25px;border:1px solid #f8cd23;max-width:815px;text-align:center;margin:55px auto 0}.banners__deco{position:absolute;bottom:0;left:0;display:flex;align-items:flex-end}@media(max-width:990px){.banners__title{font-size:5.5rem}.banners__subtitle{font-size:2rem;font-weight:300}.banners__deco{display:none}}@media(max-width:640px){.banners__title{font-size:3rem}.banners__subtitle{font-size:2rem}}.contact{position:relative;margin:60px 0 80px}.contact__title{font-size:7rem;font-weight:900;text-align:center;line-height:1.2em}.contact__subtitle{font-size:3rem;text-align:center;margin:30px auto;max-width:720px}.contact form{max-width:535px;margin:20px auto 0}.contact__form{display:flex;justify-content:space-between;flex-wrap:wrap}.contact__form__group{width:100%;margin-bottom:10px;display:flex;flex-wrap:wrap}.contact__form__group--middle{width:49%}.contact__form__actions{display:flex;justify-content:center;padding:20px 0}.contact__form__error{display:block;width:100%;font-size:1.2rem;color:#1d1d1b;margin:5px 0}.contact__form__loader{display:flex;justify-content:center;padding:20px 0}.contact input[type=text]{max-height:185px}.contact input,.contact textarea{width:100%;font-family:Montserrat,sans-serif!important;color:#1d1d1b!important;font-size:1.6rem;font-weight:400;background-color:#fff;padding:0 10px;border:none;min-height:45px;border-bottom-left-radius:15px;border-top-right-radius:15px}.contact input:focus,.contact textarea:focus{border:none;outline:none;box-shadow:2px 2px 2px 1px rgba(0,0,0,.2)}.contact textarea{height:175px;resize:none;padding-top:10px}@media(max-width:1140px){.contact__title{font-size:5.5rem}}@media(max-width:640px){.contact__title{font-size:3.5rem}.contact__subtitle{font-size:1.6rem}.contact__form__group--middle{width:100%}}.locale{background:#f8cd23;background:linear-gradient(180deg,#f8cd23,#fdbb2d);padding:80px 0}.locale__title{color:#1d1d1b;font-size:5.5rem;font-weight:900;text-align:center}.locale__title img{margin-right:10px}.locale__subtitle{font-size:3rem;font-weight:400;color:#1d1d1b;text-align:center;margin:.5em 0}.locale__content{display:flex;flex-wrap:wrap;padding:40px 0}.locale__graphic{width:calc(100% - 330px)}.locale__points{width:330px}.locale__points__item{width:100%;border-bottom:1px solid #1d1d1b;display:flex;padding:20px 0}.locale__points__item:last-child{border:none}.locale__points__number{font-size:7rem;font-weight:900;width:105px;border-right:1px solid #fff}.locale__points__label{font-size:3rem;font-weight:700;padding-left:20px;width:calc(100% - 105px)}.locale__arrow{width:100%;text-align:center;font-size:3rem;font-weight:600;max-width:485px;margin:-20px auto 0}.locale__arrow img{margin-left:-60px}.locale__arrow p{margin:0}@media(max-width:990px){.locale__graphic{text-align:center}.locale__graphic img{max-width:480px;width:100%}.locale__points__item{align-items:center;max-width:300px;margin:0 auto}.locale__title{font-size:3.5rem}.locale__subtitle{max-width:640px;margin:0 auto}.locale__content{flex-direction:column}.locale__graphic,.locale__points{width:100%}.locale__arrow{padding-top:40px;font-weight:300}.locale__arrow img{display:none}}@media(max-width:640px){.locale__points__label{font-size:2rem}.locale__points__number{font-size:3.5rem;width:60px}}.about__head{font-size:3rem;padding:80px 20px;margin:0 auto;max-width:1150px}.about__title{font-size:7rem;font-weight:900;display:flex;margin:0 0 15px}.about__title img{margin-right:20px}.about__content__title{font-size:7rem;font-weight:900;margin:0}.about__content__description{font-size:2rem;line-height:1.8em}.about__content__item{padding:30px 0}.about__values{max-width:1150px;padding:0 20px;margin:60px auto;display:flex;justify-content:space-between}.about__values__head{max-width:375px}.about__values__title{font-size:5.5rem;font-weight:900;display:flex;align-items:flex-start;margin:0}.about__values__title img{margin-right:20px;margin-top:15px}.about__values__list{width:575px}.about__values__item{border-bottom:1px solid #f8cd23;padding:30px 60px;font-size:5.5rem;display:flex;align-items:center}.about__values__item:first-child{padding-top:0}.about__values__item:last-child{border:none}.about__values__item img{margin-right:30px}@media(max-width:990px){.about__title{font-size:5.5rem}.about__values__list{width:100%;padding-top:40px}.about__values{flex-direction:column;padding:0 20px}}@media(max-width:640px){.about .custom-banner{padding-top:0}.about .custom-banner__graphic__deco{display:none}.about__title{font-size:3.5rem}.about__values__item{font-size:2rem;padding:20px 0}.about__values__item img{max-width:60px}.about__values__title{font-size:3.5rem}}.whyus__title{font-size:7rem;font-weight:400;color:#1d1d1b;margin:0;line-height:1.2em}.whyus__points{padding:20px 0 0}.whyus__points__item{font-size:5.5rem;font-weight:700;display:flex;align-items:center;padding:20px 0}.whyus__points__item img{margin-right:30px}.whyus__choose{display:flex;padding:60px 0 100px}.whyus__choose__list{width:calc(100% - 440px)}.whyus__choose__list ul{list-style-type:none}.whyus__choose__list li{font-size:3rem;color:#858585;margin:.5em 0;display:flex;align-items:flex-start}.whyus__choose__list li img{margin-top:8px;margin-right:20px}.whyus__head{font-size:5.5rem;font-weight:900;max-width:440px}.whyus__head__title{display:flex;align-items:flex-start}.whyus__head__title img{margin-right:15px;margin-top:15px}@media(max-width:990px){.whyus__title{font-size:5.5rem}.whyus__head,.whyus__points__item{font-size:3.5rem}.whyus__choose{flex-direction:column}.whyus__choose__list{width:100%}}@media(max-width:640px){.whyus__title{font-size:3.5rem}.whyus__points__item{font-size:2.5rem}.whyus__points__item img{max-width:60px}.whyus__choose__list ul{padding-left:0}.whyus__choose__list li{font-size:2rem}}.counters{max-width:1150px;margin:20px auto 100px;position:relative}.counters__heading{font-size:7rem;color:#1d1d1b;font-weight:400;max-width:885px;margin:0 auto;text-align:center;line-height:1.2em}.counters__list{display:flex;flex-wrap:wrap;justify-content:center;padding-top:60px;margin:0 auto}.counters__container{padding:0 70px}.counters__container--line{border-right:1px solid #ffb612}.counters__total{font-size:7rem;font-weight:900;display:flex;align-items:center}.counters__total span{color:#f8cd23;font-weight:400;margin-left:5px}.counters__title{padding-left:70px;padding-top:10px;font-size:3rem;font-weight:700}.counters__quote-open{position:absolute;left:0;top:25px}.counters__quote-close{position:absolute;right:0;top:105px}@media(max-width:1185px){.counters__heading{font-size:5.5rem;padding:0 20px}.counters__quote-close,.counters__quote-open{display:none}}@media(max-width:640px){.counters__heading{font-size:3.5rem}.counters__item{width:100%;margin-bottom:20px}.counters__container--line{border:none}.counters__total{justify-content:center}.counters__title{text-align:center;padding-left:0}}.products{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fit,minmax(375px,1fr));grid-auto-rows:320px;grid-auto-flow:dense;padding:60px 0}.products__head__title{font-size:5.5rem;font-weight:900;color:#1d1d1b}.products__head__title img{margin-right:10px}.products__head__subtitle{font-size:3rem;color:#858585}.products .product-item--vertical{grid-row:span 2}.products .product-item--horizontal{grid-column:span 2}@media(max-width:1185px){.products .product-item--vertical{grid-row:span 1}.products .product-item--horizontal{grid-column:span 1}}@media(max-width:990px){.products{grid-auto-rows:240px}.products__head__title{font-size:3.5rem}.products__head__subtitle{font-size:2rem}}@media(max-width:800px){.products{display:block}.products .product-item{height:240px;margin-bottom:10px}.products .product-item:first-child{height:auto}}.product-item{position:relative;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover}.product-item__base{width:100%;height:100%;background-color:rgba(29,29,27,.7);display:flex;justify-content:center;align-items:center}.product-item__title{font-size:5.5rem;font-weight:600;color:#fff;max-width:90%;text-align:center}.product-item__cover{width:100%;height:100%;background:#f8cd23;background:linear-gradient(180deg,rgba(248,205,35,.9),rgba(253,187,45,.9));padding:18px}.product-item__content{border:1px solid #1d1d1b;display:flex;justify-content:center;align-items:center;position:relative;width:calc(100% - 36px);height:calc(100% - 36px)}.product-item__separator{width:50px;height:1px;background-color:#1d1d1b;margin:0 auto 20px}.product-item__description{text-align:center;font-size:2.2rem;padding:0 10px}.product-item__cta{position:absolute;right:30px;bottom:30px}.product-item__cta a{color:#fff;text-decoration:underline;color:#1d1d1b;font-size:1.6rem}@media(max-width:990px){.product-item__description{font-size:1.4rem}.product-item__description p{margin:0}.product-item__separator{margin-bottom:4px}}.product .heading{padding:30px 0}.product__banner{position:relative;width:100%;padding-top:80px;max-width:1990px;margin:0 auto}.product__graphic{position:absolute;z-index:1;left:0;top:0;width:65%;height:calc(100% - 110px);background-position:50%;background-repeat:no-repeat;background-size:cover}.product__graphic__deco{position:absolute;top:0;left:0;display:flex;align-items:flex-start}.product__extract{position:relative;z-index:2;width:65%;margin-left:35%;background:#f5f5f5;background:linear-gradient(180deg,#f5f5f5,#fff)}.product__extract__inner{padding:20px 10px 0 40px;max-width:785px}.product__content,.product__extract__content{font-size:2rem;line-height:2em;color:#1d1d1b}.product__content a,.product__content li,.product__content p,.product__content span,.product__extract__content a,.product__extract__content li,.product__extract__content p,.product__extract__content span{font-size:2rem;line-height:2em}.product__content p,.product__extract__content p{margin:0 0 40px}.product__content a,.product__extract__content a{color:#ffb612;text-decoration:none}.product__content a:active,.product__content a:hover,.product__extract__content a:active,.product__extract__content a:hover{color:#ffb612;text-decoration:underline}.product__content ul,.product__extract__content ul{margin:0 0 40px;list-style-type:none;padding:0}.product__content ul li,.product__extract__content ul li{position:relative;padding-left:25px}.product__content ul li:before,.product__extract__content ul li:before{content:"";width:15px;height:15px;background-color:#ffb612;position:absolute;top:12px;left:0}.product__content{max-width:1150px;padding:0 20px 60px;margin:0 auto}@media(max-width:990px){.product__banner{padding-top:55px}.product__graphic{position:relative;height:320px;width:100%}.product__extract{width:100%;margin-left:0}.product__extract__inner{max-width:100%;width:calc(100% - 40px);padding:20px}}.privacy__container{max-width:1240px;margin:0 auto;font-size:16px;font-weight:300;line-height:1.3em;padding:0 20px 60px}.not-found{padding-top:60px}.not-found .heading{text-align:center;font-size:3rem}.not-found .heading__title{justify-content:center}.not-found__banner{background-image:url(/_next/static/media/banner-base-bg.2072f016.png);background-position:50%;background-size:cover;background-repeat:no-repeat;min-height:inherit;padding:50px 0}.not-found__container{max-width:1240px;margin:0 auto;font-size:16px;font-weight:300;line-height:1.3em;padding:60px 20px;text-align:center;min-height:320px}.clients{padding:100px 0;background-position:50%;background-size:cover;background-repeat:no-repeat}.clients__title{font-size:5.5rem;font-weight:900;text-align:center}.clients__title img{margin-right:10px}.clients__logos{display:flex;flex-wrap:wrap;padding:20px;max-width:1150px;margin:0 auto}.clients__item{width:20%;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.clients__item img{max-width:215px;width:100%}@media(max-width:1440px){.clients__item{width:25%}}@media(max-width:1240px){.clients__item{width:33.3%}}@media(max-width:767px){.clients__title{font-size:3.5rem}.clients__item{width:50%}}.banner-contact{background-color:#1d1d1b;text-align:center;padding:60px 0}.banner-contact__container{max-width:1150px;margin:0 auto}.banner-contact__title{color:#fff;font-weight:900;font-size:7rem;margin:0}.banner-contact__subtitle{font-size:3rem;max-width:765px;margin:0 auto;color:#fff;padding:40px 0}.banner-contact__cta{display:flex;justify-content:center;padding:30px 0}@media(max-width:990px){.banner-contact__title{font-size:5.5rem}.banner-contact__subtitle{font-size:3rem}}@media(max-width:640px){.banner-contact__title{font-size:3.5rem}.banner-contact__subtitle{font-size:2rem}}.related-products{background-position:50%;background-repeat:repeat-y;background-size:cover;padding-bottom:60px}.related-products .heading__title{justify-content:center}.related-products__content{display:flex;flex-wrap:wrap;max-width:1150px;margin:0 auto}.related-products__item{width:calc(33% - 80px);min-height:215px;border:1px dashed #1d1d1b;margin:20px;text-align:center;padding:20px;display:flex;justify-content:center;align-items:center}.related-products__item:hover{background-color:#fff}.related-products__title{font-size:3rem;font-weight:900;margin:0;text-decoration:none;color:#1d1d1b;display:inline-block;cursor:pointer}.related-products__title:active,.related-products__title:hover{color:#ffb612}.related-products__separator{width:50px;height:1px;background-color:#ffb612;margin:20px auto}.related-products__description{font-size:1.6rem}.related-products__cta{display:flex;flex-wrap:wrap;justify-content:center}.related-products__link{font-size:1.6rem;text-decoration:underline;color:#1d1d1b;margin:10px 0}.related-products__link:active,.related-products__link:hover{color:#ffb612}@media(max-width:767px){.related-products__item{width:calc(49% - 80px)}.related-products__content{justify-content:space-between}}@media(max-width:480px){.related-products__item{width:calc(99% - 80px)}}@media(max-width:990px){.custom-banner__graphic{position:relative;width:100%;height:480px}.custom-banner__content{width:100%;margin-left:0}.custom-banner__inner{max-width:inherit;padding:40px 20px 150px}.heading__title{font-size:5.5rem}}@media(max-width:640px){.heading__title{font-size:3.5rem}}