:root{--color-primary:#3a2953;--color-primary-strong:#2a1e35;--color-secondary:#6d5c89;--color-cta:#7c5d31;--color-cta-strong:#654b27;--color-background:#f6f3ed;--color-surface:#fcfaf6;--color-surface-strong:#fff;--color-text:#111827;--color-border:#d7d0c2;--color-border-strong:#c4b9a7;--color-surface-inverse:#261b36;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--shadow-sm:0 4px 10px rgba(58,41,83,.07);--shadow-md:0 12px 28px rgba(58,41,83,.09);--shadow-lg:0 26px 48px rgba(58,41,83,.11)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{position:relative;min-height:100vh;color:var(--color-text);font-family:var(--font-body),sans-serif;line-height:1.7;background:radial-gradient(circle at 8% -10%,rgba(124,93,49,.14),transparent 40%),radial-gradient(circle at 90% -20%,rgba(58,41,83,.12),transparent 52%),linear-gradient(180deg,#f9f7f2,#f3efe7 55%,#f8f5ee)}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.14;background:repeating-linear-gradient(90deg,rgba(58,41,83,.04),rgba(58,41,83,.04) 1px,transparent 0,transparent 4px);z-index:-1}main{position:relative;overflow:clip}h1,h2,h3{margin:0 0 var(--space-md);color:var(--color-primary);font-family:var(--font-heading),serif;line-height:1.08;letter-spacing:-.01em;text-wrap:balance}h1{font-size:clamp(2.1rem,5.5vw,3.8rem)}h2{font-size:clamp(1.75rem,4vw,2.6rem)}h3{font-size:clamp(1.25rem,2.8vw,1.6rem)}p{margin:0 0 var(--space-md);color:var(--color-secondary)}a{color:inherit;text-decoration:none;transition:color .22s ease,border-color .22s ease,background-color .22s ease,transform .22s ease,box-shadow .22s ease}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.btn-primary,.btn-secondary,a,button{cursor:pointer}.container{width:min(69rem,calc(100% - 2.75rem));margin-inline:auto}.top-bar{position:relative;overflow:hidden;border-bottom:1px solid hsla(0,0%,100%,.14);background:var(--color-surface-inverse)}.top-bar:after,.top-bar:before{content:"";position:absolute;top:0;bottom:0;width:3rem;pointer-events:none;z-index:1}.top-bar:before{left:0;background:linear-gradient(90deg,var(--color-surface-inverse) 0,rgba(38,27,54,0) 100%)}.top-bar:after{right:0;background:linear-gradient(270deg,var(--color-surface-inverse) 0,rgba(38,27,54,0) 100%)}.top-bar-track{width:max-content;display:flex;align-items:center;padding:.56rem 0;animation:top-bar-scroll 38s linear infinite;will-change:transform}.top-bar:focus-within .top-bar-track,.top-bar:hover .top-bar-track{animation-play-state:paused}.top-bar-group{flex-shrink:0;min-width:max-content;display:flex;align-items:center;gap:0;padding-right:1.6rem}.top-bar-item{display:inline-flex;align-items:center;gap:.86rem;color:rgba(247,249,253,.86);font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.top-bar-separator{color:hsla(38,42%,72%,.92);font-weight:700}@keyframes top-bar-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(58,41,83,.12);background:hsla(40,33%,95%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-shell{position:relative;min-height:5.25rem;justify-content:space-between;gap:var(--space-lg)}.brand,.nav-shell{display:flex;align-items:center}.brand{min-width:0;gap:.95rem}.brand-logo{display:block;height:2.65rem;width:auto;max-width:min(48vw,15rem);object-fit:contain}.site-nav{position:relative;margin-left:auto}.site-nav,.site-nav-links{display:flex;align-items:center;gap:1.2rem}.mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;border:1px solid var(--color-border);border-radius:.26rem;padding:0;background:hsla(40,50%,98%,.88);color:var(--color-primary)}.mobile-nav-toggle-icon{position:relative;width:1.15rem;height:.95rem}.mobile-nav-toggle-icon span{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:currentColor;transition:top .22s ease,transform .22s ease,opacity .22s ease}.mobile-nav-toggle-icon span:first-child{top:0}.mobile-nav-toggle-icon span:nth-child(2){top:calc(50% - 1px)}.mobile-nav-toggle-icon span:nth-child(3){top:calc(100% - 2px)}.mobile-nav-toggle.is-active .mobile-nav-toggle-icon span:first-child{top:calc(50% - 1px);transform:rotate(45deg)}.mobile-nav-toggle.is-active .mobile-nav-toggle-icon span:nth-child(2){opacity:0}.mobile-nav-toggle.is-active .mobile-nav-toggle-icon span:nth-child(3){top:calc(50% - 1px);transform:rotate(-45deg)}.nav-dropdown-trigger,.site-nav-links>a:not(.nav-button){position:relative;display:inline-flex;align-items:center;gap:.26rem;border:0;padding:0;background:transparent;color:var(--color-primary);font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.nav-dropdown-trigger:after,.site-nav-links>a:not(.nav-button):after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:1px;opacity:.4;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.nav-dropdown-trigger:hover,.site-nav-links>a:not(.nav-button):hover{color:var(--color-cta)}.nav-dropdown-trigger:hover:after,.nav-dropdown.is-open .nav-dropdown-trigger:after,.site-nav-links>a:not(.nav-button):hover:after{transform:scaleX(1)}.nav-dropdown{position:relative}.nav-dropdown-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-dropdown-trigger svg{width:.88rem;height:.88rem;transition:transform .22s ease}.nav-dropdown-trigger path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-dropdown.is-open .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .68rem);left:0;width:min(22rem,78vw);display:none;gap:.24rem;border:1px solid var(--color-border);border-radius:.28rem;padding:.4rem;background:var(--color-surface-strong);box-shadow:var(--shadow-lg);z-index:120}.nav-dropdown.is-open .nav-dropdown-menu{display:grid}.nav-dropdown-item{display:grid;grid-gap:.08rem;gap:.08rem;padding:.58rem .64rem;border:1px solid transparent;border-radius:.2rem;transition:background-color .22s ease,border-color .22s ease}.nav-dropdown-item strong{color:var(--color-primary);font-size:.82rem}.nav-dropdown-item small{color:var(--color-secondary);font-size:.7rem;line-height:1.35}.nav-dropdown-item:hover{border-color:var(--color-border-strong);background:var(--color-surface)}.nav-dropdown-index{border-color:rgba(124,93,49,.36);background:rgba(124,93,49,.08)}.nav-button{min-width:10rem;white-space:nowrap;justify-content:center}.site-nav-links>.nav-button:after{display:none}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.36rem;border-radius:.24rem;padding:.78rem 1.22rem;border:1px solid transparent;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.btn-primary{color:#fdfbf7;border-color:var(--color-primary);background:var(--color-primary);box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-1px);background:var(--color-primary-strong)}.btn-secondary{color:var(--color-primary);border-color:var(--color-border-strong);background:transparent}.btn-secondary:hover{transform:translateY(-1px);border-color:var(--color-primary);background:rgba(58,41,83,.05)}.hero{padding:clamp(3rem,8vw,6rem) 0 clamp(2.75rem,7vw,4.8rem)}.hero-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(19rem,.9fr);align-items:start;grid-gap:clamp(var(--space-lg),5vw,var(--space-3xl));gap:clamp(var(--space-lg),5vw,var(--space-3xl))}.hero-content{max-width:42rem}.eyebrow{margin-bottom:var(--space-sm);color:var(--color-cta);font-size:.71rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.lead{max-width:39rem;font-size:1.08rem}.hero-cta{margin-top:var(--space-lg);display:flex;flex-wrap:wrap;gap:.72rem}.hero-visual{position:relative;border:1px solid var(--color-border);border-radius:.35rem;padding:clamp(.9rem,2vw,1.2rem);background:linear-gradient(180deg,var(--color-surface-strong),var(--color-surface));box-shadow:var(--shadow-md)}.hero-visual:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-cta),rgba(124,93,49,0))}.hero-visual img{display:block;width:100%;height:auto;border-radius:.22rem}.section{padding:clamp(2.7rem,7vw,5rem) 0}.section-header{max-width:45rem;margin-bottom:var(--space-xl)}.why-cusumano-card{position:relative;border:1px solid var(--color-border);border-radius:.35rem;padding:clamp(1.5rem,4vw,2.5rem);background:linear-gradient(180deg,var(--color-surface-strong),var(--color-surface));box-shadow:var(--shadow-md)}.why-cusumano-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:.35rem .35rem 0 0;background:linear-gradient(90deg,var(--color-cta),rgba(124,93,49,0))}.why-cusumano-header{margin-bottom:var(--space-lg)}.tagline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.tagline-item{margin:0;padding:1.15rem 1.1rem;border:1px solid var(--color-border);border-radius:.3rem;background:var(--color-surface-strong);font-size:1.02rem;line-height:1.55;color:var(--color-text);transition:border-color .22s ease,box-shadow .22s ease}.tagline-item:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.05rem;gap:1.05rem}.capability{position:relative;min-height:14rem;display:grid;align-content:start;grid-gap:.56rem;gap:.56rem;border:1px solid var(--color-border);border-radius:.32rem;padding:1.45rem 1.35rem;background:var(--color-surface-strong);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.capability:before{content:"";width:2.1rem;height:2px;margin-bottom:.34rem;background:var(--color-cta)}.capability:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.section-contrast{border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid rgba(58,41,83,.45);background:var(--color-surface-inverse)}.section-contrast h2,.section-contrast h3{color:#f3f1f7}.section-contrast li,.section-contrast p{color:#d4cce3}.section-contrast .eyebrow{color:#d6c09a}.section-contrast .btn-primary{border-color:var(--color-cta);background:var(--color-cta);color:#fffdf9}.section-contrast .btn-primary:hover{background:var(--color-cta-strong)}.process-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;grid-gap:clamp(var(--space-lg),5vw,var(--space-2xl));gap:clamp(var(--space-lg),5vw,var(--space-2xl))}.process-visual{border:1px solid rgba(215,225,240,.24);border-radius:.35rem;padding:1rem;background:rgba(9,16,30,.46)}.process-list{list-style:none;margin:var(--space-lg) 0 var(--space-xl);padding:0;counter-reset:process;display:grid;grid-gap:.7rem;gap:.7rem}.process-list li{position:relative;padding:.72rem .86rem .72rem 2.95rem;border:1px solid rgba(215,225,240,.22);border-radius:.3rem;background:rgba(9,16,30,.36)}.process-list li:before{content:counter(process);counter-increment:process;position:absolute;left:.86rem;top:50%;transform:translateY(-50%);width:1.45rem;height:1.45rem;display:grid;place-items:center;border:1px solid hsla(38,42%,72%,.62);border-radius:999px;color:#f4e8d3;font-size:.72rem;font-weight:700}.notify-band{position:relative;padding:clamp(2.8rem,6.2vw,4.2rem) 0}.notify-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.96fr);grid-gap:clamp(var(--space-lg),4vw,var(--space-2xl));gap:clamp(var(--space-lg),4vw,var(--space-2xl));align-items:center;border:1px solid #e4dfd4;border-radius:.35rem;padding:clamp(1.25rem,3vw,1.8rem);background:#faf7f1;box-shadow:var(--shadow-md)}.notify-copy h2{margin-bottom:.56rem;font-size:clamp(1.48rem,3.6vw,2.2rem)}.notify-copy p{margin-bottom:0}.notify-form{display:grid;grid-gap:.5rem;gap:.5rem}.notify-form label{color:var(--color-primary);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.notify-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.6rem;gap:.6rem;align-items:center}.notify-note{margin:0;color:#716883;font-size:.79rem}.listing-shell h1{font-size:clamp(2rem,4.6vw,3rem)}.listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.05rem;gap:1.05rem}.listing-card{min-height:15rem;display:grid;align-content:start;grid-gap:.62rem;gap:.62rem;border:1px solid var(--color-border);border-radius:.3rem;padding:1.45rem 1.35rem;background:var(--color-surface-strong);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.listing-card:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.listing-card h2{margin-bottom:.28rem;font-size:1.55rem}.listing-kicker{margin:0;color:var(--color-cta);font-size:.69rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.listing-card .btn-secondary{margin-top:auto}.practice-detail{--practice-accent:var(--color-cta)}.practice-shell{display:grid;grid-gap:1.1rem;gap:1.1rem}.practice-hero{position:relative;border:1px solid var(--color-border);border-radius:.3rem;padding:clamp(1.35rem,3vw,1.85rem);background:var(--color-surface-strong)}.practice-hero:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--practice-accent)}.practice-hero h1{font-size:clamp(1.9rem,4.2vw,2.95rem)}.practice-panels{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.05rem;gap:1.05rem}.practice-panel{border:1px solid var(--color-border);border-radius:.3rem;padding:1.35rem 1.25rem;background:var(--color-surface-strong)}.practice-panel h2{margin-bottom:.62rem;color:var(--practice-accent)}.practice-panel ol,.practice-panel ul{margin:0;padding-left:1.08rem;display:grid;grid-gap:.54rem;gap:.54rem}.practice-panel li{color:var(--color-secondary)}.practice-outcome{border:1px solid var(--color-border);border-left:4px solid var(--practice-accent);border-radius:.3rem;padding:1.35rem 1.25rem;background:var(--color-surface)}.practice-outcome h2{color:var(--practice-accent)}.practice-actions{margin-top:var(--space-lg);display:flex;flex-wrap:wrap;gap:.72rem}.attorney-shell{display:grid;grid-gap:1.1rem;gap:1.1rem}.attorney-hero{border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:.3rem;padding:clamp(1.35rem,3vw,1.85rem);background:var(--color-surface-strong)}.attorney-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.05rem;gap:1.05rem}.attorney-panel{border:1px solid var(--color-border);border-radius:.3rem;padding:1.35rem 1.25rem;background:var(--color-surface-strong)}.attorney-panel ul{margin:0;padding-left:1.08rem;display:grid;grid-gap:.54rem;gap:.54rem}.attorney-panel li{color:var(--color-secondary)}.attorney-actions{display:flex;flex-wrap:wrap;gap:.72rem}.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;grid-gap:clamp(var(--space-lg),4.4vw,var(--space-2xl));gap:clamp(var(--space-lg),4.4vw,var(--space-2xl))}.contact-aside{border:1px solid var(--color-border);border-radius:.3rem;padding:clamp(1.4rem,3.4vw,1.9rem);background:var(--color-surface)}.contact-meta{margin:var(--space-lg) 0 0;display:grid;grid-gap:.82rem;gap:.82rem}.contact-meta div{border-top:1px solid var(--color-border);padding-top:.7rem}.contact-meta dt{margin-bottom:var(--space-xs);color:var(--color-primary);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-meta dd{margin:0;color:var(--color-secondary)}.contact-form{border:1px solid var(--color-border);border-radius:.3rem;padding:clamp(1.4rem,3.4vw,1.95rem);background:var(--color-surface-strong);box-shadow:var(--shadow-sm)}.form-head{margin-bottom:var(--space-md)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-md);gap:var(--space-md)}.contact-form label{display:block;margin:.86rem 0 .32rem;color:var(--color-primary);font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.input{width:100%;border:1px solid var(--color-border);border-radius:.2rem;padding:.76rem .82rem;color:var(--color-text);background:#fff;transition:border-color .22s ease,box-shadow .22s ease}.input::placeholder{color:#7a7388}.input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(58,41,83,.18)}textarea.input{min-height:9rem;resize:vertical}.full-width{width:100%}.form-note{margin-top:var(--space-sm);color:#716883;font-size:.83rem}.form-feedback{margin-bottom:var(--space-md);padding:.75rem 1rem;border-radius:var(--radius-md,8px);font-size:.92rem;line-height:1.45}.form-feedback--success{background:rgba(34,139,34,.1);border:1px solid rgba(34,139,34,.35);color:#1b5e20}.form-feedback--error{background:rgba(176,0,32,.08);border:1px solid rgba(176,0,32,.35);color:#6a1020}.site-footer{margin-top:0;border-top:1px solid hsla(0,0%,100%,.12);background:var(--color-surface-inverse)}.footer-shell{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-xl);gap:var(--space-xl);padding:clamp(1.85rem,5vw,var(--space-2xl)) 0}.footer-shell h2,.footer-shell h3{margin-bottom:.4rem;color:#f0edf5}.footer-shell p{margin-bottom:.32rem;color:#c9bfd8}.reveal{opacity:0;transform:translateY(10px);animation:rise-in .56s cubic-bezier(.19,.8,.24,1) forwards}.reveal-1{animation-delay:70ms}.reveal-2{animation-delay:.17s}.reveal-3{animation-delay:.26s}@keyframes rise-in{to{opacity:1;transform:translateY(0)}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(124,93,49,.72);outline-offset:3px}@media (max-width:64rem){.attorney-grid,.contact-layout,.footer-shell,.hero-layout,.notify-shell,.practice-panels,.process-layout{grid-template-columns:1fr}.capability-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tagline-grid{grid-template-columns:1fr}.capability,.listing-card{min-height:0}.hero-visual{order:-1}}@media (max-width:54rem){.nav-shell{min-height:4.8rem;align-items:center;gap:.7rem;padding:.7rem 0}.site-nav{flex-direction:column;align-items:flex-end;gap:0}.mobile-nav-toggle{display:inline-flex}.site-nav-links{position:absolute;top:calc(100% + .58rem);right:0;width:min(22rem,calc(100vw - 1.5rem));display:grid;grid-gap:.44rem;gap:.44rem;border:1px solid var(--color-border);border-radius:.34rem;padding:.74rem;background:hsla(0,0%,100%,.98);box-shadow:var(--shadow-lg);max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-8px) scale(.98);transform-origin:top right;transition:max-height .32s cubic-bezier(.19,.8,.24,1),opacity .22s ease,transform .3s cubic-bezier(.19,.8,.24,1),padding .22s ease;z-index:140}.site-nav.is-mobile-open .site-nav-links{max-height:min(74vh,32rem);opacity:1;overflow:auto;pointer-events:auto;transform:translateY(0) scale(1)}.nav-dropdown-trigger,.site-nav-links>a:not(.nav-button){width:100%;justify-content:space-between;padding:.58rem .52rem;border:1px solid transparent;border-radius:.24rem}.nav-dropdown-trigger:after,.site-nav-links>a:not(.nav-button):after{display:none}.nav-dropdown-trigger:hover,.site-nav-links>a:not(.nav-button):hover{border-color:var(--color-border);background:var(--color-surface)}.nav-dropdown{width:100%}.nav-dropdown-menu{position:static;width:100%;margin-top:0;display:grid;grid-gap:.28rem;gap:.28rem;border:0;border-left:1px solid var(--color-border);border-radius:0;padding:0 0 0 .72rem;background:transparent;box-shadow:none;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-4px);transition:max-height .26s cubic-bezier(.19,.8,.24,1),opacity .22s ease,transform .22s ease,margin-top .22s ease}.nav-dropdown.is-open .nav-dropdown-menu{margin-top:.3rem;max-height:24rem;opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-item{padding:.5rem .56rem}.site-nav-links>.nav-button{width:100%;min-width:0;margin-top:.24rem}.nav-button{min-width:0}.form-grid{grid-template-columns:1fr}}@media (max-width:40rem){.container{width:min(69rem,calc(100% - 1.5rem))}.brand{gap:.7rem}.top-bar:after,.top-bar:before{width:1.8rem}.top-bar-track{padding:.5rem 0;animation-duration:34s}.top-bar-item{font-size:.6rem;letter-spacing:.1em}.brand-text strong{font-size:.95rem}.brand-text small{display:none}.site-nav-links{width:calc(100vw - 1.5rem)}h1{font-size:clamp(1.86rem,10vw,2.95rem)}.lead{font-size:1rem}.capability-grid,.listing-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.top-bar{overflow-x:auto}.top-bar:after,.top-bar:before{display:none}.top-bar-track{width:auto;animation:none!important;padding-inline:.75rem}.top-bar-group[aria-hidden=true]{display:none}}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d7b29b398dd797a1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/65303d7bdb6c1b1a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/891631c764a307b2-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/73b9b49ded63c2ac-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/59be34f4d8f1ff65-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39a40c15606bb1f5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__EB_Garamond_f7956c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/23081e227a96aa1a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__EB_Garamond_Fallback_f7956c;src:local("Times New Roman");ascent-override:106.26%;descent-override:31.44%;line-gap-override:0.00%;size-adjust:94.77%}.__className_f7956c{font-family:__EB_Garamond_f7956c,__EB_Garamond_Fallback_f7956c;font-style:normal}.__variable_f7956c{--font-heading:"__EB_Garamond_f7956c","__EB_Garamond_Fallback_f7956c"}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9ce3050912c26948-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cce080f35d014443-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39969fcf98a3026e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_06d0dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_Fallback_06d0dd;src:local("Arial");ascent-override:101.03%;descent-override:21.80%;line-gap-override:0.00%;size-adjust:97.69%}.__className_06d0dd{font-family:__Lato_06d0dd,__Lato_Fallback_06d0dd;font-style:normal}.__variable_06d0dd{--font-body:"__Lato_06d0dd","__Lato_Fallback_06d0dd"}