@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #ffffff;--text: #111;--muted: #61656a;--green: #6f9c8a;--green-mid: #7ea997;--green-dark: #3f6961;--deep: #1f2e2a;--peach: #d18e6e;--panel: #ececee;--card: #fff;--radius: 14px;--radius-sm: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:Manrope,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;background:#e8ece8}button{cursor:pointer}input{outline:none}.container{width:min(1120px,92vw);margin:0 auto}.section{padding:44px 0}.center{text-align:center}.muted{color:var(--muted);font-size:15px;line-height:1.6}.btn{border:0;font:inherit;font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;padding:10px 18px;transition:opacity .15s}.btn:hover{opacity:.88}.btn.line{background:#fff;border:1px solid #b5b8bc;color:var(--text)}.btn.fill{background:var(--green-dark);color:#fff}.btn.pill{border-radius:999px;padding:12px 28px}.btn.large{font-size:16px;padding:14px 34px}.btn--dark-cta{background:#2c3f3d;color:#fff;border:0}.chip{display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;line-height:200%;text-transform:uppercase;border-radius:999px;padding:8px 20px;background:#efe3db;color:#3e5751}.section-chip{display:inline-block;font-size:12px;font-weight:600;border-radius:999px;padding:8px 16px;background:#ffffff2e;color:#ffffffd9}.header{background:#fff;border-bottom:1px solid #e8e8ea;position:sticky;top:0;z-index:100}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-divider{width:1px;height:28px;background:#e2e4e6;flex-shrink:0}.logo-wrap{display:flex;align-items:center;text-decoration:none}.logo-img{height:36px;width:auto;background:transparent}.footer-logo{filter:brightness(0) invert(1)}.nav{display:flex;gap:24px;font-size:14px;font-weight:500;flex:1;justify-content:center}.nav a{transition:color .15s}.nav a:hover{color:var(--green-dark)}.auth{display:flex;gap:8px;flex-shrink:0}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;border:0;background:transparent;padding:0;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.hero{padding-top:60px;padding-bottom:44px}.hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:40px;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.hero-content h1{font-family:Manrope,sans-serif;font-weight:700;font-size:clamp(44px,5.5vw,80px);line-height:1.15;color:#000}.hero-cta{padding:16px 48px!important;background:#6f9c8a!important;border-radius:999px!important;font-weight:700!important;font-size:20px!important;color:#fff!important;border:0!important}.hero-img-wrap{border-radius:16px;overflow:hidden;line-height:0}.hero-image{border-radius:16px;width:100%;object-fit:cover}.section-how{padding-top:96px;padding-bottom:96px}.panel{background:#f4f5f6;border-radius:24px;padding:48px;display:flex;flex-direction:column;align-items:center;gap:64px}.panel-title{display:flex;flex-direction:column;align-items:center;text-align:center}.panel-label{font-size:18px;font-weight:400;line-height:200%;color:#3e5751;margin:0}.panel h2{font-size:clamp(36px,4.5vw,65px);line-height:1.15;font-weight:700;color:#000;text-align:center;margin:0}h2{margin:10px 0 20px;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-1px;font-weight:800}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;width:100%}.card{display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:20px;background:#fff;border-radius:30px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;min-height:432px}.card--active{background:#6f9c8a;color:#fff}.card--active p{color:#fff}.card--active .card-link{color:#efe3db}.card h3{margin:0;font-size:24px;font-weight:700;line-height:168%}.card-icon{width:100px;height:100px;flex-shrink:0;border-radius:16px;background:#e8f0ec;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-icon--peach{background:#f5e5da}.card-icon--light{background:#f0f4f2}.card-icon img{width:100%;height:100%;object-fit:contain;background:transparent}.card p{margin:0;font-size:18px;font-weight:400;line-height:200%}.card-link{font-size:16px;font-weight:500;line-height:150%;color:#6f9c8a;text-decoration:none;display:flex;align-items:center;gap:6px;margin-top:auto}.banner-section{background:#fff;padding:80px 0 40px}.banner-slider{overflow:hidden;width:100%}.banner-track{display:flex;transition:transform .5s ease}.banner-slide{min-width:100%;flex-shrink:0}.quote-grid{display:grid;grid-template-columns:42% 1fr;gap:64px;align-items:start}.quote-image{width:100%;height:auto;max-height:560px;flex-shrink:0;object-fit:cover;border-radius:24px;display:block}.quote-content{display:flex;flex-direction:column;align-items:flex-start;gap:32px;position:relative;padding-top:56px}.quote-commas{position:absolute;top:-8px;left:-16px;width:260px;height:140px;pointer-events:none;z-index:0}.mdi-comma{position:absolute;width:120px;height:120px;object-fit:contain;opacity:.28;background:none}.mdi-comma-1{left:0;top:0}.mdi-comma-2{left:100px;top:0}.quote-heading{position:relative;z-index:1;font-family:Manrope,sans-serif;font-weight:800;font-size:clamp(28px,3.4vw,52px);line-height:1.12;color:#000;margin:0}.quote-desc{font-family:Manrope,sans-serif;font-weight:400;font-size:18px;line-height:1.7;color:#000;opacity:.5;margin:0;position:relative;z-index:1;max-width:480px}.author{display:flex;align-items:center;gap:20px;position:relative;z-index:1}.author-line{width:56px;height:1px;background:#000;display:inline-block;flex-shrink:0}.author span:last-child{font-weight:700;font-size:17px;line-height:1.5;color:#000}.dots{margin-top:40px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#c5c8cc;border:0;padding:0;display:inline-block;cursor:pointer;transition:background .2s}.dot--active{background:#313437}.section-space{padding:60px 0}.space-banner{width:100%;height:auto;border-radius:24px;display:block}.section-team{padding:80px 0;position:relative;overflow:hidden}.section-team:before{content:"";position:absolute;width:693px;height:693px;left:calc(50% - 346.5px);top:calc(50% - 347px);background:url(/assets/ellipse238.png) center / contain no-repeat;pointer-events:none;z-index:0}.section-heading-center{text-align:center;font-size:clamp(28px,3.4vw,65px);font-weight:700;line-height:1.1;letter-spacing:-.5px;margin-bottom:40px;position:relative;z-index:1}.team-grid-wrap{position:relative;z-index:1}.team-grid{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center}.team-card{display:flex;flex-direction:column;align-items:center;padding:56px 32px;gap:56px;width:246px;min-height:445px;background:#fff;border-radius:24px;text-align:center;flex-shrink:0}.team-avatar-wrap{position:relative;width:182px;height:182px;flex-shrink:0}.team-avatar-img{width:182px;height:182px;border-radius:50%;object-fit:cover;object-position:top center;display:block}.team-avatar-initials{width:182px;height:182px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;letter-spacing:1px}.team-ig-badge{position:absolute;bottom:0;right:0;width:60px;height:60px;border-radius:30px;background:#fff;box-shadow:0 40px 150px #00000026;display:flex;align-items:center;justify-content:center}.team-ig-badge svg{width:30px;height:30px}.team-ig-badge svg rect,.team-ig-badge svg path,.team-ig-badge svg circle,.team-ig-badge svg line{stroke:url(#ig-gradient)}.team-card-txt{display:flex;flex-direction:column;align-items:center;gap:17px}.team-name{margin:0;font-size:20px;font-weight:700;line-height:27px;color:#000}.team-role{margin:0;font-size:16px;font-weight:500;line-height:150%;color:#000000bf}.section-split{padding:80px 0}.split{display:flex;flex-direction:row;align-items:center;gap:24px}.split-card{flex:1;position:relative;border-radius:30px;padding:48px;display:flex;flex-direction:column;align-items:flex-start;gap:64px;isolation:isolate;overflow:hidden;aspect-ratio:636 / 948}.split-card--client{background:#6f9c8a;color:#fff}.split-card--specialist{background:#d18e6e;color:#fff}.split-details{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;z-index:1;align-self:stretch}.split-label{font-size:18px;font-weight:400;line-height:200%;color:#fff}.split-heading{margin:0;font-size:clamp(24px,3.2vw,60px);line-height:1.37;font-weight:700;color:#fff}.split-desc{margin:0;font-size:clamp(14px,1.1vw,18px);font-weight:500;line-height:200%;letter-spacing:.05em;color:#fff;opacity:.75}.split-btn{position:absolute;top:57%;left:48px;background:#3e5751!important;color:#fff!important;border:0!important;font-size:20px!important;font-weight:700!important;padding:16px 48px!important;z-index:2}.split-swirls{position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:contain;background-position:bottom center}.split-swirls--1{width:63%;height:63%;right:-5%;bottom:-7%;background-image:url(/assets/swirls1.png)}.split-swirls--2{width:63%;height:71%;right:0;bottom:-15%;background-image:url(/assets/swirls2.png);background-position:top center}.section-thoughts{padding:80px 0}.thoughts-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.thoughts-sub{font-size:17px;color:var(--muted);line-height:1.65;text-align:center;max-width:560px;margin-bottom:8px}.thoughts-img{width:100%;border-radius:24px;max-height:420px;object-fit:cover;margin-top:8px}.section-faq{padding:80px 0}.faq-wrap{border-radius:24px;padding:56px 48px;color:#fff;background:linear-gradient(135deg,#4a8f88,#1f6d86)}.faq-label{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;opacity:.7;margin-bottom:8px}.faq-heading{font-size:clamp(28px,3.5vw,48px);font-weight:800;color:#fff;line-height:1.1;margin:0 0 32px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{background:#fff;color:#1b1b1b;border-radius:var(--radius-sm);margin-top:10px;overflow:hidden}.faq-q{width:100%;border:0;background:transparent;text-align:left;padding:16px 18px;font:inherit;font-weight:600;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-toggle{font-size:20px;color:#888;flex-shrink:0;margin-left:12px}.faq-a{margin:0;padding:0 18px 16px;font-size:14px;color:#5b5f63;line-height:1.6}.section-blog{padding:80px 0}.blog-label{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green-dark);margin-bottom:8px;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.post{background:var(--card);border-radius:16px;overflow:hidden;padding:10px;box-shadow:0 2px 12px #0000000f}.post-img-wrap{position:relative}.post-img-wrap img{height:180px;width:100%;border-radius:10px;object-fit:cover}.post-chip{position:absolute;bottom:8px;right:8px;background:var(--green-dark);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px}.post-body{padding:12px 6px 6px}.post-eyebrow{font-size:12px;color:var(--muted);margin-bottom:4px}.post-title{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.35}.post-source{display:block;color:#888;font-size:12px}.post-date{display:block;color:#aaa;font-size:12px;margin-top:2px}.dots--blog{margin-top:28px}.section-join{padding:80px 0 100px;background:#f7f8f6}.join-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 20px}.join-deco{position:absolute;pointer-events:none}.join-deco--bubble{top:-20px;left:-40px;opacity:.6}.join-deco--compass{bottom:-40px;right:-20px;opacity:.5}.join-label{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green-dark);margin-bottom:12px}.join-heading{font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.5px;max-width:600px;margin-bottom:16px}.join-sub{font-size:16px;color:var(--muted);line-height:1.65;max-width:720px;margin-bottom:36px}.join-thanks{font-size:18px;font-weight:600;color:var(--green-dark);padding:24px 0}.join-form{width:100%;max-width:856px}.join-pill{display:flex;flex-direction:row;align-items:center;padding:16px 24px 16px 0;height:91px;background:#f4f5f6;border-radius:999px;width:100%}.join-inputs-row{display:flex;flex-direction:row;align-items:center;flex:1;height:56px}.join-input{flex:1;height:56px;border:none;background:transparent;padding:16px 24px;font:inherit;font-size:16px;font-weight:500;color:var(--text);outline:none}.join-input::placeholder{color:#0000008c}.join-submit{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:16px 48px;height:59px;background:#3e5751;border:none;border-radius:999px;font:inherit;font-size:20px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap}.footer{background:#17302d;color:#fff;padding:48px 0 0;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:20px}.footer-brand{display:flex;flex-direction:column;gap:0}.social-icons{display:flex;gap:14px;margin-top:14px}.social-icons a{color:#ccc;font-size:14px;transition:color .15s}.social-icons a:hover{color:#fff}.footer-col h4{margin:0 0 12px;font-size:15px}.footer-col a{display:block;color:#b5c4c0;margin:8px 0;font-size:14px;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;margin-top:36px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#8a9e99}.footer-legal{display:flex;align-items:center;gap:16px}.footer-legal a{color:#8a9e99;transition:color .15s}.footer-legal a:hover{color:#fff}.footer-legal-sep{color:#ffffff40;font-size:14px;-webkit-user-select:none;user-select:none}.modal-bg{position:fixed;inset:0;background:#0006;display:grid;place-items:center;z-index:200}.modal{width:min(480px,92vw);background:#fff;border-radius:20px;padding:32px;position:relative}.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer;color:#555;line-height:1}.modal-title{margin:0 0 20px;text-align:center;white-space:pre-line;font-size:36px;line-height:1;font-weight:800}.oauth{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oauth-btn-shell{position:relative}.oauth-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;font-size:14px;border-radius:10px;width:100%}.oauth-btn:disabled{opacity:.9}.oauth-btn--github{background:#24292e;color:#fff;border:0}.oauth-btn--github:hover{opacity:.88}.oauth-btn-overlay{position:absolute;inset:0;opacity:.01;overflow:hidden;border-radius:10px}.oauth-btn-overlay>div,.oauth-btn-overlay iframe{width:100%!important;height:100%!important}.or{text-align:center;margin:14px 0;color:#888;font-size:14px}.auth-feedback{margin:12px 0 0;text-align:center;font-size:14px}.auth-feedback--info{color:var(--green-dark)}.auth-feedback--error{color:#b13838}.modal-input{display:block;width:100%;height:46px;border:1px solid #d5d5d5;border-radius:10px;padding:0 14px;font:inherit;font-size:14px;margin-bottom:10px}.modal-submit{width:100%;padding:13px;border-radius:10px;font-size:15px}.modal-footer{text-align:center;margin-top:16px;font-size:14px;color:#555}.modal-footer p{margin:6px 0}.modal-footer a{color:var(--green-dark);font-weight:600}.modal-link-main{font-weight:700;color:var(--text);cursor:pointer}@media(max-width:960px){.nav{display:none}.nav--open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid #e8e8ea;padding:16px 24px 20px;gap:16px;z-index:99}.hamburger{display:flex}.header-inner{position:relative}.header-divider{display:none}.hero-grid{grid-template-columns:1fr}.hero-img-wrap{order:-1}.hero-content{align-items:center;text-align:center}.quote-grid{grid-template-columns:1fr;gap:32px}.quote-image{max-height:380px}.quote-content{padding-top:72px}.quote-heading{font-size:30px;line-height:1.2}.cards3{grid-template-columns:1fr 1fr;gap:24px}.panel{padding:32px;gap:40px}.team-grid{flex-wrap:wrap;justify-content:center}.team-card{width:210px;min-height:auto;padding:40px 24px;gap:40px}.split{flex-direction:column;align-items:stretch}.blog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.join-deco--bubble{left:-10px}.join-deco--compass{right:-10px}}@media(max-width:640px){.header-inner{height:60px}.logo-img{height:28px}.section{padding:28px 0}.hero{padding-top:36px}.hero-content{gap:24px}.hero-content h1{font-size:36px;line-height:1.2}.hero-cta{font-size:16px!important;padding:14px 32px!important}.quote-image{max-height:260px}.quote-heading{font-size:24px;line-height:1.2}.author span:last-child{font-size:14px}.quote-grid{gap:24px}.quote-content{gap:20px;padding-top:56px}.cards3{grid-template-columns:1fr;gap:20px}.card{min-height:auto}.section-how{padding-top:48px;padding-bottom:48px}.panel{padding:24px;gap:32px}.panel h2{line-height:1.15}.team-grid{flex-wrap:wrap}.team-card{width:160px;padding:32px 16px;gap:32px;min-height:auto}.team-avatar-wrap,.team-avatar-img,.team-avatar-initials{width:130px;height:130px}.team-ig-badge{width:44px;height:44px}.team-ig-badge svg{width:22px;height:22px}.split-card{aspect-ratio:636 / 700;padding:36px 32px;gap:40px}.split-heading{font-size:28px}.split-desc{font-size:15px}.blog-grid{grid-template-columns:1fr}.section-join{padding:60px 0 80px}.join-deco{display:none}.join-pill{flex-direction:column;height:auto;padding:16px;border-radius:24px;gap:8px}.join-inputs-row{flex-direction:column;height:auto;width:100%}.join-input{width:100%;height:50px}.join-submit{width:100%}.faq-wrap{padding:32px 20px}.oauth{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}.nav--open{top:60px}}
