.flex{display:flex}.flex_column{flex-direction:column}.flex_align_center{align-items:center}.flex_align_start{align-items:flex-start}.flex_align_end{align-items:flex-end}.flex_align_stretch{align-items:stretch}.flex_justify_center{justify-content:center}.flex_justify_start{justify-content:flex-start}.flex_justify_end{justify-content:flex-end}.flex_justify_between{justify-content:space-between}.flex_wrap{flex-wrap:wrap}section{padding-right:var(--layout-side-padding);padding-left:var(--layout-side-padding)}h2{font-size:3.2rem;font-weight:var(--font-weight-bold);margin-bottom:2rem}h3{font-size:1.8rem;font-weight:var(--font-weight-medium);text-transform:uppercase;margin-bottom:1rem;color:var(--dark-gray)}.hide_scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide_scrollbar::-webkit-scrollbar{display:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--dark-gray);opacity:.6;z-index:99999}.hide_by_display{display:none}.no_padding_section{padding:0}.long_transition{transition:all 1.2s ease-in}.transition{transition:all .4s ease-in-out}.invisible,.opacity{opacity:0}.cta_button,.cta_button:link,.cta_button:visited{font-family:inherit;font-size:1.6rem;font-weight:var(--font-weight-medium);border:.1rem solid var(--red);border-radius:.5rem;padding:1.1rem 2.7rem;cursor:pointer;background-color:var(--red);color:var(--true-white);text-decoration:none;white-space:nowrap;text-align:center;display:inline-block;transition:all .2s}.cta_button:hover,.cta_button:active{background-color:#a01e18}.cta_button_black{background-color:var(--true-black)!important;border-color:var(--true-black)!important}.slider_buttons{gap:1.1rem}.slider_buttons>div{gap:.6rem}.slider_buttons button{width:1.2rem;height:1.2rem;border-radius:50%;background-color:var(--dark-red);border:none;cursor:pointer;transition:all .2s}.slider_buttons button.slider_active_btn{background-color:var(--gray-2)}.slider_buttons>div div{width:0;height:.1rem;background-color:var(--gray-2);transition:all .2s}.slider_buttons>div div.slider_active_deco{width:7rem}.checkbox{width:2.2rem;height:2.2rem;position:relative}.checkbox>input{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;cursor:pointer;opacity:0}.checkbox>div{width:100%;height:100%;z-index:1;border:.1rem solid var(--gray-2);border-radius:.2rem;transition:all .2s}.checkbox>input:checked+div{background-color:var(--red);border:.1rem solid var(--red)}.breadcrumbs_section{margin-bottom:1.3rem;margin-top:1.3rem;gap:1.1rem}.breadcrumbs_section a,.breadcrumbs_section .breadcrumbs_current_page{font-size:1.4rem;text-decoration:none;color:var(--dark-gray);min-width:0;white-space:nowrap}.breadcrumbs_section span.breadcrumbs_current_page{color:var(--red)}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--true-white);padding:3.3rem 4.8rem 2.1rem;z-index:9999;animation:slideDown .4s ease-out forwards}.header>div:first-of-type{gap:6rem}.header>div:first-of-type>a img{width:25.2rem;height:8.2rem}.header>div:first-of-type>div{gap:4.5rem}.header>div:first-of-type>div a:link,.header>div:first-of-type>div a:visited{text-decoration:none;color:var(--true-black);font-size:1.5rem;font-weight:var(--font-weight-medium)}.header>div:first-of-type>div button{font-family:inherit;color:var(--true-black);font-size:1.5rem;font-weight:var(--font-weight-medium);background-color:transparent;border:none;cursor:pointer;gap:.6rem}.header>div:nth-of-type(2){gap:1.5rem}.header_cta_button{font-size:1.5rem!important}.header>div:nth-of-type(2) button{font-family:inherit;font-size:1.5rem;font-weight:var(--font-weight-medium);border:.1rem solid var(--red);border-radius:.5rem;padding:1.1rem 2.7rem;cursor:pointer}.header>div:nth-of-type(2) button:first-of-type{background-color:var(--true-white);color:var(--true-black);gap:.6rem}.header>div:nth-of-type(2) div{gap:.8rem}.header>div:nth-of-type(2) div a:link,.header>div:nth-of-type(2) div a:visited{border-radius:.5rem;background-color:var(--dark-red);width:4.1rem}.products_menu{position:absolute;width:100%;background-color:var(--true-white);top:100%;left:0;padding:5.2rem var(--layout-side-padding) 5.2rem var(--layout-side-padding);display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;transform:translateY(-250%);opacity:0;transition:all .2s}.products_menu_active{transform:translateY(0);opacity:1}.products_menu>div:first-of-type{display:grid;grid-template-columns:repeat(2,23rem);column-gap:5rem;align-items:start}.products_menu>div:first-of-type div{border-top:.1rem solid var(--gray-2)}.products_menu>div:first-of-type div a{padding-top:2.4rem;padding-bottom:2.4rem;border-bottom:.1rem solid var(--gray-2);text-decoration:none;font-size:1.6rem;font-weight:var(--font-weight-medium);color:var(--true-black)}.products_menu>div:last-of-type{display:grid;grid-template-columns:repeat(3,1fr);column-gap:3rem;align-items:center}.products_menu>div:last-of-type a{gap:1.5rem;font-size:1.4rem;font-weight:var(--font-weight-medium);text-decoration:none;color:var(--true-black)}.products_menu>div:last-of-type a div{width:26rem;height:17rem;border-radius:.8rem;overflow:hidden}.products_menu>div:last-of-type a div img{width:100%;height:100%;object-fit:cover}.header_mobile_btns_wrapper{display:none;position:relative}.mobile_menu{display:none}#language_dropdown_btn{position:relative}.language_dropdown{position:absolute;top:-.1rem;left:-.1rem;width:calc(100% + .2rem);background-color:var(--true-white);border:.1rem solid var(--red);border-radius:.5rem;padding:1.1rem 2.7rem;gap:2.2rem}.language_dropdown a{text-decoration:none;color:var(--true-black);font-size:1.5rem;font-weight:var(--font-weight-medium);display:flex;width:100%!important;background-color:transparent!important}.header_mobile_logo{display:none}.services{margin-bottom:6.5rem}.services>div:first-of-type{gap:34rem;margin-bottom:4rem}.services>div:first-of-type>div p{font-size:1.6rem}.services>div:last-of-type{gap:5rem}.services>div:last-of-type>div:first-of-type{gap:5rem;width:50%}.services>div:last-of-type>div:first-of-type div{flex-grow:1}.services>div:last-of-type>div:last-of-type{gap:5rem;width:50%}.services_card{border-radius:.8rem;background-color:var(--true-white);box-shadow:0 3px 9px var(--gray-2);padding:5rem}.services_card div{flex-grow:0!important}.services_card img{margin-bottom:2rem;transition:all .2s}.services_card:hover img{transform:scale(1.15)}.services_card h4{font-size:2.4rem;font-weight:var(--font-weight-semibold);margin-bottom:2rem}.services_card p{font-size:1.6rem}.services_card p span{font-weight:var(--font-weight-semibold)}.services_mobile_cta{display:none}.experience{margin-bottom:9.4rem;display:grid;grid-template-columns:1fr 2fr;column-gap:9.6rem;align-items:center;overflow-x:hidden}.experience>div:first-of-type{border-radius:.5rem;position:relative;overflow:hidden;z-index:2}.experience>div:first-of-type img{width:100%;height:100%;max-height:600px;max-width:400px;object-fit:cover}.experience>div:last-of-type>p{font-size:1.7rem;margin-bottom:4.4rem}.experience>div:last-of-type>div{margin-bottom:4.3rem;padding-top:3rem;padding-bottom:3rem;color:var(--true-white);font-size:1.6rem;position:relative;padding-right:10rem}.experience>div:last-of-type>div:after{content:" ";position:absolute;top:0;left:-300%;width:800%;height:100%;background-color:var(--dark-gray);z-index:1}.experience>div:last-of-type>div div{gap:2.4rem;z-index:2}.projects{padding-top:4rem;padding-bottom:11rem;background-color:var(--dark-gray)}.projects>div:first-of-type{display:grid;grid-template-columns:repeat(2,1fr);column-gap:25rem;margin-bottom:2.2rem;align-items:center}.projects>div:first-of-type h2{color:var(--true-white);margin-bottom:5rem}.projects>div:first-of-type p{font-size:1.7rem;color:var(--true-white);margin-bottom:5.6rem}.projects>div:last-of-type{display:grid;grid-template-columns:repeat(4,1fr);column-gap:3.4rem}.project_card>a:first-of-type{display:block;height:28rem;border-radius:.5rem;overflow:hidden;position:relative;margin-bottom:1.8rem}.project_card>a:first-of-type img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.project_card>div:first-of-type{gap:1.6rem;margin-bottom:1.5rem}.project_card>div:first-of-type span{font-size:1.6rem;color:var(--gray-2)}.project_card>div:first-of-type div{gap:.7rem}.project_card>a:last-of-type{font-size:1.8rem;font-weight:var(--font-weight-medium);color:var(--true-white);text-decoration:none}.project_card_cta{gap:3.7rem;border-radius:.5rem;border:.1rem solid var(--dark-gray);color:var(--dark-gray);font-size:1.6rem;text-decoration:none;padding:1.5rem 2rem}.projects_slider_wrapper{display:none}.projects_map_wrapper{position:relative}.projects_pin{position:absolute}.projects_pin_1{top:59%;left:46.4%;transform:translate(-46.4%,-59%)}.projects_pin_2{top:73%;left:83.6%;transform:translate(-83.6%,-73%)}.contact{padding-top:6.8rem;padding-bottom:6.8rem;background-color:var(--black);display:grid;grid-template-columns:repeat(2,1fr);column-gap:12rem;align-items:center}.contact h2{color:var(--true-white);margin-bottom:1.2rem}.contact p{font-size:1.7rem;color:var(--gray-3);margin-bottom:6.2rem}.contact_data_wrapper div{gap:1rem;margin-bottom:1rem}.contact_data_wrapper span{color:var(--gray-3);font-size:1.6rem}.contact_data_wrapper a:link,.contact_data_wrapper a:visited{color:var(--true-white);font-size:1.8rem;text-decoration:none}.contact_address_wrapper{margin-bottom:2.5rem}.contact>div>div:last-of-type{gap:7.5rem}.contact form{gap:1.5rem}.contact_form_privacy_policy,.contact_form_privacy_policy a{font-size:1.4rem;color:var(--gray-2);font-weight:var(--font-weight-light)}.contact form>div:first-of-type{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.8rem;row-gap:1.9rem}.contact form>div:first-of-type input{font-family:inherit;border-radius:.5rem;background-color:var(--true-white);padding:1.6rem 2.4rem;border:none;font-size:1.4rem}.contact form>div:first-of-type input::placeholder{font-weight:var(--font-weight-light)}.contact form>div:first-of-type input:focus{outline:none}.contact form>div:first-of-type textarea{height:13rem;grid-column:1 / 3;resize:none;border-radius:.5rem;background-color:var(--true-white);padding:1.6rem 2.4rem;border:none;font-size:1.4rem;font-family:inherit}.contact form>div:first-of-type textarea::placeholder{font-weight:var(--font-weight-light)}.contact form>div:first-of-type textarea:focus{outline:none}.contact form>div:last-of-type{gap:1.9rem}.contact form>div:last-of-type label{font-size:1.4rem;color:var(--gray-2);font-weight:var(--font-weight-light)}.contact form>div:last-of-type label a{color:inherit}.hero{margin-bottom:5rem}.hero_slider{margin-bottom:2.3rem;position:relative;overflow-x:scroll;height:54rem}.hero_cards_wrapper{gap:.5rem;position:absolute;top:0;left:0}.hero_card{width:53.5rem;height:54rem;padding:4.7rem 4.5rem 3.6rem;border-radius:.5rem;position:relative;overflow:hidden}.hero_card div{z-index:1}.hero_card h4{font-size:2.8rem;font-weight:var(--font-weight-bold);color:var(--true-black);margin-bottom:2rem}.hero_card p{font-size:1.6rem}.hero_card img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:all .5s}.hero_card:hover img{transform:scale(1.05)}.catalogue{margin-bottom:12rem}.catalogue h2{margin-bottom:0}.catalogue>div:first-of-type{margin-bottom:4rem}.catalogue_slider{height:64rem;margin-bottom:3.8rem;position:relative;overflow-x:scroll}.catalogue_cards_wrapper{gap:2rem;position:absolute;top:0;left:0}.catalogue_card{height:64rem;border-radius:.5rem;overflow:hidden}.catalogue_card_fixed_width{width:39rem}.catalogue_card>div:first-of-type{position:relative;height:39rem;overflow:hidden}.catalogue_card>div:first-of-type>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.catalogue_card>div:first-of-type>div{position:absolute;top:2rem;left:2rem;gap:1.2rem;z-index:2}.catalogue_card>div:first-of-type>div div{padding:1.5rem .7rem;border-radius:1rem;font-size:1.5rem;width:5.2rem;height:5.2rem;color:var(--true-white);font-weight:var(--font-weight-bold);text-transform:uppercase}.catalogue_card_new{background-color:var(--dark-gray)}.catalogue_card_discount{background-color:var(--red)}.catalogue_card>div:last-of-type{background-color:var(--true-white);flex-grow:1;padding:2.9rem 1.8rem}.catalogue_card>div:last-of-type h5{font-size:1.6rem;font-weight:var(--font-weight-semibold);margin-bottom:3.1rem;text-transform:uppercase;text-align:center;color:var(--true-black)}.category_card_description{font-size:1.7rem;margin-bottom:2.3rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;height:7.5rem;overflow:hidden;text-overflow:ellipsis}.category_card_description *{font-weight:400!important;font-style:normal!important}.catalogue_card>div:last-of-type a{color:inherit;gap:3.7rem;text-decoration:none;padding:1.5rem 2rem;border-radius:.5rem;border:.1rem solid var(--true-black);font-size:1.6rem}.catalogue>div:last-of-type{margin-top:6rem}.containers{display:grid;grid-template-columns:.4fr .6fr;column-gap:5.8rem;margin-bottom:9.4rem}.containers>div:first-of-type p{font-size:1.7rem;margin-bottom:4.5rem}.containers>div:first-of-type p span{font-weight:var(--font-weight-semibold)}.containers_slider{height:43rem;margin-bottom:3.2rem;position:relative;overflow-x:scroll}.containers_slider>div{position:absolute;top:0;left:0;gap:3rem}.containers_slider>div>div{width:36rem;height:43rem;overflow:hidden;border-radius:.5rem;position:relative}.containers_slider>div>div img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .2s}.containers_slider>div>div:hover img{transform:scale(1.05)}.contact_page{background-color:var(--off-white);padding-bottom:4rem}.contact_page h2,.contact_page p{color:var(--black)}.contact_page .contact_data_wrapper a:link,.contact_page .contact_data_wrapper a:visited{color:var(--dark-gray)}.contact_page form label{color:var(--black)!important}.contact_page form label a{color:inherit}.contact_map{height:48rem}.legal{display:grid;grid-template-columns:.4fr 1.6fr;column-gap:3.8rem;padding-bottom:4rem;padding-top:5rem}.legal_links{border-top:.1rem solid var(--gray-2)}.legal_links a{font-size:1.6rem;font-weight:var(--font-weight-medium);color:var(--true-black);text-decoration:none;padding-top:2.4rem;padding-bottom:2.4rem;border-bottom:.1rem solid var(--gray-2);transition:all .2s;gap:1rem}.legal_links a img{width:1.5rem;height:1.5rem;flex-shrink:0}.legal_links a.legal_link_active{color:var(--red);font-weight:var(--font-weight-semibold)}.legal_content{min-height:10px;font-size:1.7rem}.legal p{min-height:10px;font-size:1.7rem!important}.legal p span{font-size:1.7rem!important}.legal p br{display:none!important}.legal h4,.legal h4 a{font-size:1.7rem;font-weight:var(--font-weight-semibold);color:var(--true-black);text-decoration:none}.legal ul{display:flex;flex-direction:column;gap:2.5rem;font-size:1.7rem;padding-left:6rem;list-style:none}.legal ul li{position:relative}.legal ul li:after{content:" ";width:.8rem;height:.8rem;border-radius:50%;position:absolute;top:.8rem;left:-2rem;background-color:var(--dark-gray)}footer{padding-top:5.2rem;padding-bottom:3.4rem;padding-right:var(--layout-side-padding);padding-left:var(--layout-side-padding);background-color:var(--true-white)}footer>div:first-of-type{margin-bottom:12rem}footer>div:first-of-type>div:nth-of-type(1) img{width:25.2rem;height:8.2rem}footer>div:first-of-type>div:nth-of-type(1) p{font-size:1.5rem}footer>div:first-of-type>div:nth-of-type(2){gap:20px;justify-content:space-between;width:100%;margin-top:8.2rem}footer>div:first-of-type>div:nth-of-type(2) div p{font-size:1.6rem;margin-bottom:1.3rem;color:var(--true-black);font-weight:var(--font-weight-medium)}footer>div:first-of-type>div:nth-of-type(2) div ul{list-style:none;font-size:1.5rem;gap:1.1rem}footer>div:first-of-type>div:nth-of-type(2) div ul a:link,footer>div:first-of-type>div:nth-of-type(2) div ul a:visited{color:inherit;text-decoration:none}footer>div:first-of-type>div:nth-of-type(4){gap:3rem}.footer-copyright-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:20px}.footer-copyright-logo{height:90px;width:100%;max-width:260px}.footer-copyright-text{font-size:1.4rem;font-weight:var(--font-weight-light)}.footer-copyright-text a:link,.footer-copyright-text a:visited{text-decoration:none;color:inherit}.footer_dropdowns{display:none}.footer_logo-container{max-width:350px;margin-right:5%;flex-shrink:0}.footer_socials-container{display:flex;flex-direction:row;gap:2rem;margin-top:2rem}.footer_socials-container a img{width:16px!important;height:16px!important}.offer_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:91rem;border-radius:1.5rem;background-color:var(--true-white);z-index:999999;padding:5.2rem 4.1rem 4.5rem}.offer_modal_close_btn{position:absolute;top:1.6rem;right:1.8rem;font-family:inherit;font-size:1.5rem;color:var(--dark-gray);gap:1.1rem;padding:1.1rem 1rem;border:.1rem solid var(--dark-gray);border-radius:.5rem;background-color:transparent;cursor:pointer}.offer_modal h2{margin-bottom:2.3rem;text-align:center}.offer_modal p{font-size:1.7rem;color:var(--dark-gray);margin-bottom:3.2rem}.offer_modal form>div:first-of-type{margin-bottom:3rem;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.8rem;row-gap:2rem}.offer_modal_input_group{border:.1rem solid var(--gray-2);border-radius:.5rem;position:relative;font-size:1.4rem;font-weight:var(--font-weight-light);padding:1.6rem 2.4rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:inherit!important;background-color:transparent!important;transition:background-color 5000s ease-in-out 0s}.offer_modal_input_group_textarea{grid-column:1 / -1;height:12rem}.offer_modal_input_group input,.offer_modal_input_group textarea{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:transparent;border:none;font-family:inherit;padding:1.6rem 2.4rem;font-weight:var(--font-weight-medium)}.offer_modal_input_group textarea{resize:none}.offer_modal_input_group input:focus,.offer_modal_input_group textarea:focus{outline:none}.offer_modal_input_group input:not(:placeholder-shown)+label,.offer_modal_input_group input:focus+label,.offer_modal_input_group textarea:not(:placeholder-shown)+label,.offer_modal_input_group textarea:focus+label{top:-1rem}.offer_modal_input_group label{position:absolute;top:1.6rem;left:2rem;z-index:1;transition:all .2s ease-in-out;background-color:var(--true-white);padding-left:.4rem;padding-right:.4rem}.offer_modal_input_group label span{color:var(--red)}.offer_modal_input_group>span{opacity:0;z-index:0}.offer_modal form>div:nth-of-type(2){margin-bottom:3.9rem;gap:1.9rem}.offer_modal form>div:nth-of-type(2) label{font-size:1.4rem;color:var(--dark-gray);font-weight:var(--font-weight-light)}.offer_modal form>div:last-of-type button{font-family:inherit;font-size:1.6rem;font-weight:var(--font-weight-medium);gap:2.5rem;background-color:var(--red);color:var(--true-white);border:none;padding:1.5rem 19rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.offer_modal form>div:last-of-type button:hover{background-color:var(--dark-red)}.offer_modal form label a{color:inherit}.projects_intro{display:grid;grid-template-columns:repeat(2,1fr);column-gap:25rem;padding-bottom:7rem;align-items:center}.projects_intro p{font-size:1.7rem;margin-bottom:4.8rem}.projects_intro p span{font-weight:var(--font-weight-semibold)}.projects_intro_links{width:34rem;border-top:.1rem solid var(--gray-2)}.projects_intro_links a{width:100%;color:inherit;text-decoration:none;font-size:1.6rem;padding-top:2.4rem;padding-bottom:2.4rem;border-bottom:.1rem solid var(--gray-2)}.projects_intro_links a.projects_intro_active_link{color:var(--red);font-weight:var(--font-weight-semibold)}.projects_intro_links a img{width:1.5rem;height:1.5rem}.projects_page_grid{margin-bottom:4.6rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:3.3rem;row-gap:4.1rem}.projects_page_card>div:first-of-type span{color:var(--dark-gray)}.projects_page_card>a:last-of-type{margin-bottom:2.3rem;display:block;color:var(--dark-gray)}.projects_page_cta_wrapper{margin-bottom:4.8rem}.fancybox__container{z-index:99999999!important}.project_gallery{padding-right:var(--layout-side-padding);padding-left:var(--layout-side-padding);display:grid;grid-template-columns:repeat(4,1fr);column-gap:3.3rem;row-gap:4.1rem;margin-bottom:4.6rem}.project_gallery a{display:block;position:relative;overflow:hidden;border-radius:.5rem;aspect-ratio:4/3}.project_gallery a img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project_gallery a:hover img{transform:scale(1.05)}.project_gallery a:after{content:"";position:absolute;inset:0;background:#0000;transition:background .3s ease}.project_gallery a:hover:after{background:#0003}.fancybox__slide{padding:2rem}.fancybox__content{border-radius:.5rem;overflow:hidden}.about_why{margin-bottom:16rem}.about_why>div:first-of-type{text-align:center}.about_why>div:first-of-type h2{margin-bottom:5.5rem}.about_why>div:last-of-type{display:grid;grid-template-columns:repeat(2,1fr);column-gap:13rem;align-items:center;position:relative}.about_why_text_right{text-align:right}.about_why>div:last-of-type p{font-size:1.7rem}.about_why>div:last-of-type p span{font-weight:var(--font-weight-semibold)}.about_why>div:last-of-type img{width:55rem;border-radius:.5rem}.about_why_grid_deco{position:absolute;top:46.5%;left:50%;transform:translate(-46.5%,-50%);height:134rem;width:.2rem;background-color:var(--red)}.about_why_grid_deco div{width:2.6rem;height:2.6rem;border-radius:50%;border:.2rem solid var(--red);background-color:var(--true-white);transition:color 0s}.project_details_intro{display:grid;grid-template-columns:repeat(2,1fr);column-gap:7rem;margin-bottom:6rem;align-items:center}.project_details_intro>div:first-of-type h2{margin-bottom:1.3rem}.project_details_intro>div:first-of-type>div{gap:1.6rem;margin-bottom:2.8rem;font-size:1.7rem}.project_details_intro>div:first-of-type>div div{gap:.7rem}.project_details_intro>div:first-of-type>div>span:nth-of-type(1){font-weight:var(--font-weight-semibold)}.project_details_intro>div:first-of-type p{font-size:1.7rem;margin-bottom:4.1rem}.project_details_intro>div:first-of-type p span{font-weight:var(--font-weight-semibold)}.project_details_intro>div:first-of-type button{font-family:inherit;color:var(--true-white);background-color:var(--red);border:none;gap:2.5rem;padding:1.5rem 19rem;border-radius:.5rem;font-size:1.6rem;font-weight:var(--font-weight-medium);cursor:pointer;transition:all .2s}.project_details_intro>div:first-of-type button:hover{background-color:var(--dark-red)}.project_details_intro>div:last-of-type{border-radius:.5rem;overflow:hidden;position:relative;height:53rem}.project_details_intro>div:last-of-type img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.project_details_photos{margin-bottom:8.1rem}.project_details_photos h4{font-size:2.4rem;font-weight:var(--font-weight-bold);margin-bottom:2rem}.project_details_photos_slider{position:relative;height:36rem;margin-bottom:5rem;overflow-x:scroll}.project_details_photos_wrapper{gap:2rem;position:absolute;top:0;left:0}.project_details_photos_wrapper img{width:49.5rem;height:36rem;border-radius:.5rem}.other_projects{margin-bottom:5rem}.other_projects>div:first-of-type{text-align:center;margin-bottom:4rem}.other_projects h2{margin-bottom:0}.other_projects_slider{position:relative;overflow-x:scroll;height:43rem;margin-bottom:5rem}.other_projects_cards_wrapper{gap:3.3rem;position:absolute;top:0;left:0}.others_card{width:38rem;height:43rem}.other_projects_grid{display:none}.products_catalogue{margin-bottom:6.6rem}.products_catalogue>div:first-of-type{text-align:center;margin-bottom:5.3rem}.products_catalogue>div:first-of-type h2{margin-bottom:0}.products_catalogue>div:nth-of-type(2){display:grid;grid-template-columns:repeat(2,1fr);column-gap:5.2rem;font-size:1.6rem;margin-bottom:7rem}.products_catalogue>div:nth-of-type(2) span{font-weight:var(--font-weight-semibold)}.products_catalogue>div:last-of-type{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem;row-gap:2rem}.products_benefits{margin-bottom:6.9rem}.products_benefits>div:first-of-type{text-align:center;margin-bottom:4.2rem}.products_benefits>div:first-of-type h2{margin-bottom:0}.products_benefits_slider{position:relative;overflow-x:scroll;height:27rem;margin-bottom:4rem}.products_benefits_cards_wrapper{position:absolute;top:0;left:0;gap:5.6rem}.products_benefits_card{padding:5.2rem 5rem 3rem;background-color:var(--true-white);border-radius:.5rem;width:78rem;height:26rem;box-shadow:0 3px 9px var(--gray-2)}.products_benefits_card div{gap:4.3rem;margin-bottom:3.8rem}.products_benefits_card div h4{font-size:2.4rem;font-weight:var(--font-weight-semibold)}.products_benefits_card{font-size:1.7rem}.products_catalogue_mobile_text{display:none}.services_intro{margin-bottom:8.7rem}.services_intro>p{font-size:1.7rem;margin-bottom:4rem;width:63%}.services_intro>div{display:grid;grid-template-columns:repeat(2,1fr);column-gap:5.6rem;row-gap:5.6rem;align-items:stretch}.services_intro>div>div{gap:3.6rem;padding:7.5rem 5rem;background-color:var(--true-white);border-radius:.5rem;box-shadow:0 3px 9px var(--gray-2)}.services_intro>div>div>div:first-of-type img{margin-bottom:2rem}.services_intro>div>div h4{font-size:2.4rem;font-weight:var(--font-weight-bold);margin-bottom:2rem}.services-description{font-size:1.6rem}.services-description span{font-weight:var(--font-weight-semibold)}.services_intro>div>div a{font-size:1.6rem;font-weight:var(--font-weight-medium);padding:1.5rem 2rem;gap:3.7rem;text-decoration:none;color:var(--dark-gray);border:.1rem solid var(--dark-gray);border-radius:.5rem}.work_process{margin-bottom:12rem}.work_process>div:first-of-type{text-align:center;margin-bottom:4.2rem}.work_process>div:first-of-type h2{margin-bottom:0}.work_process_slider{margin-bottom:4.1rem;height:28rem;position:relative;overflow-x:scroll}.work_process_cards_wrapper{gap:5.6rem;position:absolute;top:0;left:0}.work_process_card{width:78rem;background-color:var(--true-white);padding:5.1rem 5rem 3rem;border-radius:.5rem;box-shadow:0 3px 9px var(--gray-2);height:26rem}.work_process_card>div{margin-bottom:3.2rem}.work_process_card>div div{gap:3.3rem}.work_process_card>div span{color:var(--red);font-size:7rem;font-weight:var(--font-weight-semibold);opacity:.5}.work_process_card h4{font-size:2.4rem;font-weight:var(--font-weight-semibold)}.work_process_card p{font-size:1.7rem}.service_details{margin-bottom:7rem;display:grid;grid-template-columns:repeat(2,1fr);column-gap:11rem;row-gap:5.2rem;align-items:center}.service_details p{font-size:1.7rem}.service_details_slider{position:relative;overflow-x:scroll;height:43rem;margin-bottom:3.2rem}.service_details_slides_wrapper{position:absolute;top:0;left:0;gap:3rem}.service_details_slide{width:36rem;height:43rem;border-radius:.5rem;overflow:hidden;position:relative}.service_details_slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.service_details_cta{font-family:inherit;color:var(--true-white);background-color:var(--red);border:none;border-radius:.5rem;font-size:1.6rem;font-weight:var(--font-weight-medium);padding:1.5rem 19rem;cursor:pointer;margin-top:3.6rem;transition:all .2s}.service_details_cta{background-color:var(--dark-red)}.category_details_intro{margin-bottom:5rem}.category_details_intro>div:first-of-type{text-align:center;margin-bottom:7.6rem}.category_details_intro>div:first-of-type h2{margin-bottom:0}.category_details_intro>div:last-of-type{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;column-gap:5.8rem}.category_details_intro p,.category_details_intro .category_details_intro_text{font-size:1.6rem}.category_details_intro p span{font-weight:var(--font-weight-semibold)}.category_details_intro_slider{overflow-x:scroll;height:43rem;position:relative;margin-bottom:3.2rem}.category_details_slides_wrapper{position:absolute;top:0;left:0;gap:3rem}.category_details_slide{width:36rem;height:43rem;border-radius:.5rem;overflow:hidden;position:relative}.category_details_slide img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.sub_category{display:grid;grid-template-columns:2.2fr .8fr;column-gap:2rem;margin-bottom:3rem}.sub_category_link{text-decoration:none}.sub_category_text{background-color:var(--dark-gray);color:var(--true-white);padding:3.3rem 3.4rem;border-radius:.5rem}.sub_category_text h4{font-size:2rem;font-weight:var(--font-weight-bold);text-transform:uppercase;margin-bottom:1rem}.sub_category_text>p{font-size:1.7rem;margin-bottom:1.7rem}.sub_category_text>p span{font-weight:var(--font-weight-semibold)}.sub_category_text>div{gap:11rem}.sub_category_text>div>div{gap:.9rem}.sub_category_text>div p{font-size:1.4rem;font-weight:var(--font-weight-semibold)}.sub_category_text>div span{font-size:1.4rem;font-weight:var(--font-weight-light)}.sub_category_text>div>div div{gap:2.4rem}.sub_category_text>div>div:first-of-type p{width:7rem;flex-shrink:0}.sub_category_text>div>div:last-of-type p{width:18rem;flex-shrink:0}.sub_category_image{width:100%;position:relative}.sub_category_image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sub_category_grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem;row-gap:2rem;margin-bottom:4.4rem}.product_card{height:68rem;border-radius:.5rem;overflow:hidden}.product-card-image-container{height:34rem;position:relative;background-color:#fff}.product-card-image-container>div{position:absolute;top:1.6rem;left:1.9rem;z-index:2}.product-card-image-container>img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product_card_new{width:5.2rem;height:5.2rem;background-color:var(--dark-gray);color:var(--true-white);font-size:1.5rem;font-weight:var(--font-weight-bold);border-radius:1rem}.product_card>div:last-of-type{background-color:var(--true-white);padding:2.5rem 1.9rem;flex-grow:1}.product_card>div:last-of-type h4{font-size:1.6rem;font-weight:var(--font-weight-semibold);text-align:center;margin-bottom:2rem}.product_card_data{gap:.9rem}.product_card_data p{width:15rem;font-size:1.4rem;flex-shrink:0;font-weight:var(--font-weight-semibold)}.product_card_data span{font-size:1.4rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#6b7682}.product_card a{gap:3.7rem;border:.1rem solid var(--dark-gray);font-size:1.6rem;color:var(--dark-gray);font-weight:var(--font-weight-medium);text-decoration:none;border-radius:.5rem;padding:1.5rem 2rem}.product_intro{margin-bottom:4.1rem;display:grid;grid-template-columns:58rem 1fr;column-gap:4.6rem}.product_intro_gallery>div:first-of-type{height:58rem;border-radius:.8rem;overflow:hidden;position:relative;margin-bottom:1.2rem}.product_intro_gallery>div:first-of-type img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product_intro_gallery_slider{position:relative;height:11.8rem;overflow-x:scroll}.product_intro_gallery_wrapper{position:absolute;top:0;left:0;gap:1.2rem}.product_intro_gallery_wrapper button{width:11.8rem;height:11.8rem;border:none;border-radius:.8rem;position:relative;overflow:hidden;cursor:pointer}.product_intro_gallery_wrapper button img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product_mobile_gallery_wrapper{display:none}.product_details-text{font-size:1.7rem;margin-bottom:2.5rem}.product_intro_cta{font-family:inherit;font-size:1.6rem;font-weight:var(--font-weight-medium);background-color:var(--red);padding:1.5rem 19rem;gap:2.5rem;border:none;cursor:pointer;border-radius:.5rem;color:var(--true-white);margin-bottom:3.4rem;transition:all .2s}.product_intro_cta:hover{background-color:var(--dark-red)}.product_intro>div:last-of-type>div{gap:1.6rem}.product_intro>div:last-of-type>div>div{gap:1.8rem}.product_intro>div:last-of-type>div>div div{gap:2.1rem}.product_intro>div:last-of-type>div>div p{font-size:1.6rem;font-weight:var(--font-weight-semibold);width:20rem;flex-shrink:0}.product_intro>div:last-of-type>div>div span{font-size:1.6rem;font-weight:var(--font-weight-light)}.product_details{margin-bottom:4rem}.product_details_btns{gap:.9rem}.product_details_btns button{font-family:inherit;font-size:1.6rem;font-weight:var(--font-weight-semibold);padding:1.5rem 3.3rem;border:none;border-top-left-radius:.8rem;border-top-right-radius:.8rem;cursor:pointer;background-color:var(--gray-4);color:var(--black)}.product_details_btns button.product_details_btns_active{background-color:var(--true-white)}.product_details>div:last-of-type{background-color:var(--true-white);padding:2.3rem 3.3rem;border-radius:.8rem;border-top-left-radius:0}.product_details_tab p{font-size:1.6rem}.product_details_tab h5{font-size:1.6rem;font-weight:var(--font-weight-bold);margin-bottom:.2rem}.product_details_tab div{margin-bottom:2.4rem}.recommended{margin-bottom:5.8rem}.recommended>div:first-of-type{text-align:center;margin-bottom:5.4rem}.recommended>div:first-of-type h2{margin-bottom:0}.recommended_slider_wrapper{display:none}.recommended>div:last-of-type{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem}.containers_page_wrapper{display:grid;grid-template-columns:1fr}.containers_page_wrapper>div:first-of-type{text-align:center}.containers_page_wrapper>div:first-of-type h2{margin-bottom:7rem}.containers_intro{margin-bottom:7.6rem}.containers_intro{display:grid;grid-template-columns:.4fr .6fr;column-gap:5.8rem;align-items:center}.containers_intro p{font-size:1.7rem}.containers_intro p span{font-weight:var(--font-weight-semibold)}.containers_grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem;row-gap:2rem;margin-bottom:6.5rem}@media(max-width:1200px){h2{font-size:2.8rem}h3{font-size:1.6rem}}@media(max-width:1850px){.header>div:first-of-type>div{gap:2.5rem}.header>div:first-of-type>div a:link,.header>div:first-of-type>div a:visited{font-size:1.7rem}.header>div:first-of-type>div button{font-size:1.7rem}}@media(max-width:1755px){.header>div:first-of-type>a img{width:22.7rem;height:7.4rem}.header>div:nth-of-type(2){gap:1rem}}@media(max-width:1510px){.header>div:first-of-type>a img{width:20.4rem;height:6.7rem}.header>div:first-of-type>div{gap:1.5rem}.header>div:nth-of-type(2) button{font-size:1.5rem;padding:.8rem 2.2rem}.header>div:nth-of-type(2) div{gap:.4rem}.header>div:nth-of-type(2) div a:link,.header>div:nth-of-type(2) div a:visited{width:3.6rem}.header>div:nth-of-type(2) div a:link:first-of-type img{width:2.3rem;height:1.6rem}.header>div:nth-of-type(2) div a:link:last-of-type img{width:1.5rem;height:1.5rem}.products_menu>div:first-of-type{grid-template-columns:repeat(2,20rem)}.products_menu>div:first-of-type div a{font-size:1.4rem}.products_menu>div:last-of-type{column-gap:1.5rem}}@media(max-width:1405px){.products_menu>div:first-of-type{column-gap:2rem}}@media(max-width:1265px){.products_menu{padding-left:6rem;padding-right:6rem}.products_menu>div:last-of-type a div{width:20rem;height:15rem}}@media(max-width:1120px){.header{padding-left:4rem;padding-right:4rem}.products_menu>div:last-of-type a div{width:18rem;height:15rem}}@media(max-width:1080px){.header{padding-left:2rem;padding-right:2rem}.header>div:first-of-type>a img{width:19.4rem;height:6.4rem}.header>div:first-of-type>div a:link,.header>div:first-of-type>div a:visited{font-size:1.6rem}.header>div:first-of-type>div button{font-size:1.6rem}}@media(max-width:1700px){.legal{padding-top:3rem}}@media(max-width:1350px){.legal{grid-template-columns:.5fr 1.5fr;column-gap:2.5rem}.legal_links a{font-size:1.5rem}}@media(max-width:1750px){.contact_page{padding-top:3rem}}@media(max-width:1400px){.contact_map{height:40rem}}@media(max-width:1250px){.contact_map{height:35rem}}@media(max-width:1400px){.contact p{margin-bottom:4rem}}@media(max-width:1330px){.contact{column-gap:8rem}.contact form>div:first-of-type{column-gap:1.6rem;row-gap:1.7rem}}@media(max-width:1100px){.contact{column-gap:4rem}}@media(max-width:1755px){footer>div:first-of-type>div:nth-of-type(1) img{width:22.7rem;height:7.4rem}footer>div:first-of-type>div:nth-of-type(2){margin-top:6.7rem}}@media(max-width:1510px){footer>div:first-of-type>div:nth-of-type(1) img{width:20.4rem;height:6.7rem}}@media(max-width:1430px){footer>div:first-of-type>div:nth-of-type(4){gap:1.5rem}.footer_logo-container{max-width:320px;margin-right:3%;flex-shrink:0}}@media(max-width:1265px){footer{padding-left:6rem;padding-right:6rem}}@media(max-width:1120px){footer{padding-left:4rem;padding-right:4rem}}@media(max-width:1080px){footer{padding-left:2rem;padding-right:2rem}footer>div:first-of-type>div:nth-of-type(1) img{width:19.4rem;height:6.4rem}.footer_logo-container{max-width:275px;margin-right:3%}.footer-services{max-width:275px}}@media(max-width:1720px){.services>div:last-of-type{gap:3rem}.services>div:last-of-type>div:first-of-type{gap:3rem}.services>div:last-of-type>div:last-of-type{gap:3rem}}@media(max-width:1510px){.services_card{padding-top:4rem;padding-bottom:4rem}}@media(max-width:1385px){.services>div:first-of-type{gap:20rem}.services>div:last-of-type{flex-direction:column}.services>div:last-of-type>div:first-of-type{width:100%}.services>div:last-of-type>div:last-of-type{width:100%}}@media(max-width:1460px){.projects_intro{column-gap:15rem}.projects_intro{column-gap:10rem}}@media(max-width:1285px){.projects_intro{column-gap:5rem}.projects_page_grid{grid-template-columns:repeat(3,1fr);column-gap:2.3rem;row-gap:3.1rem}}@media(max-width:1265px){.projects_map{width:53rem;height:53rem}}@media(max-width:1175px){.projects_map{width:54.2rem;height:54.6rem}}@media(max-width:1070px){.projects_intro{column-gap:1rem}.projects_map{width:50.2rem;height:50.6rem}}@media(max-width:1200px){.project_gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.project_gallery{grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:3rem}}@media(max-width:650px){.project_gallery{grid-template-columns:1fr;column-gap:0;row-gap:2rem}}@media(max-width:1265px){.project_details_intro{column-gap:2rem;margin-bottom:4rem}.project_details_intro>div:first-of-type button{padding-right:10rem;padding-left:10rem;gap:1.5rem}.project_details_intro>div:first-of-type button img{width:1.2rem;height:1.2rem}.project_details_photos{margin-bottom:5rem}}@media(max-width:1500px){.services_intro>p{width:80%}.services_intro>div{column-gap:3rem;row-gap:3rem}.services_intro>div>div{padding-top:5rem;padding-bottom:5rem}}@media(max-width:1300px){.services_intro>p{width:100%}.services_intro>div{column-gap:1.5rem;row-gap:1.5rem}.services_intro>div>div{gap:2.6rem}.services_intro>div>div>div:first-of-type img{margin-bottom:1rem}.services_intro>div>div h4{font-size:2.2rem;margin-bottom:1rem}.services-description{font-size:1.6rem}.services_intro>div>div a{font-size:1.5rem;padding:1.2rem 1.8rem}}@media(max-width:1260px){.services_intro{margin-bottom:5rem}.work_process{margin-bottom:6rem}}@media(max-width:1495px){.projects>div:first-of-type{column-gap:10rem}}@media(max-width:1300px){.projects>div:last-of-type{column-gap:1.5rem}}@media(max-width:1265px){.projects_map{width:53rem;height:53rem}.projects_pin{width:8.7rem;height:14rem}.projects_pin_1{left:49%;transform:translate3d(-49%,-59%)}.projects_pin_2{left:73.6%;transform:translate(-73.6%,-73%)}}@media(max-width:1141px){.projects>div:first-of-type{gap:2rem}.project_card>a:first-of-type{height:20rem}.project_card>a:last-of-type{font-size:1.6rem}}@media(max-width:1365px){.service_details{column-gap:5rem;row-gap:3rem}}@media(max-width:1055px){.service_details_cta{font-size:1.4rem;padding-left:10rem;padding-right:10rem}}@media(max-width:1520px){.products_catalogue>div:last-of-type{grid-template-columns:repeat(3,1fr)}}@media(max-width:1105px){.products_catalogue>div:nth-of-type(2){margin-bottom:5rem}.products_catalogue>div:last-of-type{grid-template-columns:repeat(2,1fr)}}@media(max-width:1630px){.sub_category_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1600px){.category_details_intro>div:first-of-type{margin-bottom:5rem}.category_details_intro>div:last-of-type{column-gap:3rem}}@media(max-width:1365px){.sub_category_text{padding:2.5rem 2.4rem}.sub_category_text h4{font-size:1.8rem;margin-bottom:.8rem}.sub_category_text>p{font-size:1.4rem;margin-bottom:1.2rem}.sub_category_text>div{gap:4rem}.sub_category_text>div p{font-size:1.4rem}.sub_category_text>div span{font-size:1.2rem}}@media(max-width:1155px){.sub_category_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1635px){.recommended>div:last-of-type{grid-template-columns:repeat(3,1fr)}}@media(max-width:1465px){.product_intro{grid-template-columns:50rem 1fr;column-gap:3rem}.product_intro_gallery>div:first-of-type{height:50rem}}@media(max-width:1180px){.recommended>div:last-of-type{grid-template-columns:repeat(2,1fr)}.product_intro{grid-template-columns:45rem 1fr}.product_intro_gallery>div:first-of-type{height:45rem}}@media(max-width:1055px){.product_intro_cta{font-size:1.4rem;padding:1.5rem 10rem;gap:1.5rem}.product_intro_cta img{width:1.2rem;height:1.2rem}}@media(max-width:1255px){.experience{column-gap:3rem}.experience>div:last-of-type>div{padding-right:5rem}.experience_icon_1,.experience_icon_2{width:5.9rem;height:6.1rem}.experience_icon_3{width:5.9rem;height:5.8rem}.experience_icon_4{width:5rem;height:5.6rem}}@media(max-width:1170px){.experience{grid-template-columns:1.2fr 1.8fr}.experience>div:last-of-type>div{padding-right:0rem}}@media(max-width:1261px){.about_why{margin-bottom:8rem}.about_why>div:last-of-type{column-gap:10rem}}@media(max-width:1201px){.about_why>div:last-of-type{column-gap:7rem}}@media(max-width:1183px){.about_why>div:last-of-type img{width:100%}.about_why_grid_deco{display:none}}@media(max-width:1490px){.containers_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){h2{font-size:2.4rem;margin-bottom:1rem}h3{font-size:1.5rem}}@media(max-width:1024px){.header{padding:1.4rem var(--layout-side-padding) 1.4rem var(--layout-side-padding);border-bottom:.1rem solid var(--gray-4)}.header>div:first-of-type{gap:1rem}.header>div:first-of-type>div:last-of-type{display:none}.header>div:first-of-type{justify-content:space-between}.header>div:first-of-type>a{display:none}.header>div:first-of-type>a img{width:14rem;height:5.2rem}.header_mobile_logo{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header_mobile_logo img{width:14rem;height:5.2rem}.header>div:nth-of-type(2) button{display:none}.header_cta_button{display:none!important}.header>div:nth-of-type(2) div{gap:1.2rem}.header>div:nth-of-type(2) div a:link,.header>div:nth-of-type(2) div a:visited{height:4.1rem}.header_mobile_btns_wrapper{display:block;position:relative;width:41px;height:41px}.header_mobile_btn{background-color:transparent;cursor:pointer;border:none;position:absolute;top:0;left:0;display:block}.header_mobile_btn_close{top:0;left:0;position:absolute;cursor:pointer;display:block}.header_mobile_btn_inactive{display:none}.mobile_menu{display:flex;position:absolute;top:100%;left:0;z-index:99999;width:100;background-color:var(--true-white);width:100%;padding:3rem 1.5rem;transform:translate(150%);transition:all .2s}.mobile_menu_active{transform:translate(0)}.mobile_menu>div:first-of-type{gap:3.3rem}.mobile_menu>div:first-of-type>a{font-size:2.2rem;font-weight:var(--font-weight-medium);text-decoration:none;color:inherit}.mobile_menu>div:first-of-type button{width:100%;font-size:2.2rem;font-weight:var(--font-weight-medium);font-family:inherit;background-color:transparent;border:none;color:var(--black);cursor:pointer}.mobile_menu>div:first-of-type>div div{padding-left:2.5rem;gap:1.4rem;margin-top:2.4rem;display:none}.mobile_menu>div:first-of-type>div div.mobile_menu_active_links{display:flex}.mobile_menu>div:first-of-type>div div a{font-size:1.7rem;text-decoration:none;color:inherit}.mobile_menu>div:last-of-type{gap:2.4rem}.mobile_menu>div:last-of-type>div:first-of-type{gap:1.7rem}.mobile_menu>div:last-of-type>div:first-of-type button{font-family:inherit;gap:2.2rem;font-size:1.4rem;font-weight:var(--font-weight-medium);padding:1.1rem 2.7rem;border:.1rem solid var(--red);border-radius:.5rem;background-color:var(--true-white);color:var(--black)}.mobile_menu>div:last-of-type>div:last-of-type{gap:2.8rem}.mobile_menu_cta{font-size:1.4rem}}@media(max-width:1024px){.hero{margin-bottom:2.5rem}.hero_slider{height:37rem;margin-bottom:1.6rem}.hero_cards_Wrapper{gap:1.5rem}.hero_card{width:34rem;height:37rem}.hero_card h4{font-size:2.2rem;margin-bottom:1.1rem}.hero_card p{font-size:1.5rem}.hero_card_cta{font-size:1.4rem!important;padding:1.5rem 3.5rem!important}.catalogue{margin-bottom:2rem}.catalogue>div:first-of-type{margin-bottom:2rem}.catalogue_slider{margin-bottom:2.2rem;height:43rem}.catalogue_cards_wrapper{gap:1.6rem}.catalogue_card{height:43rem}.catalogue_card_fixed_width{width:23rem}.catalogue_card>div:first-of-type{height:23rem}.catalogue_card>div:first-of-type>div{top:1.2rem;left:1.2rem;gap:.6rem}.catalogue_card>div:first-of-type>div div{padding:1.3rem .8rem;font-size:1.2rem;width:4.6rem;height:4.1rem}.catalogue_card>div:first-of-type>div div img{width:2rem;height:2.8rem}.catalogue_card>div:last-of-type{padding:1.6rem 1.4rem}.catalogue_card>div:last-of-type h5{font-size:1.4rem;margin-bottom:1.5rem}.category_card_description{font-size:1.4rem;margin-bottom:1.5rem;height:6.4rem}.catalogue_card>div:last-of-type a{gap:1.5rem;padding:1rem 2.8rem;font-size:1.4rem}.catalogue>div:last-of-type{margin-top:2.5rem}.catalogue_section_cta{width:100%;font-size:1.4rem}.containers{grid-template-columns:1fr;row-gap:2rem;margin-bottom:2.5rem}.containers>div:first-of-type p{font-size:1.7rem;margin-bottom:1.6rem}.containers_section_cta{width:100%;font-size:1.4rem}.containers_slider{height:21rem;margin-bottom:1.8rem}.containers_slider>div{gap:1.5rem}.containers_slider>div>div{height:21rem;width:18.5rem}}@media(max-width:1024px){.services{margin-bottom:2rem}.services>div:first-of-type{gap:0rem;margin-bottom:1.7rem}.services>div:first-of-type>div p{font-size:1.7rem}.services>div:first-of-type>a{display:none}.services>div:last-of-type{gap:1rem}.services>div:last-of-type>div:first-of-type{gap:1rem}.services>div:last-of-type>div:last-of-type{gap:1rem}.services_card{padding:2.1rem 1.5rem}.services_card>div{display:flex;align-items:center;margin-bottom:2rem;gap:2rem}.services_card img{margin-bottom:0}.services_card:nth-of-type(1) img{width:5rem;height:5rem}.services_card:nth-of-type(2) img{width:5rem;height:5rem}.services_card:nth-of-type(3) img{width:5rem;height:5.8rem}.services_card:nth-of-type(4) img{width:5rem;height:4.7rem}.services_card:nth-of-type(5) img{width:5rem;height:5rem}.services_card h4{margin-bottom:0;font-size:1.8rem}.services_card p{font-size:1.6rem}.services_mobile_cta{display:block;width:100%;font-size:1.4rem;font-weight:var(--font-weight-medium);color:var(--true-white);padding-top:1.6rem;padding-bottom:1.6rem;text-decoration:none;text-align:center;background-color:var(--black);border-radius:.5rem;margin-top:1.5rem}}@media(max-width:1024px){.experience{margin-bottom:2.5rem;grid-template-columns:1fr;row-gap:2rem}.experience>div:first-of-type{width:100%;height:40rem}.experience>div:first-of-type img{position:absolute;top:0;left:0;object-fit:contain;max-height:unset;max-width:unset}.experience>div:last-of-type>p{font-size:1.7rem;margin-bottom:2rem}.experience>div:last-of-type>div{display:none}.experience_section_cta{width:100%!important;font-size:1.4rem}}@media(max-width:1024px){.projects{padding-top:2.5rem;padding-bottom:2.5rem}.projects>div:first-of-type{grid-template-columns:1fr;row-gap:2.2rem;margin-bottom:2.1rem}.projects>div:first-of-type h2{margin-bottom:1.7rem}.projects>div:first-of-type p{font-size:1.7rem;margin-bottom:4.7rem}.projects_section_cta{width:100%!important;font-size:1.4rem}.projects>div:first-of-type>div:last-of-type{display:flex;align-items:center;justify-content:center}.projects>div:first-of-type>div:last-of-type img:first-of-type{width:34rem;height:44rem}.projects_pin{width:6.8rem;height:11rem}.projects_pin_1{top:55%;left:51%;transform:translate(-51%,-55%)}.projects_pin_2{top:65.2%;left:58.1%;transform:translate(-58.1%,-65.2%)}.projects>div:last-of-type{display:none}.projects_slider_wrapper{display:block}.projects_slider{overflow-x:scroll;position:relative;height:27rem;margin-bottom:1.5rem}.projects_slider_cards_wrapper{gap:1.5rem;position:absolute;top:0;left:0}.projects_slider_cards_wrapper .project_card{width:25rem}}@media(max-width:1024px){.contact{padding-top:4rem;padding-bottom:2.7rem;grid-template-columns:1fr;row-gap:2rem}.contact p{font-size:1.7rem;margin-bottom:2rem}.contact_address_wrapper{margin-bottom:1rem}.contact_phone_email_wrapper{display:block}.contact_phone{margin-bottom:1rem}.contact form>div:first-of-type{grid-template-columns:1fr;column-gap:0;row-gap:1.5rem}.contact_form_first_name{grid-column:1 / 2;grid-row:2 / 3}.contact_form_email{grid-column:1 / 2;grid-row:3 / 4}.contact_form_phone{grid-column:1 / 2;grid-row:4 / 5}}@media(max-width:1024px){footer{padding-top:1.1rem;padding-bottom:2.9rem}footer>div:first-of-type{margin-bottom:1.7rem;flex-direction:column;gap:2.4rem}footer>div:first-of-type>div:nth-of-type(2){display:none}footer>div:first-of-type>div:nth-of-type(4){justify-content:center;width:100%}footer>div:first-of-type>div:nth-of-type(1) p{font-size:1.6rem}.footer-copyright-container{flex-direction:column;justify-content:center;align-items:center}.footer-copyright-text{text-align:center}.footer_dropdowns{display:flex;margin-bottom:3rem;width:100%;gap:2rem}.footer_dropdowns button{width:100%;background-color:transparent;font-family:inherit;color:var(--black);border:none;font-size:1.6rem;font-weight:var(--font-weight-medium)}.footer_dropdown_list{gap:.5rem;margin-top:1rem;padding-left:1rem;display:none}.footer_dropdown_list_active{display:flex}.footer_dropdown_list a{font-size:1.4rem;text-decoration:none;color:inherit}}@media(max-width:1024px){.contact_page{padding-top:0}}@media(max-width:1024px){.legal{display:block;padding-top:0;padding-bottom:2rem}.legal_links{display:none}.legal p{font-size:1.6rem;margin-bottom:2.1rem}.legal h4{font-size:1.6rem}.legal ul{margin-bottom:2rem;font-size:1.5rem;padding-left:4rem;gap:1.7rem}}@media(max-width:1024px){.offer_modal{width:95%;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem}.offer_modal_close_btn{right:1.5rem;padding:.8rem}.offer_modal_close_btn span{display:none}.offer_modal_close_btn img{width:1.1rem;height:1.1rem}.offer_modal p{font-size:1.4rem;margin-bottom:1.5rem}.offer_modal form>div:first-of-type{grid-template-columns:1fr;row-gap:1.5rem;margin-bottom:1.5rem}.offer_modal form>div:nth-of-type(2){margin-bottom:1.5rem}.offer_modal form>div:last-of-type button{width:100%;font-size:1.4rem;justify-content:center;padding-left:2rem;padding-right:2rem}.offer_modal form>div:last-of-type button img{display:none}}@media(max-width:1024px){.about_why{margin-bottom:3.2rem}.about_why>div:first-of-type h2{margin-bottom:2.6rem}.about_why>div:last-of-type h2{font-size:2rem}.about_why>div:last-of-type{grid-template-columns:1fr;row-gap:2rem}.about_why_text_right{text-align:left}.about_why_img_wrapper{height:40rem;position:relative;justify-content:center}.about_why>div:last-of-type img{position:absolute;height:100%;top:0;left:0;object-fit:contain}.about_why_img_wrapper:nth-of-type(3){grid-row:4 / 5}}@media(max-width:1024px){.services_intro{margin-bottom:3.5rem}.services_intro h3,.services_intro h2{text-align:center}.services_intro>p{font-size:1.7rem;margin-bottom:2.3rem;width:100%}.services_intro>div{grid-template-columns:1fr}.services_intro>div>div{gap:4.5rem;padding:2.1rem 1.5rem}.services_intro>div>div>div:first-of-type div{display:flex;align-items:center;margin-bottom:2rem;gap:2rem}.services_intro>div>div>div:first-of-type img{margin-bottom:0}.services_intro>div>div:nth-of-type(1)>div:first-of-type img{width:5rem;height:5rem}.services_intro>div>div:nth-of-type(2)>div:first-of-type img{width:5rem;height:5rem}.services_intro>div>div:nth-of-type(3)>div:first-of-type img{width:5rem;height:5.8rem}.services_intro>div>div:nth-of-type(4)>div:first-of-type img{width:5rem;height:4.7rem}.services_intro>div>div:nth-of-type(5)>div:first-of-type img{width:5rem;height:5rem}.services_intro>div>div h4{margin-bottom:0;font-size:1.7rem}.services_intro>div>div a{margin:0 auto;padding:1rem 2.8rem;gap:1.5rem;font-size:1.4rem}.work_process{margin-bottom:1.6rem}.work_process>div:first-of-type{margin-bottom:1.6rem}.work_process_slider{height:26rem}.work_process_cards_wrapper{gap:2.5rem}.work_process_card{width:34.5rem;padding:3rem 2rem;height:25rem}.work_process_card>div{margin-bottom:2.5rem}.work_process_card>div div{gap:2.6rem}.work_process_card:nth-of-type(1) img{width:5rem;height:4.7rem}.work_process_card:nth-of-type(2) img{width:5rem;height:5.3rem}.work_process_card:nth-of-type(3) img{width:5rem;height:4.4rem}.work_process_card:nth-of-type(4) img{width:4.4rem;height:5rem}.work_process_card:nth-of-type(4) img{width:5rem;height:5.8rem}.work_process_card>div span{font-size:5.5rem}.work_process_card h4{font-size:1.7rem}.work_process_card p{font-size:1.5rem}}@media(max-width:1024px){.service_details{grid-template-columns:1fr;column-gap:0;row-gap:2.4rem;margin-bottom:2.4rem}.service_details h3,.service_details h2{text-align:center}.service_details>div:last-of-type{grid-row:3 / 4}.service_details p{font-size:1.6rem}.service_details_slider{height:21rem;margin-bottom:1.5rem}.service_details_slides_wrapper{gap:1.5rem}.service_details_slide{width:18rem;height:21rem}.service_details_cta{width:100%;font-size:1.4rem}}@media(max-width:1024px){.slider_buttons button{width:.8rem;height:.8rem}.slider_buttons>div div.slider_active_deco{width:4.8rem}}@media(max-width:1024px){.projects_intro{grid-template-columns:1fr;padding-bottom:2rem;column-gap:0;row-gap:1.5rem}.projects_intro p{font-size:1.4rem;margin-bottom:2rem}.projects_intro_links{width:100%}.projects_intro_links a{padding-top:1.5rem;padding-bottom:1.5rem}.projects_intro>div:last-of-type{display:flex;align-items:center;justify-content:center}.projects_intro>div:last-of-type img{width:34rem;height:44rem}.projects_page_grid{grid-template-columns:repeat(2,1fr);row-gap:2rem;column-gap:1.5rem;margin-bottom:3rem}.projects_page_card>a:last-of-type{margin-bottom:0}.projects_page_card .project_card_cta{display:none}.projects_page_cta_wrapper{margin-bottom:3.3rem}}@media(max-width:650px){.projects_page_grid{grid-template-columns:1fr}}@media(max-width:650px){.project_gallery{margin-bottom:3rem}.project_gallery a{aspect-ratio:16/9}}@media(max-width:1024px){.project_details_intro{grid-template-columns:1fr;column-gap:0;row-gap:1.5rem;margin-bottom:2.7rem}.project_details_intro>div:first-of-type>div{margin-bottom:1.7rem;gap:1.3rem;font-size:1.5rem}.project_details_intro>div:first-of-type>div div{gap:.5rem}.project_details_intro>div:first-of-type p{font-size:1.7rem;margin-bottom:2rem}.project_details_intro>div:first-of-type button{width:100%;font-size:1.4rem;justify-content:center}.project_details_intro>div:first-of-type button img{display:none}.project_details_intro>div:last-of-type{height:25rem}.project_details_photos{margin-bottom:2.6rem}.project_details_photos h4{font-size:1.8rem;margin-bottom:1rem}.project_details_photos_slider{height:19rem;margin-bottom:2rem}.project_details_photos_wrapper{gap:1.1rem}.project_details_photos_wrapper img{width:27rem;height:19rem}.other_projects{margin-bottom:3rem}.other_projects>div:first-of-type{margin-bottom:2rem}.other_projects_slider,#slider_buttons_other_projects{display:none}.other_projects_grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.5rem;row-gap:2rem}}@media(max-width:650px){.other_projects_grid{grid-template-columns:1fr}}@media(max-width:1024px){.products_catalogue{margin-bottom:1.9rem}.products_catalogue>div:first-of-type{margin-bottom:3.1rem}.products_catalogue>div:nth-of-type(2){display:none}.products_benefits{margin-bottom:2.6rem}.products_benefits>div:first-of-type{margin-bottom:1.6rem}.products_benefits_slider{height:23rem;margin-bottom:1.6rem}.products_benefits_cards_wrapper{gap:2.6rem}.products_benefits_card{padding:2.7rem 2.4rem;width:34rem;height:22rem}.products_benefits_card div{gap:2.2rem;margin-bottom:2.4rem}.products_benefits_card:nth-of-type(1) img{width:5rem;height:5.3rem}.products_benefits_card:nth-of-type(2) img{width:5rem;height:4.8rem}.products_benefits_card:nth-of-type(3) img{width:5rem;height:5rem}.products_benefits_card:nth-of-type(4) img{width:5rem;height:4.4rem}.products_benefits_card:nth-of-type(5) img{width:5rem;height:4.9rem}.products_benefits_card div h4{font-size:1.7rem}.products_benefits_card{font-size:1.4rem}.products_catalogue_mobile_text{display:block;font-size:1.4rem;margin-bottom:2rem}}@media(max-width:650px){.products_catalogue>div:last-of-type{grid-template-columns:1fr;column-gap:0;row-gap:1.5rem}}@media(max-width:1024px){.category_details_intro{margin-bottom:1.8rem}.category_details_intro>div:first-of-type{margin-bottom:1.5rem}.category_details_intro>div:last-of-type{grid-template-columns:1fr;column-gap:0;row-gap:1.8rem}.category_details_intro p,.category_details_intro .category_details_intro_text{font-size:1.7rem}.category_details_intro_slider{height:21rem;margin-bottom:1.8rem}.category_details_slides_wrapper{gap:1.5rem}.category_details_slide{width:18rem;height:21rem}.sub_category{grid-template-columns:1fr}.sub_category_text{padding:2.3rem 1.5rem}.sub_category_text h4{font-size:1.6rem}.sub_category_text>p{font-size:1.4rem;margin-bottom:1.6rem}.sub_category_text>div{gap:1rem;flex-direction:column;align-items:flex-start}.sub_category_text>div>div:first-of-type p{width:10rem}.sub_category_text>div>div:last-of-type p{width:10rem}.sub_category_image{display:none}.sub_category_grid{column-gap:1.5rem;row-gap:1.8rem;margin-bottom:1.7rem}}@media(max-width:650px){.sub_category_grid{column-gap:0;row-gap:1.8rem;grid-template-columns:1fr}}@media(max-width:1024px){.product_card{height:65rem}.product-card-image-container{height:34rem}.product_card_new{width:5.2rem;height:5.2rem;font-size:1.5rem;font-weight:var(--font-weight-bold)}.product_card>div:last-of-type{padding:1.6rem 1.2rem;gap:2rem}.product_card>div:last-of-type h4{font-size:1.5rem}.product_card>div:last-of-type>div div{flex-direction:column}.product_card_data p{width:auto;font-size:1.6rem}.product_card_data span{font-size:1.5rem}.product_card a{gap:1.5rem;font-size:1.5rem;padding:1rem 2.8rem}}@media(max-width:1024px){.product_intro{margin-bottom:2rem;display:grid;grid-template-columns:1fr;column-gap:0;row-gap:2rem}.product_intro_gallery{display:none}.product_mobile_gallery_wrapper{display:block;position:relative;margin-bottom:2rem}.product_mobile_gallery{position:relative;overflow-x:scroll;height:34rem}.product_mobile_gallery>div{position:absolute;top:0;left:0;gap:2rem}.product_mobile_gallery_slide{width:34rem;height:34rem;position:relative}.product_mobile_gallery_slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#slider_btns_mobile_gallery{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.product_intro>div:last-of-type h3{display:none}.product_intro>div:last-of-type h2{text-align:center}.product_details-text{font-size:1.7rem;margin-bottom:2.8rem}.product_intro_cta{font-family:inherit;font-size:1.4rem;gap:1.2rem;margin-bottom:3rem;width:100%;justify-content:center}.product_intro_cta img{width:1.2rem;height:1.2rem}.product_intro>div:last-of-type>div>div{align-items:flex-start}.product_intro>div:last-of-type>div>div:nth-of-type(1) img{width:3rem;height:3rem}.product_intro>div:last-of-type>div>div:nth-of-type(2) img{width:2.9rem;height:2.2rem}.product_intro>div:last-of-type>div>div:nth-of-type(3) img{width:2.6rem;height:2.6rem}.product_intro>div:last-of-type>div>div:nth-of-type(4) img{width:3rem;height:2.9rem}.product_intro>div:last-of-type>div>div:nth-of-type(5) img{width:2.6rem;height:2.6rem}.product_intro>div:last-of-type>div>div:nth-of-type(6) img{width:2.8rem;height:2.7rem}.product_intro>div:last-of-type>div>div div{flex-direction:column;align-items:flex-start;gap:.5rem}.product_intro>div:last-of-type>div>div p{font-size:1.5rem;width:auto}.product_intro>div:last-of-type>div>div span{font-size:1.5rem}.product_details{margin-bottom:3rem;padding-left:0;padding-right:0}.product_details_btns{gap:.6rem}.product_details_btns button{font-size:1.4rem}.product_details>div:last-of-type{padding:2.1rem 1.4rem}.product_details_tab p{font-size:1.7rem}.product_details_tab h5{font-size:1.8rem;font-weight:var(--font-weight-bold);margin-bottom:.2rem}.product_details_tab div{margin-bottom:1.4rem}.recommended{margin-bottom:3rem}.recommended_slider_wrapper{display:block}.recommended_slider{position:relative;overflow-x:scroll;height:65rem;margin-bottom:1.5rem}.recommended_slider_cards_wrapper{position:absolute;top:0;left:0;gap:1.7rem}.recommended>div:last-of-type{display:none}.recommended_slider_card{width:29rem}}@media(max-width:1024px){.containers_page_wrapper>div:first-of-type h2{margin-bottom:1.5rem}.containers_grid{grid-template-columns:repeat(2,1fr);margin-bottom:2.4rem}.containers_intro{grid-row:3 / 4;margin-bottom:2.7rem;grid-template-columns:1fr;row-gap:1.5rem}.containers_intro p{font-size:1.7rem}}@media(max-width:650px){.containers_grid{grid-template-columns:1fr;column-gap:0}}:root{--off-white: #f4f6f8;--white: #f9f9f9;--true-white: #ffffff;--black: #434343;--true-black: #000;--dark-gray: #697683;--gray: #bfc3c4;--gray-2: #d8d8d8;--gray-3: #b2b2b2;--gray-4: #e9e9e9;--red: #d5322b;--light-red: #d5322c;--dark-red: #a22019;--font-weight-thin: 100;--font-weight-extralight: 200;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--layout-side-padding: 15rem}*{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;color:var(--black);background-color:var(--off-white);overflow-x:hidden}.h1-page-hide{display:none}@media(max-width:1690px){html{font-size:56%}}@media(max-width:1390px){html{font-size:50%}}@media(max-width:1024px){:root{--layout-side-padding: 1.5rem}}
