:root{--ink:#0d1b3e;--steel:#8d9ac4;--paper:#f2f4f8;--paper-2:#e6eaf0;--card:#fff;--rouge:#e63946;--rouge-d:#c1121f;--bleu:#4361ee;--gold:#f59e0b;--vert:#2ecc71;--vert-d:#1a9c4e;--line:rgba(13,27,62,.09);--shadow:0 1px 4px rgba(13,27,62,.07),0 4px 16px rgba(13,27,62,.06);--nav-h:58px;--tbl-th-line:rgba(22,33,62,.13);--tbl-row-line:rgba(22,33,62,.07)}*{margin:0;padding:0;box-sizing:border-box}body,html{min-height:100%}body{font-family:Arial,Helvetica Neue,-apple-system,system-ui,sans-serif;background:var(--paper);color:var(--ink);padding-top:var(--nav-h)}a{color:inherit;text-decoration:none}.top-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 1.5rem;z-index:200;gap:0}.top-brand{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.5rem;font-weight:700;letter-spacing:.06em;color:var(--ink);margin-right:2rem;flex-shrink:0;line-height:1}.top-brand em{font-style:italic;color:var(--rouge)}.top-links{flex:1 1}.top-link,.top-links{display:flex;align-items:center}.top-link{font-size:.875rem;font-weight:500;color:var(--steel);padding:0 1rem;height:var(--nav-h);border-bottom:2.5px solid transparent;cursor:pointer;transition:color .14s,border-color .14s;text-decoration:none;white-space:nowrap;letter-spacing:.01em}.top-link:hover{color:var(--ink)}.top-link.top-active{color:var(--rouge);border-bottom-color:var(--rouge);font-weight:600}.top-right{gap:.6rem;margin-left:auto}.top-avatar-link,.top-right{display:flex;align-items:center;flex-shrink:0}.top-avatar-link:hover .top-avatar{background:var(--bleu)}.top-avatar{width:30px;height:30px;border-radius:50%;background:var(--rouge);color:#fff;display:grid;place-items:center;font-weight:700;font-size:12px;flex-shrink:0;transition:background .15s}.top-avatar.top-avatar-active{background:var(--bleu)}.top-uname-link{font-size:.82rem;font-weight:600;color:var(--ink);text-decoration:none;transition:color .14s}.top-uname-link.top-active-text,.top-uname-link:hover{color:var(--bleu)}.top-level-badge{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rouge);background:rgba(230,57,70,.1);padding:2px 7px;border-radius:100px}.top-logout{background:none;border:1px solid var(--line);border-radius:6px;padding:.32rem .75rem;font-size:.78rem;font-weight:500;color:rgba(22,33,62,.5);cursor:pointer;transition:all .14s;font-family:inherit}.top-logout:hover{border-color:var(--rouge);color:var(--rouge)}.top-upgrade{font-size:.78rem;font-weight:700;color:#fff;background:var(--bleu);border-radius:6px;padding:.32rem .85rem;text-decoration:none;transition:opacity .14s;white-space:nowrap}.top-upgrade:hover{opacity:.85}.top-drawer-upgrade{color:var(--bleu)!important;font-weight:700}.top-sub-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:100px;white-space:nowrap;display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.top-sub-monthly{color:var(--bleu);background:rgba(67,97,238,.1);border:1px solid rgba(67,97,238,.2)}.top-sub-annual{color:#b45309;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.28)}.top-sub-lifetime{color:#6d28d9;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.22)}.top-sub-until{font-weight:500;opacity:.7;text-transform:none;letter-spacing:0;font-size:.68rem}.top-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background .14s;margin-left:auto}.top-hamburger:hover{background:var(--paper-2)}.top-hamburger span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:.2s;transform-origin:center}.top-ham-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.top-ham-open span:nth-child(2){opacity:0}.top-ham-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.top-backdrop{position:fixed;inset:0;background:rgba(22,33,62,.35);z-index:190}.top-drawer{position:fixed;top:var(--nav-h);left:0;right:0;background:#fff;z-index:195;padding:.75rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:0;box-shadow:0 6px 20px rgba(22,33,62,.1)}.top-drawer,.top-drawer-link{border-bottom:1px solid var(--line)}.top-drawer-link{font-size:.9rem;font-weight:500;color:rgba(22,33,62,.65);padding:.65rem 0;cursor:pointer;text-decoration:none;transition:color .14s}.top-drawer-link:last-child{border-bottom:none}.top-drawer-link.top-active,.top-drawer-link:hover{color:var(--rouge)}.top-drawer-user{gap:.6rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.page,.top-drawer-user{display:flex;align-items:center}.page{min-height:calc(100vh - var(--nav-h));flex-direction:column;padding:24px 20px 64px}.shell{width:100%;max-width:820px}.shell-wide{width:100%;max-width:1100px}.mono{font-family:var(--font-mono,"Spline Sans Mono"),monospace}.badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--rouge);color:#fff;padding:2px 7px;border-radius:100px;margin-left:6px;vertical-align:middle}.panel{background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:2rem 1.75rem}.panel h2{font-size:1.5rem;font-weight:700;margin-bottom:.35rem;letter-spacing:-.01em}.panel .sub{font-size:.9rem;color:var(--steel);margin-bottom:1.5rem;line-height:1.55}label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(22,33,62,.5);margin:1rem 0 .35rem}input,select{width:100%;font-family:inherit;font-size:.93rem;padding:.7rem .9rem;border:1.5px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);transition:border-color .14s}input:focus,select:focus{outline:none;border-color:var(--rouge)}.btn{width:100%;font-family:inherit;font-size:.88rem;font-weight:600;padding:.78rem;border:none;background:var(--rouge);color:#fff;border-radius:8px;cursor:pointer;transition:background .14s;margin-top:1.2rem}.btn:hover{background:var(--rouge-d)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn.ghost{background:var(--paper);color:var(--ink);border:1.5px solid var(--line)}.btn.ghost:hover{border-color:rgba(22,33,62,.35);background:var(--paper-2)}.btn.sm{width:auto;padding:.42rem .9rem;font-size:.8rem;margin:0;border-radius:6px}.switch{text-align:center;margin-top:1rem;font-size:.875rem}.link,.switch a{color:var(--rouge);cursor:pointer;text-decoration:underline}.err{color:var(--rouge);margin-top:.6rem;min-height:1rem}.divider,.err{font-size:.8rem}.divider{display:flex;align-items:center;gap:.75rem;margin:1.2rem 0;color:rgba(22,33,62,.35)}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.center-loading{text-align:center;padding:5rem;font-size:.88rem;color:rgba(22,33,62,.38)}.hidden{display:none!important}.fa{font-family:Vazirmatn,sans-serif;direction:rtl;text-align:right}.nav{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.nav button,.navbtn{font-size:.8rem;font-weight:500;background:none;border:1px solid var(--line);color:rgba(22,33,62,.6);padding:.42rem .85rem;border-radius:6px;cursor:pointer;font-family:inherit;transition:.14s}.nav button:hover,.navbtn:hover{border-color:var(--ink);color:var(--ink)}.nav .nav-active,.navbtn.primary{background:var(--rouge);color:#fff;border-color:var(--rouge)}.nav .nav-lang{background:rgba(67,97,238,.08);color:var(--bleu);border-color:transparent}.topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:20px}.brand h1{font-size:clamp(26px,5.5vw,40px);font-weight:700;line-height:.95;letter-spacing:-.02em}.brand h1 em{font-style:italic;color:var(--rouge)}.brand p{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bleu);margin-top:6px}@media (max-width:700px){.top-links,.top-right{display:none}.top-hamburger{display:flex}}@media (min-width:701px){.top-backdrop,.top-drawer{display:none!important}}[dir=rtl],[dir=rtl] body{font-family:var(--font-vazirmatn,"Vazirmatn"),Arial,system-ui,sans-serif}[dir=rtl] body{text-align:right}[dir=rtl] .top-brand{margin-right:0;margin-left:2rem;order:3}[dir=rtl] .top-links{order:2;justify-content:flex-end}[dir=rtl] .top-right{order:1}[dir=rtl] .top-hamburger,[dir=rtl] .top-right{margin-left:0;margin-right:auto}[dir=rtl] .badge{margin-left:0;margin-right:6px}[dir=rtl] input,[dir=rtl] select,[dir=rtl] textarea{text-align:right}[dir=rtl] .btn{text-align:center}[dir=rtl] .divider{direction:ltr}[dir=rtl] .topbar{flex-direction:row-reverse}[dir=rtl] .panel .sub{text-align:right}[dir=rtl] table{direction:rtl}[dir=rtl] td,[dir=rtl] th{text-align:right}[dir=rtl] .nav{flex-direction:row-reverse}[dir=rtl] .fr-ipa-pair{direction:ltr;display:inline-block}.fr-ltr,[dir=rtl] .blk-conj-form,[dir=rtl] .blk-conj-ipa,[dir=rtl] .fr-ltr,[dir=rtl] .fr-phrase,[dir=rtl] .ipa,[dir=rtl] .lesson-fr-text{direction:ltr;unicode-bidi:embed}[dir=rtl] .blk-conj-table{direction:ltr;margin-left:auto;margin-right:0}[dir=rtl] .blk-grammar-body,[dir=rtl] .blk-word-table td:first-child,[dir=rtl] .blk-word-table th:first-child{text-align:right}[dir=rtl] .lesson-nav{flex-direction:row-reverse}[dir=rtl] .top-drawer{text-align:right}[dir=rtl] .lesson-dot-row,[dir=rtl] .top-drawer-user,[dir=rtl] .unit-header{flex-direction:row-reverse}[dir=rtl] .progress-bar-inner{margin-left:auto;margin-right:0}[dir=rtl] .blk-dialogue-fr,[dir=rtl] .blk-example-fr,[dir=rtl] .lesson-audio-line{direction:ltr;text-align:left}[dir=rtl] .fr{direction:ltr;display:inline-block;font-style:italic}body.content-guard{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}body.content-guard [contenteditable=true],body.content-guard input,body.content-guard textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}body.content-guard img{-webkit-user-drag:none;user-drag:none}@font-face{font-family:__Cormorant_Garamond_5df062;font-style:italic;font-weight:400;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_5df062;font-style:italic;font-weight:400;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_5df062;font-style:italic;font-weight:400;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_5df062;font-style:italic;font-weight:400;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_5df062;font-style:italic;font-weight:400;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;font-style:normal;font-weight:400;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_5df062;font-style:normal;font-weight:400;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_5df062;font-style:normal;font-weight:400;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_5df062;font-style:normal;font-weight:400;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_5df062;font-style:normal;font-weight:400;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;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_5df062;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_5df062{font-family:__Cormorant_Garamond_5df062,__Cormorant_Garamond_Fallback_5df062}.__variable_5df062{--font-cormorant:"__Cormorant_Garamond_5df062","__Cormorant_Garamond_Fallback_5df062"}@font-face{font-family:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-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:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-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:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/59829bb575d36b50-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:__Spline_Sans_Mono_49c017;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e02f7a71372872a3-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:__Spline_Sans_Mono_Fallback_49c017;src:local("Arial");ascent-override:71.59%;descent-override:17.57%;line-gap-override:0.00%;size-adjust:134.59%}.__className_49c017{font-family:__Spline_Sans_Mono_49c017,__Spline_Sans_Mono_Fallback_49c017;font-style:normal}.__variable_49c017{--font-mono:"__Spline_Sans_Mono_49c017","__Spline_Sans_Mono_Fallback_49c017"}@font-face{font-family:__Vazirmatn_52d4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Vazirmatn_52d4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/17cf9497af825577-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:__Vazirmatn_52d4ba;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.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:__Vazirmatn_52d4ba;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Vazirmatn_52d4ba;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/17cf9497af825577-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:__Vazirmatn_52d4ba;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.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:__Vazirmatn_52d4ba;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Vazirmatn_52d4ba;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/17cf9497af825577-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:__Vazirmatn_52d4ba;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.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:__Vazirmatn_52d4ba;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Vazirmatn_52d4ba;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/17cf9497af825577-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:__Vazirmatn_52d4ba;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.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:__Vazirmatn_Fallback_52d4ba;src:local("Arial");ascent-override:101.87%;descent-override:53.36%;line-gap-override:0.00%;size-adjust:100.66%}.__className_52d4ba{font-family:__Vazirmatn_52d4ba,__Vazirmatn_Fallback_52d4ba;font-style:normal}.__variable_52d4ba{--font-vazirmatn:"__Vazirmatn_52d4ba","__Vazirmatn_Fallback_52d4ba"}