:root{font-family:Poppins,Segoe UI,Arial,sans-serif;color-scheme:light;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background:#fff;color:#1b2430}html{scroll-behavior:smooth}[id]{scroll-margin-top:88px}.scrollReveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--scroll-reveal-delay, 0s);will-change:opacity,transform}.scrollReveal :is(h1,h2,h3,h4,h5,h6,p,li,img,picture,figure,blockquote,label,input,textarea,select){opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.scrollReveal :is(h1,h2,h3,h4,h5,h6){transition-delay:calc(var(--scroll-reveal-delay, 0s) + .08s)}.scrollReveal :is(p,label,input,textarea,select,blockquote){transition-delay:calc(var(--scroll-reveal-delay, 0s) + .14s)}.scrollReveal :is(li){transition-delay:calc(var(--scroll-reveal-delay, 0s) + .2s)}.scrollReveal :is(img,picture,figure){transition-delay:calc(var(--scroll-reveal-delay, 0s) + .18s);transform:translateY(24px) scale(.985)}.scrollReveal--visible{opacity:1;transform:translateY(0)}.scrollReveal--visible :is(h1,h2,h3,h4,h5,h6,p,li,img,picture,figure,blockquote,label,input,textarea,select){opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.scrollReveal,.scrollReveal :is(h1,h2,h3,h4,h5,h6,p,li,img,picture,figure,blockquote,label,input,textarea,select){opacity:1;transform:none;transition:none}}#root{width:100%}.home{width:100%;background:#fff}main{width:100%;padding-top:74px}.nav{position:fixed;top:0;left:0;right:0;z-index:1000}.nav--home{background:#fffffff5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #edf1f6}.nav--transparent{background:transparent;border-bottom:0}.nav--scrolled{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.nav--home.nav--scrolled{background:#ffffff2e;border-bottom:1px solid rgba(255,255,255,.28)}.nav--transparent.nav--scrolled{background:#080c1252;border-bottom:1px solid rgba(255,255,255,.12)}.nav__container{max-width:1150px;margin:0 auto;padding:10px 0;display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:18px}.nav__brand{display:flex;align-items:center}.nav__logo{height:58px;object-fit:contain;display:block}.nav__links{display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap}.nav__menuBtn{display:none;border:1px solid #d6dde6;background:#f3f5f8;color:#2f3848;width:36px;height:36px;border-radius:8px;place-items:center;cursor:pointer}.nav__link{text-decoration:none;color:#2f3848;font-size:18px;font-weight:500;padding:8px 2px}.nav__link--active{color:#0b76ff}.nav__link--mobileCta{display:none}.nav__cta{display:flex;justify-content:flex-start}.nav__button{text-decoration:none;background:#f1f3f5;color:#2a3342;font-size:18px;padding:8px 14px;border-radius:4px;border:1px solid #e6eaef;font-weight:500;line-height:1}.nav__button:hover{background:#e8edf3;border-color:#d6dde6}.nav__button--active{background:#e8f0fb;border-color:#6ea2de;color:#0b76ff}.nav--transparent .nav__menuBtn{border-color:#ffffff59;background:#ffffff1f;color:#fff}.nav--transparent .nav__link{color:#fff}.nav--transparent .nav__link--active{color:#c9dfff}.nav--transparent .nav__button{background:#ffffff14;border-color:#ffffff52;color:#fff}.nav--transparent .nav__button:hover{background:#ffffff29;border-color:#ffffff7a}.nav--transparent .nav__button--active{background:#ffffff2e;border-color:#ffffff8f;color:#fff}.nav--home.nav--scrolled .nav__menuBtn{border-color:#49586b2e;background:#ffffff3d;color:#2f3848}.nav--home.nav--scrolled .nav__link{color:#2f3848}.nav--home.nav--scrolled .nav__link--active{color:#0b76ff}.nav--home.nav--scrolled .nav__button{background:#ffffff42;border-color:#49586b2e;color:#2a3342}.nav--home.nav--scrolled .nav__button:hover{background:#ffffff57;border-color:#49586b3d}.nav--home.nav--scrolled .nav__button--active{background:#e8f0fbd1;border-color:#6ea2decc;color:#0b76ff}.nav--transparent.nav--scrolled .nav__menuBtn{border-color:#ffffff59;background:#ffffff1f;color:#fff}.nav--transparent.nav--scrolled .nav__link{color:#fff}.nav--transparent.nav--scrolled .nav__link--active{color:#c9dfff}.nav--transparent.nav--scrolled .nav__button{background:#ffffff14;border-color:#ffffff52;color:#fff}.nav--transparent.nav--scrolled .nav__button:hover{background:#ffffff29;border-color:#ffffff7a}.nav--transparent.nav--scrolled .nav__button--active{background:#ffffff2e;border-color:#ffffff8f;color:#fff}@media(max-width:900px){.nav__container{grid-template-columns:80px 1fr auto;padding:10px 18px;gap:12px}.nav__link{font-size:13px;padding:6px 0}.nav__button{font-size:13px;padding:8px 10px}}@media(max-width:720px){.nav__container{grid-template-columns:1fr auto auto;position:relative;padding:10px 14px}.nav__logo{height:46px}.nav__menuBtn{display:grid}.nav__links{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid #e5eaf0;border-radius:10px;box-shadow:0 16px 30px #0f172a1a;padding:10px;z-index:20;flex-direction:column;gap:2px}.nav--home.nav--scrolled .nav__links,.nav--transparent.nav--scrolled .nav__links{background:#fff;border:1px solid #e5eaf0;box-shadow:0 16px 30px #0f172a1a}.nav__links--open{display:flex}.nav__link{font-size:14px;padding:10px 8px;border-radius:8px}.nav__link:hover{background:#f5f8fc}.nav--transparent .nav__link,.nav--home.nav--scrolled .nav__link,.nav--transparent.nav--scrolled .nav__link{color:#2f3848}.nav--transparent .nav__link--active,.nav--home.nav--scrolled .nav__link--active,.nav--transparent.nav--scrolled .nav__link--active{color:#0b76ff}.nav__link--mobileCta{display:block;margin-top:4px;background:#f1f3f5;border:1px solid #e6eaef}.nav--home.nav--scrolled .nav__link--mobileCta,.nav--transparent.nav--scrolled .nav__link--mobileCta{background:#f1f3f5;border-color:#e6eaef}.nav__cta{justify-content:flex-end}.nav__button{display:none;font-size:12px;padding:8px 10px}}@media(max-width:420px){.nav__logo{height:40px}.nav__button{font-size:11px;padding:7px 9px}}.hero{width:100%;background:#fff;padding:34px 22px 10px}.hero__container{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:18px}.hero__left{text-align:center;margin-left:-100px}.hero__title{margin:0;font-size:46px;line-height:1.18;font-weight:700;letter-spacing:-.6px;color:#1b2430}.hero__accent{color:#1677ff}.hero__desc{margin:18px auto 22px;max-width:680px;color:#7a889c;font-size:18px;line-height:1.75}.hero__actions{display:flex;justify-content:center}.hero__primaryBtn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;border-radius:6px;background:#2367b0;color:#fff;text-decoration:none;font-size:18px;font-weight:700;border:1px solid #2367B0;box-shadow:0 10px 20px #2f77de2e}.hero__primaryBtn:hover{filter:brightness(.98)}.hero__right{display:flex;justify-content:center}.hero__visual{position:relative;width:100%;max-width:560px;height:540px;display:grid;place-items:center}.hero__blob{position:absolute;width:350px;height:350px;border-radius:50%;background:#94bbe3;top:98px;left:50%;transform:translate(-50%);z-index:0}.hero__ring{position:absolute;width:430px;height:430px;border-radius:50%;top:60px;left:50%;transform:translate(-50%);border:4px dashed #2f77de;opacity:.88;z-index:0}.hero__person{width:355px;height:auto;position:relative;z-index:2}.heroBadge{position:absolute;background:#eef2f78c;border:1px solid rgba(173,181,192,.35);border-radius:22px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 26px #1018281a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:3}.heroBadge__icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.heroBadge__icon--check{background:#1f64b6;color:#fff}.heroBadge__icon--uni{background:#eef6ff;border:1px solid #cfe3ff;color:#2f77de}.heroBadge__stack{display:flex;flex-direction:column;line-height:1.1}.heroBadge__num{font-weight:700;font-size:24px;line-height:.95;color:#1f64b6}.heroBadge__label{margin-top:4px;font-size:19px;font-weight:600;color:#1f64b6}.heroBadge__row{display:flex;align-items:center;gap:8px}.heroBadge__numSmall{font-weight:700;font-size:24px;line-height:1;color:#1f64b6}.heroBadge__blueText{font-size:19px;font-weight:600;line-height:1;color:#1f64b6}.heroAvatars{display:flex;align-items:center}.heroAvatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eef4fc;border:3px solid #fff;box-shadow:0 2px 8px #10182826;color:#1f64b6;font-weight:700}.heroAvatar+.heroAvatar{margin-left:-24px}.heroAvatar svg{width:22px;height:22px}.heroAvatar--1{background:#e7f1ff;color:#2a6fc4}.heroAvatar--2{background:#f8eee6;color:#8b5a39}.heroAvatar--3{background:#eaf4ea;color:#2f6a3f}.heroAvatar--chip{background:#b6d2f0;color:#1b64e0;font-size:20px;line-height:1;min-width:56px;width:56px;height:56px;border-color:#f7fbff}.heroBadge__studentsTop{display:flex;align-items:center}.heroBadge__studentsLabel{font-size:21px}.heroBadge--top{top:36px;left:-40px}.heroBadge--left{top:350px;left:-100px}.heroBadge--right{top:186px;right:-80px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:220px}@media(max-width:900px){.hero{padding:20px 18px 6px}.hero__container{grid-template-columns:1fr;gap:18px}.hero__left{margin-left:0}.hero__title{font-size:34px}.hero__desc{margin:14px auto 16px;font-size:15px;line-height:1.6;max-width:620px}.hero__primaryBtn{font-size:14px;padding:10px 18px}.hero__visual{height:390px;max-width:380px;overflow:visible}.hero__blob{width:240px;height:240px;top:86px}.hero__ring{width:300px;height:300px;top:54px}.hero__person{width:250px}.heroBadge{border-radius:14px;padding:8px 10px;gap:6px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.heroBadge__icon{width:26px;height:26px}.heroBadge__num{font-size:18px}.heroBadge__label{margin-top:2px;font-size:10px}.heroBadge__numSmall{font-size:20px}.heroBadge__blueText{font-size:12px}.heroAvatar{width:26px;height:26px;border-width:2px}.heroAvatar+.heroAvatar{margin-left:-12px}.heroAvatar svg{width:10px;height:10px}.heroAvatar--chip{width:30px;min-width:30px;height:30px;font-size:10px}.heroBadge__studentsLabel{font-size:12px}.heroBadge--top{top:18px;left:50%;transform:translate(-50%)}.heroBadge--left{top:252px;left:8px}.heroBadge--right{top:142px;right:8px;min-width:140px;gap:6px}}@media(max-width:600px){.hero__title{font-size:28px;line-height:1.2}.hero__desc{font-size:15px;max-width:100%}.hero__visual{height:390px;max-width:330px}.hero__blob{width:210px;height:210px;top:80px}.hero__ring{width:260px;height:260px;top:56px;border-width:3px}.hero__person{width:220px}.heroBadge--top{top:-8px;left:50%;transform:translate(-50%)}.heroBadge--left{display:flex;top:282px;left:2px}.heroBadge--right{top:142px;right:6px;min-width:132px}}.partners{padding:20px 22px 50px}.partners__container{max-width:1150px;margin:0 auto}.partners__title{margin-bottom:46px;text-align:center;color:#2f3848;font-size:32px;font-weight:500}.partners__accent{color:#0b76ff;font-weight:700}.partners__carousel{overflow:hidden;position:relative;width:100%}.partners__status{margin:0;text-align:center}.partners__statusSpinner{margin:0 auto 14px;animation:partnersSpin .8s linear infinite}.partners__track{display:flex;gap:36px;width:max-content;animation:scrollPartners 36s linear infinite}.partners__item{min-width:190px;height:122px;background:#fff;border:1px solid #e7edf5;border-radius:12px;display:grid;place-items:center;padding:10px 14px}.partners__logo{width:auto;height:auto;max-width:100%;max-height:102px;object-fit:contain;object-position:center;display:block}@keyframes scrollPartners{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes partnersSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.partners__title{font-size:22px}.partners__item{min-width:140px;height:92px;padding:8px}.partners__logo{max-height:74px}.partners__track{gap:16px}}.about{padding:30px 22px 54px}.about__container{max-width:1150px;margin:0 auto}.about__pill{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:126px;padding:0 22px;border-radius:999px;border:1px solid #7ca9df;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.about__grid{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.about__title{margin:0 0 14px;font-size:46px;color:#1b2430;line-height:1.15;font-weight:600}.about__accent{color:#0b76ff}.about__desc{margin:0;max-width:610px;color:#5d6673;font-size:18px;line-height:1.7}.about__stats{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:620px}.about__stats>:nth-child(3){grid-column:1 / -1}.about__right{min-height:430px;display:flex;align-items:flex-end;justify-content:flex-end}.about__visual{width:100%;max-width:500px;height:auto;object-fit:contain;margin-left:auto}@media(max-width:900px){.about__grid{grid-template-columns:1fr}.about{padding:0 18px 22px}.about__title{font-size:34px}.about__pill{font-size:12px;min-width:94px;height:30px}.about__desc{font-size:15px}.about__right{min-height:280px;justify-content:center}}.stat{background:#e6f1fc;border-radius:24px;padding:20px 20px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stat__value{font-size:34px;font-weight:600;color:#141821;line-height:1}.stat__label{margin-top:10px;font-size:16px;color:#1f2430;line-height:1.25}.stat__icon{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#3976c8;flex:0 0 auto}.stat__icon svg{width:22px;height:22px}@media(max-width:900px){.stat{border-radius:18px;padding:14px}.stat__value{font-size:32px}.stat__label{font-size:13px;margin-top:7px}.stat__icon{width:34px;height:34px}.stat__icon svg{width:16px;height:16px}}.services{padding:20px 22px 94px}.services__container{max-width:1150px;margin:0 auto}.services__pill{display:inline-flex;align-items:center;justify-content:center;height:38px;min-width:150px;padding:0 24px;border-radius:999px;border:1px solid #6ea2de;background:#eaf1fb;color:#1f6fcf;font-size:14px;font-weight:500;line-height:1}.services__title{margin:26px 0 28px;font-size:46px;color:#3c3f45;line-height:1.1;font-weight:600}.services__accent{color:#0b76ff}.services__card{border-radius:8px;border:none;background:#e6f1fc;padding:34px 40px 32px}.services__top{display:grid;grid-template-columns:1fr 1.1fr;align-items:start;gap:30px}.services__cardTitle{margin:0;font-size:28px;color:#0e73e7;line-height:1.18;max-width:520px;font-weight:600}.services__sideText{margin:6px 0 0;font-size:20px;line-height:1.42;color:#474c56;max-width:500px;font-weight:500}.services__tags{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px 18px}.services__bottom{margin-top:18px;display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:end}.services__cardDesc{margin:0 0 26px;font-size:18px;line-height:1.48;color:#464b53;max-width:430px;font-weight:500}.services__btn{display:inline-flex;align-items:center;justify-content:center;height:50px;border-radius:999px;background:#d0e7ff;border:3px solid #007BFF;color:#007bff;font-size:17px;font-weight:500;text-decoration:none;width:336px}.services__btn:hover{background:#1b7afe0a}.services__right{display:flex;justify-content:flex-end}.services__img{width:100%;max-width:560px;height:auto;border-radius:8px;object-fit:cover}@media(max-width:900px){.services{padding:8px 18px 30px}.services__pill{min-width:110px;height:32px;padding:0 16px;font-size:14px}.services__title{margin:16px 0 18px;font-size:34px}.services__card{padding:20px 16px}.services__top{grid-template-columns:1fr;gap:12px}.services__cardTitle{font-size:30px}.services__sideText{margin-top:0;font-size:14px}.services__tags{margin-top:16px;gap:10px}.services__bottom{margin-top:18px;grid-template-columns:1fr;gap:16px}.services__cardDesc{font-size:14px;margin-bottom:16px}.services__btn{width:100%;height:46px;border-width:2px;font-size:18px}.services__right{justify-content:center}}.stag{border:1px solid #7d8796;background:#cfd9e4;color:#6b707a;font-size:16px;padding:8px 22px;border-radius:999px;cursor:pointer;min-height:34px;text-align:center;white-space:nowrap;line-height:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.stag--active{background:#cfd9e4;border-color:#7d8796;color:#6b707a;font-weight:400}.stag:hover{background:#abd0f5;border-color:#5f9ee0;color:#156fdf}@media(max-width:900px){.stag{font-size:12px;min-height:32px;padding:7px 14px}}.reviews{padding:8px 22px 64px}.reviews__container{max-width:1150px;margin:0 auto}.reviews__pill{display:inline-flex;align-items:center;justify-content:center;min-width:102px;height:34px;padding:0 18px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.reviews__title{margin:12px 0 10px;font-size:46px;line-height:1.14;color:#3f4348;font-weight:600}.reviews__accent{color:#0b76ff}.reviews__lead{margin:0;color:#707782;font-size:20px;line-height:1.45}.reviews__feature{margin-top:34px}.reviewsVideoCarousel{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:10px}.reviewsVideoCarousel__arrow{width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#555d66;display:grid;place-items:center;cursor:pointer;transition:color .2s ease,transform .2s ease}.reviewsVideoCarousel__arrow:hover{color:#0b76ff;transform:scale(1.06)}.reviewsVideoCarousel__arrow svg{width:20px;height:20px}.reviewsVideoCarousel__track{position:relative;min-height:370px;overflow:hidden}.reviewsVideoCard{position:absolute;top:50%;left:50%;width:min(100%,72%);max-width:560px;aspect-ratio:16 / 9;border:0;border-radius:8px;overflow:hidden;background:#ede7e6;box-shadow:0 16px 30px #1b202729;cursor:pointer;padding:0;transition:transform .35s ease,opacity .35s ease,filter .35s ease}.reviewsVideoCard img{width:100%;height:100%;object-fit:cover;display:block}.reviewsVideoCard__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#14181e0a,#14181e2e)}.reviewsVideoCard__play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;opacity:0;transition:opacity .25s ease}.reviewsVideoCard__play svg{width:64px;height:64px;padding:18px;border-radius:16px;background:#ffffff42;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.reviewsVideoCard__zoom{position:absolute;right:16px;bottom:16px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#444a52b8;color:#fff}.reviewsVideoCard--active{z-index:3;transform:translate(-50%,-50%) scale(1);opacity:1}.reviewsVideoCard--prev{z-index:1;transform:translate(-78%,-50%) scale(.83);opacity:.85;filter:saturate(.9)}.reviewsVideoCard--next{z-index:1;transform:translate(-22%,-50%) scale(.83);opacity:.85;filter:saturate(.9)}.reviewsVideoCard--hidden{z-index:0;transform:translate(-50%,-50%) scale(.7);opacity:0;pointer-events:none}.reviewsVideoCard:hover .reviewsVideoCard__play,.reviewsVideoCard:focus-visible .reviewsVideoCard__play,.reviewsVideoCard--active .reviewsVideoCard__play{opacity:1}.reviewsQuote{margin-top:18px;text-align:center}.reviewsQuote__name{color:#5b5f67;font-size:18px;font-weight:700}.reviewsQuote__meta{margin-top:6px;color:#8b9098;font-size:16px;line-height:1.4}.reviewsVideoDots{margin-top:12px;display:flex;justify-content:center;gap:8px}.reviewsVideoDots__dot{width:22px;height:3px;border:0;border-radius:999px;background:#d4d8df;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.reviewsVideoDots__dot--active{background:#0b76ff;transform:scaleX(1.1)}.reviews__grid{margin-top:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.reviews__status{margin:28px 0 0;padding:22px 24px;border-radius:18px;background:linear-gradient(180deg,#fff8f6,#fff1ed);border:1px solid #f3d4cc;box-shadow:0 16px 34px #823c2814}.reviews__status--loading{background:linear-gradient(180deg,#f8fbff,#eef5ff);border-color:#d5e4f8;box-shadow:0 16px 34px #275ba214}.reviews__statusTitle,.reviews__statusText{margin:0}.reviews__statusTitle{color:#7f2f21;font-size:18px;font-weight:700}.reviews__statusText{margin-top:8px;color:#a15445;font-size:14px;line-height:1.55}.reviews__status--loading .reviews__statusTitle{color:#245292}.reviews__status--loading .reviews__statusText{color:#5e7695}.reviews__statusSpinner{width:34px;height:34px;margin-bottom:14px;border-radius:50%;border:3px solid rgba(36,82,146,.16);border-top-color:#245292;animation:reviewsSpin .8s linear infinite}.reviewCard{border:1px solid #9c9898;background:#d9d9d970;border-radius:14px;padding:16px 18px}.reviewCard__stars{color:#155fbd;font-size:24px;letter-spacing:3px}.reviewCard__text{margin:12px 0 14px;color:#3e434c;font-size:17px;line-height:1.5;min-height:102px}.reviewCard__footer{border-top:1px dashed #aeb6c1;padding-top:10px;display:flex;align-items:center;gap:10px}.reviewCard__avatar{width:52px;height:52px;border-radius:50%;background:#e6edf8;color:#2f6fbe;display:grid;place-items:center;flex:0 0 auto}.reviewCard__avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.reviewCard__avatar svg{width:30px;height:30px}.reviewCard__name{color:#464b53;font-size:17px;font-weight:700}.reviewCard__role{margin-top:2px;color:#5e646e;font-size:14px}.reviews__dots{margin-top:18px;display:flex;justify-content:center;gap:4px}.reviews__dot{width:8px;height:8px;border-radius:50%;background:#76a9e8;border:0;padding:0;opacity:.55;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.reviews__dot--active{opacity:1;transform:scale(1.2)}@keyframes reviewsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviewsModal{position:fixed;inset:0;z-index:1200;padding:16px}.reviewsModal__backdrop{position:absolute;inset:0;border:0;background:#0a0e14b8}.reviewsModal__panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:min(920px,calc(100vw - 32px));max-height:calc(100vh - 32px);border-radius:16px;background:#0f1319;padding:14px;box-shadow:0 28px 70px #00000059;overflow:visible}.reviewsModal__close{position:absolute;top:-12px;right:-12px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#1d2430;font-size:28px;line-height:1;cursor:pointer}.reviewsModal__videoWrap{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:10px}.reviewsModal__videoWrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width:1024px){.reviewsVideoCard{width:min(100%,76%)}.reviewsVideoCard--prev{transform:translate(-74%,-50%) scale(.8)}.reviewsVideoCard--next{transform:translate(-26%,-50%) scale(.8)}.reviews__grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.reviews{padding:8px 18px 30px}.reviews__title{font-size:34px}.reviews__lead{font-size:12px}.reviewsVideoCarousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:4px}.reviewsVideoCarousel__track{min-height:260px}.reviewsVideoCard{width:min(100%,82%);max-width:none}.reviewsVideoCard--prev{transform:translate(-68%,-50%) scale(.8);opacity:.55}.reviewsVideoCard--next{transform:translate(-32%,-50%) scale(.8);opacity:.55}.reviewsQuote__meta{font-size:14px}.reviews__grid{grid-template-columns:1fr}.reviewCard__text{font-size:14px}}.journey{padding:0 22px;background:#d8e6f5}.journey__container{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1.15fr .95fr;gap:22px;align-items:end}.journey__left{padding:70px 0}.journey__title{margin:0;color:#3f4348;font-size:46px;line-height:1.08;font-weight:600}.journey__accent{color:#0b76ff}.journey__desc{margin:16px 0 0;max-width:520px;color:#5d6570;font-size:18px;line-height:1.35}.journey__note{margin:14px 0 0;max-width:500px;color:#0b76ff;font-size:18px;line-height:1.35}.journey__contacts{margin-top:16px;color:#474d56}.journey__contacts p{margin:0 0 8px;display:flex;align-items:flex-start;gap:10px;font-size:18px;font-weight:600}.journey__contacts svg{margin-top:4px;color:#545963;flex:0 0 auto}.journey__contactLink{color:inherit;text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.journey__contactLink:hover,.journey__contactLink:focus-visible{color:#0b76ff;text-decoration:underline;text-underline-offset:3px}.journey__btn{margin-top:20px;display:inline-flex;align-items:center;justify-content:center;height:48px;min-width:210px;border-radius:999px;background:#d0e7ff;border:3px solid #007BFF;color:#007bff;font-size:16px;font-weight:500;text-decoration:none}.journey__btn:hover{background:#1b7afe0a}.journey__right{position:relative;min-height:420px;display:grid;place-items:end center}.journey__blob{position:absolute;width:320px;height:320px;border-radius:50%;background:#91b8e2;bottom:28px;left:50%;transform:translate(-50%)}.journey__ring{position:absolute;width:370px;height:370px;border-radius:50%;border:2px dashed #1f2937;opacity:.95;bottom:8px;left:50%;transform:translate(-50%)}.journey__person{width:360px;height:auto;position:relative;z-index:2;display:block;margin:0;align-self:end}.journey__float{position:absolute;z-index:3;width:50px;height:50px;border-radius:6px;color:#125aa7;display:grid;place-items:center}.journey__float svg{font-size:50px}.journey__float--mail{left:92px;top:102px}.journey__float--chat{right:100px;top:110px}@media(max-width:900px){.journey{padding:0 18px}.journey__container{grid-template-columns:1fr}.journey__title{font-size:34px}.journey__desc{font-size:15px}.journey__note{font-size:13px}.journey__contacts p{font-size:16px}.journey__right{min-height:330px}.journey__blob{width:260px;height:260px}.journey__ring{width:320px;height:320px}.journey__person{width:280px}.journey__float--mail{left:28px;top:70px}.journey__float--chat{right:28px;top:70px}}.faq{padding:60px 22px 0}.faq__container{max-width:1150px;margin:0 auto}.faq__pill{display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.faq__title{margin:12px 0 20px;font-size:46px;line-height:1.14;color:#3f4348;font-weight:600}.faq__accent{color:#0b76ff}.faq__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center}.faq__visual{position:relative;min-height:320px;display:flex;align-items:flex-end;justify-content:center}.faq__visual img{width:240px;height:auto;object-fit:contain}.faq__mark{position:absolute;right:102px;top:18px;font-size:124px;line-height:1;color:#1e91f3;font-weight:700}.faq__list{display:grid;gap:10px}.faqItem{background:#eceef1;border-radius:8px;border:1px solid #e0e3e8;overflow:hidden;transition:background-color .28s ease-out,border-color .28s ease-out,box-shadow .28s ease-out}.faqItem--open{background:#f3f6fa;border-color:#d5dbe4;box-shadow:0 14px 30px -24px #1c4b818c}.faqItem__head{width:100%;border:0;background:transparent;text-align:left;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;gap:14px;color:#474c55;font-size:17px;font-weight:600;cursor:pointer}.faqItem__head svg{color:#8b9199;width:14px;height:14px;flex:0 0 auto;transition:transform .28s ease-out,color .28s ease-out}.faqItem--open .faqItem__head svg{transform:rotate(180deg);color:#1f6fcf}.faqItem__content{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .36s ease-out,opacity .28s ease-out}.faqItem--open .faqItem__content{grid-template-rows:1fr;opacity:1}.faqItem__body{margin:0;min-height:0;overflow:hidden;padding:0 22px 16px;color:#767c84;font-size:18px;line-height:1.45}@media(max-width:900px){.faq{padding:14px 18px 0}.faq__title{font-size:34px}.faq__grid{grid-template-columns:1fr}.faq__visual{min-height:300px}.faq__visual img{width:300px}.faq__mark{right:16%;font-size:84px;top:4px}.faqItem__head{padding:12px 14px;font-size:14px}.faqItem__body{font-size:13px;padding:0 14px 12px}}.footer{background:#050608;color:#fff;padding:60px 22px 18px}.footer__container{max-width:1150px;margin:0 auto}.footer__consult{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:start;padding-bottom:16px;border-bottom:1px solid #25282f}.footer__consultText h3{margin:0;font-size:24px}.footer__consultText p{margin:10px 0 0;max-width:620px;color:#9aa0ac;font-size:17px;line-height:1.45}.footer__consultForm{display:grid;gap:8px;width:500px}.footer__consultForm input{height:44px;border-radius:4px;border:1px solid #343a43;background:#f1f2f4;color:#1b1f26;padding:0 14px;font-size:14px}.footer__consultForm input:focus{outline:none;border-color:#1f6fcf;box-shadow:0 0 0 3px #1f6fcf2e}.footer__consultFeedback{margin:0;padding:10px 12px;border-radius:6px;font-size:13px;line-height:1.45}.footer__consultFeedback--success{background:#297c432e;border:1px solid rgba(108,201,137,.3);color:#d7f7df}.footer__consultFeedback--error{background:#a53b3b29;border:1px solid rgba(239,194,194,.28);color:#ffd8d8}.footer__consultForm button{width:fit-content;height:36px;border:0;border-radius:4px;background:#1f6fcf;color:#fff;padding:0 14px;font-size:14px;font-weight:600}.footer__consultForm button:disabled{opacity:.7;cursor:wait}.footer__links{padding:42px 0 16px;border-bottom:1px solid #25282f;display:grid;grid-template-columns:1.3fr .7fr 1fr .6fr;gap:20px}.footer__col h4{margin:8px 0 10px;font-size:24px}.footer__col h5{margin:0 0 10px;font-size:24px}.footer__brandMark{width:38px;height:38px;border-radius:50%;border:1px solid #1f6fcf;color:#3aa1ff;display:grid;place-items:center;font-size:22px}.footer__brandLogo{height:54px;object-fit:contain;display:block}.footer__col p,.footer__col a{margin:0 0 8px;color:#b7bdc8;font-size:16px;line-height:1.45;text-decoration:none}.footer__col a{display:block}.footer__col a:hover,.footer__col a:focus-visible{color:#fff}.footer__contactLink{display:flex;align-items:flex-start;gap:8px}.footer__contactLink svg{margin-top:4px;color:#d0d4dc;flex:0 0 auto;margin-right:4px}.footer__socials{display:flex;gap:8px}.footer__socials a{width:24px;height:24px;border-radius:4px;background:#151922;color:#fff;display:grid;place-items:center;transition:background-color .2s ease,color .2s ease}.footer__socials a:hover,.footer__socials a:focus-visible{background:#1f6fcf;color:#fff}.footer__copy{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding-top:14px;color:#afb5c0;font-size:14px}.footer__copyrightLine{display:inline-flex;align-items:center;gap:6px}.footer__copyrightIcon{flex:0 0 auto}.footer__credit{font-size:12px;margin-top:8px}.footer__copy a{display:inline;color:#c9c9c9;text-decoration:none}.footer__copy a:hover,.footer__copy a:focus-visible{color:#5ea8ff;text-decoration:none}@media(max-width:900px){.footer{padding:20px 18px 14px}.footer__consult{grid-template-columns:1fr}.footer__consultText h3{font-size:24px}.footer__consultForm{width:100%}.footer__links{grid-template-columns:1fr;gap:16px}.footer__col h4{font-size:24px}.footer__col h5{font-size:20px}}.servicesPageHero{position:relative;height:70dvh;overflow:hidden}.servicesPageHero__media{position:absolute;inset:0}.servicesPageHero__media img{width:100%;height:100%;object-fit:cover;display:block}.servicesPageHero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#121823bd,#1218236b 34%,#12182314 70%)}.servicesPageHero__content{position:relative;z-index:1;max-width:1150px;min-height:370px;margin:0 auto;padding:86px 22px 40px;color:#fff}.servicesPageHero__title{margin:30px 0 0;max-width:620px;font-size:32px;line-height:1.55;font-weight:500}.servicesPageHero__link{display:inline-flex;align-items:center;gap:8px;margin-top:44px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.8);color:#fff;text-decoration:none;font-size:18px;font-weight:500}.servicesPageHero__link svg{margin-top:10px}@media(max-width:900px){.servicesPageHero{min-height:320px}.servicesPageHero__content{min-height:320px;padding:78px 18px 30px}.servicesPageHero__title{max-width:360px;font-size:18px}}.aboutStory{padding:60px 22px;background:#fff}.aboutStory__container{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:16px;align-items:center}.aboutStory__copy{padding-right:10px}.aboutStory__title{margin:0 0 24px;font-size:46px;line-height:1.08;color:#3d4148;font-weight:600}.aboutStory__title span{color:#0b76ff}.aboutStory__copy p{margin:0 0 22px;color:#4f535a;font-size:18px;line-height:1.7;max-width:610px}.aboutStory__art{position:relative;min-height:360px;display:grid;place-items:center end}.aboutStory__badge{position:absolute;top:40px;left:144px;display:inline-flex;align-items:center;min-width:138px;justify-content:center;padding:10px 20px;border-radius:16px;background:#ffffff7a;border:1px solid rgba(218,225,236,.55);box-shadow:0 10px 24px #1018281a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#1f6fcf;font-size:18px;font-weight:600;z-index:3}.aboutStory__image{width:100%;max-width:350px;height:auto;display:block;object-fit:contain}@media(max-width:900px){.aboutStory{padding:20px 18px 28px}.aboutStory__container{grid-template-columns:1fr;gap:24px}.aboutStory__copy{padding-right:0}.aboutStory__title{font-size:38px;margin-bottom:18px}.aboutStory__copy p{font-size:14px;margin-bottom:16px}.aboutStory__art{min-height:280px;place-items:center}.aboutStory__badge{top:8px;left:50%;transform:translate(-50%)}.aboutStory__image{max-width:270px}}.aboutValues{background:#d7e6f6;padding:32px 22px 0}.aboutValues__container{max-width:1150px;margin:0 auto;min-height:230px;display:grid;grid-template-columns:.88fr .92fr 1px 1fr;align-items:start;gap:26px}.aboutValues__graduate{height:100%;display:flex;align-items:end}.aboutValues__block{padding-top:34px}.aboutValues__graduate img{width:100%;max-width:250px;height:auto;display:block;object-fit:contain}.aboutValues__block h3{margin:0 0 12px;color:#0b76ff;font-size:32px;line-height:1.1;font-weight:600}.aboutValues__block p{margin:0;max-width:290px;color:#4a535f;font-size:18px;line-height:1.5}.aboutValues__divider{width:1px;height:320px;background:#1d7bff}@media(max-width:900px){.aboutValues{padding:18px}.aboutValues__container{min-height:auto;grid-template-columns:1fr;justify-items:center;text-align:center;gap:18px}.aboutValues__graduate img{max-width:200px}.aboutValues__block h3{font-size:24px}.aboutValues__block p{max-width:none;font-size:14px}.aboutValues__divider{width:120px;height:1px}}.whyBenchmark{padding:76px 22px 46px;background:#fff}.whyBenchmark__container{max-width:1150px;margin:0 auto}.whyBenchmark__pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.whyBenchmark__title{margin:14px 0 18px;font-size:46px;line-height:1.12;color:#3f4348;font-weight:600}.whyBenchmark__title span{color:#0b76ff}.whyBenchmark__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.whyBenchmark__card{background:#007bff4a;border-radius:4px;min-height:162px;padding:14px 12px}.whyBenchmark__icon{color:#007bff}.whyBenchmark__icon svg{font-size:32px}.whyBenchmark__card h3{margin:12px 0 8px;color:#1f2632;font-size:18px;line-height:1.35}.whyBenchmark__card p{margin:0;color:#44505f;font-size:16px;line-height:1.45}@media(max-width:1024px){.whyBenchmark__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.whyBenchmark{padding:20px 18px 32px}.whyBenchmark__title{font-size:34px}}@media(max-width:640px){.whyBenchmark__grid{grid-template-columns:1fr}}.aboutCommitment{padding:40px 22px 50px;background:#fff}.aboutCommitment__container{max-width:1150px;margin:0 auto}.aboutCommitment__pill{display:inline-flex;align-items:center;justify-content:center;min-width:104px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.aboutCommitment__title{margin:12px 0 18px;font-size:46px;line-height:1.12;color:#3f4348;font-weight:600}.aboutCommitment__title span{color:#0b76ff}.aboutCommitment__content{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:start}.aboutCommitment__image{width:100%;height:280px;object-fit:cover;border-radius:2px;display:block}.aboutCommitment__copy p{margin:0 0 14px;color:#585e68;font-size:18px;line-height:1.5}@media(max-width:900px){.aboutCommitment{padding:22px 18px 16px}.aboutCommitment__title{font-size:34px}.aboutCommitment__content{grid-template-columns:1fr}.aboutCommitment__image{max-width:320px;height:220px;margin:0 auto}}.aboutQuickFacts{padding:30px 22px 50px;background:#fff}.aboutQuickFacts__container{max-width:1150px;margin:0 auto}.aboutQuickFacts__pill{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.aboutQuickFacts__title{margin:10px 0 16px;font-size:46px;line-height:1.1;color:#3f4348;font-weight:600}.aboutQuickFacts__title span{color:#0b76ff}.aboutQuickFacts__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.aboutQuickFacts__tile{position:relative;min-height:132px;border-radius:4px;overflow:hidden;transform:translateY(0) scale(1);transition:transform .32s ease,box-shadow .32s ease,filter .32s ease;isolation:isolate}.aboutQuickFacts__tile:after{content:"";position:absolute;inset:-20% 55% -20% -65%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.18) 42%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.18) 58%,transparent 100%);opacity:0;transform:skew(-18deg) translate(-120%);transition:opacity .18s ease;pointer-events:none;z-index:2}.aboutQuickFacts__tile:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 34px #12223e2e}.aboutQuickFacts__tile:hover:after{opacity:1;animation:aboutQuickFactsShimmer 1.5s ease forwards}.aboutQuickFacts__tile--image img{width:100%;height:240px;object-fit:cover;display:block;transform:scale(1);transition:transform .42s ease,filter .32s ease}.aboutQuickFacts__tile--image:hover img{transform:scale(1.1);filter:saturate(1.06)}.aboutQuickFacts__tile--stat{background:linear-gradient(145deg,#007bff,#0b63c7);color:#fff;padding:18px 14px}.aboutQuickFacts__tile--stat:hover{filter:brightness(1.05)}.aboutQuickFacts__value{margin-bottom:8px;font-size:34px;line-height:1;font-weight:600}.aboutQuickFacts__line{font-size:26px;line-height:1.4}@keyframes aboutQuickFactsShimmer{0%{transform:skew(-18deg) translate(-120%)}to{transform:skew(-18deg) translate(220%)}}@media(prefers-reduced-motion:reduce){.aboutQuickFacts__tile,.aboutQuickFacts__tile--image img{transition:none}.aboutQuickFacts__tile:hover{transform:none}.aboutQuickFacts__tile:hover:after{animation:none;opacity:0}.aboutQuickFacts__tile--image:hover img{transform:none;filter:none}}@media(max-width:1024px){.aboutQuickFacts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.aboutQuickFacts{padding:8px 18px 18px}.aboutQuickFacts__title{font-size:34px}}@media(max-width:640px){.aboutQuickFacts__grid{grid-template-columns:1fr}}.aboutPartners{padding:30px 22px 50px;background:#fff}.aboutPartners__container{max-width:1150px;margin:0 auto}.aboutPartners__pill{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.aboutPartners__title{margin:12px 0 28px;font-size:46px;line-height:1.1;color:#3f4348;font-weight:600}.aboutPartners__title span{color:#0b76ff}.aboutPartners__carousel{overflow:hidden;width:100%}.aboutPartners__track{display:flex;width:max-content;animation:aboutPartnersScroll 16s linear infinite;will-change:transform}.aboutPartners__group{display:flex;gap:16px;flex:0 0 auto;padding-right:16px}.aboutPartners__region{min-width:190px;flex:0 0 auto;height:126px;padding:16px 18px 14px;border-radius:14px;background:#f4f7fb;border:1px solid #dfe7f2;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#2d3138;font-size:20px;font-weight:500;text-align:center}.aboutPartners__region img{width:62px;height:62px;object-fit:contain;flex:0 0 auto}@keyframes aboutPartnersScroll{0%{transform:translate(0)}to{transform:translate(-33.333333%)}}@media(max-width:900px){.aboutPartners{padding:14px 18px 20px}.aboutPartners__title{font-size:34px;margin-bottom:18px}.aboutPartners__region{min-width:160px;height:104px;font-size:16px;padding:12px 12px 10px}.aboutPartners__region img{width:50px;height:50px}}.aboutLeadership{padding:30px 22px 60px;background:#fff}.aboutLeadership__container{max-width:1150px;margin:0 auto}.aboutLeadership__pill{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:40px;padding:0 22px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:15px;font-weight:500}.aboutLeadership__title{margin:26px 0 28px;font-size:46px;line-height:1.08;color:#3f4348;font-weight:600}.aboutLeadership__title span{color:#0b76ff}.aboutLeadership__status{margin:0 0 24px}.aboutLeadership__statusSpinner{margin-bottom:14px;animation:aboutLeadershipSpin .8s linear infinite}.aboutLeadership__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.aboutLeadership__card{position:relative;border:1px solid #007bff;border-radius:4px;padding:12px;background:#007bff24;overflow:hidden;transform:translateY(0) scale(1);transition:transform .32s ease,box-shadow .32s ease,filter .32s ease;isolation:isolate}.aboutLeadership__card:after{content:"";position:absolute;inset:-20% 55% -20% -65%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.16) 42%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.16) 58%,transparent 100%);opacity:0;transform:skew(-18deg) translate(-120%);transition:opacity .18s ease;pointer-events:none;z-index:2}.aboutLeadership__card:hover{transform:translateY(-8px) scale(1.025);box-shadow:0 20px 36px #12223e29;filter:brightness(1.03)}.aboutLeadership__card:hover:after{opacity:1;animation:aboutLeadershipShimmer 1.5s ease forwards}.aboutLeadership__portrait{width:100%;height:238px;background:#d1d1d1;border-radius:4px;overflow:hidden}.aboutLeadership__portrait img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .42s ease,filter .32s ease}.aboutLeadership__card:hover .aboutLeadership__portrait img{transform:scale(1.08);filter:saturate(1.05)}.aboutLeadership__name{margin-top:16px;color:#1f2430;font-size:16px;font-weight:600;line-height:1.35}.aboutLeadership__role,.aboutLeadership__org{margin-top:3px;color:#4d5562;font-size:14px;line-height:1.35}@keyframes aboutLeadershipSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes aboutLeadershipShimmer{0%{transform:skew(-18deg) translate(-120%)}to{transform:skew(-18deg) translate(220%)}}@media(prefers-reduced-motion:reduce){.aboutLeadership__card,.aboutLeadership__portrait img{transition:none}.aboutLeadership__card:hover{transform:none;filter:none}.aboutLeadership__card:hover:after{animation:none;opacity:0}.aboutLeadership__card:hover .aboutLeadership__portrait img{transform:none;filter:none}}@media(max-width:1024px){.aboutLeadership__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(max-width:900px){.aboutLeadership{padding:14px 18px 30px}.aboutLeadership__title{margin:18px 0;font-size:34px}.aboutLeadership__portrait{height:190px}}@media(max-width:640px){.aboutLeadership__grid{grid-template-columns:1fr}}.aboutUsPage{width:100%;background:#fff}.aboutUsPage__main{width:100%;padding-top:0}.servicesPage{width:100%;background:#fff}.servicesPage__main{width:100%;padding-top:0}@media(max-width:900px){.servicesPage__main{padding-top:0}}.servicesPageSection{padding:28px 2px 54px;background:#fff}.servicesPageSection__container{max-width:1150px;margin:40px auto 0}.servicesPageSection__pill{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.servicesPageSection__title{margin:12px 0;font-size:46px;line-height:1.1;color:#3f4348;font-weight:600}.servicesPageSection__title span{color:#0b76ff}.servicesPageSection__lead{margin:0;max-width:920px;color:#61656d;font-size:18px;line-height:1.45}.servicesPageSection__lead--secondary{margin-top:18px}.servicesPageSection__blocks{display:grid;gap:6px;margin-top:34px}@media(max-width:900px){.servicesPageSection{padding:22px 18px 38px}.servicesPageSection__title{font-size:34px}.servicesPageSection__lead{font-size:14px}}.servicesDetailBlock{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start;margin-top:30px;margin-bottom:20px}.servicesDetailBlock__copy h3{margin:0;color:#0b76ff;font-size:34px;line-height:1.2;font-weight:600}.servicesDetailBlock__underline{width:184px;height:2px;background:#0b76ff;margin:8px 0 18px}.servicesDetailBlock__copy p{margin:0 0 16px;color:#4d5561;font-size:18px;line-height:1.5;max-width:480px}.servicesDetailBlock__copy ul{margin:0;padding-left:18px;color:#444d58;font-size:18px;line-height:1.5;margin-left:50px!important}.servicesDetailBlock__visual{display:flex}.servicesDetailBlock--right .servicesDetailBlock__visual{justify-content:flex-end}.servicesDetailBlock--left .servicesDetailBlock__visual{justify-content:flex-start}.servicesDetailBlock__visual img{width:100%;max-width:520px;height:auto;display:block;object-fit:cover;border-radius:2px}.servicesDetailBlock__visual--blue{border-radius:2px;align-items:end;justify-content:center;overflow:hidden}.servicesDetailBlock__visual--blue img{object-fit:contain;border-radius:0}@media(max-width:900px){.servicesDetailBlock{grid-template-columns:1fr;gap:12px}.servicesDetailBlock__copy h3{font-size:22px}.servicesDetailBlock__copy p,.servicesDetailBlock__copy ul{font-size:14px}.servicesDetailBlock--right .servicesDetailBlock__visual,.servicesDetailBlock--left .servicesDetailBlock__visual{justify-content:center}.servicesDetailBlock--left .servicesDetailBlock__visual{order:0}.servicesDetailBlock--left .servicesDetailBlock__copy{order:1}}.countries{padding:14px 22px 94px}.countries__container{max-width:1150px;margin:0 auto}.countries__pill{display:inline-flex;align-items:center;justify-content:center;min-width:134px;height:34px;padding:0 18px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.countries__title{margin:14px 0 8px;font-size:46px;line-height:1.16;color:#3f4348;font-weight:600}.countries__accent{color:#0b76ff}.countries__lead{margin:0;max-width:900px;color:#81878f;font-size:20px}.countries__grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.countryCard{position:relative;background:#eaecef;border:none;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;height:390px;transform:translateY(0) scale(1);transition:transform .32s ease,box-shadow .32s ease,filter .32s ease;isolation:isolate}.countryCard:after{content:"";position:absolute;inset:-20% 55% -20% -65%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.16) 42%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.16) 58%,transparent 100%);opacity:0;transform:skew(-18deg) translate(-120%);transition:opacity .18s ease;pointer-events:none;z-index:2}.countryCard:hover{transform:translateY(-8px) scale(1.025);box-shadow:0 20px 36px #12223e29;filter:brightness(1.02)}.countryCard:hover:after{opacity:1;animation:countriesCardShimmer 1.5s ease forwards}.countryCard__body{padding:20px 16px 14px;min-height:250px;max-height:250px;display:flex;flex-direction:column}.countryCard__title{margin:0;color:#20242b;font-size:18px;font-weight:600}.countryCard__text{margin:12px 0 14px;color:#42464d;font-size:17px;line-height:1.2;min-height:106px;flex:1;overflow:hidden}.countryCard__btn{height:24px;min-width:74px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:0;background:#2a6fc0;color:#fff;font-size:12px;font-weight:500;padding:2px 10px;width:fit-content;align-self:flex-start;text-decoration:none}.countryCard__image{min-height:140px;max-height:140px;height:140px;overflow:hidden}.countryCard__image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .42s ease,filter .32s ease}.countryCard:hover .countryCard__image img{transform:scale(1.08);filter:saturate(1.05)}@keyframes countriesCardShimmer{0%{transform:skew(-18deg) translate(-120%)}to{transform:skew(-18deg) translate(220%)}}@media(prefers-reduced-motion:reduce){.countryCard,.countryCard__image img{transition:none}.countryCard:hover{transform:none;filter:none}.countryCard:hover:after{animation:none;opacity:0}.countryCard:hover .countryCard__image img{transform:none;filter:none}}@media(max-width:1024px){.countries__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.countries{padding:10px 18px 26px}.countries__title{font-size:34px}.countries__lead{font-size:12px}.countries__grid{grid-template-columns:1fr}.countryCard{height:auto}.countryCard__body{min-height:220px;max-height:220px}}.studyDestinations{padding:0 22px 60px;background:#fff}.studyDestinations__container{max-width:1150px;margin:0 auto}.studyDestinations__title{display:inline-block;margin:0;padding-bottom:8px;border-bottom:2px solid #0b76ff;color:#0b76ff;font-size:34px;line-height:1.2;font-weight:600}.studyDestinations__lead{margin:14px 0 0;color:#6a7078;font-size:18px;line-height:1.5}.studyDestinations__grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:1024px){.studyDestinations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.studyDestinations{padding:0 18px 18px}.studyDestinations__title{font-size:20px}.studyDestinations__lead{font-size:12px}.studyDestinations__grid{grid-template-columns:1fr}}.additionalServices{padding:10px 22px 18px;background:#fff}.additionalServices__container{max-width:1150px;margin:0 auto}.additionalServices__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:44px;align-items:start}.additionalServices__title{display:inline-block;margin:0;padding-bottom:8px;border-bottom:2px solid #0b76ff;color:#0b76ff;font-size:34px;line-height:1.2;font-weight:600}.additionalServices__list{margin:24px 0 0;padding-left:24px;color:#4d5157}.additionalServices__list li{margin-bottom:12px;font-size:18px;line-height:1.35;margin-left:100px}.additionalServices__visual img{width:100%;height:300px;display:block;border-radius:4px}@media(max-width:900px){.additionalServices{padding:4px 18px 10px}.additionalServices__grid{grid-template-columns:1fr;gap:18px}.additionalServices__title{font-size:20px}.additionalServices__list{margin-top:16px;padding-left:20px}.additionalServices__list li{font-size:16px;margin-left:0}.additionalServices__visual{max-width:320px;width:100%;margin:0 auto}}.contactPage{width:100%;background:#fff}.contactPage__main{width:100%;padding-top:0}@media(max-width:900px){.contactPage__main{padding-top:0}}.contactInfo{padding:28px 22px 30px;background:#fff}.contactInfo__container{max-width:1150px;margin:40px auto 0}.contactInfo__pill{display:inline-flex;align-items:center;justify-content:center;min-width:102px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.contactInfo__title{margin:14px 0;font-size:46px;line-height:1.1;color:#3f4348;font-weight:600}.contactInfo__title span{color:#0b76ff}.contactInfo__lead{margin:0;max-width:1080px;color:#555c66;font-size:18px;line-height:1.65}.contactInfo__lead--secondary{margin-top:10px}.contactInfo__grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:36px;margin-top:42px;align-items:start}.contactInfo__details{padding-top:86px}.contactInfo__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start}.contactInfo__item+.contactInfo__item{margin-top:34px}.contactInfo__iconWrap{width:44px;height:44px;border-radius:50%;background:#edf1f7;display:grid;place-items:center}.contactInfo__icon{color:#0b76ff;font-size:18px}.contactInfo__itemTitle{margin:2px 0 8px;color:#1f2329;font-size:18px;line-height:1.2;font-weight:600}.contactInfo__itemText{margin:0;color:#5d636d;font-size:18px;line-height:1.5}.contactInfo__itemLink{color:inherit;text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.contactInfo__itemLink:hover,.contactInfo__itemLink:focus-visible{color:#0b76ff;text-decoration:underline;text-underline-offset:3px}.contactInfo__formWrap{padding-bottom:24px}.contactInfo__formIntro{max-width:680px;margin:0 auto 12px;color:#0b76ff;font-size:20px;line-height:1.45;text-align:center;font-weight:500}.contactForm{max-width:680px;margin:0 auto}.contactForm__row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.contactForm input,.contactForm textarea{width:100%;border:1px solid #d8dde6;border-radius:4px;background:#fff;color:#333a42;font-size:16px;font-family:inherit;padding:11px 12px;outline:none}.contactForm input:focus,.contactForm textarea:focus{border-color:#0b76ff;box-shadow:0 0 0 3px #0b76ff1f}.contactForm textarea{resize:vertical;min-height:142px}.contactForm input::placeholder,.contactForm textarea::placeholder{color:#a4aab3}.contactForm__note{max-width:560px;margin:10px auto 14px;color:#7a8089;font-size:14px;line-height:1.45;text-align:center;font-style:italic}.contactForm__feedback{margin:0 0 14px;padding:12px 14px;border-radius:8px;font-size:14px;line-height:1.5}.contactForm__feedback--success{background:#eef9f1;border:1px solid #b7e0c0;color:#1e6b35}.contactForm__feedback--error{background:#fff4f4;border:1px solid #efc2c2;color:#a13b3b}.contactForm__button{display:block;min-width:146px;height:42px;margin:0 auto;padding:0 20px;border:0;border-radius:4px;background:#0b76ff;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.contactForm__button:disabled{opacity:.7;cursor:wait}@media(max-width:900px){.contactInfo{padding:20px 18px 0}.contactInfo__title{font-size:36px}.contactInfo__lead{font-size:14px}.contactInfo__grid{grid-template-columns:1fr;gap:22px;margin-top:28px}.contactInfo__details{padding-top:0}.contactInfo__formIntro{font-size:18px}}@media(max-width:640px){.contactForm__row{grid-template-columns:1fr}}.contactMap{padding:0;background:#fff}.contactMap__container{width:100%;line-height:0}.contactMap__frame{width:100%;height:420px;border:0;display:block}@media(max-width:900px){.contactMap__frame{height:320px}}.successStoriesPage{width:100%;background:#fff}.successStoriesPage__main{width:100%;padding-top:0}@media(max-width:900px){.successStoriesPage__main{padding-top:0}}.successOverview{padding:28px 22px 24px;background:#fff}.successOverview__container{max-width:1150px;margin:40px auto 0}.successOverview__pill{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:34px;padding:0 16px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.successOverview__top{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:center}.successOverview__title{margin:0 0 16px;color:#3f4348;font-size:46px;line-height:1.08;font-weight:600}.successOverview__title span{color:#0b76ff}.successOverview__text{margin:0 0 14px;color:#5f6670;font-size:18px;line-height:1.7}.successOverview__visual{display:flex;justify-content:flex-end}.successOverview__visual img{width:100%;max-width:300px;display:block}.successOverview__stats{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.successOverview__stat{padding:0 18px}.successOverview__stat+.successOverview__stat{border-left:2px solid #2b7cff}.successOverview__value{color:#3f4348;font-size:38px;line-height:1;font-weight:600}.successOverview__label{margin-top:8px;color:#7b818a;font-size:16px;line-height:1.35;max-width:120px}@media(max-width:900px){.successOverview{padding:20px 18px 18px}.successOverview__top{grid-template-columns:1fr;gap:14px}.successOverview__title{font-size:34px}.successOverview__text{font-size:14px}.successOverview__visual{justify-content:center}.successOverview__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.successOverview__stat{padding:0}.successOverview__stat+.successOverview__stat{border-left:0}}.eventsNewsPage{width:100%;background:#fff}.eventsNewsPage__main{width:100%;padding-top:0}@media(max-width:900px){.eventsNewsPage__main{padding-top:0}}:where(.aboutLeadership__status,.reviews__status,.partners__status,.news__status){padding:22px 24px;border-radius:18px;background:linear-gradient(180deg,#fff8f6,#fff1ed);border:1px solid #f3d4cc;box-shadow:0 16px 34px #823c2814}:where(.aboutLeadership__status--loading,.reviews__status--loading,.partners__status--loading){background:linear-gradient(180deg,#f8fbff,#eef5ff);border-color:#d5e4f8;box-shadow:0 16px 34px #275ba214}:where(.aboutLeadership__statusTitle,.reviews__statusTitle,.partners__statusTitle,.news__statusTitle),:where(.aboutLeadership__statusText,.reviews__statusText,.partners__statusText,.news__statusText){margin:0}:where(.aboutLeadership__statusTitle,.reviews__statusTitle,.partners__statusTitle,.news__statusTitle){color:#7f2f21;font-size:18px;font-weight:700;line-height:1.4}:where(.aboutLeadership__statusText,.reviews__statusText,.partners__statusText,.news__statusText){margin-top:8px;color:#a15445;font-size:14px;line-height:1.55}:where(.aboutLeadership__status--loading,.reviews__status--loading,.partners__status--loading) :where(.aboutLeadership__statusTitle,.reviews__statusTitle,.partners__statusTitle){color:#245292}:where(.aboutLeadership__status--loading,.reviews__status--loading,.partners__status--loading) :where(.aboutLeadership__statusText,.reviews__statusText,.partners__statusText){color:#5e7695}:where(.aboutLeadership__statusSpinner,.reviews__statusSpinner,.partners__statusSpinner){width:34px;height:34px;border-radius:50%;border:3px solid rgba(36,82,146,.16);border-top-color:#245292}.news{padding:32px 22px 46px}.news__container{max-width:1150px;margin:0 auto}.news__pill{display:inline-flex;align-items:center;justify-content:center;min-width:102px;height:34px;padding:0 18px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.news__title{margin:12px 0 18px;font-size:46px;line-height:1.14;color:#3f4348;font-weight:600}.news__accent{color:#0b76ff}.news__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px}.news__grid.news__grid--single,.eventsNewsHighlights__grid.news__grid--single{grid-template-columns:minmax(320px,760px);justify-content:center}.newsCard{border:1px solid #00000021;border-radius:16px;background:#fff;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;align-items:stretch}.newsCard--single{width:min(100%,760px);justify-self:center}.newsCard__content{padding:20px 12px 20px 20px;display:flex;flex-direction:column}.newsCard__meta{display:flex;align-items:center;gap:10px}.newsCard__tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:#e1e3e8;border:1px solid #c6ccd6;color:#6b7079;font-size:14px}.newsCard__date{display:inline-flex;align-items:center;gap:6px;color:#7b8088;font-size:14px}.newsCard__title{margin:10px 0 8px;font-size:16px;line-height:1.2;color:#2b3038}.newsCard__text{margin:0;color:#6b7079;font-size:14px;line-height:1.35}.newsCard__social{margin-top:auto;margin-bottom:8px;color:#7e838b;font-size:16px}.newsCard__image{width:100%;height:100%;min-height:170px;object-fit:cover}@media(max-width:900px){.news{padding:10px 18px 26px}.news__title{font-size:34px}.news__grid{grid-template-columns:1fr;gap:12px}.news__grid.news__grid--single,.eventsNewsHighlights__grid.news__grid--single,.newsCard{grid-template-columns:1fr}.newsCard--single{width:100%}}.eventsNewsHighlights{padding:28px 22px 34px;background:#fff}.eventsNewsHighlights__container{max-width:1150px;margin:40px auto 0}.eventsNewsHighlights__pill{display:inline-flex;align-items:center;justify-content:center;min-width:102px;height:34px;padding:0 18px;border-radius:999px;border:1px solid #6ea2de;background:#e8f0fb;color:#1f6fcf;font-size:14px;font-weight:500}.eventsNewsHighlights__title{margin:12px 0 14px;font-size:46px;line-height:1.14;color:#3f4348;font-weight:600}.eventsNewsHighlights__title span{color:#0b76ff}.eventsNewsHighlights__lead{margin:0;max-width:1040px;color:#5f6670;font-size:18px;line-height:1.75;padding-bottom:20px}.eventsNewsHighlights__lead--secondary{margin-top:8px}.eventsNewsHighlights__grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px}.eventsNewsHighlights__grid.news__grid--single{grid-template-columns:minmax(320px,760px);justify-content:center}@media(max-width:900px){.eventsNewsHighlights{padding:20px 18px 24px}.eventsNewsHighlights__title{font-size:34px}.eventsNewsHighlights__lead{font-size:14px}.eventsNewsHighlights__grid,.eventsNewsHighlights__grid.news__grid--single{grid-template-columns:1fr}}.whyAttendEvents{padding:34px 22px 64px;background:#fff}.whyAttendEvents__container{max-width:1150px;margin:0 auto}.whyAttendEvents__title{display:inline-block;margin:0;padding-bottom:8px;border-bottom:2px solid #0b76ff;color:#0b76ff;font-size:34px;line-height:1.2;font-weight:600}.whyAttendEvents__list{margin:18px 0 0;padding-left:24px;color:#4d5157}.whyAttendEvents__list li{margin-bottom:10px;font-size:18px;line-height:1.45}@media(max-width:900px){.whyAttendEvents{padding:0 18px 24px}.whyAttendEvents__title{font-size:20px}.whyAttendEvents__list li{font-size:16px}}.nextSession{padding:0 22px;background:#d8e6f5}.nextSession__container{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:end}.nextSession__left{padding:54px 0}.nextSession__title{margin:0;color:#3f4348;font-size:46px;line-height:1.08;font-weight:600}.nextSession__title span{color:#0b76ff}.nextSession__desc{margin:16px 0 0;max-width:520px;color:#5d6570;font-size:22px;line-height:1.35}.nextSession__note{margin:16px 0 0;max-width:520px;color:#0b76ff;font-size:18px;line-height:1.45}.nextSession__socials{margin-top:20px;display:flex;gap:12px}.nextSession__socials a{color:#0f1319;font-size:32px;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease-out,transform .18s ease-out}.nextSession__socials a:hover,.nextSession__socials a:focus-visible{color:#0b76ff;transform:scale(1.14)}.nextSession__footnote{margin:28px 0 0;max-width:330px;color:#0b76ff;font-size:16px;line-height:1.4;font-style:italic}.nextSession__right{position:relative;min-height:360px;display:grid;place-items:end center}.nextSession__blob{position:absolute;width:310px;height:310px;border-radius:50%;background:#91b8e2;bottom:34px;left:50%;transform:translate(-50%)}.nextSession__ring{position:absolute;width:360px;height:360px;border-radius:50%;border:2px dashed #1f2937;bottom:10px;left:50%;transform:translate(-50%)}.nextSession__person{width:300px;height:auto;position:relative;z-index:2;display:block}.nextSession__float{position:absolute;z-index:3;width:44px;height:44px;border-radius:10px;display:grid;place-items:center;color:#fff}.nextSession__float svg{width:22px;height:22px}.nextSession__float--insta{right:98px;top:84px;background:#0b76ff}.nextSession__float--facebook{left:66px;bottom:96px;background:#0b76ff;border-radius:50%}@media(max-width:900px){.nextSession{padding:0 18px}.nextSession__container{grid-template-columns:1fr}.nextSession__left{padding:34px 0 0}.nextSession__title{font-size:34px}.nextSession__desc{font-size:15px}.nextSession__right{min-height:320px}.nextSession__blob{width:220px;height:220px}.nextSession__ring{width:270px;height:270px}.nextSession__person{width:220px}.nextSession__float--facebook{left:42px}.nextSession__float--insta{right:42px}}.countryDetails{padding:90px 22px 72px;background:radial-gradient(circle at top left,rgba(16,118,255,.12),transparent 28%),linear-gradient(180deg,#f8fbff,#fff 22%,#f7f8fb)}.countryDetailsPage__main{padding-top:0}.countryDetails__container{max-width:1180px;margin:0 auto}.countryDetails__topbar{display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.countryDetails__breadcrumb{margin:0;color:#738091;font-size:16px}.countryDetails__breadcrumb a{color:#176ee6;text-decoration:none}.countryDetails__backButton{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid #d7dfe9;border-radius:999px;background:#ffffffeb;color:#42505e;font-size:14px;font-weight:700;cursor:pointer}.countryDetails__backButton svg{font-size:12px}.countryDetails__hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:36px;align-items:center}.countryDetails__copy{position:relative;z-index:1}.countryDetails__pill{display:inline-flex;align-items:center;justify-content:center;min-width:138px;min-height:38px;padding:0 18px;border-radius:999px;border:1px solid #cfe0fb;background:#ecf4ffeb;color:#176ee6;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.countryDetails__title{margin:16px 0 12px;color:#253140;font-size:clamp(20px,3vw,38px);line-height:.98;letter-spacing:-.04em;font-weight:600}.countryDetails__strapline{max-width:620px;margin:0 0 18px;color:#486177;font-size:21px;line-height:1.6}.countryDetails__lead{max-width:620px;margin:0 0 12px;color:#677585;font-size:16px;line-height:1.82}.countryDetails__visuals{display:grid;gap:16px}.countryDetails__media{overflow:hidden;background:#dfe7ef;box-shadow:0 30px 60px #2936492e}.countryDetails__media--main{border-radius:28px;min-height:460px}.countryDetails__media--main img{width:100%;height:100%;object-fit:cover;display:block}.countryDetails__visualMeta{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:16px}.countryDetails__mediaCard{border-radius:24px;background:#ffffffeb;border:1px solid rgba(222,230,239,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 22px 45px #2c3a4e24}.countryDetails__mediaCard--snapshot{padding:22px}.countryDetails__mediaCard--flag{display:flex;align-items:center;gap:16px;padding:16px 18px}.countryDetails__mediaCard--flag img,.countryDetails__mediaFlagFallback{width:66px;height:46px;border-radius:10px;object-fit:cover;background:linear-gradient(135deg,#e8eef7,#d6dfea);box-shadow:inset 0 0 0 1px #cad3dfd9}.countryDetails__mediaLabel{color:#7a8694;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.countryDetails__mediaValue{margin-top:6px;color:#2a3542;font-size:18px;font-weight:700;line-height:1.15}.countryDetails__mediaText{margin:10px 0 0;color:#667585;font-size:16px;line-height:1.65}.countryDetails__facts{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.countryFact{position:relative;overflow:hidden;padding:22px 22px 24px;border:1px solid #dfe6ee;border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f5f9fff5);box-shadow:0 14px 28px #2d3e5414}.countryFact:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#0b76ff,#6baeff)}.countryFact__label{color:#7a8794;font-size:14px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.countryFact__value{margin-top:10px;color:#24303d;font-size:22px;font-weight:700;line-height:1.3}.countryDetails__section{margin-top:38px}.countryDetails__section--highlights{padding:28px;border-radius:28px;background:linear-gradient(180deg,#eff5ff,#f9fbff);border:1px solid #dbe6f5}.countryDetails__sectionTitle{margin:0 0 16px;color:#30404f;font-size:31px;letter-spacing:-.02em}.countryDetails__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.countryHighlight{position:relative;padding:22px 22px 22px 58px;border-radius:22px;background:#ffffffeb;border:1px solid rgba(215,226,242,.95);box-shadow:0 16px 30px #2f405514}.countryHighlight:before{content:"";position:absolute;top:24px;left:22px;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#8bc0ff,#0b76ff 72%);box-shadow:0 0 0 8px #0b76ff1a}.countryHighlight p{margin:0;color:#536476;font-size:16px;line-height:1.78}.countryDetails__section--overview{padding-top:6px}.countryDetails__infoStack{display:grid;gap:18px}.countryInfoCard{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:22px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 36px #31415614;padding:24px;align-items:start}.countryInfoCard__header{position:relative;padding-right:18px}.countryInfoCard__header:after{content:"";position:absolute;top:4px;right:0;bottom:4px;width:1px;background:linear-gradient(180deg,#0b76ff3d,#0b76ff00)}.countryInfoCard__content{min-width:0}.countryInfoCard__title{margin:0 0 12px;color:#26323e;font-size:21px;line-height:1.3}.countryInfoCard__text{margin:0;color:#637181;font-size:16px;line-height:1.82}.countryInfoCard__text+.countryInfoCard__text{margin-top:12px}.countryInfoCard__list{margin:16px 0 0;padding:0;list-style:none}.countryInfoCard__listItem{position:relative;padding-left:18px;color:#637181;font-size:15px;line-height:1.75}.countryInfoCard__listItem:before{content:"";position:absolute;top:11px;left:0;width:7px;height:7px;border-radius:50%;background:#0b76ff}.countryInfoCard__listItem+.countryInfoCard__listItem{margin-top:10px}.countryInfoCard--dense .countryInfoCard__list{column-count:2;column-gap:28px}.countryInfoCard--dense .countryInfoCard__listItem{break-inside:avoid;margin-top:0;margin-bottom:10px}.countryDetails__footer{margin-top:34px;display:flex;align-items:center;gap:16px}.countryDetails__cta,.countryDetails__source,.countryDetails__back{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:700}.countryDetails__cta{background:linear-gradient(135deg,#0b76ff,#3793ff);color:#fff;box-shadow:0 14px 28px #0b76ff3d}.countryDetails__source,.countryDetails__back{border:1px solid #d7dfe9;color:#42505e;background:#ffffffeb}.countryDetails--missing{min-height:50vh;display:grid;align-items:center}@media(max-width:1100px){.countryDetails__hero,.countryDetails__highlights{grid-template-columns:1fr}}@media(max-width:900px){.countryDetails__facts,.countryDetails__visualMeta{grid-template-columns:1fr}.countryInfoCard{grid-template-columns:1fr;gap:14px}.countryInfoCard__header{padding-right:0;padding-bottom:12px}.countryInfoCard__header:after{inset:auto 0 0;width:auto;height:1px}}@media(max-width:768px){.countryDetails{padding:74px 18px 44px}.countryDetails__topbar{align-items:flex-start}.countryDetails__title{font-size:40px}.countryDetails__strapline{font-size:18px}.countryDetails__media--main{min-height:280px}.countryDetails__section--highlights{padding:22px 18px}.countryHighlight{padding:20px 18px 20px 52px}.countryInfoCard--dense .countryInfoCard__list{column-count:1}.countryDetails__footer{flex-direction:column;align-items:stretch}}.facebookFeedWidget{--facebook-panel-width: min(360px, calc(100vw - 32px) );position:fixed;right:0;top:0;height:100dvh;z-index:1200;pointer-events:none}.facebookFeedWidget__panel,.facebookFeedWidget__toggle{pointer-events:auto}.facebookFeedWidget__panel{position:absolute;right:0;top:0;width:var(--facebook-panel-width);height:100dvh;display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:24px 0 0 24px;border:1px solid rgba(18,56,114,.12);background:linear-gradient(180deg,#f5f9fffa,#fffffffc);box-shadow:0 24px 60px #0920462e;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.facebookFeedWidget--open .facebookFeedWidget__panel{transform:translate(0);opacity:1;visibility:visible}.facebookFeedWidget__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.facebookFeedWidget__eyebrow{margin:0 0 6px;color:#1b63d8;font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.facebookFeedWidget__title{margin:0;color:#17345d;font-size:24px;line-height:1.15}.facebookFeedWidget__description{margin:0;color:#53647d;font-size:14px;line-height:1.6}.facebookFeedWidget__description code{padding:2px 6px;border-radius:999px;background:#e9f1ff;color:#0f58c8}.facebookFeedWidget__iconButton,.facebookFeedWidget__refresh,.facebookFeedWidget__toggle{border:0;cursor:pointer}.facebookFeedWidget__iconButton{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef4ff;color:#17345d;transition:background .2s ease,color .2s ease}.facebookFeedWidget__iconButton:hover,.facebookFeedWidget__iconButton:focus-visible{background:#dce8ff;color:#0f58c8}.facebookFeedWidget__actions{display:flex;justify-content:flex-start}.facebookFeedWidget__refresh{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#1b63d8;color:#fff;font-size:13px;font-weight:600}.facebookFeedWidget__refresh:disabled{cursor:wait;opacity:.7}.facebookFeedWidget__body{flex:1;min-height:0;overflow-y:auto;padding-right:4px}.facebookFeedWidget__body::-webkit-scrollbar{width:7px}.facebookFeedWidget__body::-webkit-scrollbar-thumb{border-radius:999px;background:#1b63d838}.facebookFeedWidget__list{display:flex;flex-direction:column;gap:14px}.facebookFeedWidget__message{margin:0;padding:12px 14px;border-radius:16px;background:#edf4ff;color:#35537f;font-size:13px;line-height:1.5}.facebookFeedCard{overflow:hidden;border-radius:20px;border:1px solid #e0ebff;background:#fff;box-shadow:0 12px 30px #12345d14}.facebookFeedCard__image{display:block;width:100%;height:180px;object-fit:cover;background:#e8eef8}.facebookFeedCard__content{display:flex;flex-direction:column;gap:12px;padding:16px}.facebookFeedCard__date{margin:0;color:#5c7397;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.facebookFeedCard__message{margin:0;color:#26364f;font-size:14px;line-height:1.65;white-space:pre-line}.facebookFeedCard__link{display:inline-flex;align-items:center;gap:8px;color:#0f58c8;font-size:13px;font-weight:700;text-decoration:none}.facebookFeedWidget__status{padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#eef5ff);border:1px solid #d5e4f8}.facebookFeedWidget__status--error{display:flex;flex-direction:column;gap:12px;background:radial-gradient(circle at top right,rgba(255,255,255,.9),transparent 42%),linear-gradient(180deg,#fff7f3,#ffece5);border-color:#f0c8ba;box-shadow:inset 0 1px #ffffffb3}.facebookFeedWidget__statusEyebrow,.facebookFeedWidget__statusTitle,.facebookFeedWidget__statusText{margin:0}.facebookFeedWidget__statusEyebrow{color:#b14f38;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.facebookFeedWidget__statusTitle{color:#245292;font-size:16px;font-weight:700}.facebookFeedWidget__status--error .facebookFeedWidget__statusTitle{color:#7f2f21}.facebookFeedWidget__statusText{color:#5e7695;font-size:14px;line-height:1.55}.facebookFeedWidget__status--error .facebookFeedWidget__statusText{color:#8a4b3d}.facebookFeedWidget__statusHint{margin:-4px 0 0;color:#aa6c5d;font-size:12px;line-height:1.5}.facebookFeedWidget__statusAction{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:0;border-radius:999px;background:#b94f33;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.facebookFeedWidget__statusAction:hover,.facebookFeedWidget__statusAction:focus-visible{background:#a8452c;transform:translateY(-1px)}.facebookFeedWidget__statusAction:disabled{opacity:.7;cursor:wait;transform:none}.facebookFeedWidget__toggle{position:absolute;right:0;top:20%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px 10px 12px;border-radius:18px 0 0 18px;background:linear-gradient(180deg,#1b63d8,#0f58c8);color:#fff;box-shadow:0 18px 34px #0f58c847;transition:right .3s ease,box-shadow .2s ease}.facebookFeedWidget--open .facebookFeedWidget__toggle{right:var(--facebook-panel-width)}.facebookFeedWidget__toggle:hover,.facebookFeedWidget__toggle:focus-visible{box-shadow:0 22px 40px #0f58c857}.facebookFeedWidget__toggleIcon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff29}.facebookFeedWidget__toggleText{font-size:14px;font-weight:700;letter-spacing:.02em}@media(max-width:680px){.facebookFeedWidget{--facebook-panel-width: calc(100vw - 20px) ;top:auto;bottom:18px;transform:none}.facebookFeedWidget__panel{right:10px;top:auto;bottom:72px;max-height:min(70vh,640px);transform:translate(calc(100% + 20px))}.facebookFeedWidget--open .facebookFeedWidget__panel{transform:translate(0)}.facebookFeedWidget__toggle{top:auto;bottom:0;transform:none;right:10px;border-radius:999px}.facebookFeedWidget--open .facebookFeedWidget__toggle{right:10px}}
