/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.table{display:table}.overline{text-decoration-line:overline}}:root{--ink:#121915;--forest:#073c30;--green:#12604a;--lime:#9dcb75;--gold:#e4b85b;--cream:#f3f0e8;--white:#fff;--line:#1219152b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{width:100%;display:block}button,summary,a{-webkit-tap-highlight-color:transparent}.site-header{z-index:50;background:#fff;justify-content:space-between;align-items:center;width:100%;height:98px;padding:0 clamp(22px,5vw,76px);transition:height .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:0}.site-header.header-scrolled{height:76px;box-shadow:0 12px 35px #0000001a}.brand{align-items:center;width:176px;height:90px;transition:height .35s;display:flex;overflow:hidden}.header-scrolled .brand{height:70px}.brand img{object-fit:contain;mix-blend-mode:multiply;height:100%}.site-header nav{align-items:center;gap:clamp(18px,2.4vw,36px);font-size:12px;font-weight:700;display:flex}.site-header nav>a:not(.nav-cta){position:relative}.site-header nav>a:not(.nav-cta):after{content:"";background:var(--forest);width:0;height:1px;transition:width .25s;position:absolute;bottom:-8px;left:0}.site-header nav>a:hover:after{width:100%}.nav-cta{background:var(--forest);color:#fff;padding:16px 19px}.nav-cta span{margin-left:18px}.menu-button{background:0 0;border:0;width:44px;height:44px;display:none}.menu-button span{background:var(--ink);height:2px;margin:7px 3px;transition:all .25s;display:block}.menu-button.active span:first-child{transform:translateY(4.5px)rotate(45deg)}.menu-button.active span:last-child{transform:translateY(-4.5px)rotate(-45deg)}.hero{color:#fff;align-items:flex-end;height:max(760px,100vh);padding:150px clamp(22px,7vw,106px) 110px;display:flex;position:relative;overflow:hidden}.hero-image{background:url(/dubai-skyline.jpg) 50% 54%/cover no-repeat;animation:16s ease-out both heroZoom;position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,#011410e8 0%,#031914a8 48%,#03110f1f 82%),linear-gradient(#0000 52%,#0000008a);position:absolute;inset:0}.hero-content{z-index:2;opacity:0;max-width:950px;transition:opacity .9s .15s,transform .9s .15s;position:relative;transform:translateY(24px)}.is-ready .hero-content{opacity:1;transform:none}.overline{text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:11px;margin:0 0 27px;font-size:10px;font-weight:800;display:flex}.overline span{background:currentColor;width:34px;height:1px}.overline.dark{color:var(--green)}.hero h1,.section h2,.destination-hero h2,.employers h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400}.hero h1 em,.section h2 em,.destination-hero h2 em{color:var(--gold);font-weight:400}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{text-transform:uppercase;letter-spacing:.09em;cursor:pointer;border:0;justify-content:center;align-items:center;min-height:56px;padding:0 23px;font-size:11px;font-weight:800;transition:transform .25s,background .25s,color .25s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button span{margin-left:18px}.button-gold{background:var(--gold);color:var(--ink)}.button-ghost{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000000f;border:1px solid #ffffff8c}.button-ghost:hover{color:var(--ink);background:#fff}.hero-panel{z-index:2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#05231c47;border-left:1px solid #ffffff80;width:300px;padding:24px;position:absolute;bottom:108px;right:clamp(22px,7vw,106px)}.hero-panel small{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:9px}.hero-panel div{align-items:center;gap:9px;margin:15px 0;display:flex}.hero-panel strong{font-family:Georgia,serif;font-size:18px;font-weight:400}.hero-panel i{color:var(--gold);font-style:normal}.hero-panel p{color:#ffffffa6;margin:0;font-size:11px;line-height:1.55}.scroll-cue{z-index:2;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:15px;font-size:8px;display:flex;position:absolute;bottom:28px;left:clamp(22px,7vw,106px)}.scroll-cue i{color:var(--gold);font-style:normal;animation:1.8s infinite bounce}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.ticker{background:var(--gold);align-items:center;height:55px;display:flex;overflow:hidden}.ticker>div{min-width:max-content;animation:28s linear infinite ticker;display:flex}.ticker span{text-transform:uppercase;letter-spacing:.18em;padding-right:35px;font-size:10px;font-weight:800}.ticker i{margin-left:35px;font-style:normal}@keyframes ticker{to{transform:translate(-50%)}}.section{padding:clamp(90px,11vw,165px) clamp(22px,7vw,106px)}.section h2,.destination-hero h2,.employers h2{font-size:clamp(46px,5.6vw,84px);line-height:.98}.reveal,.reveal-group>*{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(38px)}.reveal.in-view,.reveal-group>.in-view{opacity:1;transform:none}.reveal-group>:nth-child(2){transition-delay:.1s}.reveal-group>:nth-child(3){transition-delay:.2s}.reveal-group>:nth-child(4){transition-delay:.3s}.story{background:#fff;grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(60px,10vw,150px);display:grid}.story-visual{position:relative}.photo-frame{overflow:hidden}.photo-main{height:700px}.photo-frame img{object-fit:cover;object-position:center;height:100%;transition:transform 1s}.photo-frame:hover img{transform:scale(1.035)}.experience-badge{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;gap:10px;width:170px;height:170px;display:flex;position:absolute;bottom:62px;right:-48px;box-shadow:0 20px 45px #0000002e}.experience-badge strong{font:400 56px Georgia,serif}.experience-badge span{text-transform:uppercase;letter-spacing:.14em;font-size:9px;line-height:1.45}.story-copy{max-width:650px}.story-copy h2 em{color:var(--green)}.story-lead{margin-top:35px;color:var(--ink)!important;font:400 clamp(22px,2vw,30px)/1.45 Georgia,serif!important}.story-copy>p:not(.overline){color:#5d6861;font-size:15px;line-height:1.8}.arrow-link{border-bottom:1px solid var(--ink);text-transform:uppercase;letter-spacing:.1em;gap:30px;margin-top:18px;padding-bottom:7px;font-size:11px;font-weight:800;display:inline-flex}.expertise{background:var(--forest);color:#fff}.expertise-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:9vw;margin-bottom:70px;display:grid}.expertise-heading .overline{color:var(--gold);grid-column:1/-1;margin-bottom:-15px}.expertise-heading>p:last-child{color:#ffffff9e;max-width:460px;line-height:1.75}.sector-stage{grid-template-columns:1fr 1fr .95fr;gap:18px;display:grid}.sector-photo-card{background:#17231d;height:570px;position:relative;overflow:hidden}.sector-photo-card:after{content:"";background:linear-gradient(#0000 38%,#000000d4);position:absolute;inset:0}.sector-photo-card img{object-fit:cover;filter:saturate(.8);height:100%;transition:transform .8s,filter .5s}.sector-photo-card:hover img{filter:saturate();transform:scale(1.05)}.engineering-card img{object-position:center 25%}.sector-photo-card>div{z-index:2;position:absolute;bottom:28px;left:30px;right:30px}.sector-photo-card small{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:8px}.sector-photo-card h3{margin:10px 0;font:400 31px Georgia,serif}.sector-photo-card p{text-transform:uppercase;letter-spacing:.12em;color:#ffffffa6;font-size:10px}.sector-list{border-top:1px solid #ffffff40}.sector-list a{border-bottom:1px solid #fff3;grid-template-columns:28px 1fr 18px;align-items:center;gap:10px;min-height:81px;transition:padding .25s,background .25s;display:grid}.sector-list a:hover{background:#ffffff0f;padding-left:14px}.sector-list span{color:var(--gold);font-size:8px}.sector-list strong{font:400 clamp(17px,1.5vw,23px) Georgia,serif}.sector-list i{color:var(--gold);font-style:normal}.destination-hero{color:#fff;grid-template-columns:1.05fr .95fr;align-items:center;gap:10vw;min-height:900px;padding:150px clamp(22px,7vw,106px);display:grid;position:relative;overflow:hidden}.destination-bg{background:url(/riyadh-skyline.jpg) 50%/cover no-repeat fixed;position:absolute;inset:0}.destination-overlay{background:linear-gradient(90deg,#031c17eb,#04231c7a),linear-gradient(#0000,#00000073);position:absolute;inset:0}.destination-copy,.destination-chips{z-index:2;position:relative}.destination-copy p:last-child{color:#ffffffb8;max-width:580px;margin-top:30px;font-size:17px;line-height:1.7}.destination-chips{border-top:1px solid #ffffff59}.destination-chips div{border-bottom:1px solid #ffffff47;grid-template-columns:38px 1fr auto;align-items:center;min-height:83px;display:grid}.destination-chips span{color:var(--gold);font-size:9px}.destination-chips strong{font:400 clamp(20px,2vw,29px) Georgia,serif}.destination-chips small{text-transform:uppercase;letter-spacing:.17em;color:var(--gold);font-size:8px}.places{background:var(--cream)}.places-heading{justify-content:space-between;align-items:flex-end;margin-bottom:65px;display:flex}.places-heading .overline{align-self:flex-start;margin-top:12px}.places-grid{grid-template-rows:repeat(2,330px);grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.places-grid figure{margin:0;position:relative;overflow:hidden}.places-grid figure.place-large{grid-row:1/3}.places-grid figure>div{height:100%;overflow:hidden}.places-grid img{object-fit:cover;height:100%;transition:transform .9s}.places-grid figure:hover img{transform:scale(1.055)}.place-large img{object-position:center 52%}.places-grid figure:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#00000094);position:absolute;inset:0}.places-grid figcaption{z-index:2;color:#fff;position:absolute;bottom:24px;left:28px}.places-grid figcaption span{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin-bottom:7px;font-size:8px;display:block}.places-grid figcaption strong{font:400 29px Georgia,serif}.process{background:#fff}.process-heading{text-align:center}.process-heading .overline{justify-content:center}.process-steps{grid-template-columns:repeat(4,1fr);margin-top:85px;display:grid;position:relative}.process-steps:before{content:"";background:var(--line);height:1px;position:absolute;top:47px;left:10px;right:10px}.process-steps article{padding-right:35px;position:relative}.process-steps b{letter-spacing:.16em;color:var(--green);font-size:9px}.step-dot{background:var(--gold);width:13px;height:13px;box-shadow:0 0 0 1px var(--gold);z-index:2;border:3px solid #fff;border-radius:50%;margin:31px 0 45px;position:relative}.process-steps h3{font:400 25px Georgia,serif}.process-steps p{color:#68716b;max-width:260px;font-size:13px;line-height:1.7}.employers{color:#fff;background:#17211c;grid-template-columns:1fr 1fr;min-height:720px;display:grid}.employer-image{overflow:hidden}.employer-image img{object-fit:cover;object-position:center;height:100%}.employer-copy{flex-direction:column;justify-content:center;padding:clamp(70px,9vw,135px);display:flex}.employer-copy .overline{color:var(--gold)}.employer-copy p:not(.overline){color:#ffffffad;max-width:560px;margin:30px 0;font-size:15px;line-height:1.75}.employer-copy .button{align-self:flex-start}.toolkit{color:#fff;background:#111713;grid-template-columns:.78fr 1.22fr;gap:10vw;display:grid}.toolkit-intro .overline{color:var(--gold)}.toolkit-intro>p:last-child{color:#ffffff94;max-width:390px;line-height:1.7}.guide-list{border-top:1px solid #ffffff3b}.guide-trigger{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff3b;grid-template-columns:38px 1fr 24px;align-items:center;padding:27px 0;transition:background .25s,padding .25s;display:grid}:is(.guide-trigger:hover,.guide-trigger:focus-visible){background:#ffffff0b;outline:none;padding-left:13px}.guide-trigger>span{color:var(--gold);font-size:9px}.guide-trigger div{flex-direction:column;gap:6px;display:flex}.guide-trigger small{text-transform:uppercase;letter-spacing:.17em;color:#ffffff6b;font-size:8px}.guide-trigger strong{font:400 clamp(20px,2vw,28px) Georgia,serif}.guide-trigger i{color:var(--gold);font-size:24px;font-style:normal;transition:transform .25s}:is(.guide-trigger:hover i,.guide-trigger:focus-visible i){transform:rotate(90deg)}.guide-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#030f0bd1;place-items:center;padding:24px;animation:.35s ease-out both guideBackdropIn;display:grid;position:fixed;inset:0}.guide-modal{background:var(--cream);width:min(920px,100%);max-height:calc(100dvh - 48px);color:var(--ink);border-top:6px solid var(--gold);outline:none;padding:clamp(28px,4.5vw,60px);animation:.48s cubic-bezier(.2,.85,.25,1) both guideModalIn;overflow:auto;box-shadow:0 35px 100px #00000073}.guide-modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:25px;padding-bottom:25px;display:flex}.guide-modal-header>div{flex-direction:column;gap:7px;display:flex}.guide-modal-header>div span,.guide-modal-header small{text-transform:uppercase;letter-spacing:.17em;font-size:9px;font-weight:800}.guide-modal-header>div span{color:var(--green)}.guide-modal-header small{color:#7a817c}.guide-modal-close{color:var(--ink);cursor:pointer;text-transform:uppercase;letter-spacing:.14em;background:0 0;border:0;align-items:center;gap:13px;font-size:8px;font-weight:800;display:flex}.guide-modal-close i{background:var(--forest);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font:400 22px/1 Arial;display:grid}.guide-modal-close:focus-visible{outline:2px solid var(--green);outline-offset:5px}.guide-modal-body{padding:clamp(32px,5vw,62px) 0}.guide-modal-body h2{letter-spacing:-.045em;max-width:760px;margin:0;font:400 clamp(42px,5.3vw,72px)/.98 Georgia,Times New Roman,serif}.guide-modal-body>p{color:var(--green);max-width:720px;margin:25px 0 30px;font:400 clamp(18px,1.8vw,24px)/1.55 Georgia,serif}.guide-modal-body ul{grid-template-columns:1fr 1fr;gap:18px 34px;margin:0;padding:0;list-style:none;display:grid}.guide-modal-body li{color:#555f59;padding:0 0 0 22px;font-size:13px;line-height:1.7;position:relative}.guide-modal-body li:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;position:absolute;top:.62em;left:0}.guide-modal-nav{color:var(--ink);border-top:1px solid var(--line);background:0 0;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:22px 0 0;display:grid}.guide-modal-nav>span{color:#778079;text-transform:uppercase;letter-spacing:.15em;font-size:9px}.guide-modal-nav button{color:var(--forest);cursor:pointer;text-transform:uppercase;letter-spacing:.13em;background:0 0;border:0;align-items:center;gap:12px;padding:8px 0;font-size:10px;font-weight:800;display:flex}.guide-modal-nav button:last-child{justify-self:end}.guide-modal-nav button i{color:#b98218;font-size:18px;font-style:normal;transition:transform .2s}.guide-modal-nav button:first-child:hover i{transform:translate(-4px)}.guide-modal-nav button:last-child:hover i{transform:translate(4px)}.guide-modal-nav button:focus-visible{outline:2px solid var(--green);outline-offset:4px}.guide-open .ticker-track,.guide-open .route-dot{animation-play-state:paused}@keyframes guideBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes guideModalIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.apply{background:var(--gold);grid-template-columns:.9fr 1.1fr;gap:10vw;display:grid}.apply-copy>p:not(.overline){max-width:560px;font-size:16px;line-height:1.75}.email-link{border-bottom:1px solid var(--ink);gap:18px;margin:22px 0;padding-bottom:6px;font:400 clamp(20px,2vw,30px) Georgia,serif;display:inline-flex}.apply-copy>small{text-transform:uppercase;letter-spacing:.08em;max-width:480px;font-size:10px;line-height:1.6;display:block}.whatsapp-form{background:#fff;padding:clamp(28px,4vw,55px);box-shadow:24px 24px #073c3033}.form-heading{justify-content:space-between;gap:20px;margin-bottom:35px;display:flex}.form-heading span{font:400 26px Georgia,serif}.form-heading b{text-transform:uppercase;letter-spacing:.16em;max-width:140px;color:var(--green);font-size:8px;line-height:1.6}.whatsapp-form label{text-transform:uppercase;letter-spacing:.16em;margin-top:22px;font-size:8px;font-weight:800;display:block}.whatsapp-form input,.whatsapp-form select,.whatsapp-form textarea{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-transform:none;letter-spacing:0;background:0 0;border-radius:0;outline:0;padding:13px 0}.whatsapp-form input:focus,.whatsapp-form select:focus,.whatsapp-form textarea:focus{border-color:var(--green)}.whatsapp-button{background:var(--forest);color:#fff;width:100%;margin-top:30px}.form-status{min-height:15px;color:var(--green);margin:10px 0 0;font-size:10px}footer{color:#fff;background:#080c0a;grid-template-columns:1.7fr 1fr 1fr;gap:55px 60px;padding:0 clamp(22px,7vw,106px) 28px;display:grid}.footer-logo-band{border-bottom:5px solid var(--green);background:#fff;grid-column:1/-1;justify-content:space-between;align-items:center;margin:0 calc(-1*clamp(22px,7vw,106px));padding:20px clamp(22px,7vw,106px);display:flex}.footer-logo-band img{object-fit:contain;width:330px;height:150px}.footer-logo-band p{color:var(--forest);text-align:right;margin:0;font:400 20px/1.45 Georgia,serif}.footer-brand{padding-top:10px}.footer-brand strong{color:var(--gold);font:400 19px/1.4 Georgia,serif;display:block}.footer-brand p{color:#ffffff7a;max-width:430px;font:400 15px/1.6 Georgia,serif}.footer-brand+div,footer>div:nth-child(4){flex-direction:column;gap:13px;padding-top:10px;font-size:12px;display:flex}footer small{color:var(--gold);text-transform:uppercase;letter-spacing:.17em;margin-bottom:8px;font-size:8px}footer span{color:#ffffff7a}.footer-bottom{text-transform:uppercase;letter-spacing:.14em;border-top:1px solid #ffffff24;grid-column:1/-1;justify-content:space-between;padding-top:22px;font-size:8px;display:flex}@media (max-width:1050px){.hero-panel{display:none}.sector-stage{grid-template-columns:1fr 1fr}.sector-list{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.sector-list a:nth-child(odd){border-right:1px solid #fff3}.destination-hero{gap:5vw}.story{gap:7vw}.photo-main{height:610px}}@media (max-width:800px){.site-header,.site-header.header-scrolled{height:78px}.brand,.header-scrolled .brand{width:145px;height:72px}.menu-button{display:block}.site-header nav{opacity:0;pointer-events:none;background:#fff;flex-direction:column;align-items:stretch;width:100%;padding:20px 24px 28px;transition:all .3s;position:absolute;top:78px;left:0;transform:translateY(-130%);box-shadow:0 20px 30px #00000014}.site-header nav.nav-open{opacity:1;pointer-events:auto;transform:none}.site-header nav a{padding:9px 0}.nav-cta{text-align:center;margin-top:8px}.hero{height:880px;padding-bottom:95px}.hero-shade{background:linear-gradient(90deg,#011410e0,#03191461),linear-gradient(#0000,#0000008c)}.story,.expertise-heading,.destination-hero,.toolkit,.apply{grid-template-columns:1fr}.story{gap:75px}.story-visual{max-width:540px}.experience-badge{right:-10px}.expertise-heading .overline{grid-column:auto;margin-bottom:0}.sector-stage{grid-template-columns:1fr 1fr}.sector-photo-card{height:500px}.destination-hero{gap:70px;padding-top:120px;padding-bottom:120px}.destination-bg{background-attachment:scroll}.places-heading{display:block}.places-heading .overline{margin-bottom:25px}.places-grid{grid-template-rows:520px 320px 320px;grid-template-columns:1fr}.places-grid figure.place-large{grid-row:auto}.process-steps{grid-template-columns:1fr 1fr;gap:50px}.process-steps:before{display:none}.employers{grid-template-columns:1fr}.employer-image{height:560px}.toolkit{gap:60px}footer{grid-template-columns:1fr 1fr}.footer-logo-band,.footer-brand,.footer-bottom{grid-column:1/-1}}@media (max-width:520px){.hero{height:780px}.hero h1{font-size:53px}.hero-intro{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.scroll-cue{display:none}.section h2,.destination-hero h2,.employers h2{font-size:43px}.photo-main{height:520px}.experience-badge{width:140px;height:140px;bottom:25px;right:-6px}.experience-badge strong{font-size:43px}.sector-stage{grid-template-columns:1fr}.sector-photo-card{height:480px}.sector-list{grid-column:auto;grid-template-columns:1fr}.sector-list a:nth-child(odd){border-right:0}.destination-hero{min-height:940px}.places-grid{grid-template-rows:500px 280px 280px}.process-steps{grid-template-columns:1fr}.employer-image{height:450px}.employer-copy{padding:75px 23px}.form-heading{flex-direction:column}.whatsapp-form{box-shadow:12px 12px #073c3033}footer{grid-template-columns:1fr}.footer-logo-band{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:5px}.footer-logo-band img{width:260px;height:125px}.footer-logo-band p{text-align:left;font-size:16px}.footer-brand,.footer-bottom{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.reveal,.reveal-group>*{opacity:1;transform:none}}.hero{height:auto;min-height:900px;color:var(--ink);background:linear-gradient(135deg,#fff 0%,#f8f6ef 72%,#eef5ed 100%);grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(38px,6vw,95px);padding:150px clamp(22px,6vw,92px) 90px;display:grid}.hero:before{content:"";border:1px solid #12604a1f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-170px;left:-210px}.hero-content{z-index:3;max-width:700px}.hero h1{text-shadow:none;font-size:clamp(55px,6.1vw,94px);line-height:.92}.hero-intro{color:#536059;max-width:580px;margin:31px 0;font-size:clamp(17px,1.45vw,21px);line-height:1.6}.button-green{background:var(--forest);color:#fff}.button-outline{color:var(--ink);background:0 0;border:1px solid #1219156b}.button-outline:hover{background:var(--ink);color:#fff}.hero-journey{opacity:0;height:680px;transition:opacity 1s .25s,transform 1s .25s;position:relative;transform:translate(30px)}.is-ready .hero-journey{opacity:1;transform:none}.hero-journey figure{margin:0;position:absolute;overflow:hidden;box-shadow:0 32px 70px #0d2d232e}.hero-journey figure img{object-fit:cover;height:100%;transition:transform 1.2s}.hero-journey figure:hover img{transform:scale(1.035)}.hero-journey figure:after{content:"";background:linear-gradient(#0000 48%,#041813b8);position:absolute;inset:0}.hero-origin{z-index:1;width:79%;height:69%;top:0;right:0}.hero-origin img{object-position:center 64%}.hero-destination{z-index:2;border:10px solid #fff;width:59%;height:48%;bottom:0;left:0}.hero-destination img{object-position:center 76%}.hero-journey figcaption{z-index:3;color:#fff;border-top:3px solid var(--gold);background:#073c30f5;flex-direction:column;min-width:230px;padding:17px 21px 16px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 12px 30px #0000003b}.hero-journey figcaption small{text-transform:uppercase;letter-spacing:.17em;color:#f6ce78;margin-bottom:7px;font-size:8px}.hero-journey figcaption strong{font:400 clamp(24px,2.4vw,38px) Georgia,serif}.hero-journey figcaption span{text-transform:uppercase;letter-spacing:.13em;color:#ffffffc7;margin-top:5px;font-size:10px}.journey-line{z-index:4;background:var(--gold);letter-spacing:.13em;border-radius:40px;align-items:center;gap:13px;padding:12px 16px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:16%;right:5%;box-shadow:0 10px 30px #0003}.journey-line i{font-size:20px;font-style:normal;animation:1.8s infinite routePulse}.dark-cue{color:var(--ink)}@keyframes routePulse{50%{transform:translate(4px)}}.linkedin-link{background:#f7fbff;border:1px solid #0a66c23d;grid-template-columns:42px 1fr 18px;align-items:center;gap:14px;margin:25px 0 3px;padding:15px 17px;transition:transform .25s,border-color .25s;display:grid}.linkedin-link:hover{border-color:#0a66c2;transform:translateY(-2px)}.linkedin-mark{color:#fff;background:#0a66c2;border-radius:3px;place-items:center;width:42px;height:42px;font:700 22px Arial;display:grid}.linkedin-link>span:nth-child(2){flex-direction:column;gap:4px;display:flex}.linkedin-link small{text-transform:uppercase;letter-spacing:.13em;color:#63706a;font-size:8px}.linkedin-link strong{font:400 17px Georgia,serif}.linkedin-link i{color:#0a66c2;font-style:normal}.origin-banner{color:#fff;height:650px;position:relative;overflow:hidden}.origin-banner>img{object-fit:cover;object-position:center 48%;height:100%}.origin-shade{background:linear-gradient(90deg,#03251dd6,#04231c2e 72%),linear-gradient(#0000,#00000059);position:absolute;inset:0}.origin-copy{z-index:2;max-width:700px;position:absolute;top:50%;left:clamp(22px,7vw,106px);transform:translateY(-50%)}.origin-copy.in-view{transform:translateY(-50%)}.origin-copy .overline{color:#f5cc75}.origin-copy h2{letter-spacing:-.045em;margin:0;font:400 clamp(48px,5.7vw,86px)/.98 Georgia,serif}.origin-copy>p:last-child{color:#fffc;max-width:560px;margin-top:28px;font-size:18px;line-height:1.7}.footer-logo{display:none}@media (max-width:1150px){.hero{grid-template-columns:1fr;gap:55px;min-height:1280px;padding-top:135px}.hero-content{max-width:780px}.hero-journey{justify-self:end;width:100%;max-width:760px;height:650px}.scroll-cue{display:none}}@media (max-width:800px){.hero{grid-template-columns:1fr;gap:55px;min-height:1130px;padding-top:125px;padding-bottom:80px}.hero-content{max-width:680px}.hero-journey{justify-self:end;width:100%;max-width:680px;height:590px}.scroll-cue{display:none}.origin-banner{height:570px}}@media (max-width:520px){.hero{height:auto;min-height:1000px;padding-top:110px}.hero h1{font-size:50px}.hero-journey{height:475px}.hero-origin{width:88%;height:66%}.hero-destination{border-width:7px;width:70%;height:47%}.hero-journey figcaption{min-width:185px;padding:12px 14px 11px}.hero-journey figcaption strong{font-size:21px}.journey-line{padding:9px 12px;bottom:16%;right:2%}.origin-banner{height:510px}.origin-banner>img{object-position:56% center}.origin-copy h2{font-size:43px}.footer-logo{width:225px}.guide-modal-backdrop{place-items:end center;padding:0}.guide-modal{border-top-width:5px;width:100%;max-height:92dvh;padding:25px 22px 20px;animation-name:guideSheetIn}.guide-modal-header{padding-bottom:18px}.guide-modal-close>span{display:none}.guide-modal-body{padding:30px 0}.guide-modal-body h2{font-size:42px}.guide-modal-body>p{margin:20px 0 24px;font-size:18px}.guide-modal-body ul{grid-template-columns:1fr;gap:12px}.guide-modal-nav{padding-top:15px}.guide-modal-nav button{gap:7px}.guide-modal-nav>span{font-size:8px}@keyframes guideSheetIn{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:none}}}.values{background:#eef3ed;grid-template-columns:.9fr 1.1fr;gap:9vw;display:grid}.values-heading>p:last-child{color:#5d6861;max-width:530px;font-size:15px;line-height:1.75}.values-list{border-top:1px solid var(--line)}.values-list article{border-bottom:1px solid var(--line);grid-template-columns:42px .6fr 1fr;align-items:start;gap:18px;padding:28px 0;display:grid}.values-list span{color:var(--green);letter-spacing:.14em;font-size:9px}.values-list h3{margin:0;font:400 27px Georgia,serif}.values-list p{color:#637069;margin:0;font-size:13px;line-height:1.7}@media (max-width:800px){.values{grid-template-columns:1fr;gap:55px}}@media (max-width:520px){.values-list article{grid-template-columns:32px 1fr}.values-list p{grid-column:2}}.hero-origin,.hero-destination{opacity:0}.is-ready .hero-origin{animation:1.05s cubic-bezier(.2,.8,.2,1) .2s both originEnter,5.5s ease-in-out 1.35s infinite alternate originFloat}.is-ready .hero-destination{animation:1.05s cubic-bezier(.2,.8,.2,1) .72s both destinationEnter,5s ease-in-out 1.85s infinite alternate destinationFloat}.hero-origin img{animation:14s ease-in-out 1.2s infinite alternate originZoom}.hero-destination img{animation:12s ease-in-out 1.8s infinite alternate destinationZoom}.journey-line{opacity:0;overflow:hidden}.is-ready .journey-line{animation:.7s cubic-bezier(.2,1.5,.4,1) 1.55s both routeArrive}.journey-line i{animation:1.2s ease-in-out infinite arrowTravel;display:inline-block}.journey-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffffd1,#0000);width:32%;animation:2.4s ease-in-out 1.9s infinite routeShine;position:absolute;inset:0 auto 0 -45%;transform:skew(-18deg)}@keyframes originEnter{0%{opacity:0;transform:translate(95px,-35px)rotate(2deg)}to{opacity:1;transform:none}}@keyframes destinationEnter{0%{opacity:0;transform:translate(-95px,55px)rotate(-3deg)}to{opacity:1;transform:none}}@keyframes routeArrive{0%{opacity:0;transform:scale(.45)rotate(-8deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes originFloat{to{translate:0 -16px}}@keyframes destinationFloat{to{translate:14px -9px}}@keyframes originZoom{0%{transform:scale(1.06)}to{transform:scale(1.14)}}@keyframes destinationZoom{0%{transform:scale(1.28)}to{transform:scale(1.38)}}@keyframes arrowTravel{50%{transform:translate(7px)}}@keyframes routeShine{55%,to{left:125%}}@media (prefers-reduced-motion:reduce){.hero-origin,.hero-destination,.journey-line{opacity:1!important;transform:translate(0)!important}}.hero-content,.hero-journey{opacity:1;transition:none;transform:none}.hero-origin,.hero-destination{opacity:1;transform:none}.hero-origin img,.hero-destination img,.is-ready .hero-origin,.is-ready .hero-destination{animation:none}.journey-route{z-index:6;color:var(--forest);background:#f3f0e8f7;border:1px solid #e4b85bcc;grid-template-rows:auto auto;grid-template-columns:max-content minmax(90px,1fr) max-content;align-items:center;gap:10px 15px;padding:17px 20px 14px;display:grid;position:absolute;top:46%;left:1%;right:1%;box-shadow:0 15px 42px #073c3033}.route-place{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font:700 clamp(15px,1.55vw,23px)/1.05 Arial,Helvetica,sans-serif}.route-line{background:var(--gold);transform-origin:0;height:2px;display:block;position:relative}.route-line:after{content:"";border-top:2px solid var(--gold);border-right:2px solid var(--gold);width:8px;height:8px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)rotate(45deg)}.route-dot{opacity:0;background:#c99631;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 0 3px #e4b85b2e}.route-detail{text-align:center;color:#536059;letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;font-size:9px;font-weight:700;line-height:1.45}.route-detail span{color:#b88019;padding:0 5px}.motion-ready .hero-origin{animation:.55s ease-out both heroImageEnter}.motion-ready .route-origin-label{animation:.4s ease-out .32s both routeLabelEnter}.motion-ready .route-line{animation:.8s ease-out .44s both routeLineDraw}.motion-ready .hero-destination{animation:.55s ease-out .84s both heroImageEnter}.motion-ready .route-destination-label,.motion-ready .route-detail{animation:.45s ease-out 1.08s both routeLabelEnter}.motion-ready .route-dot{animation:5.5s ease-out 1.6s infinite routeDotTravel}@keyframes heroImageEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes routeLabelEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes routeLineDraw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes routeDotTravel{0%,2%{opacity:0;left:0}5%{opacity:.58}18%{opacity:.58;left:calc(100% - 6px)}24%,to{opacity:0;left:calc(100% - 6px)}}.ticker{touch-action:pan-y;outline:none;height:55px}.ticker-control{width:100%;color:inherit;cursor:default;background:0 0;border:0;outline:none;padding:0;display:flex;overflow:hidden}.ticker-track{will-change:transform;min-width:max-content;animation:36s linear infinite destinationTicker;display:flex}.ticker-set{flex:none;justify-content:space-around;min-width:100vw;display:flex}.ticker-set>span{white-space:nowrap;flex:none}.ticker .ticker-track,.ticker .ticker-set{font-size:inherit;font-weight:inherit;letter-spacing:normal;text-transform:none;padding:0}.ticker:hover .ticker-track,.ticker:focus .ticker-track,.ticker:focus-within .ticker-track,.ticker.ticker-paused .ticker-track{animation-play-state:paused}.ticker:has(.ticker-control:focus-visible){box-shadow:inset 0 0 0 3px var(--forest)}@keyframes destinationTicker{to{transform:translate(-50%)}}.reveal:not(.origin-copy),.reveal-group>*{opacity:1;transition:none;transform:none}.origin-copy.reveal{opacity:1;transition:none;transform:translateY(-50%)}.motion-heading,.experience-badge,.motion-group>*{opacity:1;transform:none}.motion-ready .motion-heading,.motion-ready .experience-badge,.motion-ready .motion-group>*{opacity:0;transition:opacity .46s ease-out,transform .46s ease-out;transform:translateY(18px)}.motion-ready .motion-heading.in-view,.motion-ready .experience-badge.in-view,.motion-ready .motion-group>.in-view{opacity:1;transform:none}.motion-ready .motion-group>:nth-child(2){transition-delay:60ms}.motion-ready .motion-group>:nth-child(3){transition-delay:.12s}.motion-ready .motion-group>:nth-child(4){transition-delay:.18s}.motion-ready .motion-group>:nth-child(5){transition-delay:.24s}.motion-ready .motion-group>:nth-child(6){transition-delay:.3s}@media (max-width:520px){.journey-route{grid-template-rows:auto 46px auto auto;grid-template-columns:1fr;justify-items:center;gap:8px;padding:13px 15px 12px;top:35%;left:8%;right:8%}.route-place{text-align:center;font-size:17px}.route-line{transform-origin:top;width:2px;height:46px}.route-line:after{inset:auto auto -1px 50%;transform:translate(-50%)rotate(135deg)}.route-dot{top:0;left:50%;transform:translate(-50%)}.route-detail{grid-column:1;max-width:265px;font-size:7.5px}.route-detail span{display:inline-block}.motion-ready .route-line{animation-name:routeLineDrawVertical}.motion-ready .route-dot{animation-name:routeDotTravelVertical}@keyframes routeLineDrawVertical{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes routeDotTravelVertical{0%,2%{opacity:0;top:0}5%{opacity:.58}18%{opacity:.58;top:calc(100% - 6px)}24%,to{opacity:0;top:calc(100% - 6px)}}}@media (prefers-reduced-motion:reduce){.hero-content,.hero-journey,.hero-origin,.hero-destination,.route-place,.route-line,.route-detail,.route-dot,.motion-heading,.experience-badge,.motion-group>*{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.route-dot{display:none}.ticker{height:auto;min-height:55px;padding:13px 18px}.ticker-track{width:100%;min-width:0;animation:none!important;transform:none!important}.ticker-set{flex-wrap:wrap;justify-content:center;row-gap:10px;width:100%;min-width:0}.ticker-set[aria-hidden=true]{display:none}.ticker-set>span{padding-right:16px}.ticker i{margin-left:16px}}.guide-modal-nav button{border:1px solid var(--forest);background:0 0;justify-content:center;min-width:132px;padding:12px 16px}.guide-modal-nav button span{color:var(--forest)}.guide-modal-nav button:last-child{background:var(--forest);color:#fff}.guide-modal-nav button:last-child span{color:#fff}@media (max-width:520px){.guide-modal-nav button{min-width:auto;padding:10px 12px}.guide-modal-nav button span{font-size:8px}}
