.home-v2{--bg:#faf7f2;--surface:#fff;--surface-2:#f5f1e9;--border:#ece6da;--border-strong:#d9d1bf;--ink:#1f1b16;--ink-2:#4a4339;--ink-3:#8a8170;--ink-4:#b8ae9b;--production:#3b6e8f;--production-bg:#e8f0f4;--calls:#b8693d;--calls-bg:#f7eae0;--recare:#6b5e8e;--recare-bg:#efeaf4;--ar:#4f7548;--ar-bg:#e8efe6;--acceptance:#a65f58;--acceptance-bg:#f4e4e1;--wellness:#c7892a;--wellness-bg:#f8efd9;--pos:#4f7548;--pos-bg:#e8efe6;--neg:#c04a3d;--neg-bg:#f8e6e3;--warn:#c7892a;--warn-bg:#f8efd9;font-family:var(--font-home-inter), "Inter", sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}.home-v2 .display{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.01em}.home-v2 .page{max-width:1500px;margin:0 auto;padding:26px 32px 60px}.home-v2 .greeting{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.home-v2 .greeting h1{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.015em;margin:0;font-size:28px;font-weight:500;line-height:1.1}.home-v2 .greeting h1 .accent{color:var(--production);font-style:italic;font-weight:400}.home-v2 .greeting .context-line{color:var(--ink-3);margin-top:6px;font-size:13px}.home-v2 .greeting .date{color:var(--ink-3);text-align:right;white-space:nowrap;font-size:13px}.home-v2 .greeting .date strong{color:var(--ink-2);font-weight:600}.home-v2 .kpi-grid{gap:12px;margin-bottom:22px;display:grid}.home-v2 .kpi-grid.cols-6{grid-template-columns:repeat(6,1fr)}.home-v2 .kpi-grid.cols-7{grid-template-columns:repeat(7,1fr)}.home-v2 .kpi-grid.cols-4{grid-template-columns:repeat(4,1fr)}.home-v2 .kpi{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px 16px;transition:border-color .15s;position:relative;overflow:hidden}.home-v2 .kpi:hover{border-color:var(--border-strong)}.home-v2 .kpi-stripe{width:3px;position:absolute;top:0;bottom:0;left:0}.home-v2 .kpi-label{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);margin-bottom:10px;font-size:10.5px;font-weight:600}.home-v2 .kpi-value{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.02em;color:var(--ink);margin-bottom:6px;font-size:26px;font-weight:500;line-height:1}.home-v2 .kpi-value .sub-val{color:var(--ink-4);font-weight:400}.home-v2 .kpi-vs{color:var(--ink-2);align-items:center;gap:6px;font-size:11.5px;line-height:1.3;display:flex}.home-v2 .kpi-vs .num{font-weight:600}.home-v2 .kpi-vs.multi-line{flex-direction:column;align-items:flex-start;gap:2px}.home-v2 .meter{background:var(--border);border-radius:999px;height:3px;margin-top:10px;overflow:hidden}.home-v2 .meter-fill{border-radius:999px;height:100%}.home-v2 .badge{font-variant-numeric:tabular-nums;border-radius:5px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-block}.home-v2 .badge.pos{background:var(--pos-bg);color:var(--pos)}.home-v2 .badge.neg{background:var(--neg-bg);color:var(--neg)}.home-v2 .badge.warn{background:var(--warn-bg);color:var(--warn)}.home-v2 .badge.neutral{background:var(--surface-2);color:var(--ink-2)}.home-v2 .kpi.production .kpi-stripe{background:var(--production)}.home-v2 .kpi.calls .kpi-stripe{background:var(--calls)}.home-v2 .kpi.recare .kpi-stripe{background:var(--recare)}.home-v2 .kpi.ar .kpi-stripe{background:var(--ar)}.home-v2 .kpi.acceptance .kpi-stripe{background:var(--acceptance)}.home-v2 .kpi.wellness .kpi-stripe{background:var(--wellness)}.home-v2 .main-grid{grid-template-columns:1.55fr 1fr;align-items:start;gap:20px;margin-bottom:22px;display:grid}.home-v2 .panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.home-v2 .panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.home-v2 .panel-title{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.01em;font-size:16px;font-weight:500}.home-v2 .panel-title-sub{color:var(--ink-3);font-size:12px;font-weight:400;font-family:var(--font-home-inter), "Inter", sans-serif;margin-left:8px}.home-v2 .panel-meta{color:var(--ink-3);white-space:nowrap;font-size:12px}.home-v2 .action-tabs{border-bottom:1px solid var(--border);gap:2px;padding:0 4px;display:flex;overflow-x:auto}.home-v2 .tab{color:var(--ink-3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;padding:11px 12px;font-family:inherit;font-size:12.5px;font-weight:600;display:flex}.home-v2 .tab.active{color:var(--ink);border-bottom-color:var(--ink)}.home-v2 .tab .count{background:var(--border);color:var(--ink-2);font-variant-numeric:tabular-nums;border-radius:10px;padding:1px 7px;font-size:11px}.home-v2 .tab.active .count{background:var(--ink);color:var(--surface)}.home-v2 .call-list-body{max-height:620px;overflow-y:auto}.home-v2 .call-row{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(120px,1.35fr) minmax(64px,.5fr) auto minmax(140px,1.15fr) auto auto;align-items:center;gap:12px;padding:11px 14px 11px 18px;font-size:13px;transition:background .12s;display:grid}.home-v2 .call-list-body>.call-row:last-child{border-bottom:none}.home-v2 .call-row:hover{background:var(--bg)}.home-v2 .call-band{font-family:var(--font-home-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap;border-radius:4px;min-width:46px;padding:3px 7px;font-size:10.5px;font-weight:700}.home-v2 .call-band.d2{background:var(--calls-bg);color:var(--calls)}.home-v2 .call-band.w2{background:var(--recare-bg);color:var(--recare)}.home-v2 .call-band.m2{background:var(--production-bg);color:var(--production)}.home-v2 .call-band.ar{background:var(--ar-bg);color:var(--ar)}.home-v2 .call-band.opp{background:var(--acceptance-bg);color:var(--acceptance)}.home-v2 .call-band.lab{background:var(--wellness-bg);color:var(--wellness)}.home-v2 .patient-name{color:var(--ink);align-items:center;gap:6px;min-width:0;font-weight:600;display:flex}.home-v2 .patient-name .pn-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.home-v2 .patient-name .row-tag{flex:none}.home-v2 .patient-sub{color:var(--ink-3);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11.5px;overflow:hidden}.home-v2 .call-amount{font-family:var(--font-home-fraunces), "Fraunces", serif;text-align:right;color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px;font-weight:500}.home-v2 .call-amount .amount-sub{font-family:var(--font-home-inter), "Inter", sans-serif;color:var(--ink-4);font-size:10.5px;font-weight:400;display:block}.home-v2 .call-pte{text-align:center;white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-block}.home-v2 .pte-approved{background:var(--pos-bg);color:var(--pos)}.home-v2 .pte-pending{background:var(--warn-bg);color:var(--warn)}.home-v2 .pte-none{background:var(--surface-2);color:var(--ink-3)}.home-v2 .pte-denied{background:var(--neg-bg);color:var(--neg)}.home-v2 .call-phone{color:var(--ink-3);font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;font-size:12px}.home-v2 .last-call{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;border-radius:999px;max-width:100%;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block;overflow:hidden}.home-v2 .last-call.called{background:var(--pos-bg);color:var(--pos)}.home-v2 .last-call.not-called{background:var(--surface-2);color:var(--ink-4);font-weight:500}.home-v2 .outcome-wrap{position:relative}.home-v2 .outcome-btn{color:var(--ink-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:3px 7px;font-family:inherit;font-size:16px;line-height:1}.home-v2 .outcome-btn:hover{background:var(--surface-2);border-color:var(--border);color:var(--ink)}.home-v2 .outcome-menu{z-index:30;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 6px 20px #1f1b161f}.home-v2 .outcome-menu button{text-align:left;width:100%;color:var(--ink-2);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:7px 10px;font-family:inherit;font-size:12.5px;font-weight:500;display:block}.home-v2 .outcome-menu button:hover{background:var(--surface-2);color:var(--ink)}.home-v2 .outcome-menu button.danger:hover{background:var(--neg-bg);color:var(--neg)}.home-v2 .list-footer{background:var(--surface-2);border-top:1px solid var(--border);color:var(--ink-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;font-size:12px;display:flex}.home-v2 .list-footer strong{color:var(--ink);font-weight:600}.home-v2 .list-footer .link{color:var(--production);cursor:pointer;white-space:nowrap;font-weight:600;text-decoration:none}.home-v2 .panel-empty{text-align:center;color:var(--ink-3);padding:28px 18px;font-size:12.5px}.home-v2 .panel-error{text-align:center;color:var(--ink-2);padding:24px 18px;font-size:12.5px}.home-v2 .panel-error button{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:6px;margin-left:8px;padding:3px 10px;font-family:inherit;font-size:12px;font-weight:600}.home-v2 .panel-error button:hover{background:var(--surface-2)}@keyframes home-v2-shimmer{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.home-v2 .skel{background:var(--surface-2);border-radius:6px;animation:1.4s ease-in-out infinite home-v2-shimmer}.home-v2 .compare-cell{border-bottom:1px solid var(--border);padding:16px 18px}.home-v2 .compare-cell:last-child{border-bottom:none}.home-v2 .compare-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.home-v2 .compare-title{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);font-size:12px;font-weight:600}.home-v2 .compare-subtitle{color:var(--ink-4);font-size:11px}.home-v2 .compare-numbers{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px;display:grid}.home-v2 .compare-num{flex-direction:column;display:flex}.home-v2 .compare-num .lbl{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);margin-bottom:4px;font-size:10.5px;font-weight:600}.home-v2 .compare-num .val{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.01em;color:var(--ink);font-size:20px;font-weight:500}.home-v2 .compare-num .val-sub{color:var(--ink-3);margin-top:2px;font-size:11px}.home-v2 .stacked-meter{background:var(--border);border-radius:4px;height:8px;margin-bottom:8px;display:flex;overflow:hidden}.home-v2 .stacked-seg{height:100%}.home-v2 .stacked-legend{color:var(--ink-2);flex-wrap:wrap;gap:14px;font-size:11px;display:flex}.home-v2 .stacked-legend .li{align-items:center;gap:6px;display:flex}.home-v2 .stacked-legend .sw{border-radius:2px;flex:none;width:8px;height:8px}.home-v2 .section-head{justify-content:space-between;align-items:baseline;margin:6px 0 12px;display:flex}.home-v2 .section-head h2{font-family:var(--font-home-fraunces), "Fraunces", serif;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:500}.home-v2 .section-head .sh-sub{color:var(--ink-3);font-size:12px}.home-v2 .chip-row{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.home-v2 .chip{background:var(--surface);border:1px solid var(--border);color:var(--ink-2);cursor:pointer;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:500}.home-v2 .chip.active{background:var(--ink);color:var(--surface);border-color:var(--ink)}.home-v2 .mini-bar{background:var(--border);vertical-align:middle;border-radius:3px;width:80px;height:6px;margin-right:8px;display:inline-block;overflow:hidden}.home-v2 .mini-bar>span{border-radius:3px;height:100%;display:block}.home-v2 .table-scroll{overflow-x:auto}.home-v2 .scorecard-table{border-collapse:collapse;width:100%;min-width:880px;font-size:13px}.home-v2 .scorecard-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 14px;font-size:10.5px;font-weight:600}.home-v2 .scorecard-table thead th.num{text-align:right}.home-v2 .scorecard-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap;padding:12px 14px}.home-v2 .scorecard-table tbody tr:last-child td{border-bottom:none}.home-v2 .scorecard-table tbody td.num{text-align:right;font-variant-numeric:tabular-nums}.home-v2 .scorecard-table tbody tr.clickable{cursor:pointer}.home-v2 .scorecard-table tbody tr.clickable:hover{background:var(--bg)}.home-v2 .scorecard-table tbody tr.chain-row{background:var(--surface-2);font-weight:600}.home-v2 .office-name{color:var(--ink);font-weight:600}.home-v2 .office-state{color:var(--ink-4);margin-left:4px;font-size:11px;font-weight:400}.home-v2 .office-rank{font-family:var(--font-home-fraunces), "Fraunces", serif;color:var(--ink-4);width:22px;font-size:13px;font-weight:500;display:inline-block}.home-v2 .attention-panel{padding:4px 0}.home-v2 .attention-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:flex-start;gap:14px;padding:12px 18px;display:grid}.home-v2 .attention-item:last-child{border-bottom:none}.home-v2 .attention-icon{width:28px;height:28px;font-family:var(--font-home-fraunces), "Fraunces", serif;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.home-v2 .attention-icon.neg{background:var(--neg-bg);color:var(--neg)}.home-v2 .attention-icon.warn{background:var(--warn-bg);color:var(--warn)}.home-v2 .attention-icon.pos{background:var(--pos-bg);color:var(--pos)}.home-v2 .attention-main .title{color:var(--ink);margin-bottom:3px;font-size:13px;font-weight:600}.home-v2 .attention-main .detail{color:var(--ink-2);font-size:12px;line-height:1.5}.home-v2 .attention-cta{color:var(--production);cursor:pointer;white-space:nowrap;font-size:12px;font-weight:600;text-decoration:none}.home-v2 .attention-cta:hover{text-decoration:underline}.home-v2 button.attention-cta{background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600}.home-v2 .office-switcher{color:var(--ink-2);align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.home-v2 .office-switcher select{color:var(--ink);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:6px 10px;font-family:inherit;font-size:12.5px;font-weight:600}.home-v2 .office-switcher select:focus{outline:2px solid var(--production);outline-offset:1px}.home-v2 .back-bar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.home-v2 .back-link{background:var(--surface);border:1px solid var(--border);color:var(--ink-2);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:600;display:inline-flex}.home-v2 .back-link:hover{border-color:var(--border-strong);color:var(--ink)}.home-v2 .back-bar .drill-office{font-family:var(--font-home-fraunces), "Fraunces", serif;color:var(--ink);font-size:15px;font-weight:500}.home-v2 .skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--border) 50%, var(--surface-2) 75%);background-size:200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite home-v2-shimmer-slide}@keyframes home-v2-shimmer-slide{0%{background-position:200% 0}to{background-position:-200% 0}}.home-v2 .panel-error .retry{background:var(--surface);border:1px solid var(--border-strong);color:var(--ink-2);cursor:pointer;white-space:nowrap;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600}.home-v2 .fixture-note{color:var(--warn);font-size:11px;font-weight:600}@media (max-width:1360px){.home-v2 .kpi-grid.cols-6{grid-template-columns:repeat(3,1fr)}.home-v2 .kpi-grid.cols-7{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.home-v2 .main-grid{grid-template-columns:1fr}.home-v2 .kpi-grid.cols-4{grid-template-columns:repeat(2,1fr)}.home-v2 .kpi-grid.cols-6,.home-v2 .kpi-grid.cols-7{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.home-v2 .page{padding:20px 16px 48px}.home-v2 .kpi-grid{grid-template-columns:repeat(2,1fr)}.home-v2 .greeting{flex-direction:column;align-items:flex-start}.home-v2 .greeting .date{text-align:left}}@media (max-width:980px){.home-v2 .call-row{grid-template-columns:auto 1fr auto auto;grid-template-areas:"band name amount menu""band meta meta meta";row-gap:6px}.home-v2 .cr-band{grid-area:band}.home-v2 .cr-name{grid-area:name;min-width:0}.home-v2 .cr-amount{grid-area:amount}.home-v2 .cr-menu{grid-area:menu}.home-v2 .cr-meta{flex-wrap:wrap;grid-area:meta;align-items:center;gap:8px;display:flex!important}.home-v2 .cr-meta .call-phone{text-align:left}}@media (min-width:981px){.home-v2 .cr-meta{display:contents}}.home-v2 .seg-toggle{background:var(--surface-2);border:1px solid var(--border);vertical-align:middle;border-radius:6px;gap:2px;margin-left:8px;padding:1px;display:inline-flex}.home-v2 .seg-toggle button{color:var(--ink-3);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:1px 8px;font-family:inherit;font-size:10.5px;font-weight:600;line-height:1.4}.home-v2 .seg-toggle button.on{background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #0000000f}
@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(../media/a128116a0bc3fa8c-s.11-onw4a9s-o3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(../media/9db33c57cd4391b8-s.1oj6iblxvm99n.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:italic;font-weight:100 900;font-display:swap;src:url(../media/8010b10db0d5feb2-s.p.1q-jjomgjvbjf.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/167cd0713aa75522-s.1nzccunaoxsdm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e455bcff747f0d5e-s.1wuo3gtslpr33.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/791bf8c4bb753ed6-s.p.0ggqn9ig56u4s.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:115.45%}.fraunces_e1dd6093-module__tefbsa__className{font-family:Fraunces,Fraunces Fallback}.fraunces_e1dd6093-module__tefbsa__variable{--font-home-fraunces:"Fraunces", "Fraunces Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_d1318437-module__fSuCsW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_d1318437-module__fSuCsW__variable{--font-home-inter:"Inter", "Inter Fallback"}
