:root{--theme-black:#000;--theme-white:#fff;--theme-red:#783232;--theme-gold:#9d915d;--theme-light-grey:#f4f2ec;--theme-grey:#6e6e6e}*{outline:none;-webkit-tap-highlight-color:transparent}body{font-family:"Inter",sans-serif;font-size:16px;line-height:24px;font-weight:400;color:var(--theme-black)}.post,.page{margin:0 !important}h1{font-size:62px;line-height:1.25;font-weight:600;margin:0 0 24px;letter-spacing:1.5px}h2{font-size:48px;line-height:1.4;font-weight:400;letter-spacing:1.4px;margin:0 0 24px}h3{font-size:28px;line-height:38px;font-weight:600;margin:0 0 24px}h4{font-size:24px;line-height:1.3;font-weight:400;letter-spacing:1.1px;margin:0 0 24px}h5{font-size:20px;line-height:1.4;font-weight:400;margin:0 0 16px}p:first-child{margin-top:0}p:last-child{margin-bottom:0}ul{margin:0}.layout-description{color:var(--theme-grey)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.badge{display:inline-flex;padding:10px 16px 8px;border-radius:0;background-color:var(--theme-light-grey);color:var(--theme-black);font-size:14px;line-height:1.2;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin:0 0 24px}.button{font-size:14px;line-height:20px;font-weight:600;letter-spacing:.1em;display:inline-flex;align-items:center;justify-content:center;padding:16px 24px 14px;background-color:var(--theme-red);border:1px solid var(--theme-red);border:none;color:var(--theme-white);border-radius:0;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;cursor:pointer}.button:hover{color:var(--theme-white);background-color:var(--theme-black);border:1px solid var(--theme-black);border:none}.button-secondary{background-color:#e6e6e6;border:1px solid #e6e6e6;color:var(--theme-black)}.button-secondary:hover{background-color:var(--theme-red);border:1px solid var(--theme-red);color:var(--theme-white)}.layout-cta{margin-top:40px}.layout-stats{list-style-type:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.layout-stats li{display:grid;gap:8px}.layout-stats li .stat{font-size:48px;line-height:1;font-weight:600}.layout-stats li .text{font-size:20px;color:var(--theme-grey)}.mainHeader{position:sticky;top:0;z-index:9999;background-color:var(--theme-white)}.mainHeader .innerHeader{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:35px 0}.mainHeader .innerHeader .site-branding{width:100%;max-width:140px;display:flex;align-items:center}.mainHeader .innerHeader .site-branding .site-title{display:none}.mainHeader .innerHeader .site-branding .custom-logo-link{display:flex;align-items:center}.mainHeader .innerHeader .site-branding .custom-logo-link .custom-logo{width:100%;height:auto;aspect-ratio:unset}.mainHeader .innerHeader .main-navigation{display:flex;justify-content:end}.mainHeader .innerHeader .main-navigation .nav-menu{align-items:center;gap:40px}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item a{display:inline-flex;position:relative;z-index:0;color:var(--theme-black);transition:all .3s ease-in-out}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item a:after{content:'';position:absolute;left:auto;right:0;bottom:-6px;width:0;height:1px;background-color:var(--theme-red);transition:all .3s ease-in-out}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item a:hover:after{width:100%;left:0;right:auto}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item a:hover{color:var(--theme-red)}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item.current-menu-item a{font-weight:600}.mainHeader .innerHeader .main-navigation .nav-menu .menu-item.current-menu-item a:after{width:100%;background-color:var(--theme-black)}.menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:0;z-index:999;position:relative}.menu-toggle .bar{display:block;width:30px;height:2px;margin:8px auto;background-color:#000;border-radius:2px;transition:all .3s ease-in-out}.toggled .menu-toggle .bar:nth-child(1){transform:rotate(45deg) translate(5px,7px)}.toggled .menu-toggle .bar:nth-child(2){opacity:0}.toggled .menu-toggle .bar:nth-child(3){transform:rotate(-45deg) translate(7px,-9px)}.layout-home-banner .banner-grid{display:grid;grid-template-columns:1fr 1fr}.layout-home-banner .banner-grid .banner-content{width:100%;max-width:535px;margin-left:auto;margin-right:46px;display:flex;flex-direction:column;align-items:start;justify-content:center}.layout-home-banner .banner-grid .banner-content .layout-title{max-width:470px}.layout-home-banner .banner-grid .banner-media img{height:100%;object-fit:cover}.layout-key-features{background-color:var(--theme-red);color:var(--theme-white);padding:120px 0}.layout-key-features .features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:96px 76px;list-style:none;margin:0;padding:0}.layout-key-features .feature-item{text-align:left;display:flex;align-items:start;gap:26px}.layout-key-features .feature-icon{display:block;width:33px;height:auto}.layout-key-features .feature-content{flex:1}.layout-key-features .feature-title{color:var(--theme-white);margin:0 0 20px}.layout-services-list .feature-item{flex-direction:column;gap:20px}.layout-services-list .feature-icon{width:30px}.layout-about-section{padding:150px 0}.layout-about-section .innerContent{display:grid;grid-template-columns:repeat(2,1fr);gap:96px}.layout-about-section .layout-content .layout-stats{margin-top:48px;padding-bottom:8px}.layout-image-content-section{padding:150px 0;background-color:#fafafa}.layout-image-content-section .innerContent{display:grid;grid-template-columns:repeat(2,1fr);gap:96px}.layout-image-content-section .layout-media{margin:0}.layout-image-content-section .layout-media img{width:100%;height:100%;object-fit:cover}.layout-image-content-section .layout-content .layout-title{max-width:520px}.layout-image-content-section .layout-content .layout-cta{margin-top:48px}.layout-solutions-section{padding:120px 0}.layout-solutions-section .section-intro{text-align:center;margin-bottom:36px;text-align:center}.layout-solutions-section .layout-description.narrow{max-width:570px;margin:0 auto}.layout-solutions-section .solutions-grid{list-style:none;padding:0;margin:54px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:33px}.layout-solutions-section .solution-card{position:relative;z-index:0;display:block;overflow:hidden;height:375px}.layout-solutions-section .solution-media{margin:0;width:100%;height:100%}.layout-solutions-section .solution-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.layout-solutions-section .solution-card:after{content:'';position:absolute;z-index:0;inset:0;background-color:rgba(0,0,0,0);transition:all .3s ease-in-out}.layout-solutions-section .solution-label{position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;color:var(--theme-white);font-size:48px;line-height:1.1;font-weight:500;letter-spacing:.8px}.layout-solutions-section .solution-card:hover:after{background-color:rgba(0,0,0,.2)}.layout-solutions-section .solution-card:hover .solution-media img{transform:scale(1.02)}.global-testimonials{padding:120px 0}.global-testimonials .section-intro{text-align:center;margin-bottom:54px}.global-testimonials .section-intro .layout-title{text-align:center}.global-testimonials .section-intro .layout-description{text-align:center;max-width:530px;margin:0 auto}.global-testimonials .testimonials-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.global-testimonials .testimonial-item{padding:48px;background-color:var(--theme-white);border-radius:0;border:1px solid #e6e6e6;display:flex;flex-direction:column}.global-testimonials .testimonial-icon{color:var(--theme-gold);margin-bottom:32px;line-height:0}.global-testimonials .testimonial-icon svg{width:84px}.global-testimonials .testimonial-quote{margin:0 0 32px;padding:0;border:none;font-style:normal;color:var(--theme-grey);font-size:16px}.global-testimonials .testimonial-quote:last-child{margin-bottom:0}.global-testimonials .testimonial-author{display:block;font-style:normal;font-weight:400;color:var(--theme-black);margin-top:0}.global-testimonials:has(+.global-client-logos){padding-bottom:110px}.global-testimonials+.global-client-logos{padding-top:0}.global-client-logos{padding:120px 0}.global-client-logos .logos-grid{list-style:none;padding:0;margin:0;display:flex;gap:64px;align-items:center;justify-content:space-between}.global-client-logos .logo-item{display:flex;align-items:center;justify-content:center;max-width:200px;transition:opacity .3s ease-in-out}.global-client-logos .logo-item:hover{opacity:.8}.global-client-logos .logo-item img{max-width:100%}.site-footer{background-color:var(--theme-black);color:var(--theme-white);padding:150px 0 70px}.site-footer .footer-content{display:grid;grid-template-columns:1fr 1fr 170px;gap:96px}.site-footer .footer-col{display:flex;flex-direction:column}.site-footer .footer-logo{margin-bottom:32px}.site-footer .footer-logo a{display:inline-block;max-width:140px;text-decoration:none}.site-footer .footer-logo img{max-width:150px;width:100%;height:auto}.site-footer .footer-brand{font-size:32px;font-weight:600;color:var(--theme-white);margin:0 0 32px;letter-spacing:1px}.site-footer .footer-brand a{color:var(--theme-white);text-decoration:none;transition:color .3s ease-in-out}.site-footer .footer-brand a:hover{color:var(--theme-white);opacity:.8}.site-footer .footer-description{color:gray;font-size:16px;line-height:1.6;margin:0}.site-footer .footer-heading{margin:0 0 20px}.site-footer .footer-address{color:gray;font-size:16px;line-height:1.6;margin-bottom:32px}.site-footer .footer-contact-item{margin-bottom:32px}.site-footer .footer-contact-item:last-child{margin-bottom:0}.site-footer .footer-label{display:block;color:gray;margin-bottom:8px}.site-footer .footer-contact-link{color:var(--theme-white);font-size:20px;text-decoration:none;transition:color .3s ease-in-out}.site-footer .footer-contact-link:hover{color:var(--theme-red)}.site-footer .footer-menu{list-style:none;padding:0;margin:0 0 32px}.site-footer .footer-menu li{margin-bottom:4px}.site-footer .footer-menu a{color:gray;font-size:16px;text-decoration:none;transition:color .3s ease-in-out}.site-footer .footer-menu a:hover{color:var(--theme-white)}.site-footer .footer-social-heading{margin-top:0}.site-footer .footer-social{list-style:none;padding:0;margin:0}.site-footer .footer-social li{margin-bottom:4px}.site-footer .footer-social a{color:gray;font-size:16px;text-decoration:none;transition:color .3s ease-in-out}.site-footer .footer-social a:hover{color:var(--theme-white)}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:128px}.site-footer .footer-legal{display:flex;align-items:center}.site-footer .footer-legal .footer-menu{display:flex;align-items:center;gap:0;list-style:none;padding:0;margin:0}.site-footer .footer-legal .footer-menu li{margin:0}.site-footer .footer-legal .footer-menu li:not(:last-child):after{content:'| ';margin:0 8px}.site-footer .footer-legal .footer-menu a{color:var(--theme-white);text-decoration:none;transition:color .3s ease-in-out}.site-footer .footer-legal .footer-menu a:hover{color:var(--theme-red)}.layout-inner-page-header{position:relative;z-index:0;padding:80px 0;min-height:605px;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.layout-inner-page-header:before{content:'';position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:rgba(0,0,0,.3);pointer-events:none}.layout-inner-page-header-overlay:after{content:'';position:absolute;top:auto;bottom:0;left:0;right:0;z-index:-1;width:100%;height:60%;background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));pointer-events:none}.layout-inner-page-header .inner-page-title{margin:0;text-align:center;text-transform:uppercase;font-size:110px;line-height:1.1;font-weight:600;color:var(--theme-white)}.layout-inner-page-header.layout-inner-post-header{align-items:flex-end}.layout-inner-page-header.layout-inner-post-header .inner-page-title{font-size:36px;line-height:52px;font-weight:500;text-align:left;max-width:800px;margin-right:auto;text-transform:none}.layout-inner-page-header .product-description{margin-top:20px}.layout-inner-page-header .product-description p{color:var(--theme-white);margin:0;font-size:110%;line-height:1.5}.layout-form-shortcode{padding:80px 0}.layout-form-shortcode .innerContent{display:grid;grid-template-columns:1fr 1fr;gap:60px}.layout-form-shortcode .form-wrap{padding:0}.layout-form-shortcode .form-wrap .form-group{margin-bottom:20px}.layout-form-shortcode .form-wrap .form-group .wpcf7-not-valid-tip{font-size:14px;line-height:1.1;margin-top:8px}.layout-form-shortcode .form-wrap .invalid .wpcf7-response-output,.layout-form-shortcode .form-wrap .failed .wpcf7-response-output{margin:2em 0 0;color:#dc3232;border-color:#dc3232}.layout-form-shortcode .form-wrap .sent .wpcf7-response-output{margin:2em 0 0;color:#46b450;border-color:#46b450}.layout-form-shortcode .form-wrap input[type=text],.layout-form-shortcode .form-wrap input[type=email],.layout-form-shortcode .form-wrap input[type=tel],.layout-form-shortcode .form-wrap input[type=url],.layout-form-shortcode .form-wrap input[type=number],.layout-form-shortcode .form-wrap textarea,.layout-form-shortcode .form-wrap select{width:100%;box-sizing:border-box;padding:10px 16px;border:1px solid rgba(0,0,0,.3);border-radius:6px;background:#fff;transition:all .3s ease-in-out}.layout-form-shortcode .form-wrap input[type=text]:focus,.layout-form-shortcode .form-wrap input[type=email]:focus,.layout-form-shortcode .form-wrap input[type=tel]:focus,.layout-form-shortcode .form-wrap input[type=url]:focus,.layout-form-shortcode .form-wrap input[type=number]:focus,.layout-form-shortcode .form-wrap textarea:focus,.layout-form-shortcode .form-wrap select:focus{border-color:var(--theme-red)}.layout-form-shortcode .form-wrap textarea{min-height:120px;resize:none}.layout-form-shortcode .form-wrap label{display:block;margin-bottom:6px;font-weight:600}.layout-form-shortcode .map-iframe-container{position:relative;z-index:0;width:100%;height:100%;min-height:100%;border-radius:8px;overflow:hidden;box-shadow:0 6px 20px rgba(9,30,66,.06);border:1px solid rgba(0,0,0,.03)}.layout-form-shortcode .map-iframe-container iframe{width:100%;height:100%;border:0;display:block;position:absolute;z-index:0}.post-content-section{padding:150px 0}.post-content-section .entry-content{margin:0;font-size:20px;line-height:30px}.post+.layout-more-blogs{padding-top:0}.layout-blogs-list{padding:150px 0 115px}.layout-blogs-list .blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:65px 33px}.layout-blogs-list .blog-card{display:flex;flex-direction:column}.layout-blogs-list .blog-media{display:block;width:100%;height:220px;overflow:hidden}.layout-blogs-list .blog-media img{width:100%;height:100%;object-fit:cover;display:block;transition:all .3s ease-in-out}.layout-blogs-list .blog-card:hover .blog-media img{transform:scale(1.05)}.layout-blogs-list .blog-content{padding:20px 0 0;display:flex;flex-direction:column;align-items:start;gap:18px;flex:1 1 auto}.layout-blogs-list .blog-title{margin:0}.layout-blogs-list .blog-title a{color:var(--theme-black);text-decoration:none;transition:all .3s ease-in-out}.layout-blogs-list .blog-title a:hover{color:var(--theme-red)}.layout-blogs-list .read-more{position:relative;z-index:0;display:inline-flex;font-size:14px;font-weight:600;text-transform:none;text-decoration:none;color:var(--theme-black);padding:6px 0;transition:all .3s ease-in-out}.layout-blogs-list .read-more:hover{color:var(--theme-red)}.layout-blogs-list .read-more:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:var(--theme-black);transition:all .3s ease-in-out}.layout-blogs-list .read-more:hover:after{left:auto;right:0;width:0}.layout-blogs-list .load-more-wrap{text-align:center;margin-top:55px}.layout-gallery-section .gallery-list{display:grid;grid-template-columns:repeat(3,1fr);gap:33px;list-style:none;padding:0}.layout-gallery-section .gallery-list .gallery-item a{display:block;width:100%;height:375px;overflow:hidden}.layout-gallery-section .gallery-list .gallery-item a img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.layout-gallery-section .gallery-list .gallery-item a:hover img{transform:scale(1.05)}.layout-gallery-section .load-more-wrap{text-align:center;margin-top:55px}.layout-gallery-section:has(+.layout-gallery-section){padding-bottom:0}.layout-gallery-section:has(+.layout-gallery-section)+.layout-gallery-section{padding-top:32px}.layout-gallery-section-product{padding:120px 0}.layout-intro-section{padding:120px 0;color:var(--theme-white);background-color:var(--theme-black);text-align:center}.layout-intro-section .innerContent{max-width:890px;margin:0 auto}.layout-intro-section .innerContent.Wardrobe{max-width:820px}.layout-intro-section .innerContent h2{font-size:40px;line-height:55px;font-weight:400}@media screen and (max-width:1500px){.layout-home-banner .banner-grid .banner-content{padding:50px 0}}@media screen and (max-width:1280px){.layout-home-banner .banner-grid .banner-content{max-width:480px;margin-right:32px}.layout-about-section .innerContent{gap:64px}.layout-image-content-section .innerContent{gap:48px}.layout-key-features .features-list{gap:60px 50px}.layout-solutions-section .solutions-grid{gap:24px}.site-footer .footer-content{gap:64px}.layout-form-shortcode .innerContent{gap:40px}.layout-inner-page-header{padding:80px 0;min-height:500px}.layout-inner-page-header .inner-page-title{font-size:80px}}@media screen and (max-width:1140px){h1{font-size:48px}h2{font-size:40px}.layout-home-banner .banner-grid{grid-template-columns:1fr}.layout-home-banner .banner-grid .banner-content{max-width:100%;margin:0 auto;padding:60px 20px;text-align:center;align-items:center}.layout-home-banner .banner-grid .banner-content .layout-description{max-width:640px}.layout-about-section{padding:100px 0}.layout-about-section .innerContent{gap:48px}.layout-image-content-section{padding:100px 0}.layout-image-content-section .innerContent{gap:40px}.layout-solutions-section .solutions-grid{grid-template-columns:repeat(2,1fr);gap:24px}.layout-solutions-section .solution-card{height:320px}.layout-solutions-section .solution-label{font-size:40px}.global-testimonials .testimonials-grid{gap:24px}.global-client-logos .logos-grid{gap:48px;flex-wrap:wrap;justify-content:center}.site-footer{padding:100px 0 50px}.site-footer .footer-content{gap:48px}.layout-blogs-list{padding:80px 0}.post-content-section{padding:80px 0}.layout-gallery-section .gallery-list .gallery-item a{height:auto;aspect-ratio:1/1}}@media screen and (max-width:1024px){.mainHeader .innerHeader{padding:25px 0}.mainHeader .innerHeader .main-navigation .nav-menu{gap:30px}.layout-key-features{padding:80px 0}.layout-key-features .features-list{grid-template-columns:repeat(2,1fr);gap:48px 40px}.layout-about-section{padding:80px 0}.layout-image-content-section{padding:80px 0}.layout-solutions-section{padding:80px 0}.global-testimonials{padding:80px 0}.global-client-logos{padding:80px 0}.layout-gallery-section-product{padding:80px 0}.site-footer{padding:80px 0 40px}.layout-intro-section{padding:80px 0}.layout-inner-page-header{min-height:unset}.layout-form-shortcode .innerContent{grid-template-columns:1fr}.layout-form-shortcode .map-column{aspect-ratio:1/1}}@media screen and (max-width:991px){h1{font-size:42px;line-height:1.2}h2{font-size:36px;letter-spacing:1px}h4{font-size:22px}.container{padding:0 20px}.mainHeader .innerHeader{gap:20px;padding:20px 0}.menu-toggle{display:block}.mainHeader .innerHeader .main-navigation .nav-menu{gap:24px;background-color:var(--theme-white);width:100%;min-height:100vh;position:absolute;top:100%;left:0;flex-direction:column;padding:60px 20px;flex:1;transform:scaleY(0);transform-origin:top;opacity:0;pointer-events:none;transition:all .3s ease-in-out}.mainHeader .innerHeader .main-navigation.toggled .nav-menu{transform:scaleY(100%);opacity:1;pointer-events:all}.layout-key-features .features-list{grid-template-columns:1fr}.layout-about-section .innerContent{grid-template-columns:1fr;gap:40px}.layout-about-section .layout-media{order:-1}.layout-image-content-section .innerContent{grid-template-columns:1fr;gap:32px}.layout-image-content-section .layout-media{order:-1}.layout-solutions-section .solutions-grid{grid-template-columns:1fr;gap:24px}.layout-solutions-section .solution-label{font-size:36px}.layout-stats{gap:24px}.global-testimonials .testimonials-grid{grid-template-columns:1fr;gap:24px}.global-testimonials .testimonial-item{padding:32px}.global-testimonials:has(+.global-client-logos){padding-bottom:60px}.global-client-logos .logos-grid{flex-wrap:wrap;gap:32px}.site-footer{padding:60px 0 40px}.site-footer .footer-content{gap:40px}.site-footer .footer-bottom{padding-top:80px}.site-footer .footer-legal .footer-menu{justify-content:center;flex-wrap:wrap}.layout-inner-page-header .inner-page-title{font-size:60px}.post-content-section .entry-content{font-size:16px;line-height:24px}.layout-blogs-list{padding:60px 0}.layout-blogs-list .blogs-grid{grid-template-columns:repeat(2,1fr)}.layout-blogs-list .blog-card{height:320px}.layout-inner-page-header.layout-inner-post-header .inner-page-title{font-size:26px;line-height:38px}.post-content-section{padding:60px 0}.layout-intro-section{padding:60px 0}.layout-intro-section .innerContent h2{font-size:36px;line-height:1.6}.layout-gallery-section .gallery-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){h1{font-size:36px}h2{font-size:32px;letter-spacing:.5px}h4{font-size:20px}h5{font-size:18px}.container{padding:0 16px}.layout-cta,.layout-image-content-section .layout-content .layout-cta{margin-top:32px}.mainHeader .innerHeader .site-branding{max-width:120px}.mainHeader .innerHeader .main-navigation .nav-menu{gap:20px}.layout-key-features .feature-item{gap:20px}.layout-about-section .layout-content .layout-stats{margin-top:32px}.layout-solutions-section .section-intro{margin-bottom:32px}.layout-stats li .stat{font-size:40px}.layout-stats li .text{font-size:18px}.global-testimonials .section-intro{margin-bottom:40px}.global-testimonials .testimonial-item{padding:28px}.global-testimonials .testimonial-icon{margin-bottom:15px}.global-testimonials .testimonial-icon svg{width:64px}.global-testimonials:has(+.global-client-logos){padding-bottom:48px}.site-footer .footer-content{grid-template-columns:1fr;gap:32px}.site-footer .footer-logo{margin-bottom:24px}.site-footer .footer-brand{font-size:28px;margin-bottom:24px}.site-footer .footer-heading{margin-bottom:16px}.site-footer .footer-address{margin-bottom:24px}.site-footer .footer-contact-item{margin-bottom:24px}.site-footer .footer-contact-link{font-size:18px}.site-footer .footer-menu{margin-bottom:24px}.site-footer .footer-bottom{padding-top:40px;flex-direction:column;gap:20px;text-align:center}.layout-inner-page-header .inner-page-title{font-size:40px}.layout-intro-section .innerContent h2{font-size:32px}}@media screen and (max-width:640px){h1{font-size:32px;margin-bottom:20px}h2{font-size:28px;margin-bottom:20px}h4{font-size:18px;margin-bottom:16px}.container{padding:0 16px}.mainHeader .innerHeader{padding:16px 0}.mainHeader .innerHeader .main-navigation .nav-menu{gap:20px}.layout-key-features .feature-icon{width:28px}.layout-stats li .stat{font-size:36px}.layout-stats li .text{font-size:16px}.global-testimonials .section-intro{margin-bottom:32px}.global-testimonials .testimonial-item{padding:24px}.global-testimonials .testimonial-icon svg{width:56px}.global-testimonials .testimonial-quote{font-size:15px;margin-bottom:20px}.global-testimonials:has(+.global-client-logos){padding-bottom:40px}.site-footer .footer-content{gap:28px}.site-footer .footer-logo{margin-bottom:20px}.site-footer .footer-logo a{max-width:120px}.site-footer .footer-brand{font-size:24px;margin-bottom:20px}.site-footer .footer-description{font-size:15px}.site-footer .footer-heading{margin-bottom:12px}.site-footer .footer-address{font-size:15px;margin-bottom:20px}.site-footer .footer-contact-item{margin-bottom:20px}.site-footer .footer-contact-link{font-size:16px}.site-footer .footer-menu{margin-bottom:20px}.site-footer .footer-menu a{font-size:15px}.site-footer .footer-social a{font-size:15px}.site-footer .footer-bottom{gap:16px}.site-footer .footer-legal .footer-menu li:not(:last-child):after{margin:0 6px}.layout-blogs-list .blog-content{gap:12px}.layout-blogs-list .blogs-grid{grid-template-columns:repeat(1,1fr);gap:40px}.layout-intro-section .innerContent h2{font-size:28px}.layout-gallery-section .gallery-list{grid-template-columns:repeat(1,1fr)}}.layout-archive .section-intro{margin-bottom:54px;text-align:center}.layout-archive .section-intro .layout-title{margin-bottom:24px}.layout-archive .section-intro .layout-description{max-width:800px;margin:0 auto}.layout-search-results .section-intro{margin-bottom:54px;text-align:center}.layout-search-results .section-intro .layout-title{margin-bottom:24px}.layout-search-results .layout-title span{color:var(--theme-red);font-weight:600}.layout-search-results .blog-excerpt{font-size:16px;line-height:24px;color:var(--theme-grey);margin-bottom:12px}.posts-navigation,.post-navigation{margin:60px 0 0;padding-top:40px;border-top:1px solid #e6e6e6}.posts-navigation .nav-links{display:flex;justify-content:space-between;align-items:center;gap:20px}.posts-navigation .nav-previous,.posts-navigation .nav-next{flex:1}.posts-navigation .nav-next{text-align:right}.posts-navigation a{display:inline-flex;align-items:center;gap:8px;color:var(--theme-black);text-decoration:none;font-size:16px;line-height:24px;transition:color .3s ease-in-out}.posts-navigation a:hover{color:var(--theme-red)}.posts-navigation .nav-subtitle{display:block;font-size:14px;color:var(--theme-grey);margin-bottom:4px}.layout-404{padding:150px 0;text-align:center}.layout-404 .section-intro{margin-bottom:60px}.layout-404 .section-intro .layout-title{margin-bottom:24px}.layout-404 .section-intro .layout-description{max-width:600px;margin:0 auto}.layout-404-content{margin:0 auto}.layout-404-search{margin-bottom:60px}.layout-404-search .search-form{display:flex;gap:12px;max-width:500px;margin:0 auto}.layout-404-search .search-form label{flex:1}.layout-404-search .search-form input[type=search]{width:100%;flex:1;padding:12px 16px;border:1px solid #e6e6e6;border-radius:0;font-size:16px;line-height:24px}.layout-404-search .search-form input[type=search]:focus{outline:none;border-color:var(--theme-red)}.layout-404-search .search-form input[type=submit]{padding:12px 24px;background-color:var(--theme-red);color:var(--theme-white);border:none;border-radius:0;font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease-in-out}.layout-404-search .search-form input[type=submit]:hover{background-color:var(--theme-black)}.layout-404-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px;text-align:left}.layout-404-widget{margin-bottom:0}.layout-404-widget-title{font-size:20px;line-height:28px;font-weight:600;margin:0 0 24px;color:var(--theme-black)}.layout-404-list{list-style:none;padding:0;margin:0}.layout-404-list li{margin-bottom:12px}.layout-404-list li:last-child{margin-bottom:0}.layout-404-list a{color:var(--theme-grey);text-decoration:none;font-size:16px;line-height:24px;transition:color .3s ease-in-out;display:inline-flex;align-items:center;gap:8px}.layout-404-list a:hover{color:var(--theme-red)}.layout-404-list .category-count{font-size:14px;color:var(--theme-grey);opacity:.7}.layout-404-cta{margin-top:60px}@media screen and (max-width:1024px){.layout-404-widgets{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (max-width:768px){.layout-archive .section-intro,.layout-search-results .section-intro{margin-bottom:40px}.posts-navigation .nav-links{flex-direction:column;gap:24px}.posts-navigation .nav-next{text-align:left}.layout-404{padding:80px 0}.layout-404-widgets{grid-template-columns:1fr;gap:32px;text-align:center}.layout-404-search .search-form{flex-direction:column}.layout-404-search .search-form input[type=submit]{width:100%}}@media screen and (max-width:480px){.layout-404-content{max-width:100%}}