:root{--ink:#163d33;--muted:#536b61;--line:#d8e5dd;--bg:#f7f8f3;--teal:#087b79;--gold:#e9b52a}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}a:focus-visible{outline:3px solid var(--teal);outline-offset:5px}.skip{position:absolute;left:20px;top:-100px;padding:12px;background:white;z-index:2}.skip:focus{top:10px}.wrap{max-width:1200px;margin:auto;padding:0 28px}.top{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 0;border-bottom:1px solid var(--line)}.brand{display:block;max-width:240px}.brand img{display:block;width:240px;max-width:100%;height:auto}.country{font-size:13px;border:1px solid var(--line);border-radius:100px;padding:10px 16px;background:white}.nav{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-size:14px;font-weight:650}.nav a{text-decoration:none}.nav a:hover{text-decoration:underline;text-underline-offset:5px}.hero{padding:76px 0 60px}.hero-split{display:grid;grid-template-columns:1.35fr 1fr;gap:56px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:var(--teal)}h1{font-size:clamp(42px,5.5vw,70px);line-height:1.04;letter-spacing:-.05em;margin:20px 0 24px;max-width:900px}h1 em{font-style:normal;color:var(--teal)}.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:760px}.actions,.links{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn,.links a{padding:13px 20px;border:1px solid var(--line);border-radius:100px;text-decoration:none;font-weight:650;font-size:14px;background:white;min-height:46px;display:inline-flex;align-items:center}.btn.primary{background:var(--ink);border-color:var(--ink);color:white}.btn:hover,.links a:hover{border-color:var(--teal)}.journey{background:var(--ink);color:white;border-radius:28px;padding:34px;box-shadow:0 24px 50px #163d3318;position:relative;overflow:hidden}.journey:before{content:"";position:absolute;width:200px;height:200px;border:35px solid #23887b45;border-radius:50%;right:-95px;top:-85px;pointer-events:none}.journey .eyebrow{color:#a3ddd2}.journey h2{font-size:27px;letter-spacing:-.03em;max-width:260px;line-height:1.2}.journey ol{list-style:none;padding:0;margin:28px 0 0;position:relative}.journey li{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:0 0 24px}.journey li:last-child{padding-bottom:0}.step{background:var(--gold);color:var(--ink);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:13px;font-weight:800}.journey h3{margin:2px 0 6px;font-size:16px}.journey p{color:#c4ded5;font-size:14px;line-height:1.6;margin:0}.journey small{display:block;border-top:1px solid #ffffff30;padding-top:18px;margin-top:26px;color:#c4ded5;line-height:1.5}.band{background:#eaf1eb;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0}.band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.metric strong{display:block;font-size:30px;letter-spacing:-.04em}.metric span{font-size:13px;line-height:1.6;color:var(--muted);display:block;margin-top:5px}.section-heading{padding:56px 0 12px;max-width:640px}.section-heading h2{font-size:32px;letter-spacing:-.035em;margin:12px 0}.section-heading p{color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:18px 0 64px}.card,.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:26px;text-decoration:none}.card{display:block;border-top:3px solid var(--teal)}.card:nth-child(3n+2){border-top-color:var(--gold)}.card:hover{box-shadow:0 10px 25px #163d3310;border-color:var(--teal)}.card h2{font-size:18px;margin:0 0 12px}.card p,.panel p{color:var(--muted);font-size:15px;line-height:1.7;margin:0}.card .explore{display:block;margin-top:22px;color:var(--teal);font-size:13px;font-weight:750}.panel{margin:24px 0}.panel h2{margin-top:0}.tag{font-size:20px;font-weight:800;letter-spacing:-.025em}.footer{border-top:1px solid var(--line);padding:36px 0 46px}.footer p{color:var(--muted);font-size:13px;line-height:1.8;max-width:840px}.footer .nav{margin:22px 0}.section-page .hero{padding-bottom:22px}
@media(max-width:900px){.hero-split{grid-template-columns:1fr;gap:32px}.hero{padding:44px 0}.journey h2{max-width:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.top .nav{order:3;width:100%}}
@media(max-width:540px){.wrap{padding:0 20px}.brand{max-width:190px}.country{font-size:11px;padding:8px 10px}.top{gap:14px}.nav{gap:16px;font-size:13px}.hero{padding:38px 0}.lead{font-size:16px}.journey{padding:26px}.grid{grid-template-columns:1fr}.band-grid{grid-template-columns:1fr 1fr;gap:24px}.metric strong{font-size:26px}.section-heading{padding-top:38px}.tag{font-size:18px}}

/* Shared navigation, country discovery and editorial footer. */
[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
summary{cursor:pointer}summary:focus-visible,input:focus-visible,button:focus-visible{outline:3px solid var(--teal);outline-offset:4px}.top{position:relative}.main-nav{width:100%;display:flex;gap:24px;align-items:center;flex-wrap:wrap;font-size:14px;font-weight:650;padding:8px 0}.main-nav>a{text-decoration:none}.main-nav details{position:relative}.main-nav summary{padding:10px 0}.nav-panel{position:absolute;top:100%;left:0;width:310px;background:white;padding:18px;border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 40px #163d3326;z-index:20}.nav-panel a{display:block;padding:10px;text-decoration:none;border-radius:8px}.nav-panel a:hover,.market-list a:hover{background:#edf5f0}.nav-panel small{display:block;font-weight:400;color:var(--muted);line-height:1.5;margin-top:4px}.market-switcher{margin-left:auto}.market-switcher>summary{display:flex;align-items:center;gap:10px;padding:12px 18px;background:white;border:1px solid var(--line);border-radius:24px;font-weight:700;font-size:14px}.market-switcher>summary:after{content:"⌄"}.switch-label{font-size:12px;font-weight:400;color:var(--muted);border-left:1px solid var(--line);padding-left:10px}.flag{display:inline-block;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px #163d3326;flex-shrink:0;vertical-align:middle}.links a{gap:10px}.market-panel{position:absolute;right:0;top:85px;width:min(600px,100%);z-index:30;padding:24px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 60px #163d3333}.market-panel h2{font-size:24px;margin:0 0 8px}.market-panel p{font-size:13px;line-height:1.6;color:var(--muted)}.global-choice{display:block;padding:12px 0;color:var(--teal);font-weight:700}.market-panel label{display:block;font-size:13px;font-weight:700;margin:12px 0 6px}.market-panel input{width:100%;border:1px solid #8ca699;border-radius:8px;padding:12px;font:inherit}.market-list{list-style:none;margin:8px 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:4px;max-height:340px;overflow:auto;overscroll-behavior:contain}.market-list a{display:flex;gap:10px;align-items:center;text-decoration:none;padding:12px 8px;border-radius:8px;font-size:14px;min-height:48px}.market-list small{margin-left:auto;color:var(--muted);font-size:11px}.market-list [aria-current]{background:#e4f1e9;box-shadow:inset 3px 0 var(--teal)}.switch-note{border-top:1px solid var(--line);padding-top:12px}.editorial-section{padding:48px 0;border-top:1px solid var(--line);max-width:1100px}.editorial-section>h2,.contact-panel h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;margin:14px 0 22px}.editorial-section>p{max-width:850px;line-height:1.8;color:var(--muted)}.editorial-section .grid{padding-bottom:0}.card h3{margin:0 0 12px;font-size:20px}.card>a{display:inline-block;margin-top:22px;color:var(--teal);font-weight:650}.faq{padding:20px 0;border-bottom:1px solid var(--line)}.faq summary{font-size:17px;font-weight:650}.faq p{line-height:1.8;max-width:850px;color:var(--muted)}.contact-panel{background:#eaf1eb;border:1px solid var(--line);border-radius:24px;padding:32px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;margin:12px 0 56px}.contact-panel p{line-height:1.8}.footer{background:var(--ink);color:#fff;margin:0 -28px;padding:42px 28px 24px;border-radius:24px 24px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px;margin-top:32px}.footer h2{font-size:16px;color:#a3ddd2}.footer p{color:#d0e2d9}.footer-grid a{display:block;font-size:13px;line-height:1.7;margin:8px 0;text-decoration:none;overflow-wrap:anywhere}.footer a:hover{text-decoration:underline}.footer .tag{max-width:550px;color:#f0cb63}.copyright-bar{display:flex;align-items:center;gap:24px;border-top:1px solid #ffffff30;margin-top:28px;padding-top:22px;font-size:11px}.copyright-bar p{font-size:11px;max-width:210px;margin:0}.policy-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;flex:1}.policy-links a{text-decoration:none}.afrisol-credit{margin-left:auto;white-space:nowrap;font-weight:650;font-size:12px}.policy-body{max-width:850px;line-height:1.8;padding:40px 0 64px}.policy-body h1{font-size:44px}.policy-body h2{margin-top:32px;font-size:23px}.policy-body p{color:var(--muted)}
@media(max-width:900px){.main-nav{gap:12px 22px}.footer-grid{grid-template-columns:1fr 1fr}.copyright-bar{flex-wrap:wrap}.copyright-bar .policy-links{justify-content:flex-start}.contact-panel{grid-template-columns:1fr}}
@media(max-width:540px){.market-switcher{margin-left:0;width:100%}.market-switcher>summary{justify-content:center}.market-panel{top:142px;padding:18px}.market-list{grid-template-columns:1fr;max-height:300px}.main-nav{font-size:13px;gap:6px 18px}.nav-panel{position:fixed;left:20px;right:20px;top:auto;width:auto;max-height:60vh;overflow:auto}.footer{margin:0 -20px;padding:32px 20px 24px}.footer-grid{gap:20px}.copyright-bar{display:block}.copyright-bar p{max-width:none;margin-bottom:18px}.policy-links{justify-content:flex-start}.afrisol-credit{display:block;text-align:right;margin-top:22px}.contact-panel{padding:24px}.switch-label{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Illustrated page journeys. All imagery is served locally. */
.brand{max-width:290px}.brand img{width:290px;height:auto}.top{padding:8px 0 18px}.skip{z-index:100}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--muted);padding:28px 0 0}.breadcrumbs a{text-underline-offset:4px}.story-hero{display:grid;grid-template-columns:1.03fr 1fr;gap:44px;align-items:center;padding:48px 0 64px}.story-hero h1{font-size:clamp(38px,4.4vw,61px);letter-spacing:-.045em;line-height:1.08;margin:18px 0 24px}.story-hero .lead{font-size:17px;line-height:1.8;margin-bottom:26px}.story-picture{margin:0;min-width:0}.story-picture img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:24px;box-shadow:0 18px 42px #163d3315}.story-hero .story-picture img{aspect-ratio:1/1;object-position:center}.story-picture figcaption,.policy-picture figcaption{font-size:11px;line-height:1.6;color:var(--muted);margin-top:10px}.home-hero{padding-top:52px}.home-hero .story-picture img{aspect-ratio:1/1}.purpose-band{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0;gap:26px}.purpose-band strong{display:block;font-size:20px;letter-spacing:-.03em}.purpose-band span{display:block;font-size:13px;color:var(--muted);margin-top:6px;line-height:1.6}.feature-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:72px 0}.feature-story.reverse>div{order:2}.feature-story h2,.next-options>h2,.closing-cta h2{font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.035em;margin:14px 0 22px}.feature-story p,.section-intro,.closing-cta p{font-size:16px;line-height:1.8;color:var(--muted)}.text-link{display:inline-block;color:var(--teal);font-weight:700;text-underline-offset:6px;margin-top:14px}.next-options{padding:44px 0;border-top:1px solid var(--line)}.next-options>.section-intro{max-width:720px}.image-grid{padding-bottom:10px;gap:24px}.image-card{padding:0;overflow:hidden;border-top-width:1px}.image-card img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.image-card>div{padding:24px}.image-card h3{font-size:20px}.image-card p{font-size:14px}.image-card:hover img{filter:brightness(1.04)}.article-flow{border-top:1px solid var(--line)}.flow-row{display:grid;grid-template-columns:1fr 1.5fr;gap:56px;padding:38px 0;border-bottom:1px solid var(--line);align-items:start}.flow-number{font-size:12px;color:var(--teal);font-weight:800;letter-spacing:.12em}.flow-row h2{font-size:27px;line-height:1.25;letter-spacing:-.03em;margin:12px 0 0;max-width:350px}.flow-row p{font-size:17px;line-height:1.9;color:var(--muted);margin:0}.steps-grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:0;margin:30px 0}.steps-grid li{padding:26px;background:#eaf1eb;border-radius:18px}.steps-grid h3{font-size:20px;line-height:1.4}.steps-grid p{font-size:15px;line-height:1.8;color:var(--muted)}.closing-cta{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center;background:#eaf1eb;padding:36px;border-radius:24px;margin:24px 0 68px}.closing-cta>.btn{justify-self:end}.closing-cta .actions{margin:0}.policy-body{max-width:960px;margin:auto}.policy-picture{margin:26px 0 38px}.policy-picture img{display:block;width:100%;height:auto;aspect-ratio:21/8;object-fit:cover;border-radius:20px}.policy-body section{padding:18px 0;border-bottom:1px solid var(--line)}.footer .image-note{font-size:11px;max-width:800px}.next-options .grid{padding-bottom:0}
@media(max-width:900px){.story-hero{grid-template-columns:1fr;gap:30px;padding-top:36px}.story-hero h1{max-width:760px}.story-hero .story-picture img,.home-hero .story-picture img{aspect-ratio:16/9}.feature-story{gap:30px}.flow-row{gap:28px;grid-template-columns:1fr 1.3fr}.closing-cta{grid-template-columns:1fr}.closing-cta>.btn{justify-self:start}.main-nav{gap:8px 20px}}
@media(max-width:600px){.brand{max-width:240px}.brand img{width:240px}.market-panel{top:165px}.story-hero{padding:32px 0 38px}.story-hero h1{font-size:39px}.story-hero .lead{font-size:16px}.purpose-band{grid-template-columns:1fr;gap:18px}.purpose-band>div{padding-bottom:16px;border-bottom:1px solid var(--line)}.purpose-band>div:last-child{border-bottom:0;padding:0}.feature-story{grid-template-columns:1fr;padding:42px 0;gap:26px}.feature-story.reverse>div{order:0}.flow-row{grid-template-columns:1fr;gap:18px;padding:28px 0}.flow-row h2{font-size:25px;max-width:none}.flow-row p{font-size:16px}.steps-grid{grid-template-columns:1fr;gap:16px}.closing-cta{padding:24px;margin-bottom:42px}.next-options{padding:34px 0}.policy-picture img{aspect-ratio:16/10}.policy-body h1{font-size:38px}.story-picture img{border-radius:18px}.image-grid{grid-template-columns:1fr}.breadcrumbs{font-size:12px}}

/* Country identity changes with the selected context, never with guessed location. */
.country-brand{display:flex;align-items:center;gap:18px;margin-top:24px;padding:20px 24px;background:#fff;border:1px solid var(--line);border-left:5px solid var(--teal);border-radius:16px}.country-brand strong{display:block;font-size:24px;line-height:1.25;margin-top:5px;letter-spacing:-.025em}.country-brand p{margin:4px 0 0;font-size:13px;color:var(--muted)}.country-brand>a{margin-left:auto;font-size:13px;font-weight:700;color:var(--teal);text-underline-offset:4px}.country-intro{font-size:16px;line-height:1.8;color:var(--ink)}
@media(max-width:600px){.country-brand{flex-wrap:wrap;padding:18px;gap:12px}.country-brand>div{flex:1;min-width:190px}.country-brand>a{margin-left:60px}.country-brand strong{font-size:22px}.country-brand .eyebrow{font-size:9px}}
.country-brand[data-country="DZ"]{border-left-color:#147447}
.country-brand[data-country="AO"]{border-left-color:#b62c37}
.country-brand[data-country="BJ"]{border-left-color:#147447}
.country-brand[data-country="BW"]{border-left-color:#237eae}
.country-brand[data-country="BF"]{border-left-color:#a43a30}
.country-brand[data-country="BI"]{border-left-color:#a43a30}
.country-brand[data-country="CV"]{border-left-color:#23629e}
.country-brand[data-country="CM"]{border-left-color:#147447}
.country-brand[data-country="CF"]{border-left-color:#23629e}
.country-brand[data-country="TD"]{border-left-color:#a43a30}
.country-brand[data-country="KM"]{border-left-color:#25805c}
.country-brand[data-country="CG"]{border-left-color:#147447}
.country-brand[data-country="CD"]{border-left-color:#237eae}
.country-brand[data-country="CI"]{border-left-color:#ab651b}
.country-brand[data-country="DJ"]{border-left-color:#237eae}
.country-brand[data-country="EG"]{border-left-color:#a43a30}
.country-brand[data-country="GQ"]{border-left-color:#25805c}
.country-brand[data-country="ER"]{border-left-color:#a43a30}
.country-brand[data-country="SZ"]{border-left-color:#23629e}
.country-brand[data-country="ET"]{border-left-color:#147447}
.country-brand[data-country="GA"]{border-left-color:#25805c}
.country-brand[data-country="GM"]{border-left-color:#a43a30}
.country-brand[data-country="GH"]{border-left-color:#a43a30}
.country-brand[data-country="GN"]{border-left-color:#a43a30}
.country-brand[data-country="GW"]{border-left-color:#a43a30}
.country-brand[data-country="KE"]{border-left-color:#147447}
.country-brand[data-country="LS"]{border-left-color:#23629e}
.country-brand[data-country="LR"]{border-left-color:#a43a30}
.country-brand[data-country="LY"]{border-left-color:#147447}
.country-brand[data-country="MG"]{border-left-color:#a43a30}
.country-brand[data-country="MW"]{border-left-color:#147447}
.country-brand[data-country="ML"]{border-left-color:#147447}
.country-brand[data-country="MR"]{border-left-color:#147447}
.country-brand[data-country="MU"]{border-left-color:#23629e}
.country-brand[data-country="MA"]{border-left-color:#a43a30}
.country-brand[data-country="MZ"]{border-left-color:#147447}
.country-brand[data-country="NA"]{border-left-color:#23629e}
.country-brand[data-country="NE"]{border-left-color:#ab651b}
.country-brand[data-country="NG"]{border-left-color:#147447}
.country-brand[data-country="RW"]{border-left-color:#237eae}
.country-brand[data-country="ST"]{border-left-color:#147447}
.country-brand[data-country="SN"]{border-left-color:#147447}
.country-brand[data-country="SC"]{border-left-color:#23629e}
.country-brand[data-country="SL"]{border-left-color:#25805c}
.country-brand[data-country="SO"]{border-left-color:#237eae}
.country-brand[data-country="ZA"]{border-left-color:#147447}
.country-brand[data-country="SS"]{border-left-color:#147447}
.country-brand[data-country="SD"]{border-left-color:#a43a30}
.country-brand[data-country="TZ"]{border-left-color:#237eae}
.country-brand[data-country="TG"]{border-left-color:#147447}
.country-brand[data-country="TN"]{border-left-color:#a43a30}
.country-brand[data-country="UG"]{border-left-color:#9b6818}
.country-brand[data-country="ZM"]{border-left-color:#147447}
.country-brand[data-country="ZW"]{border-left-color:#147447}

/* Compact responsive header: brand, grouped navigation, country choice. */
.top{display:grid;grid-template-columns:205px minmax(0,1fr) auto;gap:18px;padding:18px 0;align-items:center}
.top .brand{width:205px;max-width:none;height:48px;overflow:hidden;position:relative}
.top .brand img{position:absolute;width:215px;max-width:none;height:auto;left:-6px;top:-13px}
.top .main-nav{width:auto;display:flex;flex-wrap:nowrap;justify-content:center;gap:18px;padding:0;font-size:13px}
.main-nav>a,.main-nav summary{white-space:nowrap;padding:13px 0;min-height:44px;display:block}
.main-nav summary{list-style:none}.main-nav summary::-webkit-details-marker{display:none}.main-nav summary:after{content:'⌄';margin-left:6px;font-size:12px}
.main-nav>a:hover,.main-nav summary:hover,.main-nav details[open]>summary{color:var(--teal)}
.main-nav .nav-contact{border-bottom:2px solid var(--teal)}
.top .market-switcher{margin:0;width:auto}.top .market-switcher>summary{padding:11px 13px;gap:7px;font-size:12px;white-space:nowrap}
.top .switch-label{display:none}.top .market-panel{top:calc(100% + 8px)}
.menu-toggle{display:none;font:inherit;color:var(--ink);background:white;border:1px solid var(--line);border-radius:10px;padding:11px 14px;min-height:44px;cursor:pointer}
.nav-panel{width:300px;max-height:75vh;overflow:auto}.main-nav details:last-of-type .nav-panel{left:auto;right:0}
@media(max-width:1100px){
.top{grid-template-columns:1fr auto auto;gap:12px}.top .brand{grid-column:1;grid-row:1}.top .market-switcher{grid-column:2;grid-row:1}.menu-toggle{display:block;grid-column:3;grid-row:1}
.top .main-nav{grid-column:1/-1;grid-row:2;display:none;align-items:stretch;flex-direction:column;gap:0;border-top:1px solid var(--line);padding-top:14px}
.top .main-nav.is-open{display:flex}.main-nav>a,.main-nav summary{padding:14px 8px}.main-nav .nav-contact{align-self:flex-start;margin-top:8px;padding:12px 18px;border:0;border-radius:24px;background:var(--ink);color:white}
.top .nav-panel{position:static;width:100%;max-height:none;box-shadow:none;background:#fff;padding:10px;border-radius:10px;margin-bottom:10px}.main-nav summary{display:flex;justify-content:space-between}
}
@media(max-width:540px){.top{gap:10px;padding:16px 0}.top .brand{width:178px;height:44px}.top .brand img{width:188px;top:-11px;left:-5px}.menu-toggle{padding:10px;font-size:12px}.top .market-switcher{grid-column:1/3;grid-row:2;justify-self:start}.top .main-nav{grid-row:3}.menu-toggle{grid-column:3}.top .market-panel{top:calc(100% + 8px);width:100%;padding:18px}.top .market-switcher>summary{font-size:12px}.top .switch-label{display:inline;font-size:11px}}
/* Country identity carries a complete national-inspired palette across public pages. */
body[data-country]{--teal:var(--country-accent);--gold:var(--national-secondary)}
body[data-country] .country-brand{position:relative;overflow:hidden;background:var(--country-wash);border-left-color:var(--country-accent);padding-bottom:26px}
body[data-country] .country-brand:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:6px;background:var(--national-ribbon)}
body[data-country] .country-brand .eyebrow{color:var(--country-accent)}
body[data-country] .purpose-band{border-top:5px solid var(--country-accent)}
body[data-country] .closing-cta,body[data-country] .steps-grid li{background:var(--country-wash)}
body[data-country] .btn.primary{background:var(--country-accent);border-color:var(--country-accent)}
body[data-country] .step{background:var(--country-accent);color:#fff}
body[data-country] .story-hero .story-picture img{border-bottom:5px solid var(--national-secondary)}
body[data-country="DZ"]{--country-accent:#147447;--national-secondary:#d21034;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#006233 0.00% 33.33%,#d21034 33.33% 66.67%,#ffffff 66.67% 100.00%)}
body[data-country="AO"]{--country-accent:#b62c37;--national-secondary:#111111;--country-wash:#f9eeef;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 33.33%,#111111 33.33% 66.67%,#f9d616 66.67% 100.00%)}
body[data-country="BJ"]{--country-accent:#147447;--national-secondary:#fcd116;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#008751 0.00% 33.33%,#fcd116 33.33% 66.67%,#e8112d 66.67% 100.00%)}
body[data-country="BW"]{--country-accent:#1f73a0;--national-secondary:#111111;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#75aadb 0.00% 33.33%,#111111 33.33% 66.67%,#ffffff 66.67% 100.00%)}
body[data-country="BF"]{--country-accent:#a43a30;--national-secondary:#009e49;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ef2b2d 0.00% 33.33%,#009e49 33.33% 66.67%,#fcd116 66.67% 100.00%)}
body[data-country="BI"]{--country-accent:#a43a30;--national-secondary:#1eb53a;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 33.33%,#1eb53a 33.33% 66.67%,#ffffff 66.67% 100.00%)}
body[data-country="CV"]{--country-accent:#23629e;--national-secondary:#cf2027;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#003893 0.00% 33.33%,#cf2027 33.33% 66.67%,#f7d116 66.67% 100.00%)}
body[data-country="CM"]{--country-accent:#147447;--national-secondary:#ce1126;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#007a5e 0.00% 33.33%,#ce1126 33.33% 66.67%,#fcd116 66.67% 100.00%)}
body[data-country="CF"]{--country-accent:#23629e;--national-secondary:#289728;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#003082 0.00% 25.00%,#289728 25.00% 50.00%,#d21034 50.00% 75.00%,#ffce00 75.00% 100.00%)}
body[data-country="TD"]{--country-accent:#a43a30;--national-secondary:#fecb00;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#002664 0.00% 33.33%,#fecb00 33.33% 66.67%,#c60c30 66.67% 100.00%)}
body[data-country="KM"]{--country-accent:#237a58;--national-secondary:#ffffff;--country-wash:#eef5f2;--national-ribbon:linear-gradient(90deg,#ffc61e 0.00% 20.00%,#ffffff 20.00% 40.00%,#ce1126 40.00% 60.00%,#3a75c4 60.00% 80.00%,#009639 80.00% 100.00%)}
body[data-country="CG"]{--country-accent:#147447;--national-secondary:#fbde4a;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#009543 0.00% 33.33%,#fbde4a 33.33% 66.67%,#dc241f 66.67% 100.00%)}
body[data-country="CD"]{--country-accent:#1f73a0;--national-secondary:#f7d618;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#007fff 0.00% 33.33%,#f7d618 33.33% 66.67%,#ce1021 66.67% 100.00%)}
body[data-country="CI"]{--country-accent:#9d5c18;--national-secondary:#ffffff;--country-wash:#f8f3ed;--national-ribbon:linear-gradient(90deg,#f77f00 0.00% 33.33%,#ffffff 33.33% 66.67%,#009e60 66.67% 100.00%)}
body[data-country="DJ"]{--country-accent:#1f73a0;--national-secondary:#12ad2b;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#6ab2e7 0.00% 25.00%,#12ad2b 25.00% 50.00%,#ffffff 50.00% 75.00%,#d7141a 75.00% 100.00%)}
body[data-country="EG"]{--country-accent:#a43a30;--national-secondary:#ffffff;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 25.00%,#ffffff 25.00% 50.00%,#111111 50.00% 75.00%,#c09300 75.00% 100.00%)}
body[data-country="GQ"]{--country-accent:#237a58;--national-secondary:#ffffff;--country-wash:#eef5f2;--national-ribbon:linear-gradient(90deg,#3e9a00 0.00% 25.00%,#ffffff 25.00% 50.00%,#e32118 50.00% 75.00%,#0073ce 75.00% 100.00%)}
body[data-country="ER"]{--country-accent:#a43a30;--national-secondary:#ea0437;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#12ad2b 0.00% 25.00%,#ea0437 25.00% 50.00%,#4189dd 50.00% 75.00%,#ffc726 75.00% 100.00%)}
body[data-country="SZ"]{--country-accent:#23629e;--national-secondary:#ffd900;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#3e5eb9 0.00% 25.00%,#ffd900 25.00% 50.00%,#b10c0c 50.00% 75.00%,#ffffff 75.00% 100.00%)}
body[data-country="ET"]{--country-accent:#147447;--national-secondary:#fcdd09;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#078930 0.00% 25.00%,#fcdd09 25.00% 50.00%,#da121a 50.00% 75.00%,#0f47af 75.00% 100.00%)}
body[data-country="GA"]{--country-accent:#237a58;--national-secondary:#fcd116;--country-wash:#eef5f2;--national-ribbon:linear-gradient(90deg,#009e60 0.00% 33.33%,#fcd116 33.33% 66.67%,#3a75c4 66.67% 100.00%)}
body[data-country="GM"]{--country-accent:#a43a30;--national-secondary:#0c1c8c;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 25.00%,#0c1c8c 25.00% 50.00%,#3a7728 50.00% 75.00%,#ffffff 75.00% 100.00%)}
body[data-country="GH"]{--country-accent:#a43a30;--national-secondary:#fcd116;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 25.00%,#fcd116 25.00% 50.00%,#006b3f 50.00% 75.00%,#111111 75.00% 100.00%)}
body[data-country="GN"]{--country-accent:#a43a30;--national-secondary:#fcd116;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 33.33%,#fcd116 33.33% 66.67%,#009460 66.67% 100.00%)}
body[data-country="GW"]{--country-accent:#a43a30;--national-secondary:#fcd116;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ce1126 0.00% 25.00%,#fcd116 25.00% 50.00%,#009e49 50.00% 75.00%,#111111 75.00% 100.00%)}
body[data-country="KE"]{--country-accent:#147447;--national-secondary:#bb0000;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#111111 0.00% 25.00%,#bb0000 25.00% 50.00%,#006600 50.00% 75.00%,#ffffff 75.00% 100.00%)}
body[data-country="LS"]{--country-accent:#23629e;--national-secondary:#ffffff;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#00209f 0.00% 25.00%,#ffffff 25.00% 50.00%,#009543 50.00% 75.00%,#111111 75.00% 100.00%)}
body[data-country="LR"]{--country-accent:#a43a30;--national-secondary:#ffffff;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#bf0a30 0.00% 33.33%,#ffffff 33.33% 66.67%,#002868 66.67% 100.00%)}
body[data-country="LY"]{--country-accent:#147447;--national-secondary:#111111;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#e70013 0.00% 33.33%,#111111 33.33% 66.67%,#239e46 66.67% 100.00%)}
body[data-country="MG"]{--country-accent:#a43a30;--national-secondary:#fc3d32;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#ffffff 0.00% 33.33%,#fc3d32 33.33% 66.67%,#007e3a 66.67% 100.00%)}
body[data-country="MW"]{--country-accent:#147447;--national-secondary:#ce1126;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#111111 0.00% 33.33%,#ce1126 33.33% 66.67%,#339e35 66.67% 100.00%)}
body[data-country="ML"]{--country-accent:#147447;--national-secondary:#fcd116;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#14b53a 0.00% 33.33%,#fcd116 33.33% 66.67%,#ce1126 66.67% 100.00%)}
body[data-country="MR"]{--country-accent:#147447;--national-secondary:#ffc400;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#006233 0.00% 33.33%,#ffc400 33.33% 66.67%,#d01c1f 66.67% 100.00%)}
body[data-country="MU"]{--country-accent:#23629e;--national-secondary:#1a206d;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#ea2839 0.00% 25.00%,#1a206d 25.00% 50.00%,#ffd500 50.00% 75.00%,#00a551 75.00% 100.00%)}
body[data-country="MA"]{--country-accent:#a43a30;--national-secondary:#006233;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#c1272d 0.00% 50.00%,#006233 50.00% 100.00%)}
body[data-country="MZ"]{--country-accent:#147447;--national-secondary:#fce100;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#007168 0.00% 20.00%,#fce100 20.00% 40.00%,#111111 40.00% 60.00%,#d21034 60.00% 80.00%,#ffffff 80.00% 100.00%)}
body[data-country="NA"]{--country-accent:#23629e;--national-secondary:#d21034;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#003580 0.00% 20.00%,#d21034 20.00% 40.00%,#009543 40.00% 60.00%,#ffce00 60.00% 80.00%,#ffffff 80.00% 100.00%)}
body[data-country="NE"]{--country-accent:#9d5c18;--national-secondary:#ffffff;--country-wash:#f8f3ed;--national-ribbon:linear-gradient(90deg,#e05206 0.00% 33.33%,#ffffff 33.33% 66.67%,#0db02b 66.67% 100.00%)}
body[data-country="NG"]{--country-accent:#147447;--national-secondary:#ffffff;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#008751 0.00% 50.00%,#ffffff 50.00% 100.00%)}
body[data-country="RW"]{--country-accent:#1f73a0;--national-secondary:#fad201;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#00a1de 0.00% 33.33%,#fad201 33.33% 66.67%,#20603d 66.67% 100.00%)}
body[data-country="ST"]{--country-accent:#147447;--national-secondary:#ffce00;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#12ad2b 0.00% 25.00%,#ffce00 25.00% 50.00%,#d21034 50.00% 75.00%,#111111 75.00% 100.00%)}
body[data-country="SN"]{--country-accent:#147447;--national-secondary:#fdef42;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#00853f 0.00% 33.33%,#fdef42 33.33% 66.67%,#e31b23 66.67% 100.00%)}
body[data-country="SC"]{--country-accent:#23629e;--national-secondary:#fcd856;--country-wash:#edf2f7;--national-ribbon:linear-gradient(90deg,#003f87 0.00% 20.00%,#fcd856 20.00% 40.00%,#d62828 40.00% 60.00%,#ffffff 60.00% 80.00%,#007a3d 80.00% 100.00%)}
body[data-country="SL"]{--country-accent:#237a58;--national-secondary:#ffffff;--country-wash:#eef5f2;--national-ribbon:linear-gradient(90deg,#1eb53a 0.00% 33.33%,#ffffff 33.33% 66.67%,#0072c6 66.67% 100.00%)}
body[data-country="SO"]{--country-accent:#1f73a0;--national-secondary:#ffffff;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#4189dd 0.00% 50.00%,#ffffff 50.00% 100.00%)}
body[data-country="ZA"]{--country-accent:#147447;--national-secondary:#de3831;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#007749 0.00% 16.67%,#de3831 16.67% 33.33%,#002395 33.33% 50.00%,#ffb81c 50.00% 66.67%,#111111 66.67% 83.33%,#ffffff 83.33% 100.00%)}
body[data-country="SS"]{--country-accent:#147447;--national-secondary:#da121a;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#111111 0.00% 20.00%,#da121a 20.00% 40.00%,#078930 40.00% 60.00%,#0f47af 60.00% 80.00%,#fcdd09 80.00% 100.00%)}
body[data-country="SD"]{--country-accent:#a43a30;--national-secondary:#ffffff;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#d21034 0.00% 25.00%,#ffffff 25.00% 50.00%,#111111 50.00% 75.00%,#007229 75.00% 100.00%)}
body[data-country="TZ"]{--country-accent:#1f73a0;--national-secondary:#fcd116;--country-wash:#edf5f9;--national-ribbon:linear-gradient(90deg,#1eb53a 0.00% 25.00%,#fcd116 25.00% 50.00%,#111111 50.00% 75.00%,#00a3dd 75.00% 100.00%)}
body[data-country="TG"]{--country-accent:#147447;--national-secondary:#ffce00;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#006a4e 0.00% 25.00%,#ffce00 25.00% 50.00%,#d21034 50.00% 75.00%,#ffffff 75.00% 100.00%)}
body[data-country="TN"]{--country-accent:#a43a30;--national-secondary:#ffffff;--country-wash:#f8efee;--national-ribbon:linear-gradient(90deg,#e70013 0.00% 50.00%,#ffffff 50.00% 100.00%)}
body[data-country="UG"]{--country-accent:#946317;--national-secondary:#fcdc04;--country-wash:#f7f3ed;--national-ribbon:linear-gradient(90deg,#111111 0.00% 33.33%,#fcdc04 33.33% 66.67%,#d90000 66.67% 100.00%)}
body[data-country="ZM"]{--country-accent:#147447;--national-secondary:#ef7d00;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#198a00 0.00% 25.00%,#ef7d00 25.00% 50.00%,#de2010 50.00% 75.00%,#111111 75.00% 100.00%)}
body[data-country="ZW"]{--country-accent:#147447;--national-secondary:#ffd200;--country-wash:#ecf4f0;--national-ribbon:linear-gradient(90deg,#319208 0.00% 20.00%,#ffd200 20.00% 40.00%,#de2010 40.00% 60.00%,#111111 60.00% 80.00%,#ffffff 80.00% 100.00%)}

.territory-symbol{display:inline-grid;place-items:center;min-width:28px;font-size:24px;color:var(--teal)}.territory-label{display:block!important;margin:3px 0 0!important;font-size:10px!important}.territory-note{font-size:13px;line-height:1.7;color:var(--muted);max-width:850px}
body[data-country="western-sahara"]{--country-accent:#8b3c31;--national-secondary:#c1272d;--country-wash:#f0f5f2;--national-ribbon:linear-gradient(90deg,#111111 0.00% 25.00%,#ffffff 25.00% 50.00%,#007a3d 50.00% 75.00%,#c1272d 75.00% 100.00%)}
body[data-country="zanzibar"]{--country-accent:#146b91;--national-secondary:#009639;--country-wash:#f0f5f2;--national-ribbon:linear-gradient(90deg,#0072ce 0.00% 33.33%,#111111 33.33% 66.67%,#009639 66.67% 100.00%)}
body[data-country="somaliland"]{--country-accent:#21734b;--national-secondary:#d21034;--country-wash:#f0f5f2;--national-ribbon:linear-gradient(90deg,#007a3d 0.00% 33.33%,#ffffff 33.33% 66.67%,#d21034 66.67% 100.00%)}

/* Shared social directory: readable account names, wrapping and touch targets. */
.social-directory{border-top:1px solid var(--line);padding:28px 0;margin-top:24px}
.social-directory h2{font-size:22px;letter-spacing:-.02em}
.social-accounts{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:10px}
.social-accounts li{min-width:0}
.social-accounts a,.social-handle{display:flex;flex-direction:column;justify-content:center;gap:5px;min-height:76px;height:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;text-decoration:none;overflow-wrap:anywhere}
.social-accounts strong{font-size:14px}.social-accounts span,.social-accounts small{font-size:12px}
.social-accounts a:hover{background:#eaf1eb;text-decoration:underline;text-underline-offset:3px}
.social-accounts a:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.footer .social-directory{border-color:#ffffff30}
.footer .social-accounts a,.footer .social-handle{border-color:#ffffff40;color:#fff}
.footer .social-accounts a:hover{background:#ffffff15}
.footer .social-accounts a:focus-visible{outline-color:#f0cb63}

/* Keep long editorial headings within narrow phone and tablet grid tracks. */
.story-hero>div,.flow-row>div,.feature-story>div,.steps-grid li,.closing-cta>div{min-width:0}
.story-hero h1,.flow-row h2,.feature-story h2,.steps-grid h3,.closing-cta h2{overflow-wrap:anywhere}

/* Page journeys and tab-shaped navigation. */
main{min-width:0}
.body-tab,main .text-link,main .card>a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 19px;border:1px solid #b9cfc5;border-radius:14px;background:#fff;color:var(--ink);font-size:14px;font-weight:700;line-height:1.5;text-decoration:none;box-shadow:0 3px 0 #dce8e1;overflow-wrap:anywhere;max-width:100%;transition:background .18s,box-shadow .18s,transform .18s}
.body-tab:hover,main .text-link:hover,main .card>a:hover{background:#eaf3ed;box-shadow:0 5px 14px #163d3318;transform:translateY(-2px)}
main .btn{border-radius:14px;box-shadow:0 3px 0 #163d3314}
.page-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#edf3ee;margin:0 0 30px}
.page-tabs-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;flex-basis:100%;color:var(--muted)}
.page-tabs a,.filter-tabs button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid #bdd2c7;border-radius:12px;background:white;color:var(--ink);font:inherit;font-size:13px;font-weight:650;line-height:1.5;text-decoration:none;cursor:pointer;max-width:100%;overflow-wrap:anywhere}
.page-tabs a:hover,.filter-tabs button:hover{border-color:var(--teal);background:#f4f8f4}
.page-tabs a[aria-current],.filter-tabs button[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:white}
.main-nav a[aria-current="page"]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}
.explorer-controls,.faq-search{padding:24px;background:#eaf1eb;border:1px solid var(--line);border-radius:18px;margin:24px 0 8px}
.explorer-controls label,.faq-search label{display:block;font-size:14px;font-weight:750;margin-bottom:10px}
.explorer-search{display:flex;gap:10px}
.explorer-controls input,.faq-search input{width:100%;min-width:0;border:1px solid #9eb8aa;border-radius:12px;padding:13px 15px;font:inherit;background:#fff;color:var(--ink);min-height:48px}
.explorer-search button{min-height:48px;padding:10px 18px;background:white;color:var(--ink);border:1px solid #9eb8aa;border-radius:12px;font:inherit;font-weight:650;cursor:pointer}
.filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.result-count,.faq-search p{font-size:13px;line-height:1.6;color:var(--muted);margin:14px 0 0}
.empty-results{padding:28px;border:1px dashed #9eb8aa;border-radius:16px;color:var(--muted);line-height:1.7}
.image-card{transition:transform .18s,box-shadow .18s}.image-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #163d3317}.image-card .explore{display:inline-flex;min-height:40px;align-items:center;border-radius:10px;background:#edf4ef;padding:9px 14px}
.answer-card{padding:22px 24px;margin:12px 0;border:1px solid var(--line);border-radius:16px;background:#fff}
.answer-card summary{font-weight:700;font-size:18px;line-height:1.5;min-height:44px;padding:8px 0}
.answer-card[open]{border-color:var(--teal)}.answer-card p{font-size:16px;line-height:1.85;color:var(--muted);margin:14px 0 4px}
.policy-body .page-tabs{margin-top:30px}.policy-body>section{scroll-margin-top:30px}
@media(max-width:1100px){html:not(.has-interactivity) .top .main-nav{display:flex}html:not(.has-interactivity) .menu-toggle{display:none}}
@media(max-width:600px){.page-tabs{padding:14px;gap:7px}.page-tabs a{font-size:12px;padding:10px 12px}.explorer-controls,.faq-search{padding:18px}.filter-tabs button{flex:1 1 auto}.answer-card{padding:16px 18px}.answer-card summary{font-size:16px}}
@media(prefers-reduced-motion:reduce){.body-tab,main .text-link,main .card>a,.image-card{transition:none}.body-tab:hover,main .text-link:hover,main .card>a:hover,.image-card:hover{transform:none}}

.policy-header{display:flex;flex-wrap:wrap}.policy-header .nav{flex:1;min-width:240px}.passport-data{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%;font-size:13px;line-height:1.7}@media(max-width:600px){.policy-header .nav{flex-basis:100%;min-width:0}}

/* Long country names must wrap within the selected-market control. */
.top .market-switcher{min-width:0;max-width:100%}.top .market-switcher>summary{white-space:normal}.active-market-name{min-width:0;overflow-wrap:anywhere}.top .switch-label{flex-shrink:0}
@media(max-width:540px){.top .market-switcher{grid-column:1/-1;max-width:100%}.country-brand>div{min-width:0;flex:1 1 190px}.country-brand>a{margin-left:0;max-width:100%}}
