:root{--bg:#fff;--fg:#0f172a;--gold:#d4af37;--gold-soft:#f7e27e;--track:.0125em}*{box-sizing:border-box}body,html{height:100%}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;letter-spacing:var(--track);overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{position:absolute;top:0;left:0;right:0;z-index:20;background:transparent}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.brand{font-weight:700;font-size:20px;background-image:linear-gradient(90deg,var(--gold),var(--gold-soft));-webkit-background-clip:text;background-clip:text;color:transparent}.nav-desktop{display:flex;gap:16px}.nav-desktop a{color:#fff}.nav-toggle{display:none}@media(max-width:900px){.nav-desktop{display:none}.nav-toggle{display:inline-flex}}.sidebar{position:fixed;inset:0 0 0 auto;width:min(88vw,360px);background:linear-gradient(180deg,#eee,#ddd);transform:translateX(100%);transition:transform .25s ease;z-index:70;box-shadow:-8px 0 24px rgba(0,0,0,.12)}.sidebar.open{transform:translateX(0)}.sidebar header{padding:16px 20px;font-weight:600;background:linear-gradient(270deg,var(--gold),var(--gold-soft),#fff4b0,var(--gold));background-size:400% 400%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:wave 8s linear infinite}.sidebar nav a{display:block;padding:12px 20px;color:#000}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:999px;background:#111;color:#fff;font-weight:600;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,7%,.25)}.btn:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(270deg,var(--gold),var(--gold-soft),#fff4b0,var(--gold));background-size:400% 400%;opacity:0;animation:wave 6s linear infinite;mix-blend-mode:overlay;transition:opacity .3s ease}.btn:hover:after{opacity:1}.hero{position:relative;width:100vw;height:100vh;overflow:hidden;border-radius:0;background:radial-gradient(circle at 40% 40%,#1a1a1a 0,#000 100%);color:#fff;display:grid;place-items:center}.hero img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:grayscale(.4)}.hero img,.hero:before{position:absolute;inset:0}.hero:before{content:"";background:radial-gradient(circle at 30% 70%,rgba(212,175,55,.25),transparent 70%);mix-blend-mode:soft-light;animation:glowShift 10s ease-in-out infinite alternate;z-index:1}@keyframes glowShift{0%{transform:scale(1) translate(0);opacity:.35}50%{transform:scale(1.1) translate(-3%,3%);opacity:.55}to{transform:scale(1) translate(3%,-3%);opacity:.35}}.hero .content{position:relative;z-index:3;text-align:center;padding:2rem}.title{font-size:clamp(2rem,5vw,3.5rem);margin:.5rem 0;font-weight:800;letter-spacing:.02em}.subtitle{opacity:.9;font-weight:500;margin-bottom:1.5rem}@keyframes floatBubble{0%{transform:translateY(0) scale(1);opacity:.5}50%{opacity:.9}to{transform:translateY(-100vh) scale(1.3);opacity:0}}.bubbles{inset:0;overflow:hidden;z-index:2;pointer-events:none}.bubble,.bubbles{position:absolute}.bubble{bottom:-10vh;width:var(--size);height:var(--size);border-radius:50%;background:radial-gradient(circle at 30% 30%,hsla(0,0%,100%,.9),rgba(212,175,55,.35) 40%,hsla(50,88%,73%,.05) 70%,transparent);box-shadow:0 0 20px hsla(50,88%,73%,.35);mix-blend-mode:screen;animation:floatBubble var(--time) linear infinite;opacity:.6;filter:blur(.4px)}@keyframes wave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.card{background:#fff;border-radius:12px;overflow:hidden;transition:all .25s ease;border:1px solid rgba(0,0,0,.06);min-height:220px}.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.card img{width:100%;height:100%;object-fit:cover;transition:all .25s ease}.card:hover img{transform:scale(1.03);filter:grayscale(.15)}.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:50}.modal-content{background:#000;border-radius:12px;max-width:min(92vw,1080px);max-height:85vh;overflow:hidden;animation:fadeIn .25s ease}.fab{position:fixed;right:20px;bottom:20px;z-index:60}.fab button{border-radius:999px;padding:14px 18px;background:#111;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.15);overflow:hidden}.fab button:after{content:"";position:absolute;inset:0;background:linear-gradient(270deg,var(--gold),var(--gold-soft),#fff4b0,var(--gold));background-size:400% 400%;animation:wave 8s linear infinite;opacity:.3;mix-blend-mode:overlay}.footer{width:100%;padding:2rem 1.5rem;border-top:1px solid #eee;display:flex;justify-content:center;gap:16px}.icon{width:22px;height:22px;display:inline-block}.stories-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(5,1fr);padding:0 2rem}@media (max-width:1024px){.stories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.stories-grid{grid-template-columns:repeat(1,1fr)}}.story-card{display:flex;flex-direction:column;align-items:center;text-align:center}.story-caption{font-size:.95rem;line-height:1.5;color:var(--fg);margin-top:.5rem;padding:0 .5rem;opacity:.85}.about-section{background:var(--bg);color:var(--fg);padding:4rem 1.5rem;display:flex;justify-content:center}.about-wrapper{max-width:1100px;width:100%}.about-heading{text-align:center;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;background:linear-gradient(90deg,var(--gold),var(--gold-soft));-webkit-background-clip:text;color:transparent}.about-subtitle{text-align:center;font-size:1.05rem;opacity:.8;margin-top:.5rem;margin-bottom:2rem}.divider{border:0;border-top:1px solid rgba(0,0,0,.08);margin:3rem auto;width:60%}.about-split{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.about-split.reverse{flex-direction:row-reverse}.about-text{flex:1 1 500px;font-size:1.05rem;line-height:1.75}.about-text p{margin-bottom:1rem;opacity:.9}.about-text a{color:var(--gold);text-decoration:none}.about-text a:hover{text-decoration:underline}.about-subhead{color:var(--gold);font-weight:700;margin-bottom:1rem;font-size:1.4rem}.about-image{flex:1 1 400px;text-align:center}.about-photo{border-radius:16px;box-shadow:0 12px 36px rgba(0,0,0,.12);object-fit:cover;transition:transform .4s ease,box-shadow .4s ease}.about-photo:hover{transform:scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.15)}@media (max-width:768px){.about-split,.about-split.reverse{flex-direction:column}.about-photo{max-width:90%}}.fade-left,.fade-right,.fade-up{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-left{transform:translateX(-40px)}.fade-right{transform:translateX(40px)}.show{transform:translate(0)}.press-content{max-width:900px;margin:0 auto;line-height:1.75;font-size:1.05rem;color:var(--fg)}.press-content h2{font-size:1.4rem;color:var(--gold);font-weight:700;margin-top:2.5rem;margin-bottom:.75rem}.press-content p{margin-bottom:1rem;opacity:.9}.press-content a{color:var(--gold);text-decoration:none;font-weight:500}.press-content a:hover{text-decoration:underline}.press-content hr.divider{border:0;border-top:1px solid rgba(0,0,0,.08);margin:2.5rem auto;width:60%}@media (max-width:640px){.press-content{font-size:.98rem;padding:0 1rem}}.ethos-content{max-width:950px;line-height:1.75;color:var(--fg)}.ethos-content h2{font-size:1.6rem;margin-top:2.5rem;margin-bottom:1rem;text-align:center}.ethos-content p{margin-bottom:1rem;opacity:.9}.ethos-grid{grid-template-columns:repeat(3,1fr);margin:2rem 0}.ethos-card{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.05);border-radius:14px;position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.05);transition:transform .4s ease,box-shadow .4s ease}.ethos-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(212,175,55,.1),hsla(50,88%,73%,.15),hsla(0,0%,100%,0));opacity:0;transition:opacity .4s ease,transform .8s ease;transform:scale(1.2)}.ethos-card:hover:before{opacity:1;transform:scale(1)}.ethos-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.ethos-card h3{font-size:1.2rem;font-weight:600}.ethos-content hr.divider{border:0;border-top:1px solid rgba(0,0,0,.08);margin:3rem auto;width:60%}@media (max-width:1024px){.ethos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ethos-grid{grid-template-columns:1fr}.ethos-content{font-size:.98rem;padding:0 1rem}}.offduty-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.offduty-card{background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.05);transition:transform .35s ease,box-shadow .35s ease}.offduty-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px rgba(0,0,0,.1)}.offduty-image img{width:100%;height:auto;display:block;object-fit:cover}.offduty-text{padding:1.5rem}.offduty-text h2{font-size:1.4rem;margin-bottom:.5rem}.offduty-text p{font-size:1rem;opacity:.9}@media (max-width:1024px){.offduty-grid{grid-template-columns:1fr;gap:1.75rem}}.featured-article{position:relative;border-radius:18px;overflow:hidden;height:70vh;min-height:480px;margin-bottom:4rem}.featured-image{position:absolute;inset:0;z-index:0}.featured-image img{object-fit:cover;filter:brightness(.6)}.featured-overlay{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.1))}.featured-content{max-width:720px;color:#fff;padding:2rem}.featured-content h2{font-size:clamp(1.8rem,2vw + 1rem,3rem);background:linear-gradient(90deg,var(--gold-start),var(--gold-end));-webkit-background-clip:text;color:transparent;margin-bottom:1rem}.featured-content p{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:1.5rem}.featured-content a{color:var(--gold);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.featured-content a:hover{color:#fff;border-bottom:1px solid var(--gold)}.blog-carousel-section{position:relative;max-width:1200px;margin:0 auto}.blog-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:1.5rem;padding:1rem 0 2rem;scrollbar-width:none}.blog-carousel::-webkit-scrollbar{display:none}.blog-card{flex:0 0 340px;background:hsla(0,0%,100%,.9);border-radius:14px;border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 26px rgba(0,0,0,.05);overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.blog-img img{width:100%;height:220px;object-fit:cover}.blog-text{padding:1.25rem}.blog-text h2{color:var(--gold);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.blog-text p{font-size:.95rem;line-height:1.6;opacity:.85;margin-bottom:1rem}.blog-text a{color:var(--gold);font-weight:500;text-decoration:none;transition:color .3s ease}.blog-text a:hover{color:#000}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.1);color:var(--gold);font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-btn:hover{background:linear-gradient(120deg,var(--gold-start),var(--gold-end));color:#111}.carousel-btn.left{left:-2rem}.carousel-btn.right{right:-2rem}@media (max-width:1024px){.carousel-btn.left{left:.25rem}.carousel-btn.right{right:.25rem}.blog-card{flex:0 0 300px}.featured-article{height:60vh}}@media (max-width:640px){.carousel-btn{display:none}.blog-card{flex:0 0 85%}.featured-article{height:55vh}}.fade-up{opacity:0;transform:translateY(30px);transition:all .8s ease}.show{opacity:1;transform:translateY(0)}.modal.open{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;opacity:1;pointer-events:auto}.modal-content{background:#fff;border-radius:14px;max-width:860px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 12px 40px rgba(0,0,0,.2);animation:fadeIn .3s ease}.modal-content img{width:100%;border-radius:14px 14px 0 0;display:block}.modal-body{padding:2rem}.modal-body h2{color:var(--gold);margin-bottom:1rem}.modal-body p{margin:.9rem 0;line-height:1.7;color:#222}.close-btn{position:absolute;top:12px;right:12px;background:#111;color:#fff;border:0;border-radius:50%;width:34px;height:34px;cursor:pointer;transition:background .3s ease}.close-btn:hover{background:var(--gold)}.read-btn{border:none;background:none;color:var(--gold);cursor:pointer;font-weight:600;transition:color .3s ease}.read-btn:hover{color:#000}.post-content p{line-height:1.7}.post-content{margin-bottom:4rem}.blog-hero{position:relative;width:100%;height:60vh;min-height:420px;border-radius:0;overflow:hidden}.blog-hero img{object-fit:cover;filter:brightness(.65)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.25));display:flex;align-items:center;justify-content:center;text-align:center}.hero-content{z-index:2;color:#fff;padding:2rem}.hero-content h1{font-size:clamp(2rem,3vw + 1rem,3.5rem);background:linear-gradient(90deg,var(--gold-start),var(--gold-end));-webkit-background-clip:text;color:transparent;font-weight:700}.blog-article{padding:3rem 1rem 5rem;display:flex;justify-content:center}.article-wrapper{max-width:800px;width:100%}.back-btn{display:inline-block;margin-bottom:2rem;font-weight:600}.post-content p{margin:1rem 0;line-height:1.75;font-size:1.05rem;color:#222}@media (max-width:768px){.about-wrapper{padding-inline:1.25rem}.about-split{display:flex;gap:1.75rem;align-items:center}.about-split,.about-split.reverse{flex-direction:column}.about-text{text-align:center;width:100%}.about-image{width:100%;max-width:360px}.about-photo{width:100%;height:auto;border-radius:12px}.divider{margin:2.5rem auto;width:80%}.about-section{padding:1.75rem 1rem}.about-wrapper{padding-inline:0}.about-split,.about-split.reverse{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.25rem}.about-image{width:100%;max-width:420px}.about-photo{display:block;width:100%;height:auto;margin:0}.about-text{width:100%;text-align:center}.about-text p{margin:.6rem 0;line-height:1.6}.divider{width:80%;margin:1.5rem auto!important}.about-section .divider:first-of-type{margin-top:1.25rem!important}.about-section .divider:last-of-type{margin-bottom:1.25rem!important}.about-split,.about-split.reverse{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem!important;margin-bottom:1rem!important}.about-text{text-align:center;margin-bottom:.5rem!important}.about-text p{margin:.4rem 0!important;line-height:1.55}.about-image{width:100%;max-width:380px;margin-top:0!important}.about-photo{width:100%;height:auto;border-radius:12px}.divider{width:80%;margin:1.25rem auto!important}.about-image{display:none!important}.about-split,.about-split.reverse{flex-direction:column;align-items:center;text-align:center;gap:.5rem;margin-bottom:1.5rem!important}.about-text{width:100%;max-width:600px;margin:0 auto}.about-text p{margin:.6rem 0!important;line-height:1.6}.divider{width:80%;margin:1.25rem auto!important}.about-wrapper{display:flex;flex-direction:column;gap:1rem!important}.about-split,.about-split.reverse{display:block!important;margin:0 auto 2rem!important;padding:0!important}.about-image{display:none!important;height:0!important;margin:0!important;padding:0!important}.about-text{display:block;width:100%;max-width:600px;margin:0 auto;text-align:center}.about-text h3{margin-bottom:.75rem!important}.about-text p{margin:.5rem 0!important;line-height:1.6}.divider{width:80%;margin:1.25rem auto!important}}.about-split,.about-split.reverse{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-bottom:4rem}.about-text{flex:1 1}.about-image{flex:1 1;display:flex;justify-content:center}.about-photo{width:100%;height:auto;max-width:550px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.12)}@media (max-width:768px){.about-wrapper{display:flex;flex-direction:column;gap:1rem!important}.about-split,.about-split.reverse{display:flex!important;flex-direction:column!important;align-items:center;justify-content:center;margin:0 auto 2.5rem!important;padding:0 1rem;gap:1rem}.about-text{text-align:center;width:100%;max-width:650px;margin:0 auto}.about-text h3{margin-bottom:.75rem!important}.about-text p{margin:.6rem 0!important;line-height:1.65}.about-image{display:flex!important;justify-content:center;margin-top:.5rem}.about-photo{width:90%;max-width:400px;height:auto;border-radius:12px;margin:0 auto}.divider{width:85%;margin:1.5rem auto!important;opacity:.15}}.contact-form input,.contact-form textarea{color:#000!important;background:#fff!important;border:1px solid #ccc;font-size:16px;padding:10px 14px;border-radius:8px;width:100%;box-sizing:border-box}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#777}.contact-form button{background:#111;color:#fff;border:none;padding:10px 18px;border-radius:999px;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:linear-gradient(90deg,var(--gold-start),var(--gold-end));color:#000}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){header.site-header{margin-bottom:1.5rem}.page-header{text-align:center;margin-top:2.5rem!important;margin-bottom:2rem;padding-inline:1rem}.page-header h1{font-size:1.9rem;line-height:1.25;margin-bottom:.75rem}.page-header p{font-size:1.05rem;line-height:1.5;margin-top:.75rem}}.ethos-content{max-width:900px;margin:0 auto;line-height:1.7;font-size:1.05rem;color:var(--text)}.ethos-content h2{color:var(--gold);font-size:1.35rem;font-weight:700;margin:2.25rem 0 1rem;text-align:left}.ethos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.ethos-card{background:hsla(0,0%,100%,.06);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.ethos-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.ethos-card h3{font-size:1.15rem;color:var(--gold);margin-bottom:.5rem}.ethos-card p{font-size:1rem;line-height:1.6;color:var(--text)}@media (max-width:768px){.page-header{margin-top:2.75rem!important;margin-bottom:2rem}.ethos-content{padding-inline:.75rem;font-size:1rem}.ethos-content h2{font-size:1.2rem}.ethos-card{padding:1.25rem}.ethos-card h3{font-size:1.1rem}}.offduty-grid{display:flex;flex-direction:column;gap:3rem;max-width:1100px;margin:0 auto}.offduty-card{display:flex;align-items:center;gap:2.5rem;transition:all .3s ease}.offduty-card.reverse{flex-direction:row-reverse}.offduty-image{flex:1 1;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.25)}.offduty-text{flex:1 1;color:var(--text)}.offduty-text h2{font-size:1.5rem;color:var(--gold);font-weight:700;margin-bottom:.75rem}.offduty-text p{font-size:1.05rem;line-height:1.65;color:var(--text)}.offduty-card:hover .offduty-image{transform:scale(1.02);transition:transform .4s ease}@media (max-width:900px){.offduty-card{gap:1.5rem}.offduty-card,.offduty-card.reverse{flex-direction:column}.offduty-text h2{font-size:1.3rem}.offduty-text p{font-size:1rem}.offduty-grid{gap:2rem}}@media (max-width:768px){.site-header{margin-bottom:1.25rem!important}main.container>section:first-of-type{margin-top:2rem!important}.title{margin-top:.5rem!important;margin-bottom:.75rem!important}.subtitle{margin-top:0!important;margin-bottom:1.25rem!important}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}