:root{--gold:#e0c068;--gold-dim:#debe64d9;--gold-faint:#d4af551a;--gold-ghost:#8b69140f;--bg-deep:#1a1207;--bg-mid:#2d1f0e;--bg-nav:#1a1207f5;--bg-card:#d4af550a;--text-light:#f5efe5;--text-dim:#f5efe5d9;--text-hint:#f5efe5a6;--green-soft:#64b46466;--green-bg:#64b4640a;--red-soft:#dc5050cc;--font-display:"Cormorant Garamond", "Georgia", serif;--font-body:"Lora", "Georgia", serif;--radius:14px;--radius-lg:18px;--read-bg:var(--bg-deep,#0a0a0a);--read-panel-bg:var(--bg-mid,#111);--read-modal-bg:var(--bg-mid,#141414);--read-text:#ffffffe0;--read-text-dim:#ffffff73;--read-text-hint:#ffffff47;--read-text-faint:#ffffff38;--read-border:#ffffff1a;--read-surface:#ffffff12;--step-card-bg:#d4af5514;--step-card-expanded:#d4af5529;--streak-accent:#e8751a;--streak-border:#e8751a8c;--streak-faint:#e8751a4d;--streak-glow:#e8751a40;--gold-text:#1a1207;--gold-2:#a8893e;--accent-rgb:224,192,104;--accent:var(--gold);--danger:#ef4444;--surface-rgb:255,255,255;--bg-inset:rgba(var(--surface-rgb),.06);--bg-inset-strong:rgba(var(--surface-rgb),.1)}[data-color-scheme=light]{--bg-deep:#fff;--bg-mid:#f5f5f7;--bg-nav:#fffffff7;--bg-card:#0000000a;--text-light:#000;--text-dim:#000000d9;--text-hint:#0000009e;--gold:#8a5f0a;--gold-dim:#8a5f0acc;--gold-faint:#8a5f0a14;--gold-ghost:#8a5f0a0a;--read-bg:#fff;--read-panel-bg:#f2f2f5;--read-modal-bg:#f8f8f8fa;--read-text:#000000e0;--read-text-dim:#00000073;--read-text-hint:#00000047;--read-text-faint:#00000038;--read-border:#0000001a;--read-surface:#0000000d;--step-card-bg:#0000000a;--step-card-expanded:#8a5f0a1f;--streak-accent:#c06010;--streak-border:#c0601080;--streak-faint:#c060104d;--streak-glow:#c0601033;--gold-text:#fff;--gold-2:#a9761c;--accent-rgb:138,95,10;--surface-rgb:0,0,0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-user-select:none;user-select:none}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}*{-webkit-tap-highlight-color:transparent}button,[role=button]{position:relative;overflow:hidden}button:after,[role=button]:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:#ffffff1a;transition:none;position:absolute;inset:0;transform:scale(.2)}button:active:after,[role=button]:active:after{animation:.35s ease-out forwards tap-ripple}@keyframes tap-ripple{0%{opacity:1;transform:scale(.2)}60%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}html,body{background:linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 30%, var(--bg-deep) 100%);max-width:100%;min-height:100dvh;color:var(--text-light);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}input,textarea{font:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 30%, var(--bg-deep) 100%)}::-webkit-scrollbar-thumb{background:#d4af5533;border-radius:4px}.home-heading{font-size:32px}@media (max-width:480px){.home-heading{font-size:26px}}@media (max-width:360px){.home-heading{font-size:22px}}.container{z-index:1;max-width:720px;margin:0 auto;padding:0 20px;position:relative}.ambient{inset:0;pointer-events:none;z-index:0;pointer-events:none;z-index:0;background:radial-gradient(at 50% 0,#d4af550f 0%,#0000 60%);position:fixed;inset:0}.header{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.header-logo{align-items:center;gap:10px;display:flex}.header-logo svg{color:var(--gold);opacity:.7}.header-title{font-family:var(--font-display);letter-spacing:3px;text-transform:uppercase;color:var(--gold);white-space:nowrap;font-size:18px;font-weight:400}.header-nav{flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.nav-link{background:var(--gold-ghost);border:1px solid var(--gold-faint);color:var(--gold-dim);border-radius:10px;padding:8px 14px;font-size:14px;transition:background .2s}.nav-link:hover{background:var(--gold-faint)}.card{background:var(--bg-card);border:1px solid var(--gold-faint);border-radius:var(--radius-lg);padding:24px}.card-glow{animation:4s ease-in-out infinite glow}.verse-label{color:var(--gold-dim);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:10px}.verse-text{font-family:var(--font-display);color:var(--text-light);margin-bottom:12px;font-size:20px;font-style:italic;font-weight:300;line-height:1.5}.verse-ref{color:var(--gold);font-size:14px}.theme-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.theme-btn{background:var(--gold-ghost);border:1px solid var(--gold-faint);border-radius:var(--radius);color:var(--text-dim);flex-direction:column;align-items:center;gap:8px;padding:18px 10px;font-size:14px;transition:all .3s;display:flex}.theme-btn:hover{background:#d4af5514;transform:translateY(-2px)}.theme-btn .icon{font-size:26px}.input-bar{background:var(--gold-ghost);border:1px solid var(--gold-faint);border-radius:16px;align-items:center;gap:10px;padding:6px 6px 6px 18px;display:flex}.input-bar input,.input-bar textarea{background:linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 30%, var(--bg-deep) 100%);color:var(--text-light);resize:none;border:none;outline:none;flex:1;padding:10px 0;font-size:14px}.input-bar input::placeholder,.input-bar textarea::placeholder{color:var(--text-hint)}.send-btn{background:linear-gradient(135deg, var(--gold) 0%, #8b7355 100%);white-space:nowrap;height:44px;color:var(--bg-deep);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0 20px;font-size:18px;transition:opacity .2s;display:flex}.send-btn:disabled{opacity:.4;cursor:default}.msg-user{background:var(--gold-faint);border:1px solid #d4af5526;border-radius:18px 18px 4px;align-self:flex-end;max-width:80%;padding:12px 18px}.msg-assistant{align-self:flex-start;max-width:90%}.msg-avatar{align-items:center;gap:8px;margin-bottom:8px;display:flex}.msg-avatar-icon{border:1px solid #d4af554d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.msg-avatar-name{color:var(--gold);font-size:14px;font-weight:500;font-family:var(--font-display)}.msg-bubble{background:var(--gold-ghost);border:1px solid #d4af5514;border-radius:4px 18px 18px;margin-bottom:10px;padding:16px 18px;font-size:16px;font-weight:300;line-height:1.7}.citation-card{border:1px solid #d4af551f;border-left:3px solid var(--gold);background:#d4af550f;border-radius:12px;margin-bottom:10px;padding:12px 16px}.citation-label{color:var(--gold-dim);letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;font-size:9px}.citation-text{color:var(--text-light);font-size:14px;font-style:italic;line-height:1.5}.citation-ref{color:var(--gold);margin-top:6px;font-size:14px}.practice-card{background:var(--green-bg);border:1px solid #64b4641f;border-left:3px solid var(--green-soft);border-radius:12px;padding:12px 16px}.practice-label{color:#64b46480;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;font-size:9px}.practice-text{color:var(--text-dim);font-size:14px;line-height:1.5}.badge{letter-spacing:1px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:10px;display:inline-block}.badge-high{color:#64b464b3;background:#64b4641a}.badge-medium{color:var(--gold-dim);background:#d4af551a}.badge-low{color:#dc505099;background:#dc50501a}.crisis-banner{border-radius:var(--radius);text-align:center;background:#dc505014;border:1px solid #dc505033;padding:16px}.crisis-banner strong{color:var(--red-soft)}.crisis-banner p{color:var(--text-dim);margin-top:8px;font-size:14px}.disclaimer{color:var(--text-hint);text-align:center;padding:12px 0;font-size:10px}.tags{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.tag{background:var(--gold-ghost);color:var(--gold-dim);border:1px solid #d4af5514;border-radius:20px;padding:5px 12px;font-size:10px}.live-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #4ade8080}.typing-dots{align-items:center;gap:6px;display:flex}.typing-dots span{background:var(--gold);border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite breathe}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.cta-btn{background:linear-gradient(135deg, var(--gold) 0%, #8b7355 100%);width:100%;color:var(--bg-deep);letter-spacing:1px;text-align:center;border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:600;transition:opacity .2s;display:block}.cta-btn:hover{opacity:.9}.cta-btn:disabled{opacity:.5;cursor:default}.stack{align-content:start;gap:12px;display:grid}.stack>*{min-width:0}.gap-lg{gap:24px}.gap-xl{gap:40px}.text-center{text-align:center}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:32px}.mb-lg{margin-bottom:32px}.desktop-only{display:flex}.mobile-only,html[data-device=mobile] .desktop-only{display:none}html[data-device=mobile] .mobile-only{display:block}@keyframes fadeIn{0%{opacity:1}to{opacity:1}}@keyframes slideUp{0%{opacity:1}to{opacity:1}}@keyframes glow{0%,to{box-shadow:0 0 20px #d4af551a}50%{box-shadow:0 0 40px #d4af5533}}@keyframes breathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes audioCTAIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes slide-in-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-to-left{0%{transform:translate(0)}to{transform:translate(-30%)}}@keyframes slide-in-from-left{0%{transform:translate(-30%)}to{transform:translate(0)}}@keyframes slide-out-to-right{0%{transform:translate(0)}to{transform:translate(100%)}}::view-transition-old(root){animation:.24s cubic-bezier(.4,0,.2,1) both slide-out-to-left}::view-transition-new(root){animation:.24s cubic-bezier(.4,0,.2,1) both slide-in-from-right}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, #ffffff12 50%, var(--bg-card) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite shimmer;color:#0000!important}[data-color-scheme=light] .skeleton{background:linear-gradient(90deg,#0000000f 25%,#00000005 50%,#0000000f 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}@media (max-width:520px){.theme-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){body{font-size:16px}.container{padding:0 16px}.header{padding:14px 0}.header-title{font-size:18px}.nav-link{padding:6px 10px;font-size:14px}.verse-text{font-size:17px;line-height:1.6}.verse-ref{font-size:14px}.theme-grid{grid-template-columns:repeat(2,1fr);gap:10px}.theme-btn{padding:18px 14px;font-size:14px}.theme-btn .icon{font-size:26px}.msg-bubble{font-size:16px;line-height:1.6}.msg-user{font-size:16px}.citation-card,.practice-card{font-size:14px}.input-bar input{padding:14px 18px;font-size:16px}.card{padding:18px 16px}h1{font-size:24px!important}}.citation-card{font-size:14px}.input-bar input{font-size:16px}body{font-size:16px;line-height:1.6}.verse-text{font-size:20px;line-height:1.5}.verse-ref,.verse-label{font-size:14px}.msg-bubble{font-size:16px;line-height:1.7}.msg-user,.citation-card{font-size:16px}.citation-label{font-size:14px}.practice-text{font-size:16px;line-height:1.6}.practice-label{font-size:14px}.input-bar input,.input-bar textarea{font-size:16px}.theme-btn{padding:20px 16px;font-size:16px}.nav-link{font-size:14px}.header-title{font-size:20px}.card{padding:20px}.disclaimer{font-size:14px}.gap-sm{gap:12px}.admin-page{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.admin-grid-4,.admin-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.admin-grid-sidebar{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:12px;display:grid}.admin-form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.admin-table-wrap{width:100%;overflow:auto hidden}[style*="overflow-x: auto"],[style*=overflow-x\:auto],[style*="overflow-x: scroll"],[style*=overflow-x\:scroll],[style*=scroll-snap-type],.admin-table-wrap,.carousel,.scroll-x{overscroll-behavior-x:contain}.admin-table-wrap table{width:100%}@media (max-width:960px){.admin-grid-sidebar{grid-template-columns:1fr}}@media (max-width:820px){.admin-page{padding:0 12px}.admin-nav{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));width:100%;display:grid}.admin-nav .nav-link{text-align:center}.admin-grid-2,.admin-grid-3,.admin-grid-4,.admin-form-grid{grid-template-columns:1fr}}.header-nav-links{display:contents}:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--bottom-nav-h:72px;--mini-player-h:88px}.bottom-nav{display:none}.mode-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:820px){.container{padding:0 20px}}@media (max-width:1024px){body{padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom))}body[data-audio-playing=true]{padding-bottom:calc(var(--bottom-nav-h) + var(--mini-player-h) + var(--safe-bottom))}body.fullscreen-mode,body.fullscreen-mode[data-audio-playing=true]{padding-bottom:0}.mini-player{bottom:calc(var(--bottom-nav-h) + var(--safe-bottom))!important}.hide-mobile{display:none!important}.header{padding:12px 0;padding-top:calc(12px + var(--safe-top))}html[data-device=mobile] .header-nav-links,html[data-device=mobile] .header-logo{display:none}.bottom-nav{z-index:100;background:var(--bg-nav,#1a1207f5);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--gold-faint);padding-bottom:var(--safe-bottom);height:calc(var(--bottom-nav-h) + var(--safe-bottom));display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:#f5efe599;letter-spacing:.3px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;min-height:44px;padding:8px 4px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative;overflow:hidden}.bottom-nav-item svg{width:28px;height:28px}.bottom-nav-item:before{content:"";opacity:0;pointer-events:none;background:currentColor;border-radius:50%;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.bottom-nav-item:active:before{animation:.35s ease-out forwards nav-tap}@keyframes nav-tap{0%{opacity:.18;transform:translate(-50%,-50%)scale(0)}60%{opacity:.1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.2)}}.bottom-nav-active{color:var(--gold)}.conversa-card-title{color:#fff}.conversa-card-desc{color:#ffffffbf}.conversa-card-icon{color:#fff}[data-color-scheme=light] .conversa-card-gradient{background:linear-gradient(120deg,#ffffff8c 0%,#fff3 100%)}[data-color-scheme=light] .conversa-card-title{color:#000000e0}[data-color-scheme=light] .conversa-card-desc{color:#0009}[data-color-scheme=light] .conversa-card-icon{color:#000000bf;background:#00000014!important}[data-color-scheme=light] .bottom-nav-item{color:#0000008c}[data-color-scheme=light] .bottom-nav-active{color:var(--gold)}.mode-grid{grid-template-columns:1fr}.card{padding:18px 16px}.theme-grid{grid-template-columns:repeat(2,1fr);gap:8px}.theme-btn{padding:16px 10px;font-size:13px}.theme-btn .icon{font-size:24px}.chat-input-wrap{bottom:calc(var(--bottom-nav-h) + var(--safe-bottom));background:linear-gradient(0deg, var(--bg-deep) 70%, transparent);margin-top:auto;padding-top:16px;padding-bottom:8px;position:sticky}.input-bar input,.input-bar textarea,input[type=text],input[type=email],textarea{font-size:16px!important}.msg-user{max-width:88%}.msg-assistant{max-width:96%}.verse-text{font-size:18px;line-height:1.55}.gap-xl{gap:28px}.gap-lg{gap:16px}}@media (max-width:480px){.container{padding:0 14px}.card{padding:16px 14px}.verse-text{font-size:17px}h1{font-size:22px!important}.theme-grid{gap:6px}.theme-btn{padding:14px 8px;font-size:12px}.theme-btn .icon{font-size:22px}}@media (max-width:320px){.container{padding:0 10px}.card{padding:14px 12px}.theme-grid,.mode-grid{grid-template-columns:1fr}.header-title{letter-spacing:1px;font-size:13px}.verse-text{font-size:16px}.theme-btn{padding:12px 8px;font-size:12px}.theme-btn .icon{font-size:20px}h1{font-size:20px!important}}@media (horizontal-viewport-segments:2){.container{max-width:min(680px,48vw);margin:0 auto}}@media (max-height:500px) and (orientation:landscape){.header{padding:8px 0}.gap-xl{gap:16px}.card{padding:14px 16px}.verse-text{font-size:16px}body{padding-bottom:0}.bottom-nav{display:none}}.app-content:has(.admin-shell){max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important}.app-content:has(.admin-shell) .header{display:none}.admin-shell{width:100%;min-height:100dvh;display:flex}.admin-sidebar{background:var(--bg-nav,#00000080);border-right:1px solid var(--read-border,#ffffff12);z-index:100;flex-direction:column;flex-shrink:0;width:155px;height:100dvh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.admin-sidebar-desktop{display:flex}.admin-sidebar-mobile,.admin-mobile-header{display:none}.admin-main{scrollbar-gutter:stable;flex:1;min-width:0;margin-left:155px;padding:16px 32px 48px;overflow-x:hidden}@media (max-width:900px){.admin-sidebar-desktop{display:none}.admin-sidebar{z-index:200;width:175px;transition:left .25s;position:fixed;top:0;left:-175px}.admin-sidebar-mobile{z-index:199;pointer-events:none;display:flex;position:fixed;inset:0}.admin-sidebar-mobile.admin-sidebar-open{pointer-events:auto}.admin-sidebar-mobile.admin-sidebar-open .admin-sidebar{left:0}.admin-mobile-header{border-bottom:1px solid var(--read-border,#ffffff12);justify-content:space-between;align-items:center;margin:-28px -32px 24px;padding:12px 16px;display:flex}.admin-main{margin-left:0;padding:16px 16px 48px}}.admin-page{width:100%}.admin-nav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.admin-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.admin-grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}
@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Hanken Grotesk Fallback;src:local(Arial);ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.0%;size-adjust:100.94%}.hanken_grotesk_24c6a3e4-module__dWcE-G__className{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.hanken_grotesk_24c6a3e4-module__dWcE-G__variable{--font-hanken:"Hanken Grotesk", "Hanken Grotesk Fallback"}
@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.0~gr2nv~zu_tq.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/e62850744c7f266e-s.075bt8bdso9.6.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/9433d1a810498265-s.p.0h26ys03~gfbk.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/150f724d70372c02-s.0ibo8nq1_5r8c.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/750c737482d9de2f-s.0.oe-uv1--sd5.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.16whm0euli40m.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Newsreader Fallback;src:local(Times New Roman);ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.0%;size-adjust:105.48%}.newsreader_48672f5b-module__IPn9Bq__className{font-family:Newsreader,Newsreader Fallback}.newsreader_48672f5b-module__IPn9Bq__variable{--font-newsreader:"Newsreader", "Newsreader Fallback"}
@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(../media/899d417cf51b4db5-s.03-2plk_jby3l.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(../media/232a56b5f5369ff7-s.0mpjd3mt-1~.h.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(../media/3ff90e1fb2350a24-s.0r7af91~4q_j_.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(../media/d24da8e3a5721bc2-s.02utixw1.5rzi.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(../media/c77846bcb3371a93-s.p.0e02f3~6sn7w-.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(../media/e91c9d3333f55cb6-s.09e04ariun53n.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(../media/2fd7a91ea9e80c63-s.0blbxsk-o7go..woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(../media/74cdd852f516c0aa-s.028zp-732gbw~.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(../media/751b79a01b9ab64a-s.0k_.j9o.10h2l.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(../media/ef598559186306ee-s.p.0fdh6gfw.fu66.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(../media/84c114b2c4cb3b03-s.0333v7l_db_.7.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(../media/bca61253774cf674-s.066.ad6_mw-jc.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(../media/9c9e311966b2c431-s.0hmkv3zwob.vi.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(../media/400b3e039486ab68-s.0~7tny-1_dnkq.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(../media/4e8cb63bdfc89443-s.p.0bqj_k.a2fk9_.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bf40d83aa9c72fb-s.027za71g6zbyv.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3846cd278554cc73-s.0zvb2s65wg7ra.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9a23b5cef6e04c73-s.01aatzsemq119.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c057f24894f01f05-s.145oh1f_0lhuk.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/98f992443ccb276f-s.p.0jd0f37ymqamw.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/61b0fa473c495204-s.0xw8k1a94ca7d.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ba9e5337ec18f7ed-s.06v6gr1oou5_e.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/52a3cc83f9028e85-s.0y8vazmfg0bhk.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/512edca1ee5836a2-s.0-_p6gtpr2dyd.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/23d3c9ac01cd973c-s.p.02r7r_3v3gydk.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0120702d9dd2a7b5-s.02yef55798_ui.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/19f1a346b7519d21-s.06svmj1bjxpj5.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bc0c875c697aeb30-s.0pi5jsz4932jo.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/cd36df668fb8b666-s.11rkwo8o3jx~2.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9d71b78498c53c0d-s.p.17k2i9j4cifp0.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Spectral Fallback;src:local(Times New Roman);ascent-override:96.46%;descent-override:42.17%;line-gap-override:0.0%;size-adjust:109.78%}.spectral_f32e6175-module__AWuBmW__className{font-family:Spectral,Spectral Fallback}.spectral_f32e6175-module__AWuBmW__variable{--font-spectral:"Spectral", "Spectral Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.0ilg37~12qzfz.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/591574edbe85c69b-s.0rbr02z3z6mfi.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/acf349172f10b359-s.056wj0-m8vpjn.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/0926c12c4384550f-s.0nas3qtlwu1e5.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.0jox806dnq5~c.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.0ilg37~12qzfz.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/591574edbe85c69b-s.0rbr02z3z6mfi.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/acf349172f10b359-s.056wj0-m8vpjn.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/0926c12c4384550f-s.0nas3qtlwu1e5.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.0jox806dnq5~c.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.0ilg37~12qzfz.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/591574edbe85c69b-s.0rbr02z3z6mfi.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/acf349172f10b359-s.056wj0-m8vpjn.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/0926c12c4384550f-s.0nas3qtlwu1e5.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.0jox806dnq5~c.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2?dpl=dpl_BGFmMWLgxhDYz5WUK5eAvPa9wniR)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:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_30ba740a-module__fziukG__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.cormorant_garamond_30ba740a-module__fziukG__variable{--font-cormorant:"Cormorant Garamond", "Cormorant Garamond Fallback"}
