*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1525;--navy-mid:#131e30;--navy-card:#1a2640;--blue:#3b82f6;--blue-dk:#2563eb;--blue-lt:#60a5fa;--white:#f0f4ff;--gray:#8fa3c0;--border:rgba(59,130,246,.18);--maxw:1080px;--nav-h:72px}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h)}body{background:var(--navy);color:var(--white);font-family:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3{overflow-wrap:break-word}a{color:inherit}img,svg,video{display:block;max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;border-radius:6px;font-size:.9rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;border:none;transition:background .2s,transform .2s,box-shadow .2s,border-color .2s,color .2s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dk);transform:translateY(-1px);box-shadow:0 8px 24px rgba(59,130,246,.35)}.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.btn-outline:hover{background:rgba(59,130,246,.1)}.btn-lg{padding:16px 36px;font-size:1rem;border-radius:8px}.btn-sm{padding:9px 20px;font-size:.85rem}:focus-visible{outline:2px solid var(--blue-lt);outline-offset:3px;border-radius:4px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:16px 32px;min-height:var(--nav-h);background:rgba(13,21,37,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav,.nav-links{display:flex;align-items:center}.nav-links{gap:22px}.nav-links a.navlink{color:var(--gray);text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s}.nav-links a.navlink:hover,.nav-links a.navlink[aria-current=page],.nav-toggle{color:var(--white)}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:6px;padding:8px;cursor:pointer}.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--white)}.logo .wordmark{font-size:1.15rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.logo .wordmark .io{color:var(--blue-lt)}main{padding-top:var(--nav-h)}section{padding:96px 24px}.container{max-width:var(--maxw);margin:0 auto}.section-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.section-headline{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;color:var(--white);margin-bottom:16px}.section-headline em{font-style:italic;color:var(--blue-lt)}.section-body{font-size:1rem;color:var(--gray);max-width:620px;line-height:1.8}.hero{min-height:calc(100vh - var(--nav-h));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;position:relative;overflow:hidden}.hero:before,.hero>*{max-width:100%}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(59,130,246,.12) 0,transparent 70%);pointer-events:none}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:24px}.hero h1{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,7vw,4.2rem);font-weight:700;line-height:1.1;color:var(--white);max-width:min(820px,100%);margin-bottom:12px}.hero h1 em{font-style:italic;color:var(--blue-lt)}.hero-sub{font-size:clamp(1rem,1.8vw,1.2rem);color:var(--gray);max-width:min(580px,100%);margin:16px auto 40px;line-height:1.7}.hero-sub strong{color:var(--blue-lt);font-weight:600}.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.trial-note{margin-top:14px;font-size:.8rem;color:var(--white)}.credibility-note{margin-top:32px;font-size:.875rem;color:var(--gray);max-width:min(620px,100%);line-height:1.7;text-align:center;border-top:1px solid var(--border);padding-top:24px}.page-head{padding:80px 24px 24px;text-align:center}.page-head h1{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(1.85rem,6vw,3.4rem);font-weight:700;line-height:1.12;margin-bottom:16px}.page-head h1 em{font-style:italic;color:var(--blue-lt)}.page-head p{color:var(--gray);max-width:620px;margin:0 auto;font-size:1.05rem}.pain{background:var(--navy-mid)}.pain-intro{margin-bottom:48px}.contrast-head,.contrast-row{display:grid;grid-template-columns:1fr 44px 1fr}.contrast-head{align-items:center;margin-bottom:20px}.contrast-row{align-items:stretch;margin-bottom:14px}.contrast-arrow{justify-content:center;color:#46557a;font-size:1.2rem}.col-tag,.contrast-arrow{display:flex;align-items:center}.col-tag{gap:9px}.col-dot{width:8px;height:8px;border-radius:50%;flex:none}.col-tag .lbl{font-size:1rem;font-weight:600}.col-sub{display:block;font-size:.75rem;color:var(--gray);margin-top:2px}.flow-card,.friction-card{border-radius:10px;padding:20px 22px}.friction-card{background:#1b1922;border:1px solid hsla(0,0%,100%,.08)}.flow-card{background:var(--navy-card);border:1px solid var(--border)}.contrast-card-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}.contrast-card-head .ic{font-size:1.1rem;line-height:1}.contrast-card-head h3{font-size:.95rem;font-weight:600;line-height:1.35}.friction-card h3{color:#e7dcd6}.flow-card h3{color:#e6eefb}.friction-card p{color:#8c857f}.flow-card p,.friction-card p{font-size:.85rem;line-height:1.65}.flow-card p{color:var(--gray)}.videos{background:var(--navy)}.video-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-top:48px}.video-card{background:var(--navy-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;text-align:left;width:100%;font-family:inherit;color:inherit;transition:border-color .2s,transform .2s}.video-card:hover{border-color:var(--blue);transform:translateY(-2px)}.video-thumb{position:relative;background:linear-gradient(135deg,#1a2640,#0d1525);height:200px}.play-btn,.video-thumb{display:flex;align-items:center;justify-content:center}.play-btn{width:60px;height:60px;border-radius:50%;background:var(--blue);transition:transform .2s,box-shadow .2s}.video-card:hover .play-btn{transform:scale(1.1);box-shadow:0 8px 24px rgba(59,130,246,.4)}.play-btn svg{margin-left:4px}.video-label{position:absolute;bottom:12px;left:14px;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-lt)}.video-info{padding:20px 22px}.video-info h3{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:6px}.video-info p{font-size:.85rem;color:var(--gray);line-height:1.6}.metrics{background:var(--navy-mid)}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:48px}.metric-card{background:var(--navy-card);border:1px solid var(--border);border-radius:10px;padding:32px 24px;text-align:center}.metric-arrow{font-size:2rem;margin-bottom:8px;line-height:1}.metric-arrow.down{color:#34d399}.metric-arrow.up,.metric-card h3{color:var(--blue-lt)}.metric-card h3{font-size:.9rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.metric-card p{font-size:.85rem;color:var(--gray);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-top:48px}.feature-card{background:var(--navy-card);border:1px solid var(--border);border-radius:12px;padding:28px}.feature-card .ic{font-size:1.6rem;line-height:1;margin-bottom:14px}.feature-card h3{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:8px}.feature-card p{font-size:.9rem;color:var(--gray);line-height:1.7}.steps{display:grid;grid-gap:18px;gap:18px;margin-top:48px}.step{display:grid;grid-template-columns:56px 1fr;grid-gap:20px;gap:20px;align-items:start;background:var(--navy-card);border:1px solid var(--border);border-radius:12px;padding:24px 28px}.step-num{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:700;color:var(--blue-lt);line-height:1}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:6px}.step p{font-size:.92rem;color:var(--gray);line-height:1.7}.pricing{background:var(--navy)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:48px;align-items:start}.pricing-card{background:var(--navy-card);border:1px solid var(--border);border-radius:12px;padding:32px 28px;position:relative;transition:border-color .2s}.pricing-card.featured{border-color:var(--blue);background:linear-gradient(160deg,#1e2e4a 0,var(--navy-card) 100%)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-weight:700;letter-spacing:.08em;padding:4px 14px;border-radius:20px;white-space:nowrap}.featured-badge,.pricing-tier{font-size:.72rem;text-transform:uppercase}.pricing-tier{font-weight:600;letter-spacing:.12em;color:var(--blue);margin-bottom:12px}.pricing-price{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-weight:700;color:var(--white);line-height:1.1}.pricing-price span{font-size:1rem;font-weight:400;color:var(--gray)}.pricing-desc{font-size:.85rem;color:var(--gray);margin:12px 0 24px;line-height:1.6}.pricing-features{list-style:none;margin-bottom:28px}.pricing-features li{font-size:.875rem;color:var(--white);padding:7px 0;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;align-items:flex-start;gap:8px}.pricing-features li:before{content:"\2713";color:var(--blue-lt);font-weight:600;flex:none}.pricing-card .btn{width:100%}.cta-banner{background:linear-gradient(135deg,#1a2d4a,#0d1525);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:80px 24px}.cta-banner h2{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--white);margin-bottom:12px}.cta-banner h2 em{font-style:italic;color:var(--blue-lt)}.cta-banner p{color:var(--gray);margin-bottom:32px;font-size:1rem}.cta-banner .hero-cta{margin-bottom:0}footer{background:var(--navy);border-top:1px solid var(--border);padding:40px 48px;align-items:center;justify-content:space-between;gap:16px}footer,footer .foot-links{display:flex;flex-wrap:wrap}footer .foot-links{gap:24px}footer a{color:var(--gray);text-decoration:none;font-size:.8rem}footer a:hover{color:var(--blue-lt)}footer p{font-size:.8rem;color:var(--gray)}.form-wrap{max-width:620px;margin:0 auto}.form-card{background:var(--navy-card);border:1px solid var(--border);border-radius:14px;padding:36px}.field{margin-bottom:18px}.field label{display:block;font-size:.82rem;font-weight:500;color:var(--white);margin-bottom:7px}.field input,.field select,.field textarea{width:100%;background:var(--navy);border:1px solid var(--border);border-radius:8px;padding:12px 14px;color:var(--white);font-family:inherit;font-size:.92rem;transition:border-color .2s}.field input::placeholder,.field textarea::placeholder{color:#5d6d8a}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue)}.field textarea{resize:vertical;min-height:120px}.form-status{margin-top:16px;font-size:.9rem;border-radius:8px;padding:12px 14px}.form-status.ok{background:rgba(52,211,153,.12);color:#6ee7b7;border:1px solid rgba(52,211,153,.3)}.form-status.err{background:rgba(239,68,68,.12);color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(5,10,20,.92);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:24px}.modal-box{background:var(--navy-card);border:1px solid var(--border);border-radius:14px;width:100%;max-width:880px;padding:28px;position:relative}.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;color:var(--gray);font-size:1.5rem;cursor:pointer;line-height:1;transition:color .2s}.modal-close:hover,.modal-title{color:var(--white)}.modal-title{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;font-size:1.4rem;font-weight:700;margin-bottom:6px;padding-right:32px}.modal-desc{font-size:.875rem;color:var(--gray);margin-bottom:20px}.modal-video{width:100%;border-radius:8px;background:#000;aspect-ratio:16/9}@media (max-width:900px){.feature-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav{padding:14px 20px}.nav-links{position:fixed;top:var(--nav-h);left:0;right:0;flex-direction:column;align-items:stretch;gap:8px;padding:20px;background:rgba(13,21,37,.98);border-bottom:1px solid var(--border);transform:translateY(-120%);transition:transform .25s ease,visibility .25s ease;visibility:hidden;box-shadow:0 16px 32px rgba(5,10,20,.5)}.nav-links.open{transform:translateY(0);visibility:visible}.nav-links .btn{width:100%}.nav-toggle{display:inline-flex}section{padding:72px 20px}.contrast-head,.contrast-row{grid-template-columns:1fr;gap:10px}.contrast-arrow{display:none}.metrics-grid,.step,.video-grid{grid-template-columns:1fr}.step{gap:8px}footer{flex-direction:column;text-align:center;padding:32px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;font-style:normal;font-weight:300;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_0fc2d1;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_Fallback_0fc2d1;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc2d1{font-family:__Inter_0fc2d1,__Inter_Fallback_0fc2d1;font-style:normal}.__variable_0fc2d1{--font-inter:"__Inter_0fc2d1","__Inter_Fallback_0fc2d1"}@font-face{font-family:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:__Cormorant_Garamond_694ac6;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_694ac6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_Fallback_694ac6;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_694ac6{font-family:__Cormorant_Garamond_694ac6,__Cormorant_Garamond_Fallback_694ac6}.__variable_694ac6{--font-cormorant:"__Cormorant_Garamond_694ac6","__Cormorant_Garamond_Fallback_694ac6"}