{"id":36725,"date":"2023-08-16T22:56:20","date_gmt":"2023-08-16T22:56:20","guid":{"rendered":"https:\/\/www.trulioo.com\/?post_type=landing-pages&#038;p=36725"},"modified":"2023-10-25T16:55:34","modified_gmt":"2023-10-25T16:55:34","slug":"finding-value-in-complex-idv-market","status":"publish","type":"landing-pages","link":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market","title":{"rendered":"[WP] Finding Value in Complex Identity Verification Market"},"content":{"rendered":"\n\t<script>\n\t\twindow.addEventListener(\"resize\", setGradient);\n\n\t\twindow.addEventListener('load', setGradient);\n\n\t\t\/\/ Sets gradient percentage based on ratio of calculated height of top elements vs calculated height of entire div\n\t\tfunction setGradient() {\n\t\t\tconst hasAdditionalInfo = document.querySelector('.legal-text:not(form .legal-text') !== null;\n\t\t\tlet extraPad =\n\t\t\t\twindow.innerWidth >= 1024 ? 60 + (hasAdditionalInfo ? 70 : 0) : 120 + document.querySelector('.grid img.object-contain').clientHeight \/ 2;\n\t\t\tif (window.innerWidth >= 1280) {\n\t\t\t\textraPad += (hasAdditionalInfo ? 20 : 30);\n\t\t\t}\n\t\t\tif (window.innerWidth >= 1600) {\n\t\t\t\textraPad += 20 - (hasAdditionalInfo ? 10 : 20);\n\t\t\t}\n\t\t\tconst ratio = (document.querySelector('h1').clientHeight +\n\t\t\t\tdocument.querySelector('.legal-text').clientHeight + extraPad) \/ document.querySelector('.form-bg').clientHeight;\n\n\t\t\tdocument.querySelector('.form-bg').style.backgroundImage = `linear-gradient(to bottom, #A4DCB4, #A4DCB4 ${ratio*100}%, #172D2D ${ratio*100}%, #172D2D)`;\n\t\t\tdocument.querySelector('.form-bg').style.backgroundColor = '#A4DCB4';\n\t\t}\n\t<\/script>\n\n\t<style>\n\t\tselect.custom-arrow+label {\n\t\t\tmargin-right: 1rem;\n\t\t}\n\n\t\t\/* Label black magic *\/\n\t\t\/* https:\/\/stackoverflow.com\/a\/69300547\/4907950 *\/\n\t\t\/* We need the label to move up top if the select is either focused, \n\t   has a value, or is invalid. In other words, we need it to not move up top\n\t   if there is no value and it's not invalid or focused, so on page load.\n\t   We can select if it's valid\/invalid\/focused with tailwind group selectors,\n\t   but we cannot select if it doesn't have a value without doing this hacky code.\n\t   We add an onchange in the select to set `data-empty` and then target labels sibling to that\n\t   with the same styles as in the label for `group-focus` and `group-valid` *\/\n\t\tselect[data-empty=\"false\"]+label {\n\t\t\tfont-size: 0.875rem;\n\t\t\theight: 50%;\n\t\t\ttransform: translateY(-100%);\n\t\t\tpadding-left: 0px;\n\t\t}\n\n\t\t\/* Autofill bg color *\/\n\t\t\/* https:\/\/stackoverflow.com\/a\/19426087\/4907950 *\/\n\t\t\/* We can't set it to transparent, so light green (same as the bg color)\n\t   is the next best thing. This unfortunately covers the smaller label,\n\t   but so does the default autofill style so this is nicer *\/\n\n\t\tinput:-webkit-autofill {\n\t\t\t-webkit-box-shadow: 0 0 0px 999px #A4DCB4 inset;\n\t\t}\n\n\t\t\/* Checkbox styles *\/\n\n\t\t\/* The checkbox container *\/\n\t\t.checkbox-container {\n\t\t\tdisplay: inline;\n\t\t\tposition: relative;\n\t\t\tcursor: pointer;\n\t\t\t-webkit-user-select: none;\n\t\t\t-moz-user-select: none;\n\t\t\t-ms-user-select: none;\n\t\t\tuser-select: none;\n\t\t\tmargin: auto;\n\t\t}\n\n\t\t\/* Hide the browser's default checkbox *\/\n\t\t.checkbox-container input {\n\t\t\topacity: 0;\n\t\t\theight: 0;\n\t\t\twidth: 0;\n\t\t}\n\n\t\t\/* Create a custom checkbox *\/\n\t\t.checkmark {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\theight: 1rem;\n\t\t\twidth: 1rem;\n\t\t}\n\n\t\t\/* Hide inside square *\/\n\t\t.checkbox-container input~.checkmark .checkbox-square {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t\/* Show inside square *\/\n\t\t.checkbox-container input:checked~.checkmark .checkbox-square {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t\/* Custom checkbox *\/\n\t\t.checkmark {\n\t\t\tcolor: #D4D0C8;\n\t\t\t\/* brown-300 *\/\n\t\t}\n\n\t\t\/* Hover color *\/\n\t\t.checkbox-container:hover input~.checkmark {\n\t\t\tbackground-color: #004C45;\n\t\t\t\/* green-700 *\/\n\t\t}\n\n\t\t\/* Focus visible *\/\n\t\t.checkbox-container input:focus-visible~.checkmark {\n\t\t\tcolor: #004C45;\n\t\t\t\/* green-700 *\/\n\t\t\tborder: 1px solid #004C45;\n\t\t\t\/* green-700 *\/\n\t\t}\n\n\t\t.legal-text a {\n\t\t\ttext-decoration: underline;\n\t\t}\n\n\t\t.legal-text a:hover {\n\t\t\tcolor: #D1565C;\n\t\t}\n\n\t\t.extra-info ul {\n\t\t\tlist-style: disc;\n\t\t\tlist-style-position: outside;\n\t\t\t\/* Align bullet to text on left *\/\n\t\t\tmargin-left: 1.2rem;\n\n\t\t\tmargin-top: 1rem;\n\t\t\tmargin-bottom: 1rem;\n\t\t}\n\t\t.extra-info ul li {\n\t\t\tmargin-top: 1rem;\n\t\t\tmargin-bottom: 1rem;\n\t\t}\n\n\t\t.extra-info ul li::marker {\n\t\t\tcolor: #A4DCB4;\n\t\t}\n\t<\/style>\n\n\t<div class=\"relative selection:bg-green-900\/50 text-brown-300\">\n\t\t<div class=\"form-bg absolute top-0 left-0 w-full h-[64rem] -z-10\"><\/div>\n\t\t<div id=\"loader\" class=\"hidden w-full h-full fixed items-center justify-center bg-green-900\/75 mx-auto my-auto z-20\" aria-label=\"loader\">\n\t\t\t<svg class=\"mx-auto my-16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" height=\"128px\" width=\"128px\" fill=\"#a4dcb4\">\n\t<circle cx=\"88\" cy=\"50\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.833s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"84.715\" cy=\"65.456\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.774s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"75.427\" cy=\"78.24\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.714s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"61.743\" cy=\"86.14\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.655s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"46.028\" cy=\"87.792\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.595s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"31\" cy=\"82.909\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.536s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"19.257\" cy=\"72.336\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.476s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"12.83\" cy=\"57.901\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.417s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"12.83\" cy=\"42.099\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.357s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"19.257\" cy=\"27.664\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.298s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"31\" cy=\"17.091\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.238s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"46.028\" cy=\"12.208\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.179s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"61.743\" cy=\"13.86\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.119s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"75.427\" cy=\"21.76\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"-0.06s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n\t<circle cx=\"84.715\" cy=\"34.544\" r=\"6\">\n\t\t<animate attributeName=\"r\" begin=\"0s\" dur=\".9\" repeatCount=\"indefinite\" values=\"3.6;3.6;6;3.6;3.6\" \/>\n\t<\/circle>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"relative\">\n\t\t\t<div class=\"bg-green-900 absolute top-0 left-0 w-full h-full -z-20\"><\/div>\n\t\t\t<div class=\"section pb-16\">\n\t\t\t\t<div class=\"grid lg:grid-cols-2 gap-8 lg:gap-12 xl:gap-32 py-16\" x-data=\"{ tab: 1, industry: '', 'verificationtype': ''}\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"md:min-h-[585px]\">\n\t\t\t\t\t\t<input type=\"hidden\" id=\"wordpressLPID\" value=\"[WP] Finding Value in the Complex Identity Verification Market\">\t\t\t\t\t\t\t<p class=\"text-green-900 p-sm subheading flex items-center mb-4\">\n\t\t\t\t\t\t\t\t<span class=\"w-1.5 h-1.5 bg-red-500 rounded-full mr-4\"><\/span>\n\t\t\t\t\t\t\t\tWhite Paper\t\t\t\t\t\t\t<\/p>\n\n\t\t\t\t\t\t<h1 class=\"h3  text-green-900\" >Maximize Value in the Global Identity Verification Market<\/h1>\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail.jpg\" alt=\"\" class=\"lg:hidden object-contain w-full my-10 lg:my-0 lg:mb-16 aspect-[2400\/1370]\">\n\t\t\t\t\t\t<form class=\"lg:pt-8\" target=\"_top\" onSubmit=\"return false;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"h6 md:mt-16  mb-12 text-green-500\">Read the White Paper<\/h2>\n\t\t\t\t\t\t\t<input type=\"hidden\" id=\"thank-you-page\" value=\"https:\/\/www.trulioo.com\/lp\/thank-you-resource-request\">\t\t\t\t\t\t\t<div x-show=\"tab === 1\" class=\"flex flex-col justify-between h-full \">\n\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t<div class=\"grid gap-8\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"FirstName\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"FirstName\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">First Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a first name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"LastName\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"LastName\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Last Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a last name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"email\" id=\"Email\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 focus:border-brown-300 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"Email\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Work Email Address*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t<span id=\"email-error-message\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a valid email\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"w-full relative group\">\n\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"Industry\" id=\"Industry\" class=\"custom-arrow w-full text-md font-normal h-10 peer bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none\" x-model=\"industry\" onchange=\"this.dataset.empty = this.value == ''\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" disabled selected><\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Marketing\">Marketing<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Banking\">Banking<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Crypto\">Crypto<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Foreign Exchange\">Foreign Exchange<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Lending\">Lending<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Neobank\">Neobank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Online Trading\">Online Trading<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Payments\">Payments<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Remittance\">Remittance<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Wealth Management\">Wealth Management<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Marketplace\/ Community\">Marketplace\/ Community<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Retail\/ e-Commerce\">Retail\/ e-Commerce<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Entertainment\">Entertainment<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Gambling\">Gambling<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Gaming\">Gaming<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Healthcare\">Healthcare<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Hospitality\/ Travel\">Hospitality\/ Travel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Public Sector\">Public Sector<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option class=\"bg-green-700 text-brown-300\" value=\"Other\">Other<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"Industry\" class=\"transform transition-all absolute top-0 left-0 flex items-center pl-2 text-md font-normal peer-invalid:text-xs group-focus-within:text-xs peer-invalid:h-1\/2 group-focus-within:h-1\/2 peer-invalid:-translate-y-full group-focus-within:-translate-y-full peer-invalid:pl-0 group-focus-within:pl-0 leading-none\">Industry*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease select industry\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative z-0\" x-show=\"industry === 'Other'\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"Industry_Other__c\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none peer\" placeholder=\" \">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"Industry_Other__c\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Please specify other industry*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPlease enter other industry\n\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-span-full relative group z-0\">\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"Company\" class=\"block text-md font-normal py-2 px-0 w-full bg-transparent border-b invalid:border-red-100 border-brown-300 placeholder-green-900 outline-none appearance-none  peer\" placeholder=\" \" \/>\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"Company\" class=\"absolute text-md font-normal pl-1 duration-300 transform -translate-y-6 scale-75 top-2 -z-10 origin-[0] peer-focus:left-0 peer-focus:text-xs peer-focus:text-brown-300 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6 leading-none\">Company Name*<\/label>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"p-xs md:p-xxs text-white invisible peer-invalid:visible peer-focus:invisible\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tPlease enter a company name\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"space-y-12 pt-4\">\n\t\t\t\t\t\t\t\t\t<div class=\"text-xs\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"legal-text mb-4 lg:mb-3 max-w-xl\">\n\t\t\t\t\t\t\t\t\t\t\t<p>Per our privacy policy, we store information to improve your experience.<br \/>\nYou\u2019ll receive updates about related content and services. You can opt out at any time.<\/p>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"text-md ml-8\">I agree to the privacy policy<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"privacy\" name=\"agreement\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\" class=\"checkmark\">\n\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"m0 0h16v16h-16z\" stroke=\"currentColor\" stroke-width=\"1\" fill=\"none\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"checkbox-square\" d=\"m4,4h8v8h-8z\" stroke=\"currentColor\" stroke-width=\"1\" fill=\"currentColor\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t<p id=\"checkbox-error-message\" style=\"display: none\" class=\"p-xs md:p-xxs text-white\">\n\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 48 48\" class=\"inline w-4 h-4 mr-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle fill=\"#E47379\" cx=\"24\" cy=\"24\" r=\"22.7\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#fff\" d=\"M22.1 11.9c0-1 .8-1.9 1.9-1.9s1.9.8 1.9 1.9v15.6c0 1-.9 1.9-1.9 1.9s-1.9-.8-1.9-1.9zM26.5 36a2.5 2.5 0 10-5 0 2.5 2.5 0 105 0\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\tMust agree to privacy policy to continue\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<button class=\"mt-8 lg:mt-0 btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\" @click=\"await submit(0) \">\n\t\t\t\t\t\t\t\t\t\tSubmit\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail.jpg\" alt=\"\" class=\"hidden lg:block object-contain w-full mt-12 aspect-[2400\/1370]\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"p-lg text-white mt-20 lg:mt-12 xl:mt-16 extra-info\">\n\t\t\t\t\t\t\t\t<p>Organizations that need to authenticate people and businesses are discovering cost-efficiency measures in identity verification are about more than finding the lowest price.<\/p>\n<p>&nbsp;<\/p>\n<p>Organizations surveying the landscape of identity verification options can gain a clearer picture of what they\u2019re getting and giving up if they weigh the total cost of ownership.<\/p>\n<p>&nbsp;<\/p>\n<p>This report can help you:<\/p>\n<ul>\n<li>Understand the State of the Market <\/li>\n<li>Weigh the Costs and Benefits <\/li>\n<li>Optimize Identity Verification for Your Business<\/li>\n<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":27383,"template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v22.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Finding Value in the Complex Identity Verification Market | Trulioo<\/title>\n<meta name=\"description\" content=\"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Finding Value in the Complex Identity Verification Market | Trulioo\" \/>\n<meta property=\"og:description\" content=\"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\" \/>\n<meta property=\"og:site_name\" content=\"Trulioo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/trulioo\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-25T16:55:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@trulioo\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\",\"url\":\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\",\"name\":\"Finding Value in the Complex Identity Verification Market | Trulioo\",\"isPartOf\":{\"@id\":\"https:\/\/www.trulioo.com\/#website\"},\"datePublished\":\"2023-08-16T22:56:20+00:00\",\"dateModified\":\"2023-10-25T16:55:34+00:00\",\"description\":\"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.trulioo.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[WP] Finding Value in Complex Identity Verification Market\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.trulioo.com\/#website\",\"url\":\"https:\/\/www.trulioo.com\/\",\"name\":\"Trulioo\",\"description\":\"Building trust online (online identity verification services)\",\"publisher\":{\"@id\":\"https:\/\/www.trulioo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.trulioo.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.trulioo.com\/#organization\",\"name\":\"Trulioo\",\"url\":\"https:\/\/www.trulioo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"contentUrl\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"width\":2784,\"height\":1464,\"caption\":\"Trulioo\"},\"image\":{\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/trulioo\",\"https:\/\/twitter.com\/trulioo\",\"https:\/\/www.linkedin.com\/company\/trulioo\",\"https:\/\/www.instagram.com\/trulioo_global\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Finding Value in the Complex Identity Verification Market | Trulioo","description":"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market","og_locale":"en_US","og_type":"article","og_title":"Finding Value in the Complex Identity Verification Market | Trulioo","og_description":"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.","og_url":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market","og_site_name":"Trulioo","article_publisher":"https:\/\/www.facebook.com\/trulioo","article_modified_time":"2023-10-25T16:55:34+00:00","og_image":[{"width":2400,"height":1370,"url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@trulioo","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market","url":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market","name":"Finding Value in the Complex Identity Verification Market | Trulioo","isPartOf":{"@id":"https:\/\/www.trulioo.com\/#website"},"datePublished":"2023-08-16T22:56:20+00:00","dateModified":"2023-10-25T16:55:34+00:00","description":"Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.","breadcrumb":{"@id":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.trulioo.com\/"},{"@type":"ListItem","position":2,"name":"[WP] Finding Value in Complex Identity Verification Market"}]},{"@type":"WebSite","@id":"https:\/\/www.trulioo.com\/#website","url":"https:\/\/www.trulioo.com\/","name":"Trulioo","description":"Building trust online (online identity verification services)","publisher":{"@id":"https:\/\/www.trulioo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.trulioo.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.trulioo.com\/#organization","name":"Trulioo","url":"https:\/\/www.trulioo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","contentUrl":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","width":2784,"height":1464,"caption":"Trulioo"},"image":{"@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/trulioo","https:\/\/twitter.com\/trulioo","https:\/\/www.linkedin.com\/company\/trulioo","https:\/\/www.instagram.com\/trulioo_global\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/landing-pages\/36725"}],"collection":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/landing-pages"}],"about":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/types\/landing-pages"}],"author":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/users\/7"}],"version-history":[{"count":1,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/landing-pages\/36725\/revisions"}],"predecessor-version":[{"id":38679,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/landing-pages\/36725\/revisions\/38679"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media\/27383"}],"wp:attachment":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media?parent=36725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}