@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.site-header{z-index:1000;background-color:#fff;width:100%;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;gap:30px;min-height:86px;display:flex;position:relative}.header-logo{flex-shrink:0;justify-content:flex-start;align-items:center;width:105px;display:flex}.header-logo img{object-fit:contain;width:100%;height:auto;max-height:70px;display:block}.header-navigation{justify-content:center;align-items:center;height:100%;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.header-navigation-links{justify-content:center;align-items:center;gap:32px;display:flex}.header-link{color:#000;white-space:nowrap;align-items:center;min-height:86px;font-size:14px;font-weight:700;transition:color .2s;display:inline-flex;position:relative}.header-link:after{content:"";background-color:#e26a0f;border-radius:10px;width:0;height:3%;margin-inline:auto;transition:width .2s;position:absolute;bottom:18px;left:0;right:0}.header-link:hover,.header-link.active{color:#1e69b2}.header-link:hover:after,.header-link.active:after{width:100%}.header-actions{flex-shrink:0;justify-content:flex-end;align-items:center;margin-left:auto;display:flex}.header-cta,.header-mobile-cta{color:#fff;white-space:nowrap;background-color:#1e69b2;border:1px solid #1e69b2;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-size:13px;font-weight:700;transition:background-color .2s,border-color .2s;display:inline-flex}.header-cta:hover,.header-mobile-cta:hover{color:#fff;background-color:#e26a0f;border-color:#e26a0f}.header-cta svg,.header-mobile-cta svg{flex-shrink:0}.header-menu-button{color:#1e69b2;background-color:#fff;border:1px solid #1e69b2;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:none}.header-menu-button:hover{color:#fff;background-color:#1e69b2}.mobile-navigation-header,.mobile-close-button,.header-mobile-cta{display:none}.header-overlay{z-index:998;opacity:0;visibility:hidden;background-color:#00000073;border:none;width:100%;height:100%;padding:0;transition:opacity .25s,visibility .25s;display:none;position:fixed;inset:0}@media (width<=1120px){.header-navigation-links{gap:22px}.header-link{font-size:13px}.header-cta{padding:0 15px;font-size:12px}.header-logo{width:95px}}@media (width<=940px){.header-container{min-height:76px}.header-logo{width:92px}.header-logo img{max-height:62px}.header-navigation{z-index:1001;visibility:hidden;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;width:min(88%,390px);height:100dvh;padding:0 24px 30px;transition:visibility .25s,transform .25s;display:flex;position:fixed;top:0;left:auto;right:0;transform:translate(105%)}.header-navigation.is-open{visibility:visible;transform:translate(0)}.mobile-navigation-header{border-bottom:1px solid #1e69b2;justify-content:space-between;align-items:center;min-height:76px;margin-bottom:20px;display:flex}.mobile-navigation-header span{color:#1e69b2;font-size:17px;font-weight:800}.mobile-close-button{color:#1e69b2;background-color:#fff;border:1px solid #1e69b2;border-radius:8px;justify-content:center;align-items:center;width:43px;height:43px;padding:0;display:flex}.header-navigation-links{flex-direction:column;align-items:stretch;gap:0;display:flex}.header-link{border-bottom:1px solid #1e69b2;min-height:auto;padding:17px 4px;font-size:15px;font-weight:700}.header-link:after{background-color:#e26a0f;width:3px;height:0;margin:0;transition:height .2s;inset:50% auto auto 0;transform:translateY(-50%)}.header-link:hover,.header-link.active{padding-left:15px}.header-link:hover:after,.header-link.active:after{width:3px;height:24px}.header-mobile-cta{width:100%;margin-top:28px;display:inline-flex}.header-actions>.header-cta{display:none}.header-menu-button{display:inline-flex}.header-overlay{display:block}.header-overlay.is-visible{opacity:1;visibility:visible}}@media (width<=520px){.header-container{width:min(calc(100% - 28px), var(--container-width));min-height:72px}.header-logo{width:84px}.header-logo img{max-height:56px}.header-menu-button{width:43px;height:43px}.header-navigation{width:min(90%,350px);padding-inline:20px}}.site-footer{color:var(--white);background:linear-gradient(135deg,#1e69b2 0%,#155a9b 100%);padding-top:80px;position:relative;overflow:hidden}.footer-container{z-index:2;position:relative}.footer-decoration{pointer-events:none;border:1px solid #ffffff17;border-radius:50%;position:absolute}.footer-decoration-large{width:440px;height:440px;top:-190px;right:-140px}.footer-decoration-small{border-color:#e26a0f59;width:230px;height:230px;top:-65px;right:20px}.footer-main{grid-template-columns:1.45fr .75fr 1fr 1.15fr;gap:55px;padding-bottom:65px;display:grid}.footer-brand{max-width:350px}.footer-logo{justify-content:flex-start;align-items:center;width:190px;height:135px;margin-bottom:22px;display:flex;overflow:hidden}.footer-logo img{object-fit:contain;filter:brightness(0)invert();transform-origin:0;width:155px;height:94px;transform:scale(1.45)}.footer-description{color:#ffffffd6;margin-bottom:27px;font-size:14px;line-height:1.85}.footer-socials{align-items:center;gap:11px;display:flex}.footer-social-link{width:38px;height:38px;color:var(--white);background-color:#e26a0f;border-radius:10px;justify-content:center;align-items:center;transition:background-color .25s,border-color .25s,transform .25s;display:inline-flex}.footer-social-link:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--white);transform:translateY(-2px)}.footer-social-link svg{fill:currentColor;width:19px;height:19px}.footer-column h3{color:var(--white);margin-bottom:25px;padding-bottom:13px;font-size:16px;font-weight:700;position:relative}.footer-column h3:after{content:"";background-color:var(--accent-color);border-radius:20px;width:36px;height:3px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.footer-links a{color:#ffffffd1;font-size:14px;line-height:1.55;transition:color .25s,transform .25s}.footer-links a:hover{color:var(--white);transform:translate(4px)}.footer-services-list{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-services-list li{color:#ffffffd1;font-size:14px;line-height:1.55}.footer-contact-item{color:var(--white);align-items:center;gap:14px;margin-bottom:18px;display:flex}.footer-contact-icon{width:42px;height:42px;color:var(--white);background-color:var(--accent-color);border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 20px #00000021}.footer-contact-icon svg{stroke-width:2.2px;width:19px;height:19px}.footer-contact-content{flex-direction:column;gap:2px;min-width:0;display:flex}.footer-contact-content small{color:#ffffff9e;text-transform:uppercase;letter-spacing:.8px;font-size:10px;font-weight:700}.footer-contact-content strong{color:currentColor;overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:1.5}.footer-bottom{border-top:1px solid #ffffff2b;justify-content:space-between;align-items:center;gap:25px;min-height:78px;padding:20px 0;display:flex}.footer-bottom p{color:#ffffffb8;font-size:12px}@media (width<=1050px){.footer-main{grid-template-columns:1.35fr .8fr 1fr;gap:45px}.footer-contact{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.footer-contact h3{grid-column:1/-1;margin-bottom:5px}.footer-contact-item{margin-bottom:0}}@media (width<=760px){.site-footer{padding-top:60px}.footer-main{grid-template-columns:1fr 1fr;gap:45px 30px}.footer-brand{grid-column:1/-1;max-width:540px}.footer-contact{grid-template-columns:1fr}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}}@media (width<=520px){.site-footer{padding-top:50px}.footer-main{grid-template-columns:1fr;gap:38px;padding-bottom:45px}.footer-brand,.footer-contact{grid-column:auto}.footer-logo{width:150px;height:74px}.footer-logo img{width:140px;height:70px}.footer-bottom{min-height:95px}}.floating-actions{z-index:1100;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:26px}.floating-action{color:#fff;cursor:pointer;pointer-events:auto;border:0;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;transition:background-color .2s,opacity .2s,transform .2s,visibility .2s;display:inline-flex}.floating-action svg{fill:currentColor;stroke-width:2.4px;width:24px;height:24px}.floating-action-whatsapp svg{width:25px;height:25px}.floating-action-whatsapp{background-color:#25d366}.floating-action-whatsapp:hover{background-color:#1ebe5d;transform:translateY(-2px)}.floating-action-top{color:#fff;opacity:0;visibility:hidden;background-color:#e26a0f;transform:translateY(8px)}.floating-action-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-action-top:hover{background-color:#e26a0f;transform:translateY(-2px)}@media (width<=750px){.floating-actions{gap:10px;bottom:18px;right:15px}.floating-action{width:48px;height:48px}}.home-page{background-color:#fff;width:100%;overflow-x:hidden}.home-hero{background-color:#1e69b2;align-items:center;min-height:760px;display:flex;position:relative;overflow:hidden}@media (width>=1280px){.home-hero{min-height:820px}}.home-hero-image,.home-hero-image img,.home-hero-overlay{position:absolute;inset:0}.home-hero-image img{object-fit:cover;object-position:right top;width:100%;height:100%}.home-hero-overlay{background:linear-gradient(90deg,#1e69b2fa 0%,#1e69b2f0 36%,#1e69b29e 50%,#1e69b233 100%)}.home-hero-inner{z-index:2;width:100%;position:relative}.home-hero-content{max-width:650px;padding:118px 0 88px}.home-eyebrow{margin-bottom:18px}.home-hero h1{color:#fff;letter-spacing:0;max-width:610px;margin-bottom:24px;font-size:clamp(48px,6vw,72px);font-weight:800;line-height:1.06}.home-hero-content>p{color:#ffffffe6;max-width:590px;margin-bottom:32px;font-size:15.5px;line-height:1.8}.home-hero-actions{align-items:center;gap:13px;margin-bottom:38px;display:flex}.home-btn-orange,.home-btn-outline{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 22px;font-size:13px;font-weight:800;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex}.home-btn-orange{color:#fff;background-color:#e26a0f;border:1px solid #e26a0f}.home-btn-orange:hover{color:#1e69b2;background-color:#fff;border-color:#fff}.home-btn-outline{color:#fff;background-color:#ffffff0a;border:1px solid #ffffffb8}.home-btn-outline:hover{color:#1e69b2;background-color:#fff;border-color:#fff}.home-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:650px;display:grid}.home-hero-stats>div{background-color:#ffffff1a;border:1px solid #ffffff38;border-radius:12px;grid-template-columns:48px minmax(0,1fr);align-items:center;column-gap:12px;min-height:88px;padding:14px;display:grid}.home-hero-stat-icon{color:#fff;background-color:#1e69b2;border:1px solid #ffffff47;border-radius:50%;grid-row:1/3;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.home-hero-stats strong{color:#fff;min-width:0;font-size:23px;font-weight:800;line-height:1.05}.home-hero-stats>div>span:not(.home-hero-stat-icon){color:#ffffffd1;min-width:0;margin-top:3px;font-size:11px;font-weight:700;line-height:1.25}.home-about{background-color:#fff;padding:95px 0}.home-about-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:75px;display:grid}.home-about-image-wrapper{position:relative}.home-about-image-wrapper img{z-index:2;object-fit:cover;border-radius:14px;width:100%;height:430px;display:block;position:relative}.home-about-decoration{background-color:#e26a0f;border-radius:18px;width:110px;height:110px;position:absolute;bottom:-22px;left:-22px}.home-about-experience{z-index:3;text-align:center;background-color:#fff;border:8px solid #e26a0f;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:138px;height:138px;display:flex;position:absolute;bottom:22px;right:22px}.home-about-experience strong{color:#e26a0f;font-size:36px;font-weight:800;line-height:1}.home-about-experience span{color:#000;max-width:86px;margin-top:7px;font-size:10px;font-weight:800;line-height:1.25}.home-section-label,.home-section-heading>div>span,.home-interventions-heading>span,.home-testimonials-intro>span,.home-partners-title>span{margin-bottom:10px}.home-about-content h2,.home-section-heading h2,.home-interventions-heading h2,.home-testimonials-intro h2,.home-partners-title h2{color:#000;letter-spacing:0;font-size:clamp(31px,4vw,45px);font-weight:800;line-height:1.17}.home-section-heading h2 strong{color:#1e69b2}.home-about-content>p{color:#000000a3;margin-top:18px;font-size:15px;line-height:1.85}.home-about-content blockquote{color:#000;background-color:#f4f8fc;border-left:5px solid #e26a0f;border-radius:8px;margin-top:28px;padding:20px 22px;font-size:17px;font-weight:700;line-height:1.6}.home-services{background-color:#f4f8fc;padding:90px 0}.home-section-heading{grid-template-columns:1fr .72fr;align-items:end;gap:65px;margin-bottom:45px;display:grid}.home-section-heading>p{color:#00000094;font-size:13px;line-height:1.75}.home-services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-service-card{background-color:#fff;border:1px solid #1e69b221;border-radius:8px;min-height:214px;padding:28px;transition:transform .2s,border-color .2s;position:relative}.home-service-card:hover{border-color:#1e69b26b;transform:translateY(-4px)}.home-service-icon{color:#fff;background-color:#1e69b2;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;display:flex}.home-service-card h3{color:#000;margin-bottom:11px;font-size:16px;font-weight:800}.home-service-card p{color:#00000094;max-width:310px;font-size:12.5px;line-height:1.7}.home-interventions{background-color:#1e69b2;padding:100px 0;position:relative;overflow:hidden}.home-interventions:before,.home-interventions:after{content:"";border-radius:50%;position:absolute}.home-interventions:before{border:1px solid #ffffff14;width:470px;height:470px;top:-190px;left:-180px}.home-interventions:after{border:1px solid #e26a0f3d;width:520px;height:520px;bottom:-230px;right:-160px}.home-interventions>.container{z-index:2;position:relative}.home-interventions-heading{text-align:center;max-width:780px;margin:0 auto 50px}.home-interventions-heading h2{color:#fff;margin-bottom:14px}.home-interventions-heading p{color:#ffffffc2;max-width:680px;margin:0 auto;font-size:13px;line-height:1.75}.home-interventions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1100px;margin:0 auto;display:grid}.home-intervention-card{background-color:#fff;border:1px solid #ffffff29;border-radius:8px;transition:transform .25s,border-color .25s;overflow:hidden}.home-intervention-card:hover{border-color:#e26a0f;transform:translateY(-6px)}.home-intervention-media{height:205px;position:relative;overflow:hidden}.home-intervention-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.home-intervention-card:hover .home-intervention-media img{transform:scale(1.04)}.home-intervention-image-overlay{background:linear-gradient(#00000005 15%,#00000080 100%);position:absolute;inset:0}.home-intervention-index{color:#fff;background-color:#e26a0f;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:10px;font-weight:800;display:flex;position:absolute;top:15px;right:15px}.home-intervention-category{color:#fff;letter-spacing:.7px;text-transform:uppercase;background-color:#e26a0f;border-radius:5px;padding:7px 10px;font-size:9px;font-weight:800;position:absolute;bottom:15px;left:15px}.home-intervention-content{min-height:158px;padding:24px 22px 26px}.home-intervention-content h3{color:#000;margin-bottom:9px;font-size:17px;font-weight:800;line-height:1.35}.home-intervention-content p{color:#00000094;font-size:12px;line-height:1.7}.home-interventions-button{text-align:center;margin-top:36px}.home-interventions-button a{color:#fff;border:1px solid #ffffff8c;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 20px;font-size:11px;font-weight:800;transition:background-color .2s,border-color .2s;display:inline-flex}.home-interventions-button a:hover{background-color:#e26a0f;border-color:#e26a0f}.home-methodology{background-color:#fff;padding:90px 0}.home-methodology-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid;position:relative}.home-methodology-line{border-top:1px dashed #1e69b247;height:1px;position:absolute;top:34px;left:10%;right:10%}.home-methodology-item{z-index:2;text-align:center;position:relative}.home-methodology-icon{color:#1e69b2;background-color:#fff;border:1px solid #1e69b233;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 12px;display:flex;box-shadow:0 10px 24px #1e69b214}.home-methodology-item>strong{color:#fff;background-color:#e26a0f;border-radius:999px;justify-content:center;align-items:center;min-width:38px;height:28px;margin-bottom:9px;font-size:13px;font-weight:800;display:inline-flex}.home-methodology-item h3{color:#000;font-size:15px;font-weight:800}.home-partners{background-color:#f4f8fc;padding:62px 0;overflow:hidden}.home-partners-title{text-align:center;max-width:760px;margin:0 auto 30px}.home-partners-title h2{color:#1e69b2;margin-bottom:12px}.home-partners-title p{color:#00000094;font-size:13px;line-height:1.75}.home-partners-preview{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.home-partner-card{background-color:#fff;border:1px solid #1e69b224;border-radius:8px;justify-content:center;align-items:center;height:102px;padding:18px;display:flex}.home-partner-card img{object-fit:contain;max-width:85%;max-height:74px;display:block}.home-partners-action{text-align:center;margin-top:28px}.home-partners-action a{color:#fff;background-color:#1e69b2;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 19px;font-size:12px;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.home-partners-action a:hover{background-color:#e26a0f;transform:translateY(-2px)}.home-testimonials{background-color:#fff;padding:100px 0}.home-testimonials-layout{grid-template-columns:minmax(280px,.38fr) minmax(0,.62fr);align-items:start;gap:38px;display:grid}.home-testimonials-intro{text-align:left;max-width:430px}.home-testimonials-intro h2{margin-bottom:15px}.home-testimonials-intro>p{color:#00000094;font-size:13px;line-height:1.8}.home-satisfaction-box{gap:16px;margin-top:32px;display:flex}.home-kpi-circle{text-align:center;background-color:#fff;border:9px solid #1e69b2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:122px;height:122px;display:flex}.home-kpi-circle-accent{border-color:#e26a0f}.home-kpi-circle strong{color:#1e69b2;font-size:26px;font-weight:800;line-height:1}.home-kpi-circle-accent strong{color:#e26a0f}.home-kpi-circle span{color:#000000a8;max-width:90px;margin-top:8px;font-size:10px;font-weight:800;line-height:1.25}.home-testimonials-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:flex}.home-review-card:last-child{grid-column:span 2}.home-review-card{background-color:#fff;border:1px solid #1e69b238;border-radius:8px;flex-direction:column;height:100%;min-height:278px;padding:26px 24px 24px;transition:transform .25s,border-color .25s;display:flex}.home-review-card:hover{border-color:#1e69b273;transform:translateY(-5px)}.home-review-card-featured{color:#fff;background-color:#1e69b2;border-color:#1e69b2}.home-review-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.home-review-quote-icon{color:#1e69b2;background-color:#edf5fc;border:1px solid #1e69b21a;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.home-review-card-featured .home-review-quote-icon{color:#fff;background-color:#ffffff24;border-color:#ffffff3d}.home-review-stars{color:#e26a0f;gap:3px;display:flex}.home-review-quote{color:#000000b8;flex:1;font-size:14px;line-height:1.75}.home-review-card-featured .home-review-quote{color:#ffffffeb}.home-review-footer{border-top:1px solid #1e69b21f;align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:flex}.home-review-card-featured .home-review-footer{border-top-color:#ffffff42}.home-review-avatar{color:#fff;background-color:#1e69b2;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.home-review-card-featured .home-review-avatar{color:#1e69b2;background-color:#ffffffeb}.home-review-footer strong{color:#000;font-size:12px;font-weight:800}.home-review-card-featured .home-review-footer strong{color:#fff}.home-final-cta{background-color:#fff;padding:0 0 80px}.home-final-cta-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;justify-content:space-between;align-items:center;gap:30px;min-height:190px;padding:35px 45px;display:flex;position:relative;overflow:hidden}.home-final-cta-overlay{background:linear-gradient(90deg,#1e69b2fa 0%,#1e69b2d6 60%,#1e69b24d 100%);position:absolute;inset:0}.home-final-cta-content,.home-final-cta-button{z-index:2;position:relative}.home-final-cta-content span{margin-bottom:7px}.home-final-cta-content h2{color:#fff;max-width:600px;font-size:26px;font-weight:800;line-height:1.25}.home-final-cta-button{color:#fff;background-color:#e26a0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-height:49px;padding:0 21px;font-size:12px;font-weight:800;transition:color .2s,background-color .2s;display:inline-flex}.home-final-cta-button:hover{color:#1e69b2;background-color:#fff}@media (width<=1050px){.home-about-grid{grid-template-columns:1fr}.home-about-image-wrapper{max-width:700px}.home-services-grid,.home-interventions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-methodology-grid{grid-template-columns:repeat(2,1fr);row-gap:42px}.home-methodology-line{display:none}.home-partners-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.home-testimonials-layout{grid-template-columns:1fr}.home-testimonials-intro{text-align:center;max-width:760px;margin:0 auto}.home-satisfaction-box{justify-content:center}.home-testimonials-showcase{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-review-card:last-child{grid-column:auto}.home-review-card{padding:24px 20px}}@media (width<=750px){.home-hero{min-height:700px}.home-hero-image img{object-position:68% top}.home-hero-overlay{background:linear-gradient(90deg,#1e69b2f5 0%,#1e69b2e6 62%,#1e69b294 100%)}.home-hero-content{width:min(320px,100%);max-width:100%;padding:72px 0}.home-hero h1{max-width:100%;font-size:35px;line-height:1.12}.home-hero-content>p{max-width:100%;font-size:14px}.home-hero-actions{flex-direction:column;align-items:stretch}.home-btn-orange,.home-btn-outline{width:100%}.home-hero-stats{grid-template-columns:1fr;max-width:360px}.home-about,.home-services,.home-interventions,.home-methodology,.home-testimonials{padding:70px 0}.home-about-grid{gap:50px}.home-about-image-wrapper img{height:330px}.home-about-experience{border-width:7px;width:120px;height:120px;bottom:16px;right:16px}.home-section-heading{grid-template-columns:1fr;gap:18px}.home-services-grid,.home-interventions-grid,.home-methodology-grid,.home-testimonials-showcase{grid-template-columns:1fr}.home-intervention-media{height:230px}.home-partners-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.home-satisfaction-box{flex-wrap:wrap;justify-content:center}.home-final-cta{padding-bottom:65px}.home-final-cta-card{flex-direction:column;align-items:flex-start;padding:30px 25px}.home-final-cta-button{width:100%}}@media (width<=480px){.home-hero{min-height:690px}.home-about-image-wrapper img{height:280px}.home-service-card{min-height:220px;padding:24px 20px}.home-intervention-media{height:200px}.home-intervention-content{min-height:auto;padding:20px}.home-kpi-circle{border-width:9px;width:118px;height:118px}.home-review-card{min-height:auto;padding:24px 20px}.home-final-cta-content h2{font-size:23px}}.about-page{background-color:#fff;width:100%;overflow-x:hidden}.about-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:470px;display:flex;position:relative;overflow:hidden}.about-hero-overlay{background:linear-gradient(90deg,#1e69b2fa 0%,#1e69b2e8 38%,#1e69b2a6 65%,#1e69b233 100%);position:absolute;inset:0}.about-hero-inner{z-index:2;position:relative}.about-hero-content{max-width:680px;padding:85px 0}.about-eyebrow{margin-bottom:19px}.about-hero h1{color:#fff;letter-spacing:-1.8px;margin-bottom:22px;font-size:clamp(42px,5vw,64px);font-weight:800;line-height:1.08}.about-hero p{color:#ffffffe6;max-width:610px;font-size:15px;line-height:1.8}.about-intro{background-color:#fff;padding:100px 0}.about-intro-grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);align-items:center;gap:80px;display:grid}.about-section-label,.about-heading>span{margin-bottom:12px}.about-intro-content h2{color:#000;letter-spacing:-1px;max-width:580px;margin-bottom:22px;font-size:clamp(32px,4vw,47px);font-weight:800;line-height:1.16}.about-intro-content h2 span{color:#1e69b2}.about-intro-content>p{color:#000000a3;margin-bottom:15px;font-size:14px;line-height:1.8}.about-intro-info{border:1px solid #1e69b226;border-radius:10px;grid-template-columns:repeat(4,1fr);margin-top:32px;display:grid}.about-intro-info>div{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:82px;padding:12px;display:flex}.about-intro-info>div:not(:last-child){border-right:1px solid #1e69b221}.about-intro-info strong{color:#1e69b2;margin-bottom:4px;font-size:14px;font-weight:800}.about-intro-info>div:first-child strong{color:#e26a0f;font-size:21px}.about-intro-info span{color:#00000087;font-size:10px}.about-intro-visual{min-height:450px;position:relative}.about-intro-visual img{z-index:3;object-fit:cover;border-radius:16px;width:calc(100% - 45px);height:410px;position:relative}.about-intro-blue-shape{z-index:1;background-color:#1e69b2;border-radius:16px;width:calc(100% - 60px);height:370px;position:absolute;bottom:0;right:0}.about-intro-dots{z-index:4;grid-template-columns:repeat(3,5px);gap:9px;display:grid;position:absolute;top:-25px;left:-100px}.about-intro-dots span{background-color:#e26a0f;border-radius:50%;width:5px;height:5px}.about-purpose{background-color:#f4f8fc}.about-purpose-grid{grid-template-columns:1fr 1fr;display:grid}.about-purpose-block{align-items:center;min-height:300px;padding:65px max(6vw,40px);display:flex}.about-purpose-mission{color:#fff;background-color:#1e69b2}.about-purpose-vision{background-color:#f4f8fc}.about-purpose-inner{align-items:flex-start;gap:27px;max-width:600px;display:flex}.about-purpose-icon{color:#fff;border:1px solid #fff9;border-radius:50%;flex:0 0 78px;justify-content:center;align-items:center;width:78px;height:78px;display:flex}.about-purpose-vision .about-purpose-icon{color:#e26a0f;border-color:#e26a0f}.about-purpose-small{margin-bottom:6px}.about-purpose h2{margin-bottom:12px;font-size:27px;font-weight:800}.about-purpose-vision h2{color:#000}.about-purpose p{color:#fffc;max-width:440px;font-size:13px;line-height:1.75}.about-purpose-vision p{color:#0000009e}.about-advantages{background-color:#fff;padding:95px 0}.about-heading-center{text-align:center;max-width:720px;margin:0 auto 50px}.about-heading h2{color:#000;letter-spacing:-1px;font-size:clamp(31px,4vw,45px);font-weight:800;line-height:1.18}.about-heading h2 strong{color:#1e69b2;font-weight:800}.about-advantages-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.about-advantage{background-color:#f4f8fc;border-left:4px solid #e26a0f;align-items:flex-start;gap:17px;padding:27px;display:flex}.about-advantage:nth-child(2){border-left-color:#e26a0f}.about-advantage-icon{color:#fff;background-color:#e26a0f;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.about-advantage:nth-child(2) .about-advantage-icon{background-color:#e26a0f}.about-advantage h3{color:#000;margin-bottom:8px;font-size:17px;font-weight:800}.about-advantage p{color:#0009;font-size:13px;line-height:1.7}.about-cta{background-color:#1e69b2;overflow:hidden}.about-cta-grid{grid-template-columns:.9fr 1.1fr;min-height:365px;display:grid}.about-cta-content{background-color:#1e69b2;justify-content:flex-end;align-items:center;display:flex;position:relative}.about-cta-content:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:310px;height:600px;position:absolute;top:-130px;right:-90px}.about-cta-content-inner{z-index:2;width:min(100% - 50px,520px);margin-left:auto;margin-right:55px;position:relative}.about-cta-content span{margin-bottom:9px}.about-cta h2{color:#fff;margin-bottom:15px;font-size:clamp(30px,4vw,43px);font-weight:800;line-height:1.15}.about-cta p{color:#fffc;max-width:470px;margin-bottom:23px;font-size:13px;line-height:1.7}.about-cta-button{color:#fff;background-color:#e26a0f;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 21px;font-size:13px;font-weight:800;display:inline-flex}.about-cta-image{min-height:365px;position:relative;overflow:hidden}.about-cta-image img{object-fit:cover;width:100%;height:100%;min-height:365px}.about-cta-image-overlay{background:linear-gradient(90deg,#1e69b29e,#1e69b20f 50%);position:absolute;inset:0}.about-process{background-color:#f4f8fc;padding:95px 0 105px}.about-process-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid;position:relative}.about-process-line{border-top:1px dashed #1e69b273;height:1px;position:absolute;top:55px;left:10%;right:10%}.about-process-item{z-index:2;text-align:center;position:relative}.about-process-icon-wrapper{width:110px;height:110px;margin:0 auto 20px;position:relative}.about-process-icon{color:#1e69b2;background-color:#fff;border:1px solid #1e69b24d;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex}.about-process-number{z-index:2;color:#fff;background-color:#e26a0f;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-5px;left:-5px}.about-process-item h3{color:#000;margin-bottom:8px;font-size:16px;font-weight:800}.about-process-item p{color:#00000091;max-width:220px;margin-inline:auto;font-size:12px;line-height:1.65}@media (width<=1050px){.about-intro-grid{grid-template-columns:1fr}.about-intro-visual{max-width:680px}.about-advantages-grid,.about-cta-grid{grid-template-columns:1fr}.about-cta-content{justify-content:flex-start}.about-cta-content-inner{width:min(100% - 40px,1200px);margin:0 auto;padding:65px 0}.about-cta-image{min-height:330px}.about-process-grid{grid-template-columns:repeat(2,1fr);row-gap:50px}.about-process-line{display:none}}@media (width<=750px){.about-hero{background-position:65%;min-height:390px}.about-hero-overlay{background:#1e69b2e6}.about-hero-content{padding:65px 0}.about-intro,.about-advantages,.about-process{padding:70px 0}.about-intro-grid{gap:50px}.about-intro-info{grid-template-columns:repeat(2,1fr)}.about-intro-info>div:nth-child(2){border-right:0}.about-intro-info>div:nth-child(-n+2){border-bottom:1px solid #1e69b221}.about-intro-visual{min-height:350px}.about-intro-visual img{height:320px}.about-intro-blue-shape{height:290px}.about-purpose-grid{grid-template-columns:1fr}.about-purpose-block{min-height:auto;padding:50px 25px}.about-purpose-inner{flex-direction:column}.about-process-grid{grid-template-columns:1fr}}.expertise-page{background-color:#fff;width:100%;overflow-x:hidden}.expertise-hero{background-position:50% 55%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.expertise-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#1e69b2f7 0%,#1e69b2e8 42%,#1e69b2a8 70%,#1e69b24d 100%);position:absolute;inset:0}.expertise-hero-shape{z-index:2;pointer-events:none;border-radius:50%;position:absolute}.expertise-hero-shape-one{border:1px solid #ffffff2b;width:500px;height:500px;top:-230px;right:-120px}.expertise-hero-shape-two{border:1px solid #e26a0fc7;width:240px;height:240px;top:-70px;right:100px}.expertise-hero-container{z-index:3;position:relative}.expertise-hero-content{max-width:720px;padding:85px 0}.expertise-hero-label{margin-bottom:18px}.expertise-hero-content h1{color:#fff;letter-spacing:-1.8px;margin-bottom:20px;font-size:clamp(43px,6vw,68px);font-weight:800;line-height:1.08}.expertise-hero-content p{color:#ffffffe6;max-width:680px;font-size:16px;line-height:1.8}.expertise-list-section{background-color:#f4f8fc;padding:95px 0}.expertise-section-heading{grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);align-items:end;gap:60px;margin-bottom:50px;display:grid}.expertise-section-heading>div>span{margin-bottom:10px}.expertise-section-heading h2{color:#000;letter-spacing:-1px;max-width:650px;font-size:clamp(32px,4vw,47px);font-weight:800;line-height:1.18}.expertise-section-heading h2 strong{color:#1e69b2;font-weight:800}.expertise-section-heading>p{color:#0000009e;font-size:14px;line-height:1.8}.expertise-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.expertise-card{background-color:#fff;border:1px solid #1e69b22e;border-radius:14px;flex-direction:column;min-height:265px;padding:31px;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.expertise-card:before{content:"";background-color:#e26a0f;height:4px;position:absolute;top:0;left:0;right:0}.expertise-card:hover{border-color:#e26a0f;transform:translateY(-5px)}.expertise-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.expertise-card-icon{color:#e26a0f;background-color:#e26a0f1a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.expertise-card-number{color:#e26a0f29;font-size:38px;font-weight:800;line-height:1}.expertise-card h3{color:#000;margin-bottom:13px;font-size:20px;font-weight:800;line-height:1.35}.expertise-card p{color:#0000009e;margin-bottom:0;font-size:14px;line-height:1.75}.expertise-approach-section{background-color:#fff;padding:95px 0}.expertise-approach-container{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:80px;display:grid}.expertise-approach-label{margin-bottom:12px}.expertise-approach-content h2{color:#000;letter-spacing:-1px;margin-bottom:20px;font-size:clamp(31px,4vw,45px);font-weight:800;line-height:1.2}.expertise-approach-content h2 strong{color:#1e69b2;font-weight:800}.expertise-approach-content p{color:#0000009e;font-size:14px;line-height:1.85}.expertise-approach-steps{flex-direction:column;gap:16px;display:flex}.expertise-step{background-color:#f4f8fc;border-radius:0 11px 11px 0;align-items:flex-start;gap:20px;padding:23px;display:flex;border-left:4px solid #1e69b2!important}.expertise-step:nth-child(2){border-left-color:#e26a0f}.expertise-step>span{color:#fff;background-color:#1e69b2;border-radius:10px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:13px;font-weight:800;display:flex}.expertise-step:nth-child(2)>span{background-color:#1e69b2}.expertise-step h3{color:#000;margin-bottom:6px;font-size:16px;font-weight:800}.expertise-step p{color:#00000094;font-size:13px;line-height:1.65}.expertise-newsletter-section{background-color:#fff;padding:0 0 95px}.expertise-newsletter{background-color:#1e69b2;border-radius:15px;grid-template-columns:auto minmax(0,1fr) minmax(370px,.75fr);align-items:center;gap:26px;padding:35px;display:grid}.expertise-newsletter-icon{color:#fff;background-color:#e26a0f;border-radius:12px;justify-content:center;align-items:center;width:65px;height:65px;display:flex}.expertise-newsletter-content>span{margin-bottom:6px}.expertise-newsletter-content h2{color:#fff;margin-bottom:7px;font-size:25px;font-weight:800}.expertise-newsletter-content p{color:#ffffffc2;font-size:12px;line-height:1.6}.expertise-newsletter-form{gap:9px;min-width:0;display:flex}.expertise-newsletter-form input{color:#000;background-color:#fff;border:1px solid #fff;border-radius:8px;outline:none;flex:1;min-width:0;height:51px;padding:0 15px;font-family:inherit;font-size:13px}.expertise-newsletter-form input:focus{border-color:#e26a0f}.expertise-newsletter-form button{color:#fff;white-space:nowrap;background-color:#e26a0f;border:1px solid #e26a0f;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:51px;padding:0 20px;font-size:13px;font-weight:800;display:inline-flex}.expertise-newsletter-form button:hover{color:#1e69b2;background-color:#fff;border-color:#fff}.expertise-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=1050px){.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-approach-container{grid-template-columns:1fr;gap:45px}.expertise-newsletter{grid-template-columns:auto 1fr}.expertise-newsletter-form{grid-column:1/-1}}@media (width<=750px){.expertise-hero{background-position:68%;min-height:360px}.expertise-hero-overlay{background:#1e69b2e6}.expertise-hero-content{padding:65px 0}.expertise-hero-shape-one{right:-300px}.expertise-hero-shape-two{right:-80px}.expertise-list-section,.expertise-approach-section{padding:70px 0}.expertise-section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:38px}.expertise-grid{grid-template-columns:1fr}.expertise-card{min-height:auto}.expertise-approach-container{grid-template-columns:1fr}.expertise-newsletter-section{padding-bottom:70px}.expertise-newsletter{grid-template-columns:1fr;padding:28px 22px}.expertise-newsletter-icon{width:57px;height:57px}.expertise-newsletter-form{flex-direction:column;grid-column:auto}.expertise-newsletter-form button{width:100%}}@media (width<=480px){.expertise-hero{min-height:340px}.expertise-hero-content h1{letter-spacing:-1px}.expertise-card{padding:26px 22px}.expertise-approach-container{gap:35px}.expertise-step{gap:15px;padding:20px 17px}.expertise-step>span{flex:0 0 44px;width:44px;height:44px}}.al-contact-page{background-color:#f4f8fc;width:100%;overflow-x:hidden}.al-contact-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:390px;display:flex;position:relative;overflow:hidden}.al-contact-hero-overlay{background:linear-gradient(90deg,#1e69b2f5 0%,#1e69b2e0 43%,#1e69b28a 72%,#1e69b229 100%);position:absolute;inset:0}.al-contact-hero-inner{z-index:2;position:relative}.al-contact-hero-content{max-width:620px;padding:75px 0 115px}.al-contact-hero-label{margin-bottom:16px}.al-contact-hero-content h1{color:#fff;letter-spacing:-1.5px;margin-bottom:18px;font-size:clamp(42px,6vw,64px);font-weight:800;line-height:1.08}.al-contact-hero-content p{color:#ffffffe6;max-width:580px;font-size:16px;line-height:1.8}.al-contact-cards-section{z-index:5;margin-top:-62px;position:relative}.al-contact-cards-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.al-contact-card{border:1px solid #1e69b22e;border-radius:13px;align-items:flex-start;gap:15px;min-width:0;min-height:160px;padding:26px 22px;display:flex}.al-contact-card-blue,.al-contact-card-white,.al-contact-card-orange{background-color:#eaf4fc}.al-contact-card-icon{color:#fff;border-radius:10px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.al-contact-card-icon-blue,.al-contact-card-icon-white,.al-contact-card-icon-orange{background-color:#1e69b2}.al-contact-card-content{flex-direction:column;min-width:0;display:flex}.al-contact-card-content small{color:#e26a0f;text-transform:uppercase;letter-spacing:.9px;margin-bottom:7px;font-size:10px;font-weight:800}.al-contact-card-content strong{color:#000;overflow-wrap:anywhere;margin-bottom:7px;font-size:14px;font-weight:800;line-height:1.5}.al-contact-card-content>span{color:#0009;font-size:12px;line-height:1.55}.al-contact-main-section{padding:80px 0 100px}.al-contact-main-grid{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:stretch;gap:30px;display:grid}.al-contact-form-panel,.al-contact-map-panel{border:1px solid #1e69b229;border-radius:15px;min-width:0;padding:38px}.al-contact-form-panel{background-color:#eaf3fb}.al-contact-map-panel{background-color:#fff;flex-direction:column;display:flex}.al-contact-heading{margin-bottom:30px}.al-contact-heading>span,.al-contact-map-heading>div>span{margin-bottom:9px}.al-contact-heading h2{color:#000;letter-spacing:-.8px;max-width:570px;margin-bottom:14px;font-size:clamp(28px,4vw,39px);font-weight:800;line-height:1.2}.al-contact-heading h2 strong{color:#1e69b2;font-weight:800}.al-contact-heading p{color:#0000009e;max-width:590px;font-size:14px;line-height:1.7}.al-contact-form{flex-direction:column;gap:21px;display:flex}.al-contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.al-contact-form-group{flex-direction:column;gap:9px;min-width:0;display:flex}.al-contact-form-group label{color:#000;font-size:13px;font-weight:700;line-height:1.4;display:block}.al-contact-form-group label span{color:#e26a0f}.al-contact-form-group input,.al-contact-form-group select,.al-contact-form-group textarea{color:#000;background-color:#fff;border:1px solid #1e69b247;border-radius:8px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s;display:block}.al-contact-form-group input,.al-contact-form-group select{height:53px;padding:0 15px}.al-contact-form-group textarea{resize:vertical;min-height:175px;padding:15px;line-height:1.65}.al-contact-form-group input::placeholder,.al-contact-form-group textarea::placeholder{color:#0006}.al-contact-form-group input:focus,.al-contact-form-group select:focus,.al-contact-form-group textarea:focus{border-color:#1e69b2}.al-contact-form-group select{cursor:pointer}.al-contact-form-bottom{align-items:center;gap:18px;margin-top:2px;display:flex}.al-contact-submit-button{color:#fff;background-color:#1e69b2;border:1px solid #1e69b2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;min-height:51px;padding:0 23px;font-size:13px;font-weight:800;transition:background-color .2s,border-color .2s;display:inline-flex}.al-contact-submit-button:hover{background-color:#e26a0f;border-color:#e26a0f}.al-contact-form-bottom p{color:#0000008c;font-size:11px;line-height:1.5}.al-contact-map-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:23px;display:flex}.al-contact-map-heading h2{color:#000;font-size:27px;font-weight:800;line-height:1.25}.al-contact-map-button{color:#fff;background-color:#1e69b2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-size:12px;font-weight:800;transition:background-color .2s;display:inline-flex}.al-contact-map-button:hover{background-color:#e26a0f}.al-contact-map-frame{background-color:#edf5fb;border:1px solid #1e69b22e;border-radius:10px;flex:1;min-height:445px;position:relative;overflow:hidden}.al-contact-map-frame iframe{border:0;width:100%;height:100%;min-height:445px;display:block}.al-contact-map-address{background-color:#edf5fb;border:1px solid #1e69b226;border-radius:9px;align-items:center;gap:13px;margin-top:17px;padding:14px;display:flex}.al-contact-map-address-icon{color:#fff;background-color:#e26a0f;border-radius:9px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.al-contact-map-address-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.al-contact-map-address-content small{color:#1e69b2;text-transform:uppercase;letter-spacing:.8px;font-size:9px;font-weight:800}.al-contact-map-address-content strong{color:#000;font-size:13px;font-weight:800}.al-contact-map-address-content>span{color:#0000008c;font-size:11px;line-height:1.5}.al-contact-map-arrow{color:#e26a0f;flex-shrink:0}.al-contact-form-success{color:#137a3d;background-color:#eaf8f0;border:1px solid #b9e4ca;border-radius:8px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.5}.al-contact-form-error{color:#b42318;background-color:#fff1f0;border:1px solid #f0b9b5;border-radius:8px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.5}.al-contact-submit-button:disabled{cursor:not-allowed;opacity:.65}@media (width<=1080px){.al-contact-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.al-contact-main-grid{grid-template-columns:1fr}.al-contact-map-frame,.al-contact-map-frame iframe{min-height:450px}}@media (width<=700px){.al-contact-hero{background-position:65%;min-height:360px}.al-contact-hero-overlay{background-color:#1e69b2e0}.al-contact-hero-content{padding:65px 0 95px}.al-contact-cards-section{margin-top:-45px}.al-contact-cards-grid{grid-template-columns:1fr}.al-contact-card{min-height:auto}.al-contact-main-section{padding:60px 0 80px}.al-contact-form-panel,.al-contact-map-panel{padding:27px 21px}.al-contact-form-row{grid-template-columns:1fr}.al-contact-form-bottom{flex-direction:column;align-items:flex-start;gap:12px}.al-contact-submit-button{width:100%}.al-contact-map-heading{flex-direction:column}.al-contact-map-button{align-self:flex-start}}@media (width<=480px){.al-contact-hero-content h1{letter-spacing:-1px}.al-contact-map-frame,.al-contact-map-frame iframe{min-height:350px}}.references-page{background-color:#fff;width:100%;overflow-x:hidden}.references-hero{background:linear-gradient(90deg,#1e69b2f5,#1e69b2e0),#1e69b2;padding:94px 0 78px}.references-hero-inner{text-align:center;max-width:790px}.references-label,.references-cta-card span{margin-bottom:12px}.references-hero h1{color:#fff;letter-spacing:0;overflow-wrap:anywhere;max-width:100%;margin-bottom:18px;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.1}.references-hero h1 span{display:inline}.references-hero p{color:#ffffffdb;max-width:670px;margin:0 auto;font-size:15px;line-height:1.8}.references-list{background-color:#f4f8fc;padding:82px 0 90px}.references-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.references-card{background-color:#fff;border:1px solid #1e69b224;border-radius:8px;justify-content:center;align-items:center;min-width:0;min-height:124px;padding:24px;display:flex;overflow:hidden}.references-card img{object-fit:contain;max-width:86%;max-height:82px;display:block}.references-cta{background-color:#f4f8fc;padding:0 0 82px}.references-cta-card{background-color:#fff;border:1px solid #1e69b229;border-radius:8px;justify-content:space-between;align-items:center;gap:32px;padding:36px 42px;display:flex}.references-cta-card h2{color:#000;max-width:620px;margin-bottom:10px;font-size:clamp(25px,3vw,34px);font-weight:800;line-height:1.2}.references-cta-card p{color:#0009;max-width:590px;font-size:13px;line-height:1.75}.references-cta-card a{color:#fff;background-color:#e26a0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 21px;font-size:12px;font-weight:800;transition:color .2s,background-color .2s;display:inline-flex}.references-cta-card a:hover{background-color:#1e69b2}@media (width<=1050px){.references-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.references-cta-card{flex-direction:column;align-items:flex-start}}@media (width<=750px){.references-hero{padding:72px 0 64px}.references-hero h1{font-size:34px}.references-hero h1 span{display:block}.references-hero h1 span+span{margin-top:4px}.references-hero-inner,.references-list>.container{width:min(320px,100vw - 40px);margin-left:20px;margin-right:auto}.references-hero p{max-width:300px}.references-list{padding:64px 0 70px}.references-grid{grid-template-columns:1fr;gap:14px}.references-card{width:min(280px,100vw - 60px);min-height:106px;margin:0 auto;padding:16px}.references-cta{padding-bottom:66px}.references-cta-card{padding:28px 24px}.references-cta-card a{width:100%}}:root{color:#000;font-synthesis:none;text-rendering:optimizelegibility;--primary-color:#1e69b2;--primary-dark:#15548f;--accent-color:#e26a0f;--accent-dark:#c85b0b;--text-color:#000;--text-muted:#000000ad;--background-light:#f4f8fd;--white:#fff;--black:#000;--border-color:#1e69b224;--container-width:1200px;background-color:#fff;font-family:Manrope,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--white);min-width:320px;min-height:100vh;margin:0}body,button,input,textarea,select{font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:min(calc(100% - 40px), var(--container-width));margin-inline:auto}.section-label{max-width:100%;color:var(--primary-color);letter-spacing:.8px;text-transform:uppercase;vertical-align:top;white-space:nowrap;background-color:#1e69b21a;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.section-label--light{color:#f4f8fc;background-color:#e26a0f}.section-label--light-orange{color:var(--accent-color);background-color:#e26a0f1a}.section-label--on-blue,.section-label--on-orange{color:#fff;background-color:#e26a0f}@media (width<=480px){.section-label{letter-spacing:.65px;padding:6px 10px;font-size:9.5px}}
