*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;line-height:1.4}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{text-align:left;letter-spacing:-.02em;text-transform:none;font-weight:400;line-height:1.1}h1{letter-spacing:-.04em;font-size:clamp(3.5rem,8vw,6.4rem)}h2{letter-spacing:-.03em;font-size:clamp(2rem,5vw,3.2rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.2vw,1.5rem)}h5{letter-spacing:-.01em;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:500}h6{letter-spacing:-.01em;font-size:.95rem;font-weight:600}:root{--gutter:40px}.container{max-width:var(--max-width);border-left:none;border-right:none;margin:0 auto}.section-grid{grid-template-columns:repeat(12,1fr);width:100%;display:grid}.cell{border-bottom:var(--border-thin);padding:60px var(--gutter)}.cell-left{border-right:var(--border-thin);grid-column:span 8}.cell-right{grid-column:span 4}.cell-full{grid-column:span 12}.label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.15em;align-items:center;gap:12px;margin-bottom:24px;font-size:.75rem;font-weight:700;display:inline-flex}.label:before{content:"";background-color:var(--accent-primary);width:16px;height:1px;display:block}.text-accent{color:var(--accent-primary)}.border-b{border-bottom:var(--border-thin)}.border-r{border-right:var(--border-thin)}.list-pipe{gap:16px;margin:0;padding:0;display:grid}.list-pipe li{padding-left:28px;position:relative}.list-pipe li:before{content:"";background:var(--accent-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.btn{background-color:var(--text-primary);color:#fff;cursor:pointer;border-radius:var(--radius-sm);border:none;align-items:center;padding:16px 32px;font-size:1rem;font-weight:500;transition:opacity .2s;display:inline-flex}.btn:hover{opacity:.9}.btn-outline{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000}.btn-accent{background-color:var(--accent-primary)}.fade-in{animation:.8s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.cell-left,.cell-right{grid-column:1/-1}.cell-left{border-right:none}}@media (max-width:768px){:root{--header-height:64px;--gutter:24px}.cell{padding:40px var(--gutter)}h1{font-size:clamp(2.1rem,9vw,3.25rem)}h2{font-size:clamp(1.65rem,6.5vw,2.25rem)}h3{font-size:clamp(1.25rem,4.5vw,1.65rem)}.btn{justify-content:center;width:100%;padding:14px 24px}}@media (max-width:480px){:root{--gutter:20px}.cell{padding:32px var(--gutter)}}@media (hover:hover) and (prefers-reduced-motion:no-preference){main img:not([data-no-image-hover]){transition:transform .6s cubic-bezier(.33,1,.68,1)}main img:not([data-no-image-hover]):hover{transform:scale(1.04)}}@media (hover:none){.btn:hover{opacity:1}}
:root{--bg-primary:#f6f8fa;--bg-secondary:#edf1f4;--text-primary:#0d1321;--text-secondary:#0d1321b8;--accent-primary:#2daa7f;--accent-secondary:#3b464c;--line-color:#0d132124;--dark-surface:#071f29;--dark-surface-secondary:#061e18;--dark-surface-soft:#082720;--dark-text-primary:#f7fafc;--dark-text-secondary:#f7fafcc2;--font-sans:"Inter",sans-serif;--max-width:1440px;--header-height:80px;--border-thin:1px solid var(--line-color);--radius-sm:4px;--radius-md:8px;--radius-lg:16px}:is([class*=darkBand],[class*=darkSection],[class*=v3AccentBand],[class*=v3InsightsBand]) :is(.label,[class*=label]){color:var(--dark-text-primary)}:is([class*=darkBand],[class*=darkSection],[class*=v3AccentBand],[class*=v3InsightsBand]) :is(.label,[class*=label]):before{background-color:var(--accent-primary)}
.Header-module__hBw1pG__header{background-color:var(--bg-primary);z-index:1000;border-bottom:var(--border-thin);transition:background-color .28s,border-color .28s,-webkit-backdrop-filter .28s,backdrop-filter .28s;position:sticky;top:0}.Header-module__hBw1pG__headerInner{height:var(--header-height);max-width:var(--max-width);border-left:none;border-right:none;grid-template-columns:280px 1fr 200px;align-items:stretch;width:100%;margin:0 auto;display:grid}.Header-module__hBw1pG__logoSection{border-left:none;border-right:none;align-items:center;padding:0 40px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{aspect-ratio:2361.54/1149.65;object-fit:contain;width:auto;max-width:none;height:40px;display:block}.Header-module__hBw1pG__nav{border-left:none;border-right:none;align-items:center;padding:0 40px;display:flex}.Header-module__hBw1pG__navList{gap:32px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500;transition:opacity .2s}.Header-module__hBw1pG__navLink:hover{opacity:.6}.Header-module__hBw1pG__practiceAreasMenu{position:relative}.Header-module__hBw1pG__practiceAreasToggle{color:var(--text-primary);cursor:pointer;font:inherit;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:.9rem;font-weight:500;display:inline-flex}.Header-module__hBw1pG__practiceAreasToggle:after{content:"";border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;transition:transform .2s;transform:translateY(-2px)rotate(45deg)}.Header-module__hBw1pG__practiceAreasToggle[aria-expanded=true]:after{transform:translateY(2px)rotate(225deg)}.Header-module__hBw1pG__practiceAreasDropdown{background:var(--bg-primary);border:var(--border-thin);width:280px;padding:12px 20px;display:none;position:absolute;top:calc(100% + 18px);left:-20px;box-shadow:0 12px 24px #1118271f}.Header-module__hBw1pG__practiceAreasDropdownOpen{display:block}.Header-module__hBw1pG__practiceAreasDropdown a{color:var(--text-primary);padding:9px 0;font-size:.85rem;line-height:1.3;display:block}.Header-module__hBw1pG__practiceAreasDropdown a:hover{color:var(--accent-primary)}.Header-module__hBw1pG__actions{border-left:none;border-right:none;justify-content:center;align-items:center;padding:0 28px;display:flex}.Header-module__hBw1pG__cta{border:1.5px solid var(--text-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background-color:#0000;align-items:center;gap:10px;padding:11px 20px;font-size:.9rem;font-weight:600;transition:background-color .28s,border-color .28s,color .28s,gap .28s;display:inline-flex}.Header-module__hBw1pG__cta:after{content:"→";font-size:1rem;line-height:1;transition:transform .28s}.Header-module__hBw1pG__cta:hover{background-color:var(--accent-primary);border-color:var(--accent-primary);color:#fff;gap:14px}.Header-module__hBw1pG__cta:hover:after{transform:translate(2px)}.Header-module__hBw1pG__headerV2 .Header-module__hBw1pG__navLink,.Header-module__hBw1pG__headerV2 .Header-module__hBw1pG__practiceAreasToggle{text-transform:none;letter-spacing:.015em;font-size:.95rem}.Header-module__hBw1pG__headerV2 .Header-module__hBw1pG__cta{text-transform:none;letter-spacing:.015em}.Header-module__hBw1pG__headerOverlay{background:0 0;border-bottom-color:#0000;width:100%;position:fixed}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__navLink,.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__logoSection,.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__cta,.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__practiceAreasToggle{color:#fff}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__practiceAreasDropdown{background:var(--dark-surface);border-color:#f7fafc26}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__practiceAreasDropdown a{color:var(--dark-text-primary)}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__cta{background-color:#0000;border-color:#ffffffe6}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__cta:hover{color:var(--text-primary);background-color:#fff;border-color:#fff}.Header-module__hBw1pG__headerSolid{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#f9fafbf5;border-bottom-color:#1118271f}.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__navLink,.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__logoSection,.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__cta,.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__practiceAreasToggle{color:var(--text-primary)}.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__cta{border-color:var(--text-primary);color:var(--text-primary);background-color:#0000}.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__cta:hover{background-color:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.Header-module__hBw1pG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Header-module__hBw1pG__menuToggle,.Header-module__hBw1pG__menuBackdrop,.Header-module__hBw1pG__mobileCta{display:none}@media (max-width:1024px){.Header-module__hBw1pG__headerInner{grid-template-columns:200px 1fr auto}.Header-module__hBw1pG__actions{display:none}}@media (max-width:768px){.Header-module__hBw1pG__header{--header-height:64px}.Header-module__hBw1pG__headerInner{height:var(--header-height);justify-content:space-between;align-items:center;gap:16px;padding:0 20px;display:flex}.Header-module__hBw1pG__logoSection{border-right:none;flex:none;padding:0}.Header-module__hBw1pG__logoImage{width:auto;height:32px}.Header-module__hBw1pG__menuToggle{width:44px;height:44px;color:var(--accent-primary);cursor:pointer;z-index:1002;-webkit-tap-highlight-color:#2daa7f2e;background:#2daa7f1a;border:none;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0;transition:background-color .2s,color .2s;display:flex}.Header-module__hBw1pG__menuToggle:hover,.Header-module__hBw1pG__menuToggle:focus-visible{background:#2daa7f29}.Header-module__hBw1pG__menuBar{background-color:currentColor;width:22px;height:2px;transition:transform .28s,opacity .28s;display:block}.Header-module__hBw1pG__headerMenuOpen .Header-module__hBw1pG__menuBar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__headerMenuOpen .Header-module__hBw1pG__menuBar:nth-child(2){opacity:0}.Header-module__hBw1pG__headerMenuOpen .Header-module__hBw1pG__menuBar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__menuBackdrop{inset:var(--header-height)0 0;opacity:0;pointer-events:none;z-index:998;cursor:pointer;background:#090c118c;border:none;padding:0;transition:opacity .3s;display:block;position:fixed}.Header-module__hBw1pG__menuBackdropVisible{opacity:1;pointer-events:auto}.Header-module__hBw1pG__nav{top:var(--header-height);box-sizing:border-box;background-color:var(--bg-primary);border-left:var(--border-thin);z-index:1001;overscroll-behavior:contain;visibility:hidden;pointer-events:none;flex-direction:column;align-items:stretch;width:min(100vw,360px);max-width:100%;margin:0;padding:28px 24px 40px;transition:transform .35s cubic-bezier(.16,1,.3,1),visibility 0s linear .35s;position:fixed;bottom:0;left:auto;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__navOpen{visibility:visible;pointer-events:auto;transition:transform .35s cubic-bezier(.16,1,.3,1);transform:translate(0,0)}.Header-module__hBw1pG__navList{flex-direction:column;gap:0}.Header-module__hBw1pG__navLink{border-bottom:1px solid var(--line-color);padding:16px 0;font-size:1.05rem;display:block}.Header-module__hBw1pG__practiceAreasToggle{border-bottom:1px solid var(--line-color);text-transform:uppercase;justify-content:space-between;width:100%;padding:16px 0;font-size:1.05rem}.Header-module__hBw1pG__practiceAreasDropdown{width:auto;box-shadow:none;background:0 0;border:0;margin:0;padding:4px 0 8px 16px;position:static}.Header-module__hBw1pG__practiceAreasDropdown a{padding:10px 0;font-size:.95rem}.Header-module__hBw1pG__navLink:hover{opacity:1;color:var(--accent-primary)}.Header-module__hBw1pG__mobileCta{border:1.5px solid var(--text-primary);text-transform:none;letter-spacing:.015em;justify-content:center;align-items:center;gap:10px;margin-top:28px;padding:14px 22px;font-size:.95rem;font-weight:600;display:inline-flex}.Header-module__hBw1pG__mobileCta:after{content:"→"}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__menuToggle{color:var(--accent-primary);background:#2daa7f29}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__nav{background-color:var(--dark-surface);border-left-color:#f7fafc26}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__navLink,.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__practiceAreasToggle{color:var(--dark-text-primary);border-bottom-color:#f7fafc1f}.Header-module__hBw1pG__headerOverlay .Header-module__hBw1pG__mobileCta{color:#fff;border-color:#ffffffd9}.Header-module__hBw1pG__headerSolid .Header-module__hBw1pG__nav,.Header-module__hBw1pG__headerMenuOpen .Header-module__hBw1pG__nav{background-color:var(--bg-primary)}.Header-module__hBw1pG__headerMenuOpen{-webkit-backdrop-filter:none;backdrop-filter:none}.Header-module__hBw1pG__headerMenuOpen .Header-module__hBw1pG__menuToggle{color:var(--accent-primary);background:#2daa7f29}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-primary)}.Footer-module__S6Hkya__footerInner{grid-template-columns:280px 1fr;min-height:400px;display:grid}.Footer-module__S6Hkya__brandCol{border-right:var(--border-thin);flex-direction:column;gap:32px;padding:80px 40px;display:flex}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__linksGrid{grid-template-columns:repeat(3,1fr);gap:40px;padding:80px 40px;display:grid}.Footer-module__S6Hkya__linkGroup h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:24px;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__linkGroup h4 a{color:inherit;text-decoration:none}.Footer-module__S6Hkya__linkGroup h4 a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__linkGroup ul{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__linkGroup li{color:var(--text-secondary);font-size:.9rem}.Footer-module__S6Hkya__linkGroup li a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__bottomBar{border-top:var(--border-thin);color:var(--text-secondary);opacity:.6;justify-content:space-between;padding:32px 40px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__legal{flex-wrap:wrap;gap:16px 24px;max-width:800px;display:flex}.Footer-module__S6Hkya__legal a:hover{text-decoration:underline}.Footer-module__S6Hkya__cookieSettingsBtn{font:inherit;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.Footer-module__S6Hkya__cookieSettingsBtn:hover{color:var(--accent-primary);text-decoration:underline}@media (max-width:991px){.Footer-module__S6Hkya__footerInner{grid-template-columns:1fr}.Footer-module__S6Hkya__brandCol{border-right:none;border-bottom:var(--border-thin);min-height:auto}.Footer-module__S6Hkya__linksGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__S6Hkya__footerInner{min-height:auto}.Footer-module__S6Hkya__brandCol,.Footer-module__S6Hkya__linksGrid{padding:48px 24px}.Footer-module__S6Hkya__linksGrid{grid-template-columns:1fr;gap:32px}.Footer-module__S6Hkya__bottomBar{flex-direction:column;gap:16px;padding:24px}.Footer-module__S6Hkya__legal{flex-direction:column;gap:12px}}@media (max-width:480px){.Footer-module__S6Hkya__brandCol,.Footer-module__S6Hkya__linksGrid{padding:40px 20px}}
.CookieBanner-module__3JinOG__banner{z-index:1200;background:var(--dark-surface);color:var(--dark-text-primary);border-top:1px solid #f7fafc1f;position:fixed;bottom:0;left:0;right:0}.CookieBanner-module__3JinOG__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:32px;margin:0 auto;padding:20px 40px;display:flex}.CookieBanner-module__3JinOG__copy{max-width:720px}.CookieBanner-module__3JinOG__title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.8rem;font-weight:700}.CookieBanner-module__3JinOG__body{color:var(--dark-text-secondary);white-space:pre-wrap;font-size:.9rem;line-height:1.55}.CookieBanner-module__3JinOG__body a{color:var(--dark-text-primary);text-decoration:underline}.CookieBanner-module__3JinOG__actions{flex-shrink:0;gap:12px;display:flex}.CookieBanner-module__3JinOG__reject,.CookieBanner-module__3JinOG__accept{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:1.5px solid #0000;padding:11px 20px;font-size:.8rem;font-weight:600}.CookieBanner-module__3JinOG__reject{color:var(--dark-text-primary);background:0 0;border-color:#f7fafc66}.CookieBanner-module__3JinOG__reject:hover{border-color:var(--dark-text-primary)}.CookieBanner-module__3JinOG__accept{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.CookieBanner-module__3JinOG__accept:hover{filter:brightness(1.06)}@media (max-width:768px){.CookieBanner-module__3JinOG__inner{flex-direction:column;align-items:stretch;gap:16px;padding:20px 24px}.CookieBanner-module__3JinOG__actions{flex-direction:column-reverse}.CookieBanner-module__3JinOG__reject,.CookieBanner-module__3JinOG__accept{width:100%}}
