@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@600;700&display=swap";
.Header-module__ldgnoG__header{z-index:1000;background:#fffffffa;width:100%;padding:2rem 0;transition:all .4s;position:fixed;top:0;left:0}.Header-module__ldgnoG__scrolled{background:#fffffffa;border-bottom:1px solid #0012800d;padding:1rem 0;box-shadow:0 4px 25px #00128014}.Header-module__ldgnoG__container{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 clamp(1.5rem,4vw,5rem);display:grid}.Header-module__ldgnoG__logo{flex-shrink:0;justify-self:start;width:clamp(160px,12vw,220px);display:flex}.Header-module__ldgnoG__logo img{width:100%;height:auto}.Header-module__ldgnoG__desktopNav{justify-self:center;align-items:center;gap:clamp(1rem,2.5vw,3.5rem);display:flex}.Header-module__ldgnoG__navItem{padding:1rem 0;position:relative}.Header-module__ldgnoG__navLink{color:var(--text-main);white-space:nowrap;align-items:center;gap:6px;font-size:1.05rem;font-weight:500;transition:color .3s;display:flex}.Header-module__ldgnoG__navLink:hover{color:var(--primary-blue)}.Header-module__ldgnoG__megaMenu,.Header-module__ldgnoG__miniMenu{opacity:0;visibility:hidden;background:#fff;border:1px solid #00128014;border-radius:24px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 50px 100px -20px #00128026,0 30px 60px -30px #0000001a}.Header-module__ldgnoG__miniMenu{width:320px;padding:.8rem}.Header-module__ldgnoG__megaMenu{width:900px;padding:.5rem}.Header-module__ldgnoG__megaMenuOpen{opacity:1!important;visibility:visible!important;transform:translate(-50%)translateY(5px)!important}.Header-module__ldgnoG__navItem:hover .Header-module__ldgnoG__miniMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(5px)}.Header-module__ldgnoG__megaMenuInner{background:#fff;grid-template-columns:repeat(3,1fr);display:grid}.Header-module__ldgnoG__menuColumn{flex-direction:column;gap:.5rem;padding:2.5rem;display:flex}.Header-module__ldgnoG__menuColumn:not(:last-child){border-right:1px solid #0000000d}.Header-module__ldgnoG__columnTitle{text-transform:uppercase;letter-spacing:.15em;color:var(--primary-blue);margin-bottom:1.5rem;font-size:.75rem;font-weight:800;position:relative}.Header-module__ldgnoG__columnTitle:after{content:"";background:var(--primary-blue);opacity:.6;border-radius:2px;width:24px;height:2px;position:absolute;bottom:-8px;left:0}.Header-module__ldgnoG__menuLink{color:#444;border-radius:8px;margin-left:-12px;padding:10px 12px;font-size:.95rem;font-weight:400;transition:all .2s;display:block}.Header-module__ldgnoG__miniMenu .Header-module__ldgnoG__menuLink{text-align:left;margin-left:0}.Header-module__ldgnoG__menuLink:hover{color:var(--primary-blue);background:#0012800a;transform:translate(6px)}.Header-module__ldgnoG__miniMenu .Header-module__ldgnoG__menuLink:hover{transform:scale(1.02)}.Header-module__ldgnoG__miniMenuLink{color:#2f3640;border-radius:12px;align-items:center;gap:.75rem;margin:.15rem 0;padding:.85rem .8rem;font-weight:500;display:flex}.Header-module__ldgnoG__menuIcon{width:2rem;height:2rem;color:var(--primary-blue);background:#0012800f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.Header-module__ldgnoG__menuIcon svg{fill:currentColor;width:16px;height:16px;display:block}.Header-module__ldgnoG__miniMenuLink:hover{transform:translate(2px)}.Header-module__ldgnoG__miniMenuLink:hover .Header-module__ldgnoG__menuIcon{color:var(--primary-dark);background:#0012801f}.Header-module__ldgnoG__actions{justify-self:end;align-items:center;gap:clamp(1rem,2vw,2.5rem);display:flex}.Header-module__ldgnoG__socials{gap:1.5rem;display:flex}.Header-module__ldgnoG__socials a{color:var(--text-muted);align-items:center;transition:color .3s;display:flex}.Header-module__ldgnoG__socials a:hover{color:var(--primary-blue)}.Header-module__ldgnoG__ctaBtn{background:var(--primary-blue);white-space:nowrap;border-radius:10px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;color:#fff!important}.Header-module__ldgnoG__ctaBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #00128026}.Header-module__ldgnoG__mobileToggle{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;display:none;transform:scale(1.2)}.Header-module__ldgnoG__mobileMenu{z-index:2000;pointer-events:none;will-change:transform;background:linear-gradient(165deg,#f8f9fd 0%,#fff 38% 100%);flex-direction:column;width:100%;max-width:100%;height:100dvh;transition:transform .42s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #00128012}.Header-module__ldgnoG__mobileMenuOpen{pointer-events:auto;transform:translate(0,0)}@media (prefers-reduced-motion:reduce){.Header-module__ldgnoG__mobileMenu{transition-duration:.01ms}}.Header-module__ldgnoG__mobileMenuHeader{padding:max(1rem, env(safe-area-inset-top)) clamp(1.25rem, 5vw, 2rem) 1rem;padding-left:max(clamp(1.25rem, 5vw, 2rem), env(safe-area-inset-left));padding-right:max(clamp(1.25rem, 5vw, 2rem), env(safe-area-inset-right));background:#fff;border-bottom:1px solid #00128012;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__mobileMenuLogo{align-items:center;min-width:0;display:flex}.Header-module__ldgnoG__mobileCloseBtn{min-width:44px;min-height:44px;color:var(--primary-dark);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:background .2s,color .2s;display:flex}.Header-module__ldgnoG__mobileCloseBtn:active{background:#00128014}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__mobileCloseBtn:hover{color:var(--primary-blue);background:#0012800f}}.Header-module__ldgnoG__mobileCloseBtn:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}.Header-module__ldgnoG__mobileNav{min-height:0;padding:0 clamp(1rem, 4vw, 1.5rem) max(1rem, env(safe-area-inset-bottom));padding-left:max(clamp(1rem, 4vw, 1.5rem), env(safe-area-inset-left));padding-right:max(clamp(1rem, 4vw, 1.5rem), env(safe-area-inset-right));-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:stretch;display:flex;overflow-y:auto}.Header-module__ldgnoG__mobileNavMain{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(1.1rem,3.2vmin,1.65rem);min-height:0;padding:clamp(.5rem,2vmin,1rem) 0;display:flex;overflow-y:auto}.Header-module__ldgnoG__mobileNavList{flex-direction:column;align-items:stretch;gap:clamp(1rem,3.5vmin,1.55rem);width:100%;max-width:22rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__ldgnoG__mobileNavList li{margin:0}.Header-module__ldgnoG__mobileNavLink{box-sizing:border-box;letter-spacing:-.02em;width:100%;min-height:48px;color:var(--primary-dark);text-align:center;-webkit-tap-highlight-color:transparent;border-radius:14px;justify-content:center;align-items:center;padding:clamp(.55rem,2vmin,.75rem) 1.25rem;font-size:clamp(1.5rem,.35rem + 5.2vmin,2.05rem);font-weight:700;line-height:1.2;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:flex}.Header-module__ldgnoG__mobileNavLink:active{background:#00128012;transform:scale(.98)}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__mobileNavLink:hover{color:var(--primary-blue);background:#0012800d}}.Header-module__ldgnoG__mobileNavLink:focus-visible{outline:2px solid var(--primary-blue);outline-offset:3px}.Header-module__ldgnoG__mobileNavSubListItem{width:100%;margin:0;list-style:none}.Header-module__ldgnoG__mobileSubNavGroup{flex-direction:column;align-items:center;width:100%;display:flex}.Header-module__ldgnoG__mobileExpandTrigger{box-sizing:border-box;letter-spacing:-.02em;text-align:center;width:100%;min-height:48px;color:var(--primary-dark);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.4rem;margin:0;padding:clamp(.55rem,2vmin,.75rem) 1.25rem;font-family:inherit;font-size:clamp(1.5rem,.35rem + 5.2vmin,2.05rem);font-weight:700;line-height:1.2;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:flex}.Header-module__ldgnoG__mobileExpandTrigger:active{background:#00128012;transform:scale(.98)}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__mobileExpandTrigger:hover{color:var(--primary-blue);background:#0012800d}}.Header-module__ldgnoG__mobileExpandTrigger:focus-visible{outline:2px solid var(--primary-blue);outline-offset:3px}.Header-module__ldgnoG__mobileExpandChevron{color:var(--primary-blue);opacity:.9;flex-shrink:0;transition:transform .25s}.Header-module__ldgnoG__mobileExpandChevronOpen{color:var(--primary-blue);opacity:.9;flex-shrink:0;transition:transform .25s;transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.Header-module__ldgnoG__mobileExpandChevron,.Header-module__ldgnoG__mobileExpandChevronOpen{transition:none}}.Header-module__ldgnoG__mobileSubNavList{flex-direction:column;align-self:center;align-items:center;width:100%;max-width:22rem;max-height:0;margin:0;padding:.15rem 0 .35rem;list-style:none;transition:max-height .35s;display:flex;overflow:hidden}.Header-module__ldgnoG__mobileSubNavList[data-open=true]{max-height:22rem}@media (prefers-reduced-motion:reduce){.Header-module__ldgnoG__mobileSubNavList{transition:none}}.Header-module__ldgnoG__mobileSubNavItem{justify-content:center;width:100%;max-width:20rem;margin:0;display:flex}.Header-module__ldgnoG__mobileSubNavLink{box-sizing:border-box;width:100%;max-width:100%;min-height:48px;color:var(--text-main);-webkit-tap-highlight-color:transparent;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.6rem 1rem;font-size:clamp(.95rem,.2rem + 2.4vmin,1.1rem);font-weight:600;line-height:1.3;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:flex}.Header-module__ldgnoG__mobileSubNavLink:active{background:#00128014;transform:scale(.99)}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__mobileSubNavLink:hover{color:var(--primary-blue);background:#0012800f}}.Header-module__ldgnoG__mobileSubNavLink:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}.Header-module__ldgnoG__mobileSubNavIcon{width:2.25rem;height:2.25rem;color:var(--primary-blue);background:#0012800f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__ldgnoG__mobileSubNavIcon svg{fill:currentColor;width:16px;height:16px;display:block}.Header-module__ldgnoG__mobileSubNavLabel{text-align:center;flex:0 auto;min-width:0}.Header-module__ldgnoG__mobileSocials{color:var(--primary-blue);justify-content:center;align-items:center;gap:clamp(1.75rem,6vmin,3rem);display:flex}.Header-module__ldgnoG__mobileSocialLink{min-width:48px;min-height:48px;color:inherit;-webkit-tap-highlight-color:transparent;border-radius:14px;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .15s;display:flex}.Header-module__ldgnoG__mobileSocialLink svg{width:clamp(26px,7vmin,34px);height:clamp(26px,7vmin,34px)}.Header-module__ldgnoG__mobileSocialLink:active{background:#0012800f;transform:scale(.95)}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__mobileSocialLink:hover{color:var(--primary-dark);background:#0012800f}}.Header-module__ldgnoG__mobileSocialLink:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}.Header-module__ldgnoG__mobileNavFooter{background:linear-gradient(#fff0 0%,#f8f9fda6 100%);border-top:1px solid #00128014;flex-shrink:0;justify-content:center;margin-top:.25rem;padding-top:clamp(1rem,3vmin,1.5rem);display:flex}.Header-module__ldgnoG__ctaBtnMobile{text-align:center;-webkit-tap-highlight-color:transparent;width:min(92%,420px);padding:clamp(14px,3.5vmin,18px) clamp(24px,8vw,40px);padding-bottom:max(clamp(14px, 3.5vmin, 18px), env(safe-area-inset-bottom));border-radius:14px;flex-shrink:0;align-self:center;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 8px 28px #00128038;background:var(--primary-blue)!important;color:#fff!important;font-size:clamp(1rem,.35rem + 2.8vmin,1.15rem)!important}.Header-module__ldgnoG__ctaBtnMobile:active{transform:scale(.98)}@media (hover:hover) and (pointer:fine){.Header-module__ldgnoG__ctaBtnMobile:hover{box-shadow:0 12px 32px #00128047;background:var(--primary-dark)!important}}.Header-module__ldgnoG__ctaBtnMobile:focus-visible{outline:2px solid var(--primary-blue);outline-offset:3px}@media (min-width:1025px) and (max-width:1250px){.Header-module__ldgnoG__socials{display:none}.Header-module__ldgnoG__desktopNav{gap:1.1rem}.Header-module__ldgnoG__container{padding:0 2rem}.Header-module__ldgnoG__megaMenu{width:850px}.Header-module__ldgnoG__navLink{font-size:.95rem}.Header-module__ldgnoG__ctaBtn{padding:12px 18px;font-size:.86rem}}@media (max-width:1024px){.Header-module__ldgnoG__header{padding:1.5rem 0}.Header-module__ldgnoG__container{grid-template-columns:1fr auto}.Header-module__ldgnoG__desktopNav,.Header-module__ldgnoG__socials,.Header-module__ldgnoG__ctaBtn{display:none}.Header-module__ldgnoG__mobileToggle{display:block}}
.Footer-module__Grjkva__footer{background-color:#fff;border-top:1px solid #00128014;padding:6rem 0 3rem}.Footer-module__Grjkva__container{width:100%;max-width:1800px;margin:0 auto;padding:0 clamp(2rem,5vw,5rem)}.Footer-module__Grjkva__topSection{align-items:flex-start;gap:4rem;margin-bottom:5rem;display:flex}.Footer-module__Grjkva__brandColumn{flex:0 0 350px}.Footer-module__Grjkva__logo{margin-bottom:1.5rem;transition:opacity .3s;display:inline-block}.Footer-module__Grjkva__logo:hover{opacity:.8}.Footer-module__Grjkva__tagline{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Footer-module__Grjkva__socials{gap:1.5rem;display:flex}.Footer-module__Grjkva__socials a{color:var(--primary-blue);transition:transform .3s,color .3s}.Footer-module__Grjkva__socials a:hover{color:var(--primary-dark);transform:translateY(-3px)}.Footer-module__Grjkva__linksGrid{flex:1;grid-template-columns:repeat(3,max-content);place-content:start center;gap:2.5rem clamp(3rem,8vw,8rem);display:grid}.Footer-module__Grjkva__groupTitle{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-blue);margin-bottom:1.5rem;font-size:.75rem;font-weight:800}.Footer-module__Grjkva__nav{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__nav a{color:var(--text-main);font-size:.95rem;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__nav a:hover{color:var(--primary-blue)}.Footer-module__Grjkva__bottomBar{text-align:center;color:var(--text-muted);border-top:1px solid #0000000d;justify-content:center;align-items:center;padding-top:2.5rem;font-size:.85rem;display:flex}@media (max-width:1100px){.Footer-module__Grjkva__linksGrid{gap:2.5rem clamp(2rem,5vw,5rem)}}@media (max-width:992px){.Footer-module__Grjkva__topSection{flex-direction:column;gap:3rem}.Footer-module__Grjkva__brandColumn{flex:none;max-width:100%}.Footer-module__Grjkva__linksGrid{flex:none;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:2.5rem 2rem;width:100%}}@media (max-width:640px){.Footer-module__Grjkva__linksGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}}@media (max-width:600px){.Footer-module__Grjkva__footer{padding:4rem 0 2rem}}@media (max-width:420px){.Footer-module__Grjkva__linksGrid{grid-template-columns:1fr;row-gap:2.25rem}}
:root{--primary-blue:#001280;--primary-dark:#000940;--accent-blue:#02f;--text-main:#1a1a1a;--text-muted:#4a4a4a;--bg-light:#f8f9fa;--white:#fff;--max-width:1200px;--border-radius:12px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--white);max-width:100vw;color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2?dpl=dpl_9GLAyJQyp24C3SHLyfJvJ3nBC6vs)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:111.26%}.playfair_display_fed1534a-module__F9WnGq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_fed1534a-module__F9WnGq__variable{--font-playfair:"Playfair Display", "Playfair Display Fallback"}
