:root{--navy:#0a1f44;--navy-deep:#061534;--navy-soft:#1a3160;--gold:#d4af37;--gold-soft:#ecd078;--ink:#1a1a1a;--slate:#4a5568;--mist:#f5f7fa;--line:#e2e8f0;--white:#fff;--shadow:0 10px 30px rgba(10,31,68,.08);--shadow-lg:0 20px 50px rgba(10,31,68,.15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--ink);line-height:1.65;background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-playfair),"Playfair Display",Georgia,serif;color:var(--navy);line-height:1.2;font-weight:600;letter-spacing:-.01em}h1{font-size:clamp(2.25rem,4.5vw,3.75rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}h3{font-size:1.4rem}h3,h4{margin-bottom:.5rem}h4{font-size:1.1rem}p{margin-bottom:1rem;color:var(--slate)}a{color:var(--navy);text-decoration:none;transition:color .2s ease}a:hover{color:var(--gold)}.site-nav{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.95)}.nav-inner{max-width:1200px;margin:0 auto;padding:1.1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{gap:.6rem;font-family:Playfair Display,Georgia,serif;font-size:1.4rem;color:var(--navy);letter-spacing:-.01em}.logo,.logo-mark{display:flex;align-items:center;font-weight:700}.logo-mark{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--navy),var(--navy-soft));justify-content:center;color:var(--gold);font-size:1.1rem}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-size:.95rem;font-weight:500;color:var(--slate);position:relative}.nav-links a.active,.nav-links a:hover{color:var(--navy)}.nav-links a.active:after{content:"";position:absolute;bottom:-6px;left:0;right:0;height:2px;background:var(--gold);border-radius:1px}.nav-cta{background:var(--navy);padding:.6rem 1.3rem;border-radius:6px;font-weight:500}.nav-cta,.nav-cta:hover{color:var(--white)!important}.nav-cta:hover{background:var(--navy-soft)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:880px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.eyebrow{display:inline-block;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:600;margin-bottom:1rem}.hero{background:linear-gradient(135deg,var(--navy-deep) 0,var(--navy) 60%,var(--navy-soft) 100%);color:var(--white);padding:7rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.18),transparent 60%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:780px}.hero h1{color:var(--white);margin-bottom:1.5rem}.hero p.lede{font-size:1.25rem;color:hsla(0,0%,100%,.85);margin-bottom:2.5rem;max-width:640px}.hero .eyebrow{color:var(--gold-soft)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.9rem 1.8rem;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .2s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--gold);color:var(--navy-deep)}.btn-primary:hover{background:var(--gold-soft);color:var(--navy-deep);transform:translateY(-1px);box-shadow:0 10px 25px hsla(40,46%,60%,.3)}.btn-secondary{background:transparent;color:var(--white);border:1px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{background:hsla(0,0%,100%,.1);color:var(--white);border-color:var(--white)}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-soft);color:var(--white);transform:translateY(-1px)}.page-header{background:linear-gradient(135deg,var(--navy-deep) 0,var(--navy) 100%);padding:5rem 0 4rem;text-align:center}.page-header,.page-header h1{color:var(--white)}.page-header .eyebrow{color:var(--gold-soft)}.page-header p{color:hsla(0,0%,100%,.8);max-width:680px;margin:1rem auto 0;font-size:1.15rem}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:2rem;transition:all .3s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--gold-soft)}.card-icon{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,var(--navy),var(--navy-soft));display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.4rem;font-weight:700;margin-bottom:1.25rem}.card h3{margin-bottom:.75rem}.card p{font-size:.95rem;margin-bottom:0}.section-head{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-head p{font-size:1.1rem;margin-top:.75rem}.bg-mist{background:var(--mist)}.bg-navy{background:linear-gradient(135deg,var(--navy-deep),var(--navy))}.bg-navy,.bg-navy h2,.bg-navy h3{color:var(--white)}.bg-navy p{color:hsla(0,0%,100%,.8)}.bg-navy .eyebrow{color:var(--gold-soft)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:2rem 0}@media (max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}}.stat{text-align:center;padding:1.5rem}.stat-number{font-family:Playfair Display,Georgia,serif;font-size:2.75rem;color:var(--gold);font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:hsla(0,0%,100%,.75);text-transform:uppercase;letter-spacing:.08em}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:4rem 0}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}@media (max-width:900px){.feature-row{grid-template-columns:1fr;gap:2rem}.feature-row.reverse{direction:ltr}}.feature-visual{background:linear-gradient(135deg,var(--navy),var(--navy-soft));border-radius:16px;aspect-ratio:4/3;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.feature-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,hsla(40,46%,60%,.3),transparent 50%),radial-gradient(circle at 70% 80%,hsla(40,46%,60%,.15),transparent 50%)}.feature-visual-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--gold-soft);font-family:Playfair Display,serif;font-size:4rem;font-weight:600;opacity:.4}.map-section{text-align:center}.nationwide-visual{max-width:700px;margin:2rem auto 0;padding:3rem;background:var(--white);border-radius:16px;box-shadow:var(--shadow)}.check-list{list-style:none;margin:1rem 0}.check-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:var(--slate)}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gold);font-weight:700;font-size:1.1rem}.bio-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:3rem;display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:start;margin-top:2rem}@media (max-width:800px){.bio-card{grid-template-columns:1fr;text-align:center}.bio-portrait{margin:0 auto}}.bio-portrait{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--navy-soft));display:flex;align-items:center;justify-content:center;color:var(--gold);font-family:Playfair Display,serif;font-size:4rem;font-weight:600;position:relative;overflow:hidden}.bio-portrait:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,hsla(40,46%,60%,.3),transparent 60%)}.bio-name{font-family:Playfair Display,serif;font-size:1.75rem;color:var(--navy);margin-bottom:.25rem}.bio-title{color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;margin-bottom:1.25rem}.cta-band{background:linear-gradient(135deg,var(--navy-deep),var(--navy));color:var(--white);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;top:50%;left:50%;width:800px;height:800px;transform:translate(-50%,-50%);background:radial-gradient(circle,hsla(40,46%,60%,.1),transparent 60%);pointer-events:none}.cta-band h2{color:var(--white);margin-bottom:1rem}.cta-band p{color:hsla(0,0%,100%,.85);font-size:1.15rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.site-footer{background:var(--navy-deep);color:hsla(0,0%,100%,.7);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand p{color:hsla(0,0%,100%,.6);font-size:.9rem;margin-top:1rem}.footer-col h4{color:var(--white);font-family:Inter,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{color:hsla(0,0%,100%,.65);font-size:.9rem}.footer-col a:hover{color:var(--gold-soft)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:hsla(0,0%,100%,.5)}@media (max-width:600px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.timeline{position:relative;margin:3rem 0;padding-left:2rem}.timeline:before{content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background:var(--line)}.timeline-item{position:relative;padding-bottom:2.5rem}.timeline-item:before{content:"";position:absolute;left:-2rem;top:.5rem;width:14px;height:14px;border-radius:50%;background:var(--gold);border:3px solid var(--white);box-shadow:0 0 0 2px var(--gold)}.timeline-year{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--gold);font-weight:600;margin-bottom:.25rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.page-header>.container{animation:fadeUp .8s ease-out}.contact-form-wrap{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-form{display:grid;gap:1rem;text-align:left}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:600px){.contact-form-row{grid-template-columns:1fr}}.contact-form label{display:block;color:#fff;font-size:.85rem;margin-bottom:.4rem;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem 1rem;border-radius:6px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05);color:#fff;font-family:inherit;font-size:.95rem}.contact-form select option{color:#000}.contact-form textarea{resize:vertical}.contact-form-feedback{font-size:.9rem;margin:0}.contact-form-feedback--success{color:var(--gold-soft)}.contact-form-feedback--error{color:#fca5a5}.contact-section{text-align:center}.contact-section .lede-muted{color:hsla(0,0%,100%,.85);font-size:1.1rem;margin-bottom:2.5rem}.contact-email-note{color:hsla(0,0%,100%,.6);margin-top:2rem;font-size:.95rem}.contact-email-note a{color:var(--gold-soft)}@media (max-width:900px){.nav-inner{flex-direction:column;gap:1rem;padding:1rem 1.25rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.container,.container-narrow{padding:0 1.25rem}section{padding:3.5rem 0}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8ebac9{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_8ebac9{--font-playfair:"Playfair Display","Playfair Display Fallback"}