*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f2340;--navy-mid:#183E66;--navy-light:#1e4a7a;--stone:#D9B036;--stone-light:#f5edcc;--stone-warm:#ede8d0;--warm-bg:#f3f4f6;--white:#ffffff;--red:#ef4444;--btn-cta-bg:#E5993D;--btn-cta-color:#ffffff;--btn-cta-hover:#d4872e;--btn-secondary-bg:#ffde85;--btn-secondary-color:#0f2340;--btn-secondary-hover:#f5d06a;--btn-tertiary-bg:#6b7280;--btn-tertiary-color:#ffffff;--btn-tertiary-hover:#4b5563;--btn-nav-bg:#ffffff;--btn-nav-border:#f0f0f0;--btn-nav-color:#0f2340;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--blue:#2563a8;--blue-light:#dbeafe;--green:#15803d;--green-light:#dcfce7;--orange:#c2410c;--orange-light:#ffedd5;--font-serif:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--font-sans:var(--font-manrope),"DM Sans",sans-serif;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-md:17px;--text-lg:20px;--text-xl:24px;--text-2xl:30px;--text-3xl:38px;--text-4xl:50px;--max-width:1280px;--topbar-h:40px;--header-h:76px;--header-total:116px;--shadow-sm:0 1px 8px rgba(15,35,64,.06);--shadow-md:0 4px 16px rgba(15,35,64,.08);--shadow-lg:0 12px 36px rgba(15,35,64,.12);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:16px}html{scroll-behavior:smooth}body{background:var(--white);color:var(--gray-800);font-size:var(--text-base);line-height:1.65;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn-cta,body{font-family:var(--font-sans)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--btn-cta-bg);color:var(--btn-cta-color);border:none;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:600;padding:12px 24px;cursor:pointer;text-decoration:none;transition:background .15s,transform .1s;white-space:nowrap}.btn-cta:hover{background:var(--btn-cta-hover);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--btn-secondary-bg);color:var(--btn-secondary-color);border:none;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;padding:12px 24px;cursor:pointer;text-decoration:none;transition:background .15s;white-space:nowrap}.btn-secondary:hover{background:var(--btn-secondary-hover)}.btn-tertiary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--btn-tertiary-bg);color:var(--btn-tertiary-color);border:none;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;padding:12px 24px;cursor:pointer;text-decoration:none;transition:background .15s;white-space:nowrap}.btn-tertiary:hover{background:var(--btn-tertiary-hover)}.btn-navy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;padding:12px 24px;cursor:pointer;text-decoration:none;transition:background .15s;white-space:nowrap}.btn-navy:hover{background:var(--navy-mid)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--navy);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;padding:12px 24px;cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s;white-space:nowrap}.btn-outline:hover{border-color:var(--navy);background:var(--gray-50)}.btn-nav{display:inline-flex;align-items:center;gap:.4rem;background:var(--btn-nav-bg);color:var(--btn-nav-color);border:1.5px solid var(--btn-nav-border);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;padding:8px 16px;cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s;white-space:nowrap}.btn-nav.active,.btn-nav:hover{border-color:var(--navy);color:var(--navy);font-weight:600}.btn-nav.active{background:var(--gray-50)}.btn-sm{padding:7px 14px!important;font-size:var(--text-xs)!important}.btn-lg{padding:14px 32px!important;font-size:var(--text-md)!important}.hero-wrapper{background:var(--white);padding:2rem 2rem 2.5rem}.hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 55%,var(--navy-light) 100%);display:flex;align-items:center;position:relative;overflow:hidden;border-radius:12px;max-width:var(--max-width);margin:0 auto}.hero:before{right:-100px;top:-120px;width:600px;height:600px;background:rgba(217,176,54,.06)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{left:-60px;bottom:-80px;width:300px;height:300px;background:rgba(217,176,54,.04)}.hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(217,176,54,.04) 1px,transparent 0),linear-gradient(90deg,rgba(217,176,54,.04) 1px,transparent 0);background-size:60px 60px}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:3.5rem 2.5rem;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:20px}.hero-label:before{content:"";display:block;width:24px;height:1px;background:var(--stone)}.hero-title{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:300;color:var(--white);line-height:1.1;margin-bottom:20px}.hero-title strong{font-weight:600;display:block}.hero-title em{font-style:italic;color:var(--stone)}.hero-desc{font-size:var(--text-base);color:rgba(255,255,255,.62);font-weight:300;line-height:1.75;max-width:460px;margin-bottom:36px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat{display:flex;flex-direction:column}.stat-num{font-family:var(--font-serif);font-size:2.2rem;font-weight:500;color:var(--white);line-height:1}.stat-label{font-size:var(--text-xs);color:rgba(255,255,255,.45);font-weight:300;letter-spacing:.06em;margin-top:4px}.stat-divider{width:1px;background:rgba(255,255,255,.12);height:44px;align-self:center}.hero-right{display:flex;justify-content:flex-end}.hero-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:2rem;width:100%;max-width:420px;backdrop-filter:blur(8px)}.hero-card-label{font-size:var(--text-xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:16px}.hero-card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:var(--white);margin-bottom:5px}.hero-card-loc{font-size:var(--text-xs);color:rgba(255,255,255,.5);margin-bottom:16px;display:flex;align-items:center;gap:4px}.hero-card-img{height:160px;border-radius:var(--radius-sm);margin-bottom:16px;position:relative;overflow:hidden}.hero-card-badge{left:8px;background:var(--navy);color:var(--white);font-weight:500;letter-spacing:.06em;text-transform:uppercase}.hero-card-badge,.hero-card-badge-cta{position:absolute;top:8px;font-size:var(--text-xs);padding:3px 8px;border-radius:3px}.hero-card-badge-cta{right:8px;background:var(--btn-cta-bg);color:var(--btn-cta-color);font-weight:700}.hero-card-price{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:4px}.hero-card-typo{font-size:var(--text-xs);color:rgba(255,255,255,.5);margin-bottom:16px}.hero-card-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.hero-card-tag{font-size:var(--text-xs);font-weight:500;padding:3px 8px;border-radius:3px;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7)}.hero-card-link{display:flex;align-items:center;justify-content:space-between;color:var(--stone);font-size:var(--text-sm);font-weight:500;text-decoration:none;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}section{padding:4rem 2rem}.section-inner{max-width:var(--max-width);margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;gap:1rem}.section-title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:300;color:var(--navy);line-height:1.2}.section-title strong{font-weight:600}.section-link{font-size:var(--text-sm);color:var(--navy);font-weight:500;text-decoration:none;display:flex;align-items:center;gap:4px;white-space:nowrap;opacity:.7;transition:opacity .15s}.section-link:hover{opacity:1}.programmes{background:var(--warm-bg)}.programmes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-img{height:180px;position:relative;overflow:hidden;background:var(--navy)}.card-img img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;font-size:var(--text-xs);font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:.06em;text-transform:uppercase}.badge-ptz{background:var(--green);color:var(--white)}.badge-tva{background:var(--blue);color:var(--white)}.badge-lmnp{background:var(--navy);color:var(--stone)}.badge-jeanbrun{background:var(--orange);color:var(--white)}.badge-offre{top:10px;background:var(--btn-cta-bg);color:var(--btn-cta-color);font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:3px}.badge-offre,.card-livraison{position:absolute;right:10px;font-size:var(--text-xs);padding:3px 8px;border-radius:3px}.card-livraison{bottom:10px;background:rgba(255,255,255,.92);font-weight:500;color:var(--gray-800)}.card-body{padding:20px}.card-location{display:flex;align-items:center;gap:4px;font-size:var(--text-xs);color:var(--blue);font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px}.card-title{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;color:var(--navy);line-height:1.25;margin-bottom:3px}.card-promoteur{font-size:var(--text-sm);color:var(--gray-400);font-weight:300;margin-bottom:14px}.card-divider{height:1px;background:var(--gray-100);margin-bottom:14px}.card-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:16px}.cs{display:flex;flex-direction:column}.cs-label{font-size:var(--text-xs);color:var(--gray-400);font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2px}.cs-value{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--navy);line-height:1}.cs-value.green{color:var(--green)}.card-footer{display:flex;gap:8px}.services{background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.service-item{background:var(--warm-bg);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--gray-200);display:flex;flex-direction:column;gap:8px}.service-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.service-title{font-size:var(--text-base);font-weight:600;color:var(--navy);line-height:1.3}.service-desc{font-size:var(--text-sm);color:var(--gray-600);line-height:1.6}.why{background:var(--warm-bg)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.why-item{background:var(--white);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--gray-200);display:flex;flex-direction:column;gap:8px}.why-num{font-size:44px;font-weight:300;color:var(--stone);line-height:1;margin-bottom:4px}.why-num,.why-title{font-family:var(--font-serif)}.why-title{font-size:var(--text-lg);font-weight:600;color:var(--navy);line-height:1.3}.why-desc{font-size:var(--text-base);color:var(--gray-600);line-height:1.65}.cta-final{background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 60%,var(--navy-light) 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;left:50%;top:-100px;transform:translateX(-50%);width:500px;height:500px;border-radius:50%;background:rgba(217,176,54,.05)}.cta-inner{position:relative;z-index:2;max-width:620px;margin:0 auto}.cta-label{font-size:var(--text-xs);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:16px}.cta-title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:300;color:var(--white);line-height:1.2;margin-bottom:14px}.cta-title strong{font-weight:600}.cta-desc{font-size:var(--text-base);color:rgba(255,255,255,.55);font-weight:300;line-height:1.7;margin-bottom:40px}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-tel{margin-top:28px;font-size:var(--text-sm);color:rgba(255,255,255,.4);font-weight:300}.cta-tel a{color:rgba(255,255,255,.7);text-decoration:none;font-weight:500}footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:3rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-logo-main{font-family:var(--font-serif);font-weight:600;font-size:26px;color:var(--white);margin-bottom:4px;display:block}.footer-logo-sub{font-size:var(--text-xs);color:var(--stone);letter-spacing:.28em;text-transform:uppercase;margin-bottom:16px;display:block}.footer-brand-desc{font-size:var(--text-sm);color:rgba(255,255,255,.4);font-weight:300;line-height:1.65;max-width:280px}.footer-col-title{font-size:var(--text-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--stone);margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{text-decoration:none;font-size:var(--text-sm);color:rgba(255,255,255,.45);font-weight:300;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:var(--text-xs);color:rgba(255,255,255,.3);font-weight:300}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:var(--text-xs);color:rgba(255,255,255,.3);text-decoration:none}.footer-legal a:hover{color:var(--stone)}.img-duclair{background:linear-gradient(160deg,#d4e8d4,#8ab89a 40%,#5a8870)}.img-rouen{background:linear-gradient(160deg,#c8d8c8,#9ab89a 40%,#7a987a)}.img-caen{background:linear-gradient(160deg,#b8cfe8,#8aaec8 40%,#6b8fa8)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeUp .4s ease both}.card:first-child{animation-delay:.05s}.card:nth-child(2){animation-delay:.12s}.card:nth-child(3){animation-delay:.19s}@media (max-width:1024px){.programmes-grid,.services-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){:root{--text-base:16px;--text-3xl:30px;--text-4xl:38px}.hero-wrapper{padding:1rem 1rem 1.5rem}.hero-inner{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.hero-title{font-size:var(--text-4xl)}.hero-stats{gap:20px;margin-top:2rem;padding-top:1.5rem;flex-wrap:wrap}.stat-divider{display:none}.hero-right{justify-content:center}.hero-card{max-width:100%}section{padding:3rem 1.25rem}.section-title{font-size:var(--text-2xl)}.section-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr 1fr;gap:1rem}.programmes-grid{grid-template-columns:1fr;gap:1.25rem}.why-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.cta-title{font-size:var(--text-2xl)}.cta-actions{flex-direction:column;align-items:center}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-legal{justify-content:center}}@media (max-width:480px){.hero-inner{padding:1.75rem 1.25rem}.footer-inner,.services-grid,.why-grid{grid-template-columns:1fr}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-manrope:"Manrope","Manrope Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_054274{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_054274{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}