
:root{color-scheme:light;--brand:#17765C;--brand-lit:#34A483;--gold:#B8862F;
--bg:#FFFFFF;--bg-alt:#F3F7F4;--bg-invert:#0E2A23;--bg-pale:#E7F2ED;
--text:#25352F;--heading:#0E2A23;--muted:#5E7069;--line:#E0E7E2;
--on-invert:#C8D8D2;--on-invert-strong:#FFFFFF;--on-invert-muted:#A5B9B2;
--shadow:0 1px 2px rgba(14,42,35,.05),0 8px 24px -12px rgba(14,42,35,.14);
--r:8px;--pad:clamp(1.15rem,4.5vw,4.5rem);--gap:clamp(2.6rem,5.5vw,5rem);
--f:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--f);
font-size:1rem;line-height:1.68;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto;display:block}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--f);font-weight:600;line-height:1.18;letter-spacing:-.02em;margin:0;color:var(--heading)}
h1{font-size:clamp(2rem,1.5rem+2.2vw,3.1rem)}
h2{font-size:clamp(1.45rem,1.15rem+1.3vw,2.1rem)}
h3{font-size:1.15rem}
p{margin:0 0 1em;max-width:70ch}
.lede{font-size:1.15rem;color:#3f544c;max-width:62ch}
.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 .9rem}
.rule{width:52px;height:3px;background:var(--brand);border:0;margin:0 0 1.5rem;border-radius:2px}
.wrap{width:min(1200px,100% - (var(--pad)*2));margin-inline:auto}
.sec{padding-block:var(--gap)}
.sec--soft{background:var(--bg-alt)}
.sec--dark{background:var(--bg-invert);color:var(--on-invert)}
.sec--dark h1,.sec--dark h2,.sec--dark h3{color:var(--on-invert-strong)}
.sec--dark p{color:var(--on-invert-muted)}
.grid{display:grid;gap:1.5rem}
.g-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}
.g-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}
.g-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr))}
.card{background:var(--bg);border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;box-shadow:var(--shadow)}
.pill{display:inline-block;font-size:.72rem;font-weight:600;background:var(--bg-pale);color:var(--brand);
padding:.25rem .65rem;border-radius:99px;margin-bottom:.6rem;letter-spacing:.02em}
.btn{display:inline-block;background:var(--brand);color:#fff;padding:.8rem 1.5rem;border-radius:var(--r);
font-weight:600;font-size:.92rem;border:1px solid var(--brand)}
.btn:hover{background:var(--bg-invert);border-color:var(--bg-invert);text-decoration:none}
.btn--ghost{background:transparent;color:var(--on-invert-strong);border:1px solid rgba(255,255,255,.4)}
.btn--ghost:hover{color:var(--brand-lit);border-color:var(--brand-lit)}
.btns{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.6rem}
.hero .wrap>h1,.hero .wrap>.eyebrow,.hero .wrap>.lede{text-align:center;margin-inline:auto}
.hero .btns{justify-content:center}
.sec--dark .wrap>h2,.sec--dark .wrap>.lede{text-align:center;margin-inline:auto}
.sec--dark .btns{justify-content:center}
header.hdr{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);
border-bottom:1px solid var(--line)}
.hdr__row{display:flex;align-items:center;justify-content:space-between;padding-block:.9rem;gap:1rem}
.brand{font-weight:700;color:var(--heading);display:flex;flex-direction:column;align-items:flex-start;
gap:.1rem;line-height:1.15}
.brand__name{font-size:1.55rem;color:var(--brand);letter-spacing:-.01em}
.brand__sub{font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
[dir="rtl"] .brand{align-items:flex-end}
nav.nav{display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap}
nav.nav a{color:var(--text);font-size:.9rem;font-weight:500}
nav.nav a[aria-current="page"]{color:var(--brand);font-weight:700}
.dd{position:relative;padding-bottom:1.1rem;margin-bottom:-1.1rem}
.dd__menu{display:none;position:absolute;top:2.1rem;left:0;background:#fff;border:1px solid var(--line);
border-radius:var(--r);box-shadow:var(--shadow);min-width:15rem;padding:.4rem;z-index:60}
.dd:hover .dd__menu,.dd:focus-within .dd__menu,.dd.open .dd__menu{display:block}
.dd__toggle{cursor:pointer;background:none;border:0;font:inherit;color:var(--text);font-size:.9rem;font-weight:500;
padding:0;display:inline-flex;align-items:center;gap:.3rem}
.dd__toggle[aria-current="page"]{color:var(--brand);font-weight:700}
.dd__menu a{display:block;padding:.55rem .7rem;border-radius:6px;font-size:.87rem}
.dd__menu a:hover{background:var(--bg-alt);text-decoration:none}
.hero{position:relative;background:var(--bg-invert);color:#fff;padding-block:clamp(3rem,7vw,6rem)}
.hero .eyebrow{color:var(--brand-lit)}
.hero p{color:var(--on-invert-muted)}
.hero h1{color:#fff}
.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:1rem}
.breadcrumb a{color:var(--muted)}
.subsvc{border-top:1px solid var(--line);padding-block:2.2rem}
.subsvc h3{margin-bottom:.5rem}
.subsvc .kw{color:var(--brand);font-weight:600;font-size:.82rem;letter-spacing:.02em;margin-bottom:.4rem;display:block}
.faq details{border-bottom:1px solid var(--line);padding:1.1rem 0}
.faq summary{cursor:pointer;font-weight:600;color:var(--heading);list-style:none;display:flex;justify-content:space-between;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--brand);font-weight:700;flex-shrink:0}
.faq details[open] summary::after{content:"–"}
.faq .a{margin-top:.7rem;color:var(--muted)}
.related{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}
.related a{font-size:.82rem;background:var(--bg-pale);color:var(--brand);padding:.4rem .8rem;border-radius:99px}
.related a:hover{text-decoration:none;background:var(--brand);color:#fff}
.icon-num{width:2.4rem;height:2.4rem;border-radius:8px;background:var(--bg-pale);color:var(--brand);
display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.9rem}
.form{display:grid;gap:1rem}
.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}
.field input,.field select,.field textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--line);
border-radius:6px;font-family:var(--f);font-size:.95rem}
.field textarea{min-height:7rem}
.small{font-size:.82rem;color:var(--muted)}
footer.ftr{background:var(--bg-invert);color:var(--on-invert);padding-block:3.5rem 2rem}
.ftr__grid{display:grid;gap:2.2rem;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}
.ftr h4{color:#fff;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.9rem}
.ftr a{color:var(--on-invert-muted);font-size:.88rem}
.ftr ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.ftr__base{border-top:1px solid var(--line-invert,#2A5449);margin-top:2.4rem;padding-top:1.4rem;
font-size:.78rem;color:var(--on-invert-muted);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem}
.schema-note{font-size:.72rem;color:var(--muted);border:1px dashed var(--line);border-radius:6px;padding:.5rem .7rem;margin-top:.5rem}

.form .field label{display:block;font-size:.82rem;font-weight:600;color:var(--heading);margin-bottom:.3rem}
.form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form button[disabled]{opacity:.55;cursor:not-allowed}
.form-status{margin-top:1rem;padding:.85rem 1rem;border-radius:var(--r);font-size:.92rem;display:none}
.form-status.show{display:block}
.form-status.ok{background:var(--bg-pale);color:var(--brand);border:1px solid var(--brand-lit)}
.form-status.err{background:#FBEAE6;color:#9A3319;border:1px solid #E0B4A7}
.contact-lines{display:flex;flex-direction:column;gap:.35rem;margin-top:.6rem}
.contact-lines a{font-weight:500}
:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.pg{display:none}
.pg.active{display:block}
.badge{display:inline-flex;gap:.4rem;align-items:center;font-size:.78rem;color:var(--muted);margin-right:1rem}
.badge b{color:var(--heading)}
.hero__art{width:100%;border-radius:var(--r);margin-top:2rem;overflow:hidden;border:1px solid rgba(255,255,255,.15);line-height:0}
.hero__art svg,.hero__art img{display:block;width:100%;height:auto}
.cap-link{display:inline-block;margin-top:.6rem;font-size:.82rem}
.lang-toggle{background:none;border:1px solid var(--line);border-radius:99px;padding:.4rem .9rem;font:inherit;
font-size:.82rem;font-weight:600;color:var(--text);cursor:pointer}
.lang-toggle:hover{border-color:var(--brand);color:var(--brand)}
[dir="rtl"] body{font-family:"Tajawal","Poppins",system-ui,sans-serif}
[dir="rtl"] .subsvc,[dir="rtl"] .related a{text-align:right}
[dir="rtl"] .breadcrumb{direction:rtl}
.brand--logo{padding:0}.brand__logo{height:40px;width:auto;display:block}@media (max-width:640px){.brand__logo{height:32px}}

:root{--brand:#08725a;--brand-lit:#56b99a;--gold:#b68d4e;--bg:#f6f3ed;--bg-alt:#e9ece7;--bg-invert:#0b3027;--bg-pale:#dcebe4;--text:#344640;--heading:#0c3027;--line:#ccd6d0;--shadow:none;--r:0;--gap:clamp(3.2rem,5vw,5.4rem);--pad:clamp(1.2rem,4vw,4.5rem);--f:"DM Sans","Segoe UI",sans-serif}body{font-size:15px;line-height:1.55}h1,h2,h3,h4{font-family:"Manrope",var(--f);font-weight:500;letter-spacing:-.035em}p,.lede{text-align:start!important;hyphens:none!important;max-width:66ch}.wrap{width:min(1240px,100% - var(--pad)*2)}.sec{padding-block:var(--gap)}.rule{width:24px;height:1px;background:var(--gold);margin-bottom:1.5rem}header.hdr{background:rgba(246,243,237,.96);border-color:rgba(12,48,39,.12);backdrop-filter:blur(14px)}.hdr__row{min-height:74px;padding-block:.5rem}.brand__logo{height:45px!important;mix-blend-mode:multiply}nav.nav{gap:1.25rem}nav.nav a,.dd__toggle{font-size:.77rem}.btn,.lang-toggle{border-radius:0}.btn{padding:.72rem 1.05rem;font-size:.78rem}.home-brand-stage{height:calc(100vh - 74px);min-height:620px;display:grid;place-items:center;position:relative;background:url("/arboura-visual-2.jpg") center/cover no-repeat;overflow:hidden}.home-brand-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,243,237,.86),rgba(246,243,237,.42),rgba(246,243,237,.82))}.brand-focus{z-index:2;position:relative;text-align:center;padding:1.4rem 3rem;background:rgba(246,243,237,.82);backdrop-filter:blur(10px)}.brand-focus img{width:min(420px,68vw);mix-blend-mode:multiply}.brand-focus p{text-align:center!important;margin:.65rem 0 0;color:var(--brand);font-size:.67rem;letter-spacing:.25em;text-transform:uppercase}.service-ribbon{position:absolute;z-index:3;left:0;right:0;bottom:0;background:rgba(11,48,39,.96);display:grid;grid-template-columns:repeat(4,1fr);padding-inline:clamp(1rem,4vw,4rem);color:#fff}.service-ribbon span{padding:1rem 1.15rem;min-height:74px;display:flex;align-items:center;font-size:.65rem;line-height:1.35;text-transform:uppercase;letter-spacing:.045em;border-left:1px solid rgba(255,255,255,.18)}.service-ribbon span:last-child{border-right:1px solid rgba(255,255,255,.18)}.hero{padding-block:clamp(3rem,5vw,5rem)}.hero .wrap{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);column-gap:clamp(2.5rem,5vw,5.5rem);row-gap:.85rem;align-items:center}.hero .breadcrumb{grid-column:1/-1;margin:0 0 .6rem}.hero .eyebrow,.hero h1,.hero .lede,.hero .btns{grid-column:1;text-align:start!important;margin-inline:0}.hero h1{font-size:clamp(2.5rem,4.3vw,4.7rem);line-height:1.02}.hero .lede{font-size:1rem}.hero .btns{justify-content:flex-start;margin-top:.8rem}.hero__art{grid-column:2;grid-row:2/7;margin:0;border:0;height:440px}.hero__art img{width:100%;height:100%;object-fit:cover}#rhome>.hero .wrap{grid-template-columns:.9fr 1.1fr}.card{background:transparent;border:0;border-top:1px solid var(--line);box-shadow:none;padding:1.4rem 0}.grid{gap:1.5rem 2.4rem}.card p{margin-bottom:0}.lede{font-size:1.05rem}.sec h2{font-size:clamp(1.8rem,3vw,3.1rem)}.subsvc{display:grid;grid-template-columns:170px minmax(220px,.7fr) 1.5fr;gap:1.5rem;padding-block:1.35rem}.subsvc .kw{font-size:.68rem;margin:0}.subsvc h3{font-size:1.2rem;margin:0}.subsvc p{margin:0;color:#52625d}.faq{max-width:980px}.faq details{padding:.8rem 0}.faq summary{font-size:.97rem}.faq .a{margin-top:.35rem}.faq .a p{margin-bottom:.4rem}.sec--dark .wrap>h2,.sec--dark .wrap>.lede{text-align:start;margin-inline:0}.sec--dark .btns{justify-content:flex-start}.related{margin-top:.5rem}.ftr{border-top:2px solid var(--gold);padding-block:2.8rem 1.5rem}.ftr__grid{grid-template-columns:2fr 1fr 1fr;gap:1.4rem}.ftr__base{margin-top:1.6rem}[dir="rtl"] .hero .eyebrow,[dir="rtl"] .hero h1,[dir="rtl"] .hero .lede,[dir="rtl"] .subsvc{text-align:right!important}@media(max-width:850px){nav.nav{display:none}.home-brand-stage{height:78vh;min-height:600px}.service-ribbon{grid-template-columns:1fr 1fr}.service-ribbon span{min-height:58px;padding:.75rem}.hero .wrap,#rhome>.hero .wrap{grid-template-columns:1fr}.hero__art{grid-column:1;grid-row:auto;height:300px}.subsvc{grid-template-columns:1fr;gap:.45rem}.ftr__grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.service-ribbon span:nth-child(n+3){display:none}.service-ribbon{grid-template-columns:1fr}.brand-focus{margin-bottom:7rem;padding:1rem}.hero h1{font-size:2.4rem}.sec{padding-block:3.2rem}.ftr__grid{grid-template-columns:1fr}}
body{background:#f4f2ec;color:#294139}.pg{overflow:hidden}.wrap{width:min(1180px,calc(100% - 48px))}header.hdr{box-shadow:0 1px 0 rgba(12,48,39,.08)}.home-brand-stage{min-height:680px;background-image:url("/arboura-arbour-aurora-hero.png")!important;background-position:center 46%!important}.service-ribbon{max-width:1180px;left:50%;right:auto;width:calc(100% - 48px);transform:translateX(-50%);bottom:28px;border-radius:14px;overflow:hidden;box-shadow:0 18px 50px rgba(5,30,24,.22)}.service-ribbon span{min-height:88px;padding:1.1rem 1.25rem}.hero{padding:64px 0!important}.hero .wrap{grid-template-columns:minmax(0,440px) minmax(560px,1fr)!important;gap:58px!important}.hero .eyebrow{font-size:.7rem!important;line-height:1.45;letter-spacing:.14em;max-width:430px}.hero h1{font-size:clamp(2.35rem,3.2vw,3.75rem)!important;line-height:1.04!important;max-width:520px!important;overflow-wrap:normal;word-break:normal}.hero .lede{font-size:1.02rem!important;line-height:1.65!important;max-width:520px!important}.hero__art{height:520px!important;border-radius:20px!important;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.22)}.hero__art img{object-position:center!important}.hero .eyebrow{display:none!important}#rhome .hero h1{font-size:clamp(2.7rem,4vw,4.8rem)!important}#rhome .hero__art{height:520px!important}.sec{padding-block:64px!important}.sec>.wrap{position:relative}.sec h2{font-size:clamp(1.9rem,2.6vw,3rem)!important;line-height:1.12;max-width:820px}.sec .lede{font-size:1.02rem;line-height:1.65}.rule{margin-bottom:1.35rem}.pg>.sec:not(.sec--dark)>.wrap:before{content:"";position:absolute;left:-22px;top:0;width:2px;height:48px;background:linear-gradient(var(--gold),var(--brand))}.pg>.sec:nth-of-type(even):not(.sec--dark){background:#edf0eb}.pg>.sec:nth-of-type(odd):not(.sec--dark){background:#f6f3ed}.pg>.hero+.sec .wrap{display:grid;grid-template-columns:.35fr 1fr;column-gap:44px;align-items:start}.pg>.hero+.sec .wrap .rule{grid-column:1/-1}.pg>.hero+.sec .wrap .lede{grid-column:2}.pg>.hero+.sec .wrap .cap-link{grid-column:2}.grid{gap:22px!important;margin-top:28px!important;align-items:stretch}.g-2{grid-template-columns:repeat(2,minmax(0,1fr))}.g-3{grid-template-columns:repeat(3,minmax(0,1fr))}.g-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{display:flex!important;flex-direction:column;background:rgba(255,255,255,.82)!important;border:1px solid rgba(12,48,39,.1)!important;border-radius:16px!important;padding:26px!important;box-shadow:0 12px 32px rgba(12,48,39,.07)!important;transform:none!important;min-height:100%;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover{transform:translateY(-4px)!important;box-shadow:0 20px 46px rgba(12,48,39,.12)!important;border-color:rgba(8,114,90,.28)!important;text-decoration:none}.card h3{font-size:1.15rem!important;line-height:1.28;margin-bottom:.55rem}.card p{font-size:.88rem;line-height:1.62;color:#5b6e67}.card .pill{align-self:flex-start}.sec--soft{background:#e8ece7}.sec--soft .card{background:#f7f6f1!important}.sec--dark{background:linear-gradient(135deg,#082a22,#0d493a)}.subsvc{background:#fff;border:1px solid rgba(12,48,39,.09)!important;border-radius:14px;padding:24px!important;margin:14px 0;grid-template-columns:150px minmax(210px,.7fr) 1.4fr!important;box-shadow:0 8px 24px rgba(12,48,39,.05)}.subsvc+.subsvc{border-top:1px solid rgba(12,48,39,.09)!important}.subsvc h3{font-size:1.08rem!important;line-height:1.35}.subsvc p{font-size:.88rem;line-height:1.62}.faq{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:none!important}.faq details{background:#fff;border:1px solid rgba(12,48,39,.1)!important;border-radius:12px;padding:18px 20px!important}.faq summary{font-size:.9rem!important;line-height:1.45}.faq .a p{font-size:.84rem;line-height:1.58}.related{gap:10px}.related a{border-radius:8px;padding:.6rem .8rem}.btn{border-radius:8px!important}.ftr__grid{gap:2.5rem!important}[dir="rtl"] .hero .wrap{grid-template-columns:minmax(420px,1fr) minmax(0,520px)!important}[dir="rtl"] .hero__art{grid-column:1}[dir="rtl"] .hero .eyebrow,[dir="rtl"] .hero h1,[dir="rtl"] .hero .lede,[dir="rtl"] .hero .btns{grid-column:2}@media(max-width:980px){.hero .wrap,[dir="rtl"] .hero .wrap{grid-template-columns:1fr!important;gap:32px!important}.hero .eyebrow,.hero h1,.hero .lede,.hero .btns,.hero__art,[dir="rtl"] .hero .eyebrow,[dir="rtl"] .hero h1,[dir="rtl"] .hero .lede,[dir="rtl"] .hero .btns,[dir="rtl"] .hero__art{grid-column:1!important}.hero__art{grid-row:auto!important;height:360px!important}.g-4{grid-template-columns:repeat(2,minmax(0,1fr))}.subsvc{grid-template-columns:130px 1fr!important}.subsvc p{grid-column:2}.faq{grid-template-columns:1fr}}@media(max-width:640px){.wrap{width:min(100% - 30px,1180px)}.home-brand-stage{min-height:620px}.service-ribbon{width:calc(100% - 30px);bottom:15px}.hero{padding:48px 0!important}.hero h1,#rhome .hero h1{font-size:2.35rem!important}.hero__art,#rhome .hero__art{height:280px!important;border-radius:14px!important}.sec{padding-block:50px!important}.g-2,.g-3,.g-4{grid-template-columns:1fr}.card{padding:22px!important}.subsvc{grid-template-columns:1fr!important;padding:20px!important}.subsvc p{grid-column:1}.faq details{padding:16px!important}}
header.hdr{position:relative!important;top:auto!important;background:#fff!important;overflow:visible!important;z-index:80!important}header.hdr .hdr__row{height:158px!important;min-height:158px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;padding:14px 24px 0!important;position:relative!important;overflow:visible!important}.brand--logo{height:82px!important;display:flex!important;align-items:center!important;justify-content:center!important}.brand__logo{height:76px!important;width:auto!important;max-width:320px!important}.hdr__row nav.nav{position:absolute!important;left:50%!important;bottom:-31px!important;transform:translateX(-50%)!important;width:min(1120px,calc(100vw - 48px))!important;min-height:64px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:0!important;flex-wrap:nowrap!important;background:rgba(255,255,255,.97)!important;border:1px solid rgba(12,48,39,.1)!important;border-radius:36px!important;padding:7px 10px!important;box-shadow:0 18px 44px rgba(12,48,39,.16)!important}.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:24px!important;white-space:nowrap!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.01em!important}.hdr__row nav.nav>a[aria-current="page"]{background:var(--brand)!important;color:#fff!important}.hdr__row nav.nav .btn{background:transparent!important;color:var(--text)!important;border:0!important}.hdr__row nav.nav .btn:hover{background:var(--brand)!important;color:#fff!important}.hdr__row .dd{padding-bottom:0!important;margin-bottom:0!important}.dd__menu{top:54px!important}.home-brand-stage{padding-top:32px!important}.hero{padding-top:88px!important}.pg>.hero+.sec .wrap{display:block!important}.pg>.hero+.sec .wrap .rule,.pg>.hero+.sec .wrap .lede,.pg>.hero+.sec .wrap .cap-link{display:block!important;margin-left:0!important;margin-right:0!important}.pg>.hero+.sec .wrap .lede{max-width:860px!important}.pg>.hero+.sec .wrap .cap-link{margin-top:18px!important}.pg>.sec:not(.sec--dark)>.wrap:before{display:none!important}.sec>.wrap>h2,.sec>.wrap>.lede,.sec>.wrap>.grid,.sec>.wrap>.subsvc,.sec>.wrap>.faq,.sec>.wrap>.related{margin-left:auto!important;margin-right:auto!important}.sec>.wrap>h2,.sec>.wrap>.lede{max-width:1040px!important}.sec>.wrap>.rule{margin-left:max(0px,calc((100% - 1040px)/2))!important}.grid,.faq{width:100%!important}.g-2{grid-template-columns:repeat(2,minmax(340px,1fr))!important}.g-3{grid-template-columns:repeat(3,minmax(250px,1fr))!important}.g-4{grid-template-columns:repeat(4,minmax(210px,1fr))!important}.card{min-width:0!important}.card h3,.card p{overflow-wrap:normal!important;word-break:normal!important}.subsvc{grid-template-columns:170px minmax(260px,.8fr) minmax(380px,1.4fr)!important;align-items:start!important}.subsvc>*{min-width:0}.subsvc .kw,.subsvc h3,.subsvc p{overflow-wrap:normal!important;word-break:normal!important}@media(max-width:1080px){.hdr__row nav.nav{width:calc(100vw - 28px)!important}.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{padding:0 11px!important;font-size:.69rem!important}.g-4{grid-template-columns:repeat(2,minmax(280px,1fr))!important}.g-3{grid-template-columns:repeat(2,minmax(300px,1fr))!important}.subsvc{grid-template-columns:140px minmax(220px,.7fr) minmax(300px,1.3fr)!important}}@media(max-width:900px){header.hdr .hdr__row{height:104px!important;min-height:104px!important}.brand--logo{height:72px!important}.brand__logo{height:64px!important}.hdr__row nav.nav{display:none!important}.home-brand-stage{padding-top:0!important}.hero{padding-top:54px!important}.g-2,.g-3,.g-4{grid-template-columns:1fr!important}.card{width:100%!important;min-height:auto!important}.subsvc{grid-template-columns:1fr!important}.subsvc p{grid-column:1!important}}@media(max-width:640px){header.hdr .hdr__row{height:92px!important;min-height:92px!important}.brand__logo{height:58px!important}.wrap{width:calc(100% - 28px)!important}.card{padding:20px!important}.card h3{font-size:1.08rem!important}.card p{font-size:.86rem!important}.service-ribbon{width:calc(100% - 20px)!important}}
html,body,button,input,select,textarea,h1,h2,h3,h4,p,a,span,summary,label{font-family:"Cinzel",Georgia,serif!important}body{letter-spacing:.005em}.wrap{width:min(1180px,calc(100% - 56px))!important;margin-inline:auto!important}header.hdr .hdr__row{height:196px!important;min-height:196px!important;padding-top:16px!important}.brand--logo{height:126px!important;flex-direction:column!important;gap:2px!important}.brand__logo{height:104px!important;max-width:420px!important}.brand--logo:after{content:"Technology that grows with you";display:block;color:#1d2825;font-family:"Cinzel",Georgia,serif!important;font-size:.72rem;font-style:italic;font-weight:600;letter-spacing:.04em;text-transform:none;line-height:1;direction:ltr;unicode-bidi:isolate}.hdr__row nav.nav{bottom:-34px!important;width:calc(100vw - 64px)!important;max-width:1320px!important;min-height:72px!important;border-radius:40px!important;padding:8px 14px!important}.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{font-size:.72rem!important;padding-inline:20px!important}.home-brand-stage{height:calc(100vh - 196px)!important;min-height:680px!important;padding-top:48px!important;background-image:url("/arboura-four-capabilities-fresh.webp")!important;background-position:center!important}.home-brand-stage:before{background:linear-gradient(90deg,rgba(246,243,237,.8),rgba(246,243,237,.28),rgba(246,243,237,.72))!important}.brand-focus{padding:1.65rem 3.5rem!important;border-radius:2px!important}.brand-focus img{width:min(500px,72vw)!important}.brand-focus p{font-size:.72rem!important;letter-spacing:.15em!important}.service-ribbon{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;transform:none!important;border-radius:0!important;padding:0 clamp(28px,5vw,96px)!important;box-shadow:0 -12px 38px rgba(5,30,24,.16)!important}.service-ribbon span{min-height:104px!important;padding:20px 30px!important;justify-content:flex-start!important;text-align:left!important;font-size:.68rem!important;line-height:1.55!important;letter-spacing:.025em!important}.service-ribbon span:first-child{border-left:1px solid rgba(255,255,255,.18)!important}.hero{padding:96px 0 72px!important}.hero .wrap,#rhome>.hero .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)!important;gap:56px!important;align-items:center!important}.hero h1,#rhome .hero h1{font-size:clamp(2.45rem,3.4vw,3.9rem)!important;line-height:1.12!important;max-width:650px!important;margin:0!important}.hero .lede{max-width:620px!important;margin:24px 0 0!important;line-height:1.8!important}.hero .btns{margin-top:28px!important}.hero__art,#rhome .hero__art{height:560px!important;border-radius:18px!important}.sec{padding-block:72px!important}.sec>.wrap>h2,.sec>.wrap>.lede,.sec>.wrap>.grid,.sec>.wrap>.subsvc,.sec>.wrap>.faq,.sec>.wrap>.related{margin-left:0!important;margin-right:0!important}.sec>.wrap>h2{max-width:900px!important;margin-bottom:0!important}.sec>.wrap>.lede{max-width:900px!important;margin-top:18px!important}.sec>.wrap>.rule{margin-left:0!important;margin-bottom:22px!important}.grid{margin-top:34px!important}.card{text-align:left!important}.card h3,.card p{text-align:left!important}.subsvc{width:100%!important;margin-inline:0!important;grid-template-columns:180px minmax(260px,.75fr) minmax(420px,1.35fr)!important;gap:28px!important}.subsvc .kw,.subsvc h3,.subsvc p{text-align:left!important}.faq{margin-left:0!important}[dir="rtl"] .service-ribbon span,[dir="rtl"] .card,[dir="rtl"] .card h3,[dir="rtl"] .card p,[dir="rtl"] .subsvc .kw,[dir="rtl"] .subsvc h3,[dir="rtl"] .subsvc p{text-align:right!important}@media(max-width:1080px){.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{padding-inline:11px!important;font-size:.64rem!important}.subsvc{grid-template-columns:145px minmax(220px,.8fr) minmax(300px,1.2fr)!important}.hero__art,#rhome .hero__art{height:460px!important}}@media(max-width:900px){header.hdr .hdr__row{height:126px!important;min-height:126px!important}.brand--logo{height:104px!important}.brand__logo{height:80px!important}.brand--logo:after{font-size:.62rem!important}.home-brand-stage{height:auto!important;min-height:640px!important}.service-ribbon{grid-template-columns:1fr 1fr!important;padding-inline:18px!important}.service-ribbon span{min-height:78px!important}.hero .wrap,#rhome>.hero .wrap{grid-template-columns:1fr!important}.hero h1,#rhome .hero h1{max-width:760px!important}.hero__art,#rhome .hero__art{height:400px!important}.subsvc{grid-template-columns:1fr!important}.subsvc p{grid-column:1!important}}@media(max-width:640px){.wrap{width:calc(100% - 32px)!important}.brand__logo{height:68px!important}.brand--logo:after{font-size:.56rem!important}.service-ribbon{grid-template-columns:1fr!important;padding-inline:12px!important}.service-ribbon span{min-height:64px!important;padding:12px 16px!important}.service-ribbon span:nth-child(n+3){display:none!important}.hero{padding:58px 0!important}.hero h1,#rhome .hero h1{font-size:2.15rem!important}.hero__art,#rhome .hero__art{height:300px!important}.sec{padding-block:52px!important}}
html,body,h1,h2,h3,h4,h5,h6,p,a,span,button,summary,label,.eyebrow,.pill,.kw,.brand__sub,.service-ribbon span,.ftr h4{text-transform:none!important;font-variant:normal!important;font-variant-caps:normal!important}body{font-size:16.5px!important;line-height:1.72!important}.small,.card p,.subsvc p{font-size:.94rem!important;line-height:1.72!important}.lede{font-size:1.08rem!important;line-height:1.78!important}.breadcrumb{font-size:.84rem!important}.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{font-size:.84rem!important;letter-spacing:0!important;font-weight:600!important}.dd__menu a{font-size:.82rem!important}.hero .wrap,#rhome>.hero .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)!important;column-gap:64px!important;row-gap:0!important}.hero .breadcrumb{margin-bottom:24px!important}.hero h1,#rhome .hero h1{align-self:end!important}.hero .lede{align-self:start!important}.hero__art{align-self:stretch!important}.hero__art img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.sec>.wrap{display:block!important}.sec>.wrap>h1,.sec>.wrap>h2,.sec>.wrap>h3,.sec>.wrap>.lede,.sec>.wrap>.cap-link,.sec>.wrap>.btns,.sec>.wrap>.grid,.sec>.wrap>.faq,.sec>.wrap>.related,.sec>.wrap>.subsvc{margin-left:0!important;margin-right:0!important;text-align:left!important}.sec>.wrap>h1,.sec>.wrap>h2{max-width:920px!important}.sec>.wrap>.lede{max-width:920px!important}.sec>.wrap>.btns{justify-content:flex-start!important}.grid{width:100%!important}.card,.card h3,.card p,.card .small{text-align:left!important}.subsvc{align-items:start!important}.subsvc .kw,.subsvc h3,.subsvc p{text-align:left!important;margin-top:0!important}.faq details,.faq summary,.faq .a,.faq .a p{text-align:left!important}#rabout .hero__art,#rabout-ar .hero__art{background:#0b3027!important}#rabout .hero__art img,#rabout-ar .hero__art img{object-position:center 48%!important}[dir="rtl"] .sec>.wrap>h1,[dir="rtl"] .sec>.wrap>h2,[dir="rtl"] .sec>.wrap>h3,[dir="rtl"] .sec>.wrap>.lede,[dir="rtl"] .sec>.wrap>.cap-link,[dir="rtl"] .card,[dir="rtl"] .card h3,[dir="rtl"] .card p,[dir="rtl"] .subsvc .kw,[dir="rtl"] .subsvc h3,[dir="rtl"] .subsvc p,[dir="rtl"] .faq details,[dir="rtl"] .faq summary,[dir="rtl"] .faq .a p{text-align:right!important}[dir="rtl"] .sec>.wrap>.btns{justify-content:flex-start!important}@media(max-width:1080px){.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{font-size:.76rem!important}.hero .wrap,#rhome>.hero .wrap{column-gap:40px!important}}@media(max-width:900px){.hero .wrap,#rhome>.hero .wrap{grid-template-columns:1fr!important;row-gap:28px!important}.hero .breadcrumb{margin-bottom:0!important}.hero__art{margin-top:8px!important}}
html,body,button,input,select,textarea,p,a,span,summary,label,h2,h3,h4,h5,h6,.lede,.small,.eyebrow,.pill,.kw,.breadcrumb,.card,.subsvc,.faq,.service-ribbon span{font-family:"Quattrocento",Georgia,serif!important;text-transform:none!important;font-variant:normal!important;font-variant-caps:normal!important;letter-spacing:0!important}h1,.hero h1,.sec>.wrap>h1{font-family:"Cinzel",Georgia,serif!important;text-transform:uppercase!important;font-variant:normal!important;font-variant-caps:normal!important;letter-spacing:-.02em!important}h2,h3,h4,h5,h6{font-weight:700!important;line-height:1.28!important}.sec h2{font-size:clamp(2rem,2.75vw,3.15rem)!important}.card h3{font-size:1.28rem!important}.subsvc h3{font-size:1.2rem!important}.service-ribbon span{font-size:.9rem!important;line-height:1.5!important}body{font-size:17px!important;line-height:1.72!important}.lede{font-size:1.16rem!important;line-height:1.72!important}.small,.card p,.subsvc p{font-size:1rem!important;line-height:1.7!important}.breadcrumb{font-size:.9rem!important}.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{font-family:"Quattrocento",Georgia,serif!important;text-transform:none!important;font-size:1rem!important;letter-spacing:0!important;font-weight:700!important}.dd__menu a{font-family:"Quattrocento",Georgia,serif!important;font-size:.98rem!important;text-transform:none!important;line-height:1.35!important}.hdr__row .dd{position:relative!important;height:48px!important;display:flex!important;align-items:center!important;padding:0 0 10px!important;margin:0 0 -10px!important;overflow:visible!important}.hdr__row .dd:after{content:"";position:absolute;left:0;right:0;top:44px;height:18px}.dd__menu{display:block!important;top:52px!important;left:0!important;min-width:280px!important;padding:10px!important;z-index:500!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(7px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.dd:hover>.dd__menu,.dd:focus-within>.dd__menu,.dd.open>.dd__menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.dd__menu a{padding:10px 12px!important}.hero .wrap,#rhome>.hero .wrap{align-items:center!important}.hero h1,#rhome .hero h1{margin:0!important}.hero .lede{margin-top:22px!important}.sec>.wrap>h1,.sec>.wrap>h2,.sec>.wrap>h3,.sec>.wrap>.lede,.sec>.wrap>.cap-link,.sec>.wrap>.btns,.sec>.wrap>.grid,.sec>.wrap>.faq,.sec>.wrap>.related,.sec>.wrap>.subsvc{margin-inline:0!important}.sec>.wrap>.lede{margin-top:18px!important}.grid{align-items:stretch!important}.card{justify-content:flex-start!important}.card h3,.card p{margin-left:0!important;margin-right:0!important}.subsvc{align-items:start!important}.subsvc .kw,.subsvc h3,.subsvc p{padding-top:0!important}[dir="rtl"] h1,[dir="rtl"] .hero h1,[dir="rtl"] .sec>.wrap>h1{text-align:right!important}[dir="rtl"] .dd__menu{left:auto!important;right:0!important}@media(max-width:1080px){.hdr__row nav.nav>a,.hdr__row .dd>.dd__toggle,.hdr__row .lang-toggle{font-size:.9rem!important}.dd__menu a{font-size:.92rem!important}}@media(max-width:900px){body{font-size:16px!important}.hero h1,#rhome .hero h1{font-size:2.25rem!important}.hero .wrap,#rhome>.hero .wrap{gap:28px!important}.sec h2{font-size:2rem!important}}
.wrap{width:min(1320px,calc(100% - 72px))!important}.home-page header.hdr .hdr__row{height:92px!important;min-height:92px!important;padding:0!important}.home-page header.hdr .brand--logo{display:none!important}.home-page .hdr__row nav.nav{bottom:10px!important}.home-page .home-brand-stage{height:calc(100vh - 92px)!important;padding-top:0!important}.brand--logo:after{font-family:"Quattrocento",Georgia,serif!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.025em!important}.brand-focus p{font-family:"Quattrocento",Georgia,serif!important;font-size:1.15rem!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.08em!important;text-transform:none!important}p,.lede{max-width:none!important}.sec>.wrap>p,.sec>.wrap>.lede{width:min(100%,1120px)!important;max-width:none!important}.sec>.wrap>p{font-size:1.04rem!important;line-height:1.78!important}.sec>.wrap>.lede{font-size:1.14rem!important}.sec>.wrap>h2{width:min(100%,1040px)!important;max-width:none!important}.subsvc{grid-template-columns:170px minmax(270px,.72fr) minmax(0,1.45fr)!important;gap:30px!important;padding:25px 28px!important;align-items:start!important}.subsvc .kw{font-size:.86rem!important;line-height:1.45!important;font-weight:700!important}.subsvc h3{font-size:1.18rem!important;line-height:1.35!important}.subsvc p{font-size:.96rem!important;line-height:1.68!important;max-width:none!important;width:auto!important}.card p{max-width:none!important}.card h3{font-size:1.22rem!important}.card p{font-size:.98rem!important}.faq .a p{max-width:none!important}#rsaudi-arabia .hero__art,#rbahrain .hero__art,#ruae .hero__art,#rqatar .hero__art,#roman .hero__art,#rkuwait .hero__art,#rsaudi-arabia-ar .hero__art,#rbahrain-ar .hero__art,#ruae-ar .hero__art,#rqatar-ar .hero__art,#roman-ar .hero__art,#rkuwait-ar .hero__art{height:520px!important}@media(max-width:1080px){.wrap{width:min(100% - 44px,1320px)!important}.subsvc{grid-template-columns:140px 250px minmax(0,1fr)!important;gap:22px!important}}@media(max-width:900px){.home-page header.hdr .hdr__row{height:72px!important;min-height:72px!important}.home-page .home-brand-stage{height:auto!important;min-height:640px!important}.wrap{width:calc(100% - 32px)!important}.subsvc{grid-template-columns:1fr!important}.subsvc p{grid-column:1!important}.brand--logo:after{font-size:.88rem!important}.brand-focus p{font-size:.98rem!important}}
.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)!important;grid-template-rows:auto auto auto auto!important;column-gap:64px!important;row-gap:0!important;align-items:start!important}.hero .breadcrumb{grid-column:1/-1!important;grid-row:1!important;margin:0 0 28px!important}.hero .eyebrow{display:none!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{grid-column:1!important;grid-row:2!important;align-self:start!important;margin:0!important}.hero .lede{grid-column:1!important;grid-row:3!important;align-self:start!important;margin:24px 0 0!important}.hero .btns{grid-column:1!important;grid-row:4!important;align-self:start!important;margin-top:30px!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{grid-column:2!important;grid-row:2/5!important;align-self:start!important;margin:0!important;height:560px!important}[dir="rtl"] .hero .wrap,[dir="rtl"] #rhome-ar>.hero .wrap{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)!important}[dir="rtl"] .hero h1,[dir="rtl"] #rhome-ar .hero h1,[dir="rtl"] .hero .lede,[dir="rtl"] .hero .btns{grid-column:2!important;text-align:right!important}[dir="rtl"] .hero__art,[dir="rtl"] #rhome-ar .hero__art{grid-column:1!important}[dir="rtl"] .hero .breadcrumb{text-align:right!important}#rhome-ar .home-brand-stage{background-image:url("/arboura-four-capabilities-fresh.webp")!important;background-position:center!important}#rhome-ar .brand-focus p{text-align:center!important}#rhome-ar .service-ribbon span{text-align:right!important;justify-content:flex-start!important}@media(max-width:1200px) and (min-width:981px){.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap{column-gap:42px!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{font-size:clamp(2.25rem,3vw,3rem)!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{height:500px!important}}@media(max-width:980px){.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap,[dir="rtl"] .hero .wrap,[dir="rtl"] #rhome-ar>.hero .wrap{grid-template-columns:1fr!important;grid-template-rows:auto!important;row-gap:26px!important}.hero .breadcrumb{grid-column:1!important;grid-row:auto!important;margin-bottom:0!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1,[dir="rtl"] .hero h1,[dir="rtl"] #rhome-ar .hero h1{grid-column:1!important;grid-row:auto!important}.hero .lede,[dir="rtl"] .hero .lede{grid-column:1!important;grid-row:auto!important;margin-top:0!important}.hero .btns,[dir="rtl"] .hero .btns{grid-column:1!important;grid-row:auto!important;margin-top:0!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art,[dir="rtl"] .hero__art,[dir="rtl"] #rhome-ar .hero__art{grid-column:1!important;grid-row:auto!important;height:390px!important;margin-top:4px!important}}
footer.ftr{padding:48px 0 24px!important;border-top:2px solid var(--gold)!important}.ftr .wrap{width:min(1320px,calc(100% - 72px))!important}.ftr__grid{display:grid!important;grid-template-columns:minmax(260px,1.2fr) minmax(170px,.72fr) minmax(150px,.62fr) minmax(330px,1.25fr)!important;gap:34px 52px!important;align-items:start!important}.ftr__grid>div{min-width:0!important}.ftr h4{font-family:"Quattrocento",Georgia,serif!important;font-size:1.12rem!important;line-height:1.3!important;font-weight:700!important;color:#fff!important;margin:0 0 18px!important}.ftr ul{display:grid!important;gap:11px!important;margin:0!important;padding:0!important}.ftr li{margin:0!important}.ftr a,.ftr address{font-family:"Quattrocento",Georgia,serif!important;font-size:1.02rem!important;line-height:1.58!important;color:rgba(255,255,255,.78)!important}.ftr address{margin:0!important;max-width:440px!important}.ftr a:hover{color:#fff!important}.ftr__base{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;margin-top:38px!important;padding-top:18px!important;font-family:"Quattrocento",Georgia,serif!important;font-size:.9rem!important;line-height:1.5!important;color:rgba(255,255,255,.66)!important}.ftr__base a{font-size:.9rem!important}[dir="rtl"] .ftr__grid,[dir="rtl"] .ftr h4,[dir="rtl"] .ftr address,[dir="rtl"] .ftr__base{text-align:right!important}@media(max-width:1100px){.ftr .wrap{width:calc(100% - 44px)!important}.ftr__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:36px 48px!important}.ftr address{max-width:520px!important}}@media(max-width:640px){footer.ftr{padding:40px 0 22px!important}.ftr .wrap{width:calc(100% - 32px)!important}.ftr__grid{grid-template-columns:1fr!important;gap:30px!important}.ftr h4{font-size:1.08rem!important;margin-bottom:14px!important}.ftr a,.ftr address{font-size:1rem!important}.ftr__base{align-items:flex-start!important;flex-direction:column!important;margin-top:30px!important}}
body{font-size:18px!important;line-height:1.68!important}.wrap{width:min(1380px,calc(100% - 80px))!important}.hero{padding:88px 0 76px!important}.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;column-gap:72px!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{font-size:clamp(2.7rem,3.65vw,4.35rem)!important;line-height:1.08!important;max-width:690px!important;overflow-wrap:normal!important;word-break:normal!important}.hero .lede{font-size:1.2rem!important;line-height:1.68!important;max-width:680px!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{height:570px!important}.sec{padding-block:68px!important}.sec>.wrap>h1{font-size:clamp(2.45rem,3.4vw,4rem)!important;line-height:1.12!important}.sec>.wrap>h2{font-size:clamp(2.1rem,2.8vw,3.3rem)!important;line-height:1.16!important;width:100%!important;max-width:1100px!important}.sec>.wrap>h3{font-size:1.55rem!important}.sec>.wrap>p,.sec>.wrap>.lede{font-size:1.16rem!important;line-height:1.72!important;width:100%!important;max-width:1220px!important;margin-right:0!important}.sec>.wrap>.lede+*{margin-top:26px!important}.card h3{font-size:1.32rem!important;line-height:1.34!important}.card p{font-size:1.06rem!important;line-height:1.68!important}.cap-link,.related a,.faq summary,.faq .a p{font-size:1.04rem!important;line-height:1.62!important}.subsvc{grid-template-columns:180px minmax(285px,.72fr) minmax(0,1.5fr)!important;gap:34px!important;padding:28px 30px!important}.subsvc .kw{font-size:.94rem!important}.subsvc h3{font-size:1.28rem!important}.subsvc p{font-size:1.06rem!important;line-height:1.66!important}.sec--dark .wrap>h2,.sec--dark .wrap>.lede{max-width:1180px!important;width:100%!important}.sec--dark .btns{margin-top:26px!important}.sec--dark{padding-block:62px!important}#rcontact .grid.g-2,#rcontact-ar .grid.g-2{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)!important;gap:64px!important;align-items:start!important}.form{display:grid!important;gap:20px!important}.field{display:grid!important;gap:9px!important;margin:0!important}.field label{font-size:1.08rem!important;line-height:1.35!important;font-weight:700!important}.field input,.field select,.field textarea{min-height:56px!important;padding:13px 16px!important;font-size:1.08rem!important;line-height:1.35!important;border-radius:10px!important}.field textarea{min-height:150px!important}.form>.btn{width:auto!important;min-width:210px!important;justify-self:start!important;padding:15px 28px!important;font-size:1.05rem!important}#rcontact .grid.g-2>div h3,#rcontact-ar .grid.g-2>div h3{font-size:1.34rem!important}#rcontact .grid.g-2>div p,#rcontact .grid.g-2>div address,#rcontact-ar .grid.g-2>div p,#rcontact-ar .grid.g-2>div address{font-size:1.05rem!important;line-height:1.68!important}[dir="rtl"] .sec>.wrap>p,[dir="rtl"] .sec>.wrap>.lede,[dir="rtl"] .field,[dir="rtl"] .field label,[dir="rtl"] .field input,[dir="rtl"] .field select,[dir="rtl"] .field textarea{text-align:right!important}[dir="rtl"] .form>.btn{justify-self:end!important}@media(max-width:1180px){.wrap{width:calc(100% - 52px)!important}.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap{column-gap:48px!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{font-size:clamp(2.4rem,3.5vw,3.4rem)!important}.subsvc{grid-template-columns:155px 260px minmax(0,1fr)!important;gap:24px!important}}@media(max-width:980px){body{font-size:17px!important}.wrap{width:calc(100% - 36px)!important}.hero .wrap,#rhome>.hero .wrap,#rhome-ar>.hero .wrap{grid-template-columns:1fr!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{max-width:780px!important}.hero .lede{max-width:780px!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{height:420px!important}#rcontact .grid.g-2,#rcontact-ar .grid.g-2{grid-template-columns:1fr!important;gap:46px!important}.subsvc{grid-template-columns:1fr!important}.subsvc p{grid-column:1!important}}@media(max-width:640px){.wrap{width:calc(100% - 28px)!important}.hero{padding:54px 0!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{font-size:2.15rem!important}.hero .lede{font-size:1.08rem!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{height:310px!important}.sec{padding-block:48px!important}.sec>.wrap>h2{font-size:1.9rem!important}.sec>.wrap>p,.sec>.wrap>.lede{font-size:1.05rem!important}.card p,.subsvc p{font-size:1rem!important}.form>.btn{width:100%!important;justify-self:stretch!important}}
.mobile-menu-toggle{display:none;background:var(--brand);border:0;border-radius:50%;width:48px;height:48px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;box-shadow:0 8px 22px rgba(12,48,39,.18);z-index:802}.mobile-menu-toggle span{display:block;width:21px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){html,body{overflow-x:hidden!important}header.hdr{z-index:900!important}header.hdr .hdr__row{position:relative!important;display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;padding:10px 76px 10px 18px!important;height:100px!important;min-height:100px!important}.home-page header.hdr .hdr__row{height:74px!important;min-height:74px!important}.mobile-menu-toggle{display:flex!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important}.home-page .mobile-menu-toggle{top:50%!important}[dir="rtl"] .mobile-menu-toggle{right:auto!important;left:16px!important}[dir="rtl"] header.hdr .hdr__row{padding:10px 18px 10px 76px!important}.hdr__row nav.nav{display:none!important}.hdr__row nav.nav.mobile-open{display:flex!important;position:absolute!important;top:calc(100% + 8px)!important;bottom:auto!important;left:14px!important;right:14px!important;transform:none!important;width:auto!important;max-width:none!important;height:fit-content!important;max-height:calc(100vh - 120px)!important;overflow-y:auto!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:4px!important;padding:14px!important;border-radius:18px!important;background:rgba(255,255,255,.99)!important;box-shadow:0 22px 55px rgba(5,30,24,.24)!important;z-index:800!important}.hdr__row nav.nav.mobile-open>a,.hdr__row nav.nav.mobile-open>.dd>.dd__toggle,.hdr__row nav.nav.mobile-open>.lang-toggle{width:100%!important;min-height:48px!important;height:auto!important;justify-content:flex-start!important;padding:12px 15px!important;border-radius:10px!important;font-size:1.02rem!important;text-align:left!important}.hdr__row nav.nav.mobile-open>.dd{display:block!important;width:100%!important;height:auto!important;padding:0!important;margin:0!important}.hdr__row nav.nav.mobile-open .dd__menu{position:static!important;display:grid!important;min-width:0!important;width:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;padding:4px 10px 8px 22px!important;background:transparent!important;border:0!important;box-shadow:none!important}.hdr__row nav.nav.mobile-open .dd__menu a{font-size:.96rem!important;padding:9px 10px!important}.hdr__row nav.nav.mobile-open .btn{background:var(--brand)!important;color:#fff!important}.hdr__row nav.nav.mobile-open .lang-toggle{border:1px solid var(--line)!important;background:#f5f5f1!important;color:var(--heading)!important}[dir="rtl"] .hdr__row nav.nav.mobile-open>a,[dir="rtl"] .hdr__row nav.nav.mobile-open>.dd>.dd__toggle,[dir="rtl"] .hdr__row nav.nav.mobile-open>.lang-toggle{text-align:right!important;justify-content:flex-start!important}[dir="rtl"] .hdr__row nav.nav.mobile-open .dd__menu{padding:4px 22px 8px 10px!important}.home-page .home-brand-stage{min-height:690px!important}.service-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-ribbon span{display:flex!important;min-height:76px!important;padding:14px 16px!important;font-size:.9rem!important}.hero__art img,.card img{max-width:100%!important}}@media(max-width:640px){header.hdr .hdr__row{height:88px!important;min-height:88px!important;padding-top:8px!important;padding-bottom:8px!important}.home-page header.hdr .hdr__row{height:70px!important;min-height:70px!important}.mobile-menu-toggle{width:44px!important;height:44px!important;right:12px!important}[dir="rtl"] .mobile-menu-toggle{right:auto!important;left:12px!important}.brand__logo{max-width:230px!important;height:62px!important}.brand--logo:after{font-size:.7rem!important}.home-page .home-brand-stage{min-height:720px!important}.service-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding-inline:8px!important}.service-ribbon span,.service-ribbon span:nth-child(n+3){display:flex!important;min-height:86px!important;padding:12px!important;font-size:.86rem!important;line-height:1.38!important}.hero h1,#rhome .hero h1,#rhome-ar .hero h1{font-size:clamp(1.95rem,9vw,2.35rem)!important;line-height:1.13!important;overflow-wrap:anywhere!important}.hero .lede{font-size:1.06rem!important;line-height:1.62!important}.hero__art,#rhome .hero__art,#rhome-ar .hero__art{height:280px!important}.card,.subsvc{padding:20px!important}.field input,.field select,.field textarea{font-size:16px!important}.ftr__grid{gap:26px!important}}
.team-section{background:#e8ece7!important}.team-section>.wrap>h2{max-width:none!important}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:32px}.team-card{overflow:hidden;background:#fff;border:1px solid rgba(12,48,39,.12);border-radius:18px;box-shadow:0 14px 38px rgba(12,48,39,.09)}.team-card__media{position:relative;overflow:hidden}.team-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center top}.team-linkedin{position:absolute;right:14px;bottom:14px;display:grid!important;place-items:center;width:48px;height:48px;margin:0!important;border-radius:9px;background:#087bb7;color:#fff!important;box-shadow:0 8px 22px rgba(0,0,0,.24);transition:transform .2s ease,background .2s ease}.team-linkedin:hover,.team-linkedin:focus-visible{background:#066a9e;transform:translateY(-2px);text-decoration:none}.team-linkedin:focus-visible{outline:3px solid #fff;outline-offset:2px}.team-linkedin svg{width:32px;height:32px}.team-card__body{padding:22px 22px 24px}.team-card h3{font-size:1.3rem!important;line-height:1.3;margin:0 0 8px}.team-card p{font-size:1.02rem!important;line-height:1.55!important;color:#5b6e67;margin:0;min-height:3.1em}[dir="rtl"] .team-card__body,[dir="rtl"] .team-card h3,[dir="rtl"] .team-card p{text-align:right!important}[dir="rtl"] .team-linkedin{right:auto;left:14px}@media(max-width:980px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.team-grid{grid-template-columns:1fr;gap:18px}.team-card__body{padding:20px}.team-card p{min-height:0}.team-linkedin{width:46px;height:46px}}
.brand--logo{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;align-content:start!important;width:max-content!important;max-width:100%!important;margin-inline:auto!important;gap:0!important}.brand__logo{grid-column:1!important;justify-self:center!important;margin-inline:auto!important}.brand--logo:after{grid-column:1!important;justify-self:center!important;width:max-content!important;max-width:100%!important;text-align:center!important;white-space:nowrap;font-size:.9667rem!important;transform:translateY(-10px);margin-bottom:-10px}@media(max-width:900px){.brand--logo:after{font-size:.7967rem!important;transform:translateY(-8px);margin-bottom:-8px}}@media(max-width:640px){.brand--logo:after{font-size:.6167rem!important;transform:translateY(-7px);margin-bottom:-7px}}
body{padding-top:196px!important}body.home-page{padding-top:92px!important}header.hdr{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1000!important;overflow:visible!important}.home-page header.hdr .hdr__row{height:92px!important;min-height:92px!important;padding:0!important}.home-page header.hdr .brand--logo{display:none!important}.home-page .hdr__row nav.nav{bottom:10px!important}.home-page .home-brand-stage{height:calc(100vh - 92px)!important;min-height:680px!important}[dir="rtl"] #rcontact-ar a[href^="mailto:"]{display:block!important;width:100%!important;direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}@media(max-width:900px){body{padding-top:100px!important}body.home-page{padding-top:74px!important}header.hdr,.home-page header.hdr{position:fixed!important;top:0!important;left:0!important;right:0!important}.home-page header.hdr .hdr__row{height:74px!important;min-height:74px!important;padding:10px 76px 10px 18px!important}.home-page header.hdr .brand--logo{display:none!important}.home-page .home-brand-stage{height:auto!important;min-height:640px!important}[dir="rtl"] .home-page header.hdr .hdr__row{padding:10px 18px 10px 76px!important}}@media(max-width:640px){body{padding-top:88px!important}body.home-page{padding-top:70px!important}.home-page header.hdr .hdr__row{height:70px!important;min-height:70px!important;padding-top:8px!important;padding-bottom:8px!important}.home-page .home-brand-stage{min-height:640px!important}}
@media(min-width:1100px){.wrap{width:min(1660px,calc(100% - 64px))!important}.sec>.wrap>p,.sec>.wrap>.lede,.sec--dark>.wrap>p,.sec--dark>.wrap>.lede{width:100%!important;max-width:1580px!important}.sec>.wrap>h1,.sec>.wrap>h2,.sec>.wrap>h3{max-width:1450px!important}.pg>.hero+.sec .wrap>p,.pg>.hero+.sec .wrap>.lede{width:100%!important;max-width:1520px!important}.sec>.wrap>.cap-link{max-width:1520px!important}.subsvc{grid-template-columns:190px minmax(300px,.68fr) minmax(0,1.62fr)!important}}@media(min-width:1500px){.sec>.wrap>p,.sec>.wrap>.lede,.sec--dark>.wrap>p,.sec--dark>.wrap>.lede{max-width:1620px!important}.pg>.hero+.sec .wrap>p,.pg>.hero+.sec .wrap>.lede,.sec>.wrap>.cap-link{max-width:1580px!important}}@media(max-width:1099px){.sec>.wrap>p,.sec>.wrap>.lede{max-width:100%!important}}
.home-brand-stage:before{background:linear-gradient(90deg,rgba(246,243,237,.5),rgba(246,243,237,.12),rgba(246,243,237,.42))!important}.home-brand-stage{background-color:#0b3027!important}.brand-focus{background:rgba(246,243,237,.76)!important;box-shadow:0 24px 64px rgba(5,30,24,.16)!important}@media(max-width:640px){.home-brand-stage:before{background:linear-gradient(180deg,rgba(246,243,237,.42),rgba(246,243,237,.12),rgba(246,243,237,.36))!important}.brand-focus{background:rgba(246,243,237,.8)!important}}
body.home-page{padding-top:196px!important}.home-page header.hdr .hdr__row{height:196px!important;min-height:196px!important;padding-top:16px!important}.home-page header.hdr .brand--logo{display:grid!important}.home-page .hdr__row nav.nav{bottom:-34px!important}.home-page .home-brand-stage,#rhome-ar .home-brand-stage{height:calc(100vh - 196px)!important;min-height:680px!important;background-image:url("/home-hero-arboura-current.webp")!important;background-position:center 44%!important}.home-page .home-brand-stage:before{background:linear-gradient(90deg,rgba(7,35,28,.32),rgba(7,35,28,.08),rgba(7,35,28,.25))!important}.service-ribbon{max-width:none!important;width:calc(100% - 28px)!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .subsvc{grid-template-columns:210px minmax(320px,.8fr) minmax(0,1.55fr)!important;align-items:start!important;gap:32px!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .subsvc .kw{font-size:1rem!important;line-height:1.45!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .subsvc h3{font-size:1.34rem!important;line-height:1.35!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .subsvc p{font-size:1.06rem!important;line-height:1.66!important}@media(max-width:1180px) and (min-width:981px){.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .subsvc{grid-template-columns:165px 260px minmax(0,1fr)!important;gap:24px!important}}@media(max-width:900px){body.home-page{padding-top:100px!important}.home-page header.hdr .hdr__row{height:100px!important;min-height:100px!important;padding:10px 76px 10px 18px!important}.home-page header.hdr .brand--logo{display:grid!important}.home-page .home-brand-stage,#rhome-ar .home-brand-stage{height:auto!important;min-height:620px!important}[dir="rtl"] .home-page header.hdr .hdr__row{padding:10px 18px 10px 76px!important}}@media(max-width:640px){body.home-page{padding-top:88px!important}.home-page header.hdr .hdr__row{height:88px!important;min-height:88px!important}.home-page .home-brand-stage,#rhome-ar .home-brand-stage{min-height:600px!important}.service-ribbon{width:calc(100% - 16px)!important}}
.home-page .home-brand-stage,#rhome-ar .home-brand-stage{background-image:url("/home-hero-arboura-styled.webp")!important;background-position:center 44%!important;border-bottom:14px solid #f5f2eb!important;box-sizing:border-box!important}.home-page .home-brand-stage:before{background:linear-gradient(90deg,rgba(7,35,28,.22),rgba(7,35,28,.04),rgba(7,35,28,.18))!important}.home-page .service-ribbon{left:14px!important;right:14px!important;bottom:38px!important;width:auto!important;max-width:none!important;box-sizing:border-box!important;overflow:hidden!important;padding-inline:clamp(18px,4vw,72px)!important}.home-page .service-ribbon span{min-width:0!important}.home-page>.hero{border-top:1px solid rgba(12,48,39,.12)!important}@media(max-width:900px){.home-page .service-ribbon{left:10px!important;right:10px!important;bottom:28px!important;padding-inline:10px!important}}@media(max-width:640px){.home-page .service-ribbon{left:8px!important;right:8px!important;bottom:22px!important;width:auto!important}}
@media(min-width:901px){body,body.home-page{padding-top:166px!important}header.hdr .hdr__row,.home-page header.hdr .hdr__row{height:166px!important;min-height:166px!important;padding-top:8px!important}.brand--logo{height:132px!important;align-content:start!important}.brand__logo{height:108px!important}.brand--logo:after{transform:translateY(-13px)!important;margin-bottom:-13px!important}.hdr__row nav.nav,.home-page .hdr__row nav.nav{bottom:-28px!important}.home-page .home-brand-stage,#rhome-ar .home-brand-stage{height:calc(100vh - 166px)!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .hero{padding-top:66px!important;padding-bottom:58px!important}.pg:is(#rdigital-transformation,#rdata-ai-analytics,#rtechnology-solutions,#rconsulting-managed-services,#rdigital-transformation-ar,#rdata-ai-analytics-ar,#rtechnology-solutions-ar,#rconsulting-managed-services-ar) .hero__art{height:min(520px,calc(100vh - 250px))!important;min-height:440px!important}}
.home-page .home-brand-stage,#rhome-ar .home-brand-stage{background-image:url("/home-hero-arboura-natural.webp")!important}.home-page .service-ribbon{bottom:0!important}.pg:is(#rabout,#rabout-ar) .hero{padding-top:54px!important;padding-bottom:48px!important}.pg:is(#rabout,#rabout-ar) .hero__art{height:min(500px,calc(100vh - 230px))!important;min-height:400px!important}.pg:is(#rabout,#rabout-ar) .hero__art img{object-fit:contain!important;background:#f4f1ea!important}@media(max-width:900px){.home-page .service-ribbon{bottom:0!important}.pg:is(#rabout,#rabout-ar) .hero__art{height:360px!important;min-height:0!important}}@media(max-width:640px){.pg:is(#rabout,#rabout-ar) .hero__art{height:300px!important}}
.hero__art,.hero__art:hover{position:relative!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;overflow:hidden!important;transform:none!important}.hero__art img{display:block!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;object-fit:cover!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important}.hero__art:after{content:"";position:absolute;inset:-1px;pointer-events:none;background:linear-gradient(90deg,var(--bg-invert) 0,rgba(11,48,39,.78) 3%,rgba(11,48,39,.28) 8%,transparent 15%,transparent 85%,rgba(11,48,39,.28) 92%,rgba(11,48,39,.78) 97%,var(--bg-invert) 100%),linear-gradient(180deg,var(--bg-invert) 0,rgba(11,48,39,.7) 4%,rgba(11,48,39,.22) 10%,transparent 17%,transparent 83%,rgba(11,48,39,.22) 90%,rgba(11,48,39,.7) 96%,var(--bg-invert) 100%)!important}@media(max-width:640px){.hero__art:after{background:linear-gradient(90deg,var(--bg-invert),transparent 12%,transparent 88%,var(--bg-invert)),linear-gradient(180deg,var(--bg-invert),transparent 12%,transparent 88%,var(--bg-invert))!important}}
.footer-contact{font-style:normal!important;display:grid!important;gap:16px!important}.footer-contact__line{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;gap:11px!important;align-items:start!important}.footer-contact__line svg{width:20px!important;height:20px!important;margin-top:3px!important;fill:var(--gold)!important}.footer-contact__line a{overflow-wrap:anywhere!important}[dir="rtl"] .footer-contact__line{grid-template-columns:minmax(0,1fr) 22px!important}[dir="rtl"] .footer-contact__line svg{grid-column:2!important;grid-row:1!important}[dir="rtl"] .footer-contact__line>span,[dir="rtl"] .footer-contact__line>a{grid-column:1!important;grid-row:1!important}[dir="rtl"] .footer-contact__email>a{text-align:left!important;direction:ltr!important}
.brand__logo{mix-blend-mode:normal}
.geo-banner{position:fixed;left:0;right:0;bottom:0;z-index:950;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding:.8rem 1.2rem;background:var(--bg-invert);color:#fff;font-size:.82rem;box-shadow:0 -6px 24px rgba(5,30,24,.24)}.geo-banner a{color:#fff;text-decoration:underline;font-weight:600}.geo-banner button{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;width:26px;height:26px;line-height:1;border-radius:50%;cursor:pointer;font-size:.9rem}@media(max-width:640px){.geo-banner{font-size:.78rem;padding:.7rem 1rem}}
