:root{--base:clamp(1.4rem,calc(0.98rem + 1.04vw),1.6rem);--h6:clamp(1.43rem,calc(1.15rem + 1.37vw),3.50rem);--h5:clamp(1.71rem,calc(1.35rem + 1.79vw),4.00rem);--h4:clamp(2.05rem,calc(1.58rem + 2.34vw),4.50rem);--h3:clamp(2.46rem,calc(1.86rem + 3.04vw),5.00rem);--h2:clamp(2.96rem,calc(2.17rem + 3.93vw),5.50rem);--h1:clamp(3.55rem,calc(2.53rem + 5.07vw),6.00rem);--primary:#7D2022;--dark-primary:#4C1415;--secondary:#F9F4F4;--light-grey:#E8E8E8;--dark-grey:#8A8B8A;--grey-1:#DCDCDC;--grey-2:#848484;--black:#000;--black-80:#313131;--black-60:#626262;--black-40:#939393;--black-20:#C4C4C4;--black-10:#DDD;--black-5:#E8E8E8;--black-2:#F7F7F7;--white:#fff;--spaceOutside:calc(calc(100vw - 1280px) / 2);--spaceOutsideMob:calc(calc(100vw - 100%) / 2)}body.bricks-is-frontend:focus{outline:0!important}header .brxe-section .brxe-container,footer .brxe-section .brxe-container{padding:2rem 1.5rem}header .brxe-section .brxe-container>.row,footer .brxe-section .brxe-container>.row{width:100%}@media only screen and (max-width:1280px){header .brxe-section>.brxe-container,footer .brxe-section>.brxe-container{padding:2rem 4rem}}@media only screen and (max-width:992px){header .brxe-section>.brxe-container,footer .brxe-section>.brxe-container{padding:2rem}}.brxe-section .brxe-container{padding:8rem 1.5rem}.brxe-section .brxe-container>.row{width:100%}@media only screen and (max-width:1280px){.brxe-section>.brxe-container{padding:4rem}}@media only screen and (max-width:992px){.brxe-section>.brxe-container{padding:4rem 2rem}}@media only screen and (max-width:992px){.sm-row{display:flex;flex-direction:row}.sm-col{display:flex;flex-direction:column;gap:1rem}}body{font-family:'Noto Sans';font-weight:400;font-size:var(--base);color:var(--black)}body.no-scroll{overflow:hidden}body #smooth-wrapper,body #smooth-content{width:100%}body #main{width:100%}h1,h2,h3,h4,h5,h6{font-family:'Libre Bodoni';font-weight:400;line-height:1.3}header{position:sticky!important;width:100%;top:0;z-index:9999;background:white}header .header-row{align-items:center;z-index:999}@media only screen and (max-width:992px){header .header-row{display:flex!important;flex-direction:row;justify-content:space-between}}header .header-logo img{height:41px;object-fit:contain;object-position:left}header .header-center{align-items:center;justify-content:center}@media only screen and (max-width:992px){header .header-center{display:none!important}}@media only screen and (max-width:992px){header .header-left{grid-column:span 8!important}}header .header-menu .bricks-nav-menu{gap:2.5rem}header .header-menu li{margin:0;font-size:calc(var(--base) - .3rem);font-weight:500;letter-spacing:.2rem;text-transform:uppercase;transition:.3s color ease-in-out}header .header-menu li:hover{color:var(--primary)}header .header-menu li.current-menu-item,header .header-menu li.current-menu-ancestor{color:var(--primary)}header .header-menu .sub-menu{margin-top:3.2rem;left:calc(50% - 10rem)}header .header-menu .sub-menu li{padding-left:2rem;padding-right:2rem;background-color:var(--primary);position:relative}header .header-menu .sub-menu li:hover{color:white}header .header-menu .sub-menu li.current-menu-item,header .header-menu .sub-menu li.current-menu-ancestor{color:white}header .header-menu .sub-menu li a{display:flex;flex-direction:row;gap:.8rem;padding:0 2rem;padding-right:5rem!important;align-items:center;font-size:calc(var(--base) - .2rem)}header .header-menu .sub-menu li a .navigation-icon{width:2.5rem;height:2.5rem;object-fit:contain}header .header-menu .sub-menu li button{transform:rotate(-90deg);opacity:1;position:absolute;right:0}header .header-menu .sub-menu li.open button{opacity:1;transition:all .3s ease-in-out}header .header-menu .sub-menu ul{margin-top:0}header .header-menu .sub-menu ul li{background-color:var(--dark-primary);padding:1rem 0}header .header-menu .sub-menu ul li a{line-height:1.4;padding:1rem 2rem!important}header .header-menu .sub-menu ul li a:hover{background-color:var(--primary)}@media only screen and (max-width:992px){header .header-menu{display:none}}header .header-right{justify-content:end}@media only screen and (max-width:992px){header .header-right{display:none!important}}header .header-contact{padding:1.1rem 2rem;background:var(--primary);font-family:'Noto Sans';font-weight:400;gap:1rem;font-size:calc(var(--base) - .3rem);color:white;align-items:center;text-transform:uppercase;border-radius:10rem;border:.1rem solid var(--primary);transition:.3s background ease-in-out}header .header-contact:hover{background:white;color:var(--primary)}header .header-contact:hover svg path{fill:var(--primary)}header .header-mobile{display:none}@media only screen and (max-width:992px){header .header-mobile{display:flex;justify-self:end}header .header-mobile.show-mobile-menu button span{margin-top:0}header .header-mobile .bricks-mobile-menu-toggle{padding:2rem;background:var(--primary);align-items:center;display:flex!important;justify-content:center;text-align:center;flex-direction:column;color:white;border-radius:10rem;position:relative}header .header-mobile .bricks-mobile-menu-toggle span{right:10px;margin-top:12px}header .header-mobile .bricks-mobile-menu-wrapper{top:8rem}header .header-mobile .bricks-mobile-menu-overlay{display:none}header .header-mobile .bricks-mobile-menu-wrapper:before{background-color:var(--primary)}header .header-mobile nav{padding-top:3rem}header .header-mobile nav li .sub-menu{padding-left:2rem}header .header-mobile nav li .sub-menu a{font-size:calc(var(--base) + .2rem)}header .header-mobile nav li a{font-size:calc(var(--base) + .4rem)}header .header-mobile nav li a img{margin-right:1rem;width:3rem;height:3rem;object-fit:contain}header .header-mobile nav li button{margin:0;padding:0 3rem}header .header-mobile nav .menu-item-has-children ul .sub-menu li a{padding-left:6rem}}@media only screen and (max-width:992px) and (max-width:575px){header .header-mobile nav li a img{width:2.5rem;height:2.5rem}}.footer{background-color:var(--light-grey);font-size:calc(var(--base) - .2rem);z-index:2;position:relative;padding-bottom:2rem}@media only screen and (max-width:992px){.footer{padding-bottom:0}}.footer .footer-row{align-items:stretch;gap:2rem}.footer .footer-row__cta{justify-content:end;gap:1.5rem;display:none}@media only screen and (max-width:992px){.footer .footer-row>div{grid-column:span 12}}.footer .footer-addres{font-size:var(--base)}.footer .footer-left{gap:1.5rem;padding-top:5rem}.footer .footer-left .download-file svg{animation:pulse 2.5s ease-out;animation-iteration-count:infinite}.footer .footer-left .download-file:hover svg{right:0}@media only screen and (max-width:992px){.footer .footer-left{order:1}}.footer .footer-right{align-items:flex-end;justify-content:space-between;gap:2rem}.footer .footer-right__item{gap:2rem}.footer .footer-bottom{margin-top:3rem;align-items:center}.footer .footer-bottom .copyright{text-align:right;color:var(--grey-2)}.footer .footer-bottom .copyright .f-year{margin:0 .5rem}.footer .footer-bottom .copyright::after{content:"|";display:flex;text-decoration:none}@media only screen and (max-width:1112px){.footer .footer-bottom .copyright::after{display:none}}.footer .footer-bottom .terms{text-decoration:underline;text-align:right;color:var(--grey-2)}@media only screen and (max-width:992px){.footer .footer-bottom .terms{margin-top:1rem}}.footer .footer-bottom_c{display:flex;flex-direction:row;justify-content:end}@media only screen and (max-width:1112px){.footer .footer-bottom_c{flex-direction:column;justify-content:flex-start;align-items:flex-end}}@media only screen and (max-width:992px){.footer .footer-bottom_c{justify-content:center;align-items:center}}@media only screen and (max-width:992px){.footer .footer-bottom>div{grid-column:span 12}}@media only screen and (max-width:992px){.footer .footer-row{display:flex;flex-direction:column-reverse;align-items:center}.footer .footer-left,.footer .footer-right{width:100%;display:flex;align-items:center;text-align:center}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:3rem}.footer .footer-menu{display:none}}.footer .footer-logo img{height:6.3rem;object-fit:contain;object-position:right}@media only screen and (max-width:992px){.footer .footer-logo img{object-position:center}}.footer .footer-phone{display:flex;flex-direction:row;align-items:center;gap:.6rem;font-size:var(--base)}.footer .footer-phone i{font-size:var(--base)}.footer .footer-media{align-items:center;gap:.9rem}@media only screen and (max-width:767px){.footer .footer-media{flex-direction:column}}.footer .footer-soc{gap:.9rem}.footer .footer-soc li.has-link,.footer .footer-soc li.no-link{padding:0!important;background-color:transparent!important}.footer .footer-soc li.has-link a,.footer .footer-soc li.no-link a{background-color:var(--grey-1);color:var(--black);border-radius:10rem;width:3.8rem;height:3.8rem;transition:all .3s ease-in-out}.footer .footer-soc li.has-link a span,.footer .footer-soc li.no-link a span{display:none}.footer .footer-soc li.has-link a:hover,.footer .footer-soc li.no-link a:hover{background-color:var(--white)}.footer .footer-soc li.has-link a:hover i,.footer .footer-soc li.no-link a:hover i{color:var(--primary)}.footer .footer-menu ul{display:flex;gap:6rem}.footer .footer-menu ul li{margin:0;color:var(--black);font-size:calc((var--base) - .6rem);transition:.3s color ease-in-out}.footer .footer-menu ul li:hover{color:var(--primary)}.footer .footer-menu ul li.current-menu-item{color:var(--primary)}@media only screen and (max-width:1280px){.footer .footer-menu ul{gap:3rem}}@media only screen and (max-width:992px){.footer .footer-row__cta{justify-content:center;gap:1rem;flex-direction:column;align-items:center}.footer .footer-left{padding-top:0rem}.footer .footer-media{gap:2rem}.footer .footer-bottom{gap:0}.footer .footer-bottom .copyright{text-align:center}}.footer .footer-text{display:flex;flex-direction:row;align-items:center;gap:.8rem;text-transform:uppercase;letter-spacing:.14rem;background-color:transparent;color:var(--black);padding:.7rem 0;font-size:calc(var(--base) - .3rem)}footer{overflow:hidden;padding-top:4rem}footer .pattern-bottom{margin-bottom:-1rem;width:100%}footer .pattern-wrapper{position:relative;z-index:0;margin-bottom:.5rem;overflow:visible}footer .pattern-emitter{position:relative;width:100%}footer .pattern-wave{position:absolute;top:-.5rem;left:0;width:100%;opacity:60%;opacity:0;z-index:-1;pointer-events:none}@media only screen and (max-width:992px){footer .pattern-wave{top:-1rem}}.eror{background-position:100% -25rem;background-repeat:no-repeat;background-size:contain}.eror-row{gap:8rem;justify-content:center;align-items:center}@media only screen and (max-width:992px){.eror-row{gap:2rem}.eror-row>div{grid-column:span 12}}@media only screen and (max-width:1280px){.eror-title{font-size:var(--h2)}}@media only screen and (max-width:992px){.eror-title{font-size:calc(var(--h2) - .9rem)}}.eror-cta{color:var(--primary);font-size:calc(var(--base) - .3rem);text-transform:uppercase;letter-spacing:.12rem;position:relative;display:flex;gap:.5rem;margin-top:1.5rem}.eror-cta::after{content:'';width:100%;height:.1rem;background-color:var(--primary);position:absolute;bottom:0}.eror-card{height:53rem;align-items:flex-end;background-size:cover;background-position:-5rem 10rem;background-repeat:no-repeat;overflow:hidden;justify-content:center;position:relative;z-index:1;background-color:var(--white)}.eror-card__text{width:100%}@media only screen and (max-width:992px){.eror-card svg{height:25rem}}@media only screen and (max-width:575px){.eror-card svg{height:auto}}@media only screen and (max-width:1280px){.eror-card{height:45rem}}@media only screen and (max-width:992px){.eror-card{background-position:0rem -5rem;background-size:70%;height:35rem}}@media only screen and (max-width:575px){.eror-card{height:26rem;background-position:0rem;background-size:80%}}.ty{background-position:100% -25rem;background-repeat:no-repeat;background-size:contain}.ty-row{justify-content:center;align-items:center}@media only screen and (max-width:992px){.ty-row>div,.ty-row img{grid-column:span 12}}.ty-content{background-color:var(--primary);padding:4rem;color:white;gap:1rem}.ty-title{line-height:1.2;color:var(--white)}@media only screen and (max-width:1280px){.ty-title{font-size:var(--h2)}}@media only screen and (max-width:992px){.ty-title{font-size:calc(var(--h2) - .9rem)}}.ty-cta{color:white!important;margin-top:0!important}.ty-cta svg path{stroke:white}.ty-img{height:53rem;object-fit:cover}@media only screen and (max-width:992px){.ty-img{height:40rem}}@media only screen and (max-width:575px){.ty-img{height:auto}}.wave-1{animation:sonarWave 4s linear infinite}.wave-2{animation:sonarWave 4s 1s linear infinite}.wave-3{animation:sonarWave 4s 2s linear infinite}.wave-4{animation:sonarWave 4s 3s linear infinite}@keyframes sonarWave{0%{transform:scale(1);opacity:1;top:.8rem}50%{transform:scale(1.5);opacity:.4}100%{transform:scale(2);opacity:0}}@keyframes pulse{0%{opacity:1;transform:translateY(-3px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:1;transform:translateY(-3px)}}.m-list{display:grid;grid-gap:2rem;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,20rem);margin:0 auto;max-width:100%;padding:3rem 0;padding-bottom:0}@media only screen and (max-width:992px){.m-list{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,15rem)}}@media only screen and (max-width:767px){.m-list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,15rem)}}.m-list br{display:none}.m-img{grid-column:span 1;grid-row:span 1}.m-img img{height:100%;width:100%;object-fit:cover}.m-img:first-child,.m-img:nth-child(20n+1),.m-img:nth-child(20n-1){grid-column:span 2;grid-row:span 2}body.lightbox-open{overflow:hidden}.lightbox{height:100vh;overflow:hidden;display:flex;align-items:center;flex-direction:column-reverse;justify-content:center}.lightbox .lb-image{object-fit:contain}.lightbox .lb-data{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.lightbox .lb-dataContainer{margin-bottom:1rem}.lightbox .lb-number{padding-bottom:0}.lightbox .lb-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA1CAYAAADh5qNwAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFzSURBVHgB1drtbcMgGARgRsgIHakbtBt0BW/Q0TpCRugIb6nkNzo5AQPm4+4kS5GM4Z4/CVgJ4RAzuwXBJHvHGx/xusfrLQgl2Xu/4ZGBJXvHD+/2HHrYAfTo7Tdv8fpRgiVA/9lwkAysCASD6WFVIHiIFtYEgofpYJdAMAkNrAsIJlsO6wqCSZfBhoBg8umwoSBYZBpsCggWGw6bCoJFh8GWgGDx7rClICjRDUYBgjKXYVQgKNUMowR5WmDUIE8NTALkKYFJgTwnsC85kCcD0wR5CmFbUMsOuydA30Exlv5SMBN8E3wG0oNlQL+SsAxoM8E3wUU/rFIwq9gpSMCsYetDDbMLezlKmHXYnFLBrONumwJmA44PS2E28Dy0BGYTDnhTYTbxxDoFNhMEa46DrQDB2v1hK0HQoR+MAQRdrsOYQNCpHcYIgm71MGaQpwqmAPIUwez1v8goQZ4cLDdgC+Q57X0YsAWRnPbeB3wGsRx7/wGCloeaMI82DwAAAABJRU5ErkJggg==);background-size:contain;margin-bottom:0;opacity:1;width:2rem;height:2rem}main#brx-content section.privacy-policy .brxe-container a{color:#7d2022}