.petit{font-family:Petit Formal Script,cursive;font-style:normal}.kalnia,.petit{font-weight:400}.kalnia{font-family:Kalnia,serif}.noto{font-family:"Noto Serif Display",serif;font-weight:400;font-style:normal}:root{--background:#fefff7;--foreground:#210e06}body{background:var(--background);color:var(--foreground);margin:0;padding:0;box-sizing:border-box}body::selection{background:var(--foreground);color:var(--background)}.hero-section{text-align:center;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/bg-hero.jpg);background-size:cover;background-position:top;background-repeat:no-repeat}.hero-animation{pointer-events:none;z-index:0;position:absolute;width:600px;height:auto;top:30%;left:51%}.hero-h1{font-size:6rem;margin:2rem}.hero-h2{font-size:2.5rem}.hero-p{max-width:50vw;font-size:1rem;margin:1rem 0}.btn{color:var(--background);padding:1rem 2rem;margin-top:2rem;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;position:relative;z-index:1;overflow:visible;will-change:transform,filter;transition:transform .3s ease,filter .4s ease,opacity .4s ease}.btn,.btn:after,.btn:before{background-color:var(--foreground)}.btn:after,.btn:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:inherit;transform:translate(-50%,-50%) scale(.8);filter:blur(0);opacity:0;pointer-events:none;z-index:-1;transition:transform .4s ease,filter .4s ease,opacity .4s ease}.btn:after{transform:translate(-50%,-50%) scale(1.2);transition-delay:.05s}.btn:hover{transform:translateY(-3px)}.btn:hover:before{transform:translate(-50%,-50%) scale(1);filter:blur(8px);opacity:.5}.btn:hover:after{transform:translate(-50%,-50%) scale(1.4);filter:blur(16px);opacity:.4}.btn:active{transform:translateY(5px) scale(.94);box-shadow:inset 0 4px 8px rgba(0,0,0,.2);transition:transform .1s ease,box-shadow .1s ease}.btn:active:before{transform:translate(-50%,-50%) scale(.85);filter:blur(6px);opacity:.4}.btn:active:after,.btn:active:before{transition:transform .1s ease,filter .1s ease,opacity .1s ease}.btn:active:after{transform:translate(-50%,-50%) scale(1.2);filter:blur(12px);opacity:.3}.features{text-align:center;width:100%;height:100vh;background-color:#fefff7;display:flex;flex-direction:column;align-items:center;gap:2rem;background-image:url(/bg-feature.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.features h1{font-size:3rem;margin-bottom:2rem;font-family:Kalnia,serif;color:var(--foreground)}ul.feature-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:0;margin:0 auto;list-style:none;max-width:1200px}ul.feature-list li{flex:1 1 calc(33.333% - 2rem);max-width:calc(33.333% - 2rem);background:#ffffff;padding:2rem;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.06);transition:transform .3s ease,filter .3s ease;backdrop-filter:blur(4px);font-size:1.1rem;line-height:1.6;color:#2a1c16}ul.feature-list li:hover{transform:translateY(-6px);filter:blur(0)}@media (max-width:1024px){ul.feature-list li{flex:1 1 calc(50% - 2rem);max-width:calc(50% - 2rem)}}@media (max-width:600px){.features h1{font-size:2rem}ul.feature-list li{flex:1 1 100%;max-width:100%;font-size:1rem;padding:1.25rem}}.why-section{position:relative;width:100%;height:100vh;background:var(--background);display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;gap:3rem;background-image:url(/bg-why.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat}.why-section h1{font-size:3.5rem;font-family:Kalnia,serif;color:var(--foreground);margin-bottom:1rem;position:relative;z-index:2}.why-highlights{display:flex;flex-wrap:wrap;gap:2rem;max-width:75vw;justify-content:center;z-index:2}.why-card{background:rgba(35,6,2,.128);backdrop-filter:blur(12px);border-radius:24px;padding:2rem;max-width:300px;flex:1 1 280px;box-shadow:0 10px 25px rgba(0,0,0,.04);transition:transform .3s ease;text-align:center;color:#2f2418}.why-card:hover{transform:translateY(-6px)}.why-card:hover svg{filter:drop-shadow(0 0 10px rgb(5,79,0));transition:filter .3s ease}.floating-blobs:after,.floating-blobs:before{content:"";position:absolute;border-radius:50%;opacity:.2;background:var(--background);filter:blur(100px);z-index:0}.floating-blobs:before{width:240px;height:240px;top:-100px;left:-100px}.floating-blobs:after{width:180px;height:180px;bottom:-80px;right:-80px}@media (max-width:768px){.why-section{padding:4rem 1.5rem}.why-section h1{font-size:2.25rem}.why-card{padding:1.5rem}.why-card p{font-size:1rem}}.footer::selection{background:rgb(255,254,245);color:rgb(14,2,2)}.footer{background-color:rgb(14,2,2);color:rgb(255,254,245);font-family:"Noto Serif Display",serif;padding-top:8rem;width:100%;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.08) 0,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.footer-content{display:flex;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.footer-left{flex:1 1 300px;display:flex;flex-direction:column;gap:1.5rem}.footer-heading{font-size:1.75rem;line-height:1.4;max-width:600px;margin:0}.footer-buttons{display:flex;flex-wrap:wrap;gap:1rem}.footer .btn{position:relative;background-color:var(--background);color:var(--foreground);padding:.9rem 2.2rem;font-size:1.2rem;font-family:Kalnia,serif;border:none;border-radius:50px;cursor:pointer;overflow:hidden;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.footer .btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:var(--foreground);opacity:.15;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease;z-index:0}.footer .btn:hover:before{width:300%;height:300%}.footer .btn:hover{background-color:var(--foreground);color:var(--background);transform:translateY(-3px);box-shadow:0 0 16px rgba(255,255,255,.3)}.footer .btn:active{transform:translateY(1px) scale(.97)}.footer-copy{font-size:.9rem;opacity:.7;margin-top:1rem}.footer-right{flex:1 1 250px;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.creator-title{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.7}.creator-links{display:flex;flex-direction:column;gap:.75rem}.footer-icon-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--background);text-decoration:none;font-size:1rem;opacity:.75;transition:color .3s ease,opacity .3s ease,transform .3s ease}.footer-icon-link svg{font-size:1.3rem;transition:transform .3s ease}.footer-icon-link:hover{color:var(--background);opacity:1;transform:translateX(4px)}.footer-icon-link:hover svg{transform:scale(1.3)}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;gap:2.5rem}.footer-left,.footer-right{align-items:center;text-align:center}.footer-heading{font-size:1.3rem}.footer .btn{font-size:1rem;padding:.75rem 1.5rem}.creator-links{flex-direction:row;gap:1rem}}@media (max-width:1024px){.hero-h1{font-size:4rem;margin:1.5rem}.hero-h2{font-size:2rem}.hero-p{max-width:80vw;font-size:.95rem}.hero-animation{width:400px;top:20%;left:50%;transform:translateX(-50%)}ul.feature-list li{flex:1 1 calc(50% - 2rem);max-width:calc(50% - 2rem)}}@media (max-width:768px){body{overflow-x:hidden}.hero-h1{font-size:5rem}.hero-h2{font-size:1.5rem}.hero-p{font-size:.9rem}.hero-animation{width:300px;top:15%}.features h1{font-size:2rem}ul.feature-list li{flex:1 1 100%;max-width:100%;padding:1.5rem}.why-section{padding:3rem 1.25rem}.why-section h1{font-size:2.5rem}.why-highlights{flex-direction:column;align-items:center;gap:1.5rem}.why-card{padding:1.5rem;max-width:90%}.why-section{padding:0 0 5rem}.features,.why-section{height:auto;width:100vw}.footer-content{flex-direction:column;align-items:center;gap:2.5rem}.footer-left,.footer-right{align-items:center;text-align:center}.footer-heading{font-size:1.3rem}.footer .btn{font-size:1rem;padding:.75rem 1.5rem}.creator-links{flex-direction:row;gap:1rem;justify-content:center}}@media (max-width:480px){.hero-h1{font-size:4rem;padding-top:1rem}.hero-animation{top:10%!important}.hero-h2{font-size:1.25rem}.hero-p{font-size:.85rem;padding:0 1rem}.btn{font-size:1rem;padding:.75rem 1.5rem}.why-section{padding:0 0 5rem}.features,.why-section{height:auto;width:100vw}.features h1,.why-section h1{font-size:2.5rem}.footer-heading{font-size:1.1rem}.footer .btn{font-size:.95rem;padding:.6rem 1.25rem}}@font-face{font-family:Petit Formal Script;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/557b392b717eddcb-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:Petit Formal Script;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d93c89148c9614c1-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:Petit Formal Script Fallback;src:local("Arial");ascent-override:81.80%;descent-override:21.20%;line-gap-override:0.00%;size-adjust:121.36%}.__className_09cea6{font-family:Petit Formal Script,Petit Formal Script Fallback;font-weight:400;font-style:normal}@font-face{font-family:Fredericka the Great;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d294ad0b5d1a48aa-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:Fredericka the Great;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/83b7692fa295f45a-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:Fredericka the Great Fallback;src:local("Arial");ascent-override:92.77%;descent-override:23.54%;line-gap-override:0.00%;size-adjust:105.37%}.__className_a8cb97{font-family:Fredericka the Great,Fredericka the Great Fallback;font-weight:400;font-style:normal}@font-face{font-family:Kalnia;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0a125db5ccfdcf06-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Kalnia;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9c24ce7692042648-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:Kalnia;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3fef4e1e339ba2c9-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:Kalnia Fallback;src:local("Times New Roman");ascent-override:81.17%;descent-override:23.30%;line-gap-override:0.00%;size-adjust:128.74%}.__className_e728a1{font-family:Kalnia,Kalnia Fallback;font-weight:400;font-style:normal}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5ac4ceacbd91cb73-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:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85b9689a7c37fb86-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e3cfd9e8c05cb69a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/70042a686ddb92bc-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:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fecd11eceb3061bb-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:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2539f2b880606974-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:"Noto Serif Display";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a167e6428af9044a-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:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5ac4ceacbd91cb73-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:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85b9689a7c37fb86-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e3cfd9e8c05cb69a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/70042a686ddb92bc-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:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fecd11eceb3061bb-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:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2539f2b880606974-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:"Noto Serif Display";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a167e6428af9044a-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:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5ac4ceacbd91cb73-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:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85b9689a7c37fb86-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e3cfd9e8c05cb69a-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/70042a686ddb92bc-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:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fecd11eceb3061bb-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:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2539f2b880606974-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:"Noto Serif Display";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a167e6428af9044a-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:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/14ef031f9ced2bc0-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:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7cef1a1e9ebc0225-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3212f87815eb0dd-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c53656f9d9967344-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:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d224021ff82a5d26-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:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f93326e6b36ae572-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:"Noto Serif Display";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(/_next/static/media/54021f693ae17c82-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:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/14ef031f9ced2bc0-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:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7cef1a1e9ebc0225-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3212f87815eb0dd-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c53656f9d9967344-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:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d224021ff82a5d26-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:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f93326e6b36ae572-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:"Noto Serif Display";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/54021f693ae17c82-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:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/14ef031f9ced2bc0-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:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7cef1a1e9ebc0225-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3212f87815eb0dd-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c53656f9d9967344-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:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d224021ff82a5d26-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:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f93326e6b36ae572-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:"Noto Serif Display";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/54021f693ae17c82-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:"Noto Serif Display Fallback";src:local("Times New Roman");ascent-override:91.24%;descent-override:25.01%;line-gap-override:0.00%;size-adjust:117.17%}.__className_cbbbb1{font-family:"Noto Serif Display","Noto Serif Display Fallback"}