:root{--royal:#2437a2;--royal-deep:#1a2a80;--royal-ink:#141d52;--gold:#e6d28a;--gold-soft:#f0e4b4;--gold-deep:#8a6f2a;--cream:#faf6ec;--cream-dark:#f1ead7;--ink:#1c2140;--white:#fffdf7;--font-display:var(--next-font-display),"ITC Benguiat",Georgia,serif;--font-body:var(--next-font-body),"Segoe UI",system-ui,sans-serif;--step--1:clamp(0.83rem,0.8rem + 0.15vw,0.94rem);--step-0:clamp(1rem,0.95rem + 0.25vw,1.13rem);--step-1:clamp(1.2rem,1.1rem + 0.5vw,1.5rem);--step-2:clamp(1.5rem,1.3rem + 1vw,2.1rem);--step-3:clamp(1.9rem,1.5rem + 2vw,3rem);--step-4:clamp(2.4rem,1.8rem + 3.2vw,4.2rem);--step-5:clamp(3rem,2rem + 5vw,6rem);--container:72rem;--radius:14px;--shadow:0 10px 40px rgba(20,29,82,0.12);--header-h:4.5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--step-0);line-height:1.65;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.12;color:var(--royal)}::selection{background:var(--royal);color:var(--gold)}:focus-visible{outline:3px solid var(--royal);outline-offset:3px;border-radius:2px}.hero :focus-visible,.on-royal :focus-visible{outline-color:var(--gold)}.container{width:min(var(--container),100% - 2.5rem);margin-inline:auto}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section--royal{background:var(--royal);color:var(--gold-soft)}.section--royal h2,.section--royal h3{color:var(--gold)}.section--cream-dark{background:var(--cream-dark)}.kicker{display:inline-block;font-size:var(--step--1);font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.9rem}.section--royal .kicker{color:var(--gold)}.section-title{font-size:var(--step-3);max-width:22ch;margin-bottom:1.4rem}.lead{font-size:var(--step-1);line-height:1.55;max-width:58ch}.prose p+p{margin-top:1rem}.prose{max-width:62ch}.skip-link{position:absolute;left:1rem;top:-100%;z-index:200;background:var(--royal);color:var(--gold);padding:.7rem 1.2rem;border-radius:0 0 var(--radius) var(--radius);font-weight:700;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-size:var(--step-0);font-weight:700;letter-spacing:.04em;text-decoration:none;border-radius:999px;padding:.85rem 1.9rem;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--royal-ink)}.btn--gold:hover{background:var(--gold-soft)}.btn--outline-gold{border-color:var(--gold);color:var(--gold);background:transparent}.btn--outline-gold:hover{background:rgba(230,210,138,.14)}.btn--royal{background:var(--royal);color:var(--gold)}.btn--royal:hover{background:var(--royal-deep)}.btn--outline-royal{border-color:var(--royal);color:var(--royal);background:transparent}.btn--outline-royal:hover{background:rgba(36,55,162,.08)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(250,246,236,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(36,55,162,.12)}.header__inner{justify-content:space-between;gap:1rem;min-height:var(--header-h)}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{gap:.7rem;text-decoration:none;color:var(--royal)}.header__logo .logo-img{height:3.4rem;width:auto;border-radius:8px}.header__wordmark{font-family:var(--font-display);font-size:1.15rem;line-height:1.1;font-weight:700}.header__wordmark small{display:block;font-family:var(--font-body);font-size:.62rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep)}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{font-size:var(--step--1);font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--ink);padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nav a:hover{color:var(--royal)}.nav a[aria-current=page]{color:var(--royal);border-bottom-color:var(--gold)}.lang{display:flex;align-items:center;gap:.15rem;border:1.5px solid rgba(36,55,162,.25);padding:.2rem}.lang,.lang a{border-radius:999px}.lang a{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:var(--ink);padding:.28rem .55rem;transition:background .2s,color .2s}.lang a:hover{background:rgba(36,55,162,.1)}.lang a[aria-current=true]{background:var(--royal);color:var(--gold)}.menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--royal)}.menu-btn svg{width:1.8rem;height:1.8rem}@media (max-width:900px){.header .lang,.header .nav{display:none}.menu-btn{display:block}}.mobile-menu{position:fixed;inset:0;z-index:150;background:var(--royal);color:var(--gold);display:flex;flex-direction:column;padding:1.2rem 1.4rem 3rem;overflow-y:auto}.mobile-menu__top{display:flex;justify-content:flex-end}.mobile-menu nav{display:flex;flex-direction:column;gap:.4rem;margin-top:2.5rem}.mobile-menu nav a{font-family:var(--font-display);font-size:var(--step-3);color:var(--gold);text-decoration:none;padding:.35rem 0;border-bottom:1px solid rgba(230,210,138,.2)}.mobile-menu nav a[aria-current=page]{color:var(--white)}.mobile-menu .lang{display:flex;margin-top:2.2rem;border-color:rgba(230,210,138,.4);align-self:flex-start}.mobile-menu .lang a{color:var(--gold)}.mobile-menu .lang a[aria-current=true]{background:var(--gold);color:var(--royal-ink)}.hero{position:relative;min-height:calc(100svh - var(--header-h));display:flex;flex-direction:column;justify-content:center;background:var(--royal);color:var(--gold);overflow:hidden;isolation:isolate}.hero__bg{position:absolute;inset:0;z-index:-2}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(20,29,82,.88) 0,rgba(27,42,128,.72) 45%,rgba(27,42,128,.35))}.hero__content{padding-block:clamp(3rem,9vw,7rem)}.hero__kicker{display:inline-block;font-size:var(--step--1);font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-soft);border:1.5px solid rgba(230,210,138,.5);border-radius:999px;padding:.45rem 1.1rem;margin-bottom:1.6rem}.hero h1{font-size:var(--step-5);color:var(--gold);max-width:14ch;text-wrap:balance}.hero__subtitle{font-size:var(--step-2);font-family:var(--font-display);color:var(--white);margin-top:1.2rem;max-width:26ch}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}.ticker{background:var(--gold);color:var(--royal-ink);overflow:hidden;padding-block:.8rem;border-block:3px solid var(--royal-ink)}.ticker__track{display:flex;gap:2.5rem;width:max-content;animation:ticker 36s linear infinite}.ticker__item{font-family:var(--font-display);font-size:var(--step-1);font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:2.5rem}.ticker__item:after{content:"✦";font-size:.8em}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.ticker__track{animation:none;flex-wrap:wrap;width:auto}html{scroll-behavior:auto}}.split{display:grid;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}@media (min-width:820px){.split{grid-template-columns:1fr 1fr}.split--rev>:first-child{order:2}}.split__img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.split__img img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .6s ease}.split__img:hover img{transform:scale(1.03)}.card-grid{display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin-top:2.5rem}.card{background:var(--white);border:1.5px solid rgba(36,55,162,.14);border-radius:var(--radius);padding:1.8rem 1.6rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold)}.card h3{font-size:var(--step-1);margin-bottom:.6rem}.card p{line-height:1.6}.card p,.card ul{font-size:var(--step--1)}.card ul{margin-top:.9rem;padding-left:1.1rem;display:grid;grid-gap:.25rem;gap:.25rem}.card li::marker{color:var(--gold-deep)}.card__icon{width:3rem;height:3rem;color:var(--royal);margin-bottom:1rem}.gallery-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));margin-top:2.5rem}.gallery-grid button{border:none;padding:0;background:none;cursor:zoom-in;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 18px rgba(20,29,82,.14)}.gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s ease}.gallery-grid button:hover img{transform:scale(1.05)}.lightbox{position:fixed;inset:0;z-index:300;background:rgba(20,29,82,.94);display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox img{max-width:min(90vw,70rem);max-height:82vh;object-fit:contain;border-radius:8px}.lightbox__btn{position:absolute;background:rgba(230,210,138,.14);color:var(--gold);border:1.5px solid rgba(230,210,138,.5);border-radius:999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.lightbox__btn:hover{background:rgba(230,210,138,.3)}.lightbox__btn svg{width:1.4rem;height:1.4rem}.lightbox__close{top:1.2rem;right:1.2rem}.lightbox__prev{left:1.2rem}.lightbox__next,.lightbox__prev{top:50%;transform:translateY(-50%)}.lightbox__next{right:1.2rem}.lightbox__caption{position:absolute;bottom:1.4rem;left:50%;transform:translateX(-50%);color:var(--gold-soft);font-size:var(--step--1);text-align:center;max-width:80vw}.contact-grid{display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));margin-top:2.5rem}.contact-card{background:var(--white);border:1.5px solid rgba(36,55,162,.14);border-radius:var(--radius);padding:1.8rem 1.6rem}.contact-card h2{font-size:var(--step-1);margin-bottom:.8rem}.contact-card a{color:var(--royal);font-weight:700}.hours{width:100%;border-collapse:collapse;font-size:var(--step--1)}.hours td{padding:.45rem 0;border-bottom:1px dashed rgba(36,55,162,.2)}.hours td:last-child{text-align:right;font-weight:700}.form{display:grid;grid-gap:1.1rem;gap:1.1rem;max-width:40rem;margin-top:2rem}.form label{display:grid;grid-gap:.4rem;gap:.4rem;font-weight:700;font-size:var(--step--1)}.form input,.form textarea{font:inherit;padding:.85rem 1rem;border:1.5px solid rgba(36,55,162,.3);border-radius:10px;background:var(--white);color:var(--ink)}.form input:focus,.form textarea:focus{border-color:var(--royal);outline:2px solid rgba(36,55,162,.25);outline-offset:0}.form-hint{font-size:var(--step--1);color:rgba(28,33,64,.7)}.footer{background:var(--royal-ink);color:var(--gold-soft);padding-block:3.5rem 2rem;margin-top:auto}.footer a{color:var(--gold)}.footer__grid{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));align-items:start}.footer__brand .logo-img{height:7rem;width:auto;border-radius:10px}.footer h2{font-size:var(--step-0);color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-body);font-weight:700;margin-bottom:.9rem}.footer ul{list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.footer__bottom{margin-top:3rem;padding-top:1.4rem;border-top:1px solid rgba(230,210,138,.25);display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between;font-size:var(--step--1)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.locations{display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));margin-top:2.5rem}.location{border:1.5px solid rgba(230,210,138,.4);border-radius:var(--radius);padding:1.8rem 1.6rem}.location h3{font-size:var(--step-1)}.location .place{font-size:var(--step--1);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;display:block}.arrow-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--royal);text-decoration:none;border-bottom:2px solid var(--gold);padding-bottom:.15rem;transition:gap .2s ease}.arrow-link:hover{gap:.85rem}.section--royal .arrow-link{color:var(--gold)}.img-band{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:2.5rem}.img-band img{width:100%;height:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}@media (max-width:700px){.img-band{grid-template-columns:1fr}.img-band img{aspect-ratio:16/10}}@font-face{font-family:Grenze;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3aeafaeea61af215-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:Grenze;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6cc6ffd6b895c7ad-s.p.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:Grenze;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/dddc4c3b0600f5b8-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:Grenze;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3aeafaeea61af215-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:Grenze;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6cc6ffd6b895c7ad-s.p.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:Grenze;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/dddc4c3b0600f5b8-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:Grenze;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3aeafaeea61af215-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:Grenze;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6cc6ffd6b895c7ad-s.p.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:Grenze;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dddc4c3b0600f5b8-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:Grenze Fallback;src:local("Times New Roman");ascent-override:125.53%;descent-override:43.36%;line-gap-override:0.00%;size-adjust:87.63%}.__className_2a56a8{font-family:Grenze,Grenze Fallback;font-style:normal}.__variable_2a56a8{--next-font-display:"Grenze","Grenze Fallback"}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d7cbf774c3c59c71-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:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ddf15e8292e15a2-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d8fe45949d9c13ca-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df55a7d413d4dfc6-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:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6eae9557a2dccac4-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:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/53cf090cf822becd-s.p.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:Alegreya Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ea3676f26a7b1e9-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:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bed0e29243de87c4-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:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/760ea27ebbf395a7-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/975a216eb437601c-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0e09a3f6f1fe945b-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:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/75ce762b67e7bec5-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:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7cdbc9a0383932b7-s.p.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:Alegreya Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/200fb8069548b1eb-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:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0a756df5b384b922-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:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a26892533fee9559-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/30b1dd710f1a6cd1-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/16c08ffbddc99c86-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:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/27b4bd3ddd1d8d8c-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:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e3d04399cee645e3-s.p.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:Alegreya Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f93cf0f2bf435083-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:Alegreya Sans Fallback;src:local("Arial");ascent-override:103.67%;descent-override:34.56%;line-gap-override:0.00%;size-adjust:86.81%}.__className_6b15b3{font-family:Alegreya Sans,Alegreya Sans Fallback;font-style:normal}.__variable_6b15b3{--next-font-body:"Alegreya Sans","Alegreya Sans Fallback"}