:root{--brand-navy:#1a2e4a;--brand-teal:#009296;--brand-yellow:#fdb913;--brand-cream:#fffae8;--brand-info:#e4f5f5;--brand-neutral:#eef1f5;--brand-ink:#4a4a4a;--esh-navy-900:color-mix(in srgb,var(--brand-navy) 85%,black);--esh-navy-800:var(--brand-navy);--esh-navy-700:color-mix(in srgb,var(--brand-navy) 88%,white);--esh-teal-800:color-mix(in srgb,var(--brand-teal) 60%,black);--esh-teal-700:color-mix(in srgb,var(--brand-teal) 75%,black);--esh-teal-600:var(--brand-teal);--esh-teal-100:color-mix(in srgb,var(--brand-teal) 18%,white);--esh-teal-50:var(--brand-info);--esh-yellow-500:var(--brand-yellow);--esh-yellow-600:color-mix(in srgb,var(--brand-yellow) 88%,black);--esh-yellow-100:color-mix(in srgb,var(--brand-yellow) 15%,white);--esh-cream-100:var(--brand-cream);--esh-cream-200:color-mix(in srgb,var(--brand-cream) 88%,var(--brand-yellow));--esh-white:#ffffff;--esh-gray-50:color-mix(in srgb,var(--brand-neutral) 55%,white);--esh-gray-100:var(--brand-neutral);--esh-gray-200:color-mix(in srgb,var(--brand-neutral) 88%,var(--brand-ink));--esh-gray-400:color-mix(in srgb,var(--brand-ink) 60%,white);--esh-gray-600:var(--brand-ink);--esh-gray-700:color-mix(in srgb,var(--brand-ink) 85%,black);--esh-error-700:#b42318;--esh-error-50:#fef3f2;--esh-success-700:#067647;--esh-success-100:#d1fadf;--esh-success-50:#ecfdf3;--esh-warning-700:#b54708;--esh-warning-100:#fdf0d4;--esh-warning-50:#fffaeb;--esh-demo-amber:#ffc400;--esh-demo-black:#131313;--esh-demo-brown:#7c3f00;--esh-demo-cream:#fffbeb;--esh-demo-border:#b45309;--esh-font-sans:var(--font-inter,-apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--esh-font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--esh-text-display:clamp(1.75rem,1.1rem + 3.4vw,2.75rem);--esh-text-h1:clamp(1.5rem,1.15rem + 1.8vw,2rem);--esh-text-h2:clamp(1.25rem,1.1rem + 0.8vw,1.5rem);--esh-text-lg:1.125rem;--esh-text-base:1rem;--esh-text-sm:0.875rem;--esh-text-xs:0.8125rem;--esh-leading-tight:1.2;--esh-leading-body:1.55;--esh-space-0-5:0.125rem;--esh-space-1:0.25rem;--esh-space-1-5:0.375rem;--esh-space-2:0.5rem;--esh-space-2-5:0.625rem;--esh-space-3:0.75rem;--esh-space-3-5:0.875rem;--esh-space-4:1rem;--esh-space-4-5:1.25rem;--esh-space-5:1.5rem;--esh-space-5-5:1.75rem;--esh-space-6:2rem;--esh-space-7:3rem;--esh-space-8:4rem;--esh-radius-sm:6px;--esh-radius-md:10px;--esh-radius-lg:14px;--esh-radius-xl:20px;--esh-radius-pill:999px;--esh-scrim:color-mix(in srgb,var(--brand-navy) 55%,transparent);--esh-shadow-subtle:0 4px 20px -2px color-mix(in srgb,var(--brand-navy) 5%,transparent);--esh-shadow-card:0 8px 30px -4px color-mix(in srgb,var(--brand-navy) 8%,transparent);--esh-shadow-cta:0 2px 8px color-mix(in srgb,var(--brand-yellow) 35%,transparent);--esh-focus-ring:var(--brand-navy);--esh-focus-ring-on-dark:#ffc400;--esh-focus-width:3px;--esh-focus-offset:2px}.accent-rule{height:3px;background:var(--esh-yellow-500)}.demo-chip{gap:.375rem;padding:.1875rem .5rem .1875rem .3125rem;border:1px solid var(--esh-demo-border);background:var(--esh-demo-cream);color:var(--esh-demo-brown);font-size:var(--esh-text-xs);font-weight:700;letter-spacing:.02em;cursor:pointer;white-space:nowrap}.demo-chip,.demo-chip-glyph{display:inline-flex;align-items:center;border-radius:var(--esh-radius-pill)}.demo-chip-glyph{justify-content:center;width:1rem;height:1rem;background:var(--esh-demo-brown);color:var(--esh-demo-cream);font-size:.6875rem;line-height:1}.demo-chip:hover{background:var(--esh-demo-amber)}.masthead{background:var(--esh-white)}.masthead-inner{min-height:3.5rem;max-width:72rem;margin-inline:auto;padding:.5rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.375rem 1rem}.masthead-title{margin:0;font-size:var(--esh-text-sm);font-weight:600;color:var(--esh-navy-800)}.site-footer-inner{max-width:46rem;margin-inline:auto}.site-footer-legal{margin:.25rem 0 0}.site-footer-legal,.site-footer-note{font-size:var(--esh-text-sm);color:var(--esh-gray-600)}.site-footer-note{margin:0}.footer-contact{margin:0 0 .75rem;color:var(--esh-gray-700)}.footer-contact-icon{width:.9rem;height:.9rem;flex-shrink:0;align-self:center}.footer-contact-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;font-size:var(--esh-text-sm)}.footer-contact-inner>.footer-contact-link+.footer-contact-icon{margin-left:.75rem}.footer-contact-label{opacity:.75}.footer-contact-link{color:var(--esh-teal-700);text-decoration:underline}.footer-contact-link:hover{color:var(--esh-yellow-500)}.footer-contact-social{display:flex;gap:.75rem;list-style:none;margin:0;padding:0}.footer-contact-social a{display:inline-flex;align-items:center;text-decoration:none}.wordmark{margin:0;display:flex;flex-direction:column;line-height:1.05}.wordmark-logo{height:2rem;width:auto;display:block}.wordmark-primary{font-size:1.25rem;font-weight:800;letter-spacing:-.01em;color:var(--esh-navy-800)}.wordmark-secondary{font-size:.6875rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--esh-navy-800)}.chrome-honesty-row{max-width:72rem;margin-inline:auto;padding:.375rem 1rem;display:flex;justify-content:flex-end}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100svh;display:flex;flex-direction:column;color:var(--esh-navy-800);background:var(--esh-gray-50);font-family:var(--esh-font-sans);font-size:var(--esh-text-base);line-height:var(--esh-leading-body)}:focus-visible{outline:var(--esh-focus-width) solid var(--esh-focus-ring);outline-offset:var(--esh-focus-offset)}a{color:var(--esh-teal-700)}.skip-link{position:absolute;left:.5rem;top:-10rem;z-index:110;padding:var(--esh-space-2) var(--esh-space-4);background:var(--esh-white);color:var(--esh-navy-800);border:2px solid var(--esh-navy-800);border-radius:var(--esh-radius-sm)}.skip-link:focus{top:.5rem}.topbar{height:.625rem;background:var(--esh-navy-900)}.internal-tag{margin:0;padding:var(--esh-space-1) var(--esh-space-3);font-size:var(--esh-text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--esh-white);background:var(--esh-navy-800);border-radius:var(--esh-radius-pill)}@media (min-width:640px){.masthead-inner{flex-wrap:nowrap;padding:var(--esh-space-4) var(--esh-space-5)}.masthead-title{font-size:var(--esh-text-base);padding-left:var(--esh-space-4);border-left:2px solid var(--esh-gray-200)}.internal-tag{margin-left:auto}}main{flex:1 0 auto;width:100%}main:focus{outline:none}.flow{max-width:64rem;margin-inline:auto;padding:var(--esh-space-4-5) var(--esh-space-4) var(--esh-space-8)}.page-heading{font-size:var(--esh-text-h1);line-height:var(--esh-leading-tight);color:var(--esh-navy-800);margin:var(--esh-space-4) 0 var(--esh-space-2)}.page-heading:focus{outline:none}.lead{margin:0 0 var(--esh-space-4);max-width:46rem;color:var(--esh-gray-700)}.muted{color:var(--esh-gray-600);font-size:var(--esh-text-sm)}.mono{font-family:var(--esh-font-mono);word-break:break-all}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.card{background:var(--esh-white);border:1px solid var(--esh-gray-200);border-radius:var(--esh-radius-lg);box-shadow:var(--esh-shadow-card);padding:var(--esh-space-4-5);margin-top:var(--esh-space-4-5)}@media (min-width:480px){.card{padding:var(--esh-space-5)}}.card-heading{margin:0 0 var(--esh-space-1);font-size:var(--esh-text-h2)}.card-heading,.card-subheading{line-height:var(--esh-leading-tight);color:var(--esh-navy-800)}.card-subheading{margin:0 0 var(--esh-space-1-5);font-size:var(--esh-text-lg);font-weight:700}.card-subheading:not(:first-child){margin-top:var(--esh-space-5)}.card-intro{margin:var(--esh-space-1) 0 var(--esh-space-4);color:var(--esh-gray-700);font-size:var(--esh-text-sm)}.section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--esh-space-2) var(--esh-space-4)}.field{margin-bottom:var(--esh-space-4);max-width:34rem}.field-wide{max-width:none}label{display:block;font-weight:600;margin-bottom:var(--esh-space-1)}input[type=date],input[type=email],input[type=password],input[type=text],input[type=url],select,textarea{width:100%;padding:var(--esh-space-2-5) var(--esh-space-3);font-size:1rem;color:var(--esh-navy-800);background:var(--esh-white);border:1.5px solid var(--esh-gray-600);border-radius:var(--esh-radius-md)}textarea{resize:vertical}select,textarea{font-family:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:var(--esh-space-6);background-image:linear-gradient(45deg,transparent 50%,var(--esh-navy-800) 50%),linear-gradient(135deg,var(--esh-navy-800) 50%,transparent 50%);background-position:right 1.0625rem center,right .75rem center;background-size:.3125rem .3125rem;background-repeat:no-repeat}input[type=date]{font-family:inherit;min-height:2.625rem}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--esh-error-700);border-width:2px}.field-error{color:var(--esh-error-700);font-weight:600}.field-error,.field-help{margin:var(--esh-space-1) 0 0;font-size:var(--esh-text-sm)}.field-help{color:var(--esh-gray-600)}.button,button.button{display:inline-block;min-height:48px;padding:var(--esh-space-3) var(--esh-space-5-5);font-family:var(--esh-font-sans);font-size:1rem;font-weight:700;text-align:center;text-decoration:none;color:var(--esh-navy-800);background:var(--esh-yellow-500);border:2px solid var(--esh-yellow-500);border-radius:var(--esh-radius-md);box-shadow:var(--esh-shadow-cta);cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.button:hover{background:var(--esh-yellow-600);border-color:var(--esh-yellow-600)}.button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.button-secondary{display:inline-block;min-height:40px;padding:var(--esh-space-2) var(--esh-space-4-5);font-family:var(--esh-font-sans);font-size:var(--esh-text-sm);font-weight:700;text-align:center;text-decoration:none;color:var(--esh-navy-800);background:var(--esh-white);border:2px solid var(--esh-navy-800);border-radius:var(--esh-radius-md);cursor:pointer;transition:background-color .12s ease}.button-secondary:hover{background:var(--esh-gray-100)}.button-secondary:disabled{opacity:.55;cursor:not-allowed}.status-box{background:var(--esh-teal-50);border-left:4px solid var(--esh-teal-600);color:var(--esh-navy-800)}.alert-box,.status-box{margin:var(--esh-space-4) 0;padding:var(--esh-space-3-5) var(--esh-space-4);border-radius:0 var(--esh-radius-md) var(--esh-radius-md) 0}.alert-box{background:var(--esh-error-50);border-left:4px solid var(--esh-error-700);color:var(--esh-error-700);font-weight:600}.health-list{margin:var(--esh-space-2) 0 0;display:grid;grid-gap:var(--esh-space-1-5);gap:var(--esh-space-1-5)}.health-list div{display:flex;flex-wrap:wrap;gap:var(--esh-space-2)}.health-list dt{flex:0 0 9rem;font-weight:600;color:var(--esh-gray-600);font-size:var(--esh-text-sm)}.health-list dd{margin:0;font-weight:600}.status-pill{display:inline-block;padding:.1875rem var(--esh-space-2-5);border-radius:var(--esh-radius-pill);font-size:var(--esh-text-xs);font-weight:700;line-height:1.4;border:1px solid transparent;white-space:nowrap}.status-pill-ok{background:var(--esh-success-100);color:var(--esh-success-700);border-color:var(--esh-success-700)}.status-pill-info{background:var(--esh-yellow-100);color:var(--esh-demo-brown);border-color:var(--esh-yellow-600)}.status-pill-error{background:var(--esh-error-50);color:var(--esh-error-700);border-color:var(--esh-error-700)}.status-pill-neutral{background:var(--esh-gray-100);color:var(--esh-gray-700);border-color:var(--esh-gray-400)}.table-scroll{margin-top:var(--esh-space-3);overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;font-size:var(--esh-text-sm);min-width:34rem}.data-table caption{text-align:left;padding:0 0 var(--esh-space-2);color:var(--esh-gray-600);font-size:var(--esh-text-sm)}.data-table td,.data-table th{padding:var(--esh-space-2-5) var(--esh-space-3);text-align:left;border-bottom:1px solid var(--esh-gray-200);vertical-align:top}.data-table thead th{background:var(--esh-gray-50);color:var(--esh-navy-800);font-weight:700;border-bottom:2px solid var(--esh-gray-200);white-space:nowrap}.data-table td.num,.data-table th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.data-table tbody tr:last-child td{border-bottom:none}.empty-row td{color:var(--esh-gray-600);font-style:italic}.designation-sublist{list-style:none;margin:var(--esh-space-1-5) 0 0;padding:0 0 0 var(--esh-space-2-5);display:grid;grid-gap:var(--esh-space-0-5);gap:var(--esh-space-0-5);border-left:2px solid var(--esh-gray-200)}.designation-sublist li{line-height:var(--esh-leading-tight)}.kpi-grid{margin-top:var(--esh-space-3);display:grid;grid-gap:var(--esh-space-3-5);gap:var(--esh-space-3-5);grid-template-columns:1fr}@media (min-width:520px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:820px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}.kpi{padding:var(--esh-space-4) 1.125rem;background:var(--esh-white);border:1px solid var(--esh-gray-200);border-left:6px solid var(--esh-teal-600);border-radius:var(--esh-radius-lg);box-shadow:var(--esh-shadow-card)}.kpi-value{margin:0;font-size:var(--esh-text-display);line-height:1.1;font-weight:800;color:var(--esh-navy-800);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-label{margin:var(--esh-space-1) 0 0;color:var(--esh-gray-700);font-size:var(--esh-text-sm);font-weight:600}.kpi-total{margin-top:var(--esh-space-4);font-size:var(--esh-text-lg);font-weight:700;color:var(--esh-navy-800)}.kpi-total .kpi-total-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.site-footer{background:var(--esh-white);border-top:1px solid var(--esh-gray-200);padding:var(--esh-space-5) var(--esh-space-4) var(--esh-space-6);text-align:center}.steps{margin:var(--esh-space-4-5) 0 var(--esh-space-2)}.steps-list{list-style:none;counter-reset:step;display:flex;margin:0;padding:0}.step{counter-increment:step;position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center;gap:var(--esh-space-1-5);text-align:center;min-width:0}.step+.step:before{content:"";position:absolute;top:calc(1rem - 1px);right:calc(50% + 1.25rem);left:calc(-50% + 1.25rem);height:2px;background:var(--esh-gray-200)}.step-done+.step-current:before,.step-done+.step-done:before{background:var(--esh-teal-700)}.step-chip{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--esh-radius-pill);font-size:var(--esh-text-sm);font-weight:700;background:var(--esh-white);border:2px solid var(--esh-gray-200);color:var(--esh-gray-600)}.step-chip:before{content:counter(step)}.step-done .step-chip{background:var(--esh-teal-700);border-color:var(--esh-teal-700);color:var(--esh-white)}.step-current .step-chip{background:var(--esh-navy-800);border-color:var(--esh-navy-800);color:var(--esh-white)}.step-label{font-size:var(--esh-text-xs);color:var(--esh-gray-600);line-height:1.25;padding:0 var(--esh-space-0-5)}.step-current .step-label{color:var(--esh-navy-800);font-weight:700}.step-done .step-label{color:var(--esh-teal-800)}.wizard-actions{display:flex;gap:var(--esh-space-3);flex-wrap:wrap;margin-top:var(--esh-space-4)}.checklist{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--esh-space-2);gap:var(--esh-space-2)}.checklist-item{display:flex;align-items:flex-start;gap:var(--esh-space-3);padding:var(--esh-space-3);border:1px solid var(--esh-gray-200);border-radius:var(--esh-radius-md);background:var(--esh-white)}.checklist-item-blocked{border-color:var(--esh-error-700);background:var(--esh-error-50)}.checklist-text{display:flex;flex-direction:column;gap:var(--esh-space-0-5);min-width:0}.checklist-reason{font-size:var(--esh-text-sm);color:var(--esh-error-700)}.review-summary{display:grid;grid-gap:var(--esh-space-2);gap:var(--esh-space-2);margin:0 0 var(--esh-space-4)}.review-row{display:flex;justify-content:space-between;gap:var(--esh-space-4);padding-bottom:var(--esh-space-2);border-bottom:1px solid var(--esh-gray-100)}.review-row dt{color:var(--esh-gray-600);font-size:var(--esh-text-sm);margin:0}.review-row dd{margin:0;text-align:right;font-weight:600}.field-inline{display:flex;align-items:flex-start;gap:var(--esh-space-3);margin-bottom:var(--esh-space-3)}.field-inline input[type=checkbox]{margin-top:var(--esh-space-1);width:1.125rem;height:1.125rem;flex:0 0 auto}.label-like{display:block;font-weight:600;margin-bottom:var(--esh-space-2)}.demo-stub-note{font-size:var(--esh-text-xs);color:var(--esh-demo-brown);background:var(--esh-demo-cream);border:1px dashed var(--esh-demo-border);border-radius:var(--esh-radius-sm);padding:var(--esh-space-1-5) var(--esh-space-2);margin:var(--esh-space-1) 0 0}@media (max-width:30rem){.wordmark-logo{height:2rem}}.demo-modal-scrim{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:var(--esh-space-4);background:var(--esh-scrim)}.demo-modal{background:var(--esh-white);border-radius:var(--esh-radius-lg);box-shadow:var(--esh-shadow-card);padding:var(--esh-space-5);max-width:32rem;width:100%}.demo-modal-title{font-size:var(--esh-text-h2);color:var(--esh-navy-900)}.demo-modal p,.demo-modal-title{margin:0 0 var(--esh-space-3)}.field-label-static{display:block;font-weight:600;margin:0 0 var(--esh-space-1)}.button:after{content:"";display:inline-block;width:.5rem;height:.5rem;margin-left:var(--esh-space-2);border-top:2px solid;border-right:2px solid;transform:translateY(-1px) rotate(45deg)}.step-card{position:relative;padding:var(--esh-space-4) var(--esh-space-4) var(--esh-space-4) var(--esh-space-4-5);margin-bottom:var(--esh-space-4);background:var(--esh-white);border:1px solid var(--esh-gray-200);border-left:4px solid var(--esh-teal-600);border-radius:0 var(--esh-radius-md) var(--esh-radius-md) 0}.progress-strip{display:flex;gap:var(--esh-space-1);max-width:64rem;margin:0 auto;padding:0 var(--esh-space-4-5)}.progress-step{flex:1 1;height:4px;background:var(--esh-gray-200);border-radius:2px}.progress-step-done{background:var(--esh-yellow-500)}.cobrand{display:flex;align-items:center;gap:var(--esh-space-2-5);margin-left:auto}.cobrand-divider{width:1px;height:1.75rem;background:var(--esh-gray-200)}.cobrand-logo{max-height:1.75rem;max-width:8rem;width:auto;height:auto}.cobrand-name{font-weight:600;color:var(--esh-navy-800);font-size:var(--esh-text-sm)}.inline-form{margin:var(--esh-space-4) 0;padding:var(--esh-space-4);background:var(--esh-gray-50);border-left:4px solid var(--esh-navy-700);border-radius:0 var(--esh-radius-md) var(--esh-radius-md) 0}.inline-form .card-heading{font-size:var(--esh-text-lg)}.inline-list{margin:var(--esh-space-2) 0 var(--esh-space-3);padding-left:var(--esh-space-4-5);color:var(--esh-gray-700);line-height:var(--esh-leading-body)}.inline-list li+li{margin-top:var(--esh-space-1)}.auth-gate-card{margin-inline:auto;max-width:34rem}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}