.pf-home{--ink:#0a0a0a;--title:#000;--ink-2:#4c4f55;--muted:#83878d;--paper:#fff;--surface:#f5f6f7;--line:#e6e7e9;--line-2:#d9dbde;--tint-green:#eaf6ef;--tint-blue:#eef3fb;--mint:#4ddc9e;--mint-ink:#08150e;--green:#1f7a4d;--blue:#2f6fed;--ink-deep:#0c1712;--ink-deep2:#0a130e;--wrap:1240px;--pad:clamp(22px,5vw,56px);font-family:var(--font-inter),system-ui,-apple-system,sans-serif;background:var(--paper);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}.pf-home *,.pf-home :after,.pf-home :before{box-sizing:border-box}.pf-home a{color:inherit;text-decoration:none}.pf-home p{margin:0}.pf-home img{max-width:100%;display:block}.pf-home svg{display:inline-block;vertical-align:middle}.pf-home ul{margin:0;padding:0;list-style:none}.pf-home h1,.pf-home h2,.pf-home h3,.pf-home h4{margin:0;color:var(--title);font-weight:500}.pf-home .wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}.pf-home .display{font-size:clamp(44px,6.4vw,84px);line-height:.98;letter-spacing:-.04em}.pf-home .h2{font-size:clamp(30px,4vw,50px);line-height:1.06;letter-spacing:-.03em}.pf-home .lead{font-weight:400;font-size:clamp(17px,1.7vw,20px);line-height:1.5;color:var(--ink-2)}.pf-home .kick{font-size:12.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--green)}.pf-home .more{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:var(--title);transition:gap .15s,color .15s}.pf-home .more svg{width:15px;height:15px;transition:transform .2s ease}.pf-home .more:hover{color:var(--green)}.pf-home .more:hover svg{transform:translateX(3px)}.pf-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:15px;font-weight:500;line-height:1;white-space:nowrap;border:0;cursor:pointer;border-radius:9999px;padding:15px 26px;transition:filter .15s,background .15s,transform .1s}.pf-home .btn:active{transform:translateY(1px)}.pf-home .pf-btn-primary{background:var(--mint);color:var(--mint-ink)}.pf-home .pf-btn-primary:hover{filter:brightness(.96)}.pf-home .btn-line{background:transparent;color:var(--ink);border:1px solid var(--line-2)}.pf-home .btn-line:hover{background:var(--surface)}.pf-home .pf-btn-ghost{background:transparent;color:var(--ink);padding:10px 8px}.pf-home .pf-btn-ghost:hover{color:var(--green)}.pf-home .pf-btn-sm{padding:10px 18px;font-size:14px}.pf-home .on-dark .btn-line{color:#fff;border-color:rgba(255,255,255,.28)}.pf-home .on-dark .btn-line:hover{background:rgba(255,255,255,.08)}.pf-home .topbar{background:var(--ink-deep2);color:#c2ccc6;font-size:13px}.pf-home .topbar-in{max-width:var(--wrap);margin:0 auto;padding:8px var(--pad);display:flex;justify-content:space-between;gap:16px}.pf-home .topbar a{color:#c2ccc6}.pf-home .topbar a:hover{color:#fff}.pf-home .topbar-l,.pf-home .topbar-r{display:flex;gap:20px;align-items:center}@media (max-width:760px){.pf-home .topbar-l{display:none}}.pf-home .pf-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}.pf-home .nav-in{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad);height:68px;display:flex;align-items:center;gap:30px}.pf-home .brand img{height:35px;display:block}.pf-home .flag{width:19px;height:14px;vertical-align:-3px;margin-right:6px;flex:none}.pf-home .menu{display:flex;align-items:center;gap:2px;flex:1}.pf-home .menu>li{position:relative}.pf-home .menu>li>a{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;font-size:14.5px;font-weight:500;color:var(--ink-2);border-radius:10px}.pf-home .menu>li>a:hover{color:var(--ink);background:var(--surface)}.pf-home .menu .caret{width:10px;height:10px;opacity:.6}.pf-home .drop{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px -30px rgba(10,10,10,.35);padding:10px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s,transform .16s,visibility .16s}.pf-home .menu>li:focus-within .drop,.pf-home .menu>li:hover .drop{opacity:1;visibility:visible;transform:none}.pf-home .drop.wide{min-width:520px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.pf-home .drop a{display:flex;gap:12px;align-items:flex-start;padding:11px 12px;border-radius:11px}.pf-home .drop a:hover{background:var(--surface)}.pf-home .drop .di{width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:var(--tint-green);color:var(--green);display:grid;place-items:center}.pf-home .drop .di svg{width:18px;height:18px}.pf-home .drop .dt{font-size:14.5px;font-weight:500;color:var(--ink)}.pf-home .drop .dd{font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.35}.pf-home .drop-foot{grid-column:1/-1;margin:6px 4px 2px;padding-top:10px;border-top:1px solid var(--line)}.pf-home .pf-nav-cta{display:flex;align-items:center;gap:10px;margin-left:auto}.pf-home .nav-burger{display:none;width:42px;height:42px;border:1px solid var(--line-2);border-radius:11px;background:#fff;cursor:pointer;place-items:center}@media (max-width:1080px){.pf-home .menu{display:none}.pf-home .nav-burger{display:grid}}.pf-home .mmenu{display:none;padding:14px var(--pad) 26px;border-bottom:1px solid var(--line);background:#fff}.pf-home .mmenu.open{display:block}.pf-home .mmenu a{display:block;padding:13px 4px;font-size:16px;font-weight:500;border-bottom:1px solid var(--line)}.pf-home .mmenu .btn{width:100%;margin-top:16px}.pf-home section{padding:clamp(64px,9vw,120px) 0}.pf-home .sec-head{max-width:720px;margin-bottom:clamp(40px,5vw,60px)}.pf-home .sec-head .kick{display:block;margin-bottom:16px}.pf-home .sec-head .lead{margin-top:16px}.pf-home .chero{position:relative;min-height:clamp(560px,84vh,820px);flex:1;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.pf-home .chero-bg{position:absolute;inset:0;z-index:0}.pf-home .chero-bg img,.pf-home .chero-bg video{width:100%;height:100%;object-fit:cover;display:block}.pf-home .chero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,10,8,.12),rgba(6,10,8,.35) 45%,rgba(6,10,8,.82))}.pf-home .chero-in{position:relative;z-index:1;width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad) clamp(52px,7vw,104px)}.pf-home .chero .kick{color:#7fe7b6;display:block;margin-bottom:22px}.pf-home .chero h1{color:#fff;max-width:15ch}.pf-home .chero .lead{color:#e3ebe6;max-width:560px;margin-top:24px}.pf-home .chero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.pf-home .chero-tiny{margin-top:18px;font-size:13.5px;color:#b9c4bd}.pf-home .logos-in{padding:32px var(--pad);max-width:var(--wrap);margin:0 auto;text-align:center;border-bottom:1px solid var(--line)}.pf-home .logos-lb{font-size:13px;color:var(--muted);margin-bottom:18px}.pf-home .logos-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 42px}.pf-home .logos-row span{font-size:17px;font-weight:600;color:#9aa0a6;letter-spacing:-.01em}.pf-home .stmt{background:var(--ink-deep);color:#fff}.pf-home .stmt-in{max-width:var(--wrap);margin:0 auto;padding:clamp(76px,11vw,150px) var(--pad)}.pf-home .stmt .kick{color:#7fe7b6;display:block;margin-bottom:30px}.pf-home .stmt p{font-size:clamp(26px,3.8vw,52px);line-height:1.16;letter-spacing:-.025em;font-weight:500;max-width:20ch}.pf-home .stmt .w{color:#fff}.pf-home .stmt .m{color:#59665e}.pf-home .feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,88px);align-items:center}.pf-home .feature.flip .feat-media{order:2}.pf-home .feat-media{border-radius:20px;overflow:hidden;aspect-ratio:5/4;background:var(--surface)}.pf-home .feat-media img{width:100%;height:100%;object-fit:cover}.pf-home .feat-list{margin-top:24px;display:grid;gap:13px}.pf-home .feat-list li{display:flex;gap:12px;font-size:15.5px;color:var(--ink-2)}.pf-home .feat-list svg{width:20px;height:20px;color:var(--green);flex:0 0 auto;margin-top:1px}.pf-home .feature .more{margin-top:26px}@media (max-width:880px){.pf-home .feature{grid-template-columns:1fr;gap:32px}.pf-home .feature.flip .feat-media{order:0}}.pf-home .ekick{display:block;font-size:12.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.pf-home .imgrow{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,4vw,64px);margin-bottom:clamp(56px,8vw,104px)}.pf-home .imgrow:last-child{margin-bottom:0}.pf-home .ir-text{min-width:0}.pf-home .ir-media img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.pf-home .imgrow .ir-text{padding-right:calc((100vw - min(var(--wrap),100vw))/2 + var(--pad))}.pf-home .imgrow.flip .ir-media{order:2}.pf-home .imgrow.flip .ir-text{order:1;padding-right:clamp(24px,3vw,48px);padding-left:calc((100vw - min(var(--wrap),100vw))/2 + var(--pad))}@media (max-width:880px){.pf-home .imgrow,.pf-home .imgrow.flip{grid-template-columns:1fr;gap:0}.pf-home .imgrow .ir-media,.pf-home .imgrow.flip .ir-media{order:1}.pf-home .imgrow .ir-text,.pf-home .imgrow.flip .ir-text{order:2;padding:26px var(--pad) 0}.pf-home .ir-media img{aspect-ratio:16/10}}.pf-home .missions-head{max-width:820px;margin-bottom:clamp(36px,5vw,56px)}.pf-home .missions-head .kick{display:block;margin-bottom:16px}.pf-home .missions-head .rule{display:block;width:46px;height:3px;background:var(--green);margin-top:24px}.pf-home .mrow{display:grid;grid-template-columns:repeat(4,1fr)}.pf-home .mpanel{position:relative;min-height:clamp(430px,50vw,570px);display:flex;align-items:flex-end;overflow:hidden}.pf-home .mpanel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.pf-home .mpanel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,10,.06) 22%,rgba(8,12,10,.78))}.pf-home .mpanel:hover img{transform:scale(1.05)}.pf-home .mpanel h3{position:relative;z-index:1;color:#fff;font-size:clamp(19px,1.6vw,24px);font-weight:500;line-height:1.22;letter-spacing:-.01em;padding:28px;max-width:15ch}.pf-home .mplus{position:absolute;top:22px;right:22px;z-index:1;width:34px;height:34px;border:1.5px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-size:22px;line-height:1;color:#fff;transition:background .15s,border-color .15s}.pf-home .mpanel:hover .mplus{background:rgba(255,255,255,.16);border-color:#fff}@media (max-width:900px){.pf-home .mrow{grid-template-columns:1fr 1fr}}@media (max-width:560px){.pf-home .mrow{grid-template-columns:1fr}.pf-home .mpanel{min-height:340px}}.pf-home .solgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pf-home .sol{position:relative;overflow:hidden;border-radius:14px;min-height:clamp(460px,42vw,640px);display:flex;flex-direction:column;justify-content:space-between;padding:26px 24px;color:#fff}.pf-home .sol img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.pf-home .sol:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,10,.55),rgba(8,12,10,.05) 26%,rgba(8,12,10,.08) 52%,rgba(8,12,10,.78))}.pf-home .sol:hover img{transform:scale(1.05)}.pf-home .sol>*{position:relative;z-index:1}.pf-home .sol h3{color:#fff;font-size:clamp(18px,1.5vw,22px);font-weight:500;line-height:1.2}.pf-home .sol p{color:#e8ece9;font-size:14px;line-height:1.45;max-width:24ch}@media (max-width:900px){.pf-home .solgrid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.pf-home .solgrid{grid-template-columns:1fr}.pf-home .sol{min-height:400px}}.pf-home .bigstat{background:var(--ink-deep);color:#fff}.pf-home .bigstat-in{max-width:var(--wrap);margin:0 auto;padding:clamp(72px,10vw,132px) var(--pad)}.pf-home .bigstat-h{text-align:center;color:#fff;font-size:clamp(24px,3vw,36px);font-weight:500;letter-spacing:-.02em;margin-bottom:clamp(40px,6vw,72px)}.pf-home .bigstat-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(44px,6vw,72px) clamp(40px,6vw,80px)}.pf-home .bigstat .n{font-size:clamp(62px,10vw,144px);font-weight:500;letter-spacing:-.05em;line-height:.82;color:#fff}.pf-home .bigstat .l{color:#9aa39c;font-size:15px;margin-top:18px}@media (max-width:640px){.pf-home .bigstat-grid{grid-template-columns:1fr;gap:44px}}.pf-home .manifesto{background:var(--tint-green)}.pf-home .manifesto-in{max-width:960px;margin:0 auto;padding:clamp(72px,10vw,136px) var(--pad);text-align:center}.pf-home .manifesto .qm{font-size:40px;line-height:1;color:var(--green);font-weight:600}.pf-home .manifesto blockquote{margin:14px 0 0;font-size:clamp(26px,3.4vw,42px);line-height:1.2;letter-spacing:-.025em;font-weight:500;color:var(--ink)}.pf-home .manifesto cite{display:block;margin-top:28px;font-style:normal;font-size:15px;color:var(--ink-2)}.pf-home .quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pf-home .quote{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}.pf-home .quote p{font-size:16px;line-height:1.5}.pf-home .quote .qwho{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.pf-home .quote .qav{width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--surface);flex:0 0 auto}.pf-home .quote .qav img{width:100%;height:100%;object-fit:cover}.pf-home .quote .qn{font-size:14px;font-weight:500}.pf-home .quote .qr{font-size:12.5px;color:var(--muted)}@media (max-width:900px){.pf-home .quotes{grid-template-columns:1fr}}.pf-home .ftabs{display:flex;flex-wrap:wrap;gap:8px 26px;margin-bottom:clamp(26px,4vw,40px)}.pf-home .ftab{border:0;background:none;font:inherit;font-size:15px;font-weight:500;color:var(--muted);padding:0 2px 14px;cursor:pointer;position:relative}.pf-home .ftab:hover{color:var(--ink)}.pf-home .ftab.active{color:var(--title)}.pf-home .ftab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green);opacity:0;transition:opacity .15s ease}.pf-home .ftab.active:after,.pf-home .ftab:hover:after{opacity:1}.pf-home .ftab span{color:var(--muted);font-weight:400}.pf-home .mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:25vw;gap:0;grid-auto-flow:dense}.pf-home .tile{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:28px;color:#fff}.pf-home .tile.t-wide{grid-column:span 2}.pf-home .tile.t-tall{grid-row:span 2}.pf-home .tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.pf-home .tile:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,12,10,.42),rgba(8,12,10,0) 30%,rgba(8,12,10,.04) 54%,rgba(8,12,10,.74))}.pf-home .tile .tint{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(16,74,48,.5),rgba(8,42,27,.84));opacity:0;transition:opacity .4s ease}.pf-home .tile:hover img{transform:scale(1.06)}.pf-home .tile:hover .tint{opacity:1}.pf-home .tile .cat{font-size:12.5px;font-weight:500;color:#dbe7e0}.pf-home .tile .cat,.pf-home .tile .tbody{position:relative;z-index:3}.pf-home .tile .tbody h3{color:#fff;font-size:clamp(18px,1.4vw,22px);font-weight:500;line-height:1.2;letter-spacing:-.01em}.pf-home .tile.t-tall .tbody h3,.pf-home .tile.t-wide .tbody h3{font-size:clamp(20px,1.7vw,27px)}.pf-home .tile .tbody p{color:#e3ede7;font-size:14px;line-height:1.45;max-width:44ch;max-height:0;opacity:0;margin-top:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,.61,.36,1),opacity .3s ease,margin-top .45s}.pf-home .tile:hover .tbody p{max-height:220px;opacity:1;margin-top:12px}.pf-home .tile.accent{background:var(--tint-green);align-items:flex-start;justify-content:center}.pf-home .tile.accent .tint,.pf-home .tile.accent:after{display:none}.pf-home .tile.accent .htag{position:relative;z-index:3;font-size:clamp(22px,2.2vw,34px);font-weight:600;color:var(--green);letter-spacing:-.02em;line-height:1.1}.pf-home .tile.hidden{display:none}@media (max-width:980px){.pf-home .mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:50vw}.pf-home .tile.t-tall{grid-row:span 1}}@media (max-width:560px){.pf-home .mosaic{grid-template-columns:1fr;grid-auto-rows:72vw}.pf-home .tile.t-wide{grid-column:span 1}}.pf-home .chero .kick,.pf-home .feature .kick,.pf-home .missions-head .kick,.pf-home .sec-head .kick,.pf-home .stmt .kick{display:none}.pf-home .cta-full{position:relative;overflow:hidden;min-height:clamp(460px,58vh,620px);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.pf-home .cta-bg{position:absolute;inset:0;z-index:0}.pf-home .cta-bg img,.pf-home .cta-bg video{width:100%;height:100%;object-fit:cover}.pf-home .cta-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,10,8,.5),rgba(6,10,8,.68))}.pf-home .cta-content{position:relative;z-index:1;max-width:640px;padding:clamp(56px,8vw,90px) var(--pad)}.pf-home .cta-content h2{color:#fff;font-size:clamp(30px,4.4vw,52px);letter-spacing:-.035em;line-height:1.05}.pf-home .cta-content p{color:#e5ece7;margin-top:18px;font-size:clamp(16px,1.7vw,19px);line-height:1.5}.pf-home .cta-content .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:32px}.pf-home .cta-content .btn-white{background:#fff;color:var(--ink)}.pf-home .cta-content .btn-white:hover{filter:brightness(.94)}.pf-home .foot{background:var(--ink-deep2);color:#aeb8b1}.pf-home .foot-top{max-width:var(--wrap);margin:0 auto;padding:clamp(56px,7vw,84px) var(--pad) 48px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px 32px}.pf-home .foot-brand img{height:26px;margin-bottom:18px}.pf-home .foot-brand p{font-size:14px;color:#8f9992;max-width:280px;line-height:1.6}.pf-home .foot-social{display:flex;gap:12px;margin-top:20px}.pf-home .foot-social a{width:36px;height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;color:#aeb8b1}.pf-home .foot-social a:hover{color:#fff;border-color:rgba(255,255,255,.3)}.pf-home .foot-social svg{width:17px;height:17px}.pf-home .foot-col h4{font-size:13px;font-weight:500;color:#fff;margin-bottom:16px}.pf-home .foot-col a{display:block;font-size:14px;color:#9aa39c;padding:6px 0}.pf-home .foot-col a:hover{color:#fff}.pf-home .foot-bar{border-top:1px solid rgba(255,255,255,.1)}.pf-home .foot-bar-in{max-width:var(--wrap);margin:0 auto;padding:22px var(--pad);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#8f9992}.pf-home .foot-bar-in .fb-links{display:flex;gap:22px;flex-wrap:wrap}.pf-home .foot-bar-in a:hover{color:#fff}@media (max-width:960px){.pf-home .foot-top{grid-template-columns:1fr 1fr}.pf-home .foot-brand{grid-column:1/-1}}.pf-home .legal{flex:1;width:100%;max-width:820px;margin:0 auto;padding:clamp(48px,7vw,80px) var(--pad) clamp(72px,9vw,110px)}.pf-home .legal h1{font-size:clamp(32px,4.4vw,52px);letter-spacing:-.03em;line-height:1.05}.pf-home .legal-updated{margin-top:10px;font-size:13.5px;color:var(--muted)}.pf-home .legal h2{font-size:clamp(19px,2vw,24px);font-weight:600;margin-top:clamp(32px,4vw,44px)}.pf-home .legal p{margin-top:14px;font-size:15.5px;line-height:1.65;color:var(--ink-2)}.pf-home .legal ul{margin-top:12px;padding-left:18px;list-style:disc;display:grid;gap:8px}.pf-home .legal li{font-size:15.5px;line-height:1.6;color:var(--ink-2)}.pf-home .legal a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.pf-home.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1)}.pf-home.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.pf-home.js .reveal{opacity:1;transform:none;transition:none}}