.overlay.svelte-f5ggy3{position:fixed;top:0;right:0;bottom:0;left:0;background:#061008c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:svelte-f5ggy3-fade-in .25s ease}@keyframes svelte-f5ggy3-fade-in{0%{opacity:0}to{opacity:1}}.modal.svelte-f5ggy3{background:var(--bg);border-radius:14px;width:100%;max-width:980px;max-height:calc(100vh - 48px);overflow:hidden;position:relative;box-shadow:0 32px 90px #00000080;animation:svelte-f5ggy3-slide-up .35s var(--ease)}@keyframes svelte-f5ggy3-slide-up{0%{opacity:0;transform:translateY(28px) scale(.985)}to{opacity:1;transform:none}}.close.svelte-f5ggy3{position:absolute;top:16px;right:16px;z-index:10;width:38px;height:38px;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .25s var(--ease)}.close.svelte-f5ggy3:hover{background:#000000a6;transform:rotate(90deg)}.close.svelte-f5ggy3 svg:where(.svelte-f5ggy3){width:14px;height:14px;color:#fff}.modal-inner.svelte-f5ggy3{display:grid;grid-template-columns:40% 60%;max-height:calc(100vh - 48px)}.portrait-panel.svelte-f5ggy3{position:relative;min-height:520px;overflow:hidden;background:var(--bg-2)}.portrait.svelte-f5ggy3{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;animation:svelte-f5ggy3-portrait-in .6s var(--ease)}@keyframes svelte-f5ggy3-portrait-in{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:none}}.portrait-scrim.svelte-f5ggy3{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 40%)}.bio-panel.svelte-f5ggy3{padding:clamp(36px,4vw,56px) clamp(28px,3.5vw,48px) clamp(20px,2.5vw,28px);overflow-y:auto;display:flex;flex-direction:column;max-height:calc(100vh - 48px)}.bio-head.svelte-f5ggy3{animation:svelte-f5ggy3-rise .45s var(--ease) .05s backwards}.bio-eyebrow.svelte-f5ggy3{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--brand-green);font-family:var(--font-sans);margin-bottom:14px}.bio-eyebrow.svelte-f5ggy3 .dot:where(.svelte-f5ggy3){width:6px;height:6px;border-radius:50%;background:var(--brand-green);flex-shrink:0}.bio-name.svelte-f5ggy3{font-family:var(--font-serif);font-size:clamp(26px,3vw,42px);font-weight:800;color:var(--ink);line-height:1.05;letter-spacing:-.02em}.bio-rule.svelte-f5ggy3{height:1px;background:var(--line);margin:clamp(20px,2.5vw,28px) 0;animation:svelte-f5ggy3-rule-in .6s var(--ease) .15s backwards;transform-origin:left}@keyframes svelte-f5ggy3-rule-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.bio-text.svelte-f5ggy3{font-size:clamp(13px,1.05vw,15px);line-height:1.8;color:var(--ink-2);flex:1;white-space:pre-line;animation:svelte-f5ggy3-rise .45s var(--ease) .18s backwards}.bio-pending.svelte-f5ggy3{color:var(--ink-3);font-style:italic}@keyframes svelte-f5ggy3-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.li-link.svelte-f5ggy3{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0a66c2;border:1px solid rgba(10,102,194,.25);border-radius:999px;padding:9px 18px;align-self:flex-start;margin-top:24px;transition:background .2s,border-color .2s,gap .25s var(--ease);animation:svelte-f5ggy3-rise .45s var(--ease) .26s backwards}.li-link.svelte-f5ggy3:hover{background:#0a66c212;border-color:#0a66c280}.li-icon.svelte-f5ggy3{width:13px;height:13px;flex-shrink:0}.li-arrow.svelte-f5ggy3{width:9px;height:9px;flex-shrink:0;transition:transform .25s var(--ease)}.li-link.svelte-f5ggy3:hover .li-arrow:where(.svelte-f5ggy3){transform:translate(1px,-1px)}.bio-nav.svelte-f5ggy3{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:clamp(24px,3vw,36px);padding-top:16px;border-top:1px solid var(--line);animation:svelte-f5ggy3-rise .45s var(--ease) .3s backwards}.nav-btn.svelte-f5ggy3{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-3);font-family:var(--font-sans);letter-spacing:.02em;cursor:pointer;transition:color .2s;max-width:38%}.nav-btn.svelte-f5ggy3:hover{color:var(--brand-green)}.nav-btn.svelte-f5ggy3 svg:where(.svelte-f5ggy3){width:13px;height:13px;flex-shrink:0}.nav-name.svelte-f5ggy3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-counter.svelte-f5ggy3{font-size:10px;letter-spacing:.18em;color:var(--ink-3);font-family:var(--font-sans);flex-shrink:0}@media (max-width: 700px){.overlay.svelte-f5ggy3{padding:0;align-items:flex-end}.modal.svelte-f5ggy3{border-radius:16px 16px 0 0;max-height:94vh}.modal-inner.svelte-f5ggy3{grid-template-columns:1fr;max-height:94vh}.portrait-panel.svelte-f5ggy3{min-height:300px}.bio-panel.svelte-f5ggy3{padding:24px 20px 16px;max-height:none}.nav-name.svelte-f5ggy3{display:none}.nav-btn.svelte-f5ggy3{max-width:none;padding:8px}}.fund-sect.svelte-cwls5q{border-top:1px solid var(--line)}.fm-intro.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:32px;margin-bottom:72px}.fm-intro.svelte-cwls5q .body:where(.svelte-cwls5q){font-size:15px;line-height:1.75;color:var(--ink-2)}.fd.svelte-cwls5q{display:flex;flex-direction:column;align-items:center;gap:0;position:relative}.fd-row.svelte-cwls5q{display:flex;width:100%;gap:12px;justify-content:center}.fd-ic.svelte-cwls5q{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fd-ic.svelte-cwls5q svg:where(.svelte-cwls5q){width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.fd-ic--blue.svelte-cwls5q{background:#0e2d5b14;color:var(--brand-blue)}.fd-ic--green.svelte-cwls5q{background:#5a9e3f1f;color:var(--brand-green)}.fd-ic--neutral.svelte-cwls5q{background:var(--bg-3, var(--bg-2));color:var(--ink-2);border:1px solid var(--line)}.fd-card-lbl.svelte-cwls5q{font-size:12px;font-weight:600;color:var(--ink);line-height:1.4}.fd-context-row.svelte-cwls5q{gap:12px}.fd-context-chip.svelte-cwls5q{display:inline-flex;align-items:center;justify-content:center;gap:9px;max-width:280px;flex:1;border:1px solid var(--line-strong);border-radius:999px;padding:13px 22px;font-size:12px;color:var(--ink-2);text-align:center;background:var(--bg);letter-spacing:.01em;line-height:1.35;transition:border-color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}.fd-context-chip.svelte-cwls5q:hover{border-color:var(--brand-blue);transform:translateY(-2px);box-shadow:0 6px 18px #0e2d5b14}.fd-chip-dot.svelte-cwls5q{width:6px;height:6px;border-radius:50%;background:var(--brand-blue);opacity:.55;flex-shrink:0}.fd-conn-wrap.svelte-cwls5q{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding:6px 0}.fd-conn.svelte-cwls5q{display:block;width:100%;height:48px}.fd-path.svelte-cwls5q{fill:none;stroke:var(--line-strong);stroke-width:1.5;vector-effect:non-scaling-stroke;opacity:.85}.fd-chev.svelte-cwls5q{position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:12px;height:8px;fill:none;stroke:var(--line-strong);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.fd-vline.svelte-cwls5q{display:none;width:1.5px;height:32px;background:var(--line-strong);opacity:.85}.fd-conn-pill.svelte-cwls5q{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-3);background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:5px 14px;white-space:nowrap}.fd-objectives.svelte-cwls5q{width:100%;background:linear-gradient(120deg,#17416f 0%,var(--brand-blue) 65%);border-radius:12px;padding:20px 32px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden;box-shadow:0 10px 34px #0e2d5b2e,0 2px 8px #0e2d5b1a}.fd-objectives.svelte-cwls5q:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 130% at 18% 0%,rgba(255,255,255,.14),transparent 60%);pointer-events:none}.fd-obj-icon.svelte-cwls5q{width:18px;height:18px;fill:none;stroke:#ffffffbf;stroke-width:1.2;stroke-linecap:round;flex-shrink:0;position:relative}.fd-obj-label.svelte-cwls5q{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;position:relative}.fd-source.svelte-cwls5q{flex:1;display:flex;flex-direction:column;align-items:center;gap:11px;border:1px solid rgba(14,45,91,.16);border-radius:12px;padding:20px 14px 18px;text-align:center;background:linear-gradient(to bottom,var(--bg),rgba(14,45,91,.03));transition:border-color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}.fd-source.svelte-cwls5q:hover{border-color:#0e2d5b66;transform:translateY(-3px);box-shadow:0 10px 26px #0e2d5b1a}.fd-mnlf.svelte-cwls5q{width:100%;max-width:680px;background:linear-gradient(135deg,#66a84c,#4c8a34 55%,#3e7628);border-radius:16px;padding:36px 40px;text-align:center;box-shadow:0 20px 60px #3f7f2847,0 4px 14px #3f7f2829,inset 0 1px #ffffff38;display:flex;flex-direction:column;align-items:center;gap:18px;position:relative;overflow:hidden}.fd-mnlf.svelte-cwls5q:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 120% at 50% -20%,rgba(255,255,255,.2),transparent 55%);pointer-events:none}.fd-mnlf-badge.svelte-cwls5q{font-size:9.5px;text-transform:uppercase;letter-spacing:.22em;color:#fffc;font-weight:700;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:6px 16px;position:relative}.fd-mnlf-name.svelte-cwls5q{font-family:var(--font-serif);font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#fff;line-height:1.12;letter-spacing:-.01em;position:relative}.fd-funds.svelte-cwls5q{display:flex;align-items:center;gap:0;background:#ffffff21;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.25);width:100%;max-width:440px;position:relative}.fd-fund.svelte-cwls5q{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 16px;font-size:12px;font-weight:600;color:#fff;letter-spacing:.04em}.fd-fund-ic.svelte-cwls5q{width:15px;height:15px;fill:none;stroke:#ffffffd9;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.fd-fund-divider.svelte-cwls5q{width:1px;background:#ffffff40;align-self:stretch}.fd-instruments-row.svelte-cwls5q{width:60%}.fd-instr.svelte-cwls5q{flex:1;display:flex;flex-direction:column;align-items:center;gap:11px;border:1px solid rgba(90,158,63,.28);border-radius:12px;padding:20px 14px 18px;text-align:center;background:linear-gradient(to bottom,var(--bg),rgba(90,158,63,.05));transition:border-color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}.fd-instr.svelte-cwls5q:hover{border-color:var(--brand-green);transform:translateY(-3px);box-shadow:0 10px 26px #5a9e3f24}.fd-divider.svelte-cwls5q{display:flex;align-items:center;gap:14px;width:100%;padding:22px 0 18px}.fd-divider-line.svelte-cwls5q{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--line-strong))}.fd-divider-line.svelte-cwls5q:last-child{background:linear-gradient(to left,transparent,var(--line-strong))}.fd-conn-pill--static.svelte-cwls5q{position:static;transform:none;flex-shrink:0}.fd-recip.svelte-cwls5q{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:18px 12px 16px;text-align:center;background:var(--bg-2);transition:border-color .3s var(--ease),background .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}.fd-recip.svelte-cwls5q .fd-card-lbl:where(.svelte-cwls5q){font-size:11.5px;font-weight:500;color:var(--ink-2)}.fd-recip.svelte-cwls5q:hover{border-color:var(--brand-green);background:var(--bg);transform:translateY(-3px);box-shadow:0 8px 22px #0000000d}.fd-recip.svelte-cwls5q:hover .fd-ic--neutral:where(.svelte-cwls5q){color:var(--brand-green);border-color:#5a9e3f66}@media (max-width: 900px){.fm-intro.svelte-cwls5q{grid-template-columns:1fr}.fd-conn.svelte-cwls5q{display:none}.fd-vline.svelte-cwls5q{display:block}.fd-conn-wrap.svelte-cwls5q .fd-chev:where(.svelte-cwls5q){display:none}.fd-conn-pill.svelte-cwls5q{position:static;transform:none;margin-top:6px}.fd-conn-wrap.svelte-cwls5q{gap:0}.fd-sources-row.svelte-cwls5q,.fd-recipients-row.svelte-cwls5q{flex-wrap:wrap}.fd-source.svelte-cwls5q,.fd-recip.svelte-cwls5q{flex:1 1 calc(50% - 6px)}.fd-instruments-row.svelte-cwls5q{width:100%}}@media (max-width: 600px){.fd-context-row.svelte-cwls5q{flex-direction:column;align-items:stretch}.fd-context-chip.svelte-cwls5q{max-width:100%}.fd-source.svelte-cwls5q,.fd-recip.svelte-cwls5q{flex:1 1 100%}.fd-funds.svelte-cwls5q{flex-direction:column}.fd-fund-divider.svelte-cwls5q{width:100%;height:1px}.fd-instruments-row.svelte-cwls5q{flex-direction:column}}.wws-sect.svelte-cwls5q{position:relative;isolation:isolate;background:url(../../../1.jpg) center 60% / cover no-repeat;padding-block:clamp(72px,8vw,140px)}.wws-overlay.svelte-cwls5q{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2c2f2cd1,#0e2d0ebd);z-index:0}.wws-inner.svelte-cwls5q{position:relative;z-index:1}.wws-sect.svelte-cwls5q .eyebrow:where(.svelte-cwls5q){color:var(--brand-green-light);opacity:1}.wws-head.svelte-cwls5q{margin-bottom:36px;max-width:680px}.wws-head.svelte-cwls5q .h2:where(.svelte-cwls5q){color:var(--white);margin-top:10px;line-height:1.25}.wws-grid.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.wws-item.svelte-cwls5q{padding:22px 24px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:5px;transition:background .3s var(--ease)}.wws-item.svelte-cwls5q:hover{background:#ffffff0f}.wws-item.svelte-cwls5q:hover .wws-title:where(.svelte-cwls5q){color:var(--brand-green-light)}.wws-num.svelte-cwls5q{font-size:10px;font-weight:600;letter-spacing:.14em;color:#ffffff47;margin-bottom:4px}.wws-title.svelte-cwls5q{font-size:clamp(14px,1.2vw,16px);font-weight:600;color:#ffffffeb;line-height:1.25;transition:color .3s var(--ease)}.wws-desc.svelte-cwls5q{font-size:12px;color:#ffffff6b;line-height:1.55}@media (max-width: 600px){.wws-grid.svelte-cwls5q{grid-template-columns:1fr}}.two-col.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:80px}.two-col.svelte-cwls5q p.eyebrow:where(.svelte-cwls5q){margin-bottom:28px}.statement.svelte-cwls5q em:where(.svelte-cwls5q){color:var(--brand-green);font-style:normal;font-weight:300}.mn-stmt.svelte-cwls5q{font-weight:500}.mn-stmt.svelte-cwls5q em:where(.svelte-cwls5q){font-weight:700;color:var(--brand-green);font-style:normal}.sec-sect.svelte-cwls5q{background:var(--bg)}.org-chart.svelte-cwls5q{margin-top:72px;display:flex;flex-direction:column;align-items:center}.org-ceo-row.svelte-cwls5q{display:flex;justify-content:center}.ceo-card.svelte-cwls5q{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.ceo-card.svelte-cwls5q{cursor:pointer}.ceo-photo-wrap.svelte-cwls5q{position:relative;margin-bottom:20px}.ceo-photo.svelte-cwls5q{width:148px;height:148px;border-radius:50%;background-size:cover;background-position:center 20%;box-shadow:0 0 0 3px var(--bg),0 0 0 5px var(--brand-green);transition:transform .4s var(--ease)}.ceo-card.svelte-cwls5q:hover .ceo-photo:where(.svelte-cwls5q),.ceo-card.svelte-cwls5q:focus-visible .ceo-photo:where(.svelte-cwls5q){transform:scale(1.03)}.ceo-card.svelte-cwls5q:hover .img-plus:where(.svelte-cwls5q),.ceo-card.svelte-cwls5q:focus-visible .img-plus:where(.svelte-cwls5q){opacity:1;transform:none}.ceo-name.svelte-cwls5q{font-family:var(--font-serif, serif);font-size:20px;font-weight:500;color:var(--ink);letter-spacing:-.01em;margin-bottom:6px}.ceo-role.svelte-cwls5q{font-family:var(--font-sans);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.org-arrow.svelte-cwls5q{display:flex;flex-direction:column;align-items:center;gap:0;margin:20px 0 0}.org-arrow-line.svelte-cwls5q{width:1px;height:48px;background:var(--ink-3);opacity:.35}.org-arrow.svelte-cwls5q:after{content:"";display:block;width:8px;height:8px;border-right:1.5px solid rgba(0,0,0,.3);border-bottom:1.5px solid rgba(0,0,0,.3);transform:rotate(45deg) translateY(-4px)}.org-teams.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-top:24px}.org-team-box.svelte-cwls5q{border:1px solid var(--line);border-top:2.5px solid var(--brand-green);border-radius:0 0 14px 14px;overflow:hidden;background:#fff}.org-team-header.svelte-cwls5q{font-family:var(--font-sans);font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3);padding:14px 22px;border-bottom:1px solid var(--line)}.org-team-members.svelte-cwls5q{padding:24px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px 8px}.org-member.svelte-cwls5q{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 4px;cursor:pointer}.org-photo-wrap.svelte-cwls5q{position:relative;margin-bottom:10px}.org-member-photo.svelte-cwls5q{width:96px;height:96px;border-radius:50%;background-size:cover;background-position:center 20%;filter:grayscale(15%);transition:filter .5s var(--ease),transform .4s var(--ease)}.org-member.svelte-cwls5q:hover .org-member-photo:where(.svelte-cwls5q),.org-member.svelte-cwls5q:focus-visible .org-member-photo:where(.svelte-cwls5q){filter:none;transform:scale(1.04)}.org-member.svelte-cwls5q:hover .img-plus:where(.svelte-cwls5q),.org-member.svelte-cwls5q:focus-visible .img-plus:where(.svelte-cwls5q){opacity:1;transform:none}.org-photo-wrap.svelte-cwls5q .img-plus:where(.svelte-cwls5q){width:24px;height:24px;right:2px;bottom:2px}.org-member-name.svelte-cwls5q{font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:4px;line-height:1.25}.org-member-role.svelte-cwls5q{font-size:10.5px;color:var(--ink-3);line-height:1.45}.org-footnote.svelte-cwls5q{font-size:11px;color:var(--ink-3);margin-top:36px;max-width:680px;text-align:center;line-height:1.7;font-style:italic}@media (max-width: 900px){.org-teams.svelte-cwls5q{grid-template-columns:1fr}}@media (max-width: 600px){.ceo-photo.svelte-cwls5q{width:110px;height:110px}.org-member-photo.svelte-cwls5q{width:72px;height:72px}.org-team-members.svelte-cwls5q{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}}.member.svelte-cwls5q{text-align:center;cursor:pointer;display:block;width:100%;font-family:inherit;color:inherit}.img-wrap.svelte-cwls5q{position:relative;width:100%;max-width:180px;margin-inline:auto;margin-bottom:16px}.member.svelte-cwls5q .img:where(.svelte-cwls5q){aspect-ratio:1 / 1;width:100%;background-size:cover;background-position:center top;border-radius:50%;filter:grayscale(30%);transition:filter .5s var(--ease),transform .5s var(--ease),box-shadow .5s var(--ease)}.member.svelte-cwls5q:hover .img:where(.svelte-cwls5q),.member.svelte-cwls5q:focus-visible .img:where(.svelte-cwls5q){filter:none;transform:scale(1.03);box-shadow:0 12px 32px #5a9e3f38}.img-plus.svelte-cwls5q{position:absolute;right:6px;bottom:6px;width:28px;height:28px;border-radius:50%;background:var(--brand-green);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:opacity .3s var(--ease),transform .35s var(--ease)}.img-plus.svelte-cwls5q svg:where(.svelte-cwls5q){width:10px;height:10px}.member.svelte-cwls5q:hover .img-plus:where(.svelte-cwls5q),.member.svelte-cwls5q:focus-visible .img-plus:where(.svelte-cwls5q){opacity:1;transform:none}.member.svelte-cwls5q h4:where(.svelte-cwls5q){font-size:14px;font-weight:500;margin-bottom:4px}.member.svelte-cwls5q p:where(.svelte-cwls5q){font-size:12px;color:var(--ink-3)}.member-cta.svelte-cwls5q{display:inline-block;margin-top:8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--brand-green);opacity:0;transform:translateY(4px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.member.svelte-cwls5q:hover .member-cta:where(.svelte-cwls5q),.member.svelte-cwls5q:focus-visible .member-cta:where(.svelte-cwls5q){opacity:1;transform:none}.board-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;margin-top:60px}.comm-legend.svelte-cwls5q{margin-top:44px;padding:18px 22px;border:1px solid var(--line);border-radius:10px;background:var(--bg-2);display:flex;align-items:center;flex-wrap:wrap;gap:12px 28px}.comm-legend-lbl.svelte-cwls5q{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-3);flex-shrink:0}.comm-legend-items.svelte-cwls5q{display:flex;align-items:center;flex-wrap:wrap;gap:10px 24px}.comm-legend-item.svelte-cwls5q{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-2);line-height:1.3}.comm-legend-chair.svelte-cwls5q{color:var(--ink-3)}.comm-bar.svelte-cwls5q{display:inline-flex;align-items:center;justify-content:center;width:22px;height:7px;border-radius:4px;flex-shrink:0}.comm-bar-dot.svelte-cwls5q{width:3px;height:3px;border-radius:50%;background:#fff}.member-comms.svelte-cwls5q{display:flex;justify-content:center;gap:5px;margin-top:9px}.member-comms.svelte-cwls5q .comm-bar:where(.svelte-cwls5q){transition:transform .25s var(--ease)}.member-comms.svelte-cwls5q .comm-bar:where(.svelte-cwls5q):hover{transform:scaleY(1.4)}@media (max-width: 700px){.comm-legend.svelte-cwls5q{flex-direction:column;align-items:flex-start;gap:12px}.comm-legend-items.svelte-cwls5q{gap:8px 18px}.comm-legend-item.svelte-cwls5q{font-size:11px}}@media (max-width: 1100px){.board-grid.svelte-cwls5q{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.two-col.svelte-cwls5q{grid-template-columns:1fr;gap:40px}.board-grid.svelte-cwls5q{grid-template-columns:repeat(3,1fr);gap:28px}}@media (max-width: 600px){.board-grid.svelte-cwls5q{grid-template-columns:repeat(2,1fr);gap:24px}}.green-rule.svelte-cwls5q{display:flex;justify-content:center;padding:0;margin:0}.green-rule.svelte-cwls5q span:where(.svelte-cwls5q){display:block;width:100%;max-width:var(--container, 1240px);margin-inline:auto;height:1px;background:linear-gradient(to right,transparent,var(--brand-green) 20%,var(--brand-green) 80%,transparent);opacity:.5}.partner-groups.svelte-cwls5q{display:flex;flex-direction:column;gap:0;margin-top:52px;border-top:1px solid var(--line)}.partner-group.svelte-cwls5q{display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:center;padding-block:36px;border-bottom:1px solid var(--line)}.group-label.svelte-cwls5q{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-3);font-weight:600}.logo-row.svelte-cwls5q{display:flex;flex-wrap:wrap;align-items:center;gap:36px 48px}.logo-row.svelte-cwls5q img:where(.svelte-cwls5q){height:36px;width:auto;max-width:140px;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:filter .4s var(--ease),transform .3s var(--ease)}.logo-row.svelte-cwls5q img:where(.svelte-cwls5q):hover{filter:grayscale(0%) opacity(1)}.logo-link.svelte-cwls5q{display:inline-flex;align-items:center;line-height:0;border-radius:4px}.logo-link.svelte-cwls5q:hover img:where(.svelte-cwls5q),.logo-link.svelte-cwls5q:focus-visible img:where(.svelte-cwls5q){filter:grayscale(0%) opacity(1);transform:translateY(-2px)}@media (max-width: 800px){.partner-group.svelte-cwls5q{grid-template-columns:1fr;gap:20px}}.gp-sect.svelte-cwls5q{border-top:1px solid var(--line)}.gp-lede.svelte-cwls5q{max-width:780px;margin-top:22px;font-size:clamp(14px,1.05vw,16px);line-height:1.75;color:var(--ink-2)}.gp-lede.svelte-cwls5q a{color:var(--brand-green);text-decoration:underline;text-underline-offset:3px}.gp-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden;margin-top:44px}.gp-card.svelte-cwls5q{background:var(--bg);padding:36px 32px;display:flex;flex-direction:column;gap:14px;transition:background .3s var(--ease)}.gp-card.svelte-cwls5q:hover{background:var(--bg-2)}.gp-n.svelte-cwls5q{font-family:var(--font-serif);font-size:40px;font-weight:300;color:var(--brand-green-muted);line-height:1}.gp-card.svelte-cwls5q p:where(.svelte-cwls5q){font-size:14px;color:var(--ink-2);line-height:1.7}@media (max-width: 900px){.gp-grid.svelte-cwls5q{grid-template-columns:1fr}}.tr-sect.svelte-cwls5q{border-top:1px solid var(--line)}.tr-header.svelte-cwls5q{margin-bottom:72px;max-width:760px}.tr-header.svelte-cwls5q .h1:where(.svelte-cwls5q){margin:16px 0 20px}.tr-principles.svelte-cwls5q{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);border:1px solid var(--line);margin-bottom:80px}.tr-principle.svelte-cwls5q{background:var(--bg);padding:36px 28px;display:flex;flex-direction:column;gap:12px}.tr-n.svelte-cwls5q{font-family:var(--font-serif);font-size:36px;font-weight:300;color:var(--brand-green);line-height:1}.tr-principle.svelte-cwls5q h4:where(.svelte-cwls5q){font-size:14px;font-weight:700;color:var(--ink);line-height:1.3}.tr-principle.svelte-cwls5q p:where(.svelte-cwls5q){font-size:13px;color:var(--ink-2);line-height:1.6}.tr-contact.svelte-cwls5q{padding:24px 32px;background:var(--bg-2);border:1px solid var(--line);border-radius:4px;font-size:14px;color:var(--ink-2)}@media (max-width: 1000px){.tr-principles.svelte-cwls5q{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.tr-principles.svelte-cwls5q{grid-template-columns:1fr}}
