.pageMain{min-height:70vh;padding-top:90px}.pageMain--afterHero{padding-top:0}.visaSection__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.visaSection__title{font-size:32px;font-weight:800;line-height:1.1;color:var(--color-text)}.visaSection__subtitle{margin-top:8px;color:var(--color-muted);font-size:15px;line-height:1.5}.visaSection__action{text-decoration:none;font-size:15px;font-weight:700;color:var(--color-text);border-bottom:2px solid transparent}.visaSection__action:hover{border-bottom-color:var(--color-text)}@media(max-width:640px){.visaSection__header{flex-direction:column;align-items:flex-start}.visaSection__title{font-size:26px}}.visaCardsSection{width:100%;max-width:1400px;margin:0 auto;padding:40px 20px}.visaCardsSection__header{text-align:center;margin-bottom:50px}.visaCardsSection__title{font-size:36px;font-weight:700;color:#1e3a8a;margin-bottom:10px}.visaCardsSection__subtitle{font-size:18px;color:#666}.visaCardGrid{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:30px;flex-wrap:wrap;margin:0 auto}@media(min-width:1200px){.visaCardGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}}@media(min-width:768px)and (max-width:1199px){.visaCardGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:767px){.visaCardGrid{display:flex;flex-direction:column;align-items:center;gap:30px}.visaCard{max-width:100%}}.visaCard{width:100%;max-width:330px;height:380px;border-radius:20px;border:1px solid #000;overflow:hidden;background:linear-gradient(180deg,#ff751f 6%,#2c539e);box-shadow:6px 5px 3px #00000040;transition:transform .26s ease,border-color .26s ease,background .26s ease;margin:0 auto}.visaCard:hover{border-color:#ff751f;background:linear-gradient(180deg,#ff751f 50.11%,#2c539e);transform:scale(1.03);height:auto;min-height:380px}.visaCard__inner{height:100%;padding:10px;display:flex;flex-direction:column}.visaCard__media{height:220px;border-radius:20px;overflow:hidden;flex-shrink:0;transition:height .26s ease}.visaCard__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block;transform-origin:center top}.visaCard:hover .visaCard__img{transform:scale(1.18) translateY(-10px)}.visaCard:hover .visaCard__media{overflow:visible;height:160px;margin-bottom:15px}.visaCard__tagRow{margin-top:12px;margin-left:-10px}.visaCard__tag{display:inline-block;padding:6px 12px;border-top-right-radius:10px;border-bottom-right-radius:10px;background:#ff751f;color:#fff;font-weight:700;font-size:14px;transition:all .24s ease}.visaCard:hover .visaCard__tag{background:#fff;color:#1e3a8a;border:1px solid #1e3a8a}.visaCard__title{color:#fff;font-weight:700;font-size:26px;line-height:1.2;text-align:center;word-break:break-word;margin-top:auto;padding-top:10px}.visaCard:hover .visaCard__title{font-weight:600;font-size:24px}.visaCard__hoverContent{margin-top:auto;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.visaCard:hover .visaCard__hoverContent{opacity:1;transform:translateY(0)}.visaCard__getBy{text-align:center;color:#ff751f;font-weight:600;font-size:14px;margin-bottom:10px;background:#ffffffe6;padding:5px;border-radius:8px}.visaCard__cta{display:flex;justify-content:center}.visaCard__applyBtn{width:180px;height:35px;border-radius:999px;background:#fff;border:none;color:#1e3a8a;font-weight:800;font-size:16px;cursor:pointer;margin-bottom:10px;transition:all .3s ease}.visaCard__applyBtn:hover{background:#ff751f;color:#fff;transform:translateY(-2px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #ff751f;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-container{text-align:center;padding:40px;background:#fee;border-radius:8px;margin:20px}.retry-btn{background:#ff751f;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:10px}.retry-btn:hover{background:#e66000}@media(hover:none){.visaCard__hoverContent{opacity:1;transform:none}.visaCard{height:auto;min-height:380px}.visaCard__media{height:180px}}@media(max-width:520px){.visaCard{height:auto;max-width:100%}.visaCard__media{height:180px}.visaCard__title{font-size:22px}.visaCardsSection__title{font-size:28px}.visaCardsSection__subtitle{font-size:16px}}.visaGrid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;align-items:start}@media(max-width:1024px){.visaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.visaGrid{grid-template-columns:1fr;justify-items:center}}.header__userMenu{display:flex;align-items:center;gap:12px;margin-left:16px}.header__userInfo{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffff1a;border-radius:30px;transition:all .2s ease}.header--solid .header__userInfo{background:#0000000d}.header__userAvatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase}.header__userName{font-size:14px;font-weight:500;color:#1f2937;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header--solid .header__userName{color:#1f2937}.header:not(.header--solid) .header__userName{color:#fff}.header__logoutBtn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:30px;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s ease}.header:not(.header--solid) .header__logoutBtn{color:#fffc}.header__logoutBtn:hover{background:#0000000d;color:#ef4444}.header:not(.header--solid) .header__logoutBtn:hover{background:#ffffff1a;color:#f87171}.header__logoutBtn svg{width:16px;height:16px}@media(max-width:768px){.header__userName{display:none}.header__userInfo{padding:4px}.header__logoutBtn span{display:none}.header__logoutBtn{padding:6px}}.header{position:absolute;top:0;left:0;width:100%;z-index:50;padding:20px 0}.header--solid{position:sticky;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.header__container{max-width:1200px;margin:0 auto;padding:0 18px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:16px}.header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.header__logo img{height:40px;width:auto;display:block}.header__searchWrap{flex:1;display:flex;justify-content:center}.header__searchField{width:100%}.header__search{width:min(320px,100%);height:40px;border-radius:999px;display:flex;align-items:center;gap:10px;position:relative;padding:6px 10px;border:1px solid rgba(255,255,255,.35);background:#00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header__search input{flex:1;width:100%;border:none;outline:none;background:transparent;color:#fff;font-size:15px}.header__search:focus-within,.header__search.has-value{border-color:#ff751f;box-shadow:0 0 0 2px #ffffff26}.header__search input::placeholder{color:#ffffffd9}.header__searchBtn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:999px;border:none;cursor:pointer;display:grid;place-items:center;background:#0000008c;color:#fff;transition:transform .18s ease,background .18s ease}.header__searchBtn:hover{transform:translateY(-50%) scale(1.08);background:#000000bf}.header__searchBtn:active{transform:translateY(-50%) scale(.95)}.placeholderFade{transition:opacity .2s ease}.placeholderFade.isFading{opacity:.3}.header__dropdown{position:absolute;left:0;top:calc(100% + 10px);width:100%;border-radius:14px;overflow:hidden;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 40px #00000040;z-index:200}.header--solid .header__dropdown{background:#fff;border:1px solid rgba(0,0,0,.12);-webkit-backdrop-filter:none;backdrop-filter:none}.header__dropdownItem{width:100%;text-align:left;padding:12px 14px;border:none;cursor:pointer;background:transparent;color:#fff;font-size:14px;font-weight:600}.header--solid .header__dropdownItem{color:#111}.header__dropdownItem:hover{background:#ffffff1f}.header--solid .header__dropdownItem:hover{background:#0000000f}@keyframes popIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.header__notFound{padding:14px;font-size:14px;font-weight:700;color:#ffffffe6;animation:popIn .18s ease}.header--solid .header__notFound{color:#000000a6}.header__nav{display:flex;align-items:center;gap:18px}.header--solid .header__nav{margin-left:auto}.header__link{text-decoration:none;font-size:16px;font-weight:600;color:#fff;text-shadow:0 1px 10px rgba(9,15,46,.2)}.header--solid .header__link{color:#111}.header--solid .header__search{background:#fff;border:1px solid rgba(0,0,0,.12);-webkit-backdrop-filter:none;backdrop-filter:none}.header--solid .header__search input{color:#111}.header--solid .header__search input::placeholder{color:#0000008c}.header--solid .header__searchBtn{background:#111;color:#fff}@media(max-width:520px){.header__container{padding:0 16px}.header{padding:16px 10px}.header__nav{gap:12px}.header__logo img{height:36px}}@media(max-width:1024px){.header__search{width:min(260px,100%)}}@media(max-width:640px){.header__logo{order:1}.header__nav{order:2;margin-left:auto;gap:10px}.header__searchWrap{order:3;flex:0 0 100%;width:100%;justify-content:center;margin:0 10px}.header__search{width:100%;max-width:300px}}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-5)}.container--wide{max-width:1400px;padding:0 var(--space-8)}.container--noPadding{padding-left:0;padding-right:0}@media(max-width:520px){.container{padding:0 var(--space-4)}}.footer{background-color:#4e6fae;color:#fff;padding:3.5rem 0 1.25rem;margin-top:auto}.footer .container{max-width:1320px;padding-left:clamp(28px,5vw,72px);padding-right:clamp(28px,5vw,72px)}.footer__main{display:grid;grid-template-columns:1.25fr .85fr .9fr 1fr;gap:clamp(2rem,4vw,4.5rem);margin-bottom:2rem}.footer__left,.footer__right{width:100%;min-width:0}.footer__logo img{max-width:150px;margin-bottom:1rem}.footer__logo p{line-height:1.6;color:#fff;font-size:.9rem;margin:0}.footer__right:nth-child(2),.footer__right:nth-child(3){text-align:center;justify-self:center}.footer__right:nth-child(2) .footer__rightTitle:after,.footer__right:nth-child(3) .footer__rightTitle:after{left:50%;transform:translate(-50%)}.footer__rightTitle{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#fff;position:relative;display:inline-block}.footer__rightTitle:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background-color:#ff751f}.footer__link{display:block;color:#fff;text-decoration:none;margin-bottom:.8rem;transition:color .3s ease,transform .3s ease;transform-origin:center;font-size:.9rem}.footer__link:hover{color:#ff751f;transform:scale(1.08)}.footer__item{color:#fff;margin-bottom:.8rem;font-size:.9rem;line-height:1.5;word-break:break-word}.footer__socialIcons{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#333;border-radius:50%;color:#fff;text-decoration:none;transition:background-color .3s ease,transform .3s ease;font-size:1rem}.social-icon:hover{background-color:#ff751f;transform:translateY(-3px)}.social-icon svg{width:18px;height:18px;display:block}.footer__apps{display:flex;flex-direction:row;gap:.8rem;margin-bottom:1.5rem}.footer__apps img{width:120px;padding:5px;border:1px solid rgba(255,255,255,.55);border-radius:12px;background:#ffffff14;cursor:pointer;transition:border-color .3s ease,background-color .3s ease,transform .3s ease}.footer__apps img:hover{border-color:#ff751f;background:#ff751f24;transform:translateY(-3px)}.footer__subscribe{margin-top:1rem}.subscribe__title{font-size:.9rem;font-weight:500;margin-bottom:.8rem;color:#fff}.subscribe__form{display:flex;flex-direction:column;gap:.8rem}.subscribe__input{padding:10px 12px;border:1px solid #444444;background-color:#2a2a2a;color:#fff;border-radius:4px;font-size:.85rem;transition:border-color .3s ease}.subscribe__input:focus{outline:none;border-color:#ff751f}.subscribe__input::placeholder{color:#888}.subscribe__button{padding:10px 16px;background-color:#ff751f;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.subscribe__button:hover{background-color:#e86613;transform:translateY(-2px)}.subscribe__note{font-size:.75rem;color:#888;margin-top:.5rem;text-align:center}.footer__bottom{text-align:center;padding-top:2rem;margin-top:1rem;border-top:1px solid #333333;color:#888;font-size:.85rem}.footer__bottom p{color:#fff;margin:0}@media screen and (max-width:1024px){.footer__main{gap:1.5rem}.footer__rightTitle{font-size:1rem}}@media screen and (max-width:768px){.footer{padding:2rem 0 1rem}.footer__main{grid-template-columns:repeat(2,1fr);gap:2rem}.footer__right:nth-child(2),.footer__right:nth-child(3){justify-self:start;text-align:left}.footer__right:nth-child(2) .footer__rightTitle:after,.footer__right:nth-child(3) .footer__rightTitle:after{left:0;transform:none}.footer__logo img{max-width:130px}.footer__apps{flex-direction:row;gap:1rem}.footer__apps img{width:100px}.subscribe__form{flex-direction:row}.subscribe__input{flex:1}.subscribe__button{width:auto}}@media screen and (max-width:600px){.footer{padding:1.5rem 0 1rem}.footer__main{grid-template-columns:1fr;gap:1.5rem}.footer__left,.footer__right{text-align:center}.footer__right:nth-child(2),.footer__right:nth-child(3){justify-self:center;text-align:center}.footer__rightTitle:after{left:50%;transform:translate(-50%)}.footer__logo p{text-align:center}.footer__link:hover{transform:scale(1.06)}.footer__socialIcons{justify-content:center}.footer__apps{justify-content:center;flex-direction:column;align-items:center}.subscribe__form{flex-direction:column}.footer__bottom{font-size:.75rem;padding-top:1.5rem}}@media screen and (max-width:375px){.footer__apps img{width:120px}.footer__link,.footer__item{font-size:.85rem}.social-icon{width:32px;height:32px;font-size:.9rem}}@media screen and (min-width:1400px){.footer__main{gap:3rem}.footer__logo p,.footer__link,.footer__item{font-size:1rem}.footer__rightTitle{font-size:1.2rem}}.section{padding:var(--space-12) 0}@media(max-width:768px){.section{padding:var(--space-10) 0}}.heading{font-weight:700;letter-spacing:-.02em}.heading--h1{font-size:48px;line-height:1.1}.heading--h2{font-size:34px;line-height:1.15}.heading--h3{font-size:24px;line-height:1.2}.text{font-weight:400}.text--body{font-size:16px;line-height:1.6;color:var(--color-text)}.text--muted{font-size:16px;line-height:1.6;color:var(--color-muted)}.text--small{font-size:14px;line-height:1.6;color:var(--color-muted)}@media(max-width:768px){.heading--h1{font-size:34px}.heading--h2{font-size:26px}}.how{padding:20px 0}.how__top{text-align:center;max-width:820px;margin:0 auto 46px}.how__pill{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,117,31,.5);background:#ff751f14;color:#ff751f;font-weight:700;font-size:14px;margin-bottom:18px}.how__title{margin:0;font-size:44px;line-height:1.1;font-weight:900;color:#0f1222}.how__subtitle{margin-top:16px;color:#0f1222bf;font-size:15px;line-height:1.7}.how__grid{display:grid;gap:34px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.howCard{transition:transform .22s ease,box-shadow .22s ease;position:relative;text-align:center}.howCard:hover{transform:translateY(-6px)}.howCard__imgWrap{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 14px 24px #0000001f}.howCard__img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .26s ease}.howCard:hover .howCard__img{transform:scale(1.04)}.howCard__num{position:absolute;left:50%;top:193px;transform:translate(-50%);width:54px;height:54px;border-radius:999px;background:#ffa135;color:#fff;font-weight:900;font-size:22px;display:grid;place-items:center;box-shadow:0 10px 18px #0000002e;border:6px solid #fff}.howCard__title{margin-top:34px;text-align:center;font-weight:900;color:#0f1222}.howCard__desc{margin-top:10px;text-align:center;color:#0f1222bf;line-height:1.6;font-size:14px}@media(max-width:1024px){.how__title{font-size:36px}.how__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.how__title{font-size:28px}.how__grid{grid-template-columns:1fr;gap:26px;margin:0 15px}.howCard__img{height:200px}}.stats{padding:18px 0 40px}.stats__header{margin-bottom:28px}.stats__title{font-weight:900;font-size:36px;color:#0f1222;margin:0 0 12px}.stats__line{height:1px;width:100%;background:#0f122259}.stats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:stretch}.statCard{background:#e6e6e6;border-radius:18px;padding:28px 26px;text-align:center;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 10px 18px #00000014}.statCard:hover{transform:translateY(-6px);box-shadow:0 16px 26px #0000001f}.statCard__top{font-size:42px;font-weight:900;color:#ff751f;line-height:1;margin-bottom:10px}.statCard__title{font-size:26px;font-weight:700;color:#0f1222;margin-bottom:10px;line-height:1.2}.statCard__desc{color:#0f1222bf;line-height:1.7;font-size:14px;margin:0}@media(max-width:1024px){.stats__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.statCard{padding:18px 14px;border-radius:16px}.statCard__top{font-size:32px;margin-bottom:8px}.statCard__title{font-size:18px;margin-bottom:8px}.statCard__desc{font-size:12px;line-height:1.6}}@media(max-width:640px){.stats__grid{grid-template-columns:1fr;margin:0 25px}.stats__title{font-size:20px}.statCard{padding:22px 18px}.statCard__top{font-size:38px}.statCard__title{font-size:26px}}.why{padding:10px 0 30px}.why__card{background:#f6e3d7;border-radius:22px;padding:34px;display:grid;grid-template-columns:1.05fr 1fr;gap:34px;align-items:center;box-shadow:0 18px 32px #0000001a;transition:transform .22s ease,box-shadow .22s ease}.why__card:hover{transform:translateY(-6px);box-shadow:0 26px 46px #00000024}.why__media{border-radius:18px;overflow:hidden}.why__img{width:100%;height:380px;object-fit:cover;display:block;transform:scale(1);transition:transform .26s ease}.why__card:hover .why__img{transform:scale(1.03)}.why__pill{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#5a84ff40;color:#0f1222;font-weight:800;font-size:14px;margin-bottom:14px}.why__pillIcon{display:inline-flex}.why__title{margin:0 0 14px;font-weight:900;color:#0f1222}.why__lead{color:#0f1222cc;line-height:1.7;font-size:14px;margin-bottom:14px}.why__list{margin:0 0 12px;padding-left:18px;color:#0f1222d9;font-size:14px;line-height:1.7}.why__item{margin:6px 0}.why__footer{margin-top:6px;font-weight:700;color:#0f1222d9}@media(max-width:1024px){.why__card{padding:26px;gap:24px}.why__img{height:320px}}@media(max-width:700px){.why__card{grid-template-columns:1fr;padding:18px}.why__img{height:220px}}.plHero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:20px 0 30px}.plHero__pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#468cff26;color:#1f4fbf;font-weight:800;font-size:12px;margin-bottom:12px}.plHero__title{margin:0;font-size:44px;font-weight:900;line-height:1.05;color:#0f1222;letter-spacing:-.02em;text-align:center}@media(max-width:1024px){.plHero__title{font-size:40px}}@media(max-width:700px){.plHero__title{font-size:34px}}.plHero__subtitle{margin:10px 20px;color:#0f1222bf;line-height:1.7;font-size:14px;text-align:center}.plHero__left{overflow:hidden;max-width:620px}.plHero__right{display:flex;justify-content:center}.plHero__img{width:min(520px,100%);height:300px;object-fit:cover;border-radius:16px;box-shadow:0 14px 26px #00000024}.plHero__marquee{margin-top:18px;width:min(520px,100%);max-width:640px;margin-left:auto;margin-right:auto;overflow:hidden;position:relative;border-radius:12px;padding:6px 0;isolation:isolate}.plHero__marquee:before,.plHero__marquee:after{content:"";position:absolute;top:0;width:28px;height:100%;z-index:2;pointer-events:none}.plHero__marquee:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.plHero__marquee:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.plHero__track{display:flex;gap:14px;width:max-content;animation:plMarquee 12s linear infinite;will-change:transform}.plHero__marquee:hover .plHero__track{animation-play-state:paused}@keyframes plMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.plHero__card{width:110px;height:90px;border-radius:14px;background:#eef3ff;border:1px solid rgba(31,79,191,.15);box-shadow:0 10px 18px #00000014;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;transition:transform .18s ease}.plHero__card:hover{transform:translateY(-3px)}.plHero__flagWrap{width:42px;height:42px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;overflow:hidden}.plHero__flagImg{width:28px;height:28px;object-fit:cover;display:block;border-radius:999px}.plHero__country{font-size:14px;font-weight:800;color:#0f1222d9;white-space:nowrap;text-align:center}@media(prefers-reduced-motion:reduce){.plHero__track{animation:none}}@media(max-width:1024px){.plHero{grid-template-columns:1fr 1fr}.plHero__img{height:240px}.plHero__track{animation-duration:14s}}@media(max-width:700px){.plHero{grid-template-columns:1fr}.plHero__right{justify-content:center;order:2}.plHero__left{order:1}.plHero__img{width:100%;max-width:420px;height:220px}.plHero__marquee{width:100%}}.ts{padding:20px 0 40px}.ts__top{text-align:center;max-width:820px;margin:0 auto 10px}.ts__pill{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,117,31,.55);background:#ff751f14;color:#ff751f;font-weight:800;font-size:14px;margin-bottom:18px}.ts__title{margin:0;font-size:44px;font-weight:900;color:#0f1222;line-height:1.05}.ts__subtitle{margin-top:14px;color:#0f1222bf;line-height:1.7;font-size:14px}.ts__stage{position:relative;display:flex;align-items:center;justify-content:center;gap:16px}.ts__track{position:relative;height:460px;width:min(1200px,100%)}.tsCard{--x: calc(var(--rel) * 375px);z-index:1;position:absolute;top:50%;left:50%;text-align:center;width:350px;height:360px;padding:30px 20px;border-radius:22px;background:#aebee6;box-shadow:0 18px 40px #00000014;overflow:hidden;transform:translate(-50%,-50%) translate(var(--x)) scale(.92);opacity:.9;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1);cursor:pointer;will-change:transform,opacity}.tsCard:hover{transform:translate(-50%,-50%) translate(var(--x)) scale(.95)}.tsCard.isActive{transform:translate(-50%,-50%) translate(0) scale(1.03);--x: 0px;--scale: 1.1;--opacity: 1;box-shadow:0 30px 60px #0000002e;z-index:3}.tsCard:not(.isActive){filter:brightness(.95)}.tsCard[style*="--rel:2"],.tsCard[style*="--rel:-2"],.tsCard[style*="--rel:3"],.tsCard[style*="--rel:-3"],.tsCard[style*="--rel:4"],.tsCard[style*="--rel:-4"],.tsCard[style*="--rel: 2"],.tsCard[style*="--rel: -2"],.tsCard[style*="--rel: 3"],.tsCard[style*="--rel: -3"],.tsCard[style*="--rel: 4"],.tsCard[style*="--rel: -4"]{opacity:0;pointer-events:none}.tsCard__stars{display:flex;justify-content:center;gap:10px;font-size:34px;margin-bottom:18px}.tsStar{line-height:1}.tsStar.isFull{color:#ff751f}.tsStar.isEmpty{color:#ff751f59}.tsCard__text{color:#0f1222d9;line-height:1.8;font-size:15px;margin:0}.tsCard__user{margin-top:26px;display:flex;align-items:center;justify-content:center;gap:16px}.tsCard__avatar{width:52px;height:52px;border-radius:999px;object-fit:cover;border:3px solid rgba(255,255,255,.9)}.tsCard__name{font-size:22px;font-weight:900;color:#0f1222;white-space:nowrap}.ts__arrow{width:44px;height:44px;border-radius:999px;border:none;cursor:pointer;display:grid;place-items:center;background:#00000014;color:#0f1222;font-size:28px;font-weight:900;transition:transform .16s ease,background .16s ease}.ts__arrow:hover{transform:scale(1.06);background:#0000001f}.ts__dots{margin-top:18px;display:flex;justify-content:center;gap:10px}.tsDot{width:10px;height:10px;border-radius:999px;border:none;cursor:pointer;background:#0f122240}.tsDot.isActive{background:#ff751f}@media(max-width:1024px){.ts__title{font-size:40px}.ts__track{height:430px;width:100%;max-width:820px;margin:0 auto}.tsCard{width:280px;height:320px;padding:20px 18px;--x: calc(var(--rel) * 290px)}.ts__arrow--left{left:8px}.ts__arrow--right{right:8px}.tsCard.isActive{transform:translate(-50%,-50%) translate(0) scale(1.02)}.tsCard__stars{font-size:32px;margin-bottom:12px}.tsCard__name{font-size:18px}}@media(max-width:912px){.ts__top{margin-bottom:28px;padding:0 6px}.ts__track{width:100%;max-width:720px;margin:0 auto;height:390px}.tsCard{width:235px;height:310px;padding:22px 18px;--x: calc(var(--rel) * 240px)}.tsCard.isActive{transform:translate(-50%,-50%) translate(0) scale(1.02)}.ts__arrow--left{left:10px}.ts__arrow--right{right:10px}.tsCard__stars{font-size:30px;margin-bottom:12px}.tsCard__text{font-size:13px;line-height:1.7}.tsCard__name{font-size:16px}}@media(max-width:680px){.ts__title{font-size:30px}.ts__track{height:400px;width:100%}.ts__arrow--left{left:8px}.ts__arrow--right{right:8px}.tsCard{width:min(320px,92%);height:340px;padding:20px 18px;--x: 0px}.tsCard:not(.isActive){opacity:0;pointer-events:none}.tsCard__stars{font-size:30px}}@media(max-width:400px){.tsCard__user{flex-direction:column;gap:10px}.tsCard__name{white-space:normal;text-align:center;line-height:1.1}.tsCard{width:92%;padding:18px 14px;height:auto;min-height:320px}.ts__track{height:440px}}.hero{--hero-scene-duration: 1.8s;position:relative;min-height:100vh;overflow:hidden;padding:108px 0 44px;isolation:isolate;background:#16203d}.hero__backgrounds,.hero__background,.hero__backgroundOverlay{position:absolute;inset:0}.hero__background{opacity:0;background-position:center;background-repeat:no-repeat;background-size:cover;transition:opacity 1.1s ease}.hero__background.is-active{opacity:1}.hero__backgroundOverlay{background:linear-gradient(90deg,#080d1b7a,#080d1b2e 38%,#080d1b00 58%),radial-gradient(circle at 23% 56%,rgba(255,255,255,.08),transparent 24%),linear-gradient(180deg,#060a171f,#060a1757)}.hero__backgroundOverlay--usa{background:linear-gradient(90deg,#090d198f,#090d192e 38%,#090d1905 60%),radial-gradient(circle at 28% 72%,rgba(255,173,94,.24),transparent 16%),linear-gradient(180deg,#0b121f33,#0b121f6b)}.hero__backgroundOverlay--uae{background:linear-gradient(90deg,#351d0938,#351d0914 38%,#351d0905 60%),radial-gradient(circle at 52% 18%,rgba(255,242,193,.2),transparent 18%),linear-gradient(180deg,#4e311014,#492a1138)}.hero__backgroundOverlay--australia{background:linear-gradient(90deg,#0817442e,#0817440f 40%,#08174400 60%),radial-gradient(circle at 18% 78%,rgba(255,217,163,.28),transparent 18%),linear-gradient(180deg,#04135614,#0413562e)}.hero__backgroundOverlay--france{background:linear-gradient(90deg,#2818191f,#2818190d 40%,#28181903 60%),linear-gradient(180deg,#341c121f,#341c1242)}.hero__container{--hero-side-pad: 32px;position:relative;z-index:1;max-width:1320px;margin:0 auto;min-height:calc(100vh - 152px);padding:0 var(--hero-side-pad);display:grid;grid-template-columns:minmax(560px,.62fr) minmax(420px,.38fr);gap:clamp(16px,3vw,46px);align-items:center}.hero__glass{position:relative;z-index:3;width:min(760px,100%);min-height:430px;padding:44px 40px 26px;border-radius:30px;border:1px solid rgba(255,255,255,.38);background:#ccdaef29;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:inset 0 1px #ffffff38,0 20px 40px #00000029}.hero__welcomeRow{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:nowrap}.hero__welcome{margin:0;font-size:clamp(2.5rem,3.9vw,3.6rem);line-height:1;font-weight:800;color:#fff7f1;white-space:nowrap}.hero__brand{width:min(270px,26vw);height:auto;display:block;filter:drop-shadow(0 8px 20px rgba(24,31,66,.22));flex:0 0 auto}.hero__wishStack,.hero__titleStack{position:relative;display:grid;place-items:center}.hero__wishStack{min-height:40px;margin-top:18px}.hero__titleStack{min-height:94px;margin-top:4px}.hero__wish,.hero__title{grid-area:1 / 1;margin:0;opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.hero__wish.is-active,.hero__title.is-active{opacity:1;transform:translateY(0)}.hero__wish{color:#fff7eceb;font-size:clamp(1.05rem,1.35vw,1.35rem)}.hero__title{text-align:center;color:#ff7a1f;font-size:clamp(2.3rem,3.8vw,3.95rem);line-height:.98;font-weight:800;text-shadow:0 14px 34px rgba(94,41,10,.16)}.hero__badgeRow{margin-top:30px;display:flex;justify-content:center;align-items:flex-end;gap:clamp(12px,1.8vw,28px)}.hero__badgeButton{border:none;background:transparent;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:14px;transition:transform .35s ease,opacity .35s ease;opacity:.7}.hero__badgeButton:hover{transform:translateY(-4px)}.hero__badgeButton.is-active{opacity:1}.hero__badgeFrame{display:grid;place-items:center;width:clamp(64px,6.2vw,112px);height:clamp(64px,6.2vw,112px);transform:scale(.84);transition:transform .35s ease}.hero__badgeButton.is-active .hero__badgeFrame{transform:scale(1)}.hero__badgeImage{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(28,22,46,.22))}.hero__badgeUnderline{width:34px;height:3px;border-radius:999px;background:#ff7a1f;opacity:0;transform:scaleX(.65);transition:opacity .35s ease,transform .35s ease}.hero__badgeButton.is-active .hero__badgeUnderline{opacity:1;transform:scaleX(1)}.heroOrbit{--orbit-size: clamp(520px, 47vw, 720px);position:relative;z-index:2;width:var(--orbit-size);height:min(610px,calc(100vh - 130px));min-height:430px;justify-self:end;margin-right:clamp(-126px,-8vw,-72px);pointer-events:none}.heroOrbit:before{content:"";position:absolute;z-index:0;right:clamp(-452px,-33vw,-280px);top:50%;width:clamp(570px,51vw,850px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,transparent 0 47%,rgba(255,255,255,.2) 54%,rgba(104,164,255,.26) 63%,rgba(255,122,31,.14) 72%,transparent 84%);filter:blur(16px);opacity:.86;transform:translateY(-50%)}.heroOrbit__globeWrap{position:absolute;z-index:3;right:clamp(-452px,-33vw,-280px);top:50%;width:clamp(500px,45vw,760px);aspect-ratio:1;display:grid;place-items:center;overflow:visible;transform:translateY(-50%)}.heroOrbit__earth{width:100%;height:100%;object-fit:contain;transform:rotate(var(--earth-rotation));transform-origin:50% 50%;transition:transform var(--hero-scene-duration) cubic-bezier(.7,0,.2,1);filter:drop-shadow(-24px 24px 34px rgba(0,0,0,.44));will-change:transform}.heroOrbit__scene,.heroOrbit__planeScene{position:absolute;inset:0;transform-origin:92% 48%;animation:heroSceneArrive var(--hero-scene-duration) cubic-bezier(.7,0,.2,1) both;will-change:transform,opacity}.heroOrbit__scene{z-index:1}.heroOrbit__planeScene{z-index:5}.heroOrbit__buildingWrap,.heroOrbit__planeWrap{position:absolute;display:grid;place-items:center}.heroOrbit__buildingWrap{z-index:1}.heroOrbit__planeWrap{z-index:5}.heroOrbit__building,.heroOrbit__plane{display:block;max-width:none;object-fit:contain;transform-origin:50% 50%}.heroOrbit__building{filter:drop-shadow(0 18px 24px rgba(0,0,0,.36))}.heroOrbit__plane{width:clamp(430px,40vw,620px);filter:drop-shadow(0 24px 30px rgba(0,0,0,.36))}.heroOrbit__scene--usa .heroOrbit__buildingWrap{right:-10%;top:-37%}.heroOrbit__scene--usa .heroOrbit__building{width:clamp(280px,25vw,405px);transform:rotate(-48deg)}.heroOrbit__planeScene--usa .heroOrbit__planeWrap{right:-13%;top:24%}.heroOrbit__planeScene--usa .heroOrbit__plane{width:clamp(470px,43vw,670px);transform:rotate(5deg)}.heroOrbit__scene--uae .heroOrbit__buildingWrap{right:-2%;top:-26%}.heroOrbit__scene--uae .heroOrbit__building{width:clamp(300px,28vw,460px);transform:rotate(-39deg)}.heroOrbit__planeScene--uae .heroOrbit__planeWrap{right:-7%;top:31%}.heroOrbit__planeScene--uae .heroOrbit__plane{transform:rotate(18deg) scaleX(-1)}.heroOrbit__scene--australia .heroOrbit__buildingWrap{right:1%;bottom:13%}.heroOrbit__scene--australia .heroOrbit__building{width:clamp(330px,30vw,500px)}.heroOrbit__planeScene--australia .heroOrbit__planeWrap{right:-18%;top:-5%}.heroOrbit__planeScene--australia .heroOrbit__plane{transform:rotate(-5deg);width:clamp(400px,460vw,600px)}.heroOrbit__scene--france .heroOrbit__buildingWrap{right:-10%;top:-13%}.heroOrbit__scene--france .heroOrbit__building{width:clamp(250px,22vw,355px);transform:rotate(-51deg)}.heroOrbit__planeScene--france .heroOrbit__planeWrap{right:-24%;top:8%}.heroOrbit__planeScene--france .heroOrbit__plane{width:clamp(590px,56vw,860px);transform:rotate(-12deg)}@keyframes heroSceneArrive{0%{opacity:0;transform:rotate(16deg) translate(140px,52px) scale(.88)}to{opacity:1;transform:rotate(0) translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.heroOrbit__earth,.heroOrbit__scene,.heroOrbit__planeScene{animation:none;transition:none}}@media(max-width:1160px){.hero__container{--hero-side-pad: 20px;grid-template-columns:minmax(500px,.62fr) minmax(360px,.38fr);gap:18px}.hero__glass{padding:40px 28px 24px}.heroOrbit{--orbit-size: clamp(380px, 42vw, 560px);margin-right:-130px}}@media(max-width:900px){.hero{min-height:auto;padding:116px 0 24px}.hero__container{--hero-side-pad: 14px;min-height:0;grid-template-columns:minmax(0,.62fr) minmax(0,.38fr);gap:clamp(6px,1.6vw,14px);align-items:center;padding:0 var(--hero-side-pad)}.hero__glass{width:100%;min-width:0;min-height:clamp(250px,45vw,390px);padding:clamp(18px,3vw,34px) clamp(12px,2.5vw,24px) clamp(14px,2.2vw,22px);border-radius:24px}.hero__welcomeRow{gap:clamp(6px,1.5vw,12px)}.hero__welcome{font-size:clamp(1.6rem,4.7vw,2.6rem)}.hero__brand{width:min(210px,22vw)}.hero__wishStack{min-height:30px;margin-top:14px}.hero__titleStack{min-height:70px}.hero__wish{font-size:clamp(.85rem,2vw,1.05rem)}.hero__title{font-size:clamp(1.65rem,5vw,2.8rem)}.hero__badgeRow{gap:clamp(4px,1vw,10px);margin-top:18px}.hero__badgeFrame{width:clamp(44px,8vw,72px);height:clamp(44px,8vw,72px)}.heroOrbit{--orbit-size: clamp(310px, 50vw, 520px);height:clamp(290px,54vw,430px);min-height:0;justify-self:end;margin:0 clamp(-150px,-20vw,-90px) 0 0}.heroOrbit__globeWrap{right:clamp(-332px,-45vw,-218px);width:clamp(340px,70vw,540px)}.heroOrbit:before{right:clamp(-332px,-45vw,-218px);width:clamp(390px,78vw,610px);filter:blur(14px)}}@media(max-width:640px){.hero{padding:136px 0 16px}.hero__container{--hero-side-pad: 8px;min-height:0;grid-template-columns:minmax(0,.58fr) minmax(0,.42fr);gap:2px;align-items:start}.hero__glass{min-height:clamp(182px,50vw,250px);padding:14px 6px 10px;border-radius:16px}.hero__welcomeRow{gap:5px;flex-wrap:nowrap}.hero__welcome{text-align:center;font-size:clamp(.95rem,4.4vw,1.45rem)}.hero__brand{width:min(96px,21vw)}.hero__wishStack{min-height:20px;margin-top:8px}.hero__titleStack{min-height:42px}.hero__title{font-size:clamp(.98rem,4.8vw,1.55rem)}.hero__wish{font-size:clamp(.66rem,2.3vw,.82rem)}.hero__badgeRow{gap:0;margin-top:8px}.hero__badgeFrame{width:clamp(26px,7.8vw,38px);height:clamp(26px,7.8vw,38px)}.hero__badgeButton{gap:8px}.hero__badgeUnderline{width:18px;height:2px}.heroOrbit{--orbit-size: clamp(220px, 52vw, 330px);height:clamp(205px,56vw,300px);min-height:0;margin:-12px clamp(-120px,-28vw,-70px) 0 0}.heroOrbit__globeWrap{right:clamp(-176px,-42vw,-112px);top:50%;width:clamp(230px,72vw,330px)}.heroOrbit:before{right:clamp(-176px,-42vw,-112px);width:clamp(265px,82vw,380px);filter:blur(11px);opacity:.78}.heroOrbit__scene--usa .heroOrbit__building,.heroOrbit__scene--uae .heroOrbit__building,.heroOrbit__scene--france .heroOrbit__building{width:clamp(150px,45vw,230px)}.heroOrbit__scene--usa .heroOrbit__buildingWrap{right:12%;top:-34%}.heroOrbit__scene--uae .heroOrbit__buildingWrap{right:14%;top:-24%}.heroOrbit__scene--australia .heroOrbit__building{width:clamp(180px,52vw,250px)}.heroOrbit__scene--australia .heroOrbit__buildingWrap{right:12%;bottom:5%}.heroOrbit__planeScene--usa .heroOrbit__plane,.heroOrbit__planeScene--uae .heroOrbit__plane,.heroOrbit__planeScene--australia .heroOrbit__plane,.heroOrbit__planeScene--france .heroOrbit__plane{width:clamp(190px,58vw,270px)}.heroOrbit__planeScene--usa .heroOrbit__planeWrap{right:-4%;top:24%}.heroOrbit__planeScene--uae .heroOrbit__planeWrap{right:4%;top:31%}.heroOrbit__planeScene--australia .heroOrbit__planeWrap{right:6%;top:6%}.heroOrbit__planeScene--france .heroOrbit__planeWrap{right:4%;top:8%}.heroOrbit__scene--france .heroOrbit__building{width:clamp(122px,35vw,178px)}.heroOrbit__scene--france .heroOrbit__buildingWrap{right:14%;top:-12%}.heroOrbit__planeScene--france .heroOrbit__plane{width:clamp(230px,70vw,330px)}.heroOrbit__scene--usa .heroOrbit__building{width:clamp(140px,41vw,212px)}.heroOrbit__planeScene--usa .heroOrbit__plane{width:clamp(198px,61vw,282px)}}@media(max-width:430px){.hero__container{grid-template-columns:minmax(0,.58fr) minmax(0,.42fr)}.hero__glass{min-height:168px;padding:12px 5px 8px}.hero__welcome{font-size:clamp(.82rem,4.1vw,1rem)}.hero__brand{width:min(72px,20vw)}.hero__title{font-size:clamp(.86rem,4.5vw,1.14rem)}.hero__badgeFrame{width:clamp(22px,7vw,30px);height:clamp(22px,7vw,30px)}.heroOrbit{--orbit-size: clamp(190px, 52vw, 250px);height:clamp(176px,52vw,230px);margin:-8px clamp(-96px,-28vw,-62px) 0 0}.heroOrbit__globeWrap{right:clamp(-154px,-40vw,-100px)}.heroOrbit:before{right:clamp(-154px,-40vw,-100px)}}.currencyMarquee{position:relative;overflow:hidden;margin-top:-4px;padding:14px 0;background:linear-gradient(135deg,#072260f5,#195da1eb 42%,#f48434e0),linear-gradient(90deg,#ffffff14,#fff0);box-shadow:inset 0 1px #ffffff29,0 16px 36px #06112f2e}.currencyMarquee__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 18% 50%,rgba(255,214,155,.3),transparent 18%),radial-gradient(circle at 76% 36%,rgba(255,255,255,.15),transparent 14%);pointer-events:none}.currencyMarquee__inner{position:relative;z-index:1}.currencyMarquee__eyebrow{margin:0 auto 8px;width:fit-content;padding:5px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#07123142;color:#fff9f0e0;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.currencyMarquee__viewport{overflow:hidden;position:relative}.currencyMarquee__viewport:before,.currencyMarquee__viewport:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none}.currencyMarquee__viewport:before{left:0;background:linear-gradient(90deg,#0e2559,#0e255900)}.currencyMarquee__viewport:after{right:0;background:linear-gradient(270deg,#d07136,#d0713600)}.currencyMarquee__track{display:flex;width:max-content;animation:currencyMarqueeScroll 34s linear infinite}.currencyMarquee:hover .currencyMarquee__track{animation-play-state:paused}.currencyMarquee__item{flex:0 0 auto;min-width:196px;margin-right:12px;padding:11px 14px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:linear-gradient(180deg,#fffbf5f2,#f7ece1e6);box-shadow:0 14px 24px #131c3f29,inset 0 1px #ffffffa6;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;row-gap:2px}.currencyMarquee__flagWrap{grid-row:1 / span 2;width:38px;height:38px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#ffe9d0);box-shadow:inset 0 1px #ffffffbf}.currencyMarquee__flag{width:100%;height:100%;object-fit:cover;display:block}.currencyMarquee__meta{display:flex;flex-direction:column;min-width:0}.currencyMarquee__code{color:#0d3f87;font-size:.74rem;font-weight:800;letter-spacing:.14em}.currencyMarquee__country{color:#7d4f39;font-size:.76rem;font-weight:600;white-space:nowrap}.currencyMarquee__price{color:#b76436;font-size:1.35rem;font-weight:800;line-height:1;letter-spacing:.01em}@keyframes currencyMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:900px){.currencyMarquee{padding:12px 0}.currencyMarquee__item{min-width:186px;padding:10px 12px}.currencyMarquee__price{font-size:1.2rem}}@media(max-width:640px){.currencyMarquee__eyebrow{font-size:.7rem;letter-spacing:.08em}.currencyMarquee__viewport:before,.currencyMarquee__viewport:after{width:42px}.currencyMarquee__item{min-width:170px;margin-right:10px}.currencyMarquee__flagWrap{width:34px;height:34px}.currencyMarquee__price{font-size:1.08rem}}.aboutPage{min-height:100vh;background:#f7f9fd;color:#0b1b3a}.aboutHero{position:relative;overflow:hidden;padding:10px 24px 74px;background:linear-gradient(180deg,#fff,#f3f7ff)}.aboutHero__inner,.aboutIntro__inner,.aboutStats__inner,.aboutBrand__inner,.aboutValues,.aboutJourney__panel{width:min(1180px,calc(100% - 32px));margin:0 auto}.aboutHero__visual{position:relative;width:min(1120px,calc(100% - 48px));height:150px;margin:0 auto 42px;background:linear-gradient(180deg,#fff0,#f1f7ffd1),linear-gradient(90deg,#fff,#f5fbff 52%,#fff4ec);border:1px solid rgba(11,27,58,.12);border-radius:8px;overflow:hidden;box-shadow:0 22px 58px #13325c1f}.aboutHero__visual:before{content:"";position:absolute;left:5%;right:5%;bottom:0;height:58px;background:radial-gradient(ellipse at 18% 100%,#bfe8d0 0 46%,transparent 47%),radial-gradient(ellipse at 52% 100%,#b7dfef 0 48%,transparent 49%),radial-gradient(ellipse at 86% 100%,#cbe9b0 0 46%,transparent 47%)}.aboutHero__visual:after{content:"";position:absolute;left:0;right:0;bottom:0;height:22px;border-radius:999px;background:linear-gradient(90deg,#6f4bc4,#e95c44 34%,#1680ba 68%,#84c35a);opacity:.12}.aboutHero__sun{position:absolute;top:16px;left:48%;width:34px;height:34px;border-radius:50%;background:#ffd26a;box-shadow:0 0 0 12px #ffd26a29;animation:aboutFloat 2.6s ease-in-out infinite}.aboutHero__cloud{position:absolute;width:88px;height:24px;border-radius:999px;background:#c6def4b8;animation:aboutCloudDrift 4.8s ease-in-out infinite}.aboutHero__cloud:before,.aboutHero__cloud:after{content:"";position:absolute;bottom:8px;width:34px;height:34px;border-radius:50%;background:inherit}.aboutHero__cloud:before{left:16px}.aboutHero__cloud:after{right:14px}.aboutHero__cloud--left{top:30px;left:14%}.aboutHero__cloud--right{top:28px;right:12%;animation-delay:-3s}.aboutHero__plane{position:absolute;top:34px;left:58%;width:58px;height:18px;background:#0f6aa5;clip-path:polygon(0 42%,72% 42%,100% 0,84% 58%,100% 100%,70% 62%,0 62%);transform:rotate(-10deg);animation:aboutPlane 2.8s ease-in-out infinite}.aboutHero__crowd{position:absolute;left:42px;right:42px;bottom:0;height:128px;z-index:1}.aboutHero__person{--skin: #f3a170;--shirt: #2f6ab1;--hair: #2a160d;position:absolute;bottom:0;width:84px;height:124px;animation:aboutPersonBounce 2.6s ease-in-out infinite}.aboutHero__head{position:absolute;left:25px;top:20px;width:34px;height:38px;border-radius:48% 48% 46% 46%;background:var(--skin);z-index:4}.aboutHero__hair{position:absolute;left:20px;top:15px;width:44px;height:28px;border-radius:50% 50% 38% 38%;background:var(--hair);z-index:5}.aboutHero__body{position:absolute;left:13px;bottom:0;width:58px;height:72px;border-radius:30px 30px 8px 8px;background:var(--shirt);z-index:2}.aboutHero__arm{position:absolute;width:18px;height:58px;border-radius:999px;background:var(--skin);z-index:1}.aboutHero__arm--left{left:6px;top:58px;transform:rotate(21deg)}.aboutHero__arm--right{right:6px;top:38px;transform-origin:bottom center;transform:rotate(-38deg);animation:aboutWave 1.5s ease-in-out infinite}.aboutHero__passport{position:absolute;right:0;top:24px;width:26px;height:18px;border-radius:4px;background:linear-gradient(135deg,#f48434 0 34%,#fff 35% 55%,#1680ba 56%);transform:rotate(-18deg);z-index:6;box-shadow:0 5px 12px #07183124}.aboutHero__person--one{left:0;--shirt: #6f4bc4;--skin: #c8754c}.aboutHero__person--two{left:13%;--shirt: #ffe39a;--skin: #f2ad79;--hair: #87542a;transform:scale(1.08);animation-delay:-.8s}.aboutHero__person--three{left:27%;--shirt: #e95c44;--skin: #da8a5b;animation-delay:-1.6s}.aboutHero__person--four{left:41%;--shirt: #9bc8b5;--skin: #f0a676;--hair: #d97931;transform:scale(.95);animation-delay:-.4s}.aboutHero__person--five{left:54%;--shirt: #1680ba;--skin: #8c543b;transform:scale(1.12);animation-delay:-1.2s}.aboutHero__person--six{left:67%;--shirt: #61b56d;--skin: #efb18c;--hair: #7a2d22;animation-delay:-2s}.aboutHero__person--seven{left:80%;--shirt: #7e4ac7;--skin: #f1c0a5;--hair: #f0f0f0;transform:scale(1.05);animation-delay:-.9s}.aboutHero__person--eight{right:0;--shirt: #b8df9a;--skin: #d68457;--hair: #4f2417;animation-delay:-1.8s}.aboutHero__inner{text-align:center}.aboutHero__eyebrow,.aboutIntro__eyebrow,.aboutBrand__copy p:first-child,.aboutValues__header p,.aboutJourney__copy p:first-child{width:fit-content;margin:0 auto 14px;padding:7px 14px;border-radius:999px;background:#e7eefb;color:#24477e;font-size:.86rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.aboutHero h1{max-width:900px;margin:0 auto;color:#071831;font-size:clamp(2rem,4vw,4.1rem);line-height:1.04;letter-spacing:0}.aboutHero__inner>p:last-child{max-width:760px;margin:22px auto 0;color:#0b1b3aad;font-size:1.08rem;line-height:1.75}.aboutIntro{padding:76px 0;background:#fff}.aboutIntro__inner{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:54px;align-items:center}.aboutIntro__eyebrow{margin-left:0}.aboutIntro h2,.aboutBrand h2,.aboutValues h2,.aboutJourney h2{margin:0;color:#071831;font-size:clamp(2rem,3.7vw,3.35rem);line-height:1.06;letter-spacing:0}.aboutIntro p:not(.aboutIntro__eyebrow),.aboutBrand__copy p:last-child,.aboutJourney__copy p:last-child{margin:18px 0 0;color:#0b1b3ab3;line-height:1.75}.aboutIntro__media{overflow:hidden;border-radius:8px;background:#eef4ff;box-shadow:0 24px 58px #13325c1f}.aboutIntro__media img{display:block;width:100%;min-height:300px;object-fit:cover}.aboutStats{padding:34px 0;background:linear-gradient(135deg,#0b1b3a,#2f6ab1 62%,#f48434)}.aboutStats__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.aboutStat{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff1f;color:#fff;text-align:center}.aboutStat strong{display:block;font-size:clamp(2rem,4vw,3rem);line-height:1}.aboutStat span{display:block;margin-top:8px;color:#ffffffd1;font-weight:700}.aboutBrand{padding:82px 0;background:radial-gradient(circle at 75% 50%,rgba(255,255,255,.34) 0 24%,transparent 25%),linear-gradient(135deg,#fff1ea,#ffd5c6)}.aboutBrand__inner{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:52px;align-items:center}.aboutBrand__copy p:first-child{margin-left:0;background:#f4843429;color:#ba4a06}.aboutBrand__logoPanel{display:grid;place-items:center;min-height:230px;border-radius:8px;background:#ffffff73;box-shadow:inset 0 1px #ffffffb3}.aboutBrand__logoPanel img{width:min(310px,72%)}.aboutBrand__logoPanel span{color:#0b1b3aad;font-weight:800}.aboutValues{padding:78px 0}.aboutValues__header{max-width:780px;margin:0 auto 34px;text-align:center}.aboutValues__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.aboutValueCard{padding:28px;border:1px solid rgba(11,27,58,.1);border-radius:8px;background:#fff;box-shadow:0 18px 50px #13325c14}.aboutValueCard span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:22px;border-radius:50%;background:#0b1b3a;color:#fff;font-weight:900}.aboutValueCard h3{margin:0 0 10px;color:#071831;font-size:1.1rem}.aboutValueCard p{margin:0;color:#0b1b3ab3;line-height:1.68}.aboutJourney{padding:0 0 88px}.aboutJourney__panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:42px;align-items:center;padding:42px;border-radius:8px;background:#071831;color:#fff}.aboutJourney__copy p:first-child{margin-left:0;background:#ffffff24;color:#ffffffe6}.aboutJourney h2{color:#fff}.aboutJourney__copy p:last-child{color:#ffffffc7}.aboutJourney__steps{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:aboutStep}.aboutJourney__steps li{counter-increment:aboutStep;position:relative;min-height:58px;padding:16px 18px 16px 58px;border-radius:8px;background:#ffffff1a;color:#ffffffe6;line-height:1.55}.aboutJourney__steps li:before{content:counter(aboutStep);position:absolute;left:16px;top:14px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#0b1b3a;font-weight:900}@media(max-width:980px){.aboutIntro__inner,.aboutBrand__inner,.aboutJourney__panel{grid-template-columns:1fr}.aboutStats__inner,.aboutValues__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.aboutHero{padding:10px 16px 54px}.aboutHero__inner,.aboutIntro__inner,.aboutStats__inner,.aboutBrand__inner,.aboutValues,.aboutJourney__panel{width:min(100% - 24px,1180px)}.aboutHero__visual{height:110px;margin-bottom:32px}.aboutHero__crowd{left:14px;right:14px;height:98px}.aboutHero__person{width:54px;height:94px}.aboutHero__head{left:16px;top:18px;width:24px;height:27px}.aboutHero__hair{left:13px;top:14px;width:31px;height:20px}.aboutHero__body{left:8px;width:40px;height:54px}.aboutHero__arm{width:12px;height:42px}.aboutHero__passport{width:19px;height:14px}.aboutIntro,.aboutBrand,.aboutValues{padding:56px 0}.aboutStats__inner,.aboutValues__grid{grid-template-columns:1fr}.aboutJourney{padding-bottom:58px}.aboutJourney__panel{padding:28px 20px}}@keyframes aboutWave{0%,to{transform:rotate(-38deg)}50%{transform:rotate(-62deg)}}@keyframes aboutPersonBounce{0%,to{translate:0 0}50%{translate:0 -4px}}@keyframes aboutFloat{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes aboutCloudDrift{0%,to{translate:0 0}50%{translate:14px 0}}@keyframes aboutPlane{0%,to{translate:0 0}50%{translate:18px -8px}}.visaAccess{position:relative;overflow:hidden;padding:clamp(58px,7vw,92px) 18px clamp(70px,8vw,110px);background:radial-gradient(circle at 50% 64%,rgba(45,85,160,.12),transparent 34%),linear-gradient(180deg,#fff,#f7fafc 56%,#fff)}.visaAccess__container{width:min(1180px,100%);margin:0 auto}.visaAccess__header{max-width:820px;margin:0 auto;text-align:center}.visaAccess__eyebrow{margin:0 0 12px;color:#f26f21;font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.visaAccess__title{margin:0;color:#07111f;font-size:clamp(1.75rem,3.2vw,3rem);font-weight:900;line-height:1.08;letter-spacing:0}.visaAccess__subtitle{margin:18px auto 0;max-width:650px;color:#526173;font-size:clamp(.98rem,1.55vw,1.12rem);font-weight:650;line-height:1.58}.visaAccess__handStage{position:relative;min-height:clamp(300px,34vw,430px);margin-top:clamp(36px,6vw,68px)}.visaAccess__fan{--card-width: clamp(118px, 15.2vw, 194px);--card-height: calc(var(--card-width) * 1.42);position:absolute;inset:0 0 auto;height:calc(var(--card-height) + 104px);display:flex;justify-content:center;perspective:1200px;z-index:3}.visaAccess__card{position:absolute;top:0;left:50%;z-index:var(--z);width:var(--card-width);height:var(--card-height);overflow:hidden;border:7px solid #f7fbff;border-radius:16px;background:#f7fbff;box-shadow:0 28px 34px #141f3024,inset 0 0 0 1px #0e1c3014;transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .56))) translateY(var(--lift)) rotate(calc(var(--spread) * 8deg));transform-origin:center 112%;transition:transform .24s ease,box-shadow .24s ease,z-index .24s ease}.visaAccess__card:nth-child(4){z-index:9;transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .56))) translateY(var(--lift)) rotate(calc(var(--spread) * 8deg)) scale(1.04)}.visaAccess__image,.visaAccess__shade{position:absolute;inset:0}.visaAccess__image{z-index:0;width:100%;height:100%;object-fit:cover;transform:scale(1.03);transition:transform .36s ease,filter .36s ease}.visaAccess__shade{z-index:1;background:linear-gradient(180deg,#ffffff85,#ffffff1a 23%,#040a1214 52%,#02070ed1),linear-gradient(90deg,#ffffff38,#fff0)}.visaAccess__country{position:absolute;left:12px;right:12px;bottom:14px;z-index:3;margin:0;color:#fff;font-size:clamp(.82rem,1.25vw,1rem);font-weight:950;line-height:1;text-align:center;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 3px 12px rgba(0,0,0,.55)}.visaAccess__card:hover{z-index:12;box-shadow:0 36px 48px #141f3033,inset 0 0 0 1px #0e1c3014;transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .56))) translateY(calc(var(--lift) - 18px)) rotate(calc(var(--spread) * 6deg)) scale(1.05)}.visaAccess__card:hover .visaAccess__image{transform:scale(1.1);filter:saturate(1.08) contrast(1.04)}.visaAccess__facts{position:absolute;left:50%;bottom:0;z-index:5;display:flex;width:min(650px,100%);transform:translate(-50%);gap:10px;justify-content:center;flex-wrap:wrap}.visaAccess__facts span{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:9px 14px;border:1px solid rgba(192,202,216,.84);border-radius:999px;background:#ffffffeb;box-shadow:0 12px 24px #10223d14;color:#546174;font-size:.86rem;font-weight:780}.visaAccess__facts strong{color:#123c7c;font-size:1.05rem;font-weight:950}@media(max-width:920px){.visaAccess__handStage{min-height:clamp(280px,48vw,420px)}.visaAccess__fan{--card-width: clamp(96px, 16vw, 140px)}.visaAccess__card{border-width:6px;border-radius:14px;transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .52))) translateY(var(--lift)) rotate(calc(var(--spread) * 7deg))}.visaAccess__card:nth-child(4){transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .52))) translateY(var(--lift)) rotate(calc(var(--spread) * 7deg)) scale(1.04)}.visaAccess__card:hover{transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .52))) translateY(calc(var(--lift) - 14px)) rotate(calc(var(--spread) * 5deg)) scale(1.04)}}@media(max-width:640px){.visaAccess{padding:50px 14px 84px}.visaAccess__subtitle{max-width:390px}.visaAccess__handStage{min-height:392px;margin-top:32px}.visaAccess__fan{--card-width: min(35vw, 128px);height:330px}.visaAccess__card{border-width:5px;transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .34))) translateY(calc(var(--lift) * .64)) rotate(calc(var(--spread) * 5.2deg))}.visaAccess__card:nth-child(4){transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .34))) translateY(calc(var(--lift) * .64)) rotate(calc(var(--spread) * 5.2deg)) scale(1.03)}.visaAccess__card:hover{transform:translate(calc(-50% + (var(--spread) * var(--card-width) * .34))) translateY(calc((var(--lift) * .64) - 10px)) rotate(calc(var(--spread) * 4deg)) scale(1.03)}.visaAccess__country{left:8px;right:8px;bottom:10px;font-size:.68rem}.visaAccess__facts{bottom:-12px}}@media(max-width:420px){.visaAccess__handStage{min-height:370px}.visaAccess__fan{--card-width: min(33vw, 112px)}}.privacyPage{min-height:100vh;background:#f5f8fc;color:#0b1b3a}.privacyPage__main{width:min(1184px,calc(100% - 48px));margin:0 auto;padding:26px 0 78px}.privacyHero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:36px;align-items:end;margin-bottom:28px;padding:36px;border-radius:8px;background:linear-gradient(135deg,#071831f5,#2f6ab1eb 64%,#ff751fe6),#071831;color:#fff;box-shadow:0 22px 58px #13325c1f}.privacyHero__eyebrow{width:fit-content;margin:0 0 14px;padding:7px 14px;border-radius:999px;background:#ffffff24;color:#ffffffeb;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.privacyHero h1{max-width:760px;margin:0;font-size:clamp(2rem,4vw,3.9rem);line-height:1.04;letter-spacing:0}.privacyHero p:last-child{max-width:720px;margin:18px 0 0;color:#fffc;line-height:1.7}.privacyHero__badgeGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.privacyBadge{min-height:104px;padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f}.privacyBadge span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:12px;border-radius:50%;background:#fff;color:#ff751f;font-size:.72rem;font-weight:900}.privacyBadge strong{display:block;color:#ffffffeb;font-size:.95rem}.privacyDocument{padding:28px;border:1px solid rgba(11,27,58,.1);border-radius:8px;background:#fff;box-shadow:0 16px 42px #11274a0f}.privacyDocument__top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(11,27,58,.1)}.privacyDocument__top h2{margin:0;color:#516079;font-size:1.04rem;font-weight:900;text-transform:uppercase}.privacyDocument__top span{flex:0 0 auto;color:#ff751f;font-weight:900;white-space:nowrap}.privacyNotice,.privacyContact{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin:22px 0;padding:18px;border-radius:8px;background:#fff6ef;color:#6b3a17}.privacyNotice>span,.privacyContact>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#ff751f;color:#fff;font-weight:900}.privacyNotice p,.privacyContact p{margin:0;line-height:1.6}.privacyDocument__sections{display:grid;gap:14px}.privacyPolicyBlock{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:20px;border:1px solid rgba(11,27,58,.1);border-radius:8px;background:#fbfdff}.privacyPolicyBlock__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e7eefb;color:#24477e;font-weight:900}.privacyPolicyBlock h3,.privacyContact h3{margin:0 0 10px;color:#071831;font-size:1.05rem}.privacyPolicyBlock p{margin:0 0 12px;color:#4f5c74;line-height:1.62}.privacyPolicyBlock p:last-child{margin-bottom:0}.privacyContact{margin-bottom:0;background:#eef5ff;color:#30415d}.privacyContact>span{background:#24477e}@media(max-width:900px){.privacyHero{grid-template-columns:1fr}}@media(max-width:640px){.privacyPage__main{width:min(100% - 24px,1184px);padding:20px 0 54px}.privacyHero{padding:24px 18px}.privacyHero__badgeGrid{grid-template-columns:1fr}.privacyDocument{padding:18px}.privacyDocument__top{display:grid}.privacyDocument__top span{white-space:normal}.privacyPolicyBlock{grid-template-columns:1fr}}.refundPolicyPage{min-height:100vh;background:#f7f9fd;color:#0b1b3a}.refundHero{padding:118px 24px 56px;background:linear-gradient(135deg,#0f2a5ef5,#2f6ab1f0 58%,#f48434eb),#0b1b3a;color:#fff}.refundHero__inner,.refundPolicySection,.refundInfoBand__inner,.refundRequestSection__panel{width:min(1180px,calc(100% - 32px));margin:0 auto}.refundHero__inner{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:end}.refundHero__eyebrow,.refundPolicySection__eyebrow,.refundInfoBand__header p,.refundRequestSection__copy>p:first-child{width:fit-content;margin:0 0 14px;padding:7px 14px;border-radius:999px;background:#ffffff24;color:#ffffffeb;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.refundHero h1{max-width:860px;margin:0;font-size:clamp(2.25rem,4.5vw,4.8rem);line-height:.98;letter-spacing:0}.refundHero__content>p:last-child{max-width:760px;margin:22px 0 0;color:#ffffffd1;font-size:1.05rem;line-height:1.75}.refundHero__summary{display:grid;gap:12px;padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1f;box-shadow:0 22px 52px #040f2842}.refundHero__summary div{padding:16px;border-radius:8px;background:#ffffffeb;color:#0b1b3a}.refundHero__summary span{display:block;margin-bottom:5px;color:#0b1b3a9e;font-size:.82rem;font-weight:700}.refundHero__summary strong{display:block;font-size:1rem}.refundPolicySection{padding:72px 0}.refundPolicySection__intro{text-align:center}.refundPolicySection__eyebrow,.refundInfoBand__header p,.refundRequestSection__copy>p:first-child{margin-left:auto;margin-right:auto;background:#e7eefb;color:#24477e}.refundPolicySection h2,.refundInfoBand__header h2,.refundRequestSection__copy h2{margin:0;color:#071831;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.06;letter-spacing:0}.refundPolicySection__intro>p:last-child{max-width:680px;margin:14px auto 0;color:#0b1b3aad;line-height:1.7}.refundTabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px 0 46px}.refundTabs__button{min-height:44px;padding:0 20px;border:1px solid rgba(11,27,58,.12);border-radius:999px;background:#fff;color:#0b1b3a;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #15305b14}.refundTabs__button.is-active{border-color:#071831;background:#071831;color:#fff}.refundTableCard{padding:30px;border:1px solid rgba(11,27,58,.12);border-radius:8px;background:#ffffffdb;box-shadow:0 24px 70px #11274a1a}.refundTableCard__top{padding:0 22px 16px 54px}.refundTableCard__top div,.refundStage__content{display:grid;grid-template-columns:1.35fr .72fr 1fr;gap:28px;align-items:center}.refundTableCard__top span{color:#071831;font-weight:900}.refundTimeline{display:grid;gap:16px}.refundStage{position:relative;padding-left:54px}.refundStage__marker{position:absolute;left:8px;top:28px;width:11px;height:11px;border-radius:50%;background:#2c6b0b;box-shadow:0 0 0 5px #e8f6de}.refundStage__line{position:absolute;left:13px;top:42px;bottom:-22px;width:2px;background:#2c6b0b}.refundStage__content{min-height:94px;padding:20px;border:1px solid rgba(11,27,58,.16);border-radius:8px;background:#fff}.refundStage h3{margin:0 0 8px;color:#071831;font-size:1.02rem}.refundStage p{margin:0;color:#0b1b3ab8;line-height:1.55}.refundStage__reason{color:#0b1b3ad1}.refundBadge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:.84rem;font-weight:900;white-space:nowrap}.refundBadge--success{background:#b8ec9b;color:#1f6508}.refundBadge--warning{background:#ffe2a8;color:#805000}.refundBadge--neutral{background:#e2e7ee;color:#2e3747}.refundInfoBand{padding:76px 0;background:#fff}.refundInfoBand__header{max-width:760px;margin:0 auto 34px;text-align:center}.refundRuleGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.refundRuleCard{padding:24px;border:1px solid rgba(11,27,58,.1);border-radius:8px;background:#f8fbff}.refundRuleCard span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:#0b1b3a;color:#fff;font-weight:900}.refundRuleCard h3{margin:0 0 10px;color:#071831;font-size:1rem}.refundRuleCard p{margin:0;color:#0b1b3ab3;line-height:1.65}.refundRequestSection{padding:78px 0 88px}.refundRequestSection__panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:42px;align-items:center;padding:42px;border-radius:8px;background:linear-gradient(135deg,#071831f5,#23508ef0),#071831;color:#fff}.refundRequestSection__copy>p:first-child{margin-left:0;background:#ffffff24;color:#ffffffe6}.refundRequestSection__copy h2{color:#fff}.refundRequestSection__copy>p:last-child{margin:18px 0 0;color:#ffffffc7;line-height:1.75}.refundRequestSteps{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:requestStep}.refundRequestSteps li{counter-increment:requestStep;position:relative;min-height:58px;padding:16px 18px 16px 58px;border-radius:8px;background:#ffffff1a;color:#ffffffe6;line-height:1.55}.refundRequestSteps li:before{content:counter(requestStep);position:absolute;left:16px;top:14px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#0b1b3a;font-weight:900}@media(max-width:980px){.refundHero__inner,.refundRequestSection__panel{grid-template-columns:1fr}.refundRuleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.refundTableCard__top{display:none}.refundStage__content{grid-template-columns:1fr;gap:16px}}@media(max-width:640px){.refundHero{padding:96px 16px 44px}.refundHero__inner,.refundPolicySection,.refundInfoBand__inner,.refundRequestSection__panel{width:min(100% - 24px,1180px)}.refundPolicySection,.refundInfoBand,.refundRequestSection{padding-top:52px;padding-bottom:52px}.refundTableCard{padding:18px 14px}.refundStage{padding-left:34px}.refundStage__marker{left:2px}.refundStage__line{left:7px}.refundRuleGrid{grid-template-columns:1fr}.refundRequestSection__panel{padding:28px 20px}}.visaApplication__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.visaApplication__spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visaApplication{min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(255,183,120,.26),transparent 24%),radial-gradient(circle at 82% 88%,rgba(255,117,31,.18),transparent 24%),radial-gradient(circle at 55% 100%,rgba(61,108,197,.14),transparent 22%),linear-gradient(180deg,#f8fbff,#fffaf5);color:#162445}.visaApplication__topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 22px;background:#f8fbffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(214,223,239,.88)}.visaApplication__backButton,.visaApplication__homeLink{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid rgba(35,73,143,.14);background:#ffffffdb;color:#1b2b52;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 12px 26px #12214c0f}.visaApplication__brand img,.visaApplication__lockedLogo,.visaApplication__successLogo{display:block;height:42px;width:auto}.visaApplication__shell{display:grid;grid-template-columns:250px minmax(0,1fr) 340px;gap:26px;padding:28px 22px 40px}.visaApplication__stepRail{position:sticky;top:92px;align-self:start;padding:22px 18px;border-radius:28px;background:#ffffffb8;border:1px solid rgba(214,223,239,.88);box-shadow:0 22px 44px #14234712;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.visaApplication__railHeader{padding-bottom:18px;border-bottom:1px solid rgba(225,232,244,.88)}.visaApplication__progressLabel{display:block;margin-bottom:10px;color:#415083;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.visaApplication__progressBar{height:8px;border-radius:999px;background:#d6dfefe0;overflow:hidden}.visaApplication__progressBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff8a3d,#ff751f 55%,#3d6cc5)}.visaApplication__stepList{display:grid;gap:12px;margin-top:18px}.visaApplication__stepItem{display:flex;align-items:center;gap:12px;padding:12px;border:none;border-radius:18px;background:transparent;text-align:left;color:#71809a;cursor:pointer}.visaApplication__stepItem:disabled{cursor:default;opacity:.82}.visaApplication__stepItem.is-active{background:linear-gradient(180deg,#ff8a3d21,#ff751f14);color:#162445}.visaApplication__stepItem.is-complete .visaApplication__stepMarker{background:linear-gradient(180deg,#3d6cc5,#2d55a0);color:#fff}.visaApplication__stepMarker{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:12px;background:#23498f14;color:inherit;font-size:.92rem;font-weight:800;flex:0 0 auto}.visaApplication__stepMeta{display:grid;gap:2px}.visaApplication__stepMeta strong{font-size:.96rem}.visaApplication__stepMeta small{font-size:.82rem;color:#7b87a0}.visaApplication__main{min-width:0}.visaApplication__heroCard,.visaApplication__panel,.visaApplication__summaryCard,.visaApplication__lockedCard,.visaApplication__successShell{border:1px solid rgba(214,223,239,.88);border-radius:30px;background:#ffffffd1;box-shadow:0 24px 48px #14234714;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.visaApplication__heroCard{padding:28px}.visaApplication__eyebrow{margin:0;color:#ff751f;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.visaApplication__heroCard h1{margin:12px 0 0;line-height:1.14}.visaApplication__heroCard p{margin:12px 0 0;max-width:760px;color:#66758d;font-size:1.02rem;line-height:1.7}.visaApplication__panel{margin-top:22px;padding:24px}.visaApplication__panelHeader h2,.visaApplication__summaryCard h3,.visaApplication__reviewCard h3{margin:0;font-size:1.35rem}.visaApplication__panelHeader p{margin:8px 0 0;color:#66758d;line-height:1.65}.visaApplication__dateGrid,.visaApplication__fieldGrid,.visaApplication__reviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.visaApplication__field{display:grid;gap:10px}.visaApplication__field--full{margin-top:18px}.visaApplication__field span{color:#2c3a61;font-size:.92rem;font-weight:700}.visaApplication__field input,.visaApplication__field select,.visaApplication__field textarea{width:100%;min-height:56px;padding:14px 16px;border-radius:16px;border:1px solid rgba(198,210,230,.96);background:#fff;color:#162445;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.visaApplication__field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#66758d 50%),linear-gradient(135deg,#66758d 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.visaApplication__field textarea{min-height:128px;resize:vertical}.visaApplication__field input:focus,.visaApplication__field select:focus,.visaApplication__field textarea:focus{border-color:#ff751fc7;box-shadow:0 0 0 4px #ff751f1f}.visaApplication__travellerChooser{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffdfb,#fff6ef);border:1px solid rgba(255,184,141,.34)}.visaApplication__travellerChooser h3{margin:0;font-size:1.08rem}.visaApplication__travellerChooser p{margin:8px 0 0;color:#66758d}.visaApplication__counter{display:inline-flex;align-items:center;gap:14px;padding:8px;border-radius:18px;background:#23498f0f}.visaApplication__counter button{width:42px;height:42px;border:none;border-radius:14px;background:#fff;color:#1f315c;font-size:1.4rem;cursor:pointer;box-shadow:0 10px 22px #12214c14}.visaApplication__counter span{min-width:26px;text-align:center;font-size:1.05rem;font-weight:800}.visaApplication__travellerList{display:grid;gap:16px;margin-top:20px}.visaApplication__travellerCard,.visaApplication__reviewCard{padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid rgba(214,223,239,.88)}.visaApplication__travellerCardHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.visaApplication__travellerCardHeader h3{margin:0;font-size:1.05rem}.visaApplication__travellerCardHeader small{display:block;margin-top:5px;color:#66758d;font-size:.82rem;font-weight:800}.visaApplication__travellerCardHeader span{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#3d6cc51a;color:#2d55a0;font-size:.82rem;font-weight:800}.visaApplication__mainTravellerButton{min-height:36px;padding:8px 12px;border-radius:999px;border:1px solid rgba(35,73,143,.16);background:#fff;color:#1f315c;font-size:.82rem;font-weight:800;cursor:pointer}.visaApplication__mainTravellerButton.is-active{border-color:#3d6cc52e;background:#3d6cc51a;color:#2d55a0}.visaApplication__uploadGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.visaApplication__uploadCard{position:relative;display:grid;place-items:center;gap:8px;min-height:208px;padding:18px;border-radius:22px;border:1px dashed rgba(255,117,31,.38);background:linear-gradient(180deg,#fff5edf5,#fffffffa);text-align:center;cursor:pointer}.visaApplication__uploadCard input{position:absolute;inset:0;opacity:0;cursor:pointer}.visaApplication__uploadIcon{width:52px;height:52px;display:inline-grid;place-items:center;border-radius:18px;background:#ff751f1f;color:#ff751f;font-size:1.45rem;font-weight:800}.visaApplication__uploadCard strong{font-size:.98rem}.visaApplication__uploadPreview{width:100%;max-width:132px;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;border-radius:18px;border:1px solid rgba(214,223,239,.88);background:#fff;box-shadow:0 12px 24px #12214c14}.visaApplication__uploadPreview img{width:100%;height:100%;object-fit:cover;display:block}.visaApplication__uploadHint{color:#66758d;font-size:.8rem;line-height:1.45}.visaApplication__uploadCard small{color:#66758d;line-height:1.5;word-break:break-word}.visaApplication__uploadError{color:#c23a3a;font-weight:700}.visaApplication__checkGrid{display:grid;gap:12px;margin-top:18px}.visaApplication__checkItem{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:18px;background:#23498f0a;color:#233456;line-height:1.6}.visaApplication__checkItem--large{margin-top:18px}.visaApplication__checkItem input{width:18px;height:18px;margin-top:2px;accent-color:#ff751f;flex:0 0 auto}.visaApplication__checkItem--declaration{background:linear-gradient(180deg,#fffdfb,#fff7f0);border:1px solid rgba(255,184,141,.34)}.visaApplication__reviewRows,.visaApplication__summaryList,.visaApplication__summaryPriceRows{display:grid;gap:12px;margin-top:14px}.visaApplication__reviewRows div,.visaApplication__summaryList div,.visaApplication__summaryPriceRows div{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.visaApplication__reviewRows span,.visaApplication__summaryList span,.visaApplication__summaryPriceRows span{color:#66758d}.visaApplication__reviewRows strong,.visaApplication__summaryList strong,.visaApplication__summaryPriceRows strong{text-align:right}.visaApplication__reviewNotice{display:grid;gap:6px;margin-top:20px;padding:16px 18px;border-radius:20px;border:1px solid rgba(61,108,197,.18);background:#3d6cc512;color:#233456}.visaApplication__reviewNotice strong{color:#2d55a0}.visaApplication__reviewNotice span{color:#66758d;line-height:1.6}.visaApplication__reviewForm{display:block}.visaApplication__reviewSheet{display:grid;gap:0;margin-top:22px;overflow:hidden;border-radius:24px;border:1px solid rgba(214,223,239,.88);background:#fff}.visaApplication__reviewBlock{padding:22px;border-bottom:1px solid rgba(225,232,244,.88)}.visaApplication__reviewBlock:last-child{border-bottom:none}.visaApplication__reviewBlockHeader{display:flex;align-items:center;gap:12px;margin-bottom:18px}.visaApplication__reviewBlockHeader span{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:12px;background:#ff751f1c;color:#d95f14;font-size:.82rem;font-weight:900;flex:0 0 auto}.visaApplication__reviewBlockHeader h3{margin:0;color:#162445;font-size:1.12rem}.visaApplication__reviewFieldList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:18px;background:#d6dfefe0}.visaApplication__reviewFieldList div,.visaApplication__reviewDocumentRows div{min-width:0;display:grid;gap:7px;padding:14px 16px;background:#fbfcff}.visaApplication__reviewFieldList span,.visaApplication__reviewDocumentRows span,.visaApplication__reviewNotes span{color:#66758d;font-size:.82rem;font-weight:800}.visaApplication__reviewFieldList strong,.visaApplication__reviewDocumentRows strong{color:#162445;font-size:.96rem;line-height:1.45;word-break:break-word}.visaApplication__reviewDocumentRows{display:grid;gap:1px;overflow:hidden;border-radius:18px;background:#d6dfefe0}.visaApplication__reviewCheckRows{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.visaApplication__reviewCheckRows span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#23498f0f;color:#66758d;font-size:.84rem;font-weight:800}.visaApplication__reviewCheckRows span.is-ready{background:#3d6cc51a;color:#2d55a0}.visaApplication__reviewNotes{display:grid;gap:8px;margin-top:14px;padding:16px;border-radius:18px;background:#23498f0a}.visaApplication__reviewNotes p{margin:0;color:#233456;line-height:1.65}.visaApplication__reviewBlock--total{background:linear-gradient(180deg,#fffdfb,#fff8f2)}.visaApplication__reviewTravellerStack{display:grid;gap:16px}.visaApplication__reviewTraveller{display:grid;gap:12px}.visaApplication__reviewTravellerTitle{display:flex;align-items:center;justify-content:space-between;gap:12px}.visaApplication__reviewTravellerTitle h4{margin:0;font-size:1rem}.visaApplication__reviewTravellerTitle span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#3d6cc51a;color:#2d55a0;font-size:.78rem;font-weight:800;white-space:nowrap}.visaApplication__reviewPayable{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:16px;padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(255,184,141,.34)}.visaApplication__reviewPayable span{color:#66758d;font-weight:800}.visaApplication__reviewPayable strong{color:#ff751f;font-size:1.45rem}.visaApplication__finalReviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.visaApplication__finalReviewCard{min-width:0;padding:20px;border-radius:24px;border:1px solid rgba(214,223,239,.88);background:linear-gradient(180deg,#fff,#f9fbff)}.visaApplication__finalReviewHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.visaApplication__finalReviewHeader h3{margin:0;font-size:1.08rem}.visaApplication__finalReviewHeader span{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:#ff751f1a;color:#d95f14;font-size:.78rem;font-weight:800;white-space:nowrap}.visaApplication__documentReviewList{display:grid;gap:12px}.visaApplication__documentReviewItem{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:18px;background:#23498f0a}.visaApplication__documentReviewIcon{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:12px;background:#3d6cc51a;color:#2d55a0;font-size:.72rem;font-weight:900;flex:0 0 auto}.visaApplication__documentReviewItem strong,.visaApplication__documentReviewItem small{display:block}.visaApplication__documentReviewItem small{margin-top:4px;color:#66758d;line-height:1.45}.visaApplication__finalReviewTotal{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(214,223,239,.88)}.visaApplication__finalReviewTotal span{color:#66758d;font-weight:700}.visaApplication__finalReviewTotal strong{color:#ff751f;font-size:1.35rem}.visaApplication__backendPayload{margin-top:20px;padding:20px;border-radius:24px;border:1px solid rgba(255,184,141,.34);background:linear-gradient(180deg,#fffdfb,#fff7f0)}.visaApplication__backendPayload h3{margin:0;font-size:1.08rem}.visaApplication__backendPayload div{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.visaApplication__backendPayload span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#fff;color:#2c3a61;font-size:.84rem;font-weight:800;box-shadow:0 10px 20px #12214c0f}.visaApplication__paymentSection{margin-top:22px;padding:20px;border-radius:24px;background:linear-gradient(180deg,#fffdfb,#fff7f0);border:1px solid rgba(255,184,141,.34)}.visaApplication__paymentHeader h3{margin:0;font-size:1.08rem}.visaApplication__paymentHeader p{margin:8px 0 0;color:#66758d;line-height:1.6}.visaApplication__paymentMethods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.visaApplication__paymentMethod{position:relative;display:block;border-radius:20px;cursor:pointer}.visaApplication__paymentMethod input{position:absolute;inset:0;opacity:0;cursor:pointer}.visaApplication__paymentMethodBody{display:grid;gap:6px;min-height:112px;padding:18px;border-radius:20px;border:1px solid rgba(198,210,230,.96);background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.visaApplication__paymentMethodBody strong{font-size:.98rem}.visaApplication__paymentMethodBody small{color:#66758d;line-height:1.55}.visaApplication__paymentMethod.is-active .visaApplication__paymentMethodBody{border-color:#ff751fcc;box-shadow:0 14px 28px #ff751f24;transform:translateY(-2px)}.visaApplication__paymentNote{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(214,223,239,.88)}.visaApplication__paymentNote span{color:#66758d}.visaApplication__paymentNote strong{color:#ff751f;font-size:1.35rem}.visaApplication__message{margin:16px 0 0;padding:14px 16px;border-radius:16px;background:#de41411a;color:#ba3030;font-weight:700}.visaApplication__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px}.visaApplication__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;border-radius:18px;font-size:.98rem;font-weight:800;text-decoration:none;cursor:pointer}.visaApplication__button--primary{border:none;background:linear-gradient(180deg,#ff8a3d,#ff751f 70%,#ea6718);color:#fff;box-shadow:0 18px 30px #ff751f47}.visaApplication__button--ghost{border:1px solid rgba(35,73,143,.16);background:#ffffffd6;color:#1f315c}.visaApplication__summary{position:sticky;top:92px;align-self:start;display:grid;gap:16px}.visaApplication__summaryCard{padding:22px}.visaApplication__summaryCard--accent{background:linear-gradient(180deg,#ff8a3d,#ff751f);color:#fff;border-color:transparent}.visaApplication__summaryEyebrow{margin:0;color:#ffffffd1;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.visaApplication__summaryCard--accent h2{margin:10px 0 0;font-size:1.7rem}.visaApplication__summaryRoute{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;font-size:.98rem;font-weight:800}.visaApplication__summaryFlight{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:999px;background:#ffffff2e}.visaApplication__summaryTotal{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(214,223,239,.88)}.visaApplication__summaryTotal strong{font-size:1.5rem;color:#ff751f}.visaApplication__summaryChecks{margin:14px 0 0;padding-left:18px;color:#66758d;line-height:1.7}.visaApplication__lockedCard,.visaApplication__successShell{width:min(760px,calc(100vw - 32px));margin:60px auto;padding:34px;text-align:center}.visaApplication__lockedCard h1,.visaApplication__successShell h1{margin:18px 0 0;font-size:clamp(2rem,3vw,2.8rem)}.visaApplication__lockedCard p,.visaApplication__successShell p{margin:14px auto 0;max-width:620px;color:#66758d;line-height:1.75}.visaApplication__lockedActions,.visaApplication__successActions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;flex-wrap:wrap}.visaApplication__successBadge{display:inline-flex;align-items:center;min-height:34px;padding:8px 16px;border-radius:999px;background:#3d6cc51a;color:#2d55a0;font-size:.84rem;font-weight:800}.visaApplication__successSummary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px;text-align:left}.visaApplication__successSummary div{padding:18px;border-radius:20px;background:#23498f0a}.visaApplication__successSummary span{display:block;color:#66758d;font-size:.88rem}.visaApplication__successSummary strong{display:block;margin-top:8px;font-size:1.08rem}@media(max-width:1200px){.visaApplication__shell{grid-template-columns:220px minmax(0,1fr)}.visaApplication__summary{grid-column:1 / -1;position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.visaApplication__shell{grid-template-columns:1fr}.visaApplication__stepRail{position:static}.visaApplication__stepList{grid-template-columns:repeat(3,minmax(0,1fr))}.visaApplication__stepItem{flex-direction:column;align-items:flex-start}.visaApplication__dateGrid,.visaApplication__fieldGrid,.visaApplication__reviewGrid,.visaApplication__finalReviewGrid,.visaApplication__reviewFieldList,.visaApplication__summary,.visaApplication__successSummary,.visaApplication__uploadGrid,.visaApplication__paymentMethods{grid-template-columns:1fr}}@media(max-width:720px){.visaApplication__topbar{padding:14px 16px}.visaApplication__brand img,.visaApplication__lockedLogo,.visaApplication__successLogo{height:34px}.visaApplication__shell{padding:18px 16px 32px}.visaApplication__heroCard,.visaApplication__panel,.visaApplication__summaryCard{padding:20px;border-radius:24px}.visaApplication__stepList{grid-template-columns:repeat(2,minmax(0,1fr))}.visaApplication__travellerChooser,.visaApplication__actions,.visaApplication__travellerCardHeader{flex-direction:column;align-items:stretch}.visaApplication__actions .visaApplication__button{width:100%}}@media(max-width:560px){.visaApplication__topbar{gap:10px}.visaApplication__backButton,.visaApplication__homeLink{min-height:38px;padding:8px 12px;font-size:.88rem}.visaApplication__heroCard h1{font-size:1.5rem}.visaApplication__uploadCard{min-height:190px}.visaApplication__uploadPreview{max-width:118px}.visaApplication__lockedCard,.visaApplication__successShell{width:calc(100vw - 24px);padding:24px 18px}}.termsPage{min-height:100vh;background:#f4f6fa;color:#3f4b63}.termsPage__main{width:min(1184px,calc(100% - 48px));margin:0 auto;padding:24px 0 76px}.termsPage__main>h1{margin:0 0 34px;color:#ff751f;font-size:clamp(1.9rem,3.5vw,3rem);line-height:1;font-weight:900;letter-spacing:0;text-transform:uppercase}.termsDocument{padding:26px 24px 34px;background:#fff;box-shadow:0 16px 42px #11274a0f}.termsDocument h2{margin:0 0 14px;color:#516079;font-size:1.08rem;font-weight:900;text-align:center;text-transform:uppercase}.termsDocument__updated{margin:0 0 18px;color:#516079;font-weight:900;text-transform:uppercase}.termsDocument__list{display:grid;gap:14px;margin:0;padding-left:30px}.termsDocument__list li::marker{color:#516079;font-weight:900}.termsDocument h3{margin:0 0 10px;color:#516079;font-size:1rem;font-weight:900}.termsDocument p{margin:0 0 12px;color:#4f5c74;font-size:1rem;line-height:1.55}.termsDocument li p:last-child{margin-bottom:0}@media(max-width:640px){.termsPage__main{width:min(100% - 24px,1184px);padding:20px 0 54px}.termsDocument{padding:22px 16px 28px}.termsDocument__list{padding-left:22px}}.services-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:80px 40px;max-width:1400px;margin:0 auto;background-color:#f8fafc}.services-header{text-align:center;margin-bottom:70px}.services-subtitle{color:#ff751f;font-size:.95rem;text-transform:uppercase;letter-spacing:2px;font-weight:700;display:block;margin-bottom:10px}.services-main-title{color:#1e3a8a;font-size:2.6rem;font-weight:800;margin:0}.services-title-underline{width:80px;height:4px;background:linear-gradient(90deg,#1e3a8a,#ff751f);margin:20px auto 0;border-radius:2px}.services-grid{display:flex;flex-direction:column;gap:60px}.service-card{display:flex;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #0f172a0a;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.25,1,.5,1);min-height:460px}.card-reverse{flex-direction:row-reverse}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #1e3a8a1f;border-color:#1e3a8a33}.service-visual-panel{flex:1.1;background:linear-gradient(145deg,#0b0f19,#1e3a8a);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:40px}.visual-glow-background{position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(255,117,31,.18) 0%,transparent 75%);top:-50px;right:-50px;pointer-events:none}.mockup-display-viewport{width:100%;max-width:440px;z-index:2;transition:transform .4s ease}.service-card:hover .mockup-display-viewport{transform:scale(1.02)}.mockup-calendar-ui{background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;box-shadow:0 20px 40px #0000004d}.mockup-cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cal-month-title{color:#fff;font-weight:700;font-size:1.2rem}.mockup-cal-grid-days{display:grid;grid-template-columns:repeat(7,1fr);color:#64748b;font-size:.75rem;font-weight:700;margin-bottom:12px;text-align:center}.mockup-cal-grid-dates{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.cal-date-cell{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:8px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem;font-weight:600;position:relative}.cal-date-cell.detected{background:#1e3a8a66;border-color:#ff751f;color:#fff}.cell-indicator{position:absolute;bottom:4px;width:4px;height:4px;background-color:#ff751f;border-radius:50%}.mockup-form-ui{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:12px}.form-card-inner{background:#fff;border-radius:18px;padding:24px;text-align:left;box-shadow:0 15px 35px #0003}.form-mock-question{color:#0f172a;font-size:1.1rem;font-weight:700;margin:0 0 8px}.form-mock-sub{color:#64748b;font-size:.78rem;margin:0 0 20px}.form-mock-options{display:flex;flex-direction:column;gap:10px}.form-mock-opt{border:1px solid #cbd5e1;padding:12px 16px;border-radius:10px;font-size:.9rem;font-weight:600;color:#334155;display:flex;justify-content:space-between;align-items:center}.form-mock-opt.active{border-color:#1e3a8a;background-color:#1e3a8a08;color:#1e3a8a}.opt-check{color:#ff751f;font-weight:700}.mockup-officer-ui-expanded{background:#0f172a73;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:20px;width:100%;box-shadow:0 30px 60px #0006;box-sizing:border-box}.simulation-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.live-feed-badge{background-color:#ef444426;border:1px solid rgba(239,68,68,.4);color:#f87171;font-size:.7rem;font-weight:800;padding:4px 10px;border-radius:6px;letter-spacing:1px;display:inline-flex;align-items:center;gap:6px}.live-dot-pulse{width:6px;height:6px;background-color:#ef4444;border-radius:50%;display:inline-block;animation:flash 1s infinite alternate}@keyframes flash{0%{opacity:.3}to{opacity:1}}.simulation-timer{color:#94a3b8;font-size:.8rem;font-family:monospace;font-weight:700}.officer-carousel-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px}.officer-profile-node{background:#fff;border-radius:16px;padding:16px 10px;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-sizing:border-box}.officer-profile-node.principal{flex:1.4;z-index:3;border:2px solid #ff751f;box-shadow:0 15px 35px #ff751f26}.officer-profile-node.minor{flex:.8;opacity:.35;background:#ffffffe6;transform:scale(.9)}.service-card:hover .officer-profile-node.minor.left{transform:scale(.92) translate(-6px);opacity:.5}.service-card:hover .officer-profile-node.minor.right{transform:scale(.92) translate(6px);opacity:.5}.avatar-shield{width:55px;height:55px;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.avatar-shield.premium{background:#1e3a8a1a;color:#1e3a8a;position:relative}.avatar-shield.low-opacity{background:#e2e8f0;color:#64748b}.officer-star-rating{position:absolute;bottom:-4px;background:#1e3a8a;color:#fff;font-size:.55rem;padding:2px 6px;border-radius:10px;letter-spacing:.5px}.officer-profile-node h5{color:#0f172a;margin:4px 0 2px;font-size:.95rem;font-weight:800}.officer-profile-node h6{color:#334155;margin:0;font-size:.8rem;font-weight:700}.officer-sub-label{font-size:.72rem;color:#64748b;font-weight:600;display:block}.live-audio-waves{display:flex;justify-content:center;align-items:center;gap:3px;height:15px;margin-top:12px}.live-audio-waves span{width:3px;height:4px;background-color:#1e3a8a;border-radius:2px;animation:surge .8s ease-in-out infinite alternate}.live-audio-waves span:nth-child(2){animation-delay:.15s;height:10px}.live-audio-waves span:nth-child(3){animation-delay:.3s;height:14px}.live-audio-waves span:nth-child(4){animation-delay:.45s;height:8px}@keyframes surge{0%{transform:scaleY(.4)}to{transform:scaleY(1.3)}}.simulation-metrics-footer{background:#ffffff0f;border-top:1px solid rgba(255,255,255,.08);padding-top:15px}.metric-score-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#e2e8f0;font-size:.75rem;font-weight:700}.score-progress-container{flex:1;height:6px;background:#ffffff1a;border-radius:4px;overflow:hidden}.score-progress-fill{width:92%;height:100%;background:linear-gradient(90deg,#ff751f,#ff9d5c);border-radius:4px}.score-percentage{color:#ff751f;font-weight:800}.visual-status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:30px;font-size:.85rem;font-weight:700;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.visual-status-pill.floating-pill{position:absolute;bottom:25px;z-index:5}.visual-status-pill.success{background:#22c55e26;border:1px solid rgba(34,197,94,.4);color:#4ade80}.visual-status-pill.orange{background:#ff751f26;border:1px solid rgba(255,117,31,.4);color:#ff9d5c}.visual-status-pill.mini-pill{padding:4px 10px;font-size:.7rem}.pulse-dot{width:8px;height:8px;background-color:currentColor;border-radius:50%;position:relative}.pulse-dot:after{content:"";position:absolute;width:100%;height:100%;background:currentColor;border-radius:50%;animation:card-pulse 1.8s infinite ease-in-out;left:0;top:0}@keyframes card-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.8);opacity:0}}.service-content-panel{flex:1.3;padding:60px;display:flex;flex-direction:column;justify-content:center;text-align:left;background-color:#fff}.service-card-badge{background-color:#ff751f14;color:#ff751f;font-size:.8rem;font-weight:700;padding:4px 12px;border-radius:6px;width:fit-content;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px}.service-card-title{color:#0f172a;font-size:1.8rem;font-weight:800;margin:0 0 16px;line-height:1.3}.service-card-desc{color:#475569;font-size:1.05rem;line-height:1.6;margin:0 0 28px}.service-card-footer{border-top:1px dashed #e2e8f0;padding-top:20px;margin-bottom:30px}.footer-meta-title{font-size:.8rem;text-transform:uppercase;color:#94a3b8;font-weight:700;letter-spacing:.5px;display:block;margin-bottom:10px}.footer-tag-group{display:flex;flex-wrap:wrap;gap:10px}.footer-tag{background-color:#f1f5f9;color:#334155;font-size:.85rem;font-weight:600;padding:6px 14px;border-radius:20px}.service-action-btn{background:transparent;border:2px solid #1e3a8a;color:#1e3a8a;font-size:1rem;font-weight:700;padding:12px 28px;border-radius:12px;cursor:pointer;width:fit-content;display:inline-flex;align-items:center;gap:10px;transition:all .25s ease}.btn-arrow{transition:transform .2s ease}.service-action-btn:hover{background-color:#1e3a8a;color:#fff}.service-action-btn:hover .btn-arrow{transform:translate(5px)}@media(max-width:1024px){.services-container{padding:60px 20px}.services-main-title{font-size:2.2rem}.service-card,.card-reverse{flex-direction:column;min-height:auto}.service-visual-panel{padding:60px 20px;min-height:380px}.service-content-panel{padding:40px 30px}}.usa-timeline-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:60px 40px;max-width:1550px;margin:0 auto;text-align:center}.usa-timeline-section{margin-bottom:80px;padding:0 20px}.usa-timeline-title{color:#111827;font-size:2.3rem;font-weight:700;margin-bottom:65px}.usa-timeline-divider{border:0;height:1px;background:#e5e7eb;margin:70px 0}.usa-timeline-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.usa-timeline-line{position:absolute;top:50px;left:3%;right:3%;height:2px;background-color:#e5e7eb;z-index:1}.usa-timeline-steps{display:flex;justify-content:space-between;align-items:flex-start;width:100%;z-index:2}.usa-timeline-item{display:flex;flex-direction:column;align-items:center;flex:1;padding:0 12px;cursor:pointer;transition:transform .3s cubic-bezier(.25,.8,.25,1)}.usa-timeline-item:hover{transform:translateY(-8px)}.usa-icon-circle{width:100px;height:100px;border-radius:50%;background-color:#fff;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:all .3s ease;box-shadow:0 4px 10px #0000000a}.usa-timeline-item:hover .usa-icon-circle{border-color:#1e3a8a;background-color:#f8fafc;box-shadow:0 10px 20px #1e3a8a26}.usa-icon-render{font-size:2rem}.usa-step-number{color:#4b5563;font-size:1.15rem;font-weight:700;margin:0 0 12px;transition:color .2s ease}.usa-timeline-item:hover .usa-step-number{color:#111827}.usa-step-desc{color:#1e3a8a;font-size:1.05rem;font-weight:700;line-height:1.4;margin:0;max-width:170px;transition:color .2s ease}@media(max-width:1150px){.usa-timeline-container{padding:40px 20px}.usa-timeline-wrapper{flex-direction:column;align-items:flex-start;padding-left:20px}.usa-timeline-line{top:0;bottom:0;left:70px;width:2px;height:100%}.usa-timeline-steps{flex-direction:column;gap:40px}.usa-timeline-item{flex-direction:row;align-items:center;text-align:left;width:100%;padding:0}.usa-timeline-item:hover{transform:translate(6px)}.usa-icon-circle{margin-bottom:0;margin-right:25px;width:86px;height:86px;flex-shrink:0}.usa-step-number{margin:0 15px 0 0;min-width:75px}.usa-step-desc{max-width:100%}}.countryReviews{position:relative;overflow:hidden;padding:clamp(58px,8vw,96px) 0;background:radial-gradient(circle at top right,rgba(255,117,31,.1),transparent 30%),linear-gradient(180deg,#fff,#f7faff 52%,#fff)}.countryReviews__container{max-width:1180px}.countryReviews__heading{max-width:760px}.countryReviews__eyebrow{margin:0 0 12px;color:#ff751f;font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.countryReviews__heading h2{margin:0;color:#07111f;font-size:clamp(1.9rem,3.3vw,3.2rem);line-height:1.05;font-weight:900;letter-spacing:0}.countryReviews__heading p:not(.countryReviews__eyebrow){margin:16px 0 0;color:#526173;font-size:clamp(.98rem,1.5vw,1.1rem);line-height:1.58;font-weight:620}.countryReviews__overview{margin-top:clamp(28px,5vw,48px);display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:14px;align-items:stretch}.countryReviews__filters,.countryReviews__card{border:1px solid rgba(202,213,229,.9);border-radius:8px;background:#ffffffe0;box-shadow:0 18px 42px #11204c12}.countryReviews__scoreCard{position:relative;overflow:hidden;min-height:132px;padding:18px 20px;display:grid;align-content:center;gap:12px;border-left:4px solid #ff751f;border-radius:8px;color:#0b1b3a;background:linear-gradient(90deg,rgba(45,85,160,.1),transparent 58%),#fff;box-shadow:inset 0 0 0 1px #2d55a01f}.countryReviews__scoreCard:after{display:none}.countryReviews__scoreBody{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.countryReviews__scoreLabel{width:fit-content;color:#2d55a0;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.countryReviews__scoreBody strong{color:#2d55a0;font-size:clamp(2.45rem,5vw,3.5rem);line-height:.9;font-weight:950;letter-spacing:0}.countryReviews__scoreBody>div{display:grid;gap:5px}.countryReviews__scoreBody small{color:#59687a;font-size:.82rem;font-weight:650}.countryReviews__scoreMeta{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.countryReviews__scoreMeta span{display:flex;align-items:center;gap:8px;color:#33415c;font-size:.78rem;font-weight:720}.countryReviews__scoreMeta span:before{content:"";width:8px;height:8px;border-radius:50%;background:#ff751f;box-shadow:0 0 0 3px #ff751f24}.countryReviews__keywords{padding:18px 20px;border-top:1px solid rgba(45,85,160,.16);border-bottom:1px solid rgba(45,85,160,.16);background:linear-gradient(90deg,rgba(255,117,31,.06),transparent 45%),#ffffff94}.countryReviews__keywords h3{margin:0;color:#07111f;font-size:clamp(1rem,1.5vw,1.18rem);font-weight:900}.countryReviews__keywordList{margin-top:13px;display:flex;flex-wrap:wrap;gap:8px}.countryReviews__keyword{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:7px 10px;border-left:2px solid #ff751f;border-radius:6px;background:#f4f8ffd1;color:#173668;font-size:.78rem;font-weight:780}.countryReviews__keyword svg{width:15px;height:15px;flex:0 0 auto;border-radius:999px;background:#ff751f1f;color:#ff751f}.countryReviews__filters{margin-top:14px;width:min(760px,100%);margin-left:auto;margin-right:auto;padding:12px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.countryReviews__filters label{flex:0 1 230px;display:grid;gap:5px}.countryReviews__filters span{color:#25324a;font-size:.68rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.countryReviews__filters select{width:100%;min-height:36px;padding:0 38px 0 13px;border:1px solid #d6dfed;border-radius:8px;background:#fff;color:#172345;font:inherit;font-size:.9rem;font-weight:680;cursor:pointer;outline:none}.countryReviews__filters select:focus{border-color:#2d55a0;box-shadow:0 0 0 3px #2d55a01f}.countryReviews__list{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.countryReviews__card{position:relative;padding:24px;display:grid;align-content:start;gap:16px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.countryReviews__card:hover{transform:translateY(-5px);border-color:#2d55a047;box-shadow:0 24px 48px #11204c1c}.countryReviews__badge{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:7px 10px;border-radius:999px;background:#ff751f1f;color:#cf5c11;font-size:.76rem;font-weight:850}.countryReviews__badge svg{width:14px;height:14px}.countryReviews__cardTop{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;padding-right:126px}.countryReviews__avatar{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#2d55a0,#183b7c);color:#fff;font-size:1rem;font-weight:900;box-shadow:0 0 0 4px #eef4ff,0 10px 20px #2d55a02e}.countryReviews__person h3{margin:0;color:#07111f;font-size:1.04rem;font-weight:900}.countryReviews__person p{margin:5px 0 0;display:flex;flex-wrap:wrap;gap:10px;color:#5d6878;font-size:.88rem;font-weight:650}.countryReviews__person p span+span:before{content:"|";margin-right:10px;color:#9aa7b8}.countryReviews__ratingRow{display:flex;align-items:center;gap:14px;color:#586579;font-size:.9rem;font-weight:680}.countryReviews__stars{display:inline-flex;align-items:center;gap:6px}.countryReviews__stars svg{width:15px;height:15px;fill:#ff751f}.countryReviews__scoreBody .countryReviews__stars svg{width:13px;height:13px;fill:#ff751f}.countryReviews__tag{width:fit-content;padding:8px 10px;border-radius:999px;background:#eef4ff;color:#2d55a0;font-size:.76rem;font-weight:850;text-transform:uppercase}.countryReviews__card h4{margin:0;color:#07111f;font-size:1.08rem;line-height:1.35;font-weight:900}.countryReviews__text{margin:0;color:#33415c;font-size:.98rem;line-height:1.62}@media(max-width:900px){.countryReviews__overview{grid-template-columns:1fr}.countryReviews__heading{max-width:none}}@media(max-width:760px){.countryReviews__list{grid-template-columns:1fr}}@media(max-width:560px){.countryReviews{padding:50px 0 62px}.countryReviews__scoreCard,.countryReviews__keywords,.countryReviews__card{padding:20px}.countryReviews__filters{display:grid}.countryReviews__cardTop{padding-right:0}.countryReviews__badge{position:static;width:fit-content;order:-1}.countryReviews__ratingRow{align-items:flex-start;flex-direction:column;gap:8px}}.emiratesAccess{margin:56px 0;padding:clamp(34px,5vw,52px) 0 clamp(36px,5vw,58px);border-top:1px solid rgba(214,223,239,.88);border-bottom:1px solid rgba(214,223,239,.88);background:radial-gradient(circle at 50% 58%,rgba(45,85,160,.1),transparent 34%),linear-gradient(180deg,#fff,#f7faff 58%,#fff)}.emiratesAccess__header{display:grid;gap:9px;max-width:700px}.emiratesAccess__eyebrow{margin:0;color:#ff751f;font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.emiratesAccess__title{position:relative;margin:0;width:fit-content;color:#07111f;font-size:clamp(1.55rem,2.6vw,2.3rem);line-height:1.12;font-weight:900;letter-spacing:0}.emiratesAccess__title:after{content:"";position:absolute;left:0;bottom:-12px;width:min(100%,116px);height:3px;border-radius:999px;background:linear-gradient(90deg,#2d55a0,#ff751f)}.emiratesAccess__subtitle{margin:18px 0 0;max-width:620px;color:#526173;font-size:.98rem;line-height:1.58;font-weight:620}.emiratesAccess__chartWrap{margin-top:clamp(26px,5vw,46px);display:grid;justify-items:center;gap:18px}.emiratesAccess__chart{width:min(100%,620px);height:auto;overflow:visible}.emiratesAccess__segment{cursor:default;transform-box:fill-box;transform-origin:center;transition:transform .22s ease,filter .22s ease}.emiratesAccess__segment:hover{transform:scale(1.02)}.emiratesAccess__segmentImage{transition:filter .22s ease}.emiratesAccess__segment:hover .emiratesAccess__segmentImage{filter:saturate(1.08) contrast(1.03)}.emiratesAccess__imageShade{fill:#03081229;transition:fill .22s ease}.emiratesAccess__segment:hover .emiratesAccess__imageShade{fill:#03081212}.emiratesAccess__segmentBorder{fill:none;stroke:url(#emirates-border-gradient);stroke-width:5.5;stroke-linejoin:round}.emiratesAccess__segmentNumber,.emiratesAccess__segmentName,.emiratesAccess__centerCount,.emiratesAccess__centerTitle,.emiratesAccess__centerText{text-anchor:middle;pointer-events:none}.emiratesAccess__segmentNumber{fill:#fff;font-size:20px;font-weight:950;filter:drop-shadow(0 2px 5px rgba(0,0,0,.36))}.emiratesAccess__segmentName{fill:#fff;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;filter:drop-shadow(0 2px 5px rgba(0,0,0,.42))}.emiratesAccess__centerDisc{fill:#fff;stroke:#2d55a01f;stroke-width:2;filter:drop-shadow(0 12px 22px rgba(17,32,76,.12))}.emiratesAccess__centerCount{fill:#ff751f;font-size:44px;font-weight:950}.emiratesAccess__centerTitle{fill:#2d55a0;font-size:18px;font-weight:900;text-transform:uppercase}.emiratesAccess__centerText{fill:#526173;font-size:13px;font-weight:760}.emiratesAccess__legend{display:flex;max-width:760px;flex-wrap:wrap;justify-content:center;gap:8px}.emiratesAccess__legend span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:7px 10px;border:1px solid rgba(45,85,160,.14);border-radius:999px;background:#ffffffdb;color:#173668;font-size:.82rem;font-weight:800;box-shadow:0 10px 22px #11204c0f}.emiratesAccess__legend span:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--emirate-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--emirate-color) 18%,transparent)}@media(max-width:760px){.emiratesAccess__header{max-width:none}.emiratesAccess__chart{width:min(100%,540px)}.emiratesAccess__segmentNumber{font-size:18px}.emiratesAccess__segmentName{font-size:12px}}@media(max-width:560px){.emiratesAccess{margin:42px 0;padding:28px 0 34px}.emiratesAccess__subtitle{font-size:.92rem}.emiratesAccess__chartWrap{margin-top:28px}.emiratesAccess__segmentBorder{stroke-width:4.5}.emiratesAccess__segmentNumber{font-size:15px}.emiratesAccess__segmentName{font-size:9.8px}.emiratesAccess__centerCount{font-size:38px}.emiratesAccess__centerTitle{font-size:15px}.emiratesAccess__centerText{font-size:11px}.emiratesAccess__legend{justify-content:flex-start}}.countrySources{padding:clamp(48px,7vw,78px) 0;background:linear-gradient(90deg,rgba(45,85,160,.08),transparent 34%),#fff}.countrySources__container{max-width:1180px}.countrySources__top{display:flex;align-items:end;justify-content:space-between;gap:18px}.countrySources__eyebrow{margin:0 0 10px;color:#ff751f;font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.countrySources__top h2{margin:0;max-width:620px;color:#07111f;font-size:clamp(1.55rem,2.6vw,2.35rem);line-height:1.1;font-weight:900;letter-spacing:0}.countrySources__status{flex:0 0 auto;padding:8px 12px;border:1px solid rgba(45,85,160,.16);border-radius:999px;background:#f4f8ff;color:#2d55a0;font-size:.78rem;font-weight:850}.countrySources__body{margin-top:24px;display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:16px;align-items:start}.countrySources__note{padding:20px;border:1px solid rgba(202,213,229,.9);border-radius:8px;background:#fff;box-shadow:0 16px 34px #11204c0f}.countrySources__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#ff751f1f;color:#ff751f}.countrySources__icon svg{width:22px;height:22px}.countrySources__note p{margin:14px 0 0;color:#3a4659;font-size:.96rem;line-height:1.6;font-weight:620}.countrySources__note a{color:#2d55a0;font-weight:850;text-decoration:underline;text-underline-offset:3px}.countrySources__list{display:grid;gap:10px}.countrySources__item{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;min-height:82px;padding:14px 16px;border:1px solid rgba(202,213,229,.9);border-radius:8px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 28px #11204c0b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.countrySources__item:hover{transform:translateY(-3px);border-color:#2d55a047;box-shadow:0 18px 38px #11204c17}.countrySources__number{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,#2d55a0,#173668);color:#fff;font-size:.86rem;font-weight:950}.countrySources__content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr);gap:5px 18px;align-items:center}.countrySources__content strong{color:#07111f;font-size:1rem;line-height:1.25;font-weight:900}.countrySources__content small{grid-column:1;color:#5b6879;font-size:.88rem;line-height:1.45;font-weight:620}.countrySources__content em{grid-column:2;grid-row:1 / span 2;justify-self:end;color:#2d55a0;font-size:.84rem;line-height:1.35;font-style:normal;font-weight:760;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}@media(max-width:820px){.countrySources__top{align-items:start;flex-direction:column}.countrySources__body{grid-template-columns:1fr}}@media(max-width:520px){.countrySources{padding:42px 0 54px}.countrySources__item{grid-template-columns:40px minmax(0,1fr)}.countrySources__content{grid-template-columns:1fr}.countrySources__content em{grid-column:1;grid-row:auto;justify-self:start}.countrySources__number{width:38px;height:38px}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.countryMapHero,.countryMapHero__map,.countryMapHero__depth{position:absolute;inset:0}.countryMapHero{background:#7fd7e4;min-height:100vh}@media(max-width:900px){.countryMapHero{min-height:auto;height:930px}@media(max-width:640px){.countryMapHero{min-height:auto;height:930px}}}.countryMapHero__map{z-index:0}.countryMapHero__depth{z-index:2;pointer-events:none;box-shadow:inset 0 26px 42px #0d1f3d0f,inset 0 -56px 82px #0d1f3d29,inset 52px 0 74px #0d1f3d0f,inset -52px 0 74px #0d1f3d0f}.countryMapHero .maplibregl-ctrl-attrib{color:#17335fb8;background:#ffffffc7;border-radius:10px 0 0;font-size:10px}.countryMapHero .maplibregl-ctrl-attrib a{color:#2d55a0db}.countryHero{position:relative;width:min(1152px,calc(100% - 48px));min-height:clamp(460px,48vw,600px);margin:0 auto;border-radius:16px;overflow:hidden;background:#0f172d;box-shadow:0 18px 40px #0f172d1f}.countryHero__mediaWrap,.countryHero__video,.countryHero__image,.countryHero__overlay{position:absolute;inset:0}.countryHero__video,.countryHero__image{width:100%;height:100%;object-fit:cover}.countryHero__image{background-position:center;background-repeat:no-repeat;background-size:cover}.countryHero__overlay{pointer-events:none;background:linear-gradient(180deg,#040a175c,#040a172e 18%,#040a1757),radial-gradient(circle at 50% 48%,rgba(255,255,255,.08),transparent 24%),linear-gradient(90deg,#080b132e,#080b131f)}.countryHero--map .countryHero__overlay{background:linear-gradient(180deg,#0d1f3d03 0% 48%,#0d1f3d1f)}.countryHero__content{position:relative;z-index:1;min-height:clamp(460px,48vw,600px);padding:86px 20px 76px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.countryHero__title{margin:0;max-width:920px;color:#fff;font-size:clamp(2.1rem,4vw,3.1rem);line-height:1.08;font-weight:800;text-shadow:0 6px 24px rgba(0,0,0,.3)}.countryHero__guarantee{margin-top:18px;min-width:min(304px,calc(100vw - 72px));padding:13px 26px;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:#5f4936ad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff5e9;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:700;box-shadow:inset 0 1px #ffffff38,0 14px 26px #00000029}.countryHero__cta{margin-top:32px;min-width:min(350px,calc(100vw - 72px));min-height:42px;padding:12px 28px;border:none;border-radius:10px;background:#4f56f4;color:#fff;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 16px 30px #2b3ac447,inset 0 1px #ffffff2e;transition:transform .18s ease,filter .18s ease}.countryHero__cta:hover{transform:translateY(-2px);filter:brightness(1.05)}.countryHero__cta:active{transform:translateY(0)}.countryVisaTypes{background:linear-gradient(180deg,#fff8f3,#fff 38%,#f6f8fc)}.countryVisaTypes .container--wide{padding-left:clamp(32px,4vw,64px);padding-right:clamp(32px,4vw,64px)}.countryVisaTypes__header{max-width:820px}.countryVisaTypes__eyebrow{margin:0;color:#23498f;font-size:1rem;font-weight:700}.countryVisaTypes__title{margin:10px 0 0;color:#162445}.countryVisaTypes__subtitle{margin:10px 0 0;color:#6a768f;max-width:710px}.countryVisaTypes__grid{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:14px;justify-content:flex-start}.countryVisaTypes__card{position:relative;border:1px solid rgba(208,218,235,.92);border-radius:18px;background:#fff;text-align:left;cursor:pointer;padding:0;overflow:hidden;box-shadow:0 18px 34px #1b2c5c14;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.countryVisaTypes__card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #1b2c5c24}.countryVisaTypes__card.is-active{border-color:#ff751f;background:linear-gradient(180deg,#ff8a3d,#ff751f);box-shadow:0 20px 36px #ff751f3d}.countryVisaTypes__card.is-active:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:14px solid #ff751f;transform:translate(-50%)}.countryVisaTypes__tag{position:absolute;top:0;right:0;padding:7px 14px 8px;border-bottom-left-radius:14px;background:linear-gradient(180deg,#3d6cc5,#2d55a0);color:#fff8f3;font-size:.76rem;font-weight:800;text-transform:lowercase;letter-spacing:.01em}.countryVisaTypes__cardBody{padding:22px 16px 16px}.countryVisaTypes__cardTitle{margin:0;min-height:50px;color:#162445;font-size:.98rem;line-height:1.35;font-weight:700}.countryVisaTypes__cardText{margin:10px 0 0;min-height:38px;color:#6d7690;font-size:.84rem;line-height:1.4}.countryVisaTypes__meta{margin-top:14px;padding-top:14px;border-top:1px solid rgba(214,220,232,.95)}.countryVisaTypes__metaItem{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#162445;font-size:.86rem}.countryVisaTypes__metaIcon{width:20px;height:20px;display:grid;place-items:center;border-radius:999px;border:1px solid currentColor;font-size:.72rem;line-height:1;flex:0 0 auto}.countryVisaTypes__metaIcon svg,.countryVisaTypes__metaValueIcon svg,.countryVisaTypes__documentsTitleIcon svg{width:100%;height:100%;display:block}.countryVisaTypes__metaLabelWrap{flex:1;min-width:0}.countryVisaTypes__metaLabel{font-weight:600}.countryVisaTypes__metaValueWrap{display:inline-flex;align-items:center;gap:8px}.countryVisaTypes__metaValueIcon{width:22px;height:22px;display:inline-grid;place-items:center;color:inherit;flex:0 0 auto}.countryVisaTypes__metaValue{font-weight:700}.countryVisaTypes__footer{margin-top:14px;padding-top:14px;border-top:1px solid rgba(214,220,232,.95);display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.countryVisaTypes__footerMetric{display:flex;flex-direction:column;gap:6px}.countryVisaTypes__footerLabel{color:#55617c;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.countryVisaTypes__footerValue{color:#162445;font-size:.98rem;font-weight:700}.countryVisaTypes__footerMetric--price .countryVisaTypes__footerValue{color:#ff751f;font-size:1.08rem}.countryVisaTypes__card.is-active .countryVisaTypes__cardTitle,.countryVisaTypes__card.is-active .countryVisaTypes__cardText,.countryVisaTypes__card.is-active .countryVisaTypes__metaItem,.countryVisaTypes__card.is-active .countryVisaTypes__footerLabel,.countryVisaTypes__card.is-active .countryVisaTypes__footerValue{color:#fff}.countryVisaTypes__card.is-active .countryVisaTypes__meta,.countryVisaTypes__card.is-active .countryVisaTypes__footer{border-top-color:#ffffff47}.countryVisaTypes__card.is-active .countryVisaTypes__footerMetric--price .countryVisaTypes__footerValue{color:#fff7f0}.countryVisaTypes__details{margin-top:28px;padding:26px;border:1px solid rgba(255,184,141,.42);border-radius:26px;background:radial-gradient(circle at top right,rgba(255,191,154,.24),transparent 24%),linear-gradient(180deg,#fffdfb,#fff6ef);box-shadow:0 18px 34px #1b2c5c14}.countryVisaTypes__detailsIntro{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid rgba(255,117,31,.16)}.countryVisaTypes__detailsLead{flex:1}.countryVisaTypes__detailsEyebrow{margin:0;color:#ff751f;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.countryVisaTypes__detailsTitle{margin:6px 0 0;color:#162445}.countryVisaTypes__detailsText{margin:10px 0 0;max-width:620px;color:#5e6982}.countryVisaTypes__detailsChips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.countryVisaTypes__chip{display:inline-flex;align-items:center;min-height:34px;padding:8px 14px;border-radius:999px;background:#ff751f1a;color:#d15d14;font-size:.82rem;font-weight:800;text-transform:capitalize}.countryVisaTypes__detailsStats{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:12px}.countryVisaTypes__stat{padding:15px 16px;border-radius:18px;background:#fff;border:1px solid rgba(221,228,242,.9)}.countryVisaTypes__statLabel{display:block;color:#5a6784;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.countryVisaTypes__statValue{display:block;margin-top:8px;color:#17335f;font-size:1rem;font-weight:700;line-height:1.35}.countryVisaTypes__stat--accent{background:linear-gradient(180deg,#ff8a3d,#ff751f);border-color:transparent}.countryVisaTypes__stat--accent .countryVisaTypes__statLabel,.countryVisaTypes__stat--accent .countryVisaTypes__statValue{color:#fff}.countryVisaTypes__documents{margin-top:22px}.countryVisaTypes__documentsTitle{margin:0;color:#162445;display:inline-flex;align-items:center;gap:10px}.countryVisaTypes__documentsTitleIcon{width:20px;height:20px;display:inline-grid;place-items:center;color:#ff751f;flex:0 0 auto}.countryVisaTypes__documentGrid{margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(146px,1fr));gap:30px 18px}.countryVisaTypes__documentCard{display:grid;justify-items:center;align-content:start;gap:14px;text-align:center}.countryVisaTypes__documentTile{width:86px;height:86px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(180deg,#f7f8ff,#eef3fb);color:#49546d;box-shadow:inset 0 1px #ffffffd1,0 12px 22px #11204c14}.countryVisaTypes__documentTile svg{width:42px;height:42px;display:block}.countryVisaTypes__documentTile.tone-blue{background:linear-gradient(180deg,#eaf4ff,#d9ebff);color:#2468d9}.countryVisaTypes__documentTile.tone-indigo{background:linear-gradient(180deg,#eef0ff,#dde2ff);color:#4a55d7}.countryVisaTypes__documentTile.tone-rose{background:linear-gradient(180deg,#fff0f3,#ffe0e8);color:#cf4c66}.countryVisaTypes__documentTile.tone-violet{background:linear-gradient(180deg,#f0edff,#e5ddff);color:#6250d4}.countryVisaTypes__documentTile.tone-green{background:linear-gradient(180deg,#e4f5ea,#d3f0de);color:#23804c}.countryVisaTypes__documentTile.tone-emerald{background:linear-gradient(180deg,#def8ef,#c8f0df);color:#15825f}.countryVisaTypes__documentTile.tone-amber{background:linear-gradient(180deg,#fff5df,#ffe9ba);color:#c98713}.countryVisaTypes__documentTile.tone-cyan{background:linear-gradient(180deg,#e5f9ff,#cff3ff);color:#0783a8}.countryVisaTypes__documentTile.tone-orange{background:linear-gradient(180deg,#fff1e6,#ffdec7);color:#d15d14}.countryVisaTypes__documentTile.tone-sky{background:linear-gradient(180deg,#e7f4ff,#d4ebff);color:#2366c8}.countryVisaTypes__documentTile.tone-purple{background:linear-gradient(180deg,#f3ecff,#e8d8ff);color:#7a3fd0}.countryVisaTypes__documentTile.tone-slate{background:linear-gradient(180deg,#edf1f8,#dde5f1);color:#415083}.countryVisaTypes__documentTile.tone-pink{background:linear-gradient(180deg,#fff0fa,#ffdff2);color:#c83d83}.countryVisaTypes__documentTile.tone-teal{background:linear-gradient(180deg,#e3f8f4,#cef0e9);color:#11806f}.countryVisaTypes__documentTile.tone-lime{background:linear-gradient(180deg,#eff8db,#e0efbd);color:#6d8315}.countryVisaTypes__documentLabelWrap{display:flex;align-items:flex-start;justify-content:center;max-width:100%}.countryVisaTypes__documentLabel{color:#162445;font-size:.96rem;font-weight:500;line-height:1.25}.countryVisaJourney{background:linear-gradient(180deg,#fffefc,#fff7f0 34%,#f6f8fc)}.countryVisaJourney .container--wide{padding-left:clamp(32px,4vw,64px);padding-right:clamp(32px,4vw,64px)}.countryVisaJourney__layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:34px;align-items:start}.countryVisaJourney__content{min-width:0}.countryVisaJourney__block+.countryVisaJourney__block{margin-top:42px}.countryVisaJourney__title,.countryVisaJourney__subTitle{margin:0;color:#142347}.countryVisaJourney__title{max-width:760px;line-height:1.15}.countryVisaJourney__subText{margin:14px 0 0;color:#66758d}.countryVisaJourney__timelineList{margin-top:26px;display:grid;gap:22px}.countryVisaJourney__timelineItem{display:grid;gap:14px}.countryVisaJourney__timelineCard{position:relative;padding:28px 22px 22px;border:1px solid rgba(220,227,241,.95);border-radius:22px;background:linear-gradient(180deg,#fff,#fdf7f1);box-shadow:0 14px 28px #1320480f}.countryVisaJourney__timelineCard.is-active{background:radial-gradient(circle at top right,rgba(255,191,154,.16),transparent 30%),#fff;border-color:#ff751f;box-shadow:0 16px 34px #ff751f24}.countryVisaJourney__timelineBadge{position:absolute;top:-13px;left:16px;z-index:2;padding:7px 15px;border-radius:999px;background:#fff1e6;color:#d15d14;font-size:.82rem;font-weight:800;line-height:1;box-shadow:0 0 0 6px #fffaf6}.countryVisaJourney__timelineBadge.is-accent{background:linear-gradient(180deg,#3d6cc5,#2d55a0);color:#fff;box-shadow:0 0 0 6px #fffaf6}.countryVisaJourney__timelineMain{display:flex;align-items:center;justify-content:space-between;gap:20px}.countryVisaJourney__timelineLeft{display:flex;align-items:flex-start;gap:16px}.countryVisaJourney__timelineIcon{width:24px;height:24px;color:#ff751f;flex:0 0 auto}.countryVisaJourney__timelineIcon svg,.countryVisaJourney__priceTopPill svg,.countryVisaJourney__rejectionIcon svg,.countryVisaJourney__travellersLabel svg,.countryVisaJourney__feeLabel svg,.countryVisaJourney__helpButton svg,.countryVisaJourney__travellerControls button svg{width:100%;height:100%;display:block}.countryVisaJourney__timelineDate{color:#162445;font-size:1.15rem;font-weight:800;line-height:1.25}.countryVisaJourney__timelineLink{margin-top:12px;border:none;background:transparent;padding:0;color:#23498f;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;position:relative;transition:color .18s ease}.countryVisaJourney__timelineLink:hover{color:#ff751f}.countryVisaJourney__timelineLinkText{position:relative;display:inline-block}.countryVisaJourney__timelineLinkText:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .2s ease;opacity:.85}.countryVisaJourney__timelineLink:hover .countryVisaJourney__timelineLinkText:after,.countryVisaJourney__timelineLink[aria-expanded=true] .countryVisaJourney__timelineLinkText:after{transform:scaleX(1)}.countryVisaJourney__timelineLinkChevron{width:16px;height:16px;display:inline-grid;place-items:center;color:currentColor;transition:transform .18s ease}.countryVisaJourney__timelineLinkChevron svg{width:100%;height:100%;display:block}.countryVisaJourney__timelineLinkChevron.is-open{transform:rotate(180deg)}.countryVisaJourney__timelineAction{min-width:112px;height:44px;border-radius:12px;border:1px solid rgba(35,73,143,.2);background:#fff;color:#24345c;font-weight:700;cursor:pointer}.countryVisaJourney__timelineAction.is-selected{border-color:#ff751f;background:linear-gradient(180deg,#ff8a3d,#ff751f);color:#fff}.countryVisaJourney__timelinePanel{padding:18px 20px;border:1px solid rgba(255,184,141,.36);border-radius:20px;background:radial-gradient(circle at top right,rgba(255,191,154,.14),transparent 24%),linear-gradient(180deg,#fffdfb,#fff7f1);box-shadow:0 14px 28px #11204c0f}.countryVisaJourney__timelinePanelHeader{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.countryVisaJourney__timelinePanelPill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;background:#fff;color:#415083;font-size:.81rem;font-weight:800;box-shadow:0 8px 18px #15234e0f}.countryVisaJourney__timelinePanelPill.is-accent{background:#ff751f1a;color:#d15d14}.countryVisaJourney__timelinePanelPill svg{width:16px;height:16px;flex:0 0 auto}.countryVisaJourney__timelinePanelSteps{margin-top:18px;display:grid;gap:14px}.countryVisaJourney__timelinePanelStep{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:start}.countryVisaJourney__timelinePanelStepIcon{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:999px;background:#ff751f1a;color:#ff751f}.countryVisaJourney__timelinePanelStepIcon svg{width:15px;height:15px;display:block}.countryVisaJourney__timelinePanelStepBody{min-width:0;padding-bottom:14px;border-bottom:1px solid rgba(223,230,241,.88)}.countryVisaJourney__timelinePanelStep:last-child .countryVisaJourney__timelinePanelStepBody{padding-bottom:0;border-bottom:none}.countryVisaJourney__timelinePanelStepTop{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.countryVisaJourney__timelinePanelStepTop strong{color:#162445;font-size:.97rem;font-weight:800}.countryVisaJourney__timelinePanelStepTop span{color:#d15d14;font-size:.82rem;font-weight:800;text-align:right}.countryVisaJourney__timelinePanelStepBody p{margin:6px 0 0;color:#65748f;font-size:.92rem;line-height:1.5}.countryVisaJourney__processFlow{margin-top:16px;display:grid;gap:10px}.countryVisaJourney__processStep{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:stretch}.countryVisaJourney__processRail{position:relative;display:flex;justify-content:center}.countryVisaJourney__processRail:before{content:"";position:absolute;top:0;bottom:-10px;left:50%;width:1.5px;background:linear-gradient(180deg,#3d6cc524,#3d6cc585);transform:translate(-50%)}.countryVisaJourney__processStep.is-last .countryVisaJourney__processRail:before{bottom:50%}.countryVisaJourney__processDot{width:8px;height:8px;margin-top:15px;border-radius:999px;background:#3d6cc5;box-shadow:0 0 0 2px #3d6cc51f;position:relative;z-index:1}.countryVisaJourney__processCard{width:min(100%,820px);padding:13px 15px 14px;border:1px solid rgba(214,223,239,.92);border-radius:16px;background:radial-gradient(circle at top right,rgba(255,191,154,.08),transparent 24%),#fff;box-shadow:0 8px 16px #11204c09}.countryVisaJourney__processStepLabel{display:inline-block;color:#3d6cc5;font-size:.76rem;font-weight:700;letter-spacing:.02em}.countryVisaJourney__processStepTitle{margin:6px 0 0;color:#162445;font-size:.94rem;font-weight:600;line-height:1.4}.countryVisaJourney__processStepText{margin:5px 0 0;color:#66758d;font-size:.88rem;line-height:1.5}.countryVisaJourney__processUpdates,.countryVisaJourney__processOutcomes{margin-top:12px;padding:10px 11px 9px;border:1px solid rgba(221,229,241,.92);border-radius:12px;background:linear-gradient(180deg,#fffefc,#f8fbff)}.countryVisaJourney__processUpdates{display:grid;gap:8px}.countryVisaJourney__processUpdateRow{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:start}.countryVisaJourney__processUpdateIcon{width:16px;height:16px;color:#3d6cc5;margin-top:2px}.countryVisaJourney__processUpdateIcon svg{width:100%;height:100%;display:block}.countryVisaJourney__processUpdateBody p{margin:0;color:#233456;font-size:.82rem;line-height:1.42}.countryVisaJourney__processUpdateMetaRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;padding-left:24px}.countryVisaJourney__processUpdateMeta{display:inline-flex;align-items:center;min-height:20px;padding:2px 8px;border-radius:999px;background:#3d6cc51a;color:#2d55a0;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.countryVisaJourney__processOutcomes{display:grid;gap:6px;padding:10px 12px;width:fit-content;max-width:100%}.countryVisaJourney__processOutcomeRow{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:12px;color:#203050;font-size:.84rem;line-height:1.4}.countryVisaJourney__processOutcomeBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:9px;font-size:.68rem;font-weight:800;text-align:center;white-space:nowrap}.countryVisaJourney__processOutcomeBadge.tone-success{background:#e4f5ea;color:#23804c}.countryVisaJourney__processOutcomeBadge.tone-warning{background:#fff3df;color:#c27a12}.countryVisaJourney__processOutcomeBadge.tone-danger{background:#ffe6e6;color:#cf3f3f}.countryVisaJourney__processOutcomeBadge.tone-neutral{background:#edf1f8;color:#415083}.countryVisaJourney__rejectionList{margin-top:18px;border-top:1px solid rgba(223,230,241,.88)}.countryVisaJourney__rejectionRow{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid rgba(223,230,241,.88)}.countryVisaJourney__rejectionIcon{width:22px;height:22px;color:#ff751f;flex:0 0 auto;margin-top:4px}.countryVisaJourney__rejectionTitle{color:#121821;font-size:1rem;font-weight:800}.countryVisaJourney__rejectionText{margin-top:6px;color:#66758d;line-height:1.5}.countryVisaJourney__transitTimeline{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:0;margin-top:18px;margin-left:clamp(8px,2vw,26px);margin-right:clamp(8px,2vw,26px);padding-top:1px}.countryVisaJourney__transitTimeline:before{content:"";position:absolute;top:0;left:4px;width:48px;height:2px;border-radius:999px;background:linear-gradient(90deg,#4b55ff,#4b55ff00)}.countryVisaJourney__transitRail{position:relative;display:grid;grid-template-rows:repeat(5,104px);gap:28px;justify-items:center;padding:0}.countryVisaJourney__transitRail:before{content:"";position:absolute;top:52px;bottom:52px;left:50%;width:2px;border-radius:999px;background:linear-gradient(180deg,#4b55ff,#1977ff 48%,#58d1ff);transform:translate(-50%)}.countryVisaJourney__transitRail span{position:relative;z-index:1;align-self:center;width:12px;height:12px;border:2px solid #2d66ff;border-radius:999px;background:#fff;box-shadow:0 0 0 4px #2d66ff14}.countryVisaJourney__transitRail span:nth-child(4),.countryVisaJourney__transitRail span:nth-child(5){border-color:#42bbff;box-shadow:0 0 0 4px #42bbff1a}.countryVisaJourney__transitCards{display:grid;gap:28px;padding-left:0}.countryVisaJourney__transitCard{display:grid;grid-template-columns:36px minmax(0,1fr);gap:16px;align-items:start;min-height:104px;padding:20px 22px;border:1px solid rgba(214,223,239,.95);border-radius:18px;background:radial-gradient(circle at top right,rgba(82,198,255,.08),transparent 28%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 28px #11204c0b}.countryVisaJourney__transitIcon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#f5f8ff;color:#43506a}.countryVisaJourney__transitIcon svg{width:21px;height:21px;display:block}.countryVisaJourney__transitIcon.tone-blue{background:#eaf4ff;color:#2468d9}.countryVisaJourney__transitIcon.tone-indigo{background:#eef0ff;color:#4a55d7}.countryVisaJourney__transitIcon.tone-amber{background:#fff5df;color:#c98713}.countryVisaJourney__transitIcon.tone-rose{background:#fff0f3;color:#cf4c66}.countryVisaJourney__transitIcon.tone-green{background:#eaf8ef;color:#268556}.countryVisaJourney__transitBody{min-width:0}.countryVisaJourney__transitTitleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.countryVisaJourney__transitTitleRow h4{margin:0;color:#030b1b;font-size:1.03rem;font-weight:700;line-height:1.35}.countryVisaJourney__transitBody p{margin:5px 0 0;color:#66758d;font-size:.96rem;line-height:1.45}.countryVisaJourney__transitBadge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:5px 10px;border-radius:999px;font-size:.68rem;font-weight:850;line-height:1;white-space:nowrap}.countryVisaJourney__transitBadge.tone-sky{background:#e7f4ff;color:#2366c8}.countryVisaJourney__transitBadge.tone-violet{background:#f0edff;color:#6250d4}.countryVisaJourney__transitBadge.tone-amber{background:#fff1d4;color:#a86600}.countryVisaJourney__transitBadge.tone-rose{background:#ffeaf0;color:#be3e5d}.countryVisaJourney__transitBadge.tone-green{background:#e4f5ea;color:#23804c}.countryVisaJourney__faqList{margin-top:18px;display:grid;gap:12px}.countryVisaJourney__faqItem{border:1px solid rgba(214,223,239,.92);border-radius:18px;background:radial-gradient(circle at top right,rgba(255,191,154,.08),transparent 24%),linear-gradient(180deg,#fff,#fffaf6);box-shadow:0 10px 20px #11204c09;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.countryVisaJourney__faqItem:hover,.countryVisaJourney__faqItem.is-open{border-color:#ff751f4d;box-shadow:0 14px 28px #11204c0d}.countryVisaJourney__faqTrigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:none;background:transparent;text-align:left;cursor:pointer}.countryVisaJourney__faqQuestion{color:#162445;font-size:.98rem;font-weight:700;line-height:1.45}.countryVisaJourney__faqChevron{width:20px;height:20px;flex:0 0 auto;color:#ff751f;transition:transform .18s ease}.countryVisaJourney__faqChevron svg{width:100%;height:100%;display:block}.countryVisaJourney__faqChevron.is-open{transform:rotate(180deg)}.countryVisaJourney__faqAnswerWrap{padding:0 20px 18px;border-top:1px solid rgba(223,230,241,.82);background:#f6f8fc8c}.countryVisaJourney__faqAnswer{margin:14px 0 0;color:#66758d;font-size:.92rem;line-height:1.65;max-width:760px}.countryVisaJourney__sidebar{position:sticky;top:50px}.countryVisaJourney__priceCard{position:relative}.countryVisaJourney__priceTop{display:flex;justify-content:flex-end;gap:8px;margin-bottom:-2px;position:relative;z-index:1}.countryVisaJourney__priceTopPill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;background:#fff;color:#415083;font-size:.82rem;font-weight:800;box-shadow:0 10px 24px #15234e14}.countryVisaJourney__priceTopPill svg{width:16px;height:16px}.countryVisaJourney__priceTopPill.is-accent{background:#ff751f1a;color:#d15d14}.countryVisaJourney__priceInner{padding:22px 20px 18px;border:1px solid rgba(255,184,141,.42);border-radius:28px;background:radial-gradient(circle at top right,rgba(255,191,154,.18),transparent 22%),linear-gradient(180deg,#fffdfb,#fff6ef);box-shadow:0 20px 36px #11204c14}.countryVisaJourney__travellers{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#101726;font-size:1rem;font-weight:800}.countryVisaJourney__travellersLabel{display:inline-flex;align-items:center;gap:10px}.countryVisaJourney__travellersLabel svg{width:18px;height:18px;color:#ff751f}.countryVisaJourney__travellerControls{display:inline-flex;align-items:center;gap:10px}.countryVisaJourney__travellerControls button{width:28px;height:28px;border-radius:999px;border:1px solid rgba(35,73,143,.18);background:#fff;cursor:pointer;display:inline-grid;place-items:center;color:#23498f}.countryVisaJourney__travellerControls button svg{width:14px;height:14px}.countryVisaJourney__amount{margin-top:22px;color:#101726;font-size:3rem;font-weight:900;text-align:center}.countryVisaJourney__amountLabel{margin-top:6px;color:#101726;text-align:center;text-transform:uppercase;font-size:.78rem;font-weight:800;letter-spacing:.08em}.countryVisaJourney__feeRows{margin-top:24px;padding-top:22px;border-top:1px solid rgba(223,230,241,.88);display:grid;gap:16px}.countryVisaJourney__feeRow,.countryVisaJourney__totalRow{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#172345}.countryVisaJourney__feeLabel{display:inline-flex;align-items:center;gap:10px}.countryVisaJourney__feeLabel svg{width:17px;height:17px;color:#ff751f;flex:0 0 auto}.countryVisaJourney__feeRow strong,.countryVisaJourney__totalRow strong{font-size:1.1rem}.countryVisaJourney__totalRow{margin-top:24px;padding-top:20px;border-top:1px solid rgba(223,230,241,.88);font-size:1.05rem;font-weight:800}.countryVisaJourney__cta{width:100%;min-height:58px;margin-top:22px;border:none;border-radius:18px;background:linear-gradient(180deg,#3d6cc5,#2d55a0);color:#fff;font-size:1.05rem;font-weight:800;cursor:pointer;box-shadow:0 16px 28px #2d55a047}.countryVisaJourney__helpBox{margin-top:14px;padding:0 10px}.countryVisaJourney__helpTitle{color:#222d4b;font-size:1rem;font-weight:800}.countryVisaJourney__helpText{margin-top:4px;color:#73819a}.countryVisaJourney__helpActions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.countryVisaJourney__helpButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:999px;background:#ff751f14;border:1px solid rgba(255,117,31,.28);color:#d15d14;text-decoration:none;font-weight:700}.countryVisaJourney__helpButton svg{width:17px;height:17px;flex:0 0 auto}.countryVisaJourney__helpButton.is-outline{background:#fff;border-color:#23498f57;color:#23498f}@media(max-width:1100px){.countryVisaJourney__layout{grid-template-columns:1fr}.countryVisaJourney__sidebar{position:static}}@media(max-width:900px){.countryHero{width:min(100% - 36px,760px);min-height:500px}.countryHero__content{min-height:500px;padding:76px 20px 64px}.countryHero__guarantee{min-width:min(320px,calc(100vw - 40px));padding:18px 20px;border-radius:22px}.countryHero__cta{min-width:min(360px,calc(100vw - 40px));min-height:46px;margin-top:30px}.countryVisaTypes__detailsIntro{flex-direction:column}.countryVisaTypes__detailsStats{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.countryVisaTypes__documentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.countryVisaTypes__documentTile{width:80px;height:80px}.countryVisaTypes__documentTile svg{width:38px;height:38px}}@media(max-width:700px){.countryVisaJourney .container--wide{padding-left:18px;padding-right:18px}.countryVisaJourney__timelineMain{flex-direction:column;align-items:stretch;gap:16px}.countryVisaJourney__timelineAction{width:100%}.countryVisaJourney__faqTrigger{padding:16px;gap:12px}.countryVisaJourney__faqQuestion{font-size:.92rem}.countryVisaJourney__faqAnswerWrap{padding:0 16px 16px}.countryVisaJourney__timelinePanel{padding:16px}.countryVisaJourney__timelinePanelStepTop{flex-direction:column;align-items:flex-start;gap:4px}.countryVisaJourney__amount{font-size:2.35rem}.countryVisaJourney__processStep{grid-template-columns:16px minmax(0,1fr);gap:10px}.countryVisaJourney__processCard{width:100%}.countryVisaJourney__processStepTitle{font-size:.9rem}.countryVisaJourney__processOutcomeRow{grid-template-columns:1fr;justify-items:start}.countryVisaJourney__processOutcomes{width:100%}.countryVisaJourney__processUpdateMetaRow{padding-left:0}.countryVisaJourney__transitTimeline{grid-template-columns:22px minmax(0,1fr);margin-left:0;margin-right:0}.countryVisaJourney__transitTimeline:before{width:42px}.countryVisaJourney__transitRail{grid-template-rows:repeat(5,minmax(112px,auto));gap:18px}.countryVisaJourney__transitRail:before{top:56px;bottom:56px}.countryVisaJourney__transitCards{gap:18px}.countryVisaJourney__transitCard{grid-template-columns:32px minmax(0,1fr);gap:12px;min-height:112px;padding:17px 16px;border-radius:16px}.countryVisaJourney__transitTitleRow{align-items:flex-start;flex-direction:column;gap:8px}.countryVisaJourney__transitBody p{font-size:.9rem}}@media(max-width:640px){.countryHero{width:calc(100% - 28px);min-height:440px;border-radius:14px}.countryHero__content{min-height:440px;padding:60px 16px 52px}.countryHero__title{max-width:92vw}.countryHero__guarantee,.countryHero__cta{min-width:min(100%,calc(100vw - 56px))}.countryVisaTypes .container--wide{padding-left:18px;padding-right:18px}.countryVisaTypes__grid{grid-template-columns:1fr}.countryVisaTypes__cardBody{padding:20px 14px 14px}.countryVisaTypes__footer{flex-direction:column;align-items:flex-start}.countryVisaTypes__details{padding:18px}.countryVisaTypes__detailsStats{grid-template-columns:1fr}.countryVisaTypes__documentGrid{grid-template-columns:1fr;gap:22px}.countryVisaTypes__documentTile{width:76px;height:76px}.countryVisaTypes__documentTile svg{width:36px;height:36px}}.profilePage{--profile-primary: #173673;--profile-accent: #ff751f;--profile-primary-soft: rgba(23, 54, 115, .11);--profile-accent-soft: rgba(255, 117, 31, .13);min-height:100vh;background:radial-gradient(circle at top left,var(--profile-primary-soft),transparent 34rem),radial-gradient(circle at 88% 16%,var(--profile-accent-soft),transparent 24rem),linear-gradient(135deg,#eef7f6,#f8fbff 48%,#fff)}.profileShell{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:34px 0 72px;display:grid;grid-template-columns:310px minmax(0,1fr);gap:28px}.profileSidebar,.profileContent,.profilePanel,.profileHeroCard,.profileTable,.profileChat{border:1px solid rgba(16,43,92,.1);background:#ffffffe6;box-shadow:0 24px 70px #102b5c1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profileSidebar{position:sticky;top:96px;align-self:start;border-radius:28px;padding:18px}.profileUserCard{display:flex;align-items:center;gap:14px;padding:14px;border-radius:22px;background:linear-gradient(135deg,var(--profile-primary),#244f9f);color:#fff}.profileUserCard h2{margin:0;font-size:18px;line-height:1.15}.profileUserCard p{margin-top:4px;font-size:13px;opacity:.82}.profileAvatar{width:58px;height:58px;flex:0 0 auto;border-radius:999px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#e8fff9,#dbe7ff);color:var(--profile-primary);font-weight:900;letter-spacing:.04em;border:3px solid rgba(255,255,255,.82)}.profileAvatar--large{width:128px;height:128px;font-size:34px;border-color:#ff751f38}.profileAvatar img{width:100%;height:100%;object-fit:cover}.profileMenu{display:grid;gap:8px;margin-top:16px}.profileMenu button,.profileSupportGrid button{border:0;border-radius:16px;background:transparent;color:#172033;cursor:pointer;font-size:15px;font-weight:800;text-align:left;padding:13px 14px;transition:transform .16s ease,background .16s ease,color .16s ease}.profileMenu button:hover,.profileMenu button.is-active,.profileSupportGrid button:hover{background:var(--profile-primary);color:#fff;transform:translate(3px)}.profileContent{min-height:720px;border-radius:32px;padding:clamp(22px,3vw,38px)}.profilePageHeader{margin-bottom:24px}.profilePageHeader p{margin:0 0 8px;color:var(--profile-accent);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.profilePageHeader h1{margin:0;color:#101827;font-size:clamp(28px,3.4vw,42px);line-height:1.05;letter-spacing:-.035em}.profileStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.profileStat{position:relative;overflow:hidden;border-radius:24px;padding:22px;min-height:150px;background:#fff;border:1px solid rgba(16,43,92,.09);box-shadow:0 18px 42px #102b5c14}.profileStat:after{content:"";position:absolute;width:110px;height:110px;right:-36px;top:-34px;border-radius:50%;opacity:.18}.profileStat--green:after{background:var(--profile-primary)}.profileStat--blue:after{background:#244f9f}.profileStat--orange:after{background:var(--profile-accent)}.profileStat__dot{width:34px;height:34px;display:inline-block;border-radius:14px;background:linear-gradient(135deg,var(--profile-primary),var(--profile-accent));box-shadow:0 12px 24px #17367333}.profileStat p{margin:18px 0 8px;color:#101827a8;font-size:14px;font-weight:800}.profileStat strong{color:#101827;font-size:34px;line-height:1}.profilePanel{border-radius:24px;padding:22px;margin-top:20px}.profilePanel h2{margin:0 0 16px;color:#101827;font-size:20px}.profileReferral,.profileSearchRow,.profileActionRow{display:flex;gap:12px}.profileReferral input,.profileSearchRow input,.profileField input,.profileChat textarea{width:100%;border:1px solid rgba(16,43,92,.12);border-radius:16px;background:#fff;color:#101827;font-size:15px;outline:none;padding:14px 16px}.profileReferral button,.profileSearchRow button,.profileActionRow button,.profileGateway button,.profileForm__submit,.profileChat button,.profileLocked__card button{border:0;border-radius:16px;background:var(--profile-accent);color:#fff;cursor:pointer;font-size:15px;font-weight:900;padding:0 22px;min-height:50px;box-shadow:0 16px 34px #ff751f38}.profileActionRow{flex-wrap:wrap;margin:14px 0 22px}.profileActionRow button.is-dark{background:var(--profile-primary);box-shadow:0 16px 34px #1736732e}.profileEmpty{border:1px dashed rgba(16,43,92,.18);border-radius:20px;padding:34px 20px;color:#10182794;text-align:center}.profileEmpty__icon{width:44px;height:44px;margin:0 auto 10px;border-radius:999px;display:grid;place-items:center;background:#eef7f6;color:var(--profile-primary);font-weight:900}.profileGatewayGrid,.profileSupportGrid,.profileGuideGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.profileGateway,.profileGuideGrid article{border:1px solid rgba(16,43,92,.1);border-radius:24px;background:#fff;padding:22px;box-shadow:0 18px 42px #102b5c14}.profileGateway span,.profileGuideGrid span{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#eef7f6;color:var(--profile-primary);font-size:13px;font-weight:900}.profileGateway h3,.profileGuideGrid h3{margin:18px 0 14px;color:#101827}.profileGateway button{width:100%}.profileTable{border-radius:24px;overflow:hidden}.profileTable__head,.profileTable__row{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr;gap:12px;align-items:center;padding:16px}.profileTable__head{background:#eef7f6;color:var(--profile-primary);font-size:13px;font-weight:900}.profileTable__row{width:100%;border:0;background:#fff;color:#101827;cursor:pointer;text-align:left}.profileTable__row strong{width:fit-content;border-radius:999px;background:var(--profile-accent);color:#fff;padding:7px 11px;font-size:12px}.profileHeroCard{border-radius:28px;padding:30px}.profileHeroCard--center,.profileSettingsTop{display:grid;place-items:center;text-align:center}.profileHeroCard h2{margin:18px 0 4px}.profileHeroCard p{color:#1018279e}.profileSettingsTop{gap:14px;padding:24px;border-radius:26px;background:linear-gradient(135deg,#17367317,#ff751f1a)}.profileUpload{position:relative;overflow:hidden;border-radius:999px;background:var(--profile-primary);color:#fff;cursor:pointer;font-weight:900;padding:12px 18px}.profileUpload input{position:absolute;inset:0;opacity:0;cursor:pointer}.profileForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.profileField{display:grid;gap:8px}.profileField span{color:#172033;font-size:13px;font-weight:900}.profileForm__submit{grid-column:1 / -1;justify-self:start}.profileChat{border-radius:24px;padding:18px}.profileChat__messages{min-height:360px;max-height:480px;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:6px 4px 18px}.profileChat__bubble{width:fit-content;max-width:min(620px,82%);border-radius:18px;padding:13px 15px;color:#101827;line-height:1.55}.profileChat__bubble.is-ai{align-self:flex-start;background:#eef1f5}.profileChat__bubble.is-user{align-self:flex-end;background:var(--profile-accent);color:#fff}.profileChat textarea{min-height:100px;resize:vertical}.profileChat button{margin-top:12px}.profileGuideGrid p{color:#1018279e;line-height:1.6}.profileNotice{position:sticky;top:92px;z-index:3;width:fit-content;margin:0 0 18px auto;border-radius:999px;background:var(--profile-primary);color:#fff;font-weight:800;padding:11px 16px;box-shadow:0 16px 34px #1736732e}.profileLocked{min-height:72vh;display:grid;place-items:center;padding:40px 20px}.profileLocked__card{width:min(480px,100%);border:1px solid rgba(16,43,92,.12);border-radius:30px;background:#fff;padding:34px;text-align:center;box-shadow:0 24px 70px #102b5c1f}.profileLocked__card img{height:48px;margin-bottom:18px}.profileLocked__card h1{margin:0 0 10px}.profileLocked__card p{color:#1018279e;line-height:1.6;margin-bottom:20px}@media(max-width:1100px){.profileShell{grid-template-columns:1fr}.profileSidebar{position:static}.profileMenu{grid-template-columns:repeat(3,minmax(0,1fr))}.profileMenu button:hover,.profileMenu button.is-active{transform:translateY(-1px)}}@media(max-width:780px){.profileShell{width:min(100% - 24px,680px);padding-top:24px}.profileContent,.profileSidebar{border-radius:22px}.profileStats,.profileGatewayGrid,.profileSupportGrid,.profileGuideGrid,.profileForm,.profileMenu{grid-template-columns:1fr}.profileReferral,.profileSearchRow,.profileActionRow{flex-direction:column}.profileReferral button,.profileSearchRow button,.profileActionRow button{width:100%}.profileTable{overflow-x:auto}.profileTable__head,.profileTable__row{min-width:680px}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}.authModal__content,.authModalContent,.authBox{overflow:visible!important}.authOverlay{position:fixed;inset:0;background:#00000073;display:grid;place-items:center;padding:18px;z-index:9999}.authModal{width:min(520px,100%);background:#fff;border-radius:18px;padding:18px 18px 20px;box-shadow:0 30px 70px #00000040;position:relative}.authClose{position:absolute;top:12px;right:12px;border:none;background:#0000000f;width:36px;height:36px;border-radius:999px;cursor:pointer;font-size:16px;font-weight:700}.authHeader{display:grid;gap:12px;justify-items:center;margin-bottom:12px}.authLogo{height:42px;width:auto}.authTabs{display:inline-flex;background:#0000000f;border-radius:999px;padding:4px;gap:4px}.authTab{border:none;background:transparent;padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:800}.authTab.isActive{background:#fff;box-shadow:0 10px 22px #00000014}.authRow--phone{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center}.authDial{height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px}.authDial button,.authDial div,.authDial *{outline:none!important;box-shadow:none!important}.authDial .react-international-phone-country-selector,.authDial .react-international-phone-country-selector-button{border:none!important;box-shadow:none!important;background:transparent!important}.authDial__flagBtn{display:flex;align-items:center}.authDial__flagBtn button{border:none!important;background:transparent!important;padding:0!important;cursor:pointer!important}.authDial__code{font-weight:800;font-size:14px;color:#000c}.authInput{height:44px}.authForm{display:grid;gap:12px}.authRow{display:grid;grid-template-columns:110px 1fr;gap:10px}.authRow .react-international-phone{width:100%}.authRow .react-international-phone-input{height:44px}.react-international-phone-country-selector-dropdown{z-index:9999!important}.react-international-phone-country-selector-dropdown{border-radius:14px!important;padding:6px!important;box-shadow:0 10px 28px #0000002e!important;border:1px solid #eee!important;background:#fff!important}.react-international-phone-country-selector-dropdown__list-item{padding:10px 12px!important;margin:2px 0!important;border-radius:10px!important;transition:background .15s ease}.react-international-phone-country-selector-dropdown__list-item:hover{background:#f6f8fb!important}.react-international-phone-country-selector-dropdown__list-item-flag{margin-right:10px!important}.react-international-phone-country-selector-dropdown__list-item-name{font-size:14px!important;font-weight:600!important;color:#111!important}.react-international-phone-country-selector-dropdown__list-item-dial-code{font-size:13px!important;font-weight:600!important;color:#0000008c!important;margin-left:6px!important}.react-international-phone-country-selector-dropdown__list-item--selected{background:#ff751f1f!important}.authRow .react-international-phone-country-selector-button{height:44px}.authRow{width:100%}.authInput{width:100%!important;height:48px!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.15)!important;padding-left:30px!important;font-size:15px!important}.authInput:focus{border-color:#ff751f!important;box-shadow:0 0 0 3px #ff751f26!important}.authSelect{border-radius:12px 0 0 12px!important;border:1px solid rgba(0,0,0,.15)!important;background:#fff!important}.authInput,.authSelect{height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.14);padding:0 12px;outline:none}.authInput:focus,.authSelect:focus{border-color:#ff751f;box-shadow:0 0 0 3px #ff751f2e}.authError{margin-top:10px;font-size:13px;font-weight:700;color:#c0392b}.authOtp{margin-top:12px}.authOtp__label{font-size:13px;font-weight:800;margin-bottom:10px;color:#000000bf}.authOtp__inputs{display:flex;gap:10px;justify-content:center}.authOtp__box{width:48px;height:48px;border-radius:12px;border:1px solid rgba(0,0,0,.18);text-align:center;font-size:18px;font-weight:900;outline:none}.authOtp__box:focus{border-color:#ff751f;box-shadow:0 0 0 3px #ff751f26}.authOtp__meta{margin-top:10px;display:flex;justify-content:space-between;gap:10px}.authSwitch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.authSwitchBtn{height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#0000000a;cursor:pointer;font-weight:800}.authSwitchBtn.isActive{background:#ff751f1f;border-color:#ff751f73}.authPrimary{height:46px;border-radius:12px;border:none;cursor:pointer;font-weight:900;background:#ff751f;color:#fff;padding:5px}.authPrimary:disabled{opacity:.55;cursor:not-allowed}.authHint{margin-top:10px;font-size:12px;font-weight:700;color:#0000008c;text-align:center}.authSecondary{height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;cursor:pointer;font-weight:800}.authSuccess{margin:10px;font-size:13px;font-weight:800;color:#1e8e3e;background:#1e8e3e1a;border:1px solid rgba(30,142,62,.25);padding:10px 12px;border-radius:12px;text-align:center}.authExists{margin-top:10px;font-size:13px;font-weight:800;color:#000000bf;background:#ff751f1a;border:1px solid rgba(255,117,31,.25);padding:10px 12px;border-radius:12px;text-align:center}.authLinks{display:flex;justify-content:flex-end}.authLink{border:none;background:transparent;cursor:pointer;color:#ff751f;font-weight:800}.authDivider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;color:#00000080;font-weight:800;margin-top:4px}.authDivider:before,.authDivider:after{content:"";height:1px;background:#0000001f}.authSocial{height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;cursor:pointer;font-weight:800}.authGoogle:hover,.authApple:hover{background:#00000008}.authHint{margin:0;color:#000000a6;line-height:1.5;font-weight:600;font-size:15px}.authLogoutActions{display:flex;gap:12px;justify-content:center;margin-top:18px}.authLogoutActions .authSecondary,.authLogoutActions .authPrimary{flex:1}.authModal--sm{max-width:420px;width:92%;padding:22px 22px 24px}.authHint--center{text-align:center;margin:12px 0 18px}.authModal__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.authModal__close{border:none;background:transparent;cursor:pointer;font-size:18px;font-weight:800;line-height:1;padding:4px;color:#0000008c}.authModal__close:hover{color:#111}.authActions{display:flex;gap:12px}.authActions .authSecondary,.authActions .authPrimary{flex:1}:root{--font-sans: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--color-text: #111;--color-muted: rgba(17, 17, 17, .65);--color-bg: #ffffff;--color-primary: #111;--color-primary-text: #fff;--color-border: rgba(0, 0, 0, .12);--radius-sm: 10px;--radius-md: 14px;--radius-pill: 999px;--container: 1200px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--footer-bg: #4e6fae;--footer-text: #0b1b3a;--footer-muted: rgba(11, 27, 58, .8)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text)}
