<!doctype html>
<html data-n-head-ssr lang="en" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D%7D">
  <head >
    <title>YV Startup Program</title><meta data-n-head="ssr" charset="utf-8"><meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"><meta data-n-head="ssr" data-hid="description" name="description" content=""><meta data-n-head="ssr" name="format-detection" content="telephone=no"><link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico"><link rel="preload" href="/_nuxt/fada9c3.js" as="script"><link rel="preload" href="/_nuxt/b59f307.js" as="script"><link rel="preload" href="/_nuxt/95fc2fc.js" as="script"><link rel="preload" href="/_nuxt/8a76189.js" as="script"><style data-vue-ssr-id="382a115c:0 7ec9bef8:0 7d93eb6c:0">/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: BRSonoma, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity));
}

body{
  font-family:BRSonoma, sans-serif;
  --tw-text-opacity:1;
  color:rgba(110, 126, 130, var(--tw-text-opacity));
  font-weight:400;
  line-height:2 !important;
  font-size:0.875rem;
  line-height:1.25rem
}

h1, h2, h3, h4, h5, h6{
  --tw-text-opacity:1;
  color:rgba(70, 178, 200, var(--tw-text-opacity));
}

h1, h2, h3, h4, h5, h6{
  font-weight:700;
}

h1, h2, h3, h4, h5, h6{
  line-height:1.25 !important;
}

h1{
  font-size:2.25rem;
  line-height:2.5rem
}

h2{
  font-size:1.5rem;
  line-height:2rem
}

h3{
  font-size:1.25rem;
  line-height:1.75rem
}

h4{
  font-size:1rem;
  line-height:1.5rem;
  font-weight:600
}

@media (min-width: 640px){
  body{
    font-size:1rem;
    line-height:1.5rem
  }

  h1{
    font-size:3.75rem;
    line-height:1
  }

  h2{
    font-size:3rem;
    line-height:1
  }

  h3{
    font-size:1.875rem;
    line-height:2.25rem
  }

  h4{
    font-size:1.125rem;
    line-height:1.75rem
  }

  @keyframes gbe_body_e{
    0%{
      transform:translateX(100%)
    }

    to{
      transform:translateX(-100%)
    }
  }

  @keyframes gbe_body_e_2{
    0%{
      transform:translateX(0)
    }

    to{
      transform:translateX(-200%)
    }
  }
}

.container{
  width:100%;
}

@media (min-width: 640px){
  .container{
    max-width:640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width:1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width:1536px;
  }
}

.visible{
  visibility:visible;
}

.fixed{
  position:fixed;
}

.absolute{
  position:absolute;
}

.relative{
  position:relative;
}

.sticky{
  position:sticky;
}

.inset-0{
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
}

.inset-x-2{
  left:0.5rem;
  right:0.5rem;
}

.top-0{
  top:0px;
}

.top-2{
  top:0.5rem;
}

.top-11{
  top:2.75rem;
}

.top-16{
  top:4rem;
}

.-top-3{
  top:-0.75rem;
}

.right-0{
  right:0px;
}

.bottom-0{
  bottom:0px;
}

.bottom-2{
  bottom:0.5rem;
}

.-bottom-1{
  bottom:-0.25rem;
}

.-bottom-1\.5{
  bottom:-0.375rem;
}

.left-32{
  left:8rem;
}

.-left-5{
  left:-1.25rem;
}

.-left-40{
  left:-10rem;
}

.z-0{
  z-index:0;
}

.z-10{
  z-index:10;
}

.z-20{
  z-index:20;
}

.z-30{
  z-index:30;
}

.z-40{
  z-index:40;
}

.z-100{
  z-index:100;
}

.mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem;
}

.mx-6{
  margin-left:1.5rem;
  margin-right:1.5rem;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem;
}

.my-6{
  margin-top:1.5rem;
  margin-bottom:1.5rem;
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem;
}

.my-10{
  margin-top:2.5rem;
  margin-bottom:2.5rem;
}

.mt-1{
  margin-top:0.25rem;
}

.mt-2{
  margin-top:0.5rem;
}

.mt-3{
  margin-top:0.75rem;
}

.mt-4{
  margin-top:1rem;
}

.mt-5{
  margin-top:1.25rem;
}

.mt-6{
  margin-top:1.5rem;
}

.mt-8{
  margin-top:2rem;
}

.mt-10{
  margin-top:2.5rem;
}

.mt-12{
  margin-top:3rem;
}

.mt-16{
  margin-top:4rem;
}

.mt-20{
  margin-top:5rem;
}

.mt-28{
  margin-top:7rem;
}

.mt-40{
  margin-top:10rem;
}

.mt-3\.5{
  margin-top:0.875rem;
}

.-mt-5{
  margin-top:-1.25rem;
}

.-mt-20{
  margin-top:-5rem;
}

.mr-0{
  margin-right:0px;
}

.mb-2{
  margin-bottom:0.5rem;
}

.mb-4{
  margin-bottom:1rem;
}

.mb-8{
  margin-bottom:2rem;
}

.mb-12{
  margin-bottom:3rem;
}

.mb-16{
  margin-bottom:4rem;
}

.mb-20{
  margin-bottom:5rem;
}

.ml-1{
  margin-left:0.25rem;
}

.ml-2{
  margin-left:0.5rem;
}

.ml-3{
  margin-left:0.75rem;
}

.ml-4{
  margin-left:1rem;
}

.ml-auto{
  margin-left:auto;
}

.block{
  display:block;
}

.inline-block{
  display:inline-block;
}

.inline{
  display:inline;
}

.flex{
  display:flex;
}

.inline-flex{
  display:inline-flex;
}

.table{
  display:table;
}

.grid{
  display:grid;
}

.hidden{
  display:none;
}

.group:hover .group-hover\:flex{
  display:flex;
}

.h-0{
  height:0px;
}

.h-4{
  height:1rem;
}

.h-5{
  height:1.25rem;
}

.h-6{
  height:1.5rem;
}

.h-7{
  height:1.75rem;
}

.h-8{
  height:2rem;
}

.h-12{
  height:3rem;
}

.h-16{
  height:4rem;
}

.h-72{
  height:18rem;
}

.h-auto{
  height:auto;
}

.h-full{
  height:100%;
}

.h-screen{
  height:100vh;
}

.min-h-screen{
  min-height:100vh;
}

.w-4{
  width:1rem;
}

.w-5{
  width:1.25rem;
}

.w-6{
  width:1.5rem;
}

.w-7{
  width:1.75rem;
}

.w-8{
  width:2rem;
}

.w-14{
  width:3.5rem;
}

.w-24{
  width:6rem;
}

.w-32{
  width:8rem;
}

.w-40{
  width:10rem;
}

.w-auto{
  width:auto;
}

.w-1\/2{
  width:50%;
}

.w-6\/12{
  width:50%;
}

.w-8\/12{
  width:66.666667%;
}

.w-full{
  width:100%;
}

.w-fit{
  width:-moz-fit-content;
  width:fit-content;
}

.max-w-lg{
  max-width:32rem;
}

.max-w-2xl{
  max-width:42rem;
}

.max-w-4xl{
  max-width:56rem;
}

.max-w-5xl{
  max-width:64rem;
}

.max-w-screen-xl{
  max-width:1280px;
}

.flex-1{
  flex:1 1 0%;
}

.flex-shrink-0{
  flex-shrink:0;
}

.flex-grow-0{
  flex-grow:0;
}

.flex-grow{
  flex-grow:1;
}

.transform{
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0{
  --tw-translate-x:0px;
}

.translate-x-full{
  --tw-translate-x:100%;
}

.rotate-0{
  --tw-rotate:0deg;
}

.rotate-180{
  --tw-rotate:180deg;
}

@keyframes spin{
  to{
    transform:rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform:scale(2);
    opacity:0;
  }
}

@keyframes pulse{
  50%{
    opacity:.5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1);
  }
}

@keyframes wiggle{
  0%{
    transform:translateX(100%);
  }

  100%{
    transform:translateX(-100%);
  }
}

.cursor-pointer{
  cursor:pointer;
}

.cursor-not-allowed{
  cursor:not-allowed;
}

.list-disc{
  list-style-type:disc;
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction:row;
}

.flex-row-reverse{
  flex-direction:row-reverse;
}

.flex-col{
  flex-direction:column;
}

.flex-col-reverse{
  flex-direction:column-reverse;
}

.flex-wrap{
  flex-wrap:wrap;
}

.items-center{
  align-items:center;
}

.justify-center{
  justify-content:center;
}

.justify-between{
  justify-content:space-between;
}

.gap-2{
  gap:0.5rem;
}

.gap-4{
  gap:1rem;
}

.gap-5{
  gap:1.25rem;
}

.gap-6{
  gap:1.5rem;
}

.gap-7{
  gap:1.75rem;
}

.gap-8{
  gap:2rem;
}

.gap-10{
  gap:2.5rem;
}

.gap-12{
  gap:3rem;
}

.gap-16{
  gap:4rem;
}

.gap-2\.5{
  gap:0.625rem;
}

.gap-y-4{
  row-gap:1rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow:hidden;
}

.overflow-scroll{
  overflow:scroll;
}

.rounded-sm{
  border-radius:0.125rem;
}

.rounded{
  border-radius:0.25rem;
}

.rounded-md{
  border-radius:0.375rem;
}

.rounded-lg{
  border-radius:0.5rem;
}

.rounded-xl{
  border-radius:0.75rem;
}

.rounded-2xl{
  border-radius:1rem;
}

.rounded-3xl{
  border-radius:1.5rem;
}

.rounded-full{
  border-radius:9999px;
}

.rounded-r-lg{
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
}

.rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
}

.border-2{
  border-width:2px;
}

.border{
  border-width:1px;
}

.border-t-2{
  border-top-width:2px;
}

.border-t{
  border-top-width:1px;
}

.border-r{
  border-right-width:1px;
}

.border-b-4{
  border-bottom-width:4px;
}

.border-b{
  border-bottom-width:1px;
}

.border-transparent{
  border-color:transparent;
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-blue-300{
  --tw-border-opacity:1;
  border-color:rgba(17, 87, 102, var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity:1;
  border-color:rgba(70, 178, 200, var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity:1;
  border-color:rgba(110, 126, 130, var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-transparent{
  background-color:transparent;
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-green-400{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgba(239, 248, 249, var(--tw-bg-opacity));
}

.bg-blue-150{
  --tw-bg-opacity:1;
  background-color:rgba(194, 226, 233, var(--tw-bg-opacity));
}

.bg-blue-200{
  --tw-bg-opacity:1;
  background-color:rgba(11, 75, 88, var(--tw-bg-opacity));
}

.bg-blue-300{
  --tw-bg-opacity:1;
  background-color:rgba(17, 87, 102, var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity:1;
  background-color:rgba(70, 178, 200, var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity:1;
  background-color:rgba(110, 126, 130, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color:transparent;
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(17, 87, 102, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity:1;
  background-color:rgba(70, 178, 200, var(--tw-bg-opacity));
}

.hover\:bg-grey-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity:0.5;
}

.p-0{
  padding:0px;
}

.p-2{
  padding:0.5rem;
}

.p-6{
  padding:1.5rem;
}

.p-8{
  padding:2rem;
}

.p-0\.5{
  padding:0.125rem;
}

.px-4{
  padding-left:1rem;
  padding-right:1rem;
}

.px-5{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.px-6{
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.px-7{
  padding-left:1.75rem;
  padding-right:1.75rem;
}

.px-9{
  padding-left:2.25rem;
  padding-right:2.25rem;
}

.px-10{
  padding-left:2.5rem;
  padding-right:2.5rem;
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem;
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem;
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}

.py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem;
}

.py-10{
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}

.py-12{
  padding-top:3rem;
  padding-bottom:3rem;
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem;
}

.py-20{
  padding-top:5rem;
  padding-bottom:5rem;
}

.py-24{
  padding-top:6rem;
  padding-bottom:6rem;
}

.py-32{
  padding-top:8rem;
  padding-bottom:8rem;
}

.py-36{
  padding-top:9rem;
  padding-bottom:9rem;
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
}

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem;
}

.pt-5{
  padding-top:1.25rem;
}

.pt-9{
  padding-top:2.25rem;
}

.pt-10{
  padding-top:2.5rem;
}

.pt-12{
  padding-top:3rem;
}

.pt-20{
  padding-top:5rem;
}

.pr-5{
  padding-right:1.25rem;
}

.pb-5{
  padding-bottom:1.25rem;
}

.pb-8{
  padding-bottom:2rem;
}

.pb-10{
  padding-bottom:2.5rem;
}

.pb-16{
  padding-bottom:4rem;
}

.pb-20{
  padding-bottom:5rem;
}

.pb-36{
  padding-bottom:9rem;
}

.pl-3{
  padding-left:0.75rem;
}

.pl-5{
  padding-left:1.25rem;
}

.pl-10{
  padding-left:2.5rem;
}

.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.text-right{
  text-align:right;
}

.text-justify{
  text-align:justify;
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem;
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
}

.text-base{
  font-size:1rem;
  line-height:1.5rem;
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem;
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem;
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem;
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem;
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem;
}

.font-light{
  font-weight:300;
}

.font-normal{
  font-weight:400;
}

.font-medium{
  font-weight:500;
}

.font-semibold{
  font-weight:600;
}

.font-bold{
  font-weight:700;
}

.capitalize{
  text-transform:capitalize;
}

.leading-none{
  line-height:1;
}

.leading-loose{
  line-height:2;
}

.text-black{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity:1;
  color:rgba(239, 248, 249, var(--tw-text-opacity));
}

.text-blue-200{
  --tw-text-opacity:1;
  color:rgba(11, 75, 88, var(--tw-text-opacity));
}

.text-blue-300{
  --tw-text-opacity:1;
  color:rgba(17, 87, 102, var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity:1;
  color:rgba(2, 58, 89, var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity:1;
  color:rgba(70, 178, 200, var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity:1;
  color:rgba(110, 126, 130, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover{
  --tw-text-opacity:1;
  color:rgba(17, 87, 102, var(--tw-text-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity:1;
  color:rgba(70, 178, 200, var(--tw-text-opacity));
}

.underline{
  text-decoration:underline;
}

.opacity-50{
  opacity:0.5;
}

.hover\:opacity-100:hover{
  opacity:1;
}

*, ::before, ::after{
  --tw-shadow:0 0 #0000;
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px;
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px;
}

*, ::before, ::after{
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.transition{
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.duration-75{
  transition-duration:75ms;
}

.duration-150{
  transition-duration:150ms;
}

.duration-200{
  transition-duration:200ms;
}

.duration-300{
  transition-duration:300ms;
}

.duration-500{
  transition-duration:500ms;
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

html{
  scroll-behavior:smooth
}

@font-face{
  font-family:"BRSonoma";

  src:local("BR Sonoma"),url(/_nuxt/fonts/BrinkBRSonomaRegular.53b8b4d.otf);

  font-weight:400;

  font-display:swap
}

@font-face{
  font-family:"BRSonoma";

  src:local("BR Sonoma Medium"),url(/_nuxt/fonts/BrinkBRSonomaMedium.fc50ec1.otf);

  font-weight:500;

  font-display:swap
}

@font-face{
  font-family:"BRSonoma";

  src:local("BR Sonoma SemiBold"),url(/_nuxt/fonts/BrinkBRSonomaSemiBold.689e18a.otf);

  font-weight:600;

  font-display:swap
}

@font-face{
  font-family:"BRSonoma";

  src:local("BR Sonoma Bold"),url(/_nuxt/fonts/BrinkBRSonomaBold.f9f740a.otf);

  font-weight:700;

  font-display:swap
}

@media (min-width: 640px){
  .sm\:-left-6{
    left:-1.5rem;
  }

  .sm\:mt-0{
    margin-top:0px;
  }

  .sm\:mr-5{
    margin-right:1.25rem;
  }

  .sm\:mb-0{
    margin-bottom:0px;
  }

  .sm\:ml-0{
    margin-left:0px;
  }

  .sm\:block{
    display:block;
  }

  .sm\:w-5{
    width:1.25rem;
  }

  .sm\:w-32{
    width:8rem;
  }

  .sm\:w-1\/12{
    width:8.333333%;
  }

  .sm\:w-2\/12{
    width:16.666667%;
  }

  .sm\:w-3\/12{
    width:25%;
  }

  .sm\:w-4\/12{
    width:33.333333%;
  }

  .sm\:w-full{
    width:100%;
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction:row;
  }

  .sm\:flex-nowrap{
    flex-wrap:nowrap;
  }

  .sm\:justify-center{
    justify-content:center;
  }

  .sm\:gap-4{
    gap:1rem;
  }

  .sm\:gap-5{
    gap:1.25rem;
  }

  .sm\:gap-6{
    gap:1.5rem;
  }

  .sm\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

  .sm\:px-8{
    padding-left:2rem;
    padding-right:2rem;
  }

  .sm\:text-left{
    text-align:left;
  }

  .sm\:text-center{
    text-align:center;
  }

  .sm\:text-right{
    text-align:right;
  }

  .sm\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem;
  }

  .sm\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem;
  }

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem;
  }
}

@media (min-width: 768px){
  .md\:my-0{
    margin-top:0px;
    margin-bottom:0px;
  }

  .md\:mt-0{
    margin-top:0px;
  }

  .md\:mt-1{
    margin-top:0.25rem;
  }

  .md\:mt-5{
    margin-top:1.25rem;
  }

  .md\:mt-7{
    margin-top:1.75rem;
  }

  .md\:mt-8{
    margin-top:2rem;
  }

  .md\:mt-28{
    margin-top:7rem;
  }

  .md\:mt-1\.5{
    margin-top:0.375rem;
  }

  .md\:ml-auto{
    margin-left:auto;
  }

  .md\:block{
    display:block;
  }

  .md\:flex{
    display:flex;
  }

  .md\:hidden{
    display:none;
  }

  .md\:h-auto{
    height:auto;
  }

  .md\:w-7{
    width:1.75rem;
  }

  .md\:w-1\/2{
    width:50%;
  }

  .md\:w-2\/5{
    width:40%;
  }

  .md\:w-3\/5{
    width:60%;
  }

  .md\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction:row;
  }

  .md\:flex-row-reverse{
    flex-direction:row-reverse;
  }

  .md\:items-start{
    align-items:flex-start;
  }

  .md\:gap-28{
    gap:7rem;
  }

  .md\:rounded-3xl{
    border-radius:1.5rem;
  }

  .md\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

  .md\:px-8{
    padding-left:2rem;
    padding-right:2rem;
  }

  .md\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem;
  }

  .md\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }

  .md\:py-44{
    padding-top:11rem;
    padding-bottom:11rem;
  }

  .md\:pb-20{
    padding-bottom:5rem;
  }

  .md\:text-left{
    text-align:left;
  }

  .md\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem;
  }

  .md\:text-2xl{
    font-size:1.5rem;
    line-height:2rem;
  }

  .md\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem;
  }

  .md\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem;
  }

  .md\:text-5xl{
    font-size:3rem;
    line-height:1;
  }
}

@media (min-width: 1024px){
  .lg\:mt-0{
    margin-top:0px;
  }

  .lg\:block{
    display:block;
  }

  .lg\:flex{
    display:flex;
  }

  .lg\:hidden{
    display:none;
  }

  .lg\:h-40{
    height:10rem;
  }

  .lg\:w-1\/2{
    width:50%;
  }

  .lg\:justify-start{
    justify-content:flex-start;
  }

  .lg\:justify-center{
    justify-content:center;
  }

  .lg\:gap-6{
    gap:1.5rem;
  }

  .lg\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem;
  }

  .lg\:pt-14{
    padding-top:3.5rem;
  }

  .lg\:pb-20{
    padding-bottom:5rem;
  }

  .lg\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem;
  }

  .lg\:text-5xl{
    font-size:3rem;
    line-height:1;
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position:absolute;
  }

  .xl\:flex{
    display:flex;
  }

  .xl\:gap-20{
    gap:5rem;
  }

  .xl\:px-20{
    padding-left:5rem;
    padding-right:5rem;
  }

  .xl\:py-0{
    padding-top:0px;
    padding-bottom:0px;
  }

  .xl\:text-5xl{
    font-size:3rem;
    line-height:1;
  }
}

@media (min-width: 1536px){
}
/*purgecss start ignore*/
.nuxt-progress{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:2px;
  width:0;
  opacity:1;
  transition:width .1s,opacity .4s;
  background-color:#000;
  z-index:999999
}
.nuxt-progress.nuxt-progress-notransition{
  transition:none
}
.nuxt-progress-failed{
  background-color:red
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.background[data-v-006b9d2a]{
  background-color:#275664;
  background-image:url(/img/mask.svg);
  background-size:cover;
  background-position:50%
}

/*purgecss end ignore*/</style>
  </head>
  <body >
    <div data-server-rendered="true" id="__nuxt"><!----><div id="__layout"><div class="relative app min-h-screen flex flex-col"><div class="fixed z-40 w-full"><header class="bg-blue-200 transition-all duration-500 ease-in-out py-4"><a href="https://youverify.co/blog/youverify-makes-2023-regtech100-list" class="max-w-screen-xl mx-auto px-6 flex gap-2 sm:gap-4 items-center justify-center"><div class="transition-all duration-500 ease-in-out w-14"><img src="/_nuxt/img/regtech100.e3ecfcb.png" alt class="w-full"></div> <div><h1 class="text-center text-blue-100 transition-all duration-500 ease-in-out text-lg sm:text-2xl">
        Youverify is a 2023 RegTech100 Company
      </h1></div> <div><svg slot="append" viewBox="0 0 20 20" fill="none" class="w-8"><path d="M6 10H14" stroke="#EFF8F9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 6L14 10L10 14" stroke="#EFF8F9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></header> <header><nav class="hidden lg:block py-5 bg-white"><section class="max-w-screen-xl mx-auto px-6"><div class="flex justify-between items-center text-blue-300"><div><a aria-current="page" href="https://youverify.co/"><img src="/_nuxt/img/youverify.3f97dd2.svg" alt="Youverify" class="w-32"></a></div> <ul class="flex gap-12"><li class="group relative"><span class="font-medium text-base cursor-pointer hover:text-blue duration-200 py-4">
              Products
            </span> <div class="rounded-2xl absolute -left-40 top-11 overflow-hidden hidden group-hover:flex" style="box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)"><div class="absolute -top-3 left-32"><svg width="12px" height="12px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon fill="#fff" stroke="#000" stroke-width="2" points="22 4 12 16 2 4" transform="matrix(1 0 0 -1 0 20)"></polygon></svg></div> <div class="bg-white pt-9 pb-8 pl-10" style="min-width: 335px"><ul class="space-y-1 mb-16"><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Risk Intelligence Solution</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Know Your Transaction (KYT)</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Know Your Business (KYB)</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Know Your Employee (KYE)</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Know Your Customer (KYC)</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Workflow Automation Tools</a></li></ul> <a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Get Started
  </span> </a></div> <div class="bg-blue-100 pt-9 px-10 w-auto" style="min-width: 354px"><ul><li class="hover:opacity-100 opacity-50"><a href="https://youverify.co/product/customer-risk-assessment" class="cursor-pointer font-medium capitalize">
                      Customer Risk Assessment</a></li></ul> <!----></div> <!----></div></li><li class="group relative"><span class="font-medium text-base cursor-pointer hover:text-blue duration-200 py-4">
              Solutions
            </span> <div class="rounded-2xl absolute -left-40 top-11 overflow-hidden hidden group-hover:flex" style="box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)"><div class="absolute -top-3 left-32"><svg width="12px" height="12px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon fill="#fff" stroke="#000" stroke-width="2" points="22 4 12 16 2 4" transform="matrix(1 0 0 -1 0 20)"></polygon></svg></div> <div class="bg-white pt-9 pb-8 pl-10" style="min-width: 335px"><ul class="space-y-1 mb-16"><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/solutions/customer-verification" class="font-medium cursor-pointer capitalize">
                      Customer Verification</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/solutions/business-verification" class="font-medium cursor-pointer capitalize">
                      Business Verification</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/solutions/compliance-management" class="font-medium cursor-pointer capitalize">
                      Compliance Management</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/solutions/risk-management" class="font-medium cursor-pointer capitalize">
                      Risk Management</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="#" class="font-medium cursor-pointer capitalize">
                      Use Cases</a></li></ul> <a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Get Started
  </span> </a></div> <div class="bg-blue-100 pt-9 px-10 w-auto" style="min-width: 354px"><ul><li class="hover:opacity-100 opacity-50"><a href="https://youverify.co/product/customer-risk-assessment" class="cursor-pointer font-medium capitalize">
                      Customer Risk Assessment</a></li></ul> <!----></div> <!----></div></li><li class="group relative"><span class="font-medium text-base cursor-pointer hover:text-blue duration-200 py-4">
              Resources
            </span> <div class="rounded-2xl absolute -left-40 top-11 overflow-hidden hidden group-hover:flex" style="box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)"><div class="absolute -top-3 left-32"><svg width="12px" height="12px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon fill="#fff" stroke="#000" stroke-width="2" points="22 4 12 16 2 4" transform="matrix(1 0 0 -1 0 20)"></polygon></svg></div> <div class="bg-white pt-9 pb-8 pl-10" style="min-width: 335px"><ul class="space-y-1 mb-16"><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/blogs" class="font-medium cursor-pointer capitalize">
                      Blog</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/resources/aml-cft-legislation" class="font-medium cursor-pointer capitalize">
                      Global AML/CFT Legislation</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/industry/reports" class="font-medium cursor-pointer capitalize">
                      Industry Report</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/resources/compliance-guides-and-reports" class="font-medium cursor-pointer capitalize">
                      Compliance Guides &amp; Reports</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/resources/faqs" class="font-medium cursor-pointer capitalize">
                      FAQs</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/resources/case-studies" class="font-medium cursor-pointer capitalize">
                      Case Studies</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/resources/developer" class="font-medium cursor-pointer capitalize">
                      Developer portal</a></li></ul> <a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Get Started
  </span> </a></div> <div class="bg-blue-100 pt-9 px-10 w-auto" style="min-width: 354px"><ul><li class="hover:opacity-100 opacity-50"><a href="https://youverify.co/product/customer-risk-assessment" class="cursor-pointer font-medium capitalize">
                      Customer Risk Assessment</a></li></ul> <!----></div> <!----></div></li><li class="group relative"><span class="font-medium text-base cursor-pointer hover:text-blue duration-200 py-4">
              Company
            </span> <div class="rounded-2xl absolute -left-40 top-11 overflow-hidden hidden group-hover:flex" style="box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)"><div class="absolute -top-3 left-32"><svg width="12px" height="12px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon fill="#fff" stroke="#000" stroke-width="2" points="22 4 12 16 2 4" transform="matrix(1 0 0 -1 0 20)"></polygon></svg></div> <div class="bg-white pt-9 pb-8 pl-10" style="min-width: 335px"><ul class="space-y-1 mb-16"><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/about-us" class="font-medium cursor-pointer capitalize">
                      About us</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/compliance-certifications" class="font-medium cursor-pointer capitalize">
                      Compliance Certifications</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/press-room" class="font-medium cursor-pointer capitalize">
                      Press &amp; Media</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/partners" class="font-medium cursor-pointer capitalize">
                      Partners</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/careers" class="font-medium cursor-pointer capitalize">
                      Careers</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://youverify.co/company/contact-us" class="font-medium cursor-pointer capitalize">
                      Contact Us</a></li><li class="opacity-50 hover:opacity-100 duration-150 ease-in-out"><a href="https://startup.youverify.co/" class="font-medium cursor-pointer capitalize">
                      Startup Accelerator</a></li></ul> <a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Get Started
  </span> </a></div> <div class="bg-blue-100 pt-9 px-10 w-auto" style="min-width: 354px"><ul><li class="hover:opacity-100 opacity-50"><a href="https://youverify.co/product/customer-risk-assessment" class="cursor-pointer font-medium capitalize">
                      Customer Risk Assessment</a></li></ul> <!----></div> <!----></div></li></ul> <div><a target="_self" href="https://os.youverify.co/auth/login" class="bg-transparent text-blue hover:text-blue-300 font-medium rounded-md py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Login
  </span> </a> <a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Sign up
  </span> </a></div></div></section></nav> <nav class="lg:hidden bg-white text-blue"><section class="flex justify-between items-center px-6 py-6"><div><a aria-current="page" href="/"><img src="/_nuxt/img/youverify.3f97dd2.svg" alt="Youverify" class="w-24"></a></div> <div><button><svg width="24" height="16" viewBox="0 0 24 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.25 8H2" stroke="#46B2C8" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M22.25 2H2" stroke="#46B2C8" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M22.25 14H2" stroke="#46B2C8" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></div></section> <div class="h-screen overflow-scroll pb-36 hidden"><ul><div class="p-6" style="border-bottom: 1px solid #c2e2e9"><li class="flex justify-between items-center"><a href="#" class="font-medium text-xl text-blue-900">
              Products
            </a> <svg width="32px" height="32px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transform duration-200 ease-in-out rotate-0"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 8.96967C16.8232 9.26256 16.8232 9.73744 16.5303 10.0303L12.5303 14.0303C12.2374 14.3232 11.7626 14.3232 11.4697 14.0303L7.46967 10.0303C7.17678 9.73744 7.17678 9.26256 7.46967 8.96967C7.76256 8.67678 8.23744 8.67678 8.53033 8.96967L12 12.4393L15.4697 8.96967C15.7626 8.67678 16.2374 8.67678 16.5303 8.96967Z" fill="#115766"></path></svg></li> <!----></div><div class="p-6" style="border-bottom: 1px solid #c2e2e9"><li class="flex justify-between items-center"><a href="#" class="font-medium text-xl text-blue-900">
              Solutions
            </a> <svg width="32px" height="32px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transform duration-200 ease-in-out rotate-0"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 8.96967C16.8232 9.26256 16.8232 9.73744 16.5303 10.0303L12.5303 14.0303C12.2374 14.3232 11.7626 14.3232 11.4697 14.0303L7.46967 10.0303C7.17678 9.73744 7.17678 9.26256 7.46967 8.96967C7.76256 8.67678 8.23744 8.67678 8.53033 8.96967L12 12.4393L15.4697 8.96967C15.7626 8.67678 16.2374 8.67678 16.5303 8.96967Z" fill="#115766"></path></svg></li> <!----></div><div class="p-6" style="border-bottom: 1px solid #c2e2e9"><li class="flex justify-between items-center"><a href="#" class="font-medium text-xl text-blue-900">
              Resources
            </a> <svg width="32px" height="32px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transform duration-200 ease-in-out rotate-0"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 8.96967C16.8232 9.26256 16.8232 9.73744 16.5303 10.0303L12.5303 14.0303C12.2374 14.3232 11.7626 14.3232 11.4697 14.0303L7.46967 10.0303C7.17678 9.73744 7.17678 9.26256 7.46967 8.96967C7.76256 8.67678 8.23744 8.67678 8.53033 8.96967L12 12.4393L15.4697 8.96967C15.7626 8.67678 16.2374 8.67678 16.5303 8.96967Z" fill="#115766"></path></svg></li> <!----></div><div class="p-6" style="border-bottom: 1px solid #c2e2e9"><li class="flex justify-between items-center"><a href="#" class="font-medium text-xl text-blue-900">
              Company
            </a> <svg width="32px" height="32px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transform duration-200 ease-in-out rotate-0"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 8.96967C16.8232 9.26256 16.8232 9.73744 16.5303 10.0303L12.5303 14.0303C12.2374 14.3232 11.7626 14.3232 11.4697 14.0303L7.46967 10.0303C7.17678 9.73744 7.17678 9.26256 7.46967 8.96967C7.76256 8.67678 8.23744 8.67678 8.53033 8.96967L12 12.4393L15.4697 8.96967C15.7626 8.67678 16.2374 8.67678 16.5303 8.96967Z" fill="#115766"></path></svg></li> <!----></div> <div class="mt-12 px-6"><a target="_self" href="https://os.youverify.co/auth/create-account" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out"> <span>
    Sign Up
  </span> </a></div></ul></div></nav></header></div> <div class="flex-grow"><div class="pt-20" data-v-006b9d2a><div class="pt-12 pb-20 mt-28 bg-white" data-v-006b9d2a><div class="px-4 md:px-8 max-w-screen-xl mx-auto flex flex-col-reverse md:flex-row justify-between items-center gap-12 md:gap-28"><div class="md:w-3/5 flex flex-col items-center md:items-start"><div class="py-2 px-5 font-medium text-blue rounded capitalize" style="background-color: #c2e2e9">
        Startup Accelerator
      </div> <h1 class="font-semibold text-2xl text-center md:text-left md:text-3xl lg:text-5xl mt-4 text-blue-300">
        Welcome to the YV Startup Program
      </h1> <p class="text-center md:text-left my-6">
        Our ID document verification KYC (Know Your Customer) service provides a fast and secure way for businesses to verify the identity of their customers. Quickly and easily verify customer government-issued ID documents by scanning and autAccelerate your growth with the Youverify Operating System (YV OS) for your entire compliance need, customer onboarding, identity/address verification, and fraud detection.
      </p> <div class="flex flex-wrap gap-4 sm:gap-5" data-v-006b9d2a><a target="_self" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out" data-v-006b9d2a> <span>
    Learn more
  </span> </a> <a target="_self" href="https://forms.gle/QKtyRF26Jcrzgbny6" class="border-2 border-blue-300 text-blue-300 hover:bg-grey-300 font-medium rounded py-2.5 px-5 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out" data-v-006b9d2a> <span>
    Get early access
  </span> <svg viewBox="0 0 20 20" fill="none" class="w-5 ml-2" data-v-006b9d2a><path d="M6 10H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path> <path d="M10 6L14 10L10 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path></svg></a></div></div> <div class="h-72 md:h-auto md:w-2/5"><img src="/_nuxt/img/hero-image.72a3d43.svg" class="h-full md:ml-auto"></div></div></div> <section class="bg-blue-300 py-24 relative z-0" data-v-006b9d2a><div class="px-4 md:px-8 max-w-screen-xl mx-auto" data-v-006b9d2a><div class="absolute bottom-0 right-0 z-10 hidden md:block" style="height: 810px" data-v-006b9d2a><img src="/img/world.svg" alt class="h-full" data-v-006b9d2a></div> <div class="md:w-1/2 font-medium text-center md:text-left relative z-20" data-v-006b9d2a><h1 class="font-semibold text-white text-4xl" data-v-006b9d2a>
          Youverify Startup Program
        </h1> <h4 class="text-2xl text-white" data-v-006b9d2a>
          We'll help you achieve your goals faster
        </h4> <p class="mt-8 text-xl text-white" data-v-006b9d2a>
          Youverify OS credits will enable selected startups to onboard and
          verify up to 10,000 users at no cost - a good support to grow your
          business.
        </p> <div class="mt-20 space-y-16" data-v-006b9d2a><div class="flex gap-7 flex-col md:flex-row items-center" data-v-006b9d2a><div class="flex items-center justify-center w-full h-16 border-white border rounded-full" style="max-width: 64px" data-v-006b9d2a><div class="flex transform transition-all duration-300" style="height:21.6px;width:21.6px;" data-v-77cddb92 data-v-006b9d2a><img src="/img/icons/money-bag.svg" class="flex-1" data-v-77cddb92></div></div> <div data-v-006b9d2a><h1 class="font-normal text-xl text-white" data-v-006b9d2a>
                $2,000 YV OS Credits
              </h1> <p class="text-xl font-normal text-white" data-v-006b9d2a>Get up to $2,000 free Youverify OS credits. Onboard and verify up to 10,000 users at no cost</p></div></div><div class="flex gap-7 flex-col md:flex-row items-center" data-v-006b9d2a><div class="flex items-center justify-center w-full h-16 border-white border rounded-full" style="max-width: 64px" data-v-006b9d2a><div class="flex transform transition-all duration-300" style="height:21.6px;width:21.6px;" data-v-77cddb92 data-v-006b9d2a><img src="/img/icons/mentorship.svg" class="flex-1" data-v-77cddb92></div></div> <div data-v-006b9d2a><h1 class="font-normal text-xl text-white" data-v-006b9d2a>
                Mentorship and Support
              </h1> <p class="text-xl font-normal text-white" data-v-006b9d2a>Dedicated technical adviser for one-on-one consulting. Learn best practices from industry experts</p></div></div><div class="flex gap-7 flex-col md:flex-row items-center" data-v-006b9d2a><div class="flex items-center justify-center w-full h-16 border-white border rounded-full" style="max-width: 64px" data-v-006b9d2a><div class="flex transform transition-all duration-300" style="height:21.6px;width:21.6px;" data-v-77cddb92 data-v-006b9d2a><img src="/img/icons/community.svg" class="flex-1" data-v-77cddb92></div></div> <div data-v-006b9d2a><h1 class="font-normal text-xl text-white" data-v-006b9d2a>
                Marketing and Community
              </h1> <p class="text-xl font-normal text-white" data-v-006b9d2a>Brand spotlighting and co-marketing opportunities. Collaborate, grow and become part of a community</p></div></div></div></div></div></section> <section class="py-36 px-4 max-w-screen-xl mx-auto flex flex-col-reverse md:flex-row justify-between items-center gap-10 xl:gap-20" data-v-006b9d2a><div class="w-full" data-v-006b9d2a><h1 class="font-semibold text-3xl xl:text-5xl" data-v-006b9d2a>The Shield Podcast</h1> <p class="my-8 text-lg lg:text-xl" data-v-006b9d2a>
        Tune in to The Shield podcast, as we explore practical and tactical
        insights from industry partners, founders, investors, and business
        leaders to help scale your startup. <br data-v-006b9d2a>
        Also, get an opportunity to get featured in our interview segment
        alongside industry leaders as they talk about their career journey and
        winning strategies.
      </p> <a href="https://anchor.fm/youverify" target="_blank" class="inline" data-v-006b9d2a><button target="_self" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out" data-v-006b9d2a> <span>
    Subscribe
  </span> <svg viewBox="0 0 20 20" fill="none" class="w-8 ml-2" data-v-006b9d2a><path d="M6 10H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path> <path d="M10 6L14 10L10 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path></svg></button></a></div> <div class="w-full h-72 md:h-auto" data-v-006b9d2a><img src="/img/podcast.svg" alt class="h-full mx-auto" data-v-006b9d2a></div></section> <section class="bg-blue-100 py-24" data-v-006b9d2a><div class="px-4 max-w-screen-xl mx-auto flex flex-col-reverse md:flex-row-reverse justify-between items-center gap-10 xl:gap-20" data-v-006b9d2a><div class="w-full" data-v-006b9d2a><h1 class="font-semibold text-3xl xl:text-5xl" data-v-006b9d2a>Knowledge Sharing</h1> <p class="text-lg lg:text-xl my-8" data-v-006b9d2a>
          Exclusive access to future Youverify events and product launches,
          with access to networking sessions to meet and connect with top
          stakeholders and market leaders in the African business ecosystem.
        </p> <div class="flex flex-wrap gap-4 sm:gap-6" data-v-006b9d2a><a target="_self" href="https://forms.gle/QKtyRF26Jcrzgbny6" class="bg-blue text-white hover:bg-blue-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out" data-v-006b9d2a> <span>
    Apply Now
  </span> </a> <a target="_self" class="border-2 border-blue-300 text-blue-300 hover:bg-grey-300 font-medium rounded py-4 px-9 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out" data-v-006b9d2a> <span>
    How it works
  </span> <svg viewBox="0 0 20 20" fill="none" class="w-5 ml-2" data-v-006b9d2a><path d="M6 10H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path> <path d="M10 6L14 10L10 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-006b9d2a></path></svg></a></div></div> <div class="w-full h-72 md:h-auto" data-v-006b9d2a><img src="/img/people.svg" alt class="h-full mx-auto" data-v-006b9d2a></div></div></section></div></div> <footer class="bg-blue-300 pt-20"><div class="max-w-screen-xl mx-auto md:px-8 px-4"><section><div class="mb-20 rounded-xl lg:h-40 flex justify-center items-center duration-150 ease-in-out bg-blue"><div class="lg:flex w-full justify-between items-center py-5 xl:py-0 px-5 lg:px-10 xl:px-20"><h2 class="text-2xl lg:w-1/2 duration-150 ease-in-out text-white">
        Subscribe to our newsletter
      </h2> <div class="sm:w-full lg:w-1/2"><form class="mt-10 md:mt-5 lg:mt-0 md:flex gap-4"><div class="w-full flex gap-4 px-4 sm:px-6 py-2.5 font-semibold rounded-lg outline-none border border-white text-blue-900 bg-blue-150"><img src="/_nuxt/img/email.2b1fceb.svg" alt class="w-4 md:w-7"> <input placeholder="Enter your email" type="email" required="required" value="" class="focus:outline-none bg-transparent w-full"></div> <button target="_self" disabled="disabled" class="mt-2 md:mt-0 bg-white text-blue-300 border border-transparent hover:border-white hover:bg-transparent hover:text-white font-medium rounded py-2.5 px-5 text-sm inline-flex items-center justify-center focus:outline-none flex-shrink-0 duration-200 ease-in-out cursor-not-allowed cursor-not-allowed"> <span>
    Subscribe
  </span> </button></form> <div class="flex items-center mt-3.5 md:mt-1.5 gap-2 cursor-pointer"><input type="checkbox" id="checkbox"> <label for="checkbox" class="text-white leading-none" style="font-size: 9px">I agree to receive emails on real-time product updates, industry
            tips, news and guides</label></div></div></div></div></section> <section class="md:flex pb-10 space-between"><div class="xl:flex w-full"><div class="grid grid-cols-1 gap-16 xl:flex w-full justify-between"><div><h4 class="text-2xl text-white">Products</h4> <hr class="border-white mb-8 mt-4"> <div class="grid grid-cols-1 sm:grid-cols-2 gap-6"><div class="space-y-6"><div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Know Your Customer (KYC)
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/kyc/id-document-verification">
                    ID Document verification</a></li> <li><a href="https://youverify.co/product/kyc/id-data-matching">
                    ID Data Matching</a></li> <li><a href="https://youverify.co/product/kyc/adverse-media-screening">
                    Adverse Media Screening</a></li> <li><a href="https://youverify.co/product/kyc/address-verification">
                    Address Verification</a></li> <li><a href="https://youverify.co/product/kyc/biometrics-verification">
                    Biometrics verification</a></li> <li><a href="https://youverify.co/product/kyc/liveness-detection">
                    Liveness Detection</a></li> <li><a href="https://youverify.co/product/kyc/bank-account-verification">
                    Bank Account Verification</a></li> <li><a href="https://youverify.co/product/kyc/phone-intelligence-and-verification">
                    Phone Intelligence &amp; Verification</a></li> <li><a href="https://youverify.co/product/kyc/pep-and-sanction-screening">
                    PEP &amp; Sanction Screening</a></li> <li><a href="https://youverify.co/product/kyc/customer-credit-check">
                    Consumer Credit Report</a></li> <li class="text-blue"><a href="https://youverify.co/product/kyc/pricing">
                    See pricing</a></li></ul></div> <div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Know Your Business (KYB)
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/kyb/business-verification">Business Verification</a></li> <li><a href="https://youverify.co/product/kyb/business-address-verification">Address verification</a></li> <li><a href="https://youverify.co/product/kyb/business-identity-verification">Identity verification</a></li> <li><a href="https://youverify.co/product/kyb/sanction-list">Sanction List</a></li> <li class="text-blue"><a href="https://youverify.co/product/kyb/pricing">
                    See pricing</a></li></ul></div> <div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Risk Intelligence Solution
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/customer-risk-assessment">Customer Risk Assessment</a></li></ul></div></div> <div class="space-y-6"><div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Know Your Employee (KYE)
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/kye/address-verification">Address verification</a></li> <li><a href="https://youverify.co/product/kye/professional-certificate-verification">Professional Certificate verification</a></li> <li><a href="https://youverify.co/product/kye/education-verification">Education Verification</a></li> <li><a href="https://youverify.co/product/kye/employment-record-check">Employment Record Check</a></li> <li><a href="https://youverify.co/product/kye/reference-check">Reference Check</a></li> <li><a href="https://youverify.co/product/kye/employee-credit-check">Credit Check</a></li> <li class="text-blue"><a href="https://youverify.co/product/kye/pricing">
                    See pricing</a></li></ul></div> <div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Know Your Transaction (KYT)
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/kyt/transaction-monitoring-solution">Transaction monitoring</a></li> <li><a href="https://youverify.co/product/kyt/transaction-screening-solution">Transaction screening</a></li> <li><a href="https://youverify.co/product/kyt/crypto-monitoring-solution">Crypto Monitoring</a></li> <li class="text-blue"><a href="https://youverify.co/product/kyt/pricing">
                    See pricing</a></li></ul></div> <div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                  Workflow Automation Tools
                </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/product/workflow-builder">Workflow Builder</a></li> <li><a href="https://youverify.co/product/youid">YouID</a></li> <li><a href="https://youverify.co/product/youid-for-business">YouID For Business</a></li></ul></div></div></div></div> <div><h4 class="text-2xl text-white">Solutions</h4> <hr class="border-white mb-8 mt-4"> <div class="grid grid-cols-1 gap-6"><div><ul class="text-white text-xs space-y-2.5"><li><a href="https://youverify.co/solutions/customer-verification">Customer Verification</a></li> <li><a href="https://youverify.co/solutions/business-verification">Business Verification</a></li> <li><a href="https://youverify.co/solutions/compliance-management">Compliance Management</a></li> <li><a href="https://youverify.co/solutions/risk-management">Risk Management</a></li></ul></div> <div><div class="bg-blue-150 rounded w-fit"><h5 class="text-blue text-xs font-semibold py-2.5 px-5">
                Use Cases
              </h5></div> <ul class="mt-4 text-white text-xs space-y-2.5"><li><a href="https://youverify.co/solutions/use-case/banks">Banks</a></li> <li><a href="https://youverify.co/solutions/use-case/fintech">Fintech</a></li> <li><a href="https://youverify.co/solutions/use-case/crypto">Crypto</a></li> <li><a href="https://youverify.co/solutions/use-case/gig-economy">Gig Economy</a></li> <li><a href="https://youverify.co/solutions/use-case/trading">Trading</a></li> <li><a href="https://youverify.co/solutions/use-case/marketplace-and-community">Marketplaces</a></li> <li><a href="https://youverify.co/solutions/use-case/gaming-and-casino">Gaming and Casino</a></li> <li><a href="https://youverify.co/solutions/use-case/nbfi">NBFI</a></li></ul></div></div></div> <div><h4 class="text-2xl text-white">Resources</h4> <hr class="border-white mb-8 mt-4"> <div class="grid grid-cols-1 gap-6"><div><ul class="text-white text-xs space-y-2.5"><li><a href="https://youverify.co/blogs">Blog</a></li> <li><a href="https://youverify.co/resources/aml-cft-legislation">
                  Global AML/CFT Legislation
                </a></li> <li><a href="https://youverify.co/industry/reports">
                  Industry Report
                </a></li> <li><a href="https://youverify.co/resources/case-studies">
                  Compliance Guides &amp; Reports
                </a></li> <li><a href="https://youverify.co/resources/faqs"> FAQs </a></li> <li>Case Studies</li> <li><a href="https://youverify.co/resources/developer">Developer Portal</a></li> <li><a href="https://youverify.co/product/data-sources">Data Sources</a></li></ul></div></div></div> <div class="relative"><h4 class="text-2xl text-white">Company</h4> <hr class="border-white mb-8 mt-4"> <div class="grid grid-cols-2 md:grid-cols-1 gap-10"><div><ul class="text-white text-xs space-y-2.5"><li><a href="https://youverify.co/company/about-us"> About Us</a></li> <li><a href="https://youverify.co/company/compliance-certifications">
                  Compliance Certifications</a></li> <li><a href="https://youverify.co/company/press-room">
                  Press &amp; Media</a></li> <li><a href="https://youverify.co/company/partners"> Partners</a></li> <li><a href="https://youverify.co/company/careers"> Careers</a></li> <li><a href="https://youverify.co/company/contact-us">
                  Contact Us</a></li> <li><a href="https://startup.youverify.co/">
                  Startup Accelerator</a></li></ul></div> <ul class="text-white text-xs space-y-2.5 md:mt-5"><li><a href="https://youverify.co/privacy-policy">Privacy Policy</a></li> <li><a href="https://youverify.co/terms-of-use">Terms of Use</a></li> <li><a href="https://youverify.co/cookies">Cookies Policy</a></li> <li><a href="https://drive.google.com/file/d/1JjKOQvCUubv_lR6QyJGonY2-3Nt_kkWZ/view?usp=share_link" target="_blank">
                PAIA Manual</a></li> <li><a href="https://youverify.co/gdpr">GDPR Compliance Statement</a></li></ul></div> <div class="xl:absolute bottom-0 mt-10"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQyIiBoZWlnaHQ9IjUyIiB2aWV3Qm94PSIwIDAgMTQyIDUyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj4KPHBhdGggZD0iTTEyNC4yMDggNTAuNjQwMUwxMzkuMDUzIDQwLjc0MzZDMTQwLjg0NSAzOS41MjQ1IDE0MS45MjEgMzcuNTE2NSAxNDEuOTIxIDM1LjM2NTFWNi41MzYyNUMxNDEuOTIxIDIuOTUwNTcgMTM5LjA1MyAwLjA4MjAzMTIgMTM1LjQ2NyAwLjA4MjAzMTJINi40NTQyMkMyLjg2ODU0IDAuMDgyMDMxMiAwIDIuOTUwNTcgMCA2LjUzNjI1VjM1Ljg2NzFWMzguNzM1NlY0NS4xODk5QzAgNDguNzc1NSAyLjg2ODU0IDUxLjY0NDEgNi40NTQyMiA1MS42NDQxSDEyMC42MjJDMTIxLjkxMyA1MS43MTU4IDEyMy4yMDQgNTEuMzU3MiAxMjQuMjA4IDUwLjY0MDFaIiBmaWxsPSIjNDZCMkM4Ii8+CjxwYXRoIGQ9Ik0yNC4yMzkyIDEyLjk5MDdMMTkuMjkxIDI4Ljk4MjhWMzguODA3NkgxNi43ODFWMjguOTgyOEwxMi4xMTk2IDEyLjk5MDdIMTQuNzAxM0wxOC4wMDAxIDI0LjQ2NDlMMjEuNTg1OCAxMi45OTA3SDI0LjIzOTJaIiBmaWxsPSIjQzdFOEVGIi8+CjxwYXRoIGQ9Ik0zNy4zNjI4IDE2LjM2MDhWMzUuNDM2NkMzNy4zNjI4IDM3LjE1NzcgMzYuMDcyIDM4LjU5MiAzNC4zNTA4IDM4LjgwNzFDMzQuMjA3NCAzOC44MDcxIDM0LjEzNTcgMzguODA3MSAzMy45OTIzIDM4LjgwNzFIMjkuNTQ2QzI5LjQwMjYgMzguODA3MSAyOS4yNTkyIDM4LjgwNzEgMjkuMTg3NCAzOC44MDcxQzI3LjQ2NjMgMzguNTkyIDI2LjE3NTUgMzcuMTU3NyAyNi4xNzU1IDM1LjQzNjZWMTYuMzYwOEMyNi4xNzU1IDE0LjQ5NjIgMjcuNjgxNSAxMi45OTAyIDI5LjU0NiAxMi45OTAySDMzLjk5MjNDMzUuODU2OCAxMi45OTAyIDM3LjM2MjggMTQuNDk2MiAzNy4zNjI4IDE2LjM2MDhaTTM0Ljg1MjggMTYuMzYwOEMzNC44NTI4IDE1Ljg1ODggMzQuNDIyNSAxNS41MDAyIDMzLjk5MjMgMTUuNTAwMkgyOS41NDZDMjkuMDQ0IDE1LjUwMDIgMjguNjg1NSAxNS45MzA1IDI4LjY4NTUgMTYuMzYwOFYzNS40MzY2QzI4LjY4NTUgMzUuOTM4NiAyOS4xMTU3IDM2LjI5NzEgMjkuNTQ2IDM2LjI5NzFIMzMuOTkyM0MzNC40OTQzIDM2LjI5NzEgMzQuODUyOCAzNS44NjY5IDM0Ljg1MjggMzUuNDM2NlYxNi4zNjA4WiIgZmlsbD0iI0M3RThFRiIvPgo8cGF0aCBkPSJNNTEuMTMxOCAzNS43OTUxQzUxLjEzMTggMzcuMzAxMSA0OS45ODQ0IDM4LjU5MiA0OC40Nzg0IDM4LjgwNzFDNDguMzM0OSAzOC44MDcxIDQ4LjI2MzIgMzguODA3MSA0OC4xMTk4IDM4LjgwNzFINDIuODg0N0M0Mi43NDEzIDM4LjgwNzEgNDIuNjY5NiAzOC44MDcxIDQyLjUyNjEgMzguODA3MUM0MS4wMjAyIDM4LjU5MiAzOS44NzI3IDM3LjM3MjggMzkuODcyNyAzNS43OTUxVjEyLjk5MDJINDIuMzgyN1YzNS43OTUxQzQyLjM4MjcgMzYuMDgyIDQyLjU5NzkgMzYuMjk3MSA0Mi44ODQ3IDM2LjI5NzFINDguMTE5OEM0OC40MDY3IDM2LjI5NzEgNDguNjIxOCAzNi4wODIgNDguNjIxOCAzNS43OTUxVjEyLjk5MDJINTEuMTMxOFYzNS43OTUxWiIgZmlsbD0iI0M3RThFRiIvPgo8cGF0aCBkPSJNNjEuOTYwNSAzNi4yOTc2QzYxLjY3MzYgMzcuNzMxOSA2MC40NTQ1IDM4LjczNTkgNTkuMDIwMiAzOC43MzU5QzU3LjU4NiAzOC43MzU5IDU2LjM2NjggMzcuNzMxOSA1Ni4wOCAzNi4yOTc2VjM2LjIyNTlMNTMuMjgzMSAxMi45OTA3SDU1Ljc5MzFMNTguNTE4MiAzNS44Njc0QzU4LjU4OTkgMzYuMTU0MiA1OC44MDUxIDM2LjIyNTkgNTkuMDIwMiAzNi4yMjU5QzU5LjIzNTQgMzYuMjI1OSA1OS40NTA1IDM2LjE1NDIgNTkuNTIyMiAzNS44Njc0TDYyLjMxOTEgMTIuOTkwN0g2NC44MjlMNjEuOTYwNSAzNi4yOTc2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTY5LjQ5MDQgMTUuNTAwMlYyNy41NDgxSDc0LjA4MDFWMzAuMDU4MUg2OS40OTA0VjM2LjI5NzFINzcuMDIwNFYzOC44MDcxSDY2Ljk4MDVWMTIuOTkwMkg3Ni45NDg3VjE1LjUwMDJINjkuNDkwNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05MS45MzY4IDM4LjgwNzFIODguOTI0OEw4Mi45NzI2IDI5Ljg0MjlDODIuNjg1NyAyOS45MTQ2IDgyLjM5ODkgMjkuOTg2NCA4Mi4xMTIgMjkuOTg2NFYzOC44MDcxSDc5LjYwMjFWMTYuMzYwOEM3OS42MDIxIDE0LjQ5NjIgODEuMTA4IDEyLjk5MDIgODIuOTcyNiAxMi45OTAySDg3LjQxODhDODkuMjgzNCAxMi45OTAyIDkwLjc4OTQgMTQuNDk2MiA5MC43ODk0IDE2LjM2MDhWMjAuMDg5OUM5MC43ODk0IDIzLjk2MjQgODguNTY2MiAyNy4zMzI5IDg1LjMzOTEgMjguOTgyNEw5MS45MzY4IDM4LjgwNzFaTTgyLjExMiAyNy40NzY0Qzg1LjYyNiAyNi45MDI3IDg4LjM1MTEgMjMuODE5IDg4LjM1MTEgMjAuMDg5OVYxNi4zNjA4Qzg4LjM1MTEgMTUuODU4OCA4Ny45MjA4IDE1LjUwMDIgODcuNDkwNSAxNS41MDAySDgzLjA0NDNDODIuNTQyMyAxNS41MDAyIDgyLjE4MzcgMTUuOTMwNSA4Mi4xODM3IDE2LjM2MDhMODIuMTEyIDI3LjQ3NjRaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTQuNDQ2OCAxMi45OTAySDk2Ljk1NjhWMzguODA3MUg5NC40NDY4VjEyLjk5MDJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTAyLjQwNyAxNS41MDAyVjI3LjU0ODFIMTA2Ljk5N1YzMC4wNTgxSDEwMi40MDdWMzguODA3MUg5OS44OTcxVjEyLjk5MDJIMTA5Ljg2NVYxNS41MDAySDEwMi40MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIzLjM0NyAxMi45OTAyTDExOC4zOTkgMjguOTgyNFYzOC44MDcxSDExNS44ODlWMjguOTgyNEwxMTEuMjI4IDEyLjk5MDJIMTEzLjgwOUwxMTcuMTA4IDI0LjQ2NDRMMTIwLjY5NCAxMi45OTAySDEyMy4zNDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjE0MS45OTMiIGhlaWdodD0iNTEuNjMzOCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wODIwMzEyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=" alt="Youverify" class="sm:w-32 w-24"></div></div></div></div></section> <hr class="border-white sm:mb-0 mb-4"> <div class="text-white text-left lg:flex justify-between items-center pt-10 pb-10 lg:pt-14 lg:pb-20"><div class="lg:flex"><p class="mt-10 lg:mt-0 text-xs">
      Copyright © 2026 Youverify
    </p></div> <div class="flex space-x-4 lg:justify-center items-center mt-10 lg:mt-0"><p class="text-xs">Follow us on social media:</p> <a href="https://web.facebook.com/youverifyID" target="_blank" class="flex"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NSA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYxNV8yNjg1KSI+CjxwYXRoIGQ9Ik0yMi41IDAuMDI3NTg3OUMxMC4wOTM2IDAuMDI3NTg3OSAwIDEwLjEyMTEgMCAyMi41Mjc2QzAgMzQuOTMzMSAxMC4wOTM2IDQ1LjAyNzYgMjIuNSA0NS4wMjc2QzM0LjkwNTUgNDUuMDI3NiA0NSAzNC45MzMxIDQ1IDIyLjUyNzZDNDUgMTAuMTIxMSAzNC45MDc0IDAuMDI3NTg3OSAyMi41IDAuMDI3NTg3OVpNMjguMDk1NSAyMy4zMTk3SDI0LjQzNVYzNi4zNjY5SDE5LjAxMDdDMTkuMDEwNyAzNi4zNjY5IDE5LjAxMDcgMjkuMjM3OSAxOS4wMTA3IDIzLjMxOTdIMTYuNDMyM1YxOC43MDg0SDE5LjAxMDdWMTUuNzI1N0MxOS4wMTA3IDEzLjU4OTYgMjAuMDI1OCAxMC4yNTE2IDI0LjQ4NDggMTAuMjUxNkwyOC41MDQzIDEwLjI2NzFWMTQuNzQzM0MyOC41MDQzIDE0Ljc0MzMgMjYuMDYxOCAxNC43NDMzIDI1LjU4NjkgMTQuNzQzM0MyNS4xMTIgMTQuNzQzMyAyNC40MzY4IDE0Ljk4MDggMjQuNDM2OCAxNS45OTk0VjE4LjcwOTNIMjguNTY5NUwyOC4wOTU1IDIzLjMxOTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYxNV8yNjg1Ij4KPHJlY3Qgd2lkdGg9IjQ1IiBoZWlnaHQ9IjQ1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAyNzU4NzkpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==" alt="facebook-svg" class="w-7 h-7"></a> <a href="https://www.linkedin.com/company/youcheckonline/" target="_blank" class="flex"><img src="/_nuxt/img/linkedin-white.18012a0.svg" alt="linkdln-svg" class="w-7 h-7"></a> <a href="https://www.instagram.com/youcheckonline/" target="_blank" class="flex"><img src="/_nuxt/img/instagram-white.8192d43.svg" alt="instagram-svg" class="w-7 h-7"></a> <a href="https://twitter.com/YoucheckOnline" target="_blank" class="flex"><img src="/_nuxt/img/twitter-white.b66517f.svg" alt="twitter-svg" class="w-7 h-7"></a></div></div></div></footer> <CookiesBanner class="fixed bottom-2 inset-x-2 z-100"></CookiesBanner></div></div></div><script>window.__NUXT__=(function(a,b){return {layout:"default",data:[{}],fetch:{},error:a,state:{industries:{industries:a,page:0,perPage:9,sort_by:"created_at:desc"}},serverRendered:true,routePath:b,config:{_app:{basePath:b,assetsPath:"\u002F_nuxt\u002F",cdnURL:a}}}}(null,"\u002F"));</script><script src="/_nuxt/fada9c3.js" defer></script><script src="/_nuxt/8a76189.js" defer></script><script src="/_nuxt/b59f307.js" defer></script><script src="/_nuxt/95fc2fc.js" defer></script>
  </body>
</html>
