CINXE.COM
EE Classroom - Machine Vision & Cabling
<!DOCTYPE html> <html > <head> <script id="b64-replace" type="text/javascript"> (function () { function hasGetParameters() { return document.location.search !== ''; } /** * Execute fn not earlier than DOM is ready */ function onDOMReady(fn) { if (document.readyState != 'loading') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } /** * Encode query string to pass it to backend of our plugin (we omit by this stripping utm tags) */ function buildBase64EncodedQueryString() { var query = []; var searchArray = document.location.search.replace('?', '').split('&'); for (var i = 0; i < searchArray.length; i++) { if (searchArray[i].indexOf("PANTHEON_STRIPPED") === -1) { query.push(searchArray[i]); } } query.push( 'landingPageAjaxLoaderRequest=true' ); return window.btoa(query.join('&')); } /** * Fetch landing page with base64 encoding query strings to ommit caching/altering layers of query params */ function fetchLandingPage() { var url = document.location.origin + document.location.pathname; if (window.XMLHttpRequest) { var xhReq = new XMLHttpRequest(); } else { var xhReq = new ActiveXObject("Microsoft.XMLHTTP"); } xhReq.open('GET', url + '?b64=' + buildBase64EncodedQueryString(), false); xhReq.setRequestHeader("X-Requested-With", "XMLHttpRequest"); xhReq.send(); onDOMReady(function () { document.getElementsByTagName('html')[0].innerHTML = xhReq.responseText; }) } function showBody() { onDOMReady(function () { document.getElementsByTagName('body')[0].style.display = 'block'; }) } if (hasGetParameters()) { fetchLandingPage(); } else { showBody(); } })(); </script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="From cutting-edge connector designs to sophisticated EMI management strategies, this classroom explores the latest developments in machine vision technologies. Covering automotive applications, sensor technologies, and industrial solutions." /> <meta name="keywords" content="sensor, camera, cables, cable, cabling, vision, automation, 3m, heilind, connector" /> <link rel="canonical" href="https://www.eeworldonline.com/machine-vision-and-cabling-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - Machine Vision & Cabling</title> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content=""> <meta property="og:description" content=""> <meta property="og:site_name" content=""> <meta property="og:url" content="https://www.eeworldonline.com/machine-vision-and-cabling-classroom"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.bcf03997485feb49f2c7.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.14973f8f195e25e002ff.js"></link> <link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin></link> <!-- Google Tag Manager --> <script data-cfasync="false" > function setupGTM() { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5XFMW25'); } setupGTM(); </script> <!-- End Google Tag Manager --> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap"/></noscript> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic&display=swap"/></noscript> <style type="text/css" media="screen"> body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;width:100%;font-family:Arial;font-weight:400;background:rgb(255,255,255);}a{text-decoration:none;color:inherit;}a:not(.btn):hover{text-decoration:underline;}input,select,textarea,p,h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}u > span{text-decoration:inherit;}ol,ul{padding-left:2.5rem;margin:.625rem 0;}p{word-wrap:break-word;}h1 > span,h2 > span,h3 > span,h4 > span,h5 > span,h6 > span{display:block;word-wrap:break-word;}iframe{border:0;}*{box-sizing:border-box;}:root.js-text-scaling{--mobile-font-size:4vw;--default-font-size:16px;}.item-absolute{position:absolute;}.item-relative{position:relative;}.item-block{display:block;height:100%;width:100%;}.item-cover{z-index:1000030;}.item-breakword{word-wrap:break-word;}.item-content-box{box-sizing:content-box;}.hidden{display:none;}.hidden-step{visibility:hidden;}.clearfix{clear:both;}sup,sub{margin-left:0.1rem;line-height:0;}body#landing-page .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:none;}@keyframes slide-down{from{opacity:0;transform:translateY(-50px);}}@keyframes fade-in{from{opacity:0;}}@supports (-webkit-overflow-scrolling:touch){@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.image[src$=".svg"]{width:calc(100% + 1px);}}}.show-for-sr{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.headline{font-family:Montserrat;font-weight:400;}.btn{line-height:120%;text-align:center;font-family:Arial;cursor:pointer;transition:border .5s;width:100%;border:0;white-space:normal;display:table-cell;vertical-align:middle;padding:0;}.section-fit{max-width:400px;}[class*="sticky-block-footer"] .section:last-child{bottom:0;z-index:1000015;}[class*="sticky-block-header"] .section:first-child{top:0;z-index:1000015;}.sticky-block-header .section:first-child,.sticky-block-footer .section:last-child{position:sticky;}:root{--section-relative-margin:0 auto;}.section-relative{position:relative;margin:0 auto;}.js-text-scaling .section-relative{margin:var(--section-relative-margin);}.section-inner{height:100%;}#page-block-6mrf768uimo{height:10.375rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:10.375rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.5rem;left:4.6875rem;height:5.375rem;width:15.625rem;z-index:7;}#element-743{top:9.75rem;left:1.25rem;height:2.625rem;width:22.5rem;z-index:11;color:#37465A;font-size:0.9288rem;line-height:1.3125rem;text-align:center;}#element-743 .x_0d0d8539{text-align:center;line-height:1.3125rem;font-size:0.9288rem;}#element-743 .x_edb7cf02{color:#1e8e78;}#page-block-f2yeqbj4sn6{height:31.0625rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(8,21,79) 86% 0 / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65240677-0-AdobeStock-460202797.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290503-65240677-ghost-AdobeStock-460202797.jpeg);height:31.0625rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.52;background-color:#000000;display:block;}#element-1494{top:3.4375rem;left:5.125rem;height:4.25rem;width:14.4375rem;z-index:50;color:#FFFFFF;font-size:1.7337rem;line-height:2.1rem;text-align:center;font-weight:600;}#element-1494 .x_446dab97{text-align:center;line-height:2.125rem;font-size:1.7337rem;}#element-1494 strong{font-weight:700;}#element-1494.headline{font-weight:600;}#element-1462{top:9.0625rem;left:2.3125rem;height:15.8125rem;width:20.3125rem;z-index:23;color:#FFFFFF;font-size:1.1765rem;line-height:1.425rem;text-align:left;font-weight:300;}#element-1462 .x_ee13c36c{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1462 strong{font-weight:700;}#element-1462.paragraph{font-weight:300;}#page-block-kh8q3gpijp{height:1.625rem;max-width:100%;}#page-block-kh8q3gpijp .section-holder-border{border:0;}#page-block-kh8q3gpijp .section-block{background:rgb(0,87,197);height:1.625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:29.875rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:29.875rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:4.875rem;left:1.125rem;height:2.25rem;width:22.5rem;z-index:53;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;}#element-1147 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1503{top:15.5rem;left:1.125rem;height:8.8997rem;width:22.5rem;z-index:52;}#element-1589{top:9.8125rem;left:7.3125rem;height:4.9869rem;width:9.4375rem;z-index:69;}#page-block-j94992pejx{height:110.875rem;max-width:100%;}#page-block-j94992pejx .section-holder-border{border:0;}#page-block-j94992pejx .section-block{background:repeat rgb(0,0,0) 72% 46% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65240681-0-AdobeStock-398495268.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240681-ghost-AdobeStock-398495268.jpeg);height:110.875rem;}#page-block-j94992pejx .section-holder-overlay{opacity:0.61;background-color:#001227;display:block;}#element-1471{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:4;color:#37465A;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1471 .contents a{color:#FFFFFF;}#element-1471 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1471 .x_f2074b6c{color:#ffffff;}#element-1471 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1471 strong{font-weight:700;}#element-1471.headline{font-weight:700;}#element-1472{top:9.4375rem;left:2.875rem;height:30.1875rem;width:18.75rem;z-index:14;}.circle{border-radius:50%;}.shape{height:inherit;}.line-horizontal{height:.625rem;}.line-vertical{height:100%;margin-right:.625rem;}[class*='line-']{box-sizing:content-box;}#element-1472 .shape{border:0;background:rgb(255,255,255);}#element-1477{top:42.875rem;left:2.875rem;height:30.1875rem;width:18.75rem;z-index:9;}#element-1477 .shape{border:0;background:rgb(255,255,255);}#element-1480{top:76.125rem;left:2.8125rem;height:30.1875rem;width:19rem;z-index:31;}#element-1480 .shape{border:0;background:rgb(255,255,255);}#element-1481{top:77rem;left:5.625rem;height:13.75rem;width:13.1875rem;z-index:32;}#element-1481 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65240558-0-What-are-the-key-spe.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-1475{top:11.5rem;left:3.6875rem;height:10.1875rem;width:17.0625rem;z-index:15;}#element-1475 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 50% / cover;}#element-1478{top:45.625rem;left:4.0625rem;height:9.0625rem;width:16.375rem;z-index:10;}#element-1478 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1473{top:22.6875rem;left:3.9375rem;height:4.875rem;width:16.375rem;z-index:18;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1473 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1473 strong{font-weight:700;}#element-1473.paragraph{font-weight:400;}#element-1485{top:56.5rem;left:4.125rem;height:4.125rem;width:15.125rem;z-index:37;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1485 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1485 strong{font-weight:700;}#element-1485.paragraph{font-weight:400;}#element-1484{top:92.3125rem;left:4.0625rem;height:2.75rem;width:15.125rem;z-index:42;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1484 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1484 strong{font-weight:700;}#element-1484.paragraph{font-weight:400;}#element-1474{top:28.5rem;left:4.0625rem;height:6.5rem;width:16.25rem;z-index:20;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1474 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1474 strong{font-weight:700;}#element-1474.paragraph{font-weight:400;}#element-1486{top:61.75rem;left:4.0625rem;height:6.5rem;width:16.375rem;z-index:41;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1486 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1486 strong{font-weight:700;}#element-1486.paragraph{font-weight:400;}#element-1488{top:96.0625rem;left:4rem;height:6.5rem;width:16.375rem;z-index:49;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1488 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1488 strong{font-weight:700;}#element-1488.paragraph{font-weight:400;}#element-1476{top:36.1875rem;left:4.0625rem;height:1.625rem;width:16.25rem;z-index:22;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1476 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1476 .x_685b16d7{color:#001790;}#element-1476 strong{font-weight:700;}#element-1476.headline{font-weight:700;}#element-1479{top:69rem;left:14.6875rem;height:1.5rem;width:5.75rem;z-index:39;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1479 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1479 .x_685b16d7{color:#001790;}#element-1479 strong{font-weight:700;}#element-1479.headline{font-weight:700;}#element-1487{top:104.1875rem;left:15.875rem;height:1.5rem;width:4.125rem;z-index:43;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1487 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1487 .x_685b16d7{color:#001790;}#element-1487 strong{font-weight:700;}#element-1487.headline{font-weight:700;}#page-block-fvgk5jbg7fk{height:1.5625rem;max-width:100%;}#page-block-fvgk5jbg7fk .section-holder-border{border:0;}#page-block-fvgk5jbg7fk .section-block{background:rgb(255,255,255);height:1.5625rem;}#page-block-fvgk5jbg7fk .section-holder-overlay{display:none;}#page-block-2tivm2qxhey{height:78.375rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65240692-0-AdobeStock-729178397.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240692-ghost-AdobeStock-729178397.jpeg);height:78.375rem;}#page-block-2tivm2qxhey .section-holder-overlay{opacity:0.65;background-color:#000000;display:block;}#element-1298{top:4.375rem;left:1.1875rem;height:2.25rem;width:22.5rem;z-index:5;color:#FFFFFF;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1298 .contents a{color:#FFFFFF;}#element-1298 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:10.5rem;left:3rem;height:33.25rem;width:18.75rem;z-index:24;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1308{top:45.9375rem;left:2.8125rem;height:30.25rem;width:18.75rem;z-index:6;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:11.875rem;left:6.8125rem;height:16.4375rem;width:11.1875rem;z-index:25;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1573{top:50.6875rem;left:3.625rem;height:10.5rem;width:17.0625rem;z-index:60;}#element-1300{top:29.75rem;left:4.9375rem;height:4.875rem;width:15.3125rem;z-index:26;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1300 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1300 strong{font-weight:700;}#element-1300.paragraph{font-weight:400;}#element-1309{top:64.3125rem;left:4.1875rem;height:3.25rem;width:12.625rem;z-index:12;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1309 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1309 strong{font-weight:700;}#element-1309.paragraph{font-weight:400;}#element-1301{top:35.375rem;left:4.9375rem;height:5.5rem;width:15.3125rem;z-index:27;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1301 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1301 strong{font-weight:700;}#element-1301.paragraph{font-weight:400;}#element-1313{top:68.0625rem;left:4.125rem;height:4.125rem;width:16.5625rem;z-index:34;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1313 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1313 strong{font-weight:700;}#element-1313.paragraph{font-weight:400;}#element-1303{top:41.3125rem;left:16.875rem;height:1.5rem;width:3.375rem;z-index:29;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1303 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1303 .x_685b16d7{color:#001790;}#element-1303 strong{font-weight:700;}#element-1303.headline{font-weight:700;}#element-1312{top:73.625rem;left:16.6875rem;height:1.5rem;width:3.5rem;z-index:33;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1312 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1312 .x_685b16d7{color:#001790;}#element-1312 strong{font-weight:700;}#element-1312.headline{font-weight:700;}#page-block-onrwmgoawmd{height:147.875rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:147.875rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1571{top:3.6875rem;left:9.4375rem;height:4.25rem;width:10.6875rem;z-index:59;}#element-1590{top:4.5rem;left:2.3125rem;height:2.625rem;width:4.9375rem;z-index:70;}#element-1164{top:1.1875rem;left:2.3125rem;height:2.1875rem;width:21rem;z-index:30;color:#37465A;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-1164 .x_95ffcc8f{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-1164 .x_c40856ee{color:#0564c5;}#element-1164 .x_669d5b26{text-align:left;caret-color:rgb(5,100,197);}#element-1623{top:9.4375rem;left:2.3125rem;height:10.8125rem;width:20.3125rem;z-index:78;}#element-1623 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1622{top:44.375rem;left:2.3125rem;height:10.8125rem;width:20.3125rem;z-index:77;}#element-1622 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1539{top:21.4375rem;left:2.3125rem;height:4.3125rem;width:22.125rem;z-index:55;color:#98A0A6;font-size:1.1765rem;line-height:1.425rem;text-align:left;}#element-1539 .x_561aca13{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1539 .x_7b2817bf{color:#000000;}#element-1604{top:56.25rem;left:2.375rem;height:2.875rem;width:22.5rem;z-index:71;color:#98A0A6;font-size:1.1765rem;line-height:1.425rem;text-align:left;}#element-1604 .x_561aca13{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1604 .x_7b2817bf{color:#000000;}#element-1606{top:59.9375rem;left:2.375rem;height:8.25rem;width:22.1875rem;z-index:72;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1606 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1606 .x_816a1881{color:#98a0a6;}#element-1606 strong{font-weight:700;}#element-1541{top:26.25rem;left:2.3125rem;height:11rem;width:22.0625rem;z-index:56;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1541 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1541 .x_816a1881{color:#98a0a6;}#element-1541 strong{font-weight:700;}#element-1543{top:69.125rem;left:2.3125rem;height:2.5rem;width:14.6875rem;z-index:57;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-1543 .btn.btn-effect3d:active{box-shadow:none;}#element-1543 .btn:hover{background:#001790;color:#FFFFFF;}#element-1543 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.6875rem;border-radius:3px;}#element-1608{top:37.9375rem;left:2.3125rem;height:2.5rem;width:14.1875rem;z-index:73;}#element-1608 .btn.btn-effect3d:active{box-shadow:none;}#element-1608 .btn:hover{background:#001790;color:#FFFFFF;}#element-1608 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#element-1624{top:75.875rem;left:2.5rem;height:10.8125rem;width:20rem;z-index:79;}#element-1624 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1628{top:111rem;left:2.5rem;height:10.8125rem;width:20rem;z-index:83;}#element-1628 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1614{top:87.8125rem;left:2.5rem;height:2.875rem;width:22.5rem;z-index:74;color:#98A0A6;font-size:1.1765rem;line-height:1.425rem;text-align:left;}#element-1614 .x_561aca13{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1614 .x_7b2817bf{color:#000000;}#element-1625{top:122.9375rem;left:2.5rem;height:3.375rem;width:18.1875rem;z-index:80;color:#98A0A6;font-size:1.1765rem;line-height:1.6625rem;text-align:left;}#element-1625 .x_8f2182eb{text-align:left;line-height:1.6875rem;font-size:1.1765rem;}#element-1625 .x_7b2817bf{color:#000000;}#element-1626{top:126.9375rem;left:2.4375rem;height:14.625rem;width:20.25rem;z-index:81;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1626 .x_8b9ce48e{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1626 .x_816a1881{color:#98a0a6;}#element-1626 strong{font-weight:700;}#element-1616{top:91.375rem;left:2.5rem;height:9.625rem;width:22.3125rem;z-index:75;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1616 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1616 .x_816a1881{color:#98a0a6;}#element-1616 strong{font-weight:700;}#element-1618{top:102.5rem;left:2.5rem;height:2.5rem;width:14.1875rem;z-index:76;}#element-1618 .btn.btn-effect3d:active{box-shadow:none;}#element-1618 .btn:hover{background:#001790;color:#FFFFFF;}#element-1618 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#element-1627{top:142.625rem;left:2.4375rem;height:2.5rem;width:14.1875rem;z-index:82;}#element-1627 .btn.btn-effect3d:active{box-shadow:none;}#element-1627 .btn:hover{background:#001790;color:#FFFFFF;}#element-1627 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#page-block-svjnsxtszw{height:157.875rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(0,0,0) 60% 0 / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65240670-0-AdobeStock-463851401.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240670-ghost-AdobeStock-463851401.jpeg);height:157.875rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.43;background-color:#000000;display:block;}#element-1366{top:3.8125rem;left:1.25rem;height:2.25rem;width:22.5rem;z-index:3;color:#FFFFFF;font-size:1.6099rem;line-height:2.275rem;text-align:center;font-weight:700;}#element-1366 .contents a{color:#FFFFFF;}#element-1366 .x_47b745f5{text-align:center;line-height:2.25rem;font-size:1.6099rem;}#element-1366 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:9.375rem;left:2.875rem;height:34.375rem;width:18.75rem;z-index:8;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:83.6875rem;left:3.8125rem;height:12.625rem;width:17.125rem;z-index:45;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1376{top:81.0625rem;left:2.8125rem;height:34.375rem;width:18.75rem;z-index:44;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1577{top:119.4375rem;left:2.9375rem;height:34.375rem;width:18.75rem;z-index:61;}#element-1577 .shape{border:0;background:rgb(255,255,255);}#element-1367{top:45.125rem;left:2.8125rem;height:34.375rem;width:18.75rem;z-index:13;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1586{top:48.4375rem;left:3.9375rem;height:12.3125rem;width:16.625rem;z-index:66;}#element-1586 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 73% / cover;}#element-1579{top:120.1875rem;left:5.6875rem;height:11.6875rem;width:13.125rem;z-index:62;}#element-1579 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1587{top:12.625rem;left:4rem;height:10.8125rem;width:16.4375rem;z-index:67;}#element-1587 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1368{top:25rem;left:4.125rem;height:4.875rem;width:16.25rem;z-index:17;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1368 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1408{top:63.0625rem;left:4.5625rem;height:2.75rem;width:15.375rem;z-index:36;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1408 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1408 strong{font-weight:700;}#element-1408.paragraph{font-weight:400;}#element-1403{top:98.75rem;left:4.375rem;height:2.75rem;width:14.25rem;z-index:46;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1403 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1403 strong{font-weight:700;}#element-1403.paragraph{font-weight:400;}#element-1581{top:134.8125rem;left:4.375rem;height:3.75rem;width:15.75rem;z-index:63;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1581 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1581 strong{font-weight:700;}#element-1581.paragraph{font-weight:400;}#element-1416{top:102.3125rem;left:4.5rem;height:6.5rem;width:15.625rem;z-index:48;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1416 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1416 strong{font-weight:700;}#element-1416.paragraph{font-weight:400;}#element-1369{top:30.8125rem;left:4.125rem;height:6.5rem;width:16.25rem;z-index:19;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1369 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1369 strong{font-weight:700;}#element-1369.paragraph{font-weight:400;}#element-1410{top:66.375rem;left:4.5rem;height:6.5rem;width:15.5rem;z-index:40;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1410 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1410 strong{font-weight:700;}#element-1410.paragraph{font-weight:400;}#element-1585{top:139.75rem;left:4.3125rem;height:6.5rem;width:15.8125rem;z-index:65;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1585 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1585 strong{font-weight:700;}#element-1585.paragraph{font-weight:400;}#element-1375{top:75.125rem;left:14.125rem;height:1.625rem;width:5.75rem;z-index:38;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1375 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1375 .x_685b16d7{color:#001790;}#element-1375 strong{font-weight:700;}#element-1375.headline{font-weight:700;}#element-1371{top:39.8125rem;left:13.8125rem;height:1.625rem;width:6.4375rem;z-index:21;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1371 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1371 .x_685b16d7{color:#001790;}#element-1371 strong{font-weight:700;}#element-1371.headline{font-weight:700;}#element-1414{top:111.1875rem;left:16rem;height:1.625rem;width:4.125rem;z-index:47;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1414 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1414 .x_685b16d7{color:#001790;}#element-1414 strong{font-weight:700;}#element-1414.headline{font-weight:700;}#element-1583{top:149.625rem;left:16.1875rem;height:1.625rem;width:3.9375rem;z-index:64;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:right;font-weight:700;}#element-1583 .x_bb1de03d{text-align:right;line-height:1.625rem;font-size:0.9907rem;}#element-1583 .x_685b16d7{color:#001790;}#element-1583 strong{font-weight:700;}#element-1583.headline{font-weight:700;}#page-block-81q9dif26ks{height:16.5625rem;max-width:100%;}#page-block-81q9dif26ks .section-holder-border{border:0;}#page-block-81q9dif26ks .section-block{background:rgb(255,255,255);height:16.5625rem;}#page-block-81q9dif26ks .section-holder-overlay{display:none;}#element-1588{top:2.4375rem;left:7.8125rem;height:4.6995rem;width:8.9375rem;z-index:68;}#element-1517{top:8.375rem;left:1.0625rem;height:6.25rem;width:22.5rem;z-index:54;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-1517 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-1517 .x_9deb3e52{color:#676f79;}#element-1517 .x_1fd050ee{text-align:left;caret-color:rgb(152,160,166);}#page-block-f5rz8q8b86m{height:1.5625rem;max-width:100%;}#page-block-f5rz8q8b86m .section-holder-border{border:0;}#page-block-f5rz8q8b86m .section-block{background:rgb(0,87,197);height:1.5625rem;}#page-block-f5rz8q8b86m .section-holder-overlay{display:none;}#page-block-lu0i5iw5w4e{height:24rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:24rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1570{top:2rem;left:2.0625rem;height:8.25rem;width:20.875rem;z-index:58;}#element-1501{top:10.1875rem;left:0.9375rem;height:10rem;width:23.0625rem;z-index:51;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:center;}#element-1501 .x_c5f0bf77{text-align:center;line-height:1.25rem;font-size:0.8669rem;}#element-1501 .x_9deb3e52{color:#676f79;}#page-block-9wevj9i0x8b{height:10rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290505-43140044-ghost-abstract-pcb.jpg);height:10rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:2.125rem;left:4.875rem;height:4.875rem;width:14rem;z-index:16;}#page_block_footer{height:7.5rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:7.5rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:2.5rem;left:4rem;height:2.5rem;width:17rem;z-index:35;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;font-style:normal;height:2.5rem;width:17rem;border-radius:3px;}#page-block-zedljqnx41{height:11.125rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:11.125rem;}#page-block-zedljqnx41 .section-holder-overlay{display:none;}#element-875{top:2.5rem;left:1.25rem;height:6.125rem;width:22.5rem;z-index:28;}.full-size{width:100%;height:100%;}.html-widget__text-center{text-align:center;}@media screen and (max-width:400px){:root{font-size:4vw;}:root.js-text-scaling{font-size:var(--mobile-font-size);}}@media screen and (min-width:401px) and (max-width:767px){:root{font-size:16px;}:root.js-text-scaling{font-size:var(--default-font-size);}}@media screen and (min-width:768px) and (max-width:1200px){:root{font-size:1.33vw;}}@media screen and (min-width:768px) and (max-width:7680px){.hidden-desktop{display:none;}}@media screen and (max-width:767px){.hidden-mobile{display:none;}.sticky-block-header-onlyonmobile .section:first-child,.sticky-block-footer-onlyonmobile .section:last-child{position:sticky;}}@media screen and (min-width:768px){.section-fit{max-width:60rem;}.sticky-block-header-onlyondesktop .section:first-child,.sticky-block-footer-onlyondesktop .section:last-child{position:sticky;}#page-block-6mrf768uimo{height:9.875rem;max-width:100%;}#page-block-6mrf768uimo .section-holder-border{border:0;}#page-block-6mrf768uimo .section-block{background:rgb(255,255,255);height:9.875rem;}#page-block-6mrf768uimo .section-holder-overlay{display:none;}#element-594{top:2.125rem;left:3rem;height:5.375rem;width:15.625rem;z-index:7;}#element-743{top:4.75rem;left:22.5rem;height:1.5rem;width:36.8125rem;z-index:11;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-743 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-743 .x_edb7cf02{color:#1e8e78;}#page-block-f2yeqbj4sn6{height:21.9375rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(8,21,79) 86% 0 / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65240677-0-AdobeStock-460202797.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290503-65240677-ghost-AdobeStock-460202797.jpeg);height:21.9375rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.52;background-color:#000000;display:block;}#element-1494{top:4.375rem;left:0;height:13.125rem;width:23.125rem;z-index:50;color:#FFFFFF;font-size:3.096rem;line-height:4.375rem;text-align:right;font-weight:600;}#element-1494 .x_126aecd4{text-align:right;line-height:4.375rem;font-size:3.096rem;}#element-1494 strong{font-weight:700;}#element-1494.headline{font-weight:600;}#element-1462{top:4.6875rem;left:25.9375rem;height:12.5rem;width:25.75rem;z-index:23;color:#FFFFFF;font-size:1.1146rem;line-height:1.575rem;text-align:left;font-weight:300;}#element-1462 .x_9a9d3d17{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-1462 strong{font-weight:700;}#element-1462.paragraph{font-weight:300;}#page-block-kh8q3gpijp{height:1.5625rem;max-width:100%;}#page-block-kh8q3gpijp .section-holder-border{border:0;}#page-block-kh8q3gpijp .section-block{background:rgb(0,87,197);height:1.5625rem;}#page-block-kh8q3gpijp .section-holder-overlay{display:none;}#page-block-28770szh5d4{height:19.625rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:19.625rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:2.375rem;left:-7.4375rem;height:3.1875rem;width:74.9375rem;z-index:53;color:#37465A;font-size:1.9814rem;line-height:3.2rem;text-align:center;}#element-1147 .x_aefeb974{text-align:center;line-height:3.1875rem;font-size:1.9814rem;}#element-1503{top:7.0625rem;left:30rem;height:8.875rem;width:22.4375rem;z-index:52;}#element-1589{top:8.5625rem;left:14.9375rem;height:5.8125rem;width:11rem;z-index:69;}#page-block-j94992pejx{height:38.4375rem;max-width:100%;}#page-block-j94992pejx .section-holder-border{border:0;}#page-block-j94992pejx .section-block{background:repeat rgb(0,0,0) 72% 46% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65240681-0-AdobeStock-398495268.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240681-ghost-AdobeStock-398495268.jpeg);height:38.4375rem;}#page-block-j94992pejx .section-holder-overlay{opacity:0.61;background-color:#001227;display:block;}#element-1471{top:2.625rem;left:0;height:2.875rem;width:60rem;z-index:4;color:#37465A;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1471 .contents a{color:#FFFFFF;}#element-1471 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1471 .x_f2074b6c{color:#ffffff;}#element-1471 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1471 strong{font-weight:700;}#element-1471.headline{font-weight:700;}#element-1472{top:8.5625rem;left:5rem;height:24.9375rem;width:14.25rem;z-index:14;}#element-1472 .shape{border:0;background:rgb(255,255,255);}#element-1477{top:8.5625rem;left:22.875rem;height:25rem;width:14.25rem;z-index:9;}#element-1477 .shape{border:0;background:rgb(255,255,255);}#element-1480{top:8.5625rem;left:40.75rem;height:25rem;width:14.25rem;z-index:31;}#element-1480 .shape{border:0;background:rgb(255,255,255);}#element-1481{top:9.4375rem;left:43.375rem;height:9.25rem;width:8.9375rem;z-index:32;}#element-1481 .shape{border:0;background:url(//v.fastcdn.co/u/6f5f942d/65240558-0-What-are-the-key-spe.jpg) repeat rgb(255,255,255) 50% 50% / cover;}#element-1475{top:10.5rem;left:5.75rem;height:7.1875rem;width:12.625rem;z-index:15;}#element-1475 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 50% / cover;}#element-1478{top:10.5rem;left:23.25rem;height:7.0625rem;width:13.4375rem;z-index:10;}#element-1478 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1473{top:20rem;left:5.875rem;height:3.75rem;width:12.375rem;z-index:18;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1473 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1473 strong{font-weight:700;}#element-1473.paragraph{font-weight:400;}#element-1485{top:20rem;left:23.5rem;height:3.75rem;width:13.0625rem;z-index:37;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1485 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1485 strong{font-weight:700;}#element-1485.paragraph{font-weight:400;}#element-1484{top:20rem;left:42.4375rem;height:3.75rem;width:10.8125rem;z-index:42;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1484 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1484 strong{font-weight:700;}#element-1484.paragraph{font-weight:400;}#element-1474{top:24.375rem;left:5.875rem;height:4.75rem;width:12.3125rem;z-index:20;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1474 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1474 strong{font-weight:700;}#element-1474.paragraph{font-weight:400;}#element-1486{top:24.375rem;left:23.5rem;height:4.75rem;width:12.8125rem;z-index:41;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1486 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1486 strong{font-weight:700;}#element-1486.paragraph{font-weight:400;}#element-1488{top:24.375rem;left:42.4375rem;height:4.75rem;width:10.875rem;z-index:49;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1488 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1488 strong{font-weight:700;}#element-1488.paragraph{font-weight:400;}#element-1476{top:31.625rem;left:5.875rem;height:1.1875rem;width:12.375rem;z-index:22;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1476 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1476 .x_685b16d7{color:#001790;}#element-1476 strong{font-weight:700;}#element-1476.headline{font-weight:700;}#element-1479{top:31.6875rem;left:30.75rem;height:1.1875rem;width:5.5625rem;z-index:39;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1479 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1479 .x_685b16d7{color:#001790;}#element-1479 strong{font-weight:700;}#element-1479.headline{font-weight:700;}#element-1487{top:31.6875rem;left:50.9375rem;height:1.1875rem;width:3rem;z-index:43;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1487 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1487 .x_685b16d7{color:#001790;}#element-1487 strong{font-weight:700;}#element-1487.headline{font-weight:700;}#page-block-fvgk5jbg7fk{height:1.5rem;max-width:100%;}#page-block-fvgk5jbg7fk .section-holder-border{border:0;}#page-block-fvgk5jbg7fk .section-block{background:rgb(255,255,255);height:1.5rem;}#page-block-fvgk5jbg7fk .section-holder-overlay{display:none;}#page-block-2tivm2qxhey{height:46rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65240692-0-AdobeStock-729178397.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240692-ghost-AdobeStock-729178397.jpeg);height:46rem;}#page-block-2tivm2qxhey .section-holder-overlay{opacity:0.65;background-color:#000000;display:block;}#element-1298{top:2.875rem;left:0;height:2.875rem;width:60rem;z-index:5;color:#FFFFFF;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1298 .contents a{color:#FFFFFF;}#element-1298 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:8.75rem;left:8.8125rem;height:32.125rem;width:18.75rem;z-index:24;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1308{top:8.75rem;left:30.5625rem;height:32.125rem;width:18.75rem;z-index:6;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:10.125rem;left:12.8125rem;height:16rem;width:10.6875rem;z-index:25;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1573{top:13.3125rem;left:31.375rem;height:10.5rem;width:17.0625rem;z-index:60;}#element-1300{top:27.5625rem;left:9.625rem;height:4.125rem;width:17.125rem;z-index:26;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1300 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1300 strong{font-weight:700;}#element-1300.paragraph{font-weight:400;}#element-1309{top:28.875rem;left:31.6875rem;height:2.75rem;width:16.3125rem;z-index:12;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1309 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1309 strong{font-weight:700;}#element-1309.paragraph{font-weight:400;}#element-1301{top:32.25rem;left:9.625rem;height:5.5rem;width:17.125rem;z-index:27;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1301 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1301 strong{font-weight:700;}#element-1301.paragraph{font-weight:400;}#element-1313{top:32.25rem;left:31.6875rem;height:4.125rem;width:16.3125rem;z-index:34;color:#37465A;font-size:0.8669rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1313 .x_8b9dcb22{text-align:left;line-height:1.375rem;font-size:0.8669rem;}#element-1313 strong{font-weight:700;}#element-1313.paragraph{font-weight:400;}#element-1303{top:38.5rem;left:10.5625rem;height:1.1875rem;width:16.1875rem;z-index:29;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1303 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1303 .x_685b16d7{color:#001790;}#element-1303 strong{font-weight:700;}#element-1303.headline{font-weight:700;}#element-1312{top:38.5rem;left:32.125rem;height:1.1875rem;width:16.3125rem;z-index:33;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1312 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1312 .x_685b16d7{color:#001790;}#element-1312 strong{font-weight:700;}#element-1312.headline{font-weight:700;}#page-block-onrwmgoawmd{height:90.6875rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:90.6875rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1571{top:3.5625rem;left:47rem;height:4.25rem;width:10.6875rem;z-index:59;}#element-1590{top:4.25rem;left:40.6875rem;height:2.625rem;width:4.9375rem;z-index:70;}#element-1164{top:4.375rem;left:2.3125rem;height:2.625rem;width:44.125rem;z-index:30;color:#37465A;font-size:1.6099rem;line-height:2.6rem;text-align:left;}#element-1164 .x_f4b5a1e3{text-align:left;line-height:2.625rem;font-size:1.6099rem;}#element-1164 .x_c40856ee{color:#0564c5;}#element-1164 .x_669d5b26{text-align:left;caret-color:rgb(5,100,197);}#element-1623{top:8.8125rem;left:2.25rem;height:10.8125rem;width:20.3125rem;z-index:78;}#element-1623 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1622{top:8.8125rem;left:38.3125rem;height:10.8125rem;width:20.3125rem;z-index:77;}#element-1622 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1539{top:20.3125rem;left:2.3125rem;height:5.8125rem;width:22.5rem;z-index:55;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1539 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1539 .x_7b2817bf{color:#000000;}#element-1604{top:20.3125rem;left:38.4375rem;height:3.875rem;width:20.1875rem;z-index:71;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1604 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1604 .x_7b2817bf{color:#000000;}#element-1606{top:24.625rem;left:38.375rem;height:16.3125rem;width:18.5625rem;z-index:72;color:#37465A;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-1606 .x_8ae9aa76{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-1606 .x_816a1881{color:#98a0a6;}#element-1606 strong{font-weight:700;}#element-1541{top:26.6875rem;left:2.3125rem;height:16.3125rem;width:22.5rem;z-index:56;color:#37465A;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-1541 .x_8ae9aa76{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-1541 .x_816a1881{color:#98a0a6;}#element-1541 strong{font-weight:700;}#element-1543{top:41.3125rem;left:38.3125rem;height:2.5rem;width:14.1875rem;z-index:57;}#element-1543 .btn.btn-effect3d:active{box-shadow:none;}#element-1543 .btn:hover{background:#001790;color:#FFFFFF;}#element-1543 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#element-1608{top:43.875rem;left:2.1875rem;height:2.5rem;width:14.1875rem;z-index:73;}#element-1608 .btn.btn-effect3d:active{box-shadow:none;}#element-1608 .btn:hover{background:#001790;color:#FFFFFF;}#element-1608 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#element-1624{top:50rem;left:2.3125rem;height:10.8125rem;width:20rem;z-index:79;}#element-1624 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1628{top:50rem;left:38.625rem;height:10.8125rem;width:20rem;z-index:83;}#element-1628 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1614{top:61.625rem;left:2.125rem;height:5.8125rem;width:20.9375rem;z-index:74;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1614 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1614 .x_7b2817bf{color:#000000;}#element-1625{top:61.625rem;left:38.5rem;height:3.875rem;width:20.9375rem;z-index:80;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1625 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1625 .x_7b2817bf{color:#000000;}#element-1626{top:66.0625rem;left:38.375rem;height:16.3125rem;width:20.25rem;z-index:81;color:#37465A;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-1626 .x_8ae9aa76{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-1626 .x_816a1881{color:#98a0a6;}#element-1626 strong{font-weight:700;}#element-1616{top:67.875rem;left:2.0625rem;height:14.5rem;width:22.25rem;z-index:75;color:#37465A;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-1616 .x_8ae9aa76{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-1616 .x_816a1881{color:#98a0a6;}#element-1616 strong{font-weight:700;}#element-1618{top:83rem;left:2.0625rem;height:2.5rem;width:14.1875rem;z-index:76;}#element-1618 .btn.btn-effect3d:active{box-shadow:none;}#element-1618 .btn:hover{background:#001790;color:#FFFFFF;}#element-1618 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#element-1627{top:83rem;left:38.4375rem;height:2.5rem;width:14.1875rem;z-index:82;}#element-1627 .btn.btn-effect3d:active{box-shadow:none;}#element-1627 .btn:hover{background:#001790;color:#FFFFFF;}#element-1627 .btn{background:linear-gradient(#1E75E3,#0057C5 50%);color:#FFFFFF;font-size:0.9907rem;font-family:Roboto;font-weight:400;font-style:normal;height:2.5rem;width:14.1875rem;border-radius:3px;}#page-block-svjnsxtszw{height:37.75rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(0,0,0) 60% 0 / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65240670-0-AdobeStock-463851401.jpeg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290504-65240670-ghost-AdobeStock-463851401.jpeg);height:37.75rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.43;background-color:#000000;display:block;}#element-1366{top:2.625rem;left:0;height:2.875rem;width:60rem;z-index:3;color:#FFFFFF;font-size:2.3529rem;line-height:2.85rem;text-align:center;font-weight:700;}#element-1366 .contents a{color:#FFFFFF;}#element-1366 .x_b614627d{text-align:center;line-height:2.875rem;font-size:2.3529rem;}#element-1366 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:8.4375rem;left:15.4375rem;height:25rem;width:14.25rem;z-index:8;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:8.4375rem;left:30.25rem;height:9.3125rem;width:14.25rem;z-index:45;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1376{top:8.4375rem;left:30.3125rem;height:25rem;width:14.25rem;z-index:44;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1577{top:8.4375rem;left:45.25rem;height:25rem;width:14.25rem;z-index:61;}#element-1577 .shape{border:0;background:rgb(255,255,255);}#element-1367{top:8.5rem;left:0.5625rem;height:24.9375rem;width:14.25rem;z-index:13;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1586{top:8.875rem;left:15.4375rem;height:10.625rem;width:14.25rem;z-index:66;}#element-1586 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 0 73% / cover;}#element-1579{top:9.1875rem;left:46.375rem;height:10rem;width:12rem;z-index:62;}#element-1579 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1587{top:9.875rem;left:0.5625rem;height:9.3125rem;width:14.25rem;z-index:67;}#element-1587 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1368{top:20.375rem;left:1.375rem;height:3.75rem;width:12.5625rem;z-index:17;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1368 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1368 strong{font-weight:700;}#element-1368.paragraph{font-weight:400;}#element-1408{top:20.375rem;left:16.375rem;height:3.75rem;width:11.125rem;z-index:36;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1408 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1408 strong{font-weight:700;}#element-1408.paragraph{font-weight:400;}#element-1403{top:20.375rem;left:31.375rem;height:2.5rem;width:10.5625rem;z-index:46;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1403 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1403 strong{font-weight:700;}#element-1403.paragraph{font-weight:400;}#element-1581{top:20.375rem;left:46.125rem;height:5rem;width:12.5625rem;z-index:63;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1581 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1581 strong{font-weight:700;}#element-1581.paragraph{font-weight:400;}#element-1416{top:23.75rem;left:31.375rem;height:4.75rem;width:12rem;z-index:48;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1416 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1416 strong{font-weight:700;}#element-1416.paragraph{font-weight:400;}#element-1369{top:24.875rem;left:1.4375rem;height:4.75rem;width:12.5rem;z-index:19;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1369 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1369 strong{font-weight:700;}#element-1369.paragraph{font-weight:400;}#element-1410{top:24.875rem;left:16.375rem;height:4.75rem;width:12.25rem;z-index:40;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1410 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1410 strong{font-weight:700;}#element-1410.paragraph{font-weight:400;}#element-1585{top:26.125rem;left:46.125rem;height:4.75rem;width:12.5625rem;z-index:65;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1585 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1585 strong{font-weight:700;}#element-1585.paragraph{font-weight:400;}#element-1375{top:31.5rem;left:25.625rem;height:1.1875rem;width:3rem;z-index:38;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1375 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1375 .x_685b16d7{color:#001790;}#element-1375 strong{font-weight:700;}#element-1375.headline{font-weight:700;}#element-1371{top:31.5625rem;left:1.0625rem;height:1.1875rem;width:12.75rem;z-index:21;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1371 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1371 .x_685b16d7{color:#001790;}#element-1371 strong{font-weight:700;}#element-1371.headline{font-weight:700;}#element-1414{top:31.5625rem;left:40.5rem;height:1.1875rem;width:3rem;z-index:47;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1414 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1414 .x_685b16d7{color:#001790;}#element-1414 strong{font-weight:700;}#element-1414.headline{font-weight:700;}#element-1583{top:31.5625rem;left:55.4375rem;height:1.1875rem;width:3rem;z-index:64;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1583 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1583 .x_685b16d7{color:#001790;}#element-1583 strong{font-weight:700;}#element-1583.headline{font-weight:700;}#page-block-81q9dif26ks{height:19.375rem;max-width:100%;}#page-block-81q9dif26ks .section-holder-border{border:0;}#page-block-81q9dif26ks .section-block{background:rgb(255,255,255);height:19.375rem;}#page-block-81q9dif26ks .section-holder-overlay{display:none;}#element-1588{top:3rem;left:23.3125rem;height:7rem;width:13.3125rem;z-index:68;}#element-1517{top:11.5625rem;left:8.25rem;height:4.5rem;width:43.5rem;z-index:54;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-1517 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-1517 .x_9deb3e52{color:#676f79;}#element-1517 .x_1fd050ee{text-align:left;caret-color:rgb(152,160,166);}#page-block-f5rz8q8b86m{height:1.5625rem;max-width:100%;}#page-block-f5rz8q8b86m .section-holder-border{border:0;}#page-block-f5rz8q8b86m .section-block{background:rgb(0,87,197);height:1.5625rem;}#page-block-f5rz8q8b86m .section-holder-overlay{display:none;}#page-block-lu0i5iw5w4e{height:21.1875rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:21.1875rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1570{top:2.4375rem;left:20.4375rem;height:8.25rem;width:20.875rem;z-index:58;}#element-1501{top:10.75rem;left:5.1875rem;height:6rem;width:49.5625rem;z-index:51;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:center;}#element-1501 .x_519e17eb{text-align:center;line-height:1.5rem;font-size:0.9288rem;}#element-1501 .x_9deb3e52{color:#676f79;}#page-block-9wevj9i0x8b{height:6.8125rem;max-width:100%;}#page-block-9wevj9i0x8b .section-holder-border{border:0;}#page-block-9wevj9i0x8b .section-block{background:repeat rgb(198,208,200) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/43140044-0-abstract-pcb.jpg),url(//v.fastcdn.co/t/6f5f942d/df9d430b/1731290505-43140044-ghost-abstract-pcb.jpg);height:6.8125rem;}#page-block-9wevj9i0x8b .section-holder-overlay{opacity:0.79;background-color:#141D24;display:block;}#element-744{top:1rem;left:22.6875rem;height:4.9375rem;width:14rem;z-index:16;}#page_block_footer{height:3.4375rem;max-width:100%;}#page_block_footer .section-holder-border{border:0;}#page_block_footer .section-block{background:rgb(255,255,255);height:3.4375rem;}#page_block_footer .section-holder-overlay{display:none;}#element-874{top:0.9375rem;left:21.5rem;height:2.5rem;width:17rem;z-index:35;}#element-874 .btn.btn-effect3d:active{box-shadow:none;}#element-874 .btn:hover{background:#1565C0;color:#FFFFFF;}#element-874 .btn{background:#1E88E5;color:#FFFFFF;font-size:0.9907rem;font-family:Arial;font-weight:400;font-style:normal;height:2.5rem;width:17rem;border-radius:3px;}#page-block-zedljqnx41{height:8.5rem;max-width:100%;}#page-block-zedljqnx41 .section-holder-border{border:0;}#page-block-zedljqnx41 .section-block{background:rgb(255,255,255);height:8.5rem;}#page-block-zedljqnx41 .section-holder-overlay{display:none;}#element-875{top:1.4375rem;left:0;height:6.0625rem;width:60.0625rem;z-index:28;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 24031847; window.__customer_id = 1355093; window.__default_experience_id = 24031847; window.__version = 49; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "7c187d4c73ba21b31f0bce2ddee6026830c6522a"; window.__page_domain = "www.eeworldonline.com"; window.__page_generator = true; window.__experiment_id = null; window.__new_tracker = true; window._Translate = { translations: {}, set: function (text, translation) { this.translations[text] = translation; }, get: function (text) { return this.translations[text] || text; } }; </script> <script data-cfasync="false" id="ip-config" type="application/json"> {"mobileDisabled":false,"snowplowWrapperUrl":"//g.fastcdn.co/js/sptw.051afd940be1c95d0063.js","downloadFileEndpoint":"https://app.instapage.com/ajax/pageserver/files/serve-file","reCaptchaEnabled":false,"snowplowUrl":"https://cdn.instapagemetrics.com/t/js/3/it.js"} </script> <script data-cfasync="false" id="ip-analytics" type="application/json">{"trackingData":{"ownerId":1041598,"customerId":1355093,"pageId":24031847,"publishedVersion":49,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-white-paper-celum.pdf","ariaLabel":"","id":"br3yo59eziv","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-flyer_3M_Heilind.pdf","ariaLabel":"","id":"b9ss19euyy","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/cable-selector-guide.pdf","ariaLabel":"","id":"nblc4svxdy","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.youtube.com/watch?v=7XPXrMztGEc","ariaLabel":"","id":"i7m2w1enul","type":"url","track":true,"targetNewWindow":true,"passParameters":false}],"allLinks":[{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"qm8exbl1cjn","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"7youuboo0sp","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"#page-block-j94992pejx","id":"wdnighzgq5","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-onrwmgoawmd","id":"jwxdj6x9rlc","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-svjnsxtszw","id":"msjmufj5m58","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.heilind.com","ariaLabel":"","id":"jjl881hryn8","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.3m.com/","ariaLabel":"","id":"q0qppayrths","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/what-are-the-most-common-connector-styles-used-for-mv-systems/","ariaLabel":"","id":"cw5al594qy","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.sensortips.com/featured/what-determines-the-connectivity-bandwidth-needed-in-a-machine-vision-system/","ariaLabel":"","id":"ywwaccfrzk","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.sensortips.com/featured/what-are-the-key-specifications-of-machine-vision-sensors/","ariaLabel":"","id":"dgy7mn4jvx8","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.connectortips.com/what-are-the-seven-variations-of-camera-link-machine-vision-connectivity/","ariaLabel":"","id":"c4b1pw6bow5","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/how-do-car-camera-bus-and-fpd-link-compare/","ariaLabel":"","id":"jaq0mzlpzzq","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com","ariaLabel":"","id":"66ewmmnvo06","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.3m.com/","ariaLabel":"","id":"2xtrevkq6g1","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-white-paper-celum.pdf","ariaLabel":"","id":"br3yo59eziv","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-flyer_3M_Heilind.pdf","ariaLabel":"","id":"b9ss19euyy","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/cable-selector-guide.pdf","ariaLabel":"","id":"nblc4svxdy","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.youtube.com/watch?v=7XPXrMztGEc","ariaLabel":"","id":"i7m2w1enul","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.wireandcabletips.com/how-can-emi-be-eliminated-from-an-industrial-cable-system/","ariaLabel":"","id":"8wxsqk0ky7d","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/how-the-digital-interface-standards-for-cables-and-connectors-are-changing/","ariaLabel":"","id":"jx3fvsp5v9e","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/how-do-the-three-types-of-shielded-cables-work/","ariaLabel":"","id":"8w4yiyug1yo","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.connectortips.com/whats-the-difference-between-mini-delta-ribbon-and-shrunk-delta-ribbon-cable-assemblies/","ariaLabel":"","id":"1e57wuuj90ai","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.3m.com/","ariaLabel":"","id":"2oqz84r13w8","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com","ariaLabel":"","id":"9710a0wv5f","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com","ariaLabel":"","id":"bfz8uqt2g0g","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.eeworldonline.com/learning-center","ariaLabel":"","id":"k97mlinn9gg","type":"url","track":false,"targetNewWindow":true,"passParameters":false}],"user_id":1041598},"conversionSettings":{"forms":true,"links":true,"external":false}}</script> <script data-cfasync="false" id="ip-trkr" type="text/javascript" async=1> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://cdn.instapagemetrics.com/t/js/3/it.js","instapageSp")); ;(function(i,n,s,t,a,p,g){i[a]||(i[a]=function(){(i[a].q=i[a].q||[]).push(arguments)}, i[a].q=i[a].q||[],p=n.createElement(s),g=n.getElementsByTagName(s)[0],p.async=1, p.src=t,g.parentNode.insertBefore(p,g))}(window,document,"script","//g.fastcdn.co/js/sptw.051afd940be1c95d0063.js","_instapageSnowplow")); try { var trackingData = JSON.parse(document.querySelector('#ip-analytics').text).trackingData; window._instapageSnowplow('setWrapperConfig', { lpContext: { lp_id: trackingData.pageId, lp_variation_id: trackingData.variationId, lp_version: trackingData.publishedVersion, subaccount_id: trackingData.customerId }, collectorHost: "https://ec.instapagemetrics.com" }); if (!localStorage.getItem('IP_NO_TRACKING')) { window._instapageSnowplow('enableActivityTracking'); window._instapageSnowplow('trackPageView'); } } catch (e) { console.warn('Snowplow tracker error', e); } </script> <script data-cfasync="false" id="ip-cm" type="text/javascript" async=1> ;(function(c,o,n,s,e,m,a){c[e]||(c[e]=function(){(c[e].q=c[e].q||[]).push(arguments)}, c[e].q=c[e].q||[],m=o.createElement(n),a=o.getElementsByTagName(n)[0],m.async=1, m.src=s,a.parentNode.insertBefore(m,a))}(window,document,"script","https://g.fastcdn.co/js/cm.js","_instapageConsentManagement")); </script> <script data-cfasync="false" src="//g.fastcdn.co/js/utils.bcf03997485feb49f2c7.js"></script> <!-- F_INSTAPAGE[dynamic_text_replacement;page_generator] --> <!-- Workspace Level Script Head --> <!-- end Workspace Level Script Head --> <!-- custom HEAD code--> <!-- end custom HEAD code--> </head> <body style="display: none" id="landing-page"> <!-- Workspace Level Script Body --> <!-- end Workspace Level Script Body --> <!-- custom BODY code--> <!-- end custom BODY code--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5XFMW25" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <main class=""> <section class="section section-relative " id="page-block-6mrf768uimo" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-594"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-qm8exbl1cjn" data-at="image-link" data-link-qm8exbl1cjn target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="Design World Motion Control Classroom" src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290505-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290505-43139760-250x86-EEworld-online.png 2x" > </a> </div> </div> <div class="widget item-absolute paragraph hidden-mobile " id="element-743" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_0d0d8539"><span class="x_edb7cf02"><strong ><a href="https://www.eeworldonline.com/learning-center" id="link-7youuboo0sp" target="_blank" data-link-7youuboo0sp class="url-link">Learning Center</a> I <a href="#page-block-j94992pejx" id="link-wdnighzgq5" data-link-wdnighzgq5 class="onpage-link">Machine Vision</a> I <a href="#page-block-onrwmgoawmd" id="link-jwxdj6x9rlc" data-link-jwxdj6x9rlc class="onpage-link">Featured Resources</a> I <a href="#page-block-svjnsxtszw" id="link-msjmufj5m58" data-link-msjmufj5m58 class="onpage-link">Cable Assemblies</a></strong></span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-f2yeqbj4sn6" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1494" data-at="headline"> <div class="contents"> <h2> <span class="x_126aecd4 x_446dab97">Machine Vision & Cabling</span> </h2> </div> </div> <div class="widget item-absolute paragraph " id="element-1462" data-at="paragraph"> <div class="contents"> <p class="x_9a9d3d17 x_ee13c36c">From cutting-edge connector designs to sophisticated EMI management strategies, this classroom explores the latest developments in machine vision technologies. Covering automotive applications, sensor technologies, and industrial solutions, we examine how advanced interfaces, high-speed data transmission, and improved signal integrity are revolutionizing modern vision systems.</p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-kh8q3gpijp" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-28770szh5d4" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1147" data-at="headline"> <div class="contents"> <h1> <span class="x_aefeb974 x_47b745f5">Sponsored by: </span> </h1> </div> </div> <div class="widget item-absolute " id="element-1503"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com" class="url-link item-content-box item-block" id="link-jjl881hryn8" data-at="image-link" data-link-jjl881hryn8 target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290508-65220771-359x142x372x142x5x0-Heilind-Logo---2-CLR.png" srcset="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290508-65220771-359x142x372x142x5x0-Heilind-Logo---2-CLR.png 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-1589"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.3m.com/" class="url-link item-content-box item-block" id="link-q0qppayrths" data-at="image-link" data-link-q0qppayrths target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290513-65240720-176x93-3M-cmyk.png" srcset="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290513-65240720-176x93-3M-cmyk.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-j94992pejx" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1471" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_f2074b6c"><span class="x_773513fc">Machine Vision</span></span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1472"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1477"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1480"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1481"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1475"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240566-0-What-are-the-most-co.jpg" ></div> </div> <div class="widget item-absolute " id="element-1478"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240565-0-What-are-four-factor.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1473" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_fae6260b"><strong >What are the most common connector styles used for MV systems?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1485" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >What determines the connectivity bandwidth needed in a machine vision system?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1484" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >What are the key specifications of machine vision sensors?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1474" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Discover how advanced connector technologies are transforming industrial machine vision and automation systems today.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1486" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Resolution, frame rate, and bit depth specifications determine key requirements for automotive pedestrian detection.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1488" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">A review of CCDs and CMOS sensors, key specifications, quantum efficiency, and related optical elements.</p> </div> </div> <div class="widget item-absolute headline " id="element-1476" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.connectortips.com/what-are-the-most-common-connector-styles-used-for-mv-systems/" id="link-cw5al594qy" target="_blank" data-link-cw5al594qy class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1479" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.sensortips.com/featured/what-determines-the-connectivity-bandwidth-needed-in-a-machine-vision-system/" id="link-ywwaccfrzk" target="_blank" data-link-ywwaccfrzk class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1487" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.sensortips.com/featured/what-are-the-key-specifications-of-machine-vision-sensors/" id="link-dgy7mn4jvx8" target="_blank" data-link-dgy7mn4jvx8 class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-fvgk5jbg7fk" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-2tivm2qxhey" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1298" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5">Cameras • Connectivity</span> </h1> </div> </div> <div class="widget item-absolute " id="element-1299"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1308"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1310"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240586-0-What-are-the-Seven-V.jpg" ></div> </div> <div class="widget item-absolute " id="element-1573"> <div class="contents cropped item-block" data-at="image-cropp"> <a class="url-link item-content-box item-block" id="link-" data-at="image-link" data-link- > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290511-65240587-273x168-How-do-Car-Camera-Bu.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290511-65240587-273x168-How-do-Car-Camera-Bu.jpeg" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1300" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >What are the seven variations of Camera Link Machine Vision connectivity?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1309" data-at="paragraph"> <div class="contents"> <p class="x_0a34168d x_fae6260b"><strong >How do car camera bus and FPD Link compare?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1301" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">Camera Link technology offers multiple configurations for machine vision, from basic 2.04 Gbps to high-speed variants with fiber options.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1313" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">Learn how three rival technologies compete to connect tomorrow's automotive vision systems.</p> </div> </div> <div class="widget item-absolute headline " id="element-1303" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/what-are-the-seven-variations-of-camera-link-machine-vision-connectivity/" id="link-c4b1pw6bow5" target="_blank" data-link-c4b1pw6bow5 class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1312" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.connectortips.com/how-do-car-camera-bus-and-fpd-link-compare/" id="link-jaq0mzlpzzq" target="_blank" data-link-jaq0mzlpzzq class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-onrwmgoawmd" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-1571"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com" class="url-link item-content-box item-block" id="link-66ewmmnvo06" data-at="image-link" data-link-66ewmmnvo06 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290510-65220771-171x68x177x68x3x0-Heilind-Logo---2-CLR.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290510-65220771-171x68x177x68x3x0-Heilind-Logo---2-CLR.png" > </a> </div> </div> <div class="widget item-absolute " id="element-1590"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.3m.com/" class="url-link item-content-box item-block" id="link-2xtrevkq6g1" data-at="image-link" data-link-2xtrevkq6g1 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290514-65240720-79x42-3M-cmyk.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290514-65240720-79x42-3M-cmyk.png" > </a> </div> </div> <div class="widget item-absolute headline " id="element-1164" data-at="headline"> <div class="contents"> <h2> <span class="x_f4b5a1e3 x_95ffcc8f"><span class="x_c40856ee"><span class="x_669d5b26"><strong >Featured Resources</strong></span></span></span> </h2> </div> </div> <div class="widget item-absolute " id="element-1623"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65244644-0-2-AdobeStock-8222176.jpeg" ></div> </div> <div class="widget item-absolute " id="element-1622"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65244643-0-1-AdobeStock-5654099.jpeg" ></div> </div> <div class="widget item-absolute headline " id="element-1539" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf">How to deploy high-speed cable assemblies for high-performance computing</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1604" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf">Enhancing Efficiency with Machine Vision Interfaces</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1606" data-at="paragraph"> <div class="contents"> <p class="x_8ae9aa76 x_ef245e2e"><span class="x_816a1881">Machine vision is revolutionizing manufacturing by enabling automation, real-time data capture, and quality control. This whitepaper examines the latest interface technologies, offering guidance on selecting the right solutions to optimize performance and boost productivity.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1541" data-at="paragraph"> <div class="contents"> <p class="x_8ae9aa76 x_ef245e2e"><span class="x_816a1881">As industries advance with the Fourth Industrial Revolution, machine vision is driving automation, improving efficiency, and ensuring quality control through real-time data capture. This datasheet explores key machine vision interface technologies and standards, helping manufacturers optimize performance by selecting the right solutions for their needs.</span></p> </div> </div> <div class="widget item-absolute " id="element-1543"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-white-paper-celum.pdf" id="link-br3yo59eziv" target="_blank" class="url-link btn item-block" data-at="button" data-link-br3yo59eziv > DOWNLOAD WHITE PAPER </a> </div> <div class="widget item-absolute " id="element-1608"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/machine-vision-flyer_3M_Heilind.pdf" id="link-b9ss19euyy" target="_blank" class="url-link btn item-block" data-at="button" data-link-b9ss19euyy > DOWNLOAD DATASHEET </a> </div> <div class="widget item-absolute " id="element-1624"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65244649-0-3m-cables.jpg" ></div> </div> <div class="widget item-absolute " id="element-1628"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65244651-0-VideoThumbnail.PNG" ></div> </div> <div class="widget item-absolute headline " id="element-1614" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf">Selecting the Right 3M™ Cables and Accessories for Your Application</span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1625" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_8f2182eb"><span class="x_7b2817bf">3M Industrial Automation Machine Vision</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1626" data-at="paragraph"> <div class="contents"> <p class="x_8ae9aa76 x_8b9ce48e"><span class="x_816a1881">3M’s USB3 Vision and CoaXpress industrial camera cable assemblies enhance performance and reliability over extended transmission distances, offering dynamic bending durability for high-speed, high-density machine vision applications across lighting, telecommunications, data transmission, and industrial automation sectors.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1616" data-at="paragraph"> <div class="contents"> <p class="x_8ae9aa76 x_ef245e2e"><span class="x_816a1881">Choosing the right cable and connector is critical for ensuring performance and durability in demanding environments. This guide provides an overview of 3M™ cable solutions, helping you match your specific application needs with the appropriate cables, connectors, and accessories for optimal results.</span></p> </div> </div> <div class="widget item-absolute " id="element-1618"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/cable-selector-guide.pdf" id="link-nblc4svxdy" target="_blank" class="url-link btn item-block" data-at="button" data-link-nblc4svxdy > DOWNLOAD GUIDE </a> </div> <div class="widget item-absolute " id="element-1627"> <a href="https://www.youtube.com/watch?v=7XPXrMztGEc" id="link-i7m2w1enul" target="_blank" class="url-link btn item-block" data-at="button" data-link-i7m2w1enul > WATCH VIDEO </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-svjnsxtszw" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute headline " id="element-1366" data-at="headline"> <div class="contents"> <h1> <span class="x_b614627d x_47b745f5"><span class="x_773513fc">Cabling • Cable Assemblies</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1372"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1378"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240621-0-How-do-the-three-typ.jpg" ></div> </div> <div class="widget item-absolute " id="element-1376"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1577"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1367"> <div class="contents shape box figure " data-at="shape" ></div> </div> <div class="widget item-absolute " id="element-1586"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240649-0-Cable-EMI-protection.jpg" ></div> </div> <div class="widget item-absolute " id="element-1579"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240625-0-Whats-the-Difference.jpg" ></div> </div> <div class="widget item-absolute " id="element-1587"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65240663-0-Euresys-Framegrapper.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1368" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_fae6260b"><strong >How the digital-interface standards for cables and connectors are changing</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1408" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >How can EMI be eliminated from an industrial cable system?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1403" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >How do the three types of shielded cables work?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1581" data-at="paragraph"> <div class="contents"> <p class="x_47a309de"><strong >What’s the difference between mini delta ribbon and shrunk delta ribbon cable assemblies?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1416" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Manage electromagnetic interference in industrial settings and learn strategies for cables, shielding, and layout.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1369" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Digital interface standards evolve, driving demand for advanced cables and connectors in machine vision applications.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1410" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Effective EMI management in industrial settings employs strategic cable shielding, routing, and layout techniques.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1585" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Camera Link cables come in MDR and SDR types, supporting video signals up to 2.04 Gbps with power delivery capability.</p> </div> </div> <div class="widget item-absolute headline " id="element-1375" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.wireandcabletips.com/how-can-emi-be-eliminated-from-an-industrial-cable-system/" id="link-8wxsqk0ky7d" target="_blank" data-link-8wxsqk0ky7d class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1371" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.connectortips.com/how-the-digital-interface-standards-for-cables-and-connectors-are-changing/" id="link-jx3fvsp5v9e" target="_blank" data-link-jx3fvsp5v9e class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1414" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.connectortips.com/how-do-the-three-types-of-shielded-cables-work/" id="link-8w4yiyug1yo" target="_blank" data-link-8w4yiyug1yo class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1583" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_bb1de03d"><a href="https://www.connectortips.com/whats-the-difference-between-mini-delta-ribbon-and-shrunk-delta-ribbon-cable-assemblies/" id="link-1e57wuuj90ai" target="_blank" data-link-1e57wuuj90ai class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-81q9dif26ks" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-1588"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.3m.com/" class="url-link item-content-box item-block" id="link-2oqz84r13w8" data-at="image-link" data-link-2oqz84r13w8 target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290512-65240720-213x112-3M-cmyk.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290512-65240720-213x112-3M-cmyk.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1517" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_c5f0bf77"><span class="x_9deb3e52"><span class="x_1fd050ee">A Fortune 100 company, 3M brings its renowned commitment to design and innovation to its high-quality line of electronic connectors, adhesives, insulation products and static control products.</span></span></p><p class="x_519e17eb x_c5f0bf77"><span class="x_9deb3e52"><span class="x_1fd050ee"><br></span></span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-f5rz8q8b86m" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> </div> </div> </section> <section class="section section-relative " id="page-block-lu0i5iw5w4e" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-1570"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.heilind.com" class="url-link item-content-box item-block" id="link-9710a0wv5f" data-at="image-link" data-link-9710a0wv5f target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290509-65220771-334x132x346x132x5x0-Heilind-Logo---2-CLR.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290509-65220771-334x132x346x132x5x0-Heilind-Logo---2-CLR.png" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1501" data-at="paragraph"> <div class="contents"> <p class="x_519e17eb x_c5f0bf77"><span class="x_9deb3e52">Heilind Electronics offers the full 3M electronics product portfolio, including high-speed cable assemblies, factory automation connectors, I/O products, backplane solutions, wiremount and boardmount connectors and cable, and much more. With the world’s largest inventory of interconnect products, we stand ready to serve. Our factory-trained sales team has the experience to help with the most challenging design.</span><br></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-9wevj9i0x8b" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-744"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.eeworldonline.com" class="url-link item-content-box item-block" id="link-bfz8uqt2g0g" data-at="image-link" data-link-bfz8uqt2g0g target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290507-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/df9d430b/1731290507-43173756-224x79-EEworld-online-rever.png" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page_block_footer" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-874"> <a href="https://www.eeworldonline.com/learning-center" id="link-k97mlinn9gg" target="_blank" class="url-link btn item-block" data-at="button" data-link-k97mlinn9gg > EE World's Online Learning Center </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-zedljqnx41" data-at="section"> <div class="section-holder-border item-block item-absolute" data-at="section-border"></div> <div class="section-holder-overlay item-block item-absolute" data-at="section-overlay"></div> <div class="section-block"> <div class="section-inner section-fit section-relative"> <div class="widget item-absolute " id="element-875"> <div class="contents html-widget__text-center " data-at="html"> Copyright © <script data-cfasync="false" >document.write(new Date().getFullYear())</script> WTWH Media, LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media. <a href="https://www.wtwhmedia.com/privacy-policy/" target="_blank">Privacy Policy</a> </div> </div> </div> </div> </section> </main> <!-- Workspace Level Script Footer --> <!-- end Workspace Level Script Footer --> <!-- custom FOOTER code--> <!-- end custom FOOTER code--> <script data-cfasync="false" src="//g.fastcdn.co/js/Cradle.14973f8f195e25e002ff.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.77b7aec17419c3045fee.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.c1a9dcf75cfbd1ae01c0.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-11-11T02:03:29.070Z --> <!-- --> <script data-cfasync="false" >(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'91342492ddc57bc3',t:'MTczOTc3ODE2OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>