@keyframes SplashScreen-module__Mbkd-W__splashScreenExit{0%{opacity:1}to{opacity:0}}@keyframes SplashScreen-module__Mbkd-W__easeInAndUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes SplashScreen-module__Mbkd-W__logoPartOne{0%{opacity:0;transform:scale(.2)}25%{opacity:1;transform:scale(1)}35%{transform:scale(1)}40%{transform:scale(1.1)}45%{transform:scale(1)}60%{left:calc(50% - 60px)}to{left:0}}@keyframes SplashScreen-module__Mbkd-W__logoPartOneMobile{0%{opacity:0;transform:scale(.2)}25%{opacity:1;transform:scale(1)}35%{transform:scale(1)}40%{transform:scale(1.1)}45%{transform:scale(1)}60%{left:calc(50% - 45px)}to{left:0}}@keyframes SplashScreen-module__Mbkd-W__logoPartTwo{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(250px)}}@keyframes SplashScreen-module__Mbkd-W__logoPartTwoMobile{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(187px)}}.SplashScreen-module__Mbkd-W__splashContainer{background:var(--forest-green);z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:1s ease-out 5.5s forwards SplashScreen-module__Mbkd-W__splashScreenExit;display:flex;position:fixed;top:0;left:0;overflow:hidden}.SplashScreen-module__Mbkd-W__splashContainer h1{opacity:0;color:var(--cream);font-weight:400;animation:1s ease-out 3s forwards SplashScreen-module__Mbkd-W__easeInAndUp}.SplashScreen-module__Mbkd-W__splashContent{justify-content:center;align-items:center;gap:3rem;width:380px;height:180px;display:flex;position:relative;overflow:hidden}.SplashScreen-module__Mbkd-W__splashLogoPartOne{background:var(--forest-green);z-index:99999;animation:2s linear forwards SplashScreen-module__Mbkd-W__logoPartOne;position:absolute;left:calc(50% - 60px)}.SplashScreen-module__Mbkd-W__splashLogoPartOne img{width:119px;height:119px}.SplashScreen-module__Mbkd-W__splashLogoPartTwo{opacity:0;animation:1s ease-out 2s forwards SplashScreen-module__Mbkd-W__logoPartTwo;position:absolute;left:-250px;overflow:hidden}@media (max-width:400px){.SplashScreen-module__Mbkd-W__splashContent{width:285px;height:120px}.SplashScreen-module__Mbkd-W__splashLogoPartOne{animation:2s linear forwards SplashScreen-module__Mbkd-W__logoPartOneMobile;left:calc(50% - 45px)}.SplashScreen-module__Mbkd-W__splashLogoPartOne img{width:90px;height:90px}.SplashScreen-module__Mbkd-W__splashLogoPartTwo{animation:1s ease-out 2s forwards SplashScreen-module__Mbkd-W__logoPartTwoMobile;left:-187px}.SplashScreen-module__Mbkd-W__splashLogoPartTwo img{width:285px}.SplashScreen-module__Mbkd-W__splashContainer h1{font-size:1.5rem}}
@font-face{font-family:dubai;src:url(../media/dubai_light-s.p.84a103ad.woff2)format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:dubai;src:url(../media/dubai_regular-s.p.5a96ea81.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:dubai;src:url(../media/dubai_medium-s.p.48e7bd9c.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:dubai;src:url(../media/dubai_bold-s.p.479075e6.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:dubai Fallback;src:local(Arial);ascent-override:120.26%;descent-override:57.69%;line-gap-override:0.0%;size-adjust:91.24%}.dubai_f6b704bc-module__eStyKq__className{font-family:dubai,dubai Fallback}.dubai_f6b704bc-module__eStyKq__variable{--font-dubai:"dubai","dubai Fallback"}
:root{--cream:#fffee4;--charcoal:#4a4a4a;--forest-green:#002d04;--darker-green:#1a1a1a;--burnt-orange:#c16944;--charcoal-light:#858585}html{max-width:100vw}body{align-items:space-between;max-width:80vw;min-height:100vh;color:var(--charcoal);background:var(--cream);font-family:var(--font-dubai),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:auto;display:flex;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.page{flex-direction:column;min-height:100vh;padding:1rem;display:flex}.main{flex:1;padding:0}section{background:var(--charcoal);color:var(--cream);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:12px;margin:2rem 0;padding:4rem 2rem;transition:all .6s ease-out;transform:translateY(50px);box-shadow:0 4px 6px #0000001a}section.animate-in{opacity:1;transform:translateY(0)}.hero{text-align:center;background:linear-gradient(135deg,var(--forest-green),var(--darker-green));color:var(--cream);opacity:1;margin:0;padding:6rem 2rem;transform:translateY(0)}.hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.hero-subtitle{max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.about h2,.highlights h2,.featured h2,.cta-final h2{color:var(--cream);text-align:center;margin-bottom:1.5rem;font-size:2.5rem}.about p{text-align:center;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.highlight{text-align:center;background:var(--cream);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.highlight h3{color:var(--burnt-orange);margin-bottom:1rem;font-size:1.5rem}.highlight p{color:var(--charcoal);font-size:1rem;line-height:1.5}.featured{text-align:center}.expertise-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem;padding:0;list-style:none;display:grid}.expertise-list li{background:var(--cream);color:var(--charcoal);border-radius:8px;max-width:100%;padding:1rem;font-size:1.1rem;box-shadow:0 2px 4px #0000001a}.cta-final{text-align:center;background:linear-gradient(135deg,var(--darker-green),var(--forest-green));color:var(--cream)}.cta-final p{max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}@media (max-width:768px){body{max-width:95vw}.page{padding:.5rem .25rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}section{margin:1rem 0;padding:2rem 1rem}.about h2,.highlights h2,.featured h2,.cta-final h2{font-size:2rem}.expertise-list{grid-template-columns:1fr}}@media (min-width:1135px){.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(405px,1fr))}}
