:root{--brand:#1b365d;--brand-2:#243b69;--text:#0f172a;--muted:#526173;--bg:#fff;--surface:#f3f3f3;--border:#1b365d1f;--border-soft:#243b6914;--shadow:0 10px 24px #0f172a14;--shadow-soft:0 10px 30px #1018280f;--radius:16px}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-poppins),system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#f6f8fc;margin:0}img{max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(1120px,100% - 48px);margin:0 auto}.cc-btn,.btn,.loginButton,.panelBackBtn,.panelBackLink{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;font-weight:800;text-decoration:none;transition:all .15s;display:inline-flex}.cc-btn{cursor:pointer;border:1px solid #0000;height:40px;padding:0 16px;font-size:14px}.cc-btn--solid{background:var(--brand);color:#fff;border-color:var(--brand)}.cc-btn--solid:hover,.loginButton:hover{filter:brightness(1.05)}.cc-btn--ghost{color:var(--brand);border-color:var(--border);background:#fff}.cc-btn--outline{color:#111827;background:#f3f4f6;border-color:#11182714}.cc-btn--outline:hover{background:#e5e7eb}.btn{border-radius:10px;height:42px;padding:0 22px;font-size:14px}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000002e}.btn--primary{background:var(--brand);color:#fff}.btn--secondary{color:var(--brand);background:#fff}.homeWhiteBtn{color:var(--brand-2)!important;background:#fff!important;border-color:#fff!important}.btn--ghostBlue{color:#fff;background:#ffffff24;border:1px solid #ffffff47}.btn--ghostBlue:hover{background:#ffffff38}.cc-nav{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border-top:4px solid #4d8df7;border-bottom:1px solid #243b6914;position:sticky;top:0}.cc-nav__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:88px;display:grid}.cc-brand{align-items:center;gap:12px;min-width:0;max-width:390px;text-decoration:none;display:flex}.cc-brand__logo,.cc-brand__fallback{flex:none;width:72px;height:72px;display:block}.cc-brand__logo{object-fit:contain}.cc-brand__fallback{background:var(--brand-2);color:#fff;border-radius:12px;place-items:center;font-size:20px;font-weight:800;display:grid}.cc-brand__text{min-width:0}.cc-brand__titleLong{color:var(--brand-2);text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;max-width:290px;font-size:13px;font-weight:800;line-height:1.15;display:block;overflow:hidden}.cc-links{justify-content:center;align-items:center;gap:22px;min-width:0;display:flex}.cc-link{color:var(--brand-2);white-space:nowrap;font-size:14px;font-weight:700;text-decoration:none;position:relative}.cc-link:hover{opacity:.82}.cc-link--active:after,.cc-link:hover:after{content:"";background:var(--brand-2);border-radius:999px;height:2px;position:absolute;bottom:-10px;left:0;right:0}.cc-nav__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.cc-nav__actions .cc-btn{flex-shrink:0}.cc-btn--navPortal{white-space:nowrap;border-radius:14px;height:44px;padding:0 18px;font-size:13px}.page{background:#f6f8fc;min-height:100vh}.pageHero{background:linear-gradient(#f8fbff,#eef4fb);border-bottom:1px solid #1b365d14;padding:80px 0 56px}.pageKicker{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;text-align:center;margin:0 0 10px;font-size:12px;font-weight:800}.pageTitle{text-align:center;color:var(--brand);margin:0;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.08}.pageLead{text-align:center;max-width:760px;color:var(--muted);margin:16px auto 0;font-size:16px;line-height:1.7}.pageSection{padding:56px 0 70px}.pageActions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.pageText{color:var(--muted);line-height:1.6}.twoCols{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.cardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.contentCard,.serviceBox{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #1b365d1a;border-radius:18px;padding:24px}.contentCard h2,.serviceBox h2{color:var(--brand);margin:0 0 12px;font-size:22px;font-weight:800}.contentCard p,.serviceBox p{color:var(--muted);margin:0 0 12px;line-height:1.7}.loginPage{background:linear-gradient(#f8fbff,#eef4fb);min-height:100vh}.loginWrap{justify-content:center;align-items:center;padding:90px 0;display:flex}.loginCard{background:#fff;border:1px solid #1b365d1a;border-radius:22px;width:min(100%,460px);padding:32px;box-shadow:0 18px 45px #10182814}.loginKicker{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.loginTitle{color:var(--brand);margin:0;font-size:34px;font-weight:800}.loginText{color:var(--muted);margin:12px 0 0;line-height:1.6}.loginForm,.uploadForm{flex-direction:column;gap:16px;display:flex}.loginForm{margin-top:24px}.loginField{flex-direction:column;gap:8px;display:flex}.loginField label{color:var(--brand);font-size:14px;font-weight:700}.loginField input,.loginField select{background:#fff;border:1px solid #1b365d2e;border-radius:12px;outline:none;height:46px;padding:0 14px;font-size:14px}.loginField input:focus,.loginField select:focus,.uploadTextarea:focus,.contactForm input:focus,.contactForm textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #1b365d14}.loginButton{background:var(--brand);color:#fff;cursor:pointer;border:none;height:46px;font-size:14px}.loginButton:disabled{opacity:.7;cursor:not-allowed}.loginError{color:#b91c1c;margin:0;font-size:14px;font-weight:600}.uploadCard{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #1b365d1a;border-radius:22px;padding:24px}.uploadTitle{color:var(--brand);margin:0 0 18px;font-size:24px;font-weight:800}.uploadTextarea{resize:vertical;border:1px solid #1b365d2e;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px}.uploadSuccess{color:#15803d;margin:0;font-size:14px;font-weight:600}.panelBack{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.panelBackBtn,.panelBackLink{height:40px;color:var(--brand);cursor:pointer;background:#fff;border:1px solid #1b365d24;padding:0 16px;font-size:14px}.panelBackBtn:hover,.panelBackLink:hover{background:#f8fbff}.sitePage,.lightSection{background:var(--surface)}.sectionBlock{padding:64px 0}.ptSmall{padding-top:20px}.sectionMainTitle{text-align:center;color:var(--brand-2);margin:0;font-size:clamp(30px,3.4vw,54px);font-weight:800;line-height:1.16}.sectionMainText{text-align:center;color:#1f2937;max-width:920px;margin:20px auto 0;font-size:16px;line-height:1.7}.narrowText{max-width:860px}.smallKicker{color:var(--brand-2);margin:0 0 12px;font-size:16px;font-weight:700}.heroBanner{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:4px solid #4d8df7;align-items:center;min-height:460px;display:flex;position:relative;overflow:hidden}.heroBanner__overlay{background:#0006;position:absolute;inset:0}.heroBanner__content{z-index:2;text-align:center;padding:60px 0;position:relative}.heroBanner__content h1{color:#fff;margin:0;font-size:clamp(42px,5vw,74px);font-weight:800;line-height:1.1}.heroBanner__content p{color:#fffffff2;max-width:760px;margin:18px auto 0;font-size:16px;line-height:1.7}.heroBanner__content--narrow h1{max-width:980px;margin:0 auto}.heroBanner__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:24px;display:flex}.heroBanner--home{background-image:url(/home-hero.jpg);min-height:620px}.heroBanner--about{background-image:url(/about-hero.jpg)}.heroBanner--experience{background-image:url(/experience-hero.jpg)}.heroBanner--specialties{background-image:url(/specialties-hero.jpg)}.heroBanner--contact{background-image:url(/contact-hero.jpg)}.featureImage{width:100%;box-shadow:var(--shadow);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:28px;margin-top:34px}.featureImage--home{background-image:url(/home-about.jpg);height:260px}.miniInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:36px;display:grid}.miniInfoCard{background:#fff;border:1px solid #243b691a;align-items:flex-start;gap:14px;padding:18px 20px;display:flex;box-shadow:0 4px 12px #0f172a0a}.miniInfoCard:not(:last-child){border-right:none}.miniInfoIcon{width:36px;height:36px;color:var(--brand-2);border-radius:50%;flex:none;place-items:center;font-size:20px;font-weight:800;display:grid}.miniInfoCard h3{color:#111827;margin:0 0 6px;font-size:18px;font-weight:800}.miniInfoCard p{color:#374151;margin:0;font-size:15px;line-height:1.5}.approachPanel{border:1px solid var(--border-soft);max-width:1020px;box-shadow:var(--shadow);background:#fff;border-radius:26px;margin:34px auto 0;padding:34px 26px 24px}.approachPanel__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.approachItem{text-align:center;padding:8px 28px 14px}.approachItem--middle{border-left:1px solid #243b6933;border-right:1px solid #243b6933}.approachItem__icon{color:var(--brand-2);margin-bottom:12px;font-size:36px}.approachItem h3{color:var(--brand-2);margin:0 0 10px;font-size:18px;font-weight:800}.approachItem p{color:#4b5563;margin:0;font-size:15px;line-height:1.6}.approachPanel__actions{justify-content:center;margin-top:18px;display:flex}.blueBand{background:#234286;padding:42px 0}.blueBand h2{color:#fff;text-align:center;margin:0;font-size:clamp(28px,3vw,48px);font-weight:800;line-height:1.2}.blueBand p{text-align:center;color:#fffffff2;max-width:780px;margin:12px auto 0;font-size:16px;line-height:1.7}.serviceCardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px;display:grid}.serviceShowCard{border:1px solid var(--border-soft);box-shadow:var(--shadow);background:#fff;border-radius:22px;overflow:hidden}.serviceShowCard__top{align-items:flex-start;gap:14px;min-height:154px;padding:22px 20px 16px;display:flex}.serviceShowCard__check{width:46px;height:46px;color:var(--brand-2);border:2px solid #243b69b3;border-radius:50%;flex:none;place-items:center;font-size:22px;font-weight:800;display:grid}.serviceShowCard__top h3{color:var(--brand-2);margin:0 0 6px;font-size:18px;font-weight:800}.serviceShowCard__top p{color:#374151;margin:0;font-size:15px;line-height:1.55}.serviceShowCard__image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:180px}.brandBullets{max-width:720px;color:var(--brand-2);margin:28px auto 0;padding:0;font-size:18px;line-height:1.9;list-style:none}.brandBullets li{padding-left:34px;position:relative}.brandBullets li:before{content:"✓";font-weight:800;position:absolute;top:0;left:0}.ctaCenterBlock{padding-top:46px;padding-bottom:34px}.centerActions{justify-content:center;margin-top:24px;display:flex}.portalSection{padding-top:12px;padding-bottom:70px}.portalSection--higher{padding-top:10px;padding-bottom:30px}.portalCard{border:1px solid var(--border-soft);max-width:1060px;box-shadow:var(--shadow);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:28px;display:flex}.portalCard__kicker{color:var(--brand-2);letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.portalCard h2{color:var(--brand-2);margin:0 0 10px;font-size:30px;font-weight:800}.portalCard p{color:#4b5563;max-width:720px;margin:0;line-height:1.7}.portalCard__actions{flex-wrap:wrap;gap:12px;display:flex}.aboutSplitCard{box-shadow:var(--shadow);background:#fff;border:1px solid #243b691a;border-radius:34px;grid-template-columns:1.05fr .95fr;margin-top:20px;display:grid;overflow:hidden}.aboutSplitCard--fixed{align-items:stretch;max-width:1100px;margin:0 auto}.aboutSplitCard__content{flex-direction:column;justify-content:center;padding:42px 34px;display:flex}.aboutSplitCard__content h2{color:var(--brand-2);margin:0 0 22px;font-size:40px;font-weight:800}.aboutSplitCard__content p{color:#111827;text-align:justify;font-size:16px;line-height:1.75}.aboutSplitCard__content h3{color:var(--brand-2);margin-top:28px;margin-bottom:18px;font-size:22px;font-weight:800;line-height:1.4}.aboutSplitCard__image{background-image:url(/about-main.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:760px}.checkList{margin:0 0 26px;padding:0;list-style:none}.checkList li{color:#1f2937;margin-bottom:10px;padding-left:34px;font-size:16px;position:relative}.checkList li:before{content:"✓";color:var(--brand-2);font-weight:800;position:absolute;top:0;left:0}.visionMissionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;margin-top:68px;display:grid}.visionMissionGrid article{padding:0 22px}.visionMissionGrid article:first-child{border-right:1px solid #243b6938}.visionMissionGrid h3{color:var(--brand-2);margin:0;font-size:24px;font-weight:800}.titleLine{background:var(--brand-2);width:26px;height:2px;margin:12px 0 22px;display:block}.visionMissionGrid p{color:#1f2937;text-align:justify;margin:0;font-size:16px;line-height:1.8}.bottomBlueCta{background:#234286;padding:42px 0}.bottomBlueCta h2{color:#fff;text-align:center;margin:0;font-size:clamp(28px,3vw,46px);font-weight:800}.bottomBlueCta p{text-align:center;color:#fffffff2;max-width:820px;margin:12px auto 22px;line-height:1.7}.bottomBlueCta .cc-btn{margin:0 auto;display:table}.experienceTextBlock{max-width:980px;margin:28px auto 0}.experienceTextBlock p{text-align:center;color:#111827;margin:0 0 18px;font-size:16px;line-height:1.75}.experienceStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:980px;margin:56px auto 0;display:grid}.experienceStats__item{border-right:1px solid #243b6938;flex-direction:column;justify-content:center;padding:10px 24px;display:flex}.experienceStats__item:last-child{border-right:none}.experienceStats__item strong{color:var(--brand-2);font-size:38px;font-weight:800;line-height:1.1}.experienceStats__item span{color:#1f2937;margin-top:8px;font-size:15px;line-height:1.5}.experienceStats__item--text strong{font-size:28px}.experienceImage{max-width:980px;height:420px;box-shadow:var(--shadow);background-image:url(/experience-main.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:30px;margin:54px auto 0}.specialtiesIntro{grid-template-columns:.95fr 1.05fr;align-items:center;gap:42px;display:grid}.specialtiesIntro--fixed{align-items:center;max-width:1060px;margin:0 auto}.specialtiesIntro__text{flex-direction:column;justify-content:center;display:flex}.specialtiesIntro__text h2{color:var(--brand-2);margin:0 0 20px;font-size:54px;font-weight:800;line-height:1.15}.specialtiesIntro__text p{color:#111827;border-left:3px solid var(--brand-2);max-width:560px;margin:0;padding-left:18px;font-size:18px;line-height:1.7}.specialtiesIntro__image{background-image:url(/specialties-main.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:340px}.specialtiesPanelWrap{background:#eaeaea;padding:48px 0 70px}.specialtiesCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.specialtyCard{box-shadow:var(--shadow);text-align:center;background:#fff;border:1px solid #243b691a;border-radius:26px;padding:26px 22px 30px}.specialtyCard__header{text-align:left;grid-template-columns:64px 1fr;align-items:start;gap:14px;display:grid}.specialtyCard__icon{width:64px;height:64px;color:var(--brand-2);background:#eef3fb;border-radius:50%;place-items:center;font-size:28px;font-weight:800;display:grid;box-shadow:inset 0 0 0 2px #243b691f}.specialtyCard__number{color:var(--brand-2);margin-bottom:8px;font-size:54px;font-weight:800;line-height:1}.specialtyCard h3{color:var(--brand-2);margin:0;font-size:22px;font-weight:800;line-height:1.2}.specialtyCard__line{background:#243b6933;width:100%;height:1px;margin:22px 0;display:block}.specialtyCard p{color:#1f2937;margin:0;font-size:16px;line-height:1.8}.specialtiesBottomBar{background:#234286;border-radius:28px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:32px;padding:28px 30px;display:grid}.specialtiesBottomBar__item{color:#fff;padding:0 18px;font-size:18px;line-height:1.5}.specialtiesBottomBar__item:not(:last-child){border-right:1px solid #ffffff38}.contactGrid{grid-template-columns:1.05fr .95fr;gap:28px;margin-top:34px;display:grid}.contactCard{box-shadow:var(--shadow);background:#fff;border:1px solid #243b691a;border-radius:28px;padding:28px}.contactCard h3{color:var(--brand-2);margin:0 0 10px;font-size:26px;font-weight:400}.contactCard p{color:#374151;margin:0 0 14px;line-height:1.6}.contactForm{flex-direction:column;gap:12px;display:flex}.contactForm__row{grid-template-columns:1fr 180px;gap:10px;display:grid}.contactForm input,.contactForm textarea{color:#111827;background:#f9f9f9;border:1px solid #243b6924;border-radius:8px;width:100%;font-family:inherit;font-size:14px}.contactForm input{height:42px;padding:0 14px}.contactForm textarea{resize:vertical;padding:14px}.contactInfoBox{background:#f2f2f2;border-radius:16px;padding:20px}.contactInfoBox p{color:var(--brand-2);margin:0 0 18px;font-size:18px;line-height:1.5}.contactInfoBox p:last-child{margin-bottom:0}.mapSection{width:100%}.mapSection--real{width:100%;line-height:0}.siteFooter{color:#fffffff2;background:#183b7a;padding:18px 0}.siteFooter__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.siteFooter__brand,.siteFooter__contact{font-size:13px;line-height:1.5}.siteFooter__contact{flex-wrap:wrap;gap:18px;display:flex}@media (max-width:1250px){.cc-nav__inner{grid-template-columns:auto 1fr auto;gap:16px}.cc-brand{max-width:300px}.cc-brand__logo,.cc-brand__fallback{width:64px;height:64px}.cc-brand__titleLong{max-width:210px;font-size:12px}.cc-links{gap:14px}.cc-link{font-size:13px}}@media (max-width:1024px){.cc-nav__inner{grid-template-columns:1fr auto;min-height:76px}.cc-links{display:none}.cc-brand{max-width:100%}.cc-brand__logo,.cc-brand__fallback{width:60px;height:60px}.cc-brand__titleLong{max-width:260px;font-size:12px}}@media (max-width:980px){.twoCols,.cardGrid,.miniInfoGrid,.serviceCardsGrid,.specialtiesCards,.specialtiesBottomBar,.contactGrid,.specialtiesIntro,.visionMissionGrid,.aboutSplitCard,.experienceStats,.approachPanel__grid{grid-template-columns:1fr}.pageHero{padding:64px 0 42px}.miniInfoCard:not(:last-child){border-right:1px solid #243b691a}.approachItem--middle,.visionMissionGrid article:first-child,.experienceStats__item,.specialtiesBottomBar__item:not(:last-child){border:none}.portalCard{flex-direction:column;align-items:flex-start;max-width:100%}.aboutSplitCard--fixed,.specialtiesIntro--fixed{max-width:100%}.aboutSplitCard__image{min-height:360px}.contactForm__row{grid-template-columns:1fr}.specialtiesIntro__text h2{font-size:40px}.experienceImage{height:300px}.heroBanner--home{min-height:520px}}@media (max-width:640px){.container{width:min(1120px,100% - 28px)}.heroBanner{min-height:500px}.heroBanner__content h1{font-size:40px}.heroBanner__actions{flex-direction:column}.btn,.btn--primary,.btn--secondary{width:220px}.sectionBlock{padding:48px 0}.featureImage--home{height:190px}.portalCard h2,.aboutSplitCard__content h2,.specialtiesIntro__text h2{font-size:32px}.serviceShowCard__image{height:160px}.cc-nav__inner{grid-template-columns:1fr;gap:10px;padding:12px 0}.cc-nav__actions{justify-content:flex-start}.cc-brand{max-width:100%}.cc-brand__logo,.cc-brand__fallback{width:54px;height:54px}.cc-brand__titleLong{max-width:220px;font-size:11px}.siteFooter__inner{flex-direction:column;align-items:flex-start}}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,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;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,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;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,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;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,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;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.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:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/99ce71e74c11bc20-s.1db2973a.woff2)format("woff2");unicode-range:U+900-97F,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;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8cf1ea7b03cdeb83-s.da3cbacd.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:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/829ba4228c966254-s.p.a61bc753.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:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_f13201d9-module__jzCt2W__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_f13201d9-module__jzCt2W__variable{--font-poppins:"Poppins","Poppins Fallback"}
