<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><link rel="icon" type="image/svg+xml" href="/favicon.png"><meta name="generator" content="Astro v4.16.18"><meta name="description"><meta name="robots" content="index, follow"><!-- Additional SEO Meta Tags --><meta property="og:site_name" content="Emtech"><meta name="twitter:site" content="@emtech_inc"><!-- Keywords (optional, some search engines no longer use these) --><meta name="keywords" content="CBDC, Stablecoins, Digital Currency, CBDC platform, blockchain technology, digital money, licensing compliance, financial services, cbdc pilot, development tools, regulatory compliance, sandbox, hackathon, regulatory framework, Digital Cash Management Platform"><!-- Author --><meta name="author" content="Emtech"><!-- Open Graph Meta Tags (for social media sharing) --><meta property="og:title" content="Emtech | 404"><meta property="og:description"><meta property="og:image" content="https://emtech.com/images/marketPlace/emtech.svg"><meta property="og:url" content="https://www.emtech.com"><meta property="og:type" content="website"><!-- Twitter Card Meta Tags (for Twitter sharing) --><meta name="twitter:card" content="Emtech | 404"><meta name="twitter:title" content="Emtech | 404"><meta name="twitter:description"><meta name="twitter:image" content="https://emtech.com/images/marketPlace/emtech.svg"><meta name="twitter:url" content="https://www.emtech.com"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="preload" href="/fonts/Avenir-Heavy.woff" as="font" type="font/woff" crossorigin="anonymous"><link rel="preload" href="/fonts/Avenir-Roman.woff" as="font" type="font/woff" crossorigin="anonymous"><link rel="preload" href="/fonts/Avenir-Medium.woff" as="font" type="font/woff" crossorigin="anonymous"><title>Emtech | 404</title><link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"><link rel="stylesheet" href="/_astro/about-us.B9sjt6RF.css">
<style>svg[data-astro-cid-u3gtpm6o]:hover{fill:#fff}
</style><script type="module" src="/_astro/page.Ct_iHsDR.js"></script>
<script>!(function(w,p,f,c){if(!window.crossOriginIsolated && !navigator.serviceWorker) return;c=w[p]=Object.assign(w[p]||{},{"lib":"/~partytown/","debug":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.10.2 - MIT builder.io */
const t={preserveBehavior:!1},e=e=>{if("string"==typeof e)return[e,t];const[n,r=t]=e;return[n,{...t,...r}]},n=Object.freeze((t=>{const e=new Set;let n=[];do{Object.getOwnPropertyNames(n).forEach((t=>{"function"==typeof n[t]&&e.add(t)}))}while((n=Object.getPrototypeOf(n))!==Object.prototype);return Array.from(e)})());!function(t,r,o,i,a,s,c,d,l,p,u=t,f){function h(){f||(f=1,"/"==(c=(s.lib||"/~partytown/")+(s.debug?"debug/":""))[0]&&(l=r.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(v,1e4),r.addEventListener("pt0",w),a?y(1):o.serviceWorker?o.serviceWorker.register(c+(s.swPath||"partytown-sw.js"),{scope:c}).then((function(t){t.active?y():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&y()}))}),console.error):v())))}function y(e){p=r.createElement(e?"script":"iframe"),t._pttab=Date.now(),e||(p.style.display="block",p.style.width="0",p.style.height="0",p.style.border="0",p.style.visibility="hidden",p.setAttribute("aria-hidden",!0)),p.src=c+"partytown-"+(e?"atomics.js?v=0.10.2":"sandbox-sw.html?"+t._pttab),r.querySelector(s.sandboxParent||"body").appendChild(p)}function v(n,o){for(w(),i==t&&(s.forward||[]).map((function(n){const[r]=e(n);delete t[r.split(".")[0]]})),n=0;n<l.length;n++)(o=r.createElement("script")).innerHTML=l[n].innerHTML,o.nonce=s.nonce,r.head.appendChild(o);p&&p.parentNode.removeChild(p)}function w(){clearTimeout(d)}s=t.partytown||{},i==t&&(s.forward||[]).map((function(r){const[o,{preserveBehavior:i}]=e(r);u=t,o.split(".").map((function(e,r,o){var a;u=u[o[r]]=r+1<o.length?u[o[r]]||(a=o[r+1],n.includes(a)?[]:{}):(()=>{let e=null;if(i){const{methodOrProperty:n,thisObject:r}=((t,e)=>{let n=t;for(let t=0;t<e.length-1;t+=1)n=n[e[t]];return{thisObject:n,methodOrProperty:e.length>0?n[e[e.length-1]]:void 0}})(t,o);"function"==typeof n&&(e=(...t)=>n.apply(r,...t))}return function(){let n;return e&&(n=e(arguments)),(t._ptf=t._ptf||[]).push(o,arguments),n}})()}))})),"complete"==r.readyState?h():(t.addEventListener("DOMContentLoaded",h),t.addEventListener("load",h))}(window,document,navigator,top,window.crossOriginIsolated);;(e=>{e.addEventListener("astro:before-swap",e=>{let r=document.body.querySelector("iframe[src*='/~partytown/']");if(r)e.newDocument.body.append(r)})})(document);</script></head> <body id="em-body"> <script type="module">
const menuButton = document.getElementById("mobileMenu");
const mobileHeader = document.getElementById("mobileMenuContainer");
const menuLinks = document.querySelectorAll('#menu > li');
const closeDropDown = () => {
menuLinks?.forEach(innerLink => {
const innerEl = innerLink.querySelector('.em-dropdown')
innerEl.style.display = 'none'
})
}
const toogleDropdown = (dropdown) => {
if (dropdown.style.display === 'none' || dropdown.style.display === '') {
dropdown.style.display = 'block';
} else {
dropdown.style.display = 'none';
}
}
menuLinks?.forEach(menu => {
menu.addEventListener("mouseover", () => {
// closeDropDown()
// show dropdown
const dropdown = menu.querySelector('.em-dropdown');
toogleDropdown(dropdown)
})
menu.addEventListener("mouseout", () => {
// closeDropDown()
// show dropdown
closeDropDown()
})
menu.addEventListener("click", () => {
// closeDropDown()
// show dropdown
const dropdown = menu.querySelector('.em-dropdown');
toogleDropdown(dropdown)
})
});
menuButton?.addEventListener("click", () => {
mobileHeader.classList.remove("hidden");
});
const header = document.querySelector(".page-header");
const toggleClass = "is-sticky";
window.addEventListener("scroll", () => {
const currentScroll = window.pageYOffset;
if (currentScroll > 200) {
header.classList.add(toggleClass);
header.classList.add('fixed');
header.classList.add('z-50');
header.classList.add('shadow');
header.classList.add('top-0');
} else {
header.classList.remove(toggleClass);
header.classList.remove('fixed');
header.classList.remove('top-0')
header.classList.remove('shadow');
}
});
</script> <div id="header" class="page-header w-full em-container py-[32px] bg-[color:var(--em-primary-black)] border-b border-[#DFE8F633] md:h-[92px] xl:h-[92px] 2xl:md:h-[92px] h-[86px]" data-astro-cid-3ef6ksr2> <div data-astro-cid-3ef6ksr2> <div class="grid md:grid-cols-8 grid-cols-2" data-astro-cid-3ef6ksr2> <div class="" data-astro-cid-3ef6ksr2> <div> <a href="/" class="cursor-pointer"> <h4 class="text-white text-[24px] text-logo-medium">
E<span class="text-[color:var(--em-primary-gold)]">M</span>TECH
</h4> </a> </div> </div> <div class="flex justify-end lg:hidden md:hidden block mt-[-7px]" id="mobileMenu" data-astro-cid-3ef6ksr2> <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0_7416_2169" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40"> <rect width="40" height="40" fill="#DFE8F6"></rect> </mask> <g mask="url(#mask0_7416_2169)"> <path d="M6.38887 30C5.99537 30 5.66551 29.8664 5.39929 29.5993C5.1331 29.3322 5 29.0011 5 28.6063C5 28.2114 5.1331 27.882 5.39929 27.6181C5.66551 27.3542 5.99537 27.2222 6.38887 27.2222H33.6111C34.0046 27.2222 34.3345 27.3558 34.6007 27.623C34.8669 27.8901 35 28.2211 35 28.616C35 29.0109 34.8669 29.3403 34.6007 29.6042C34.3345 29.8681 34.0046 30 33.6111 30H6.38887ZM6.38887 21.3889C5.99537 21.3889 5.66551 21.2553 5.39929 20.9882C5.1331 20.721 5 20.39 5 19.9951C5 19.6002 5.1331 19.2708 5.39929 19.007C5.66551 18.7431 5.99537 18.6111 6.38887 18.6111H33.6111C34.0046 18.6111 34.3345 18.7447 34.6007 19.0118C34.8669 19.279 35 19.61 35 20.0049C35 20.3998 34.8669 20.7292 34.6007 20.993C34.3345 21.2569 34.0046 21.3889 33.6111 21.3889H6.38887ZM6.38887 12.7777C5.99537 12.7777 5.66551 12.6442 5.39929 12.377C5.1331 12.1099 5 11.7789 5 11.384C5 10.9891 5.1331 10.6597 5.39929 10.3958C5.66551 10.1319 5.99537 10 6.38887 10H33.6111C34.0046 10 34.3345 10.1336 34.6007 10.4007C34.8669 10.6678 35 10.9989 35 11.3938C35 11.7886 34.8669 12.118 34.6007 12.3819C34.3345 12.6458 34.0046 12.7777 33.6111 12.7777H6.38887Z" fill="#DFE8F6"></path> </g> </svg> </div> <div class="relative col-span-6 hidden md:block menu-section items-center text-center" data-astro-cid-3ef6ksr2> <ul id="menu" data-astro-cid-3ef6ksr2> <li class="menuLink text-[14px] font-medium py-2 px-6 md:inline-block text-left" data-astro-cid-3ef6ksr2> <span class="flex items-center justify-center" data-astro-cid-3ef6ksr2> <span class="transition-all text-white cursor-pointer hover:text-[color:var(--em-primary-gold)]" data-astro-cid-3ef6ksr2>Products</span> <span class="ml-[4px] expand transition-all" data-astro-cid-3ef6ksr2> <span class="expand-down" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="white" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="white"></path> </g> </g> </svg> </span> <span class="expand-up hidden" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#c0933e" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#c0933e"></path> </g> </g> </svg> </span> </span> </span> <div class="em-dropdown transition ease-in-out delay-150 bg-white h-auto ml-[-100px] absolute z-10 rounded-[8px] mt-2 hidden shadow w-[344px]" data-astro-cid-3ef6ksr2> <div class="px-[24px] py-[16px] pb-[undefined] w-[344px]" data-astro-cid-3ef6ksr2> <div class="pb-[16px] text-[color:var(--em-light-black)] border-b border-[#C6D0DB] body-medium-18" data-astro-cid-3ef6ksr2> EMTECH Beyond Suite </div> <div class="grid grid-cols-2 gap-[40px]" data-astro-cid-3ef6ksr2> <div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> CENTRAL BANKS / REGULATORS </h2> <span data-astro-cid-3ef6ksr2> <a href="/beyond-suite/beyond-sandbox-central-banks" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10505_126978)"> <path id="Vector" d="M16.0002 4L26.6668 10V22L16.0002 28L5.3335 22V10L16.0002 4Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M16 16L26.6667 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M16 16V28" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M16.0002 16L5.3335 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10505_126978"> <rect width="32" height="32" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Sandbox </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> The critical tool to navigate fintech innovation safely </span> </div> </div> </div> </a><a href="/beyond-suite/beyond-supervision-central-banks" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_18070_30013)"> <path d="M3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 10.8181 20.7672 9.64778 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.3522 3.23279 13.1819 3 12 3C10.8181 3 9.64778 3.23279 8.55585 3.68508C7.46392 4.13738 6.47177 4.80031 5.63604 5.63604C4.80031 6.47177 4.13738 7.46392 3.68508 8.55585C3.23279 9.64778 3 10.8181 3 12Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M9 12L11 14L15 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_18070_30013"> <rect width="24" height="24" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Supervision </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> The ultimate risk-based supervision tool for the fintech era </span> </div> </div> </div> </a><a href="/beyond-suite/beyond-cash-central-banks" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Group"> <path id="Vector" d="M7.5304 7.24765C8.9114 8.04502 11.1473 8.04502 12.5201 7.24765C13.897 6.45029 13.8847 5.1556 12.5037 4.35824C11.1227 3.56087 8.88674 3.56087 7.51396 4.35824C6.14118 5.1556 6.1494 6.44618 7.5304 7.24765ZM8.16336 5.86665C8.27022 5.83377 8.37298 5.79678 8.47573 5.7639C8.55382 5.73924 8.59904 5.73513 8.63192 5.75157C8.65247 5.7639 8.6648 5.78034 8.68124 5.80911C8.75111 5.94063 8.86619 6.05572 9.01005 6.16258C9.03471 6.18313 9.05937 6.19957 9.08814 6.21601C9.16623 6.26122 9.25255 6.29411 9.35941 6.31877C9.62657 6.37631 9.86495 6.27355 9.83618 6.10915C9.82796 6.05161 9.79919 6.00229 9.7622 5.94885C9.67178 5.81322 9.55669 5.68581 9.49504 5.54606C9.3964 5.31589 9.44161 5.11039 9.75809 4.94598C10.1198 4.76103 10.5185 4.75281 10.9459 4.86378C11.1185 4.9131 11.1185 4.9131 11.2542 4.83501C11.2994 4.81035 11.3446 4.78158 11.3898 4.75692C11.4926 4.69938 11.5296 4.69938 11.6323 4.75692C11.6652 4.77336 11.694 4.79391 11.7268 4.81035C11.9406 4.93365 11.9406 4.93365 11.731 5.06107C11.5789 5.14738 11.5789 5.14738 11.7063 5.25013C11.8049 5.32823 11.8789 5.41043 11.9406 5.50085C11.9734 5.55017 11.9529 5.58716 11.8748 5.61182C11.7556 5.64882 11.6364 5.68992 11.5172 5.72691C11.4432 5.74746 11.398 5.75157 11.3652 5.73513C11.3487 5.7228 11.3323 5.70636 11.3158 5.6817C11.2377 5.55428 11.1185 5.44742 10.9582 5.35289C10.9377 5.34056 10.913 5.32822 10.8884 5.31589C10.8349 5.29123 10.7856 5.26657 10.7199 5.25013C10.4897 5.1967 10.2883 5.28301 10.3171 5.42687C10.3294 5.50085 10.3705 5.56661 10.4198 5.63237C10.502 5.74746 10.5883 5.86254 10.65 5.98174C10.8432 6.36809 10.4239 6.74622 9.75398 6.78321C9.51148 6.79554 9.28132 6.76677 9.0717 6.6969C8.98128 6.66813 8.9114 6.67224 8.83742 6.71745C8.76755 6.76266 8.68946 6.80376 8.61959 6.84486C8.55382 6.88185 8.48395 6.88596 8.41819 6.84897C8.36887 6.82431 8.32366 6.79554 8.27433 6.77088C8.24145 6.75033 8.20857 6.73389 8.17569 6.71334C8.10582 6.67224 8.11404 6.63113 8.1798 6.59003C8.23323 6.55715 8.28666 6.52838 8.33599 6.4955C8.45518 6.42563 8.45518 6.42152 8.35654 6.34343C8.23323 6.24478 8.12226 6.14203 8.05239 6.02695C8.00718 5.93652 8.01951 5.91597 8.16336 5.86665ZM12.9681 7.50248C13.3503 7.28054 13.9669 7.28054 14.3491 7.50248C14.7313 7.72443 14.7355 8.08201 14.3532 8.30396C13.9751 8.5259 13.3545 8.5259 12.9722 8.30396C12.59 8.08201 12.5859 7.72443 12.9681 7.50248ZM5.68495 3.29782C6.0672 3.07588 6.68372 3.07588 7.07007 3.29782C7.45231 3.51977 7.45642 3.87735 7.07418 4.0993C6.69605 4.32124 6.07542 4.32124 5.69318 4.0993C5.30682 3.87735 5.30271 3.51977 5.68495 3.29782ZM0.510305 5.01175L11.4145 11.3043C12.0433 11.6702 13.0667 11.6702 13.6915 11.3043L19.532 7.90938C20.1567 7.54358 20.1567 6.95173 19.5279 6.59003L8.6237 0.29332C7.99485 -0.0724816 6.97142 -0.0683715 6.34258 0.29332L0.502085 3.69239C-0.122654 4.05409 -0.118544 4.64594 0.510305 5.01175ZM2.87774 3.67595C2.80787 3.63485 2.73388 3.60197 2.65579 3.56909L6.14529 1.5428C6.19872 1.58801 6.26037 1.62911 6.33025 1.67021C6.96731 2.04012 8.00307 2.03601 8.63603 1.67021C8.71001 1.62911 8.77166 1.5839 8.82509 1.53458L17.3166 6.43796C17.2015 6.47906 17.0988 6.52427 17.0001 6.58181C16.3631 6.95173 16.3672 7.54769 17.0084 7.9176C17.107 7.97515 17.2139 8.02036 17.3289 8.06146L13.8066 10.1083C13.7367 10.0425 13.6545 9.98089 13.5558 9.92335C12.9147 9.55344 11.883 9.55344 11.2501 9.92335C11.2007 9.95212 11.1596 9.98089 11.1185 10.0138L2.65168 5.12272C2.73388 5.08984 2.81198 5.05285 2.88185 5.01175C3.51892 4.64594 3.51481 4.04587 2.87774 3.67595ZM0.226707 6.26944C0.502085 6.12559 0.933648 6.14614 1.20081 6.30232L12.5941 12.8785L18.7552 9.29861C19.0223 9.14242 19.458 9.14242 19.7251 9.29861C19.9964 9.45479 19.9964 9.70551 19.7293 9.8617L13.1818 13.6677C12.8612 13.8526 12.3393 13.8526 12.0187 13.6677L11.7885 13.5361L11.6282 13.4416L0.202046 6.84897C-0.0733327 6.68457 -0.0692225 6.42152 0.226707 6.26944ZM19.7416 11.9209L13.1942 15.7268C12.8736 15.9118 12.3516 15.9118 12.031 15.7268L11.8008 15.5953L11.6364 15.5008L0.214376 8.90404C-0.0651124 8.74374 -0.0568921 8.48069 0.239037 8.32451C0.514416 8.18065 0.945979 8.2012 1.21314 8.35739L12.6064 14.9336L18.7634 11.3578C19.0305 11.2016 19.4662 11.2016 19.7375 11.3578C20.0046 11.514 20.0087 11.7647 19.7416 11.9209ZM0.226707 10.3837C0.502085 10.2398 0.933648 10.2604 1.20081 10.4166L12.5941 16.9969L18.7552 13.4128C19.0223 13.2567 19.458 13.2567 19.7251 13.4128C19.9964 13.569 19.9964 13.8197 19.7293 13.9759L13.1818 17.7819C12.8612 17.9669 12.3393 17.9669 12.0187 17.7819L11.7885 17.6504L11.6282 17.5559L0.202046 10.9632C-0.0733327 10.8029 -0.0692225 10.5399 0.226707 10.3837ZM19.7416 16.0351L13.1942 19.8411C12.8736 20.026 12.3516 20.026 12.031 19.8411L11.8008 19.7096L11.6364 19.615L0.214376 13.0183C-0.0651124 12.858 -0.0568921 12.5949 0.239037 12.4387C0.514416 12.2949 0.945979 12.3154 1.21314 12.4716L12.6064 19.0478L18.7675 15.4679C19.0346 15.3117 19.4703 15.3117 19.7416 15.4679C20.0046 15.6282 20.0087 15.8789 19.7416 16.0351Z" fill="#C0933E"></path> </g> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Cash </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> The modern digital cash platform </span> </div> </div> </div> </a> </span> </div><div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> FINANCIAL SERVICES PROVIDERS </h2> <span data-astro-cid-3ef6ksr2> <a href="/beyond-suite/beyond-sandbox-financial-service-providers" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10505_126978)"> <path id="Vector" d="M16.0002 4L26.6668 10V22L16.0002 28L5.3335 22V10L16.0002 4Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M16 16L26.6667 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M16 16V28" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M16.0002 16L5.3335 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10505_126978"> <rect width="32" height="32" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Sandbox </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Accelerating go-to-market with regulatory monitoring </span> </div> </div> </div> </a><a href="/beyond-suite/beyond-compliance" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_7471)"> <path id="Vector" d="M11.9998 3C14.3357 5.06658 17.3843 6.14257 20.4998 6C20.9534 7.54302 21.0922 9.16147 20.908 10.7592C20.7237 12.3569 20.2202 13.9013 19.4272 15.3005C18.6343 16.6998 17.5682 17.9254 16.2923 18.9045C15.0164 19.8836 13.5566 20.5962 11.9998 21C10.443 20.5962 8.98331 19.8836 7.70738 18.9045C6.43144 17.9254 5.36534 16.6998 4.57243 15.3005C3.77952 13.9013 3.27597 12.3569 3.09171 10.7592C2.90745 9.16147 3.04624 7.54302 3.49983 6C6.61536 6.14257 9.664 5.06658 11.9998 3Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M11 10.9995C11 11.2647 11.1054 11.5191 11.2929 11.7066C11.4804 11.8942 11.7348 11.9995 12 11.9995C12.2652 11.9995 12.5196 11.8942 12.7071 11.7066C12.8946 11.5191 13 11.2647 13 10.9995C13 10.7343 12.8946 10.4799 12.7071 10.2924C12.5196 10.1049 12.2652 9.99951 12 9.99951C11.7348 9.99951 11.4804 10.1049 11.2929 10.2924C11.1054 10.4799 11 10.7343 11 10.9995Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M12 12V14.5" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_7471"> <rect width="24" height="24" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Compliance </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Rethinking compliance for Web2 and Web3 fintechs </span> </div> </div> </div> </a><a href="/beyond-suite/beyond-cash-financial-service-providers" class="mt-[24px] cursor-pointer text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Group"> <path id="Vector" d="M7.5304 7.24765C8.9114 8.04502 11.1473 8.04502 12.5201 7.24765C13.897 6.45029 13.8847 5.1556 12.5037 4.35824C11.1227 3.56087 8.88674 3.56087 7.51396 4.35824C6.14118 5.1556 6.1494 6.44618 7.5304 7.24765ZM8.16336 5.86665C8.27022 5.83377 8.37298 5.79678 8.47573 5.7639C8.55382 5.73924 8.59904 5.73513 8.63192 5.75157C8.65247 5.7639 8.6648 5.78034 8.68124 5.80911C8.75111 5.94063 8.86619 6.05572 9.01005 6.16258C9.03471 6.18313 9.05937 6.19957 9.08814 6.21601C9.16623 6.26122 9.25255 6.29411 9.35941 6.31877C9.62657 6.37631 9.86495 6.27355 9.83618 6.10915C9.82796 6.05161 9.79919 6.00229 9.7622 5.94885C9.67178 5.81322 9.55669 5.68581 9.49504 5.54606C9.3964 5.31589 9.44161 5.11039 9.75809 4.94598C10.1198 4.76103 10.5185 4.75281 10.9459 4.86378C11.1185 4.9131 11.1185 4.9131 11.2542 4.83501C11.2994 4.81035 11.3446 4.78158 11.3898 4.75692C11.4926 4.69938 11.5296 4.69938 11.6323 4.75692C11.6652 4.77336 11.694 4.79391 11.7268 4.81035C11.9406 4.93365 11.9406 4.93365 11.731 5.06107C11.5789 5.14738 11.5789 5.14738 11.7063 5.25013C11.8049 5.32823 11.8789 5.41043 11.9406 5.50085C11.9734 5.55017 11.9529 5.58716 11.8748 5.61182C11.7556 5.64882 11.6364 5.68992 11.5172 5.72691C11.4432 5.74746 11.398 5.75157 11.3652 5.73513C11.3487 5.7228 11.3323 5.70636 11.3158 5.6817C11.2377 5.55428 11.1185 5.44742 10.9582 5.35289C10.9377 5.34056 10.913 5.32822 10.8884 5.31589C10.8349 5.29123 10.7856 5.26657 10.7199 5.25013C10.4897 5.1967 10.2883 5.28301 10.3171 5.42687C10.3294 5.50085 10.3705 5.56661 10.4198 5.63237C10.502 5.74746 10.5883 5.86254 10.65 5.98174C10.8432 6.36809 10.4239 6.74622 9.75398 6.78321C9.51148 6.79554 9.28132 6.76677 9.0717 6.6969C8.98128 6.66813 8.9114 6.67224 8.83742 6.71745C8.76755 6.76266 8.68946 6.80376 8.61959 6.84486C8.55382 6.88185 8.48395 6.88596 8.41819 6.84897C8.36887 6.82431 8.32366 6.79554 8.27433 6.77088C8.24145 6.75033 8.20857 6.73389 8.17569 6.71334C8.10582 6.67224 8.11404 6.63113 8.1798 6.59003C8.23323 6.55715 8.28666 6.52838 8.33599 6.4955C8.45518 6.42563 8.45518 6.42152 8.35654 6.34343C8.23323 6.24478 8.12226 6.14203 8.05239 6.02695C8.00718 5.93652 8.01951 5.91597 8.16336 5.86665ZM12.9681 7.50248C13.3503 7.28054 13.9669 7.28054 14.3491 7.50248C14.7313 7.72443 14.7355 8.08201 14.3532 8.30396C13.9751 8.5259 13.3545 8.5259 12.9722 8.30396C12.59 8.08201 12.5859 7.72443 12.9681 7.50248ZM5.68495 3.29782C6.0672 3.07588 6.68372 3.07588 7.07007 3.29782C7.45231 3.51977 7.45642 3.87735 7.07418 4.0993C6.69605 4.32124 6.07542 4.32124 5.69318 4.0993C5.30682 3.87735 5.30271 3.51977 5.68495 3.29782ZM0.510305 5.01175L11.4145 11.3043C12.0433 11.6702 13.0667 11.6702 13.6915 11.3043L19.532 7.90938C20.1567 7.54358 20.1567 6.95173 19.5279 6.59003L8.6237 0.29332C7.99485 -0.0724816 6.97142 -0.0683715 6.34258 0.29332L0.502085 3.69239C-0.122654 4.05409 -0.118544 4.64594 0.510305 5.01175ZM2.87774 3.67595C2.80787 3.63485 2.73388 3.60197 2.65579 3.56909L6.14529 1.5428C6.19872 1.58801 6.26037 1.62911 6.33025 1.67021C6.96731 2.04012 8.00307 2.03601 8.63603 1.67021C8.71001 1.62911 8.77166 1.5839 8.82509 1.53458L17.3166 6.43796C17.2015 6.47906 17.0988 6.52427 17.0001 6.58181C16.3631 6.95173 16.3672 7.54769 17.0084 7.9176C17.107 7.97515 17.2139 8.02036 17.3289 8.06146L13.8066 10.1083C13.7367 10.0425 13.6545 9.98089 13.5558 9.92335C12.9147 9.55344 11.883 9.55344 11.2501 9.92335C11.2007 9.95212 11.1596 9.98089 11.1185 10.0138L2.65168 5.12272C2.73388 5.08984 2.81198 5.05285 2.88185 5.01175C3.51892 4.64594 3.51481 4.04587 2.87774 3.67595ZM0.226707 6.26944C0.502085 6.12559 0.933648 6.14614 1.20081 6.30232L12.5941 12.8785L18.7552 9.29861C19.0223 9.14242 19.458 9.14242 19.7251 9.29861C19.9964 9.45479 19.9964 9.70551 19.7293 9.8617L13.1818 13.6677C12.8612 13.8526 12.3393 13.8526 12.0187 13.6677L11.7885 13.5361L11.6282 13.4416L0.202046 6.84897C-0.0733327 6.68457 -0.0692225 6.42152 0.226707 6.26944ZM19.7416 11.9209L13.1942 15.7268C12.8736 15.9118 12.3516 15.9118 12.031 15.7268L11.8008 15.5953L11.6364 15.5008L0.214376 8.90404C-0.0651124 8.74374 -0.0568921 8.48069 0.239037 8.32451C0.514416 8.18065 0.945979 8.2012 1.21314 8.35739L12.6064 14.9336L18.7634 11.3578C19.0305 11.2016 19.4662 11.2016 19.7375 11.3578C20.0046 11.514 20.0087 11.7647 19.7416 11.9209ZM0.226707 10.3837C0.502085 10.2398 0.933648 10.2604 1.20081 10.4166L12.5941 16.9969L18.7552 13.4128C19.0223 13.2567 19.458 13.2567 19.7251 13.4128C19.9964 13.569 19.9964 13.8197 19.7293 13.9759L13.1818 17.7819C12.8612 17.9669 12.3393 17.9669 12.0187 17.7819L11.7885 17.6504L11.6282 17.5559L0.202046 10.9632C-0.0733327 10.8029 -0.0692225 10.5399 0.226707 10.3837ZM19.7416 16.0351L13.1942 19.8411C12.8736 20.026 12.3516 20.026 12.031 19.8411L11.8008 19.7096L11.6364 19.615L0.214376 13.0183C-0.0651124 12.858 -0.0568921 12.5949 0.239037 12.4387C0.514416 12.2949 0.945979 12.3154 1.21314 12.4716L12.6064 19.0478L18.7675 15.4679C19.0346 15.3117 19.4703 15.3117 19.7416 15.4679C20.0046 15.6282 20.0087 15.8789 19.7416 16.0351Z" fill="#C0933E"></path> </g> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beyond Cash </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> The Web3-based digital cash infrastructure service </span> </div> </div> </div> </a> </span> </div> </div> </div> <div class="px-[24px] pb-[16px] mt-[8px]" data-astro-cid-3ef6ksr2> <div class="border-t border-[#C6D0DB] grid grid-cols-2" data-astro-cid-3ef6ksr2> <a href="/beyond-suite/marketplace" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] mt-[24px]" data-astro-cid-3ef6ksr2> <div class=" hover:bg-[#f6f6f6] rounded-[6px] p-[12px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_8005)"> <path id="Vector" d="M2.5 17.5H17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 5.83333V6.66667C2.5 7.32971 2.76339 7.96559 3.23223 8.43443C3.70107 8.90327 4.33696 9.16667 5 9.16667C5.66304 9.16667 6.29893 8.90327 6.76777 8.43443C7.23661 7.96559 7.5 7.32971 7.5 6.66667M2.5 5.83333H17.5M2.5 5.83333L4.16667 2.5H15.8333L17.5 5.83333M7.5 6.66667V5.83333M7.5 6.66667C7.5 7.32971 7.76339 7.96559 8.23223 8.43443C8.70107 8.90327 9.33696 9.16667 10 9.16667C10.663 9.16667 11.2989 8.90327 11.7678 8.43443C12.2366 7.96559 12.5 7.32971 12.5 6.66667M12.5 6.66667V5.83333M12.5 6.66667C12.5 7.32971 12.7634 7.96559 13.2322 8.43443C13.7011 8.90327 14.337 9.16667 15 9.16667C15.663 9.16667 16.2989 8.90327 16.7678 8.43443C17.2366 7.96559 17.5 7.32971 17.5 6.66667V5.83333" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M4.1665 17.5003V9.04199" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M15.8335 17.5003V9.04199" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M7.5 17.5V14.1667C7.5 13.7246 7.6756 13.3007 7.98816 12.9882C8.30072 12.6756 8.72464 12.5 9.16667 12.5H10.8333C11.2754 12.5 11.6993 12.6756 12.0118 12.9882C12.3244 13.3007 12.5 13.7246 12.5 14.1667V17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_8005"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> Marketplace </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px]" data-astro-cid-3ef6ksr2> Explore products & APIs available in our marketplace to meet your needs. </span> </div> </div> </div> </a><a href="#" class="cursor-auto text-[15px] text-[color:var(--em-primary-black)] mt-[24px]" data-astro-cid-3ef6ksr2> <div class=" hover:bg-[#f6f6f6] rounded-[6px] p-[12px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_3900)"> <path id="Vector" d="M6.6665 5.83333C6.6665 6.71739 7.01769 7.56523 7.64281 8.19036C8.26794 8.81548 9.11578 9.16667 9.99984 9.16667C10.8839 9.16667 11.7317 8.81548 12.3569 8.19036C12.982 7.56523 13.3332 6.71739 13.3332 5.83333C13.3332 4.94928 12.982 4.10143 12.3569 3.47631C11.7317 2.85119 10.8839 2.5 9.99984 2.5C9.11578 2.5 8.26794 2.85119 7.64281 3.47631C7.01769 4.10143 6.6665 4.94928 6.6665 5.83333Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.0835 14.1668C2.0835 15.0509 2.43469 15.8987 3.05981 16.5239C3.68493 17.149 4.53277 17.5002 5.41683 17.5002C6.30088 17.5002 7.14873 17.149 7.77385 16.5239C8.39897 15.8987 8.75016 15.0509 8.75016 14.1668C8.75016 13.2828 8.39897 12.4349 7.77385 11.8098C7.14873 11.1847 6.30088 10.8335 5.41683 10.8335C4.53277 10.8335 3.68493 11.1847 3.05981 11.8098C2.43469 12.4349 2.0835 13.2828 2.0835 14.1668Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M11.25 14.1668C11.25 15.0509 11.6012 15.8987 12.2263 16.5239C12.8514 17.149 13.6993 17.5002 14.5833 17.5002C15.4674 17.5002 16.3152 17.149 16.9404 16.5239C17.5655 15.8987 17.9167 15.0509 17.9167 14.1668C17.9167 13.2828 17.5655 12.4349 16.9404 11.8098C16.3152 11.1847 15.4674 10.8335 14.5833 10.8335C13.6993 10.8335 12.8514 11.1847 12.2263 11.8098C11.6012 12.4349 11.25 13.2828 11.25 14.1668Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_3900"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> Partner With Us <span data-astro-cid-3ef6ksr2> <span class="border-gradient ml-[15px] text-[10px] leading-[14px] tracking-[0.25px] px-[8px] py-[3px] text-weight-bold" data-astro-cid-3ef6ksr2> <span class="em-heading-gradient-text" data-astro-cid-3ef6ksr2>COMING SOON</span> </span> </span> </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px]" data-astro-cid-3ef6ksr2> Partner with us for exclusive deals and offers on our premium products. </span> </div> </div> </div> </a> </div> </div> </div> </li><li class="menuLink text-[14px] font-medium py-2 px-6 md:inline-block text-left" data-astro-cid-3ef6ksr2> <span class="flex items-center justify-center" data-astro-cid-3ef6ksr2> <span class="transition-all text-white cursor-pointer hover:text-[color:var(--em-primary-gold)]" data-astro-cid-3ef6ksr2>Clients</span> <span class="ml-[4px] expand transition-all" data-astro-cid-3ef6ksr2> <span class="expand-down" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="white" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="white"></path> </g> </g> </svg> </span> <span class="expand-up hidden" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#c0933e" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#c0933e"></path> </g> </g> </svg> </span> </span> </span> <div class="em-dropdown transition ease-in-out delay-150 bg-white h-auto ml-[-100px] absolute z-10 rounded-[8px] mt-2 hidden shadow w-[265pxpx]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1 px-[12px] pt-[-8px] pb-[12px]" data-astro-cid-3ef6ksr2> <a href="/clients/central-banks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] button-text-medium hover:bg-[#f6f6f6] rounded-[6px] p-[12px] mt-[16px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#C0933E" xmlns="http://www.w3.org/2000/svg"> <g id="account_balance"> <mask id="mask0_6463_1194" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="white"></rect> </mask> <g mask="url(#mask0_6463_1194)"> <path id="account_balance_2" d="M4.99984 14.1665C4.76373 14.1665 4.56567 14.0865 4.40567 13.9265C4.24623 13.7671 4.1665 13.5693 4.1665 13.3332V9.14567C4.1665 8.90956 4.24623 8.71512 4.40567 8.56234C4.56567 8.40956 4.76373 8.33317 4.99984 8.33317C5.23595 8.33317 5.434 8.41289 5.594 8.57234C5.75345 8.73234 5.83317 8.93039 5.83317 9.1665V13.354C5.83317 13.5901 5.75345 13.7846 5.594 13.9373C5.434 14.0901 5.23595 14.1665 4.99984 14.1665ZM9.99984 14.1665C9.76373 14.1665 9.56595 14.0865 9.4065 13.9265C9.2465 13.7671 9.1665 13.5693 9.1665 13.3332V9.14567C9.1665 8.90956 9.2465 8.71512 9.4065 8.56234C9.56595 8.40956 9.76373 8.33317 9.99984 8.33317C10.2359 8.33317 10.434 8.41289 10.594 8.57234C10.7534 8.73234 10.8332 8.93039 10.8332 9.1665V13.354C10.8332 13.5901 10.7534 13.7846 10.594 13.9373C10.434 14.0901 10.2359 14.1665 9.99984 14.1665ZM2.479 17.4998C2.24289 17.4998 2.04845 17.4198 1.89567 17.2598C1.74289 17.1004 1.6665 16.9026 1.6665 16.6665C1.6665 16.4304 1.7465 16.2326 1.9065 16.0732C2.06595 15.9132 2.26373 15.8332 2.49984 15.8332H17.5207C17.7568 15.8332 17.9512 15.9132 18.104 16.0732C18.2568 16.2326 18.3332 16.4304 18.3332 16.6665C18.3332 16.9026 18.2532 17.1004 18.0932 17.2598C17.9337 17.4198 17.7359 17.4998 17.4998 17.4998H2.479ZM14.9998 14.1665C14.7637 14.1665 14.5659 14.0865 14.4065 13.9265C14.2465 13.7671 14.1665 13.5693 14.1665 13.3332V9.14567C14.1665 8.90956 14.2465 8.71512 14.4065 8.56234C14.5659 8.40956 14.7637 8.33317 14.9998 8.33317C15.2359 8.33317 15.4337 8.41289 15.5932 8.57234C15.7532 8.73234 15.8332 8.93039 15.8332 9.1665V13.354C15.8332 13.5901 15.7532 13.7846 15.5932 13.9373C15.4337 14.0901 15.2359 14.1665 14.9998 14.1665ZM10.7498 1.20817L17.7707 4.70817C17.9512 4.80539 18.0901 4.94067 18.1873 5.114C18.2846 5.28789 18.3332 5.479 18.3332 5.68734C18.3332 5.96512 18.2326 6.19762 18.0315 6.38484C17.8298 6.57262 17.5901 6.6665 17.3123 6.6665H2.70817C2.43039 6.6665 2.18734 6.57262 1.979 6.38484C1.77067 6.19762 1.6665 5.96512 1.6665 5.68734C1.6665 5.479 1.71178 5.28789 1.80234 5.114C1.89234 4.94067 2.03456 4.81234 2.229 4.729L9.24984 1.20817C9.48595 1.09706 9.73595 1.0415 9.99984 1.0415C10.2637 1.0415 10.5137 1.09706 10.7498 1.20817ZM5.37484 4.99984H14.6248L9.99984 2.70817L5.37484 4.99984Z" fill="#C0933E"></path> </g> </g> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> Central Banks </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] pl-[12px]" data-astro-cid-3ef6ksr2> For potential Central Banks </span> </div> </div> </div> </a><a href="/clients/financial-service-providers" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] button-text-medium hover:bg-[#f6f6f6] rounded-[6px] p-[12px] mt-[16px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="account_balance_wallet"> <mask id="mask0_6463_1208" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#C0933E"></rect> </mask> <g mask="url(#mask0_6463_1208)"> <path id="account_balance_wallet_2" d="M13.3333 11.25C13.6944 11.25 13.9931 11.1319 14.2292 10.8958C14.4653 10.6597 14.5833 10.3611 14.5833 10C14.5833 9.63889 14.4653 9.34028 14.2292 9.10417C13.9931 8.86806 13.6944 8.75 13.3333 8.75C12.9722 8.75 12.6736 8.86806 12.4375 9.10417C12.2014 9.34028 12.0833 9.63889 12.0833 10C12.0833 10.3611 12.2014 10.6597 12.4375 10.8958C12.6736 11.1319 12.9722 11.25 13.3333 11.25ZM4.16667 17.5C3.70833 17.5 3.31583 17.3369 2.98917 17.0108C2.66306 16.6842 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66306 3.31583 2.98917 2.98917C3.31583 2.66306 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.6842 2.66306 17.0108 2.98917C17.3369 3.31583 17.5 3.70833 17.5 4.16667V6.25H15.8333V4.16667H4.16667V15.8333H15.8333V13.75H17.5V15.8333C17.5 16.2917 17.3369 16.6842 17.0108 17.0108C16.6842 17.3369 16.2917 17.5 15.8333 17.5H4.16667ZM10.8333 14.1667C10.375 14.1667 9.98278 14.0036 9.65667 13.6775C9.33 13.3508 9.16667 12.9583 9.16667 12.5V7.5C9.16667 7.04167 9.33 6.64917 9.65667 6.3225C9.98278 5.99639 10.375 5.83333 10.8333 5.83333H16.6667C17.125 5.83333 17.5175 5.99639 17.8442 6.3225C18.1703 6.64917 18.3333 7.04167 18.3333 7.5V12.5C18.3333 12.9583 18.1703 13.3508 17.8442 13.6775C17.5175 14.0036 17.125 14.1667 16.6667 14.1667H10.8333Z" fill="#C0933E"></path> </g> </g> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> Financial Service Providers </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] pl-[12px]" data-astro-cid-3ef6ksr2> For potential FSPs </span> </div> </div> </div> </a> </div> </div> </li><li class="menuLink text-[14px] font-medium py-2 px-6 md:inline-block text-left" data-astro-cid-3ef6ksr2> <span class="flex items-center justify-center" data-astro-cid-3ef6ksr2> <span class="transition-all text-white cursor-pointer hover:text-[color:var(--em-primary-gold)]" data-astro-cid-3ef6ksr2>Resources</span> <span class="ml-[4px] expand transition-all" data-astro-cid-3ef6ksr2> <span class="expand-down" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="white" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="white"></path> </g> </g> </svg> </span> <span class="expand-up hidden" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#c0933e" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#c0933e"></path> </g> </g> </svg> </span> </span> </span> <div class="em-dropdown transition ease-in-out delay-150 bg-white h-auto ml-[-100px] absolute z-10 rounded-[8px] mt-2 hidden shadow w-[744px]" data-astro-cid-3ef6ksr2> <div class="px-[12px] py-[undefined] pb-[12px] w-[744px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-2 gap-[16px]" data-astro-cid-3ef6ksr2> <div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> </h2> <span data-astro-cid-3ef6ksr2> <a href="/resources/emtalks" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_797)"> <path id="Vector" d="M7.5 4.1665C7.5 3.50346 7.76339 2.86758 8.23223 2.39874C8.70107 1.9299 9.33696 1.6665 10 1.6665C10.663 1.6665 11.2989 1.9299 11.7678 2.39874C12.2366 2.86758 12.5 3.50346 12.5 4.1665V8.33317C12.5 8.99621 12.2366 9.6321 11.7678 10.1009C11.2989 10.5698 10.663 10.8332 10 10.8332C9.33696 10.8332 8.70107 10.5698 8.23223 10.1009C7.76339 9.6321 7.5 8.99621 7.5 8.33317V4.1665Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M4.1665 8.3335C4.1665 9.88059 4.78109 11.3643 5.87505 12.4583C6.96901 13.5522 8.45274 14.1668 9.99984 14.1668C11.5469 14.1668 13.0307 13.5522 14.1246 12.4583C15.2186 11.3643 15.8332 9.88059 15.8332 8.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M6.6665 17.5H13.3332" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M10 14.1665V17.4998" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_797"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> EMTalks </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> See all curated webinars </span> </div> </div> </div> </a><a href="/resources/blog" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="video_library"> <mask id="mask0_6463_1286" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6463_1286)"> <path id="video_library_2" d="M9.58317 12.0832L15.4165 8.33317L9.58317 4.58317V12.0832ZM6.6665 14.9998C6.20817 14.9998 5.81595 14.8368 5.48984 14.5107C5.16317 14.184 4.99984 13.7915 4.99984 13.3332V3.33317C4.99984 2.87484 5.16317 2.48234 5.48984 2.15567C5.81595 1.82956 6.20817 1.6665 6.6665 1.6665H16.6665C17.1248 1.6665 17.5173 1.82956 17.844 2.15567C18.1701 2.48234 18.3332 2.87484 18.3332 3.33317V13.3332C18.3332 13.7915 18.1701 14.184 17.844 14.5107C17.5173 14.8368 17.1248 14.9998 16.6665 14.9998H6.6665ZM6.6665 13.3332H16.6665V3.33317H6.6665V13.3332ZM3.33317 18.3332C2.87484 18.3332 2.48262 18.1701 2.1565 17.844C1.82984 17.5173 1.6665 17.1248 1.6665 16.6665V4.99984H3.33317V16.6665H14.9998V18.3332H3.33317Z" fill="#C0933E"></path> </g> </g> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Media </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Engage our blogs, press releases and videos </span> </div> </div> </div> </a> </span> </div><div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> </h2> <span data-astro-cid-3ef6ksr2> <a href="/resources/beta-program" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_11662_2100)"> <path id="Vector" d="M16.6668 9.16662C16.4629 7.70024 15.7826 6.34156 14.7306 5.29983C13.6787 4.25811 12.3134 3.59113 10.8451 3.40162C9.53383 3.23099 8.20133 3.4495 7.01324 4.02999C5.82515 4.61048 4.83386 5.52735 4.1626 6.66662" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M3.3335 10.8335C3.52628 12.2211 4.14603 13.5143 5.10681 14.5339C6.06758 15.5534 7.32178 16.2488 8.69549 16.5235C10.0692 16.7983 11.4944 16.6388 12.7734 16.0672C14.0524 15.4956 15.1218 14.5402 15.8335 13.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M15 13.3333C15 13.5543 15.0878 13.7663 15.2441 13.9226C15.4004 14.0789 15.6123 14.1667 15.8333 14.1667C16.0543 14.1667 16.2663 14.0789 16.4226 13.9226C16.5789 13.7663 16.6667 13.5543 16.6667 13.3333C16.6667 13.1123 16.5789 12.9004 16.4226 12.7441C16.2663 12.5878 16.0543 12.5 15.8333 12.5C15.6123 12.5 15.4004 12.5878 15.2441 12.7441C15.0878 12.9004 15 13.1123 15 13.3333Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M3.3335 6.66683C3.3335 6.88784 3.42129 7.0998 3.57757 7.25608C3.73385 7.41237 3.94582 7.50016 4.16683 7.50016C4.38784 7.50016 4.5998 7.41237 4.75608 7.25608C4.91237 7.0998 5.00016 6.88784 5.00016 6.66683C5.00016 6.44582 4.91237 6.23385 4.75608 6.07757C4.5998 5.92129 4.38784 5.8335 4.16683 5.8335C3.94582 5.8335 3.73385 5.92129 3.57757 6.07757C3.42129 6.23385 3.3335 6.44582 3.3335 6.66683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M7.5 10C7.5 10.663 7.76339 11.2989 8.23223 11.7678C8.70107 12.2366 9.33696 12.5 10 12.5C10.663 12.5 11.2989 12.2366 11.7678 11.7678C12.2366 11.2989 12.5 10.663 12.5 10C12.5 9.33696 12.2366 8.70107 11.7678 8.23223C11.2989 7.76339 10.663 7.5 10 7.5C9.33696 7.5 8.70107 7.76339 8.23223 8.23223C7.76339 8.70107 7.5 9.33696 7.5 10Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_11662_2100"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Beta Program </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> See available Beta programs </span> </div> </div> </div> </a><a href="/resources/case-studies" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_1316)"> <path id="Vector" d="M4.1665 4.16683C4.1665 3.94582 4.2543 3.73385 4.41058 3.57757C4.56686 3.42129 4.77882 3.3335 4.99984 3.3335H6.6665C6.88752 3.3335 7.09948 3.42129 7.25576 3.57757C7.41204 3.73385 7.49984 3.94582 7.49984 4.16683V15.8335C7.49984 16.0545 7.41204 16.2665 7.25576 16.4228C7.09948 16.579 6.88752 16.6668 6.6665 16.6668H4.99984C4.77882 16.6668 4.56686 16.579 4.41058 16.4228C4.2543 16.2665 4.1665 16.0545 4.1665 15.8335V4.16683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M7.5 4.16683C7.5 3.94582 7.5878 3.73385 7.74408 3.57757C7.90036 3.42129 8.11232 3.3335 8.33333 3.3335H10C10.221 3.3335 10.433 3.42129 10.5893 3.57757C10.7455 3.73385 10.8333 3.94582 10.8333 4.16683V15.8335C10.8333 16.0545 10.7455 16.2665 10.5893 16.4228C10.433 16.579 10.221 16.6668 10 16.6668H8.33333C8.11232 16.6668 7.90036 16.579 7.74408 16.4228C7.5878 16.2665 7.5 16.0545 7.5 15.8335V4.16683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M4.1665 6.6665H7.49984" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M7.5 13.3335H10.8333" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M11.5026 3.80012L13.3226 3.35845C13.7909 3.24595 14.2667 3.51678 14.3909 3.96845L17.4701 15.1501C17.5244 15.3548 17.5003 15.5724 17.4026 15.7603C17.3049 15.9482 17.1405 16.0929 16.9417 16.1659L16.8309 16.2001L15.0109 16.6418C14.5426 16.7543 14.0667 16.4835 13.9426 16.0318L10.8634 4.85012C10.8091 4.64541 10.8331 4.42779 10.9309 4.23989C11.0286 4.05199 11.1929 3.90735 11.3917 3.83428L11.5026 3.80012Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_6" d="M11.6665 7.49984L14.9998 6.6665" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_7" d="M13.3335 13.3333L16.6027 12.5166" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_1316"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Case Studies </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> See how both Central Banks and FSPs have grown with EMTECH </span> </div> </div> </div> </a> </span> </div> </div> </div> </div> </li><li class="menuLink text-[14px] font-medium py-2 px-6 md:inline-block text-left" data-astro-cid-3ef6ksr2> <span class="flex items-center justify-center" data-astro-cid-3ef6ksr2> <span class="transition-all text-white cursor-pointer hover:text-[color:var(--em-primary-gold)]" data-astro-cid-3ef6ksr2>Developer</span> <span class="ml-[4px] expand transition-all" data-astro-cid-3ef6ksr2> <span class="expand-down" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="white" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="white"></path> </g> </g> </svg> </span> <span class="expand-up hidden" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#c0933e" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#c0933e"></path> </g> </g> </svg> </span> </span> </span> <div class="em-dropdown transition ease-in-out delay-150 bg-white h-auto ml-[-100px] absolute z-10 rounded-[8px] mt-2 hidden shadow w-[230pxpx]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1 px-[12px] pt-[-8px] pb-[12px]" data-astro-cid-3ef6ksr2> <a href="#" class="cursor-auto text-[15px] text-[color:var(--em-primary-black)] button-text-medium hover:bg-[#f6f6f6] rounded-[6px] p-[12px] mt-[16px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2048)"> <path id="Vector" d="M10.0002 3.3335L3.3335 6.66683L10.0002 10.0002L16.6668 6.66683L10.0002 3.3335Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M3.3335 10L10.0002 13.3333L16.6668 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M3.3335 13.3335L10.0002 16.6668L16.6668 13.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2048"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> API Documentation <span data-astro-cid-3ef6ksr2> <span class="border-gradient ml-[15px] text-[10px] leading-[14px] tracking-[0.25px] px-[8px] py-[3px] text-weight-bold" data-astro-cid-3ef6ksr2> <span class="em-heading-gradient-text" data-astro-cid-3ef6ksr2>COMING SOON</span> </span> </span> </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] pl-[12px]" data-astro-cid-3ef6ksr2> Read our API docs </span> </div> </div> </div> </a><a href="https://status.emtech.com/" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] button-text-medium hover:bg-[#f6f6f6] rounded-[6px] p-[12px] mt-[16px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-1" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path id="Vector" d="M1 7.66667H5.16667L8.5 14.3333V1L11.8333 7.66667H16" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium text-[color:var(--em-primary-black)] button-text-medium" data-astro-cid-3ef6ksr2> API Status </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] pl-[12px]" data-astro-cid-3ef6ksr2> Keep tab on the status of our APIs </span> </div> </div> </div> </a> </div> </div> </li><li class="menuLink text-[14px] font-medium py-2 px-6 md:inline-block text-left" data-astro-cid-3ef6ksr2> <span class="flex items-center justify-center" data-astro-cid-3ef6ksr2> <span class="transition-all text-white cursor-pointer hover:text-[color:var(--em-primary-gold)]" data-astro-cid-3ef6ksr2>Company</span> <span class="ml-[4px] expand transition-all" data-astro-cid-3ef6ksr2> <span class="expand-down" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="white" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="white"></path> </g> </g> </svg> </span> <span class="expand-up hidden" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#c0933e" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#c0933e"></path> </g> </g> </svg> </span> </span> </span> <div class="em-dropdown transition ease-in-out delay-150 bg-white h-auto ml-[-100px] absolute z-10 rounded-[8px] mt-2 hidden shadow w-[270px]" data-astro-cid-3ef6ksr2> <div class="px-[12px] py-[undefined] pb-[12px] w-[575px]" data-astro-cid-3ef6ksr2> <div class="grid grid-cols-2 gap-[16px]" data-astro-cid-3ef6ksr2> <div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> </h2> <span data-astro-cid-3ef6ksr2> <a href="/about-us" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10223_2042)"> <path id="Vector" d="M14.1665 4.1665H15.8332C16.2752 4.1665 16.6991 4.3421 17.0117 4.65466C17.3242 4.96722 17.4998 5.39114 17.4998 5.83317V14.1665C17.4998 14.6085 17.3242 15.0325 17.0117 15.345C16.6991 15.6576 16.2752 15.8332 15.8332 15.8332H14.1665" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M5.83333 15.8332H4.16667C3.72464 15.8332 3.30072 15.6576 2.98816 15.345C2.67559 15.0325 2.5 14.6085 2.5 14.1665V5.83317C2.5 5.39114 2.67559 4.96722 2.98816 4.65466C3.30072 4.3421 3.72464 4.1665 4.16667 4.1665H5.83333" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M6.6665 9.99984C6.6665 10.8839 7.01769 11.7317 7.64281 12.3569C8.26794 12.982 9.11578 13.3332 9.99984 13.3332C10.8839 13.3332 11.7317 12.982 12.3569 12.3569C12.982 11.7317 13.3332 10.8839 13.3332 9.99984C13.3332 9.11578 12.982 8.26794 12.3569 7.64281C11.7317 7.01769 10.8839 6.6665 9.99984 6.6665C9.11578 6.6665 8.26794 7.01769 7.64281 7.64281C7.01769 8.26794 6.6665 9.11578 6.6665 9.99984Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10223_2042"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> About Us </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Learn more about EMTECH </span> </div> </div> </div> </a><a href="/careers" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2729)"> <path id="Vector" d="M2.5 7.49967C2.5 7.05765 2.67559 6.63372 2.98816 6.32116C3.30072 6.0086 3.72464 5.83301 4.16667 5.83301H15.8333C16.2754 5.83301 16.6993 6.0086 17.0118 6.32116C17.3244 6.63372 17.5 7.05765 17.5 7.49967V14.9997C17.5 15.4417 17.3244 15.8656 17.0118 16.1782C16.6993 16.4907 16.2754 16.6663 15.8333 16.6663H4.16667C3.72464 16.6663 3.30072 16.4907 2.98816 16.1782C2.67559 15.8656 2.5 15.4417 2.5 14.9997V7.49967Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M6.66699 5.83333V4.16667C6.66699 3.72464 6.84259 3.30072 7.15515 2.98816C7.46771 2.67559 7.89163 2.5 8.33366 2.5H11.667C12.109 2.5 12.5329 2.67559 12.8455 2.98816C13.1581 3.30072 13.3337 3.72464 13.3337 4.16667V5.83333" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M10 10V10.0083" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M2.5 10.833C4.82632 12.0052 7.39502 12.6159 10 12.6159C12.605 12.6159 15.1737 12.0052 17.5 10.833" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2729"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Careers </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Find the right role for you </span> </div> </div> </div> </a> </span> </div><div data-astro-cid-3ef6ksr2> <h2 class="text-[color:var(--em-primary-black)] my-[24px] nav-text" data-astro-cid-3ef6ksr2> </h2> <span data-astro-cid-3ef6ksr2> <a href="/team" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_731)"> <path id="Vector" d="M4.16699 5.83333C4.16699 6.71739 4.51818 7.56523 5.1433 8.19036C5.76842 8.81548 6.61627 9.16667 7.50033 9.16667C8.38438 9.16667 9.23223 8.81548 9.85735 8.19036C10.4825 7.56523 10.8337 6.71739 10.8337 5.83333C10.8337 4.94928 10.4825 4.10143 9.85735 3.47631C9.23223 2.85119 8.38438 2.5 7.50033 2.5C6.61627 2.5 5.76842 2.85119 5.1433 3.47631C4.51818 4.10143 4.16699 4.94928 4.16699 5.83333Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 17.5V15.8333C2.5 14.9493 2.85119 14.1014 3.47631 13.4763C4.10143 12.8512 4.94928 12.5 5.83333 12.5H9.16667C10.0507 12.5 10.8986 12.8512 11.5237 13.4763C12.1488 14.1014 12.5 14.9493 12.5 15.8333V17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M13.333 2.6084C14.05 2.79198 14.6855 3.20898 15.1394 3.79366C15.5932 4.37833 15.8395 5.09742 15.8395 5.83757C15.8395 6.57771 15.5932 7.2968 15.1394 7.88147C14.6855 8.46615 14.05 8.88315 13.333 9.06673" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M17.5 17.5V15.8333C17.4958 15.0976 17.2483 14.384 16.7961 13.8037C16.3439 13.2233 15.7124 12.8089 15 12.625" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_731"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Team </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> See the amazing team members </span> </div> </div> </div> </a><a href="/contact-us" class="mt-[24px] cursor-pointer text-[color:var(--em-light-black)] button-text-medium" data-astro-cid-3ef6ksr2> <div class="hover:bg-[#f6f6f6] rounded-[6px] transition ease-in p-[12px] flex-wrap mt-[16px]" data-astro-cid-3ef6ksr2> <div class="flex" data-astro-cid-3ef6ksr2> <span data-astro-cid-3ef6ksr2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2531)"> <path id="Vector" d="M2.5 5.83366C2.5 5.39163 2.67559 4.96771 2.98816 4.65515C3.30072 4.34259 3.72464 4.16699 4.16667 4.16699H15.8333C16.2754 4.16699 16.6993 4.34259 17.0118 4.65515C17.3244 4.96771 17.5 5.39163 17.5 5.83366V14.167C17.5 14.609 17.3244 15.0329 17.0118 15.3455C16.6993 15.6581 16.2754 15.8337 15.8333 15.8337H4.16667C3.72464 15.8337 3.30072 15.6581 2.98816 15.3455C2.67559 15.0329 2.5 14.609 2.5 14.167V5.83366Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 5.83301L10 10.833L17.5 5.83301" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2531"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <div data-astro-cid-3ef6ksr2> <h3 class="pl-[12px] font-medium flex items-center button-text-medium text-[color:var(--em-primary-black)]" data-astro-cid-3ef6ksr2> Contact Us </h3> <span class="flex-auto text-[color:var(--em-light-gray)] mt-[8px] block text-[14px] leading-[160%] pl-[12px] flex-wrap" data-astro-cid-3ef6ksr2> Contact the EMTECH team </span> </div> </div> </div> </a> </span> </div> </div> </div> </div> </li> </ul> </div> <div class="hidden md:block md:justify-self-end" data-astro-cid-3ef6ksr2> <a href="https://app.emtech.com" target="_blank" class="py-[8px] px-[16px] rounded-[8px] border border-white text-white text-[16px] flex em-link leading-[150%] text-weight-bold text-center" data-astro-cid-3ef6ksr2>Log in <span class="ml-3 flex justify-center items-center" data-astro-cid-3ef6ksr2> <span class="angle-right" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#ffffff" xmlns="http://www.w3.org/2000/svg" data-astro-cid-u3gtpm6o> <g id="Arrow Right" clip-path="url(#clip0_6276_690)" data-astro-cid-u3gtpm6o> <path id="Vector" d="M7.43359 15L12.4336 10" stroke="#ffffff" stroke-width="1.625" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-u3gtpm6o></path> <path id="Vector_2" d="M7.43359 5L12.4336 10" stroke="#ffffff" stroke-width="1.625" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-u3gtpm6o></path> </g> <defs data-astro-cid-u3gtpm6o> <clipPath id="clip0_6276_690" data-astro-cid-u3gtpm6o> <rect width="20" height="20" fill="#ffffff" data-astro-cid-u3gtpm6o></rect> </clipPath> </defs> </svg> </span> <span class="arrow-right" data-astro-cid-3ef6ksr2> <svg width="20" height="20" viewBox="0 0 25 25" fill="#ffffff" xmlns="http://www.w3.org/2000/svg"> <g id="keyboard_backspace"> <mask id="mask0_6276_6023" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"> <rect id="Bounding box" x="24.0312" y="24.0159" width="24" height="24" transform="rotate(-180 24.0312 24.0159)" fill="#ffffff"></rect> </mask> <g mask="url(#mask0_6276_6023)"> <path id="keyboard_backspace_2" d="M15.7305 6.71597L20.3305 11.316C20.4305 11.416 20.5011 11.5243 20.5425 11.641C20.5845 11.7576 20.6055 11.8826 20.6055 12.016C20.6055 12.1493 20.5845 12.2743 20.5425 12.391C20.5011 12.5076 20.4305 12.616 20.3305 12.716L15.7055 17.341C15.5221 17.5243 15.2971 17.616 15.0305 17.616C14.7638 17.616 14.5305 17.516 14.3305 17.316C14.1471 17.1326 14.0555 16.8993 14.0555 16.616C14.0555 16.3326 14.1471 16.0993 14.3305 15.916L17.2305 13.016L4.03047 13.016C3.74714 13.016 3.5098 12.9203 3.31847 12.729C3.12647 12.537 3.03047 12.2993 3.03047 12.016C3.03047 11.7326 3.12647 11.4953 3.31847 11.304C3.5098 11.112 3.74714 11.016 4.03047 11.016L17.2305 11.016L14.3055 8.09097C14.1221 7.90763 14.0305 7.68263 14.0305 7.41597C14.0305 7.1493 14.1305 6.91597 14.3305 6.71597C14.5138 6.53263 14.7471 6.44097 15.0305 6.44097C15.3138 6.44097 15.5471 6.53263 15.7305 6.71597Z" fill="#ffffff"></path> </g> </g> </svg> </span> </span></a> </div> </div> </div> <div class="lg:hidden md:hidden hidden" id="mobileMenuContainer" data-astro-cid-3ef6ksr2> <script type="module">
const closeButton = document.getElementById("closeButton");
const mobileHeader = document.getElementById("mobileMenuContainer");
const liElements = document.querySelectorAll(".menu-section ul li");
closeButton?.addEventListener("click", () => {
mobileHeader.classList.add("hidden");
});
const closeOpenedSubmenus = () => {
liElements.forEach((li) => {
const ulChildrenDivs = li.querySelectorAll(":scope > div");
ulChildrenDivs.forEach((div) => {
if (!div.classList.contains("opened")) {
div.classList.replace("block", "hidden");
}
return;
});
});
};
liElements.forEach((li) => {
li.addEventListener("click", () => {
closeOpenedSubmenus();
const childDiv = li.querySelector(":scope > div");
const childDivClassList = childDiv.classList;
if (childDivClassList.contains("hidden")) {
childDivClassList.replace("hidden", "block");
childDivClassList.add("opened");
return;
} else {
childDivClassList.replace("block", "hidden");
return;
}
});
});
</script> <div class="fixed top-0 left-0 right-0 bottom-0 bg-white z-10 py-[32px] px-[25px]" data-astro-cid-sm7faef2> <div class="flex justify-between" data-astro-cid-sm7faef2> <div data-astro-cid-sm7faef2><div> <a href="/" class="cursor-pointer"> <h4 class="text-[color:var(--em-primary-black)] text-[24px] text-logo-medium">
E<span class="text-[color:var(--em-primary-gold)]">M</span>TECH
</h4> </a> </div></div> <div class="flex justify-end items-center" id="closeButton" data-astro-cid-sm7faef2> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.00005 8.3998L2.10005 13.2998C1.91672 13.4831 1.68338 13.5748 1.40005 13.5748C1.11672 13.5748 0.883382 13.4831 0.700049 13.2998C0.516715 13.1165 0.425049 12.8831 0.425049 12.5998C0.425049 12.3165 0.516715 12.0831 0.700049 11.8998L5.60005 6.9998L0.700049 2.0998C0.516715 1.91647 0.425049 1.68314 0.425049 1.3998C0.425049 1.11647 0.516715 0.883138 0.700049 0.699805C0.883382 0.516471 1.11672 0.424805 1.40005 0.424805C1.68338 0.424805 1.91672 0.516471 2.10005 0.699805L7.00005 5.5998L11.9 0.699805C12.0834 0.516471 12.3167 0.424805 12.6 0.424805C12.8834 0.424805 13.1167 0.516471 13.3 0.699805C13.4834 0.883138 13.575 1.11647 13.575 1.3998C13.575 1.68314 13.4834 1.91647 13.3 2.0998L8.40005 6.9998L13.3 11.8998C13.4834 12.0831 13.575 12.3165 13.575 12.5998C13.575 12.8831 13.4834 13.1165 13.3 13.2998C13.1167 13.4831 12.8834 13.5748 12.6 13.5748C12.3167 13.5748 12.0834 13.4831 11.9 13.2998L7.00005 8.3998Z" fill="#1E252D"></path> </svg> </div> </div> <div class="mt-6 menu-section" data-astro-cid-sm7faef2> <ul data-astro-cid-sm7faef2> <li class="text-[16px] py-[24px] md:inline-block text-left border-b border-[#DFE8F6] " data-astro-cid-sm7faef2> <span class="flex items-center justify-between" data-astro-cid-sm7faef2> <span class="text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Products </span> <span class="" data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#425466" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#425466"></path> </g> </g> </svg> </span> </span> <div class="transition-all sub-menu bg-white h-auto z-10 rounded-[8px] mt-2 w-auto hidden" data-astro-cid-sm7faef2> <div class="grid grid-cols-1 gap-2" data-astro-cid-sm7faef2> <div data-astro-cid-sm7faef2> <h2 class="text-[12px] text-[color:var(--em-primary-black)] text-weight-medium my-[24px]" data-astro-cid-sm7faef2> CENTRAL BANKS / REGULATORS </h2> <a href="/beyond-suite/beyond-sandbox-central-banks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10505_126978)"> <path id="Vector" d="M16.0002 4L26.6668 10V22L16.0002 28L5.3335 22V10L16.0002 4Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M16 16L26.6667 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M16 16V28" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M16.0002 16L5.3335 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10505_126978"> <rect width="32" height="32" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Sandbox </h3> </div> </div> </a><a href="/beyond-suite/beyond-supervision-central-banks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_18070_30013)"> <path d="M3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 10.8181 20.7672 9.64778 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.3522 3.23279 13.1819 3 12 3C10.8181 3 9.64778 3.23279 8.55585 3.68508C7.46392 4.13738 6.47177 4.80031 5.63604 5.63604C4.80031 6.47177 4.13738 7.46392 3.68508 8.55585C3.23279 9.64778 3 10.8181 3 12Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M9 12L11 14L15 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_18070_30013"> <rect width="24" height="24" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Supervision </h3> </div> </div> </a><a href="/beyond-suite/beyond-cash-central-banks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Group"> <path id="Vector" d="M7.5304 7.24765C8.9114 8.04502 11.1473 8.04502 12.5201 7.24765C13.897 6.45029 13.8847 5.1556 12.5037 4.35824C11.1227 3.56087 8.88674 3.56087 7.51396 4.35824C6.14118 5.1556 6.1494 6.44618 7.5304 7.24765ZM8.16336 5.86665C8.27022 5.83377 8.37298 5.79678 8.47573 5.7639C8.55382 5.73924 8.59904 5.73513 8.63192 5.75157C8.65247 5.7639 8.6648 5.78034 8.68124 5.80911C8.75111 5.94063 8.86619 6.05572 9.01005 6.16258C9.03471 6.18313 9.05937 6.19957 9.08814 6.21601C9.16623 6.26122 9.25255 6.29411 9.35941 6.31877C9.62657 6.37631 9.86495 6.27355 9.83618 6.10915C9.82796 6.05161 9.79919 6.00229 9.7622 5.94885C9.67178 5.81322 9.55669 5.68581 9.49504 5.54606C9.3964 5.31589 9.44161 5.11039 9.75809 4.94598C10.1198 4.76103 10.5185 4.75281 10.9459 4.86378C11.1185 4.9131 11.1185 4.9131 11.2542 4.83501C11.2994 4.81035 11.3446 4.78158 11.3898 4.75692C11.4926 4.69938 11.5296 4.69938 11.6323 4.75692C11.6652 4.77336 11.694 4.79391 11.7268 4.81035C11.9406 4.93365 11.9406 4.93365 11.731 5.06107C11.5789 5.14738 11.5789 5.14738 11.7063 5.25013C11.8049 5.32823 11.8789 5.41043 11.9406 5.50085C11.9734 5.55017 11.9529 5.58716 11.8748 5.61182C11.7556 5.64882 11.6364 5.68992 11.5172 5.72691C11.4432 5.74746 11.398 5.75157 11.3652 5.73513C11.3487 5.7228 11.3323 5.70636 11.3158 5.6817C11.2377 5.55428 11.1185 5.44742 10.9582 5.35289C10.9377 5.34056 10.913 5.32822 10.8884 5.31589C10.8349 5.29123 10.7856 5.26657 10.7199 5.25013C10.4897 5.1967 10.2883 5.28301 10.3171 5.42687C10.3294 5.50085 10.3705 5.56661 10.4198 5.63237C10.502 5.74746 10.5883 5.86254 10.65 5.98174C10.8432 6.36809 10.4239 6.74622 9.75398 6.78321C9.51148 6.79554 9.28132 6.76677 9.0717 6.6969C8.98128 6.66813 8.9114 6.67224 8.83742 6.71745C8.76755 6.76266 8.68946 6.80376 8.61959 6.84486C8.55382 6.88185 8.48395 6.88596 8.41819 6.84897C8.36887 6.82431 8.32366 6.79554 8.27433 6.77088C8.24145 6.75033 8.20857 6.73389 8.17569 6.71334C8.10582 6.67224 8.11404 6.63113 8.1798 6.59003C8.23323 6.55715 8.28666 6.52838 8.33599 6.4955C8.45518 6.42563 8.45518 6.42152 8.35654 6.34343C8.23323 6.24478 8.12226 6.14203 8.05239 6.02695C8.00718 5.93652 8.01951 5.91597 8.16336 5.86665ZM12.9681 7.50248C13.3503 7.28054 13.9669 7.28054 14.3491 7.50248C14.7313 7.72443 14.7355 8.08201 14.3532 8.30396C13.9751 8.5259 13.3545 8.5259 12.9722 8.30396C12.59 8.08201 12.5859 7.72443 12.9681 7.50248ZM5.68495 3.29782C6.0672 3.07588 6.68372 3.07588 7.07007 3.29782C7.45231 3.51977 7.45642 3.87735 7.07418 4.0993C6.69605 4.32124 6.07542 4.32124 5.69318 4.0993C5.30682 3.87735 5.30271 3.51977 5.68495 3.29782ZM0.510305 5.01175L11.4145 11.3043C12.0433 11.6702 13.0667 11.6702 13.6915 11.3043L19.532 7.90938C20.1567 7.54358 20.1567 6.95173 19.5279 6.59003L8.6237 0.29332C7.99485 -0.0724816 6.97142 -0.0683715 6.34258 0.29332L0.502085 3.69239C-0.122654 4.05409 -0.118544 4.64594 0.510305 5.01175ZM2.87774 3.67595C2.80787 3.63485 2.73388 3.60197 2.65579 3.56909L6.14529 1.5428C6.19872 1.58801 6.26037 1.62911 6.33025 1.67021C6.96731 2.04012 8.00307 2.03601 8.63603 1.67021C8.71001 1.62911 8.77166 1.5839 8.82509 1.53458L17.3166 6.43796C17.2015 6.47906 17.0988 6.52427 17.0001 6.58181C16.3631 6.95173 16.3672 7.54769 17.0084 7.9176C17.107 7.97515 17.2139 8.02036 17.3289 8.06146L13.8066 10.1083C13.7367 10.0425 13.6545 9.98089 13.5558 9.92335C12.9147 9.55344 11.883 9.55344 11.2501 9.92335C11.2007 9.95212 11.1596 9.98089 11.1185 10.0138L2.65168 5.12272C2.73388 5.08984 2.81198 5.05285 2.88185 5.01175C3.51892 4.64594 3.51481 4.04587 2.87774 3.67595ZM0.226707 6.26944C0.502085 6.12559 0.933648 6.14614 1.20081 6.30232L12.5941 12.8785L18.7552 9.29861C19.0223 9.14242 19.458 9.14242 19.7251 9.29861C19.9964 9.45479 19.9964 9.70551 19.7293 9.8617L13.1818 13.6677C12.8612 13.8526 12.3393 13.8526 12.0187 13.6677L11.7885 13.5361L11.6282 13.4416L0.202046 6.84897C-0.0733327 6.68457 -0.0692225 6.42152 0.226707 6.26944ZM19.7416 11.9209L13.1942 15.7268C12.8736 15.9118 12.3516 15.9118 12.031 15.7268L11.8008 15.5953L11.6364 15.5008L0.214376 8.90404C-0.0651124 8.74374 -0.0568921 8.48069 0.239037 8.32451C0.514416 8.18065 0.945979 8.2012 1.21314 8.35739L12.6064 14.9336L18.7634 11.3578C19.0305 11.2016 19.4662 11.2016 19.7375 11.3578C20.0046 11.514 20.0087 11.7647 19.7416 11.9209ZM0.226707 10.3837C0.502085 10.2398 0.933648 10.2604 1.20081 10.4166L12.5941 16.9969L18.7552 13.4128C19.0223 13.2567 19.458 13.2567 19.7251 13.4128C19.9964 13.569 19.9964 13.8197 19.7293 13.9759L13.1818 17.7819C12.8612 17.9669 12.3393 17.9669 12.0187 17.7819L11.7885 17.6504L11.6282 17.5559L0.202046 10.9632C-0.0733327 10.8029 -0.0692225 10.5399 0.226707 10.3837ZM19.7416 16.0351L13.1942 19.8411C12.8736 20.026 12.3516 20.026 12.031 19.8411L11.8008 19.7096L11.6364 19.615L0.214376 13.0183C-0.0651124 12.858 -0.0568921 12.5949 0.239037 12.4387C0.514416 12.2949 0.945979 12.3154 1.21314 12.4716L12.6064 19.0478L18.7675 15.4679C19.0346 15.3117 19.4703 15.3117 19.7416 15.4679C20.0046 15.6282 20.0087 15.8789 19.7416 16.0351Z" fill="#C0933E"></path> </g> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Cash </h3> </div> </div> </a> </div><div data-astro-cid-sm7faef2> <h2 class="text-[12px] text-[color:var(--em-primary-black)] text-weight-medium my-[24px]" data-astro-cid-sm7faef2> FINANCIAL SERVICES PROVIDERS </h2> <a href="/beyond-suite/beyond-sandbox-financial-service-providers" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10505_126978)"> <path id="Vector" d="M16.0002 4L26.6668 10V22L16.0002 28L5.3335 22V10L16.0002 4Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M16 16L26.6667 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M16 16V28" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M16.0002 16L5.3335 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10505_126978"> <rect width="32" height="32" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Sandbox </h3> </div> </div> </a><a href="/beyond-suite/beyond-compliance" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_7471)"> <path id="Vector" d="M11.9998 3C14.3357 5.06658 17.3843 6.14257 20.4998 6C20.9534 7.54302 21.0922 9.16147 20.908 10.7592C20.7237 12.3569 20.2202 13.9013 19.4272 15.3005C18.6343 16.6998 17.5682 17.9254 16.2923 18.9045C15.0164 19.8836 13.5566 20.5962 11.9998 21C10.443 20.5962 8.98331 19.8836 7.70738 18.9045C6.43144 17.9254 5.36534 16.6998 4.57243 15.3005C3.77952 13.9013 3.27597 12.3569 3.09171 10.7592C2.90745 9.16147 3.04624 7.54302 3.49983 6C6.61536 6.14257 9.664 5.06658 11.9998 3Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M11 10.9995C11 11.2647 11.1054 11.5191 11.2929 11.7066C11.4804 11.8942 11.7348 11.9995 12 11.9995C12.2652 11.9995 12.5196 11.8942 12.7071 11.7066C12.8946 11.5191 13 11.2647 13 10.9995C13 10.7343 12.8946 10.4799 12.7071 10.2924C12.5196 10.1049 12.2652 9.99951 12 9.99951C11.7348 9.99951 11.4804 10.1049 11.2929 10.2924C11.1054 10.4799 11 10.7343 11 10.9995Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M12 12V14.5" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_7471"> <rect width="24" height="24" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Compliance </h3> </div> </div> </a><a href="/beyond-suite/beyond-cash-financial-service-providers" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Group"> <path id="Vector" d="M7.5304 7.24765C8.9114 8.04502 11.1473 8.04502 12.5201 7.24765C13.897 6.45029 13.8847 5.1556 12.5037 4.35824C11.1227 3.56087 8.88674 3.56087 7.51396 4.35824C6.14118 5.1556 6.1494 6.44618 7.5304 7.24765ZM8.16336 5.86665C8.27022 5.83377 8.37298 5.79678 8.47573 5.7639C8.55382 5.73924 8.59904 5.73513 8.63192 5.75157C8.65247 5.7639 8.6648 5.78034 8.68124 5.80911C8.75111 5.94063 8.86619 6.05572 9.01005 6.16258C9.03471 6.18313 9.05937 6.19957 9.08814 6.21601C9.16623 6.26122 9.25255 6.29411 9.35941 6.31877C9.62657 6.37631 9.86495 6.27355 9.83618 6.10915C9.82796 6.05161 9.79919 6.00229 9.7622 5.94885C9.67178 5.81322 9.55669 5.68581 9.49504 5.54606C9.3964 5.31589 9.44161 5.11039 9.75809 4.94598C10.1198 4.76103 10.5185 4.75281 10.9459 4.86378C11.1185 4.9131 11.1185 4.9131 11.2542 4.83501C11.2994 4.81035 11.3446 4.78158 11.3898 4.75692C11.4926 4.69938 11.5296 4.69938 11.6323 4.75692C11.6652 4.77336 11.694 4.79391 11.7268 4.81035C11.9406 4.93365 11.9406 4.93365 11.731 5.06107C11.5789 5.14738 11.5789 5.14738 11.7063 5.25013C11.8049 5.32823 11.8789 5.41043 11.9406 5.50085C11.9734 5.55017 11.9529 5.58716 11.8748 5.61182C11.7556 5.64882 11.6364 5.68992 11.5172 5.72691C11.4432 5.74746 11.398 5.75157 11.3652 5.73513C11.3487 5.7228 11.3323 5.70636 11.3158 5.6817C11.2377 5.55428 11.1185 5.44742 10.9582 5.35289C10.9377 5.34056 10.913 5.32822 10.8884 5.31589C10.8349 5.29123 10.7856 5.26657 10.7199 5.25013C10.4897 5.1967 10.2883 5.28301 10.3171 5.42687C10.3294 5.50085 10.3705 5.56661 10.4198 5.63237C10.502 5.74746 10.5883 5.86254 10.65 5.98174C10.8432 6.36809 10.4239 6.74622 9.75398 6.78321C9.51148 6.79554 9.28132 6.76677 9.0717 6.6969C8.98128 6.66813 8.9114 6.67224 8.83742 6.71745C8.76755 6.76266 8.68946 6.80376 8.61959 6.84486C8.55382 6.88185 8.48395 6.88596 8.41819 6.84897C8.36887 6.82431 8.32366 6.79554 8.27433 6.77088C8.24145 6.75033 8.20857 6.73389 8.17569 6.71334C8.10582 6.67224 8.11404 6.63113 8.1798 6.59003C8.23323 6.55715 8.28666 6.52838 8.33599 6.4955C8.45518 6.42563 8.45518 6.42152 8.35654 6.34343C8.23323 6.24478 8.12226 6.14203 8.05239 6.02695C8.00718 5.93652 8.01951 5.91597 8.16336 5.86665ZM12.9681 7.50248C13.3503 7.28054 13.9669 7.28054 14.3491 7.50248C14.7313 7.72443 14.7355 8.08201 14.3532 8.30396C13.9751 8.5259 13.3545 8.5259 12.9722 8.30396C12.59 8.08201 12.5859 7.72443 12.9681 7.50248ZM5.68495 3.29782C6.0672 3.07588 6.68372 3.07588 7.07007 3.29782C7.45231 3.51977 7.45642 3.87735 7.07418 4.0993C6.69605 4.32124 6.07542 4.32124 5.69318 4.0993C5.30682 3.87735 5.30271 3.51977 5.68495 3.29782ZM0.510305 5.01175L11.4145 11.3043C12.0433 11.6702 13.0667 11.6702 13.6915 11.3043L19.532 7.90938C20.1567 7.54358 20.1567 6.95173 19.5279 6.59003L8.6237 0.29332C7.99485 -0.0724816 6.97142 -0.0683715 6.34258 0.29332L0.502085 3.69239C-0.122654 4.05409 -0.118544 4.64594 0.510305 5.01175ZM2.87774 3.67595C2.80787 3.63485 2.73388 3.60197 2.65579 3.56909L6.14529 1.5428C6.19872 1.58801 6.26037 1.62911 6.33025 1.67021C6.96731 2.04012 8.00307 2.03601 8.63603 1.67021C8.71001 1.62911 8.77166 1.5839 8.82509 1.53458L17.3166 6.43796C17.2015 6.47906 17.0988 6.52427 17.0001 6.58181C16.3631 6.95173 16.3672 7.54769 17.0084 7.9176C17.107 7.97515 17.2139 8.02036 17.3289 8.06146L13.8066 10.1083C13.7367 10.0425 13.6545 9.98089 13.5558 9.92335C12.9147 9.55344 11.883 9.55344 11.2501 9.92335C11.2007 9.95212 11.1596 9.98089 11.1185 10.0138L2.65168 5.12272C2.73388 5.08984 2.81198 5.05285 2.88185 5.01175C3.51892 4.64594 3.51481 4.04587 2.87774 3.67595ZM0.226707 6.26944C0.502085 6.12559 0.933648 6.14614 1.20081 6.30232L12.5941 12.8785L18.7552 9.29861C19.0223 9.14242 19.458 9.14242 19.7251 9.29861C19.9964 9.45479 19.9964 9.70551 19.7293 9.8617L13.1818 13.6677C12.8612 13.8526 12.3393 13.8526 12.0187 13.6677L11.7885 13.5361L11.6282 13.4416L0.202046 6.84897C-0.0733327 6.68457 -0.0692225 6.42152 0.226707 6.26944ZM19.7416 11.9209L13.1942 15.7268C12.8736 15.9118 12.3516 15.9118 12.031 15.7268L11.8008 15.5953L11.6364 15.5008L0.214376 8.90404C-0.0651124 8.74374 -0.0568921 8.48069 0.239037 8.32451C0.514416 8.18065 0.945979 8.2012 1.21314 8.35739L12.6064 14.9336L18.7634 11.3578C19.0305 11.2016 19.4662 11.2016 19.7375 11.3578C20.0046 11.514 20.0087 11.7647 19.7416 11.9209ZM0.226707 10.3837C0.502085 10.2398 0.933648 10.2604 1.20081 10.4166L12.5941 16.9969L18.7552 13.4128C19.0223 13.2567 19.458 13.2567 19.7251 13.4128C19.9964 13.569 19.9964 13.8197 19.7293 13.9759L13.1818 17.7819C12.8612 17.9669 12.3393 17.9669 12.0187 17.7819L11.7885 17.6504L11.6282 17.5559L0.202046 10.9632C-0.0733327 10.8029 -0.0692225 10.5399 0.226707 10.3837ZM19.7416 16.0351L13.1942 19.8411C12.8736 20.026 12.3516 20.026 12.031 19.8411L11.8008 19.7096L11.6364 19.615L0.214376 13.0183C-0.0651124 12.858 -0.0568921 12.5949 0.239037 12.4387C0.514416 12.2949 0.945979 12.3154 1.21314 12.4716L12.6064 19.0478L18.7675 15.4679C19.0346 15.3117 19.4703 15.3117 19.7416 15.4679C20.0046 15.6282 20.0087 15.8789 19.7416 16.0351Z" fill="#C0933E"></path> </g> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beyond Cash </h3> </div> </div> </a> </div> </div> <div class="border-t border-[#C6D0DB] grid grid-cols-1 md:mt-[18px] mt-[20px]" data-astro-cid-sm7faef2> <a href="/beyond-suite/marketplace" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="md:mt-[24px] hover:bg-[#f6f6f6] rounded-[6px]" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_8005)"> <path id="Vector" d="M2.5 17.5H17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 5.83333V6.66667C2.5 7.32971 2.76339 7.96559 3.23223 8.43443C3.70107 8.90327 4.33696 9.16667 5 9.16667C5.66304 9.16667 6.29893 8.90327 6.76777 8.43443C7.23661 7.96559 7.5 7.32971 7.5 6.66667M2.5 5.83333H17.5M2.5 5.83333L4.16667 2.5H15.8333L17.5 5.83333M7.5 6.66667V5.83333M7.5 6.66667C7.5 7.32971 7.76339 7.96559 8.23223 8.43443C8.70107 8.90327 9.33696 9.16667 10 9.16667C10.663 9.16667 11.2989 8.90327 11.7678 8.43443C12.2366 7.96559 12.5 7.32971 12.5 6.66667M12.5 6.66667V5.83333M12.5 6.66667C12.5 7.32971 12.7634 7.96559 13.2322 8.43443C13.7011 8.90327 14.337 9.16667 15 9.16667C15.663 9.16667 16.2989 8.90327 16.7678 8.43443C17.2366 7.96559 17.5 7.32971 17.5 6.66667V5.83333" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M4.1665 17.5003V9.04199" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M15.8335 17.5003V9.04199" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M7.5 17.5V14.1667C7.5 13.7246 7.6756 13.3007 7.98816 12.9882C8.30072 12.6756 8.72464 12.5 9.16667 12.5H10.8333C11.2754 12.5 11.6993 12.6756 12.0118 12.9882C12.3244 13.3007 12.5 13.7246 12.5 14.1667V17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_8005"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Marketplace </h3> </div> </div> </a><a href="#" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="md:mt-[24px] hover:bg-[#f6f6f6] rounded-[6px]" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_3900)"> <path id="Vector" d="M6.6665 5.83333C6.6665 6.71739 7.01769 7.56523 7.64281 8.19036C8.26794 8.81548 9.11578 9.16667 9.99984 9.16667C10.8839 9.16667 11.7317 8.81548 12.3569 8.19036C12.982 7.56523 13.3332 6.71739 13.3332 5.83333C13.3332 4.94928 12.982 4.10143 12.3569 3.47631C11.7317 2.85119 10.8839 2.5 9.99984 2.5C9.11578 2.5 8.26794 2.85119 7.64281 3.47631C7.01769 4.10143 6.6665 4.94928 6.6665 5.83333Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.0835 14.1668C2.0835 15.0509 2.43469 15.8987 3.05981 16.5239C3.68493 17.149 4.53277 17.5002 5.41683 17.5002C6.30088 17.5002 7.14873 17.149 7.77385 16.5239C8.39897 15.8987 8.75016 15.0509 8.75016 14.1668C8.75016 13.2828 8.39897 12.4349 7.77385 11.8098C7.14873 11.1847 6.30088 10.8335 5.41683 10.8335C4.53277 10.8335 3.68493 11.1847 3.05981 11.8098C2.43469 12.4349 2.0835 13.2828 2.0835 14.1668Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M11.25 14.1668C11.25 15.0509 11.6012 15.8987 12.2263 16.5239C12.8514 17.149 13.6993 17.5002 14.5833 17.5002C15.4674 17.5002 16.3152 17.149 16.9404 16.5239C17.5655 15.8987 17.9167 15.0509 17.9167 14.1668C17.9167 13.2828 17.5655 12.4349 16.9404 11.8098C16.3152 11.1847 15.4674 10.8335 14.5833 10.8335C13.6993 10.8335 12.8514 11.1847 12.2263 11.8098C11.6012 12.4349 11.25 13.2828 11.25 14.1668Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_3900"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Partner With Us </h3> </div> </div> </a> </div> </div> </li><li class="text-[16px] py-[24px] md:inline-block text-left border-b border-[#DFE8F6] " data-astro-cid-sm7faef2> <span class="flex items-center justify-between" data-astro-cid-sm7faef2> <span class="text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Clients </span> <span class="" data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#425466" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#425466"></path> </g> </g> </svg> </span> </span> <div class="transition-all sub-menu bg-white h-auto z-10 rounded-[8px] mt-2 w-auto hidden" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <a href="/clients/central-banks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] hover:bg-[#f6f6f6] rounded-[6px] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#C0933E" xmlns="http://www.w3.org/2000/svg"> <g id="account_balance"> <mask id="mask0_6463_1194" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="white"></rect> </mask> <g mask="url(#mask0_6463_1194)"> <path id="account_balance_2" d="M4.99984 14.1665C4.76373 14.1665 4.56567 14.0865 4.40567 13.9265C4.24623 13.7671 4.1665 13.5693 4.1665 13.3332V9.14567C4.1665 8.90956 4.24623 8.71512 4.40567 8.56234C4.56567 8.40956 4.76373 8.33317 4.99984 8.33317C5.23595 8.33317 5.434 8.41289 5.594 8.57234C5.75345 8.73234 5.83317 8.93039 5.83317 9.1665V13.354C5.83317 13.5901 5.75345 13.7846 5.594 13.9373C5.434 14.0901 5.23595 14.1665 4.99984 14.1665ZM9.99984 14.1665C9.76373 14.1665 9.56595 14.0865 9.4065 13.9265C9.2465 13.7671 9.1665 13.5693 9.1665 13.3332V9.14567C9.1665 8.90956 9.2465 8.71512 9.4065 8.56234C9.56595 8.40956 9.76373 8.33317 9.99984 8.33317C10.2359 8.33317 10.434 8.41289 10.594 8.57234C10.7534 8.73234 10.8332 8.93039 10.8332 9.1665V13.354C10.8332 13.5901 10.7534 13.7846 10.594 13.9373C10.434 14.0901 10.2359 14.1665 9.99984 14.1665ZM2.479 17.4998C2.24289 17.4998 2.04845 17.4198 1.89567 17.2598C1.74289 17.1004 1.6665 16.9026 1.6665 16.6665C1.6665 16.4304 1.7465 16.2326 1.9065 16.0732C2.06595 15.9132 2.26373 15.8332 2.49984 15.8332H17.5207C17.7568 15.8332 17.9512 15.9132 18.104 16.0732C18.2568 16.2326 18.3332 16.4304 18.3332 16.6665C18.3332 16.9026 18.2532 17.1004 18.0932 17.2598C17.9337 17.4198 17.7359 17.4998 17.4998 17.4998H2.479ZM14.9998 14.1665C14.7637 14.1665 14.5659 14.0865 14.4065 13.9265C14.2465 13.7671 14.1665 13.5693 14.1665 13.3332V9.14567C14.1665 8.90956 14.2465 8.71512 14.4065 8.56234C14.5659 8.40956 14.7637 8.33317 14.9998 8.33317C15.2359 8.33317 15.4337 8.41289 15.5932 8.57234C15.7532 8.73234 15.8332 8.93039 15.8332 9.1665V13.354C15.8332 13.5901 15.7532 13.7846 15.5932 13.9373C15.4337 14.0901 15.2359 14.1665 14.9998 14.1665ZM10.7498 1.20817L17.7707 4.70817C17.9512 4.80539 18.0901 4.94067 18.1873 5.114C18.2846 5.28789 18.3332 5.479 18.3332 5.68734C18.3332 5.96512 18.2326 6.19762 18.0315 6.38484C17.8298 6.57262 17.5901 6.6665 17.3123 6.6665H2.70817C2.43039 6.6665 2.18734 6.57262 1.979 6.38484C1.77067 6.19762 1.6665 5.96512 1.6665 5.68734C1.6665 5.479 1.71178 5.28789 1.80234 5.114C1.89234 4.94067 2.03456 4.81234 2.229 4.729L9.24984 1.20817C9.48595 1.09706 9.73595 1.0415 9.99984 1.0415C10.2637 1.0415 10.5137 1.09706 10.7498 1.20817ZM5.37484 4.99984H14.6248L9.99984 2.70817L5.37484 4.99984Z" fill="#C0933E"></path> </g> </g> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex gap-2 items-center justify-center text-[15px]" data-astro-cid-sm7faef2> Central Banks </h3> </div> </div> </a><a href="/clients/financial-service-providers" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] hover:bg-[#f6f6f6] rounded-[6px] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="account_balance_wallet"> <mask id="mask0_6463_1208" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#C0933E"></rect> </mask> <g mask="url(#mask0_6463_1208)"> <path id="account_balance_wallet_2" d="M13.3333 11.25C13.6944 11.25 13.9931 11.1319 14.2292 10.8958C14.4653 10.6597 14.5833 10.3611 14.5833 10C14.5833 9.63889 14.4653 9.34028 14.2292 9.10417C13.9931 8.86806 13.6944 8.75 13.3333 8.75C12.9722 8.75 12.6736 8.86806 12.4375 9.10417C12.2014 9.34028 12.0833 9.63889 12.0833 10C12.0833 10.3611 12.2014 10.6597 12.4375 10.8958C12.6736 11.1319 12.9722 11.25 13.3333 11.25ZM4.16667 17.5C3.70833 17.5 3.31583 17.3369 2.98917 17.0108C2.66306 16.6842 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66306 3.31583 2.98917 2.98917C3.31583 2.66306 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.6842 2.66306 17.0108 2.98917C17.3369 3.31583 17.5 3.70833 17.5 4.16667V6.25H15.8333V4.16667H4.16667V15.8333H15.8333V13.75H17.5V15.8333C17.5 16.2917 17.3369 16.6842 17.0108 17.0108C16.6842 17.3369 16.2917 17.5 15.8333 17.5H4.16667ZM10.8333 14.1667C10.375 14.1667 9.98278 14.0036 9.65667 13.6775C9.33 13.3508 9.16667 12.9583 9.16667 12.5V7.5C9.16667 7.04167 9.33 6.64917 9.65667 6.3225C9.98278 5.99639 10.375 5.83333 10.8333 5.83333H16.6667C17.125 5.83333 17.5175 5.99639 17.8442 6.3225C18.1703 6.64917 18.3333 7.04167 18.3333 7.5V12.5C18.3333 12.9583 18.1703 13.3508 17.8442 13.6775C17.5175 14.0036 17.125 14.1667 16.6667 14.1667H10.8333Z" fill="#C0933E"></path> </g> </g> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex gap-2 items-center justify-center text-[15px]" data-astro-cid-sm7faef2> Financial Service Providers </h3> </div> </div> </a> </div> </div> </li><li class="text-[16px] py-[24px] md:inline-block text-left border-b border-[#DFE8F6] " data-astro-cid-sm7faef2> <span class="flex items-center justify-between" data-astro-cid-sm7faef2> <span class="text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Resources </span> <span class="" data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#425466" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#425466"></path> </g> </g> </svg> </span> </span> <div class="transition-all sub-menu bg-white h-auto z-10 rounded-[8px] mt-2 w-auto hidden" data-astro-cid-sm7faef2> <div class="grid grid-cols-1 gap-2" data-astro-cid-sm7faef2> <div data-astro-cid-sm7faef2> <a href="/resources/emtalks" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_797)"> <path id="Vector" d="M7.5 4.1665C7.5 3.50346 7.76339 2.86758 8.23223 2.39874C8.70107 1.9299 9.33696 1.6665 10 1.6665C10.663 1.6665 11.2989 1.9299 11.7678 2.39874C12.2366 2.86758 12.5 3.50346 12.5 4.1665V8.33317C12.5 8.99621 12.2366 9.6321 11.7678 10.1009C11.2989 10.5698 10.663 10.8332 10 10.8332C9.33696 10.8332 8.70107 10.5698 8.23223 10.1009C7.76339 9.6321 7.5 8.99621 7.5 8.33317V4.1665Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M4.1665 8.3335C4.1665 9.88059 4.78109 11.3643 5.87505 12.4583C6.96901 13.5522 8.45274 14.1668 9.99984 14.1668C11.5469 14.1668 13.0307 13.5522 14.1246 12.4583C15.2186 11.3643 15.8332 9.88059 15.8332 8.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M6.6665 17.5H13.3332" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M10 14.1665V17.4998" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_797"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> EMTalks </h3> </div> </div> </a><a href="/resources/blog" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="video_library"> <mask id="mask0_6463_1286" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6463_1286)"> <path id="video_library_2" d="M9.58317 12.0832L15.4165 8.33317L9.58317 4.58317V12.0832ZM6.6665 14.9998C6.20817 14.9998 5.81595 14.8368 5.48984 14.5107C5.16317 14.184 4.99984 13.7915 4.99984 13.3332V3.33317C4.99984 2.87484 5.16317 2.48234 5.48984 2.15567C5.81595 1.82956 6.20817 1.6665 6.6665 1.6665H16.6665C17.1248 1.6665 17.5173 1.82956 17.844 2.15567C18.1701 2.48234 18.3332 2.87484 18.3332 3.33317V13.3332C18.3332 13.7915 18.1701 14.184 17.844 14.5107C17.5173 14.8368 17.1248 14.9998 16.6665 14.9998H6.6665ZM6.6665 13.3332H16.6665V3.33317H6.6665V13.3332ZM3.33317 18.3332C2.87484 18.3332 2.48262 18.1701 2.1565 17.844C1.82984 17.5173 1.6665 17.1248 1.6665 16.6665V4.99984H3.33317V16.6665H14.9998V18.3332H3.33317Z" fill="#C0933E"></path> </g> </g> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Media </h3> </div> </div> </a> </div><div data-astro-cid-sm7faef2> <a href="/resources/beta-program" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_11662_2100)"> <path id="Vector" d="M16.6668 9.16662C16.4629 7.70024 15.7826 6.34156 14.7306 5.29983C13.6787 4.25811 12.3134 3.59113 10.8451 3.40162C9.53383 3.23099 8.20133 3.4495 7.01324 4.02999C5.82515 4.61048 4.83386 5.52735 4.1626 6.66662" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M3.3335 10.8335C3.52628 12.2211 4.14603 13.5143 5.10681 14.5339C6.06758 15.5534 7.32178 16.2488 8.69549 16.5235C10.0692 16.7983 11.4944 16.6388 12.7734 16.0672C14.0524 15.4956 15.1218 14.5402 15.8335 13.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M15 13.3333C15 13.5543 15.0878 13.7663 15.2441 13.9226C15.4004 14.0789 15.6123 14.1667 15.8333 14.1667C16.0543 14.1667 16.2663 14.0789 16.4226 13.9226C16.5789 13.7663 16.6667 13.5543 16.6667 13.3333C16.6667 13.1123 16.5789 12.9004 16.4226 12.7441C16.2663 12.5878 16.0543 12.5 15.8333 12.5C15.6123 12.5 15.4004 12.5878 15.2441 12.7441C15.0878 12.9004 15 13.1123 15 13.3333Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M3.3335 6.66683C3.3335 6.88784 3.42129 7.0998 3.57757 7.25608C3.73385 7.41237 3.94582 7.50016 4.16683 7.50016C4.38784 7.50016 4.5998 7.41237 4.75608 7.25608C4.91237 7.0998 5.00016 6.88784 5.00016 6.66683C5.00016 6.44582 4.91237 6.23385 4.75608 6.07757C4.5998 5.92129 4.38784 5.8335 4.16683 5.8335C3.94582 5.8335 3.73385 5.92129 3.57757 6.07757C3.42129 6.23385 3.3335 6.44582 3.3335 6.66683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M7.5 10C7.5 10.663 7.76339 11.2989 8.23223 11.7678C8.70107 12.2366 9.33696 12.5 10 12.5C10.663 12.5 11.2989 12.2366 11.7678 11.7678C12.2366 11.2989 12.5 10.663 12.5 10C12.5 9.33696 12.2366 8.70107 11.7678 8.23223C11.2989 7.76339 10.663 7.5 10 7.5C9.33696 7.5 8.70107 7.76339 8.23223 8.23223C7.76339 8.70107 7.5 9.33696 7.5 10Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_11662_2100"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Beta Program </h3> </div> </div> </a><a href="/resources/case-studies" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_1316)"> <path id="Vector" d="M4.1665 4.16683C4.1665 3.94582 4.2543 3.73385 4.41058 3.57757C4.56686 3.42129 4.77882 3.3335 4.99984 3.3335H6.6665C6.88752 3.3335 7.09948 3.42129 7.25576 3.57757C7.41204 3.73385 7.49984 3.94582 7.49984 4.16683V15.8335C7.49984 16.0545 7.41204 16.2665 7.25576 16.4228C7.09948 16.579 6.88752 16.6668 6.6665 16.6668H4.99984C4.77882 16.6668 4.56686 16.579 4.41058 16.4228C4.2543 16.2665 4.1665 16.0545 4.1665 15.8335V4.16683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M7.5 4.16683C7.5 3.94582 7.5878 3.73385 7.74408 3.57757C7.90036 3.42129 8.11232 3.3335 8.33333 3.3335H10C10.221 3.3335 10.433 3.42129 10.5893 3.57757C10.7455 3.73385 10.8333 3.94582 10.8333 4.16683V15.8335C10.8333 16.0545 10.7455 16.2665 10.5893 16.4228C10.433 16.579 10.221 16.6668 10 16.6668H8.33333C8.11232 16.6668 7.90036 16.579 7.74408 16.4228C7.5878 16.2665 7.5 16.0545 7.5 15.8335V4.16683Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M4.1665 6.6665H7.49984" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M7.5 13.3335H10.8333" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_5" d="M11.5026 3.80012L13.3226 3.35845C13.7909 3.24595 14.2667 3.51678 14.3909 3.96845L17.4701 15.1501C17.5244 15.3548 17.5003 15.5724 17.4026 15.7603C17.3049 15.9482 17.1405 16.0929 16.9417 16.1659L16.8309 16.2001L15.0109 16.6418C14.5426 16.7543 14.0667 16.4835 13.9426 16.0318L10.8634 4.85012C10.8091 4.64541 10.8331 4.42779 10.9309 4.23989C11.0286 4.05199 11.1929 3.90735 11.3917 3.83428L11.5026 3.80012Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_6" d="M11.6665 7.49984L14.9998 6.6665" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_7" d="M13.3335 13.3333L16.6027 12.5166" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_1316"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Case Studies </h3> </div> </div> </a> </div> </div> </div> </li><li class="text-[16px] py-[24px] md:inline-block text-left border-b border-[#DFE8F6] " data-astro-cid-sm7faef2> <span class="flex items-center justify-between" data-astro-cid-sm7faef2> <span class="text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Developer </span> <span class="" data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#425466" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#425466"></path> </g> </g> </svg> </span> </span> <div class="transition-all sub-menu bg-white h-auto z-10 rounded-[8px] mt-2 w-auto hidden" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <a href="#" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] hover:bg-[#f6f6f6] rounded-[6px] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2048)"> <path id="Vector" d="M10.0002 3.3335L3.3335 6.66683L10.0002 10.0002L16.6668 6.66683L10.0002 3.3335Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M3.3335 10L10.0002 13.3333L16.6668 10" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M3.3335 13.3335L10.0002 16.6668L16.6668 13.3335" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2048"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex gap-2 items-center justify-center text-[15px]" data-astro-cid-sm7faef2> API Documentation </h3> </div> </div> </a><a href="https://status.emtech.com/" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)] hover:bg-[#f6f6f6] rounded-[6px] mt-[15px] md:p-2" data-astro-cid-sm7faef2> <div class="grid grid-cols-1" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path id="Vector" d="M1 7.66667H5.16667L8.5 14.3333V1L11.8333 7.66667H16" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex gap-2 items-center justify-center text-[15px]" data-astro-cid-sm7faef2> API Status </h3> </div> </div> </a> </div> </div> </li><li class="text-[16px] py-[24px] md:inline-block text-left border-b border-[#DFE8F6] " data-astro-cid-sm7faef2> <span class="flex items-center justify-between" data-astro-cid-sm7faef2> <span class="text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> Company </span> <span class="" data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="#425466" xmlns="http://www.w3.org/2000/svg"> <g id="expand_more"> <mask id="mask0_6276_685" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"> <rect id="Bounding box" width="20" height="20" fill="#D9D9D9"></rect> </mask> <g mask="url(#mask0_6276_685)"> <path id="expand_more_2" d="M10.0001 12.4584C9.88896 12.4584 9.78479 12.4409 9.68757 12.4059C9.59035 12.3714 9.50007 12.3125 9.41674 12.2292L5.56257 8.37502C5.40979 8.22224 5.33702 8.03113 5.34424 7.80169C5.35091 7.5728 5.43063 7.38197 5.58341 7.22919C5.73618 7.07641 5.93063 7.00002 6.16674 7.00002C6.40285 7.00002 6.59729 7.07641 6.75007 7.22919L10.0001 10.4792L13.2709 7.20835C13.4237 7.05558 13.6148 6.98252 13.8442 6.98919C14.0731 6.99641 14.264 7.07641 14.4167 7.22919C14.5695 7.38197 14.6459 7.57641 14.6459 7.81252C14.6459 8.04863 14.5695 8.24308 14.4167 8.39585L10.5834 12.2292C10.5001 12.3125 10.4098 12.3714 10.3126 12.4059C10.2154 12.4409 10.1112 12.4584 10.0001 12.4584Z" fill="#425466"></path> </g> </g> </svg> </span> </span> <div class="transition-all sub-menu bg-white h-auto z-10 rounded-[8px] mt-2 w-auto hidden" data-astro-cid-sm7faef2> <div class="grid grid-cols-1 gap-2" data-astro-cid-sm7faef2> <div data-astro-cid-sm7faef2> <a href="/about-us" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_10223_2042)"> <path id="Vector" d="M14.1665 4.1665H15.8332C16.2752 4.1665 16.6991 4.3421 17.0117 4.65466C17.3242 4.96722 17.4998 5.39114 17.4998 5.83317V14.1665C17.4998 14.6085 17.3242 15.0325 17.0117 15.345C16.6991 15.6576 16.2752 15.8332 15.8332 15.8332H14.1665" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M5.83333 15.8332H4.16667C3.72464 15.8332 3.30072 15.6576 2.98816 15.345C2.67559 15.0325 2.5 14.6085 2.5 14.1665V5.83317C2.5 5.39114 2.67559 4.96722 2.98816 4.65466C3.30072 4.3421 3.72464 4.1665 4.16667 4.1665H5.83333" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M6.6665 9.99984C6.6665 10.8839 7.01769 11.7317 7.64281 12.3569C8.26794 12.982 9.11578 13.3332 9.99984 13.3332C10.8839 13.3332 11.7317 12.982 12.3569 12.3569C12.982 11.7317 13.3332 10.8839 13.3332 9.99984C13.3332 9.11578 12.982 8.26794 12.3569 7.64281C11.7317 7.01769 10.8839 6.6665 9.99984 6.6665C9.11578 6.6665 8.26794 7.01769 7.64281 7.64281C7.01769 8.26794 6.6665 9.11578 6.6665 9.99984Z" stroke="#C0933E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_10223_2042"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> About Us </h3> </div> </div> </a><a href="/careers" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2729)"> <path id="Vector" d="M2.5 7.49967C2.5 7.05765 2.67559 6.63372 2.98816 6.32116C3.30072 6.0086 3.72464 5.83301 4.16667 5.83301H15.8333C16.2754 5.83301 16.6993 6.0086 17.0118 6.32116C17.3244 6.63372 17.5 7.05765 17.5 7.49967V14.9997C17.5 15.4417 17.3244 15.8656 17.0118 16.1782C16.6993 16.4907 16.2754 16.6663 15.8333 16.6663H4.16667C3.72464 16.6663 3.30072 16.4907 2.98816 16.1782C2.67559 15.8656 2.5 15.4417 2.5 14.9997V7.49967Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M6.66699 5.83333V4.16667C6.66699 3.72464 6.84259 3.30072 7.15515 2.98816C7.46771 2.67559 7.89163 2.5 8.33366 2.5H11.667C12.109 2.5 12.5329 2.67559 12.8455 2.98816C13.1581 3.30072 13.3337 3.72464 13.3337 4.16667V5.83333" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M10 10V10.0083" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M2.5 10.833C4.82632 12.0052 7.39502 12.6159 10 12.6159C12.605 12.6159 15.1737 12.0052 17.5 10.833" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2729"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Careers </h3> </div> </div> </a> </div><div data-astro-cid-sm7faef2> <a href="/team" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_731)"> <path id="Vector" d="M4.16699 5.83333C4.16699 6.71739 4.51818 7.56523 5.1433 8.19036C5.76842 8.81548 6.61627 9.16667 7.50033 9.16667C8.38438 9.16667 9.23223 8.81548 9.85735 8.19036C10.4825 7.56523 10.8337 6.71739 10.8337 5.83333C10.8337 4.94928 10.4825 4.10143 9.85735 3.47631C9.23223 2.85119 8.38438 2.5 7.50033 2.5C6.61627 2.5 5.76842 2.85119 5.1433 3.47631C4.51818 4.10143 4.16699 4.94928 4.16699 5.83333Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 17.5V15.8333C2.5 14.9493 2.85119 14.1014 3.47631 13.4763C4.10143 12.8512 4.94928 12.5 5.83333 12.5H9.16667C10.0507 12.5 10.8986 12.8512 11.5237 13.4763C12.1488 14.1014 12.5 14.9493 12.5 15.8333V17.5" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_3" d="M13.333 2.6084C14.05 2.79198 14.6855 3.20898 15.1394 3.79366C15.5932 4.37833 15.8395 5.09742 15.8395 5.83757C15.8395 6.57771 15.5932 7.2968 15.1394 7.88147C14.6855 8.46615 14.05 8.88315 13.333 9.06673" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_4" d="M17.5 17.5V15.8333C17.4958 15.0976 17.2483 14.384 16.7961 13.8037C16.3439 13.2233 15.7124 12.8089 15 12.625" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_731"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Team </h3> </div> </div> </a><a href="/contact-us" class="cursor-pointer text-[15px] text-[color:var(--em-primary-black)]" data-astro-cid-sm7faef2> <div class="mt-[18px] hover:bg-[#f6f6f6] rounded-[6px] transition ease-in" data-astro-cid-sm7faef2> <div class="flex" data-astro-cid-sm7faef2> <span data-astro-cid-sm7faef2> <svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_6463_2531)"> <path id="Vector" d="M2.5 5.83366C2.5 5.39163 2.67559 4.96771 2.98816 4.65515C3.30072 4.34259 3.72464 4.16699 4.16667 4.16699H15.8333C16.2754 4.16699 16.6993 4.34259 17.0118 4.65515C17.3244 4.96771 17.5 5.39163 17.5 5.83366V14.167C17.5 14.609 17.3244 15.0329 17.0118 15.3455C16.6993 15.6581 16.2754 15.8337 15.8333 15.8337H4.16667C3.72464 15.8337 3.30072 15.6581 2.98816 15.3455C2.67559 15.0329 2.5 14.609 2.5 14.167V5.83366Z" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> <path id="Vector_2" d="M2.5 5.83301L10 10.833L17.5 5.83301" stroke="#C0933E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </g> <defs> <clipPath id="clip0_6463_2531"> <rect width="20" height="20" fill="white"></rect> </clipPath> </defs> </svg> </span> <h3 class="pl-2 text-[color:var(--em-primary-black)] flex items-center gap-2 text-[15px]" data-astro-cid-sm7faef2> Contact Us </h3> </div> </div> </a> </div> </div> </div> </li> </ul> </div> <div class="mt-[40px]" data-astro-cid-sm7faef2> <a href="https://app.emtech.com" target="_blank" class="justify-center py-[12px] px-[16px] text-[15px] rounded-[8px] text-[color:var(--em-light-black text-[15px] flex hover:bg-[color:var(--em-primary-black)] border border-[var(--em-light-black)]" data-astro-cid-sm7faef2>Login <span class="ml-3" data-astro-cid-sm7faef2><svg width="20" height="20" viewBox="0 0 25 25" fill="var(--em-light-black)" xmlns="http://www.w3.org/2000/svg"> <g id="keyboard_backspace"> <mask id="mask0_6276_6023" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"> <rect id="Bounding box" x="24.0312" y="24.0159" width="24" height="24" transform="rotate(-180 24.0312 24.0159)" fill="var(--em-light-black)"></rect> </mask> <g mask="url(#mask0_6276_6023)"> <path id="keyboard_backspace_2" d="M15.7305 6.71597L20.3305 11.316C20.4305 11.416 20.5011 11.5243 20.5425 11.641C20.5845 11.7576 20.6055 11.8826 20.6055 12.016C20.6055 12.1493 20.5845 12.2743 20.5425 12.391C20.5011 12.5076 20.4305 12.616 20.3305 12.716L15.7055 17.341C15.5221 17.5243 15.2971 17.616 15.0305 17.616C14.7638 17.616 14.5305 17.516 14.3305 17.316C14.1471 17.1326 14.0555 16.8993 14.0555 16.616C14.0555 16.3326 14.1471 16.0993 14.3305 15.916L17.2305 13.016L4.03047 13.016C3.74714 13.016 3.5098 12.9203 3.31847 12.729C3.12647 12.537 3.03047 12.2993 3.03047 12.016C3.03047 11.7326 3.12647 11.4953 3.31847 11.304C3.5098 11.112 3.74714 11.016 4.03047 11.016L17.2305 11.016L14.3055 8.09097C14.1221 7.90763 14.0305 7.68263 14.0305 7.41597C14.0305 7.1493 14.1305 6.91597 14.3305 6.71597C14.5138 6.53263 14.7471 6.44097 15.0305 6.44097C15.3138 6.44097 15.5471 6.53263 15.7305 6.71597Z" fill="var(--em-light-black)"></path> </g> </g> </svg></span></a> </div> </div> </div> </div> <div class="justify-center mt-[100px] flex"> <div class="text-center"> <p class="text-[14px]">OOPS!!!</p> <p class="md:text-[64px] text-[40px] text-weight-bold em-heading-gradient-text">
404
</p> </div> </div> <div class="flex mt-[80px] justify-center"> <div class="hidden md:block md:flex md:justify-center"> <img src="./../images/404.svg" alt=""> </div> <div class="block md:hidden text-center flex justify-center"> <img src="./../images/404.svg" alt="404 page"> </div> </div> <div class="text-center em-container pb-[100px] mt-[80px]"> <p class="md:text-[20px] text-[color:var(--em-primary-black)] text-weight-bold">
Page Not Found
</p> <span class="block md:text-[16px] text-[color:var(--em-primary-black)] md:mt-[1px] mt-[20px]">We’re sorry, the page you requested could not be found</span> <div class="pb-[100px]"> <a href="/" class="md:w-[351px] w-full text-[15px] leading-[22.5px] text-weight-bold bg-[color:var(--em-primary-black)] text-white py-[12px] px-[16px] text-center mt-[64px] rounded-[8px] inline-block">Go to Homepage</a> </div> </div> <div class="py-20 bg-[#1E252D] "> <div class="em-container"> <div class="grid md:grid-cols-5 grid-cols-2 pb-[32px]"> <div> <h3 class="text-[#9CA3AF] text-[14px] text-weight-bold">PRODUCTS</h3> <ul> <li class="mt-[10px]"> <a href="/beyond-suite/beyond-sandbox-central-banks" class="text-[#D1D5DB] text-[14px] leading-[24px]">Beyond Sandbox</a> </li> <li class="mt-[10px]"> <a href="/beyond-suite/beyond-cash-central-banks" class="text-[#D1D5DB] text-[14px] leading-[24px]">Beyond Cash</a> </li> <li class="mt-[10px]"> <a href="/beyond-suite/beyond-compliance" class="text-[#D1D5DB] text-[14px] leading-[24px]">Beyond Compliance</a> </li> <li class="mt-[10px]"> <a href="/beyond-suite/beyond-supervision-central-banks" class="text-[#D1D5DB] text-[14px] leading-[24px]">Beyond Supervision</a> </li> </ul> </div> <div> <h3 class="text-[#9CA3AF] text-[14px] text-weight-bold">SUPPORT</h3> <ul> <!-- <li class="mt-[10px]">
<a href="#" class="text-[#D1D5DB] text-[14px] leading-[24px]"
>Pricing</a>
</li> --> <li class="mt-[10px]"> <a href="#" class="text-[#D1D5DB] text-[14px] leading-[24px]">API Documentation</a> </li> <!-- <li class="mt-[10px]">
<a href="#" class="text-[#D1D5DB] text-[14px] leading-[24px]"
>Guides</a>
</li> --> <li class="mt-[10px]"> <a href="https://status.emtech.com/" target="_blank" class="text-[#D1D5DB] text-[14px] leading-[24px]">API Status</a> </li> </ul> </div> <div class="md:mt-0 mt-[25px]"> <h3 class="text-[#9CA3AF] text-[14px] text-weight-bold">COMPANY</h3> <ul> <li class="mt-[10px]"> <a href="/about-us" class="text-[#D1D5DB] text-[14px] leading-[24px]">About</a> </li> <li class="mt-[10px]"> <a href="/resources/blog" class="text-[#D1D5DB] text-[14px] leading-[24px]">Blog</a> </li> <li class="mt-[10px]"> <a href="/careers" class="text-[#D1D5DB] text-[14px] leading-[24px]">Careers</a> </li> <li class="mt-[10px]"> <a target="_blank" href="/resources/press-release" class="text-[#D1D5DB] text-[14px] leading-[24px]">Press</a> </li> <li class="mt-[10px]"> <a href="/beyond-suite/marketplace" class="text-[#D1D5DB] text-[14px] leading-[24px]">Partners</a> </li> </ul> </div> <div class="md:mt-0 mt-[25px]"> <h3 class="text-[#9CA3AF] text-[14px] text-weight-bold">LEGAL</h3> <ul> <!-- <li class="mt-[10px]">
<a href="#" class="text-[#D1D5DB] text-[14px] leading-[24px]"
>FAQs</a>
</li> --> <!-- <li class="mt-[10px]">
<a
href="/privacy-policy"
class="text-[#D1D5DB] text-[14px] leading-[24px]"
>Privacy policy</a>
</li> --> <li class="mt-[10px]"> <a href="/terms-&-conditions" class="text-[#D1D5DB] text-[14px] leading-[24px]">Terms & Policies</a> </li> </ul> </div> <div class="hidden md:block"> <h3 class="text-[#9CA3AF] text-[14px] text-weight-bold flex justify-end">
SOC 1 & SOC 2 CERTIFIED
</h3> <ul class="flex gap-[24px] mt-[10px] justify-end"> <li> <a aria-label="Visit our soc1 badge" href="https://drata.com/product/soc-2?utm_source=soc2badge"> <img src="/_astro/soc2-light.BLxOzAh0.png" alt="soc2" width="52" height="54" loading="lazy" decoding="async"> </a> </li> <li> <a aria-label="Visit our soc2 badge" href="https://drata.com/product/soc-2?utm_source=soc2badge" target="_blank"> <img src="/_astro/soc2-light.BLxOzAh0.png" alt="Iso" width="52" height="54" loading="lazy" decoding="async"> </a> </li> </ul> </div> </div> <div class="separator"> <hr class="border-t-1 border-[#DFE8F633]"> </div> <div class="md:grid md:grid-cols-2 pt-[32px] pb-[8px]"> <div class="trade-mark text-[#9CA3AF] text-[0.75em] font-light order-last md:order-first"> <h3 class="text-[#9CA3AF] text-[14px] leading-[20px]">
SUBSCRIBE TO OUR NEWSLETTER
</h3> <p class="text-[#D1D5DB] text-[14px] leading-[24px] text-weight-light">
The latest news, articles, and resources, sent to your inbox weekly.
</p> </div> <div class="md:flex md:justify-end md:mt-0 mt-[32px]"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Z14lbcu" component-url="/_astro/SubscribeV2.Ci12Dfqs.js" component-export="default" renderer-url="/_astro/client.BYX_xPUV.js" props="{}" ssr="" client="only" opts="{"name":"Subscribe","value":"react"}"></astro-island> </div> </div> <div class="separator mb-6 mt-6"> <hr class="border-t-1 border-[#DFE8F633]"> </div> <div class="grid md:grid-cols-2"> <div class="trade-mark text-[#9CA3AF] text-[0.75em] font-light order-last md:order-first mt-5 md:mt-0"> © 2025 Copyright 2024, All rights reserved EMTECH SOLUTIONS INC. </div> <div class="site-map-links flex md:justify-end"> <div class="gap-[16px] flex items-center"> <a aria-label="Visit our linkedIn profile" href="https://www.linkedin.com/company/emtechsolutionsinc" target="_blank"><span><svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="linkedin-icon-3" clip-path="url(#clip0_6058_11371)"> <path id="Vector" d="M2.58594 3.72998H23.3326V23.5843H2.58594V3.72998Z" fill="white"></path> <path id="Vector_2" d="M0.722656 2.428C0.722656 1.43925 1.54979 0.637207 2.56966 0.637207H23.8705C24.8903 0.637207 25.7175 1.43925 25.7175 2.428V23.8422C25.7175 24.831 24.8903 25.632 23.8705 25.632H2.56966C1.54979 25.632 0.722656 24.831 0.722656 23.8422V2.428Z" fill="#1E252D"></path> <path id="Vector_3" d="M8.3233 21.5545V10.3018H4.58312V21.5545H8.3233ZM6.45421 8.76595C7.75816 8.76595 8.57024 7.90167 8.57024 6.82157C8.54615 5.71738 7.75816 4.8772 6.47931 4.8772C5.19945 4.8772 4.36328 5.71738 4.36328 6.82157C4.36328 7.90167 5.17436 8.76595 6.43012 8.76595H6.45421ZM10.3932 21.5545H14.1333V15.2706C14.1333 14.9343 14.1574 14.5981 14.2568 14.3582C14.5268 13.6856 15.1422 12.99 16.1761 12.99C17.5292 12.99 18.0703 14.0219 18.0703 15.5346V21.5534H21.8105V15.102C21.8105 11.6459 19.9655 10.0378 17.5051 10.0378C15.4875 10.0378 14.6021 11.165 14.1093 11.933H14.1343V10.3018H10.3932C10.4423 11.3578 10.3932 21.5545 10.3932 21.5545Z" fill="white"></path> </g> <defs> <clipPath id="clip0_6058_11371"> <rect width="25.0449" height="24.9948" fill="white" transform="translate(0.703125 0.637207)"></rect> </clipPath> </defs> </svg></span></a> <a href="https://x.com/emtech_inc" target="_blank" aria-label="Visit our X profile"><span><svg width="20" height="20" viewBox="0 0 27 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="x-2" clip-path="url(#clip0_6058_11375)"> <path id="Vector" d="M21.0876 0.638428H25.1402L16.2865 10.7576L26.7022 24.5276H18.5468L12.1592 16.1762L4.85037 24.5276H0.7953L10.2653 13.704L0.273438 0.638428H8.63582L14.4097 8.27195L21.0876 0.638428ZM19.6653 22.1019H21.9109L7.41571 2.93667H5.00593L19.6653 22.1019Z" fill="white"></path> </g> <defs> <clipPath id="clip0_6058_11375"> <rect width="26.4288" height="23.8916" fill="white" transform="translate(0.273438 0.637207)"></rect> </clipPath> </defs> </svg></span></a> </div> </div> </div> </div> </div> </body> <script defer type="text/partytown">
const closeDropDown = () => {
menuLinks?.forEach((innerLink) => {
const innerEl = innerLink.querySelector(".em-dropdown");
innerEl.style.display = "none";
});
};
window.addEventListener("scroll", function () {
let header = document.getElementById("sandBoxType");
if (window.scrollY > 200) {
header?.classList.add("fixed");
header?.classList.add("z-20");
header?.classList.add("md:top-[92px]");
header?.classList.add("top-[80px]");
} else {
header?.classList.remove("fixed");
header?.classList.remove("top-0");
}
});
</script> <script type="text/partytown" defer>
_linkedin_partner_id = "6674452";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/partytown" defer>
(function (l) {
if (!l) {
window.lintrk = function (a, b) {
window.lintrk.q.push([a, b]);
};
window.lintrk.q = [];
}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})(window.lintrk);
</script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=6674452&fmt=gif"> </noscript> <!-- Hotjar Tracking Code for https://www.emtech.com --> <script type="text/partytown" defer>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:5221634,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script> <script defer type="text/partytown" async src="https://www.googletagmanager.com/gtag/js?id=G-BEWMYLZKMZ"></script> <script type="text/partytown" defer>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-BEWMYLZKMZ");
</script> </html>