:root{--bg:#ffffff;--bg-soft:#f4f8fb;--ink:#0d2340;--ink-2:#16385f;--muted:#5a6b7d;--brand:#35a8e0;--brand-deep:#1d7fb5;--brand-soft:#e6f3fb;--line:rgba(13,35,64,.12);--card:#ffffff;--radius:22px;--radius-sm:14px;--shadow:0 18px 50px -22px rgba(13,35,64,.35);--shadow-lg:0 40px 90px -40px rgba(13,35,64,.45);--font:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--display:"Fraunces","Inter",Georgia,serif;--ease:cubic-bezier(.22,1,.36,1);--pad:clamp(20px,4.5vw,64px);--maxw:1875px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.12;letter-spacing:-.02em;margin:0}p{margin:0}::-moz-selection{background:var(--brand);color:#fff}::selection{background:var(--brand);color:#fff}.wrap{max-width:var(--maxw);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.section{padding:clamp(72px,8vw,140px) 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-deep)}.eyebrow:before{content:"";width:26px;height:2px;background:var(--brand);border-radius:2px}.h-xl{font-size:clamp(38px,5.4vw,80px)}.h-lg{font-size:clamp(32px,3.9vw,58px)}.h-md{font-size:clamp(24px,2.2vw,34px)}.lead{font-size:clamp(17px,1.25vw,21px);color:var(--muted);line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 30px;border-radius:999px;font-weight:700;font-size:16.5px;border:1.5px solid transparent;cursor:pointer;position:relative;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .3s,color .3s,border-color .3s;white-space:nowrap}.btn svg{width:17px;height:17px;transition:transform .35s var(--ease)}.btn:hover{transform:translateY(-3px)}.btn:hover svg{transform:translateX(4px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 14px 30px -14px rgba(53,168,224,.9)}.btn-primary:hover{background:var(--brand-deep);box-shadow:0 22px 44px -16px rgba(29,127,181,.85)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--ink-2)}.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff}.btn-ghost:hover{border-color:#fff}.btn-ghost:hover,.btn-outline{background:#fff;color:var(--ink)}.btn-outline{border-color:var(--line)}.btn-outline:hover{border-color:var(--brand);color:var(--brand-deep)}.topbar{background:var(--ink);color:rgba(255,255,255,.9);font-size:15px;position:relative;z-index:60}.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px;flex-wrap:wrap}.topbar a{display:inline-flex;align-items:center;gap:8px;font-weight:600;white-space:nowrap;transition:color .25s}.topbar a svg{width:15px;height:15px;flex:none}.topbar a:hover{color:var(--brand)}.topbar-left{display:flex;align-items:center;gap:10px;font-weight:600;flex:0 0 auto}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 0 rgba(74,222,128,.7);animation:pulse 2.4s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(74,222,128,0)}to{box-shadow:0 0 0 0 rgba(74,222,128,0)}}.topbar-right{display:flex;align-items:center;gap:clamp(14px,2vw,32px);flex:0 0 auto}.topbar .emergency{color:#ffd6d6}.topbar .emergency:hover{color:#ff9d9d}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid transparent;transition:box-shadow .4s var(--ease),border-color .4s,background .4s}.site-header.stuck{box-shadow:0 10px 40px -24px rgba(13,35,64,.5);border-color:var(--line);background:rgba(255,255,255,.95)}.nav{justify-content:space-between;gap:32px;min-height:118px}.brand,.nav{display:flex;align-items:center}.brand{flex:0 0 auto}.brand img{height:88px;width:auto;transition:height .4s var(--ease)}.site-header.stuck .brand img{height:70px}.nav-menu{display:flex;align-items:center;gap:clamp(8px,1.6vw,30px);list-style:none;margin:0;padding:0}.nav-link,.nav-menu>li{position:relative}.nav-link{display:inline-flex;align-items:center;gap:7px;padding:12px 4px;font-size:18px;font-weight:600;letter-spacing:-.01em;color:var(--ink);transition:color .25s}.nav-link .chev{width:11px;height:11px;transition:transform .3s var(--ease);opacity:.6}.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--brand);border-radius:2px;transition:right .4s var(--ease)}.nav-menu>li:hover .nav-link{color:var(--brand-deep)}.nav-menu>li:hover .nav-link:after{right:0}.nav-menu>li:hover .chev{transform:rotate(180deg)}.dropdown{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,14px);min-width:290px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:12px;list-style:none;margin:0;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),transform .35s var(--ease),visibility .3s}.nav-menu>li:hover .dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.dropdown.wide{min-width:620px;display:grid;grid-template-columns:1fr 1fr;gap:2px}.dropdown a{display:block;padding:11px 16px;border-radius:11px;font-size:16px;font-weight:500;color:var(--muted);transition:background .22s,color .22s,padding-left .22s var(--ease)}.dropdown a:hover{background:var(--brand-soft);color:var(--ink);padding-left:22px}.dropdown .group-title{padding:12px 16px 6px;font-size:12.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-deep)}.nav-cta{display:flex;align-items:center;gap:14px;flex:0 0 auto}.nav-cta .btn{padding:14px 26px;font-size:16px}.burger{display:none;width:52px;height:52px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer;position:relative}.burger span{position:absolute;left:15px;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .35s var(--ease),opacity .25s}.burger span:first-child{top:19px}.burger span:nth-child(2){top:25px}.burger span:nth-child(3){top:31px}body.menu-open .burger span:first-child{transform:translateY(6px) rotate(45deg)}body.menu-open .burger span:nth-child(2){opacity:0}body.menu-open .burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;inset:0;top:0;background:#fff;z-index:45;padding:120px var(--pad) 48px;overflow-y:auto;transform:translateX(100%);transition:transform .5s var(--ease)}body.menu-open .mobile-nav{transform:translateX(0)}.mobile-nav details{border-bottom:1px solid var(--line)}.mobile-nav summary{list-style:none;cursor:pointer;padding:18px 0;font-size:21px;font-weight:700;display:flex;justify-content:space-between;align-items:center;font-family:var(--display)}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:after{content:"+";font-size:26px;color:var(--brand);font-family:var(--font)}.mobile-nav details[open] summary:after{content:"–"}.mobile-nav .sub a{display:block;padding:10px 0 10px 14px;color:var(--muted);font-size:16.5px}.mobile-nav>a.solo{display:block;padding:18px 0;font-size:21px;font-weight:700;border-bottom:1px solid var(--line);font-family:var(--display)}.mobile-nav .m-cta{display:grid;gap:12px;margin-top:32px}.hero{position:relative;min-height:min(94vh,940px);display:flex;align-items:center;overflow:hidden;isolation:isolate}.hero-video{position:absolute;inset:0;z-index:-3;overflow:hidden;background:var(--ink)}.hero-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;pointer-events:none}.hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(100deg,rgba(9,25,47,.92),rgba(9,25,47,.78) 38%,rgba(9,25,47,.42) 70%,rgba(9,25,47,.55))}.hero-grain{position:absolute;inset:0;z-index:-1;opacity:.5;background:radial-gradient(120% 80% at 10% 100%,rgba(53,168,224,.28),transparent 60%)}.hero .wrap{width:100%}.hero-inner{padding:0 0 clamp(90px,11vh,150px);color:#fff;text-align:left;display:grid;grid-template-columns:minmax(0,1.32fr) minmax(320px,.68fr);gap:clamp(32px,3.4vw,64px);align-items:center}.hero-copy{min-width:0}.lb{display:inline}@media (max-width:1000px){.lb{display:none}}.hero h1{color:#fff;text-shadow:0 4px 40px rgba(0,0,0,.35);font-size:clamp(32px,3.05vw,50px);line-height:1.12;text-wrap:balance}.hero .eyebrow{color:#8fd3f7}.hero .eyebrow:before{background:#8fd3f7}.hero p{color:rgba(255,255,255,.86);margin-top:26px;max-width:640px;font-size:clamp(17px,1.3vw,21px)}.hero-actions{display:flex;gap:16px;margin-top:42px;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,1.4vw,22px)}.hero-stats div{padding:clamp(20px,1.6vw,27px);border-radius:var(--radius-sm);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .35s var(--ease),background .35s var(--ease),border-color .35s var(--ease)}.hero-stats div:hover{transform:translateY(-4px);background:rgba(255,255,255,.14);border-color:rgba(143,211,247,.5)}.hero-stats div strong{display:block;font-family:var(--display);font-size:clamp(23px,1.98vw,32px);font-weight:600;color:#fff;line-height:1.15;white-space:nowrap}.hero-stats div span{display:block;margin-top:6px;font-size:14.5px;color:rgba(255,255,255,.72);letter-spacing:.04em}.scroll-hint{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.65);font-size:12.5px;letter-spacing:.22em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-hint i{display:block;width:1px;height:44px;background:linear-gradient(rgba(255,255,255,.7),transparent);animation:drop 2.2s var(--ease) infinite}@keyframes drop{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.page-hero{position:relative;background:var(--ink);color:#fff;overflow:hidden;isolation:isolate}.page-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(90% 120% at 12% 0,rgba(53,168,224,.3),transparent 62%),radial-gradient(70% 100% at 100% 100%,rgba(53,168,224,.16),transparent 60%)}.page-hero .inner{padding:clamp(64px,7vw,110px) 0 clamp(56px,6vw,90px);max-width:940px}.page-hero h1{color:#fff;font-size:clamp(32px,4vw,58px);line-height:1.1;margin:18px 0 20px}.page-hero p{color:rgba(255,255,255,.82);font-size:clamp(17px,1.25vw,20px);max-width:680px}.page-hero .eyebrow{color:#8fd3f7}.page-hero .eyebrow:before{background:#8fd3f7}.page-hero .hero-actions{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}.crumbs{display:flex;gap:9px;align-items:center;font-size:14.5px;color:rgba(255,255,255,.62);flex-wrap:wrap}.crumbs a{transition:color .25s}.crumbs a:hover{color:#8fd3f7}.crumbs span{opacity:.5}.page-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden}.page-hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page-hero.has-media:before{background:linear-gradient(100deg,rgba(9,25,47,.94),rgba(9,25,47,.84) 42%,rgba(9,25,47,.55) 78%,rgba(9,25,47,.7))}.page-hero.has-media .inner{padding-top:clamp(80px,8vw,130px);padding-bottom:clamp(72px,7vw,110px)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,4.5vw,80px);align-items:center}.feature+.feature{margin-top:clamp(56px,6vw,104px)}.feature-media{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}.feature-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/3;transition:transform .8s var(--ease)}.feature-media:hover img{transform:scale(1.05)}.feature-body h2{font-size:clamp(26px,2.5vw,38px);margin:16px 0 18px}.feature-body h3{font-size:clamp(21px,1.7vw,26px);margin:16px 0 14px}.feature-body p{color:var(--muted);margin-bottom:16px}.feature-body p:last-child{margin-bottom:0}.feature-body ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:13px}.feature-body ul li{display:flex;gap:13px;align-items:flex-start;color:var(--ink-2);font-size:16.5px;font-weight:500}.feature-body ul li svg{flex:0 0 auto;width:22px;height:22px;margin-top:2px;stroke:var(--brand-deep);stroke-width:2.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.feature.flip .feature-media{order:2}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(20px,2.2vw,32px)}.doc{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .4s}.doc:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:transparent}.doc-photo{overflow:hidden;background:var(--brand-soft)}.doc-photo img{display:block;width:100%;aspect-ratio:4/3.4;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:transform .8s var(--ease)}.doc:hover .doc-photo img{transform:scale(1.05)}.doc-body{padding:clamp(24px,2vw,32px);display:flex;flex-direction:column;flex:1}.doc-body h3{font-size:22px;margin-bottom:4px}.doc-role{display:block;font-size:14px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--brand-deep);margin-bottom:14px}.doc-body p{color:var(--muted);font-size:16px;margin-bottom:14px}.doc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:8px}.doc-tags span{font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand-deep)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.2vw,18px)}.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius-sm);box-shadow:var(--shadow);background:var(--brand-soft)}.gallery img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:3/2;transition:transform .8s var(--ease)}.gallery figure:hover img{transform:scale(1.07)}.gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:26px 18px 14px;background:linear-gradient(0deg,rgba(9,25,47,.82),transparent);color:#fff;font-size:14.5px;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .4s var(--ease),transform .4s var(--ease)}.gallery figure:hover figcaption{opacity:1;transform:none}.gallery figure.wide{grid-column:span 2}.gallery figure.tall{grid-row:span 2}.gallery figure.tall img{aspect-ratio:3/4.2}@media (max-width:900px){.feature{grid-template-columns:1fr;gap:32px}.feature.flip .feature-media{order:0}.gallery{grid-template-columns:repeat(2,1fr)}.gallery figure.tall{grid-row:span 1}.gallery figure.tall img{aspect-ratio:3/2}}@media (max-width:520px){.gallery{grid-template-columns:1fr}.gallery figure.wide{grid-column:span 1}.gallery figcaption{opacity:1;transform:none}}.prose h2{font-size:clamp(26px,2.6vw,40px);margin:clamp(38px,3.4vw,52px) 0 18px}.prose h3{font-size:clamp(20px,1.7vw,26px);margin:34px 0 12px}.prose>:first-child{margin-top:0}.prose p{color:var(--muted);font-size:17px;margin-bottom:18px}.prose p:last-child{margin-bottom:0}.prose ul{list-style:none;padding:0;margin:22px 0;display:grid;gap:13px}.prose ul li{display:flex;gap:13px;align-items:flex-start;color:var(--ink-2);font-size:16.5px;font-weight:500}.prose ul li svg{flex:0 0 auto;width:22px;height:22px;margin-top:2px;stroke:var(--brand-deep);stroke-width:2.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.content-split{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(38px,4.5vw,80px);align-items:start}.side-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(26px,2.4vw,38px);position:sticky;top:150px}.side-card h3{font-size:22px;margin-bottom:8px}.side-card p{color:var(--muted);font-size:15.5px;margin-bottom:20px}.side-card .btn{width:100%;margin-bottom:10px}.side-card .meta{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);font-size:15px;color:var(--muted);display:grid;gap:9px}.side-card .meta b{color:var(--ink);font-weight:600}@media (max-width:960px){.content-split{grid-template-columns:1fr}.side-card{position:static}}.offers{margin-top:calc(clamp(50px,6vw,90px) * -1);position:relative;z-index:5}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:clamp(18px,2vw,28px)}.offer{background:#fff;border-radius:var(--radius);padding:clamp(28px,2.6vw,44px);box-shadow:var(--shadow-lg);border:1px solid var(--line);position:relative;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.offer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand),#7fd0f2);transform:scaleX(0);transform-origin:left;transition:transform .6s var(--ease)}.offer:hover{transform:translateY(-8px);box-shadow:0 50px 100px -45px rgba(13,35,64,.55)}.offer:hover:before{transform:scaleX(1)}.offer .tag{display:inline-block;background:var(--brand-soft);color:var(--brand-deep);padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.offer h3{margin:18px 0 12px;font-size:clamp(23px,1.9vw,30px)}.offer p{color:var(--muted);font-size:16.5px}.offer .fine{margin-top:14px;font-size:14px;color:#8b98a6}.offer .btn{margin-top:24px}.split{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(40px,5vw,90px);align-items:center}.about-media{position:relative}.about-media img{border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/3}.about-badge{position:absolute;right:-18px;bottom:-30px;background:var(--ink);color:#fff;border-radius:20px;padding:18px 24px 18px 18px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:16px;max-width:330px}.about-badge img{width:76px;height:76px;border-radius:14px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;background:var(--brand-soft);flex:0 0 auto}.about-badge strong{display:block;font-family:var(--display);font-size:21px;line-height:1.15;color:#fff}.about-badge em{display:block;font-style:normal;font-size:13px;color:var(--brand);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}.about-badge span{font-size:13.5px;color:rgba(255,255,255,.72);display:block;margin-top:7px;line-height:1.5}.about-list{list-style:none;padding:0;margin:34px 0 0;display:grid;gap:14px}.about-list li{display:flex;gap:13px;align-items:flex-start;font-size:16.5px;color:var(--ink-2);font-weight:500}.check{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center;margin-top:2px}.check svg{width:12px;height:12px;stroke:var(--brand-deep);stroke-width:3;fill:none}.services{background:var(--bg-soft)}.section-tint{background:#2eb3e82b}.sec-head{max-width:760px;margin-bottom:clamp(40px,4.5vw,68px)}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head h2{margin:16px 0 18px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(18px,1.8vw,26px)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(30px,2.4vw,42px);position:relative;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .4s}.card:after{content:"";position:absolute;inset:auto -40% -60% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(53,168,224,.18),transparent 70%);opacity:0;transition:opacity .55s var(--ease),transform .7s var(--ease);transform:scale(.6)}.card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:transparent}.card:hover:after{opacity:1;transform:scale(1)}.card .ico{width:60px;height:60px;border-radius:17px;background:var(--brand-soft);display:grid;place-items:center;margin-bottom:24px;transition:background .4s,transform .5s var(--ease)}.card .ico svg{width:28px;height:28px;stroke:var(--brand-deep);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .4s}.card:hover .ico{background:var(--brand);transform:rotate(-6deg) scale(1.06)}.card:hover .ico svg{stroke:#fff}a.card{display:block;color:inherit}.card h3{font-size:23px;margin-bottom:12px}.card p{color:var(--muted);font-size:16.5px}.card .more{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-weight:700;font-size:15.5px;color:var(--brand-deep);position:relative}.card .more svg{width:15px;height:15px;transition:transform .35s var(--ease)}.card:hover .more svg{transform:translateX(5px)}.svc-split{display:grid;grid-template-columns:1fr minmax(280px,.86fr) 1fr;gap:clamp(20px,2.4vw,44px);align-items:center}.svc-col{display:flex;flex-direction:column;gap:clamp(16px,1.6vw,24px)}.svc{display:flex;align-items:flex-start;gap:16px;color:inherit;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:clamp(18px,1.5vw,24px);transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .35s}.svc:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.svc .ico{flex:0 0 auto;width:52px;height:52px;border-radius:15px;background:var(--brand-soft);display:grid;place-items:center;transition:background .4s,transform .5s var(--ease)}.svc .ico svg{width:25px;height:25px;stroke:var(--brand-deep);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .4s}.svc:hover .ico{background:var(--brand);transform:rotate(-6deg) scale(1.06)}.svc:hover .ico svg{stroke:#fff}.svc-body{display:block;min-width:0}.svc-body strong{display:block;font-family:var(--display);font-size:19px;font-weight:600;line-height:1.25;margin-bottom:6px}.svc-body span{display:block;color:var(--muted);font-size:15.5px;line-height:1.6}.svc-col-l .svc{flex-direction:row-reverse;text-align:right}.svc-figure{margin:0;position:relative;display:flex;flex-direction:column;align-items:center;align-self:end}.svc-figure:before{content:"";position:absolute;left:50%;bottom:52px;transform:translateX(-50%);width:min(100%,420px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 55%,var(--brand-soft),rgba(230,243,251,0) 68%);z-index:0}.svc-figure img{position:relative;z-index:1;display:block;width:100%;max-width:420px;height:auto;filter:drop-shadow(0 26px 44px rgba(13,35,64,.18))}.svc-figure figcaption{position:relative;z-index:2;margin-top:-26px;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:999px;padding:12px 26px;box-shadow:var(--shadow)}.svc-figure figcaption strong{display:block;font-family:var(--display);font-size:19px;font-weight:600}.svc-figure figcaption em{display:block;font-style:normal;font-size:14px;color:var(--muted);letter-spacing:.05em;margin-top:2px}.svc-all{margin-top:clamp(36px,3.6vw,56px);text-align:center}@media (max-width:1080px){.svc-split{grid-template-columns:1fr 1fr}.svc-figure{grid-column:1/-1;grid-row:1;align-self:center}.svc-col-l .svc{flex-direction:row;text-align:left}}@media (max-width:700px){.svc-split{grid-template-columns:1fr}.svc-figure img{max-width:300px}}.ba-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:clamp(18px,2vw,28px)}.ba-split{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(32px,4vw,72px);align-items:center}.ba-split .ba-grid{grid-template-columns:1fr 1fr}.ba-copy .sec-head{margin-bottom:clamp(26px,2.4vw,36px)}.ba-copy h3{font-size:23px;margin-bottom:12px}.ba-copy p{color:var(--muted);font-size:16.5px}@media (max-width:1080px){.ba-split{grid-template-columns:1fr;gap:clamp(30px,4vw,44px)}}@media (max-width:640px){.ba-split .ba-grid{grid-template-columns:1fr}}.ba{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--ink);aspect-ratio:2/1;box-shadow:var(--shadow);cursor:ew-resize;touch-action:none;border:1px solid var(--line);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.ba:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.ba img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.ba .after-layer{clip-path:inset(0 0 0 var(--pos,50%))}.ba .ba-line{top:0;bottom:0;width:3px;background:#fff;transform:translateX(-50%);box-shadow:0 0 14px rgba(0,0,0,.45)}.ba .ba-knob,.ba .ba-line{position:absolute;left:var(--pos,50%);pointer-events:none}.ba .ba-knob{top:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:var(--brand);border:3px solid #fff;display:grid;place-items:center;box-shadow:0 6px 20px rgba(0,0,0,.35);transition:width .25s var(--ease),height .25s var(--ease)}.ba:hover .ba-knob{width:52px;height:52px}.ba .ba-knob svg{width:22px;height:22px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.ba .pill{position:absolute;top:16px;padding:6px 14px;border-radius:999px;font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(6px);pointer-events:none;z-index:2}.ba .pill-b{left:16px;background:rgba(13,35,64,.72);color:#fff}.ba .pill-a{right:16px;background:var(--brand);color:#fff}.ba-note{margin-top:26px;font-size:15px;color:var(--muted);display:flex;align-items:center;gap:9px}.ba-note svg{width:17px;height:17px;stroke:var(--brand-deep);stroke-width:2;fill:none;flex:0 0 auto}.amen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(18px,2vw,28px)}.amen{padding:clamp(28px,2.4vw,40px);border-radius:var(--radius);background:#fff;border:1px solid var(--line);transition:background .5s var(--ease),color .5s var(--ease),transform .5s var(--ease)}.amen:hover{background:var(--ink);transform:translateY(-8px)}.amen .num{font-family:var(--display);font-size:15px;color:var(--brand);font-weight:600;letter-spacing:.1em}.amen h3{font-size:21px;margin:14px 0 12px}.amen h3,.amen p{transition:color .4s}.amen p{color:var(--muted);font-size:16px}.amen:hover h3{color:#fff}.amen:hover p{color:rgba(255,255,255,.72)}.strip{background:var(--ink);color:#fff;padding:clamp(52px,5vw,80px) 0}.strip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:36px;text-align:center}.strip-grid div strong{display:block;font-family:var(--display);font-size:clamp(34px,3.4vw,52px);color:var(--brand);line-height:1}.strip-grid div span{font-size:15px;color:rgba(255,255,255,.72);margin-top:10px;display:block}.faq{max-width:980px;margin:0 auto}.faq details{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;margin-bottom:14px;overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq details[open]{border-color:var(--brand);box-shadow:var(--shadow)}.faq summary{list-style:none;cursor:pointer;padding:24px 30px;font-weight:700;font-size:18.5px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--ink)}.faq summary::-webkit-details-marker{display:none}.faq summary .pm{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--brand-soft);display:grid;place-items:center;position:relative;transition:background .3s}.faq summary .pm:after,.faq summary .pm:before{content:"";position:absolute;background:var(--brand-deep);border-radius:2px;transition:transform .35s var(--ease),background .3s}.faq summary .pm:before{width:12px;height:2px}.faq summary .pm:after{width:2px;height:12px}.faq details[open] summary .pm{background:var(--brand)}.faq details[open] summary .pm:after,.faq details[open] summary .pm:before{background:#fff}.faq details[open] summary .pm:after{transform:rotate(90deg)}.faq .answer{padding:0 30px 26px;color:var(--muted);font-size:16.5px;max-width:88%}.posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(20px,2.2vw,32px)}.post{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.post:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.post .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--brand-soft)}.post .thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s var(--ease)}.post:hover .thumb img{transform:scale(1.07)}.post .body{padding:28px}.post h3{font-size:21px;line-height:1.28;margin-bottom:12px}.post p{color:var(--muted);font-size:16px}.post .more{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-weight:700;color:var(--brand-deep);font-size:15.5px;white-space:nowrap}.post .more svg{width:15px;height:15px;flex:none;transition:transform .35s var(--ease)}.post:hover .more svg{transform:translateX(5px)}.cta-band{position:relative;overflow:hidden;background:var(--ink);color:#fff;border-radius:0}.cta-inner{padding:clamp(70px,7vw,120px) 0;position:relative;z-index:2;text-align:center;max-width:820px;margin:0 auto}.cta-band h2{color:#fff}.cta-band p{color:rgba(255,255,255,.78);margin:20px auto 0;max-width:600px;font-size:18px}.cta-actions{display:flex;gap:16px;justify-content:center;margin-top:38px;flex-wrap:wrap}.cta-band:after,.cta-band:before{content:"";position:absolute;border-radius:50%;filter:blur(10px)}.cta-band:before{width:520px;height:520px;background:radial-gradient(circle,rgba(53,168,224,.3),transparent 65%);top:-200px;left:-120px}.cta-band:after{width:640px;height:640px;background:radial-gradient(circle,rgba(53,168,224,.2),transparent 65%);bottom:-320px;right:-160px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,4vw,72px);align-items:start}.info-list{display:grid;gap:22px;margin-top:34px}.info{display:flex;gap:18px;align-items:flex-start}.info .ico{width:52px;height:52px;flex:0 0 auto;border-radius:15px;background:var(--brand-soft);display:grid;place-items:center}.info .ico svg{width:22px;height:22px;stroke:var(--brand-deep);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.info h4{font-family:var(--font);font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-deep);font-weight:800;margin-bottom:6px}.info a,.info p{color:var(--ink-2);font-size:17px;font-weight:500}.info a:hover{color:var(--brand-deep)}.hours{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(28px,2.6vw,44px)}.hours h3{font-size:24px;margin-bottom:22px}.hours ul{list-style:none;margin:0;padding:0}.hours li{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px dashed var(--line);font-size:16.5px}.hours li:last-child{border:0}.hours li b{font-weight:600;color:var(--ink)}.hours li span{color:var(--muted)}.hours li.closed span{color:#b04a4a}.hours li.today{background:linear-gradient(90deg,var(--brand-soft),transparent);border-radius:10px;padding-left:12px;padding-right:12px;margin:0 -12px}.site-footer{background:var(--ink);color:rgba(255,255,255,.72);padding:clamp(60px,6vw,96px) 0 0}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:clamp(30px,3vw,56px)}.site-footer h4{font-family:var(--font);font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:#fff;font-weight:800;margin-bottom:20px}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.site-footer a{font-size:16px;transition:color .25s,padding-left .25s var(--ease)}.site-footer a:hover{color:var(--brand);padding-left:5px}.foot-logo{background:#fff;border-radius:16px;padding:14px 18px;display:inline-block;margin-bottom:22px}.foot-logo img{height:76px;width:auto}.socials{display:flex;gap:12px;margin-top:24px}.socials a{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;transition:background .3s,border-color .3s,transform .3s var(--ease);padding:0}.socials a:hover{background:var(--brand);border-color:var(--brand);transform:translateY(-4px);padding-left:0}.socials svg{width:18px;height:18px;fill:currentColor}.foot-bottom{margin-top:clamp(46px,5vw,72px);border-top:1px solid rgba(255,255,255,.12);padding:26px 0;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:15px}.foot-bottom nav{display:flex;gap:22px;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal-l{transform:translateX(-42px)}.reveal-l,.reveal-r{opacity:0;transition:opacity .95s var(--ease),transform .95s var(--ease)}.reveal-r{transform:translateX(42px)}.reveal-l.in,.reveal-r.in{opacity:1;transform:none}.reveal-s{opacity:0;transform:scale(.94);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal-s.in{opacity:1;transform:none}[data-d="1"]{transition-delay:.09s}[data-d="2"]{transition-delay:.18s}[data-d="3"]{transition-delay:.27s}[data-d="4"]{transition-delay:.36s}[data-d="5"]{transition-delay:.45s}[data-d="6"]{transition-delay:.54s}.hero-anim{opacity:0;transform:translateY(30px);animation:heroIn 1.1s var(--ease) forwards}.hero-anim:first-child{animation-delay:.15s}.hero-anim:nth-child(2){animation-delay:.3s}.hero-anim:nth-child(3){animation-delay:.45s}.hero-anim:nth-child(4){animation-delay:.6s}.hero-anim:nth-child(5){animation-delay:.78s}@keyframes heroIn{to{opacity:1;transform:none}}.progress{position:fixed;top:0;left:0;height:3px;background:var(--brand);width:0;z-index:100;transition:width .1s linear}@media (max-width:900px){.reveal-l,.reveal-r{transform:translateY(34px)}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition-duration:.01ms!important}.hero-anim,.reveal,.reveal-l,.reveal-r,.reveal-s{opacity:1;transform:none}}@media (max-width:1000px){.topbar-right a[target=_blank]{display:none}.hero-inner{grid-template-columns:1fr;gap:48px}}@media (max-width:1180px){.nav-cta .btn-outline,.nav-menu{display:none}.burger{display:block}.contact-grid,.split{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){body{font-size:16.5px}.nav{min-height:80px}.brand img{height:52px}.topbar{font-size:13.5px}.topbar .wrap{justify-content:center;padding-top:8px;padding-bottom:8px}.topbar-left{display:none}.topbar-right{flex:1 1 auto;justify-content:center}.topbar-right a[target=_blank]{display:none}.hero{min-height:auto}.hero-inner{padding:40px 0 80px}.about-badge{position:static;margin-top:18px;max-width:none}.foot-grid{grid-template-columns:1fr}.faq .answer{max-width:100%}.btn,.cta-actions,.hero-actions{width:100%}.nav-cta .btn{width:auto}.nav-cta{gap:8px}.nav-cta .btn-primary{padding:12px 16px;font-size:15px}}.about-media img,.doc-photo img{height:auto}@font-face{font-family:Inter;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:800;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;font-style:normal;font-weight:800;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;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;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;font-style:normal;font-weight:800;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;font-style:normal;font-weight:800;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;font-style:normal;font-weight:800;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:Fraunces,Fraunces Fallback;font-style:normal}