@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-ExtraBold.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-BoldItalic.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-LightItalic.woff2)format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-MediumItalic.woff2)format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-SemiBold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:HK-Grotesk;src:url(/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.woff2)format("woff2");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:UAESymbol;src:url(/fonts/uae-symbol/font.woff2)format("woff2");font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary-blue:#0073e6;--dark-blue:#081c3a;--orange:#f5881f;--yellow:#fdbb3b;--dark-orange:#f5881f;--purple:#832a8b;--light-blue:#00a6ff;--dark-grey:#53565a;--grey-charcoal:#6e6c6c;--light-grey:#ccc;--sand:#eeefe5;--white:#fff;--black:#000;--success-green:#28a745;--warning-orange:#f7941d;--error-red:#dc3545;--font-primary:"HK-Grotesk", sans-serif;--code:#111827;--code-bg:#f2f4f7;--border:#d9dee8;--muted:#667085;--brand:var(--primary-blue);--brand-soft:#eaf1ff;--shadow:0 10px 30px #10182814}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;scroll-behavior:smooth}*,:before,:after{box-sizing:inherit}*{margin:0;padding:0;font-family:UAESymbol,HK-Grotesk,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;margin:0;display:flex}h1,h2,h3,h4{color:var(--dark-blue);margin-bottom:10px;line-height:1.2}a{color:var(--primary-blue);text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}a:hover{text-decoration:underline}p{margin:10px 0}ul,ol{padding-left:22px}li{margin:6px 0}code{background:var(--code-bg);border-radius:5px;padding:2px 5px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.94em}pre{background:var(--code-bg);border:1px solid var(--border);color:var(--code);border-radius:10px;margin:14px 0;padding:16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:1.45;overflow-x:auto}pre code{background:0 0;padding:0}table{border-collapse:collapse;width:100%;font-size:14px;font-family:var(--font-primary);margin:16px 0}th,td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:12px}th{background-color:var(--dark-blue);color:var(--white);font-weight:500}tr:nth-child(2n){background-color:#f9f9f9}.header{background-color:var(--white);color:var(--white);padding:15px 20px;position:relative}.header:after{content:"";background:linear-gradient(90deg,#111d43 0%,#0668af 20%,#00b4d2 40%,#68c1cf 60%,#0668af 80% 100%);width:100%;height:4px;position:absolute;bottom:0;left:0}.header .container{justify-content:space-between;align-items:center;width:100%;margin:0;display:flex}.header .logo{font-size:1.5rem;font-weight:700}.header .logo img{max-width:145px;height:auto;display:block}@media (min-width:1024px){.header .logo img{max-width:100%}}.header .nav-links{gap:10px;display:flex}@media (min-width:1024px){.header .nav-links{gap:20px}}.header .nav-links a{color:var(--dark-blue);font-size:12px;font-weight:700;text-decoration:none;transition:color .3s ease-in-out}@media (min-width:768px){.header .nav-links a{font-size:16px}}.header .nav-links a:hover{color:var(--orange)}.footer{background-color:var(--dark-blue);color:var(--white);text-align:center;z-index:1;width:100%;margin-top:auto;padding:15px;font-size:.9rem;position:relative;overflow:hidden}.footer .footer-container{flex-direction:column;align-items:center;gap:8px;display:flex}@media (min-width:768px){.footer .footer-container{flex-direction:row;justify-content:center;gap:20px}}.footer .footer-container a{color:#aad8ff;font-weight:500;text-decoration:none}.footer .footer-container a:hover{color:#d0eaff;text-decoration:underline}main{background:#1368af;flex-direction:column;flex:1;min-height:calc(100vh - 125px);padding:20px;display:flex;position:relative}#container{background-color:var(--white);border-radius:15px;width:100%;margin:0 0 20px;padding:20px}@media (min-width:768px){#container{padding:28px 32px}}@media (min-width:1440px){#container{padding:32px 48px}}
