@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600&display=swap");:root{color-scheme:light;--navy:#0f3465;--navy-ink:#0a1e3d;--mid-blue:#17428b;--cyan:#4fbde8;--cyan-soft:#8fd3ee;--cream:#f5f0e8;--cream-2:#e7e7e4;--coral:#e97b5c;--black:#0a0a0a;--ink:#1a1a1a;--gray-700:#5a5f66;--gray-600:#7a7f85;--gray-400:#b5b8bc;--gray-200:#d6d7d5;--white:#fff;--bg:var(--cream);--panel:var(--cream-2);--text:var(--ink);--muted:var(--gray-700);--rule:var(--gray-200);--rule-strong:var(--black);--font-display:"Poppins",Arial,sans-serif;--font-body:"Inter",Arial,sans-serif;--display-xl:64px;--display-lg:48px;--display-md:36px;--display-sm:28px;--heading-1:24px;--heading-2:20px;--heading-3:16px;--body:16px;--body-sm:14px;--caption:12px;--label:11px;--leading-display:1.05;--leading-heading:1.15;--leading-body:1.55;--tracking-display:-0.02em;--tracking-label:0.18em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-24:96px;--radius-1:2px;--radius-2:4px;--radius-3:6px;--radius-4:8px;--radius-pill:9999px;--border-1:1px;--border-2:2px;--border-4:4px;--shadow-1:0 1px 2px hsla(0,0%,4%,.06);--shadow-2:0 2px 6px hsla(0,0%,4%,.08);--shadow-3:0 8px 24px rgba(10,30,61,.12);--content-width:1152px;--reading-width:760px;--gutter:24px}*{box-sizing:border-box}body,fieldset,h1,h2,h3,ol,p,ul{margin:0}body,html{background:var(--bg)}body{min-width:0;color:var(--text);font:400 var(--body)/var(--leading-body) var(--font-body);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}button,input{font:inherit}a{color:var(--navy);text-underline-offset:4px}a,button,input{-webkit-tap-highlight-color:transparent}:where(a,button,input,[tabindex]):focus-visible{outline:3px solid var(--navy);outline-offset:4px}:where(h1,h2,h3){font-family:var(--font-display);font-weight:700;line-height:var(--leading-heading);overflow-wrap:anywhere}h1{font-size:var(--heading-1)}h2{font-size:var(--heading-2)}h3{font-size:var(--heading-3)}p{overflow-wrap:anywhere}[hidden]{display:none!important}.wrap{width:min(var(--content-width),calc(100% - 2 * var(--gutter)));margin-inline:auto}.section{margin-block:var(--space-16)}.stack>*+*{margin-top:var(--space-4)}.muted{color:var(--muted)}.small{font-size:var(--body-sm)}.kicker{font-size:var(--label);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase}.display{font-size:var(--display-lg);font-weight:800;line-height:var(--leading-display);letter-spacing:var(--tracking-display)}.display--home{font-size:var(--display-xl)}.display--compact{font-size:var(--display-md)}.lead{max-width:54ch}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.site-header{border-bottom:1px solid var(--rule)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);min-height:80px;padding-block:var(--space-3)}.site-logo{flex:0 1 200px}.site-logo img{width:200px}.nav-links{display:flex;flex-wrap:wrap;gap:var(--space-6);list-style:none;padding:0}.nav-links a{display:inline-flex;min-height:44px;align-items:center;border-bottom:2px solid transparent;color:var(--navy-ink);font-size:var(--body-sm);font-weight:600;text-decoration:none}.nav-links a:hover,.nav-links a[aria-current=page]{border-bottom-color:var(--navy)}.skip-link{position:absolute;top:8px;left:16px;z-index:20;padding:12px 16px;background:var(--white);transform:translateY(-200%)}.skip-link:focus{transform:none}.home-intro{padding-block:var(--space-8)}.home-intro .display{max-width:18ch}.home-intro .lead{margin-top:var(--space-4)}.choice-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--navy)}.choice-panel{display:grid;grid-gap:var(--space-3);gap:var(--space-3);padding:var(--space-8);color:var(--navy-ink);text-decoration:none}.choice-panel+.choice-panel{border-left:1px solid var(--navy)}.choice-panel--navy{background:var(--navy);color:var(--cream)}.choice-panel h2{font-size:var(--display-sm)}.choice-panel .btn{justify-self:start;margin-top:var(--space-2)}.choice-panel:hover h2{text-decoration:underline;text-underline-offset:6px}.hero-split{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-areas:"copy action" "detail action";margin-top:var(--space-8);background:var(--navy);color:var(--cream)}.hero-split>*{min-width:0}.hero-copy{grid-area:copy;padding:48px 48px 24px}.hero-copy .kicker{color:var(--cyan);margin-bottom:16px}.hero-copy .lead{margin-top:16px}.hero-detail{grid-area:detail;padding:0 48px 48px}.hero-action{grid-area:action;align-self:start;margin:24px;padding:24px;border:1px solid var(--navy-ink);border-top:4px solid var(--cyan);border-radius:var(--radius-2);background:var(--cream);color:var(--ink);box-shadow:var(--shadow-2)}.hero-split--compact{grid-template-areas:"copy action"}.direction-cue{display:inline-flex;align-items:center;gap:16px;margin-top:24px;color:var(--cyan-soft);font-size:14px;font-weight:600}.direction-cue:after{content:"";width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg)}.section-header{margin-bottom:24px}.section-header:before{content:"";display:block;width:96px;height:4px;margin-bottom:16px;border-left:32px solid var(--cyan);border-bottom:1px solid var(--black)}.section-header h2{color:var(--navy);font-size:24px}.section-header p{max-width:60ch;margin-top:8px;color:var(--muted)}.steps{display:grid;grid-gap:24px;gap:24px;list-style:none;padding:0}.step{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:16px;gap:16px}.step-number{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--cyan);border-radius:50%;background:var(--navy);color:var(--cyan);font-family:var(--font-display);font-weight:700}.step h3{margin-bottom:4px}.step p{font-size:14px}.hero-detail .steps{margin-top:24px}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{grid-column:span 2;min-width:0;border:1px solid var(--rule);border-radius:var(--radius-2);background:var(--white)}.product-card:nth-child(n+4){grid-column:span 3}.product-face{position:relative;isolation:isolate;min-height:176px;padding:24px;overflow:hidden;background:var(--navy);color:var(--cream)}.product-number{display:block;color:var(--cyan);font:800 48px/1.05 var(--font-display);letter-spacing:-.02em}.product-face h3{position:relative;z-index:1;max-width:calc(100% - 64px);margin-top:16px;font-size:20px}.product-copy{display:grid;grid-gap:12px;gap:12px;padding:24px}.product-line{color:var(--muted);font-size:14px}.product-hook{color:var(--navy);font-weight:600;font-size:14px}.product-tag{padding-top:12px;border-top:1px solid var(--rule);color:var(--muted);font-size:12px}.support-panel{padding:32px;border-left:4px solid var(--cyan);background:var(--cream-2)}.support-panel .btn{margin-top:16px}#beta{scroll-margin-top:24px}.price-block{display:grid;grid-gap:12px;gap:12px}.price-product{color:var(--navy);font-size:20px}.price-label{color:var(--muted);font-size:14px}.price-old{display:block;color:var(--muted);font:600 24px/1.15 var(--font-display);text-decoration-thickness:2px}.price-now{color:var(--navy-ink);font:800 64px/1.05 var(--font-display);letter-spacing:-.02em;overflow-wrap:anywhere}.price-block .btn{width:100%;margin-top:4px}.price-note{font-size:14px;color:var(--muted)}.checkout-unavailable{padding:16px;border:1px solid var(--rule);background:var(--cream-2);font-weight:600}.registration-form{display:grid;grid-gap:16px;gap:16px}.form-title{color:var(--navy);font-size:24px}.form-note{color:var(--muted);font-size:14px}.form-field{display:grid;grid-gap:8px;gap:8px}.field-label,.session-fieldset legend{color:var(--ink);font-size:14px;font-weight:600}.form-input{width:100%;min-width:0;min-height:48px;padding:12px;border:1px solid var(--gray-600);border-radius:var(--radius-2);background:var(--white);color:var(--ink);font-size:16px}.form-input::placeholder{color:var(--muted);opacity:1}.form-input[aria-invalid=true]{border:2px solid var(--navy-ink)}.field-error{padding-left:8px;border-left:4px solid var(--coral);color:var(--ink);font-size:14px}.session-fieldset{min-width:0;padding:0;border:0}.session-fieldset legend{margin-bottom:8px;padding:0}.session-help{margin-bottom:8px;color:var(--muted);font-size:12px}.session-list{display:grid;grid-gap:8px;gap:8px}.session-option{position:relative;display:block;cursor:pointer}.session-option input{position:absolute;z-index:1;top:24px;left:14px;width:20px;height:20px;margin:0;accent-color:var(--navy)}.session-body{display:grid;grid-gap:4px;gap:4px;min-height:68px;padding:10px 12px 10px 44px;border:2px solid var(--rule);border-radius:var(--radius-2);background:var(--white)}.session-day{color:var(--navy-ink);font-size:14px;font-weight:600}.session-time{color:var(--muted);font-size:12px}.session-option input:checked+.session-body{border-color:var(--navy);background:var(--cream-2)}.session-option input:focus-visible{outline:none}.session-option input:focus-visible+.session-body{outline:3px solid var(--navy);outline-offset:3px}.registration-form .btn{width:100%}.registration-form[aria-busy=true]{cursor:progress}.form-fineprint{font-size:12px;color:var(--muted)}.msg{margin-top:12px;padding:12px 16px;border:1px solid var(--rule);border-left:4px solid var(--cyan);border-radius:var(--radius-1);background:var(--white);color:var(--ink);font-size:14px}.msg.err{border-left-color:var(--coral)}.msg.info,.msg.ok{border-left-color:var(--cyan)}.confirmation>*+*{margin-top:16px}.confirmation .btn{width:100%}.confirmation-session{padding-block:16px;border-block:1px solid var(--rule);color:var(--navy);font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;max-width:100%;padding:12px 20px;border:2px solid var(--navy-ink);border-radius:var(--radius-2);font:700 16px/1.35 var(--font-display);text-align:center;text-decoration:none;overflow-wrap:anywhere;cursor:pointer;box-shadow:var(--shadow-1)}.btn,.btn--primary{background:var(--coral);color:var(--navy-ink)}.btn--secondary,.btn.ghost{background:var(--cream);color:var(--navy-ink);box-shadow:none}.btn:hover:not(:disabled){text-decoration:underline;text-underline-offset:4px}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{background:var(--cream-2);color:var(--muted);cursor:wait}.btn--wide{width:100%}.inverse .btn--secondary{border-color:var(--cream);background:transparent;color:var(--cream)}.choice-panel--navy:focus-visible,.inverse :where(a,button):focus-visible{outline-color:var(--cyan)}.halftone-panel{position:relative;isolation:isolate;overflow:hidden}.halftone-panel--reserved{padding-bottom:120px}.halftone-panel:after{content:"";position:absolute;z-index:0;right:16px;bottom:16px;width:120px;height:72px;pointer-events:none;background-image:radial-gradient(circle,var(--cyan) 2px,transparent 2px);background-size:12px 12px}.halftone-panel--cream:after{background-image:radial-gradient(circle,var(--navy) 2px,transparent 2px)}.product-face.halftone-panel:after{width:48px;height:72px}.state-panel{max-width:var(--reading-width);margin:48px auto;padding:32px;border:1px solid var(--rule);border-top:4px solid var(--cyan);border-radius:var(--radius-2);background:var(--white);box-shadow:var(--shadow-1)}.state-panel>*+*{margin-top:16px}.state-panel .display{color:var(--navy)}.state-panel .btn{width:100%}.package-list{padding-left:24px}.package-list li+li{margin-top:8px}.prose{max-width:var(--reading-width);padding-block:48px}.prose h1{font-size:36px;color:var(--navy)}.prose h3{margin-top:32px;margin-bottom:8px}.prose p{margin-top:16px}.prose a{overflow-wrap:anywhere}.site-footer{margin-top:48px;padding-block:24px;border-top:1px solid var(--rule);color:var(--muted);font-size:12px}.footer-inner{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:16px 24px}.footer-links{display:flex;flex-wrap:wrap;gap:12px 24px}.site-footer a{color:var(--navy)}@media (max-width:899px){:root{--gutter:16px}.section{margin-block:32px}.hero-split{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "action" "detail";margin-top:24px}.hero-split--compact{grid-template-areas:"copy" "action"}.hero-copy{padding:24px}.hero-detail{padding:8px 24px 32px}.hero-action{margin:0 16px 24px;padding:16px}.direction-cue{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card,.product-card:nth-child(n+4){grid-column:auto}.product-card:last-child{grid-column:1/-1}}@media (max-width:599px){.site-nav{flex-direction:column;align-items:stretch;gap:4px}.site-logo{flex-basis:auto;align-self:flex-start}.site-logo img{width:176px}.nav-links{justify-content:space-between;gap:0 8px}.nav-links a{font-size:12px}.display,.display--compact{font-size:28px}.display--home{font-size:36px}.home-intro{padding-block:24px}.choice-board{grid-template-columns:minmax(0,1fr)}.choice-panel{padding:24px;gap:8px}.choice-panel h2{font-size:24px}.choice-panel p{font-size:14px}.choice-panel+.choice-panel{border-left:0;border-top:1px solid var(--navy)}.product-grid{grid-template-columns:minmax(0,1fr);gap:16px}.product-card:last-child{grid-column:auto}.product-face{min-height:152px}.product-copy{padding:24px}.price-now{font-size:48px}.support-panel{padding:24px}.state-panel{margin-block:24px;padding:24px}.prose{padding-block:32px}.prose h1{font-size:28px}.footer-inner,.footer-links{flex-direction:column;align-items:flex-start}.site-footer{margin-top:32px}}@media (prefers-reduced-motion:reduce){.btn:active:not(:disabled){transform:none}}.inverse{color:var(--cream)}.inverse .kicker{color:var(--cyan)}.inverse h1,.inverse h2,.inverse h3{color:var(--cream)}.inverse .lead,.inverse p{color:var(--cream-2)}.hero-copy .display{color:var(--cream)}.hero-action,.hero-action p{color:var(--ink)}.hero-action .form-fineprint,.hero-action .form-note,.hero-action .price-label,.hero-action .price-note,.hero-action .session-help{color:var(--muted)}.hero-action h2{color:var(--navy)}.hero-detail h2{font-size:var(--heading-2)}.hero-detail .step h3,.hero-detail h2{color:var(--cream)}.hero-detail .step p{color:var(--cream-2)}.hero-detail .aside{margin-top:24px;padding-top:16px;border-top:1px solid var(--mid-blue)}.hero-detail .aside h3{color:var(--cyan);font-size:14px;margin-bottom:4px}.hero-detail .aside p{font-size:14px;color:var(--cream-2)}.choice-panel .kicker{color:var(--navy)}.choice-panel--navy .kicker{color:var(--cyan)}.choice-panel h2{color:var(--navy-ink)}.choice-panel p{color:var(--gray-700);font-size:16px}.choice-panel--navy h2{color:var(--cream)}.choice-panel--navy p{color:var(--cream-2)}@media (max-width:899px){.hero-copy.halftone-panel:after{display:none}.choice-panel--navy.halftone-panel:after{width:72px;height:48px}}.session-help{margin-top:0}.confirmation h2{color:var(--navy);font-size:24px}.confirmation .lead{max-width:none}.support-panel h2{color:var(--navy);font-size:20px;margin-bottom:8px}.support-panel p{max-width:60ch}.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}@media (max-width:899px){.support-grid{grid-template-columns:minmax(0,1fr)}}.state-panel h1{font-size:36px}@media (max-width:599px){.state-panel h1{font-size:28px}}.price-old del{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;text-decoration-thickness:2px}.contents-list{display:grid;grid-gap:12px;gap:12px;list-style:none;padding:0}.contents-list li{display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:12px;gap:12px;padding:12px 0;border-bottom:1px solid var(--rule)}.contents-list .n{color:var(--navy);font:700 14px/1.6 var(--font-display)}.contents-list strong{color:var(--navy-ink);display:block}.contents-list span.d{color:var(--muted);font-size:14px}.session-seats{display:block;margin-top:4px;font-size:13px;font-weight:600;color:var(--coral)}.seats-warning{margin:14px 0 10px;text-align:center;font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--coral);animation:hh-nudge 10s ease-in-out infinite}.seats-warning:before{content:"● ";opacity:.8;animation:hh-pulse 1.8s ease-in-out infinite}.btn--shake{animation:hh-shake 2.5s ease-in-out infinite}.registration-form{animation:hh-wiggle 5s ease-in-out infinite}@keyframes hh-shake{0%,86%,to{transform:translateX(0)}88%{transform:translateX(-4px)}90%{transform:translateX(4px)}92%{transform:translateX(-3px)}94%{transform:translateX(3px)}96%{transform:translateX(-1px)}}@keyframes hh-wiggle{0%,92%,to{transform:rotate(0deg)}94%{transform:rotate(-.5deg)}96%{transform:rotate(.5deg)}98%{transform:rotate(-.25deg)}}@keyframes hh-nudge{0%,94%,to{transform:scale(1)}96%{transform:scale(1.06)}98%{transform:scale(.99)}}@keyframes hh-pulse{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.btn--shake,.registration-form,.seats-warning,.seats-warning:before{animation:none!important}}.ticker{overflow:hidden;background:var(--navy);color:var(--cream);border-bottom:2px solid var(--cyan)}.ticker-track{display:inline-flex;align-items:center;gap:0;white-space:nowrap;padding:9px 0;animation:hh-marquee 38s linear infinite;will-change:transform}.ticker-item{font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.02em;padding:0 18px}.ticker-item:after{content:"●";color:var(--cyan);margin-left:18px;font-size:9px;vertical-align:middle}@keyframes hh-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none}.ticker{overflow-x:auto}}@media (max-width:899px){.site-nav .site-logo{margin:0 auto}.site-nav .nav-links,.site-nav .site-logo{justify-content:center}.hero-copy{text-align:center}.hero-copy .kicker{display:block}.hero-copy .display,.hero-copy .lead{text-align:center}.hero-copy .direction-cue{display:block;text-align:center}.home-intro,.registration-form .form-note,.registration-form .form-title{text-align:center}.hero-action{padding-left:18px;padding-right:18px}.hero-detail .steps .step h3{font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1.25}.hero-detail .steps .step p{font-size:15px}}.learn-more{text-align:center;margin:26px 0 40px}.learn-more a{font-weight:600}.host-line{margin-top:14px;font-size:15px;line-height:1.5;opacity:.92}.host-line strong{font-family:var(--font-display);font-weight:700}@media (max-width:899px){.hero-copy .host-line{text-align:center}}.price-note.requirement{display:block;margin-top:8px;font-weight:600;opacity:1}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-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:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-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:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-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:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-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:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-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:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-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:__Poppins_Fallback_75265a;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_75265a{font-family:__Poppins_75265a,__Poppins_Fallback_75265a;font-style:normal}.__variable_75265a{--f-display:"__Poppins_75265a","__Poppins_Fallback_75265a"}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:__Source_Sans_3_aeb8b9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:__Source_Sans_3_Fallback_aeb8b9;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_aeb8b9{font-family:__Source_Sans_3_aeb8b9,__Source_Sans_3_Fallback_aeb8b9;font-style:normal}.__variable_aeb8b9{--f-body:"__Source_Sans_3_aeb8b9","__Source_Sans_3_Fallback_aeb8b9"}