@import"https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap";:root{--color-dark: #333333;--color-dark-2: #4B4B4B;--color-green: #9AC53B;--color-green-bright: #C0ED6D;--color-green-deep: #99CC3A;--color-text-light: #F2F7EF;--color-text-secondary: #8B8B8B;--color-chevron: #878787;--font-sans: "Google Sans Flex", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-max: 1280px;--gutter: 80px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);background:var(--color-dark);color:var(--color-text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:calc(var(--container-max) + var(--gutter) * 2);margin:0 auto;padding:0 var(--gutter)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding-top:24px;padding-bottom:16px;transition:padding .3s ease}.site-header:before{content:"";position:absolute;inset:0;background:#111111eb;-webkit-backdrop-filter:saturate(140%) blur(12px);backdrop-filter:saturate(140%) blur(12px);opacity:0;transition:opacity .35s ease,bottom .3s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:-1}.site-header.is-scrolled{padding-top:12px;padding-bottom:12px}.site-header.is-scrolled:before{opacity:1;box-shadow:0 1px #ffffff0f}.site-header.is-scrolled:has(.has-dropdown:hover):before,.site-header.is-scrolled:has(.has-dropdown:focus-within):before{bottom:-150px}.nav-container{display:flex;align-items:center;justify-content:space-between;gap:32px;height:48px;position:relative}.logo img{height:42px;width:auto;display:block}.logo .logo-scroll,.site-header.is-scrolled .logo .logo-default{display:none}.site-header.is-scrolled .logo .logo-scroll{display:block}.primary-nav ul{display:flex;align-items:center;gap:24px}.primary-nav a{display:inline-flex;align-items:center;gap:4px;font-size:15px;font-weight:500;letter-spacing:-.02em;color:var(--color-text-secondary);line-height:1;transition:color .2s ease}.primary-nav a:hover,.primary-nav a.is-active{color:var(--color-green)}.chevron{width:16px;height:16px;background:none;display:inline-block;position:relative}.chevron:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-top:1.5px solid var(--color-chevron);border-right:1.5px solid var(--color-chevron);border-radius:1px;transform-origin:center;transform:translate(-65%,-50%) rotate(45deg);transition:transform .2s ease}.has-dropdown{position:relative;z-index:20}.primary-nav .nav-dropdown{position:absolute;top:100%;left:0;z-index:20;flex-direction:column;align-items:flex-start;gap:8px;padding:20px 0 14px;margin:0;list-style:none;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.nav-services-aside{position:absolute;top:100%;right:100px;z-index:1;padding-top:90px;max-width:300px;font-size:13px;line-height:1.5;color:var(--color-text-secondary);text-align:left;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.nav-services-aside p{margin:0}.nav-services-aside a{color:#fff;font-weight:500;white-space:nowrap;transition:color .2s ease}.nav-services-aside a:hover{color:var(--color-green)}.site-header.is-scrolled:has(.has-dropdown:hover) .nav-services-aside,.site-header.is-scrolled:has(.has-dropdown:focus-within) .nav-services-aside{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}@media(max-width:1023px){.nav-services-aside{display:none}}.has-dropdown:hover .nav-dropdown,.has-dropdown:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.has-dropdown:hover>a .chevron:before,.has-dropdown:focus-within>a .chevron:before{transform:translate(-50%,-65%) rotate(135deg)}.site-header.is-scrolled .primary-nav .nav-dropdown a{color:var(--color-text-secondary)}.site-header.is-scrolled .primary-nav .nav-dropdown a:hover,.site-header.is-scrolled .primary-nav .nav-dropdown a.is-active{color:var(--color-green)}.cta-button{display:inline-flex;align-items:center;gap:7px;padding:7px 24px 7px 32px;border-radius:9999px;background:linear-gradient(160deg,var(--color-green-bright) 0%,var(--color-green-deep) 100%);color:var(--color-dark);font-size:14px;font-weight:500;letter-spacing:-.01em;line-height:1;height:48px;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.cta-button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 8px 20px #9ac53b40}.cta-button .cta-arrow{flex-shrink:0}.nav-toggle{display:none;width:40px;height:40px;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}.nav-toggle span{width:18px;height:2px;background:var(--color-text-light);border-radius:2px;transition:transform .25s ease,opacity .25s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.12)}}@keyframes heroDrift{0%{transform:scale(1.12) translateZ(0)}50%{transform:scale(1.12) translate3d(-1.5%,-1%,0)}to{transform:scale(1.12) translateZ(0)}}@media(prefers-reduced-motion:reduce){.hero-bg{animation:none!important}}.hero{position:relative;min-height:750px;background:var(--color-dark);color:var(--color-text-light);overflow:hidden;display:flex;align-items:center;padding-top:120px;padding-bottom:80px}.hero-bg{position:absolute;inset:0;background-image:url(/assets/images/32fe6feb71cb.png);background-size:cover;background-position:bottom center;background-repeat:no-repeat;opacity:.4;pointer-events:none;transform:scale(1.12);animation:heroDrift 22s ease-in-out infinite;will-change:transform}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:72px;width:100%}.hero-headline{margin:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;font-size:88px;line-height:1.1;letter-spacing:-.03em}.hero-headline .line-1{font-weight:300;color:var(--color-text-light);display:block;margin-bottom:-12px;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .2s both}.hero-headline .line-2{font-weight:600;color:var(--color-green);display:block;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .45s both}.hero-divider{width:min(1000px,100%);height:1px;background:linear-gradient(90deg,var(--color-dark) 0%,var(--color-dark-2) 50%,var(--color-dark) 100%);animation:fadeIn .6s ease .9s both}.hero-stats{width:100%;max-width:1160px;display:grid;grid-template-columns:repeat(4,1fr);animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .7s both}.hero-stats li{position:relative;text-align:center;padding:4px 24px}.hero-stats li+li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:#ffffff1f}.stat-num{display:inline-flex;align-items:baseline;font-size:36px;font-weight:600;letter-spacing:-.03em;color:var(--color-text-light);line-height:1}.stat-num .plus{color:var(--color-green);margin-left:4px;font-weight:600}.stat-num--text{font-size:28px;letter-spacing:-.02em}.stat-label{margin-top:8px;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em;color:var(--color-text-secondary)}@media(max-width:1200px){:root{--gutter: 48px}.hero-headline{font-size:64px}.primary-nav ul{gap:18px}.primary-nav a{font-size:14px}}@media(max-width:1100px){.nav-toggle{display:flex}.primary-nav,.cta-button{display:none}.primary-nav.is-open{display:block;position:absolute;top:70px;left:var(--gutter);right:var(--gutter);background:#141414f2;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px}.primary-nav.is-open ul{flex-direction:column;align-items:flex-start;gap:12px}.primary-nav.is-open a{padding:8px 12px;font-size:16px}.primary-nav.is-open .nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;pointer-events:auto;padding:8px 0 0 16px;gap:8px}.primary-nav.is-open .nav-dropdown a{font-size:14px}}@media(max-width:900px){:root{--gutter: 32px}.hero{min-height:600px;padding-top:110px;padding-bottom:60px}.hero-inner{gap:48px}.hero-headline{font-size:48px;letter-spacing:-.025em}.hero-headline .line-1{margin-bottom:-6px}.hero-stats{grid-template-columns:repeat(2,1fr);gap:32px 0}.hero-stats li{padding:12px 16px}.hero-stats li:nth-child(3):before,.hero-stats li:nth-child(odd):before{display:none}.stat-num{font-size:32px}.stat-num--text{font-size:22px}.stat-label{font-size:15px}}@media(max-width:600px){:root{--gutter: 20px}.logo img{height:32px}.hero{min-height:auto;padding-top:100px;padding-bottom:56px}.hero-inner{gap:40px}.hero-headline{font-size:36px;line-height:1.15}.hero-headline .line-1{margin-bottom:-2px}.hero-divider{width:100%}.hero-stats{grid-template-columns:repeat(2,1fr)}.stat-num{font-size:28px}.stat-num--text{font-size:18px}.stat-label{font-size:13px;margin-top:4px}}@media(max-width:420px){.hero-headline{font-size:32px}.hero-stats{grid-template-columns:1fr;gap:20px}.hero-stats li:before{display:none!important}.stat-num{font-size:30px}.stat-label{font-size:14px}}@media(prefers-reduced-motion:reduce){.hero-bg,.hero-headline .line-1,.hero-headline .line-2,.hero-divider,.hero-stats{animation:none}}.about{background:#f5feef;padding:120px 0;overflow:hidden}.about-inner{display:grid;grid-template-columns:500px 1fr;gap:80px;align-items:center;padding-left:max(80px,calc((100vw - 1280px)/2))}.about-text{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.about-label{margin:0;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.1;color:#9ac53a}.about-heading{margin:0;display:flex;flex-direction:column;font-size:48px;letter-spacing:-.01em;line-height:1.1;color:#333}.ah-light{font-weight:400}.ah-bold{font-weight:600}.about-body{margin:0;font-size:17px;font-weight:400;letter-spacing:-.02em;line-height:1.6;color:#595959}.about-image-wrap{position:relative;overflow:hidden;border-radius:999px 0 0 999px}.about-image{width:100%;height:auto;display:block;object-fit:cover;transform:scale(1.18);transform-origin:center;will-change:transform}.about-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#9AC53A 0%,transparent 60%);opacity:.1;pointer-events:none}@media(max-width:1100px){.about-inner{grid-template-columns:1fr 1fr;padding-left:48px}}@media(max-width:900px){.about-inner{grid-template-columns:1fr;gap:48px;padding-left:32px;padding-right:32px}.about-image-wrap{order:-1}.about-image,.about-image-overlay{border-radius:24px}}@media(max-width:600px){.about{padding:80px 0}.about-inner{padding-left:20px;padding-right:20px}.about-heading{font-size:36px}.about-text{gap:28px}}.benefits{background:#fff;overflow:hidden}.benefits .container{padding-top:120px;padding-bottom:120px}.benefits-deco{display:none;align-items:flex-end;gap:16px;height:97px;overflow:hidden}.deco-u{flex-shrink:0;width:96px;height:97px;background:#e6efe0;border-radius:48px 48px 0 0}.deco-d{flex-shrink:0;width:96px;height:97px;background:#e6efe0;border-radius:0 48px 48px 0}.benefits-header{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-items:center;gap:16px;width:492px;margin-left:auto;margin-right:auto}.benefits-label{margin:0;font-size:16px;font-weight:600;letter-spacing:-.16px;color:#9ac53b;text-transform:uppercase;line-height:1.1}.benefits-heading{margin:0;display:flex;flex-direction:column;align-items:center;font-size:48px;line-height:1.1;letter-spacing:-.48px;color:#333}.bh-light{font-weight:400}.bh-bold{font-weight:600}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;list-style:none;padding:0;margin:0}.benefit-card{height:200px;border-radius:32px;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 56px;position:relative;overflow:hidden;cursor:pointer;transition:background .3s ease}.benefit-card:nth-child(1){background:#eef6dd}.benefit-card:nth-child(2){background:#f1f6e4}.benefit-card:nth-child(3){background:#f1f6e4}.benefit-card:nth-child(4){background:#e2efc7}.benefit-card:nth-child(5){background:#dcecc2}.benefit-card:nth-child(6){background:#eff6e5}.benefit-card:nth-child(7){background:#e4f0c9}.benefit-card:nth-child(8){background:#f1f6e4}.bc-text{font-size:20px;font-weight:600;color:#333;line-height:1.1;position:relative;z-index:1;transition:color .3s ease}.benefit-card:before{content:"";position:absolute;width:126px;height:126px;border-radius:50%;background:#ffffff0d;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);opacity:0;transition:opacity .3s ease,transform .4s ease}.benefit-card:hover,.benefit-card:active{background:#333}.benefit-card:hover .bc-text,.benefit-card:active .bc-text{color:#f2f7ef}.benefit-card:hover:before,.benefit-card:active:before{opacity:1;transform:translate(-50%,-50%) scale(1)}.services{background:#333;position:relative;overflow:hidden}.services:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;background:url(/assets/images/32fe6feb71cb.png) bottom center / cover no-repeat;opacity:.45;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 30%,black 70%);mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 30%,black 70%)}.services .container{padding-top:120px;padding-bottom:120px;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:1}.services-header{display:flex;flex-direction:column;align-items:center;gap:16px;width:492px;text-align:center}.services-label{margin:0;font-size:16px;font-weight:600;letter-spacing:-.16px;color:#9ac53b;text-transform:uppercase;line-height:1.1}.services-heading{margin:0;display:flex;flex-direction:column;align-items:center;font-size:48px;line-height:1.1;letter-spacing:-.48px;color:#f2f7ef}.sh-light{font-weight:400}.sh-bold{font-weight:600}.services-grid{display:flex;gap:12px;width:100%;list-style:none;padding:0;margin:0}.service-card{background:#f7fcf5;border-radius:16px;padding:24px 24px 40px;min-height:420px;flex:1;display:flex;flex-direction:column;align-items:center;gap:32px;overflow:hidden;transition:flex .45s cubic-bezier(.4,0,.2,1),background-color .35s ease}.services-grid:hover .service-card:not(:hover){flex:.7}.service-card:hover{flex:1.52;background-color:#9ac53b}.service-card:hover .sc-icon{color:#1a1a1a}.service-card:hover .sc-title{color:#fff}.service-card:hover .sc-desc{color:#fffc}.service-card:hover .sc-price{color:#fff}.service-card:hover .sc-cta{color:#1a1a1a}.sc-icon{width:120px;height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ac53b;transition:color .3s ease}.sc-body{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;min-height:0}.sc-text{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;min-height:0}.sc-title{margin:0;font-size:20px;font-weight:600;color:#333;line-height:1.1;text-align:center;transition:color .3s ease}.sc-desc{margin:0;font-size:14px;font-weight:400;color:#595959;line-height:1.5;letter-spacing:-.28px;text-align:center;transition:color .3s ease}.sc-footer{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;flex-shrink:0}.sc-price{font-size:16px;font-weight:600;color:#333;letter-spacing:-.32px;text-align:center;transition:color .3s ease}.sc-cta{display:flex;align-items:center;justify-content:center;gap:4px;font-size:16px;font-weight:600;color:#9ac53b;letter-spacing:-.32px;text-decoration:none;transition:color .3s ease}@media(max-width:1100px){.services-grid{display:grid;grid-template-columns:repeat(2,1fr)}.services-header{width:auto}.service-card{min-height:360px;transition:background-color .3s ease}.services-grid:hover .service-card:not(:hover){flex:1}.service-card:hover{flex:1}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}.services-heading{font-size:36px;letter-spacing:-.36px}.service-card{min-height:0}}.benefits-image-wrap{width:100%;border-radius:999px;overflow:hidden;flex-shrink:0;margin-top:120px}.benefits-image{display:block;width:100%;height:500px;object-fit:cover;object-position:center;transform:scale(1.18);transform-origin:center;will-change:transform}@media(max-width:1100px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-header{width:auto}}@media(max-width:600px){.benefits-deco{height:64px;gap:8px}.deco-u,.deco-d{width:60px;height:64px}.deco-u{border-radius:30px 30px 0 0}.deco-d{border-radius:0 30px 30px 0}.benefits-heading{font-size:36px;letter-spacing:-.36px}.benefit-card{height:160px;padding:48px 32px}.bc-text{font-size:16px}.benefits-image{height:260px}.benefits-image-wrap{border-radius:32px}}.portfolio{background:#fff}.portfolio .container{padding-top:120px;padding-bottom:120px;display:flex;flex-direction:column;gap:40px}.portfolio-top{display:flex;align-items:flex-end;justify-content:space-between}.portfolio-header{display:flex;flex-direction:column;gap:16px}.portfolio-label{margin:0;font-size:16px;font-weight:600;letter-spacing:-.16px;color:#9ac53b;text-transform:uppercase;line-height:1.1}.portfolio-heading{margin:0;display:flex;flex-direction:column;font-size:48px;line-height:1.1;letter-spacing:-.48px;color:#333}.ph-light{font-weight:400}.ph-bold{font-weight:600}.portfolio-nav{display:flex;gap:8px;align-items:center}.pnav-btn{width:48px;height:48px;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;flex-shrink:0}.pnav-btn:disabled{opacity:.35;cursor:default}.pnav-prev{background:#f7fcf5;color:#595959}.pnav-next{background:linear-gradient(135deg,#c0ed6d,#9ac53b);color:#fff}.portfolio-progress{position:relative;height:1px;background:#d2e2cd;border-radius:999px}.portfolio-progress-fill{position:absolute;left:0;top:50%;transform:translateY(-50%);height:3px;background:#9ac53b;border-radius:999px;width:33.33%;transition:width .45s cubic-bezier(.4,0,.2,1)}.portfolio-track-wrap{overflow:hidden}.portfolio-track{display:flex;gap:40px;list-style:none;padding:0;margin:0;transition:transform .45s cubic-bezier(.4,0,.2,1)}.portfolio-card{flex:0 0 500px;display:flex;flex-direction:column;gap:20px}.pc-image{width:500px;height:500px;overflow:hidden;flex-shrink:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.portfolio-card:nth-child(odd) .pc-image{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L100 0 L100 50 C100 78 78 100 50 100 C22 100 0 78 0 50 Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L100 0 L100 50 C100 78 78 100 50 100 C22 100 0 78 0 50 Z' fill='black'/%3E%3C/svg%3E")}.portfolio-card:nth-child(2n) .pc-image{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L50 0 C78 0 100 22 100 50 C100 78 78 100 50 100 L0 100 Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L50 0 C78 0 100 22 100 50 C100 78 78 100 50 100 L0 100 Z' fill='black'/%3E%3C/svg%3E")}.pc-image img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.18);transform-origin:center;will-change:transform}.pc-info{display:flex;flex-direction:column;gap:8px}.pc-title{margin:0;font-size:20px;font-weight:600;color:#333;line-height:1.1}.pc-category{margin:0;font-size:14px;font-weight:400;color:#595959;letter-spacing:-.28px;line-height:1.5}.pc-stats{display:flex;align-items:center;padding:20px 32px;background:linear-gradient(135deg,#c0ed6d,#9ac53b);border-radius:999px}.pc-stat{flex:1;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.pc-stat-divider{width:1px;height:36px;background:#00000026;margin:0 20px;flex-shrink:0}.pc-stat-num{font-size:24px;font-weight:600;color:#1a1a1a;letter-spacing:-.48px;line-height:1.1}.pc-stat-label{font-size:12px;font-weight:400;color:#0009;line-height:1.4}.portfolio--compact .portfolio-track{gap:24px}.portfolio--compact .portfolio-card{flex:0 0 290px;gap:16px}.portfolio--compact .pc-image{width:290px;height:290px}.portfolio--compact .pc-title{font-size:18px}.portfolio--compact .pc-category{font-size:13px}@media(max-width:1100px){.portfolio-track{gap:24px}.portfolio-card{flex:0 0 380px}.pc-image{width:380px;height:380px}.portfolio--compact .portfolio-card{flex:0 0 240px}.portfolio--compact .pc-image{width:240px;height:240px}}@media(max-width:600px){.portfolio-heading{font-size:36px}.portfolio-card{flex:0 0 80vw}.pc-image{width:100%;height:auto;aspect-ratio:1 / 1}.pc-stat-num{font-size:18px}}.pc-logos{padding-top:64px}.pc-logos-pill{max-width:1280px;margin:0 auto;height:176px;background:#f7fcf5;border-radius:999px;display:flex;align-items:center;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.pc-logos-inner{display:flex;align-items:center;gap:64px;padding:0 80px;width:max-content;animation:pc-logos-scroll 30s linear infinite}.pc-logos-inner:hover{animation-play-state:paused}.pc-logo-item{flex-shrink:0;height:40px;display:flex;align-items:center}.pc-logo-item img{height:40px;width:auto;filter:invert(1);opacity:.55;transition:opacity .3s ease}.pc-logo-item img:hover{opacity:.9}@keyframes pc-logos-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.why-us{background-color:#1a1a1a;padding:120px 0 140px;overflow:hidden;position:relative}.why-us:before{content:"";position:absolute;inset:0;background-image:url(/assets/images/why-us-bg.jpg);background-size:cover;background-position:center bottom;background-repeat:no-repeat;transform:scale(1.08);animation:wuDrift 24s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes wuDrift{0%{transform:scale(1.08) translateZ(0)}50%{transform:scale(1.08) translate3d(2%,-1%,0)}to{transform:scale(1.08) translateZ(0)}}@media(prefers-reduced-motion:reduce){.why-us:before{animation:none}}.wu-header{text-align:center;margin-bottom:72px;position:relative;z-index:2}.wu-label{color:#9ac53b;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 20px}.wu-heading{display:flex;flex-direction:column;align-items:center;margin:0;line-height:1.1}.wu-h-light{color:#f2f7ef;font-size:48px;font-weight:400}.wu-h-bold{color:#f2f7ef;font-size:48px;font-weight:700}.wu-grid-wrap{position:relative;max-width:1280px;margin:0 auto;z-index:2;overflow:hidden;padding:60px 0}.wu-pill{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1280px;max-width:100%;height:390px;border:8px solid #9AC53B;border-radius:9999px;pointer-events:none;z-index:1;box-sizing:border-box;animation:wuPillPulse 5s ease-in-out infinite}@keyframes wuPillPulse{0%,to{box-shadow:0 0 #9ac53b00,inset 0 0 #9ac53b00;border-color:#9ac53b}50%{box-shadow:0 0 60px #9ac53b59,inset 0 0 30px #9ac53b26;border-color:#b6dfa2}}@media(prefers-reduced-motion:reduce){.wu-pill{animation:none}}.wu-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:984px;margin:0 auto;z-index:2}.wu-card{background:#eaf2e6;border-radius:16px;padding:32px;min-height:244px;position:relative;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.wu-card:after{content:"";position:absolute;top:-50%;left:-60%;width:60%;height:200%;background:linear-gradient(115deg,transparent 0%,rgba(154,197,59,.18) 45%,rgba(154,197,59,.32) 50%,rgba(154,197,59,.18) 55%,transparent 100%);transform:skew(-20deg);pointer-events:none;opacity:0;z-index:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .3s ease}.wu-card:hover,.wu-card:active{transform:translateY(-6px);box-shadow:0 20px 40px -12px #9ac53b59,0 8px 16px -8px #0003}.wu-card:hover:after,.wu-card:active:after{opacity:1;transform:skew(-20deg) translate(280%)}.wu-card-icon{position:absolute;top:28px;right:28px;width:86px;height:86px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #0000000a;z-index:1;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.wu-card:hover .wu-card-icon,.wu-card:active .wu-card-icon{transform:scale(1.08) rotate(-4deg);box-shadow:0 8px 20px -4px #9ac53b66}.wu-card-icon img{width:56px;height:56px;object-fit:contain;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1)}.wu-card:hover .wu-card-icon img{transform:scale(1.05)}.wu-card-title,.wu-card-desc{position:relative;z-index:1}.wu-card-title{font-size:20px;font-weight:600;color:#333;line-height:1.25;margin:0;max-width:260px}.wu-card-desc{font-size:14px;color:#595959;line-height:1.65;margin:0}@media(max-width:900px){.wu-h-light,.wu-h-bold{font-size:36px}.wu-grid{max-width:100%}.wu-pill{height:340px;border-width:6px}}@media(max-width:600px){.why-us{padding:72px 0 80px}.wu-header{margin-bottom:32px}.wu-grid-wrap{padding:0}.wu-grid{grid-template-columns:1fr;gap:16px}.wu-h-light,.wu-h-bold{font-size:28px}.wu-pill{display:none}.wu-card{min-height:0;padding:24px}.wu-card-icon{width:64px;height:64px;top:24px;right:24px}.wu-card-title{max-width:calc(100% - 80px)}}.testimonials{background:#f2f7ef;padding:120px 0 100px;overflow:hidden}.testi-top{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:56px}.testi-header{max-width:50%}.testi-label{color:#9ac53b;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 20px}.testi-heading{display:flex;flex-direction:column;margin:0;line-height:1.1;color:#333}.th-light{font-size:48px;font-weight:400}.th-bold{font-size:48px;font-weight:700}.testi-controls{display:flex;align-items:center;gap:24px;flex:1;justify-content:flex-end;padding-bottom:8px}.testi-progress{flex:1;max-width:480px;height:2px;background:#d0dcc9;border-radius:2px;position:relative;overflow:hidden}.testi-progress-fill{position:absolute;left:0;top:0;height:100%;width:33%;background:#9ac53b;transition:width .4s ease}.testi-nav{display:flex;gap:8px}.testi-btn{width:48px;height:48px;border-radius:9999px;border:none;background:#f7fcf5;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.testi-btn:hover{transform:scale(1.05)}.testi-prev{background:#f7fcf5;color:#333}.testi-next{background:#9ac53b;color:#fff}.testi-prev:disabled{opacity:.4;cursor:not-allowed;transform:none}.testi-next:disabled{opacity:.4;cursor:not-allowed;transform:none}.testi-track-wrap{overflow:hidden;padding-left:max(30px,calc((100vw - 1440px)/2 + 30px));padding-right:0;margin-bottom:40px}.testi-track{display:flex;gap:12px;list-style:none;margin:0;padding:0;transition:transform .5s cubic-bezier(.22,1,.36,1);will-change:transform}.testi-card{flex:0 0 300px;height:591px;background:#f7fcf5;border-radius:24px;padding:12px;display:flex;flex-direction:column;transition:background .3s ease}.testi-card.is-active{background:#d9e2d3}.tc-image{position:relative;width:276px;height:491px;border-radius:12px;overflow:hidden;flex-shrink:0;cursor:pointer}.tc-image img,.tc-image video{width:100%;height:100%;object-fit:cover;display:block}.tc-image:after{content:"";position:absolute;inset:0;background:#0006;pointer-events:none;transition:opacity .3s ease;z-index:1}.testi-card.playing .tc-image:after{opacity:0}.tc-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;transition:opacity .3s ease,transform .2s ease}.testi-card:hover .tc-play{transform:translate(-50%,-50%) scale(1.08)}.testi-card.playing .tc-play{opacity:0}.tc-play svg{filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.tc-sound-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);padding:6px 14px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:3}.testi-card.playing .tc-sound-hint{opacity:1}.testi-card.unmuted .tc-sound-hint{opacity:0}.tc-meta{display:flex;align-items:center;gap:16px;margin-top:16px;padding:0 4px}.tc-avatar{width:48px;height:48px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:#1a1a1a}.tc-avatar img{width:100%;height:100%;object-fit:cover}.tc-name{font-size:16px;font-weight:600;color:#333;line-height:1.2}.tc-loc{font-size:14px;font-weight:400;color:#595959;margin-top:4px}.testi-viewall{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#9ac53b;color:#333;text-decoration:none;font-size:14px;font-weight:500;border-radius:9999px;transition:background .2s ease,transform .2s ease}.testi-viewall:hover{background:#b0d958;transform:translateY(-1px)}@media(max-width:1100px){.testi-top{flex-direction:column;align-items:flex-start}.testi-header{max-width:100%}.testi-controls{width:100%;justify-content:space-between}}@media(max-width:900px){.testimonials{padding:80px 0}.th-light,.th-bold{font-size:36px}.testi-track-wrap{padding-left:24px}}@media(max-width:600px){.th-light,.th-bold{font-size:28px}.testi-card{flex:0 0 240px;height:470px}.tc-image{width:216px;height:376px}.testi-track-wrap{padding-left:20px}}.blog{background:#f5feef;padding:120px 0 100px}.blog-header{text-align:center;margin-bottom:48px}.blog-label{color:#9ac53b;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 20px}.blog-heading{display:flex;flex-direction:column;align-items:center;margin:0;line-height:1.1;color:#333}.bh-light{font-size:48px;font-weight:400}.bh-bold{font-size:48px;font-weight:700}.blog-list{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.blog-row{display:flex;align-items:center;gap:102px;text-decoration:none;color:inherit;transition:transform .3s ease}.blog-row:hover{transform:translate(4px)}.br-image{flex:0 0 539px;height:200px;border-radius:9999px;overflow:hidden;background:#1a1a1a}.br-image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.18);transform-origin:center;will-change:transform}.br-text{flex:1;min-width:0}.br-date{font-size:14px;font-weight:400;color:#595959;margin-bottom:16px}.br-title{font-size:24px;font-weight:600;color:#333;line-height:1.3;margin:0;max-width:480px;transition:color .2s ease}.blog-row:hover .br-title{color:#5a8520}.blog-footer{display:flex;justify-content:center}.blog-readall{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#9ac53b;color:#333;text-decoration:none;font-size:14px;font-weight:500;border-radius:9999px;transition:background .2s ease,transform .2s ease}.blog-readall:hover{background:#b0d958;transform:translateY(-1px)}@media(max-width:1100px){.blog-row{gap:48px}.br-image{flex:0 0 400px;height:180px}}@media(max-width:900px){.blog{padding:80px 0}.bh-light,.bh-bold{font-size:36px}.blog-row{gap:32px}.br-image{flex:0 0 320px;height:160px}.br-title{font-size:20px}}@media(max-width:700px){.blog-row{flex-direction:column;align-items:stretch;gap:20px}.br-image{flex:0 0 auto;width:100%;height:180px;border-radius:24px}.br-title{max-width:100%}}@media(max-width:600px){.bh-light,.bh-bold{font-size:28px}}.contact{background:#f2f7ef;padding:120px 0}.contact-header{text-align:center;margin-bottom:36px}.contact-label{color:#9ac53b;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 20px}.contact-heading{display:flex;flex-direction:column;align-items:center;margin:0;line-height:1.1;color:#333}.ch-light{font-size:48px;font-weight:400}.ch-bold{font-size:48px;font-weight:700}.contact-form{max-width:800px;margin:0 auto}.contact-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 0 36px;padding:0;border:0}.contact-tab{position:relative;display:inline-block}.contact-tab input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.contact-tab span{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;height:38px;border-radius:9999px;border:1px solid #D5E8CF;background:#e2eedc;color:#595959;font-size:14px;font-weight:500;cursor:pointer;user-select:none;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.contact-tab span:hover{background:#d5e8cf;border-color:#b6dfa2}.contact-tab input:checked+span{background:#b6dfa2;border-color:#acd19a;color:#333;font-weight:600}.contact-tab input:focus-visible+span{outline:2px solid #9AC53B;outline-offset:2px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.cf-left{display:flex;flex-direction:column;gap:8px}.cf-right{display:flex}.cf-input,.cf-textarea{width:100%;padding:17px 24px;font-size:14px;font-weight:400;font-family:inherit;color:#333;background:#f7fcf5;border:1px solid #9AC53B;border-radius:16px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;box-sizing:border-box}.cf-input:hover,.cf-textarea:hover{background:#f3fcef}.cf-input:focus,.cf-textarea:focus{background:#f3fcef;border-color:#6b9929;box-shadow:0 0 0 3px #9ac53b26}.cf-input::placeholder,.cf-textarea::placeholder{color:#595959}.cf-textarea{flex:1;height:184px;min-height:184px;border-radius:32px;padding:32px;resize:vertical;line-height:1.5}.contact-submit-wrap{display:flex;justify-content:center}.contact-submit{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#9ac53b;color:#333;border:none;font-size:14px;font-weight:600;font-family:inherit;border-radius:9999px;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.contact-submit:hover{background:#b0d958;transform:translateY(-1px);box-shadow:0 6px 16px #9ac53b4d}@media(max-width:900px){.contact{padding:80px 0}.ch-light,.ch-bold{font-size:36px}.contact-fields{grid-template-columns:1fr}.cf-textarea{height:160px;min-height:160px}}@media(max-width:600px){.ch-light,.ch-bold{font-size:28px}.contact-tab span{padding:10px 18px;font-size:13px;height:36px}}.footer{position:relative;background-color:#1a1a1a;color:#fff;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background-image:url(/assets/images/32fe6feb71cb.png);background-size:cover;background-position:bottom center;background-repeat:no-repeat;transform:scaleX(-1);opacity:.65;pointer-events:none;z-index:0;display:none}.footer__canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.footer__content{position:relative;z-index:2;padding:132px 0 62px}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:132px}.footer__left{flex:1;min-width:0}.footer__heading{font-family:inherit;font-size:clamp(36px,6.3vw,72px);font-weight:800;letter-spacing:-.02em;line-height:1;color:#f2f7ef;text-transform:uppercase;margin:0 0 20px}.footer__tagline{font-family:inherit;font-size:clamp(16px,2vw,24px);font-weight:500;color:#989898;margin:0 0 32px}.footer__ctas{display:flex;flex-wrap:wrap;gap:12px}.footer__cta-primary{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;background-color:#9ac53b;color:#111;text-decoration:none;font-family:inherit;font-size:16px;font-weight:600;border-radius:9999px;transition:transform .2s,box-shadow .2s}.footer__cta-primary svg{stroke:#111;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9ac53b59}.footer__cta-outline{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;background-color:transparent;color:#fff;text-decoration:none;font-family:inherit;font-size:16px;font-weight:600;border:1.5px solid rgba(255,255,255,.4);border-radius:9999px;transition:border-color .2s}.footer__cta-outline svg{stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__cta-outline:hover{border-color:#fff}.footer__totop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:122px;height:143px;background:#242424;border-radius:32px;text-decoration:none;flex-shrink:0;transition:background .2s ease,transform .2s ease}.footer__totop:hover{background:#2e2e2e;transform:translateY(-3px)}.footer__totop-arrow{width:43px;height:43px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__totop-text{font-family:inherit;font-size:16px;font-weight:600;letter-spacing:.05em;color:#8a8a8a}.footer__row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:32px}.footer__copyright{font-family:inherit;font-size:13px;font-weight:400;color:#777;margin:0}.footer__socials{display:flex;gap:8px;align-items:center}.footer__social{width:72px;height:72px;display:flex;align-items:center;justify-content:center;color:#fff;background:transparent;border-radius:9999px;text-decoration:none;transition:color .2s ease,background .2s ease,transform .2s ease}.footer__social svg{width:28px;height:28px}.footer__social:hover{background:#9ac53b;color:#fff;transform:scale(1.05)}@media(max-width:900px){.footer__content{padding:80px 0 40px}.footer__top{margin-bottom:64px}.footer__totop{width:100px;height:120px;border-radius:24px}.footer__totop-arrow{width:36px;height:36px}.footer__totop-text{font-size:14px}}@media(max-width:767px){.footer__canvas{opacity:.4}.footer__top{gap:24px;margin-bottom:48px}.footer__heading{font-size:32px}.footer__tagline{font-size:14px;margin-bottom:20px}.footer__ctas{flex-direction:column;gap:10px}.footer__cta-primary,.footer__cta-outline{text-align:center;justify-content:center;width:100%;padding:14px 24px;font-size:15px}.footer__totop{width:84px;height:100px;border-radius:20px;gap:6px}.footer__totop-arrow{width:28px;height:28px}.footer__totop-arrow svg{width:20px;height:20px}.footer__totop-text{font-size:12px}.footer__row{gap:16px;padding-top:24px}.footer__copyright{font-size:12px;order:2}.footer__socials{order:1;gap:4px}.footer__social{width:56px;height:56px}.footer__social svg{width:22px;height:22px}}@media(max-width:420px){.footer__social{width:48px;height:48px}.footer__social svg{width:20px;height:20px}}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:998;width:56px;height:56px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36659;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 24px #25d36673}.whatsapp-float svg{width:28px;height:28px;fill:#fff}@media(max-width:767px){.whatsapp-float{width:48px;height:48px;bottom:16px;right:16px}}.about-hero{position:relative;background:#f1f6ef;padding:240px 0 100px;overflow:hidden}.about-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:56px}.about-hero-label{margin:0;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9ac53b;line-height:1.1;animation:fadeSlideUp .7s cubic-bezier(.22,1,.36,1) .05s both}.about-hero-headline{margin:0;font-size:88px;line-height:1.1;letter-spacing:-.03em;color:#333;display:flex;flex-direction:column;align-items:center;max-width:1000px}.about-hero-headline .ahh-light{font-weight:300;display:block;text-wrap:balance;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .2s both}.about-hero-headline .ahh-bold{font-weight:600;display:block;text-wrap:balance;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .4s both}.about-hero-lead{margin:0;max-width:800px;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em;color:#333;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .6s both}.about-hero-pill{display:flex;align-items:center;justify-content:center;gap:0;background:#eaf2e6;border-radius:9999px;padding:28px 56px;max-width:100%;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .8s both}.ahp-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:4px 36px;position:relative;text-align:center}.ahp-item+.ahp-item:before{content:"";position:absolute;left:0;top:50%;height:56px;width:1px;background:#dbe5d5;transform:translateY(-50%)}.ahp-title{font-size:20px;font-weight:600;color:#333;letter-spacing:-.01em;line-height:1.2;white-space:nowrap}.ahp-sub{font-size:14px;font-weight:400;color:#595959;line-height:1.4;letter-spacing:-.01em}@media(max-width:1100px){.about-hero{padding:170px 0 90px}.about-hero-headline{font-size:64px}}@media(max-width:900px){.about-hero{padding:150px 0 80px}.about-hero-inner{gap:40px}.about-hero-headline{font-size:48px;letter-spacing:-.025em}.about-hero-lead{font-size:16px}.about-hero-pill{flex-direction:column;border-radius:28px;padding:28px 32px;width:100%;max-width:480px;gap:20px}.ahp-item{padding:0}.ahp-item+.ahp-item:before{left:50%;top:-10px;width:80px;height:1px;transform:translate(-50%)}}@media(max-width:600px){.about-hero{padding:130px 0 64px}.about-hero-inner{gap:32px}.about-hero-headline{font-size:36px;line-height:1.15}.about-hero-lead{font-size:15px}.about-hero-pill{padding:24px}.ahp-title{font-size:18px;white-space:normal}}@media(max-width:480px){.about-hero-headline{font-size:30px}}@media(max-width:380px){.about-hero-headline{font-size:26px}}.intro-dark{background:#333;padding:120px 0;overflow:hidden}.intro-dark-heading{margin:0 auto 56px;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:48px;line-height:1.1;letter-spacing:-.01em;color:#f2f7ef;max-width:800px}.idh-light{font-weight:400;text-wrap:balance}.idh-bold{font-weight:600;text-wrap:balance}.intro-dark-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}.intro-dark-cols p{margin:0;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em;color:#8b8b8b}.intro-dark-cols--lower p{color:#bbb}.intro-dark-image-wrap{margin:56px 0;border-radius:9999px;overflow:hidden;height:400px;position:relative}.intro-dark-image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.18);transform-origin:center;will-change:transform}@media(max-width:1100px){.intro-dark-image-wrap{height:340px}}@media(max-width:900px){.intro-dark{padding:90px 0}.intro-dark-heading{font-size:36px;margin-bottom:40px}.intro-dark-cols{grid-template-columns:1fr;gap:20px}.intro-dark-image-wrap{margin:40px 0;height:280px;border-radius:32px}}@media(max-width:600px){.intro-dark{padding:72px 0}.intro-dark-heading{font-size:28px;margin-bottom:32px}.intro-dark-image-wrap{height:220px;border-radius:24px;margin:32px 0}.intro-dark-cols p{font-size:15px}}.vm-section{background:#f5feef;overflow:hidden;padding:120px 0}.vm-section+.vm-section{padding-top:0}.vm-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.vm-vision .vm-inner{padding-left:var(--gutter)}.vm-mission .vm-inner{padding-right:var(--gutter)}.vm-text{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:500px}.vm-vision .vm-text{justify-self:end;padding-right:0}.vm-mission .vm-text{justify-self:start}.vm-heading{margin:0;display:flex;flex-direction:column;font-size:48px;letter-spacing:-.01em;line-height:1.1;color:#333}.vmh-light{font-weight:400}.vmh-bold{font-weight:600}.vm-body{margin:0;font-size:17px;font-weight:400;letter-spacing:-.02em;line-height:1.6;color:#595959}.vm-image-wrap{position:relative;overflow:hidden;height:500px;width:100%;max-width:780px}.vm-vision .vm-image-wrap{border-radius:9999px 0 0 9999px;justify-self:end}.vm-mission .vm-image-wrap{border-radius:0 9999px 9999px 0;justify-self:start}.vm-image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.18);transform-origin:center;will-change:transform}@media(max-width:1100px){.vm-section{padding:90px 0}.vm-inner{gap:56px}.vm-vision .vm-inner{padding-left:48px}.vm-mission .vm-inner{padding-right:48px}.vm-image-wrap{height:420px}}@media(max-width:900px){.vm-section{padding:80px 0}.vm-section+.vm-section{padding-top:0}.vm-inner{grid-template-columns:1fr;gap:40px}.vm-vision .vm-inner,.vm-mission .vm-inner{padding-left:32px;padding-right:32px}.vm-text{max-width:100%}.vm-vision .vm-text,.vm-mission .vm-text{justify-self:stretch}.vm-vision .vm-image-wrap,.vm-mission .vm-image-wrap{order:-1;border-radius:32px;height:340px;max-width:100%;justify-self:stretch}}@media(max-width:600px){.vm-section{padding:64px 0}.vm-vision .vm-inner,.vm-mission .vm-inner{padding-left:20px;padding-right:20px}.vm-heading{font-size:36px}.vm-body{font-size:15px}.vm-vision .vm-image-wrap,.vm-mission .vm-image-wrap{height:240px;border-radius:24px}.vm-text{gap:24px}}.contact--gradient{background:linear-gradient(180deg,#eaf2e6,#f2f7ef)}body.page-web-design{background:#f2f7ef;font-family:"Google Sans Flex",var(--font-sans)}.site-header--light .primary-nav a{color:#333}.site-header--light .primary-nav a:hover,.site-header--light .primary-nav a.is-active{color:var(--color-green)}.site-header--light .nav-toggle span{background:#333}.site-header--light.is-scrolled .primary-nav a{color:var(--color-text-secondary)}.site-header--light.is-scrolled .primary-nav a:hover,.site-header--light.is-scrolled .primary-nav a.is-active{color:var(--color-green)}.site-header--light.is-scrolled .nav-toggle span{background:#fff}.web-hero{position:relative;background:#f1f6ef;color:#333;padding:240px 0 96px;overflow:hidden;isolation:isolate}.web-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.web-hero-eyebrow{margin:0;font-size:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9ac53b;animation:fadeSlideUp .7s cubic-bezier(.22,1,.36,1) .1s both}.web-hero-headline{margin:0;display:flex;flex-direction:column;align-items:center;font-size:88px;line-height:1.1;letter-spacing:-.03em;color:#333;max-width:900px}.web-hero-headline .wh-light{font-weight:300;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .2s both}.web-hero-headline .wh-bold{font-weight:600;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .4s both}.web-hero-sub{margin:0;max-width:800px;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em;color:#595959;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .55s both}.web-hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff;border-radius:16px;padding:32px 64px;width:100%;max-width:877px;margin-top:24px;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .7s both}.web-hero-reality{margin:16px auto 0;max-width:800px;font-size:17px;line-height:1.6;letter-spacing:-.02em;color:#595959;text-align:center;animation:fadeSlideUp .8s cubic-bezier(.22,1,.36,1) .85s both}.web-hero-reality strong{color:#333;font-weight:600}.whc-item{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;padding:0 24px}.whc-item+.whc-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:51px;background:#e5e5e5}.whc-title{font-size:20px;font-weight:600;line-height:1.1;color:#1a1a1a;text-align:center}.whc-sub{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.02em;color:#444;text-align:center}@media(prefers-reduced-motion:reduce){.web-hero-eyebrow,.web-hero-headline .wh-light,.web-hero-headline .wh-bold,.web-hero-sub,.web-hero-cards{animation:none}}.story{position:relative;overflow:hidden;padding:120px 0}.story--dark{background:#333;color:#f2f7ef}.story--light{background:#f2f7ef;color:#333}.story>.story-row+.container{margin-top:96px}.story-row{display:grid;grid-template-columns:1fr 500px;gap:80px;align-items:center}.story--img-left .story-row{grid-template-columns:1fr 500px;padding-right:max(80px,calc((min(100vw,1440px) - 1280px)/2))}.story--img-left .story-image-wrap{border-radius:0 999px 999px 0}.story--img-right .story-row{grid-template-columns:500px 1fr;padding-left:max(80px,calc((min(100vw,1440px) - 1280px)/2))}.story--img-right .story-image-wrap{border-radius:999px 0 0 999px}.story-image-wrap{position:relative;overflow:hidden;aspect-ratio:780 / 500;width:100%}.story-image{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.18);transform-origin:center;will-change:transform}.story-image-wrap--devices{background:radial-gradient(ellipse 55% 60% at 38% 45%,#8dd3b247,#8dd3b200 70%),linear-gradient(135deg,#5a6a64,#455551 40%,#3a4843)}.story-image-wrap--devices:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:18px 18px;opacity:.6;pointer-events:none}.story-image-wrap--devices:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 45% 55% at 40% 50%,rgba(255,255,255,.18) 0%,transparent 60%);pointer-events:none}.device-stage{position:absolute;inset:0;display:grid;place-items:center;z-index:1}.device-laptop{position:relative;width:78%;aspect-ratio:16 / 10;background:#1f1f1f;border:8px solid #1f1f1f;border-radius:12px;box-shadow:0 30px 60px #0000008c,0 8px 20px #0006;overflow:hidden;transform:translate(-6%)}.device-laptop:after{content:"";position:absolute;left:50%;bottom:-18px;transform:translate(-50%);width:118%;height:14px;background:linear-gradient(180deg,#2a2a2a,#0a0a0a);border-radius:0 0 14px 14px;z-index:-1}.device-laptop-screen{width:100%;height:100%;background:#0f172a;overflow:hidden}.device-laptop-screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.device-phone{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:22%;aspect-ratio:9 / 19;background:#0a0a0a;border-radius:28px;padding:8px;box-shadow:0 30px 60px #0000008c,0 10px 24px #00000073;border:2px solid #2a2a2a;z-index:2}.story-image-wrap--with-phone .story-image{transform:scale(1.05)}.device-phone-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:28%;height:5px;background:#000;border-radius:999px;z-index:2}.device-phone-screen{width:100%;height:100%;background:#0f172a;border-radius:22px;overflow:hidden}.device-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.story-image-wrap--analytics{background:radial-gradient(ellipse 65% 75% at 30% 35%,#9ac53b52,#9ac53b00 70%),radial-gradient(ellipse 50% 60% at 80% 80%,#9ac53b2e,#9ac53b00 70%),linear-gradient(135deg,#4a6651,#3a5340,#2d4233);box-shadow:inset 0 0 80px #9ac53b14}.analytics-stage{position:absolute;inset:0;overflow:hidden}.analytics-mobile-img{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.analytics-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(242,247,239,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(242,247,239,.1) 1px,transparent 1px);background-size:48px 48px;background-position:-1px -1px;mask-image:radial-gradient(ellipse 90% 85% at 55% 50%,#000 60%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 90% 85% at 55% 50%,#000 60%,transparent 100%);pointer-events:none}.analytics-chart{position:absolute;inset:18% 4% 8%;width:92%;height:74%;filter:drop-shadow(0 6px 24px rgba(180,230,90,.45))}.analytics-chart .ac-area{transform-origin:bottom;animation:ac-area-rise 1.4s cubic-bezier(.22,1,.36,1) both}.analytics-chart .ac-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:ac-line-draw 1.6s cubic-bezier(.22,1,.36,1) .2s forwards}.analytics-chart .ac-dots circle{fill:#f2f7ef;stroke:#9ac53b;stroke-width:2;opacity:0;animation:ac-dot-pop .4s cubic-bezier(.22,1,.36,1) forwards}.analytics-chart .ac-dots circle:nth-child(1){animation-delay:.7s}.analytics-chart .ac-dots circle:nth-child(2){animation-delay:.9s}.analytics-chart .ac-dots circle:nth-child(3){animation-delay:1.1s}.analytics-chart .ac-dots circle:nth-child(4){animation-delay:1.3s}.analytics-chart .ac-dots circle.ac-dot--lead{fill:#9ac53b;stroke:#9ac53b59;stroke-width:6;paint-order:stroke;animation:ac-dot-pop .4s cubic-bezier(.22,1,.36,1) 1.5s forwards,ac-dot-pulse 2s ease-in-out 2s infinite}.analytics-kpi{position:absolute;background:#0f1612d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(154,197,59,.25);border-radius:14px;padding:14px 18px;color:#f2f7ef;box-shadow:0 18px 40px #00000073,0 0 0 1px #ffffff0a inset;opacity:0;transform:translateY(8px);animation:ac-kpi-in .6s cubic-bezier(.22,1,.36,1) .6s forwards}.analytics-kpi--top{top:14%;right:8%;min-width:150px}.analytics-kpi--bottom{left:6%;bottom:12%;min-width:200px;animation-delay:.8s}.akpi-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#bbb;margin-bottom:4px}.akpi-value{font-size:26px;font-weight:700;letter-spacing:-.02em;color:#f2f7ef;line-height:1}.akpi-value--sm{font-size:22px}.akpi-trend{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:11px;color:#9ac53b;font-weight:600}.akpi-row{display:flex;align-items:flex-end;gap:18px}.akpi-bars{display:flex;align-items:flex-end;gap:4px;height:36px}.akpi-bars span{display:block;width:6px;height:var(--h, 50%);background:linear-gradient(180deg,#9ac53b,#6e9826);border-radius:2px;opacity:0;transform:scaleY(.2);transform-origin:bottom;animation:ac-bar-rise .5s cubic-bezier(.22,1,.36,1) forwards}.akpi-bars span:nth-child(1){animation-delay:1s}.akpi-bars span:nth-child(2){animation-delay:1.1s}.akpi-bars span:nth-child(3){animation-delay:1.2s}.akpi-bars span:nth-child(4){animation-delay:1.3s}.akpi-bars span:nth-child(5){animation-delay:1.4s}.akpi-bars span:nth-child(6){animation-delay:1.5s}.akpi-bars span:nth-child(7){animation-delay:1.6s}.analytics-pill{position:absolute;top:6%;left:6%;display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#0f1612c7;border:1px solid rgba(154,197,59,.3);border-radius:999px;font-size:11px;letter-spacing:.04em;color:#f2f7ef;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000059}.apill-dot{width:7px;height:7px;border-radius:50%;background:#9ac53b;box-shadow:0 0 #9ac53b99;animation:ac-pill-pulse 1.8s ease-in-out infinite}@keyframes ac-line-draw{to{stroke-dashoffset:0}}@keyframes ac-area-rise{0%{transform:scaleY(.2);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes ac-dot-pop{to{opacity:1}}@keyframes ac-dot-pulse{0%,to{stroke-width:6}50%{stroke-width:10}}@keyframes ac-kpi-in{to{opacity:1;transform:translateY(0)}}@keyframes ac-bar-rise{to{opacity:1;transform:scaleY(1)}}@keyframes ac-pill-pulse{0%,to{box-shadow:0 0 #9ac53b99}50%{box-shadow:0 0 0 6px #9ac53b00}}@media(max-width:900px){.analytics-kpi--top{top:10%;right:6%;padding:10px 14px;min-width:130px}.analytics-kpi--bottom{left:5%;bottom:8%;min-width:170px;padding:10px 14px}.akpi-value{font-size:22px}.akpi-value--sm{font-size:18px}.akpi-bars{height:28px}}@media(max-width:900px){.story-image-wrap--analytics{background:none;box-shadow:none}.analytics-stage{display:none}.analytics-mobile-img{display:block}}@media(prefers-reduced-motion:reduce){.analytics-chart .ac-area,.analytics-chart .ac-line,.analytics-chart .ac-dots circle,.analytics-kpi,.akpi-bars span,.apill-dot{animation:none}.analytics-chart .ac-line{stroke-dashoffset:0}.analytics-chart .ac-dots circle{opacity:1}.analytics-kpi,.akpi-bars span{opacity:1;transform:none}}.story-text{display:flex;flex-direction:column;gap:32px;max-width:500px}.story-heading{margin:0;display:flex;flex-direction:column;font-size:48px;line-height:1.1;letter-spacing:-.01em}.story--dark .story-heading,.story--dark .story-heading .sth-light,.story--dark .story-heading .sth-bold{color:#f2f7ef}.story--light .story-heading,.story--light .story-heading .sth-light,.story--light .story-heading .sth-bold{color:#333}.sth-light{font-weight:400}.sth-bold{font-weight:600}.story-body{display:flex;flex-direction:column;gap:24px}.story-body p{margin:0;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em}.story--dark .story-body p{color:#bbb}.story--light .story-body p{color:#595959}.story-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.story-checklist li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;font-size:17px;font-weight:400;line-height:1.6;letter-spacing:-.02em}.story-checklist li+li{border-top:1px solid}.story--dark .story-checklist li{color:#bbb}.story--dark .story-checklist li+li{border-color:#f2f7ef1a}.story--light .story-checklist li{color:#595959}.story--light .story-checklist li+li{border-color:#33333314}.sc-check{flex-shrink:0;margin-top:2px}.story-quote{display:grid;grid-template-columns:226px 1fr;gap:56px;align-items:start;margin:0 auto;max-width:943px}.sq-mark{position:relative;display:block;width:226px;height:200px;border-radius:8px;flex-shrink:0}.story--dark .sq-mark{background:#87878773}.story--light .sq-mark{background:#d3e2cd}.sq-mark:before{content:"";position:absolute;top:28px;left:28px;width:60px;height:60px;border-radius:0 24px;background:currentColor;opacity:.6}.sq-mark:after{content:"";position:absolute;top:28px;left:110px;width:60px;height:60px;border-radius:0 24px;background:currentColor;opacity:.6}.story--dark .sq-mark{color:#5c5c5c}.story--light .sq-mark{color:#b7cdb0}.story-quote blockquote{margin:0;display:flex;flex-direction:column;gap:16px}.story-quote blockquote p{margin:0;font-size:19px;font-weight:400;font-style:italic;line-height:1.6;letter-spacing:-.02em}.story--dark .story-quote blockquote p{color:#f2f7ef}.story--light .story-quote blockquote p{color:#333}.story-quote blockquote footer{display:flex;flex-direction:column;gap:4px;font-style:normal}.sq-name{font-size:20px;font-weight:600;line-height:1.1}.sq-role{font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:1.5}.story--dark .sq-name,.story--dark .sq-role{color:#bbb}.story--light .sq-name{color:#333}.story--light .sq-role{color:#595959}@media(max-width:1200px){.web-hero-headline{font-size:72px}}@media(max-width:1100px){.web-hero{padding:180px 0 80px}.web-hero-headline{font-size:60px}.story{padding:96px 0}.story-row{grid-template-columns:1fr 1fr!important;gap:56px}.story--img-left .story-row{padding-left:0;padding-right:48px}.story--img-right .story-row{padding-left:48px;padding-right:0}.story--img-left .story-image-wrap{border-radius:0 24px 24px 0}.story--img-right .story-image-wrap{border-radius:24px 0 0 24px}}@media(max-width:900px){.web-hero{padding:160px 0 72px}.web-hero-inner{gap:24px}.web-hero-headline{font-size:44px;letter-spacing:-.025em}.web-hero-cards{grid-template-columns:1fr;padding:24px 32px;gap:24px}.whc-item+.whc-item:before{left:50%;top:0;transform:translate(-50%);width:60px;height:1px}.story{padding:80px 0}.story-row{grid-template-columns:1fr!important;gap:40px;padding-left:32px!important;padding-right:32px!important}.story--img-left .story-image-wrap,.story--img-right .story-image-wrap{order:-1;border-radius:24px;aspect-ratio:16 / 10}.story-text{max-width:100%}.story-heading{font-size:36px}.story>.story-row+.container{margin-top:64px}.story-quote{grid-template-columns:120px 1fr;gap:32px}.sq-mark{width:120px;height:120px}.sq-mark:before{width:36px;height:36px;top:20px;left:20px}.sq-mark:after{width:36px;height:36px;top:20px;left:64px}}@media(max-width:600px){.web-hero{padding:140px 0 56px}.web-hero-headline{font-size:32px;line-height:1.15}.web-hero-sub{font-size:15px}.web-hero-cards{padding:20px 24px}.whc-title{font-size:17px}.whc-sub{font-size:13px}.story{padding:64px 0}.story-row{padding-left:20px!important;padding-right:20px!important;gap:32px}.story-heading{font-size:28px}.story-body p,.story-checklist li{font-size:15px}.story>.story-row+.container{margin-top:48px}.story-quote{grid-template-columns:1fr;gap:20px;text-align:left}.sq-mark{width:80px;height:80px}.sq-mark:before{width:24px;height:24px;top:16px;left:16px;border-radius:0 16px}.sq-mark:after{width:24px;height:24px;top:16px;left:40px;border-radius:0 16px}.story-quote blockquote p,.sq-name{font-size:17px}}@media(prefers-reduced-motion:reduce){.story-image{transform:none}}body{max-width:1440px;margin:0 auto;position:relative}.site-header{width:100%;max-width:1440px;left:50%;right:auto;transform:translate(-50%)}html{background:#fff}
