CINXE.COM
EE Classroom - Relays & Sensors
<!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="In this classroom, we explore the evolution of relays, encoders, and communication protocols like CAN bus. Learn about smart power control in the IoT era, optimization of three-phase systems, and diagnostic tools for motor drives. Discover how functional safety standards adapt across industries." /> <meta name="keywords" content="" /> <link rel="canonical" href="https://www.eeworldonline.com/relays-sensors-classroom"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/42923436-0-mc-favicon.png" type="image/ico"> <title>EE Classroom - Relays & Sensors</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/relays-sensors-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:13;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:25.9375rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(8,21,79) 50% 50% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65220803-0-AdobeStock-274773515.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576217-65220803-ghost-AdobeStock-274773515.jpeg);height:25.9375rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.79;background-color:#07113A;display:block;}#element-1494{top:2.5rem;left:1.25rem;height:2.125rem;width:22.5rem;z-index:59;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 .x_f2074b6c{color:#ffffff;}#element-1494 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1494 strong{font-weight:700;}#element-1494.headline{font-weight:600;}#element-1462{top:6.125rem;left:1.8125rem;height:15.8125rem;width:21.25rem;z-index:26;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:31.75rem;max-width:100%;}#page-block-28770szh5d4 .section-holder-border{border:0;}#page-block-28770szh5d4 .section-block{background:rgb(255,255,255);height:31.75rem;}#page-block-28770szh5d4 .section-holder-overlay{display:none;}#element-1147{top:3.0625rem;left:1.1875rem;height:2.25rem;width:22.5rem;z-index:63;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-1505{top:15.5625rem;left:3.5rem;height:12.5339rem;width:17.875rem;z-index:62;}#element-1503{top:6.125rem;left:1.1875rem;height:8.8922rem;width:22.5rem;z-index:61;}#page-block-j94992pejx{height:151.125rem;max-width:100%;}#page-block-j94992pejx .section-holder-border{border:0;}#page-block-j94992pejx .section-block{background:repeat rgb(0,0,0) 62% 97% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65220047-0-AdobeStock-101748133.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576218-65220047-ghost-AdobeStock-101748133.jpeg);height:151.125rem;}#page-block-j94992pejx .section-holder-overlay{opacity:0.44;background-color:#000000;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_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1471 .x_f2074b6c{color:#ffffff;}#element-1471 strong{font-weight:700;}#element-1471.headline{font-weight:700;}#element-1477{top:44.8125rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:9;}.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-1477 .shape{border:0;background:rgb(255,255,255);}#element-1480{top:80.1875rem;left:2.8125rem;height:31.25rem;width:19rem;z-index:36;}#element-1480 .shape{border:0;background:rgb(255,255,255);}#element-1482{top:115.375rem;left:2.875rem;height:31.25rem;width:18.25rem;z-index:42;}#element-1482 .shape{border:0;background:rgb(255,255,255);}#element-1472{top:9.4375rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:16;}#element-1472 .shape{border:0;background:rgb(255,255,255);}#element-1481{top:82.4375rem;left:5.625rem;height:11.4375rem;width:13.1875rem;z-index:38;}#element-1481 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1475{top:12.375rem;left:3.75rem;height:9.125rem;width:16.625rem;z-index:18;}#element-1475 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1478{top:48.6875rem;left:3.3125rem;height:9.0625rem;width:17.75rem;z-index:12;}#element-1478 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1483{top:118.3125rem;left:5.0625rem;height:8.875rem;width:14.25rem;z-index:43;}#element-1483 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1473{top:23.8125rem;left:4.125rem;height:4.875rem;width:16.5rem;z-index:21;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:60.9375rem;left:4.125rem;height:2.75rem;width:13.5625rem;z-index:45;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:96rem;left:4rem;height:2.75rem;width:15.125rem;z-index:51;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-1489{top:129.75rem;left:4.4375rem;height:2.75rem;width:15.5rem;z-index:56;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;font-weight:400;}#element-1489 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1489 strong{font-weight:700;}#element-1489.paragraph{font-weight:400;}#element-1486{top:64.125rem;left:4rem;height:6.5rem;width:16.25rem;z-index:49;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:99.625rem;left:4.0625rem;height:6.5rem;width:16.375rem;z-index:55;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-1491{top:133.1875rem;left:4.4375rem;height:8.125rem;width:15.5rem;z-index:58;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;font-weight:400;}#element-1491 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1491 strong{font-weight:700;}#element-1491.paragraph{font-weight:400;}#element-1474{top:29.4375rem;left:4.25rem;height:6.5rem;width:16.25rem;z-index:23;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-1476{top:37.625rem;left:4.25rem;height:1.625rem;width:16.25rem;z-index:25;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:73.25rem;left:14.4375rem;height:1.5rem;width:5.75rem;z-index:47;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:108.25rem;left:15.875rem;height:1.5rem;width:4.125rem;z-index:53;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;}#element-1490{top:143.5rem;left:15.1875rem;height:1.5rem;width:4.875rem;z-index:57;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1490 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1490 .x_685b16d7{color:#001790;}#element-1490 strong{font-weight:700;}#element-1490.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:81.25rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 0 95% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65220059-0-AdobeStock-440149114.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576219-65220059-ghost-AdobeStock-440149114.jpeg);height:81.25rem;}#page-block-2tivm2qxhey .section-holder-overlay{display:none;}#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 .x_f2074b6c{color:#ffffff;}#element-1298 .x_41ae8345{text-align:left;caret-color:rgb(255,255,255);}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:10.625rem;left:3.125rem;height:31.25rem;width:18.75rem;z-index:27;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1502{top:10.5625rem;left:3rem;height:14rem;width:18.875rem;z-index:29;}#element-1502 .shape{border:0;background:rgb(0,0,0);}#element-1308{top:46.0625rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:6;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:47.6875rem;left:3.1875rem;height:12.8125rem;width:17.4375rem;z-index:10;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1302{top:12.125rem;left:3.125rem;height:10.6875rem;width:18.6875rem;z-index:30;}#element-1302 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-1300{top:27.3125rem;left:4.5625rem;height:3.25rem;width:15.625rem;z-index:28;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:62.8125rem;left:4.375rem;height:3.25rem;width:15.875rem;z-index:14;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:31.25rem;left:4.6875rem;height:4.125rem;width:15.5625rem;z-index:31;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:66.5rem;left:4.3125rem;height:5.5rem;width:15.875rem;z-index:40;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-1312{top:74.8125rem;left:16rem;height:1.5rem;width:3.5rem;z-index:39;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;}#element-1303{top:37.75rem;left:16.0625rem;height:1.5rem;width:3.375rem;z-index:33;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;}#page-block-onrwmgoawmd{height:183.625rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:183.625rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1572{top:2.5rem;left:8.5rem;height:5.625rem;width:8rem;z-index:84;}#element-1571{top:10rem;left:7.125rem;height:4.25rem;width:10.6875rem;z-index:83;}#element-1164{top:17.625rem;left:1.1875rem;height:2.1875rem;width:21rem;z-index:34;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-1545{top:61.375rem;left:1.5rem;height:12.2196rem;width:21.8125rem;z-index:73;}#element-1176{top:22.1875rem;left:1.0625rem;height:12.1846rem;width:21.75rem;z-index:68;}#element-1163{top:35.625rem;left:1.0625rem;height:3.5rem;width:22.8125rem;z-index:66;color:#98A0A6;font-size:1.2384rem;line-height:1.75rem;text-align:left;}#element-1163 .x_0fa34b5f{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1163 .x_7b2817bf{color:#000000;}#element-1539{top:74.8125rem;left:0.9375rem;height:4.3125rem;width:23.5625rem;z-index:69;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-1500{top:39.8125rem;left:1.0625rem;height:11rem;width:22.8125rem;z-index:67;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1500 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1500 .x_816a1881{color:#98a0a6;}#element-1541{top:80.1875rem;left:0.9375rem;height:12.375rem;width:21.875rem;z-index:70;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-1165{top:52.625rem;left:1.0625rem;height:2.5rem;width:11rem;z-index:71;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-1165 .btn.btn-effect3d:active{box-shadow:none;}#element-1165 .btn:hover{background:#001790;color:#FFFFFF;}#element-1165 .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:11rem;border-radius:3px;}#element-1543{top:94.375rem;left:0.875rem;height:2.5rem;width:14.6875rem;z-index:72;}#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-1563{top:144.375rem;left:1.1875rem;height:12.1846rem;width:21.75rem;z-index:79;}#element-1555{top:102.625rem;left:1.1875rem;height:12.1145rem;width:21.625rem;z-index:76;}#element-1549{top:115.8125rem;left:1.1875rem;height:4.3125rem;width:23.5625rem;z-index:74;color:#98A0A6;font-size:1.1765rem;line-height:1.425rem;text-align:left;}#element-1549 .x_561aca13{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1549 .x_7b2817bf{color:#000000;}#element-1557{top:157.75rem;left:1.1875rem;height:4.3125rem;width:22.5rem;z-index:77;color:#98A0A6;font-size:1.1765rem;line-height:1.425rem;text-align:left;}#element-1557 .x_561aca13{text-align:left;line-height:1.4375rem;font-size:1.1765rem;}#element-1557 .x_7b2817bf{color:#000000;}#element-1551{top:119.625rem;left:1.0625rem;height:13.75rem;width:21.6875rem;z-index:75;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1551 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1551 .x_816a1881{color:#98a0a6;}#element-1551 strong{font-weight:700;}#element-1559{top:163.125rem;left:1.125rem;height:11rem;width:22.5rem;z-index:78;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-1559 .x_ef245e2e{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-1559 .x_816a1881{color:#98a0a6;}#element-1559 strong{font-weight:700;}#element-1567{top:135.1875rem;left:1.1875rem;height:2.5rem;width:14.125rem;z-index:80;}#element-1567 .btn.btn-effect3d:active{box-shadow:none;}#element-1567 .btn:hover{background:#001790;color:#FFFFFF;}#element-1567 .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.125rem;border-radius:3px;}#element-1569{top:175.875rem;left:1.125rem;height:2.5rem;width:14.1875rem;z-index:81;}#element-1569 .btn.btn-effect3d:active{box-shadow:none;}#element-1569 .btn:hover{background:#001790;color:#FFFFFF;}#element-1569 .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:117.1875rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(0,0,0) 61% 14% / cover;background-image:url(//v.fastcdn.co/u/6f5f942d/65220182-0-AdobeStock-755950229.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576220-65220182-ghost-AdobeStock-755950229.jpeg);height:117.1875rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.35;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 .x_f2074b6c{color:#ffffff;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:44.8125rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:8;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1376{top:80.25rem;left:2.8125rem;height:31.25rem;width:19rem;z-index:35;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1367{top:9.4375rem;left:2.875rem;height:31.25rem;width:18.75rem;z-index:15;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:81.25rem;left:4.9375rem;height:10.625rem;width:14.625rem;z-index:37;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1370{top:11.9375rem;left:4.3125rem;height:12.0625rem;width:15.75rem;z-index:17;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1374{top:48.25rem;left:3.6875rem;height:10.1875rem;width:17.0625rem;z-index:11;}#element-1374 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1403{top:93.9375rem;left:4rem;height:5.5rem;width:16.5625rem;z-index:50;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-1368{top:25.625rem;left:4.3125rem;height:3.25rem;width:16.25rem;z-index:20;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:59.8125rem;left:4.5625rem;height:2.75rem;width:15.375rem;z-index:44;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-1369{top:29.875rem;left:4.25rem;height:6.5rem;width:16.25rem;z-index:22;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:63.25rem;left:4.5625rem;height:8.125rem;width:15.5rem;z-index:48;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-1416{top:100.3125rem;left:3.875rem;height:6.5rem;width:16.625rem;z-index:54;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-1375{top:73.25rem;left:14.4375rem;height:1.5rem;width:5.75rem;z-index:46;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1375 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1375 .x_685b16d7{color:#001790;}#element-1375 strong{font-weight:700;}#element-1375.headline{font-weight:700;}#element-1371{top:37.625rem;left:4.25rem;height:1.625rem;width:16.25rem;z-index:24;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:108.8125rem;left:15.8125rem;height:1.5rem;width:4.125rem;z-index:52;color:#37465A;font-size:0.9288rem;line-height:1.5rem;text-align:right;font-weight:700;}#element-1414 .x_1ad21c67{text-align:right;line-height:1.5rem;font-size:0.9288rem;}#element-1414 .x_685b16d7{color:#001790;}#element-1414 strong{font-weight:700;}#element-1414.headline{font-weight:700;}#page-block-lu0i5iw5w4e{height:24.5rem;max-width:100%;}#page-block-lu0i5iw5w4e .section-holder-border{border:0;}#page-block-lu0i5iw5w4e .section-block{background:rgb(255,255,255);height:24.5rem;}#page-block-lu0i5iw5w4e .section-holder-overlay{display:none;}#element-1570{top:2rem;left:2.0625rem;height:8.25rem;width:20.875rem;z-index:82;}#element-1501{top:10.25rem;left:1.75rem;height:12.375rem;width:21.1875rem;z-index:60;color:#37465A;font-size:0.9907rem;line-height:1.4rem;text-align:center;}#element-1501 .x_2c80ab57{text-align:center;line-height:1.375rem;font-size:0.9907rem;}#element-1501 .x_9deb3e52{color:#676f79;}#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-81q9dif26ks{height:29.25rem;max-width:100%;}#page-block-81q9dif26ks .section-holder-border{border:0;}#page-block-81q9dif26ks .section-block{background:rgb(255,255,255);height:29.25rem;}#page-block-81q9dif26ks .section-holder-overlay{display:none;}#element-1516{top:2.5rem;left:4.8125rem;height:9.2466rem;width:15.1875rem;z-index:64;}#element-1517{top:12.4375rem;left:1.1875rem;height:13.75rem;width:22.5rem;z-index:65;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-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/681d2179/1730576220-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:19;}#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:41;}#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:32;}.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.8125rem;left:24.8125rem;height:1.5rem;width:34.5625rem;z-index:13;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:25.875rem;max-width:100%;}#page-block-f2yeqbj4sn6 .section-holder-border{border:0;}#page-block-f2yeqbj4sn6 .section-block{background:repeat rgb(8,21,79) 50% 50% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65220803-0-AdobeStock-274773515.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576217-65220803-ghost-AdobeStock-274773515.jpeg);height:25.875rem;}#page-block-f2yeqbj4sn6 .section-holder-overlay{opacity:0.79;background-color:#07113A;display:block;}#element-1494{top:1.8125rem;left:9.0625rem;height:8.75rem;width:14.8125rem;z-index:59;color:#FFFFFF;font-size:3.096rem;line-height:4.375rem;text-align:left;font-weight:600;}#element-1494 .x_f7dfe5ee{text-align:left;line-height:4.375rem;font-size:3.096rem;}#element-1494 .x_f2074b6c{color:#ffffff;}#element-1494 .x_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1494 strong{font-weight:700;}#element-1494.headline{font-weight:600;}#element-1462{top:2.5rem;left:25.9375rem;height:14.0625rem;width:22.8125rem;z-index:26;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:63;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-1505{top:5.25rem;left:34.375rem;height:11rem;width:15.6875rem;z-index:62;}#element-1503{top:7.625rem;left:11.25rem;height:8.25rem;width:20.875rem;z-index:61;}#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) 62% 97% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65220047-0-AdobeStock-101748133.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576218-65220047-ghost-AdobeStock-101748133.jpeg);height:38.4375rem;}#page-block-j94992pejx .section-holder-overlay{opacity:0.44;background-color:#000000;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_773513fc{text-align:left;caret-color:rgb(201,205,210);}#element-1471 .x_f2074b6c{color:#ffffff;}#element-1471 strong{font-weight:700;}#element-1471.headline{font-weight:700;}#element-1477{top:8.5625rem;left:15.125rem;height:25rem;width:14.25rem;z-index:9;}#element-1477 .shape{border:0;background:rgb(255,255,255);}#element-1480{top:8.5625rem;left:30.125rem;height:25rem;width:14.25rem;z-index:36;}#element-1480 .shape{border:0;background:rgb(255,255,255);}#element-1482{top:8.5625rem;left:45.25rem;height:25rem;width:14.25rem;z-index:42;}#element-1482 .shape{border:0;background:rgb(255,255,255);}#element-1472{top:8.625rem;left:0.125rem;height:24.9375rem;width:14.25rem;z-index:16;}#element-1472 .shape{border:0;background:rgb(255,255,255);}#element-1481{top:9.8125rem;left:32.125rem;height:8.5rem;width:10.1875rem;z-index:38;}#element-1481 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1475{top:10.5rem;left:0.1875rem;height:7.125rem;width:14.1875rem;z-index:18;}#element-1475 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1478{top:10.5rem;left:15.125rem;height:7.125rem;width:14.25rem;z-index:12;}#element-1478 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1483{top:10.75rem;left:47.5625rem;height:6.5625rem;width:9.625rem;z-index:43;}#element-1483 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1473{top:19.4375rem;left:1.0625rem;height:3.75rem;width:12.25rem;z-index:21;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:19.4375rem;left:16rem;height:2.5rem;width:11.125rem;z-index:45;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:19.4375rem;left:31.25rem;height:2.5rem;width:9.8125rem;z-index:51;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-1489{top:19.4375rem;left:46.0625rem;height:2.5rem;width:12.5625rem;z-index:56;color:#37465A;font-size:0.8669rem;line-height:1.225rem;text-align:left;font-weight:400;}#element-1489 .x_47a309de{text-align:left;line-height:1.25rem;font-size:0.8669rem;}#element-1489 strong{font-weight:700;}#element-1489.paragraph{font-weight:400;}#element-1486{top:22.6875rem;left:15.875rem;height:4.75rem;width:12.6875rem;z-index:49;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:22.6875rem;left:31.25rem;height:4.75rem;width:12rem;z-index:55;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-1491{top:22.6875rem;left:45.9375rem;height:4.75rem;width:12.5625rem;z-index:58;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:left;font-weight:400;}#element-1491 .x_e881aefe{text-align:left;line-height:1.1875rem;font-size:0.743rem;}#element-1491 strong{font-weight:700;}#element-1491.paragraph{font-weight:400;}#element-1474{top:23.8125rem;left:1rem;height:4.75rem;width:12.3125rem;z-index:23;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-1476{top:31.6875rem;left:1rem;height:1.1875rem;width:12.375rem;z-index:25;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:23rem;height:1.1875rem;width:5.5625rem;z-index:47;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:40.3125rem;height:1.1875rem;width:3rem;z-index:53;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;}#element-1490{top:31.6875rem;left:55.5rem;height:1.1875rem;width:3rem;z-index:57;color:#37465A;font-size:0.743rem;line-height:1.2rem;text-align:right;font-weight:700;}#element-1490 .x_e86f1825{text-align:right;line-height:1.1875rem;font-size:0.743rem;}#element-1490 .x_685b16d7{color:#001790;}#element-1490 strong{font-weight:700;}#element-1490.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:39.4375rem;max-width:100%;}#page-block-2tivm2qxhey .section-holder-border{border:0;}#page-block-2tivm2qxhey .section-block{background:repeat rgb(5,30,62) 0 95% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65220059-0-AdobeStock-440149114.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576219-65220059-ghost-AdobeStock-440149114.jpeg);height:39.4375rem;}#page-block-2tivm2qxhey .section-holder-overlay{display:none;}#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 .x_f2074b6c{color:#ffffff;}#element-1298 .x_41ae8345{text-align:left;caret-color:rgb(255,255,255);}#element-1298 strong{font-weight:700;}#element-1298.headline{font-weight:700;}#element-1299{top:8.75rem;left:8.8125rem;height:27.3125rem;width:18.75rem;z-index:27;}#element-1299 .shape{border:0;background:rgb(255,255,255);}#element-1502{top:8.75rem;left:8.8125rem;height:14.875rem;width:18.75rem;z-index:29;}#element-1502 .shape{border:0;background:rgb(0,0,0);}#element-1308{top:8.75rem;left:30.5625rem;height:27.3125rem;width:18.75rem;z-index:6;}#element-1308 .shape{border:0;background:rgb(255,255,255);}#element-1310{top:9.375rem;left:30.5625rem;height:13rem;width:18.125rem;z-index:10;}#element-1310 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1302{top:11.4375rem;left:8.9375rem;height:9.5rem;width:18.375rem;z-index:30;}#element-1302 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat 50% 50% / cover;}#element-1300{top:25.3125rem;left:9.5625rem;height:2.75rem;width:17.0625rem;z-index:28;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:25.3125rem;left:31.25rem;height:2.75rem;width:17.25rem;z-index:14;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:28.75rem;left:9.5rem;height:4.125rem;width:17.125rem;z-index:31;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:28.75rem;left:31.375rem;height:4.125rem;width:17.0625rem;z-index:40;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-1312{top:34.125rem;left:32.1875rem;height:1.1875rem;width:16.3125rem;z-index:39;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;}#element-1303{top:34.1875rem;left:10.5rem;height:1.1875rem;width:16.1875rem;z-index:33;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;}#page-block-onrwmgoawmd{height:105.875rem;max-width:100%;}#page-block-onrwmgoawmd .section-holder-border{border:0;}#page-block-onrwmgoawmd .section-block{background:rgb(255,255,255);height:105.875rem;}#page-block-onrwmgoawmd .section-holder-overlay{display:none;}#element-1572{top:2.3125rem;left:50.375rem;height:5.625rem;width:8rem;z-index:84;}#element-1571{top:3.5625rem;left:38.5625rem;height:4.25rem;width:10.6875rem;z-index:83;}#element-1164{top:4.375rem;left:2.3125rem;height:2.625rem;width:20.9375rem;z-index:34;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-1545{top:12rem;left:33.6875rem;height:13.375rem;width:23.875rem;z-index:73;}#element-1176{top:12.0625rem;left:2.375rem;height:13.375rem;width:23.875rem;z-index:68;}#element-1163{top:26.9375rem;left:2.1875rem;height:3.875rem;width:24rem;z-index:66;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1163 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1163 .x_7b2817bf{color:#000000;}#element-1539{top:26.9375rem;left:33.5625rem;height:5.8125rem;width:24rem;z-index:69;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-1500{top:31.6875rem;left:2.3125rem;height:11.375rem;width:23.9375rem;z-index:67;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1500 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1500 .x_816a1881{color:#98a0a6;}#element-1541{top:33.5625rem;left:33.5625rem;height:13rem;width:24.0625rem;z-index:70;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1541 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1541 .x_816a1881{color:#98a0a6;}#element-1541 strong{font-weight:700;}#element-1165{top:44.4375rem;left:2.25rem;height:2.5rem;width:10.8125rem;z-index:71;}#element-1165 .btn.btn-effect3d:active{box-shadow:none;}#element-1165 .btn:hover{background:#001790;color:#FFFFFF;}#element-1165 .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:10.8125rem;border-radius:3px;}#element-1543{top:47.8125rem;left:33.3125rem;height:2.5rem;width:14.1875rem;z-index:72;}#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-1563{top:58.875rem;left:33.75rem;height:13.375rem;width:23.875rem;z-index:79;}#element-1555{top:59rem;left:2.5rem;height:13.375rem;width:23.875rem;z-index:76;}#element-1549{top:73.875rem;left:2.25rem;height:5.8125rem;width:26.625rem;z-index:74;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1549 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1549 .x_7b2817bf{color:#000000;}#element-1557{top:73.875rem;left:33.625rem;height:5.8125rem;width:24rem;z-index:77;color:#98A0A6;font-size:1.3622rem;line-height:1.925rem;text-align:left;}#element-1557 .x_6a72b5c9{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1557 .x_7b2817bf{color:#000000;}#element-1551{top:78.8125rem;left:2.25rem;height:14.625rem;width:23.1875rem;z-index:75;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1551 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1551 .x_816a1881{color:#98a0a6;}#element-1551 strong{font-weight:700;}#element-1559{top:80.5rem;left:33.625rem;height:13rem;width:24.0625rem;z-index:78;color:#37465A;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1559 .x_3579aa00{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1559 .x_816a1881{color:#98a0a6;}#element-1559 strong{font-weight:700;}#element-1567{top:94.4375rem;left:2.1875rem;height:2.5rem;width:14.125rem;z-index:80;}#element-1567 .btn.btn-effect3d:active{box-shadow:none;}#element-1567 .btn:hover{background:#001790;color:#FFFFFF;}#element-1567 .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.125rem;border-radius:3px;}#element-1569{top:94.4375rem;left:33.625rem;height:2.5rem;width:14.1875rem;z-index:81;}#element-1569 .btn.btn-effect3d:active{box-shadow:none;}#element-1569 .btn:hover{background:#001790;color:#FFFFFF;}#element-1569 .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:39.4375rem;max-width:100%;}#page-block-svjnsxtszw .section-holder-border{border:0;}#page-block-svjnsxtszw .section-block{background:repeat rgb(0,0,0) 61% 14% / cover fixed;background-image:url(//v.fastcdn.co/u/6f5f942d/65220182-0-AdobeStock-755950229.jpeg),url(//v.fastcdn.co/t/6f5f942d/681d2179/1730576220-65220182-ghost-AdobeStock-755950229.jpeg);height:39.4375rem;}#page-block-svjnsxtszw .section-holder-overlay{opacity:0.35;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 .x_f2074b6c{color:#ffffff;}#element-1366 strong{font-weight:700;}#element-1366.headline{font-weight:700;}#element-1372{top:8.4375rem;left:22.875rem;height:25rem;width:14.25rem;z-index:8;}#element-1372 .shape{border:0;background:rgb(255,255,255);}#element-1376{top:8.4375rem;left:39.5rem;height:25rem;width:14.25rem;z-index:35;}#element-1376 .shape{border:0;background:rgb(255,255,255);}#element-1367{top:8.5rem;left:6.25rem;height:24.9375rem;width:14.25rem;z-index:15;}#element-1367 .shape{border:0;background:rgb(255,255,255);}#element-1378{top:10rem;left:41.375rem;height:7.9375rem;width:10.4375rem;z-index:37;}#element-1378 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1370{top:11.5rem;left:7.3125rem;height:8.75rem;width:12rem;z-index:17;}#element-1370 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1374{top:11.8125rem;left:23rem;height:8.1875rem;width:14rem;z-index:11;}#element-1374 .shape{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1403{top:19.1875rem;left:40.375rem;height:5rem;width:12.5625rem;z-index:50;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-1368{top:21.625rem;left:7.125rem;height:2.5rem;width:12.5625rem;z-index:20;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:21.625rem;left:23.8125rem;height:2.5rem;width:12.25rem;z-index:44;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-1369{top:24.8125rem;left:7.125rem;height:4.75rem;width:12.5rem;z-index:22;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.8125rem;left:23.8125rem;height:4.75rem;width:12.25rem;z-index:48;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-1416{top:24.8125rem;left:40.625rem;height:4.75rem;width:12rem;z-index:54;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-1375{top:31.5rem;left:33.0625rem;height:1.1875rem;width:3rem;z-index:46;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:6.75rem;height:1.1875rem;width:12.75rem;z-index:24;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:49.6875rem;height:1.1875rem;width:3rem;z-index:52;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;}#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.9375rem;left:20.4375rem;height:8.25rem;width:20.875rem;z-index:82;}#element-1501{top:12.8125rem;left:2.8125rem;height:4.5rem;width:54.0625rem;z-index:60;color:#37465A;font-size:0.9907rem;line-height:1.6rem;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-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-81q9dif26ks{height:26.125rem;max-width:100%;}#page-block-81q9dif26ks .section-holder-border{border:0;}#page-block-81q9dif26ks .section-block{background:rgb(255,255,255);height:26.125rem;}#page-block-81q9dif26ks .section-holder-overlay{display:none;}#element-1516{top:2.5625rem;left:20rem;height:12.0625rem;width:19.8125rem;z-index:64;}#element-1517{top:15.5rem;left:3.125rem;height:7.5rem;width:53.375rem;z-index:65;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-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/681d2179/1730576220-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:19;}#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:41;}#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:32;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 24026388; window.__customer_id = 1355093; window.__default_experience_id = 24026388; window.__version = 72; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "a50df304138aca56d5a525802f092237985d7be7"; 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":24026388,"publishedVersion":72,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.heilind.com/cms/manufacturers/sensata-technologies/sensata-solid-state-relays/#Video-spotlights","ariaLabel":"","id":"dtnxkfp84x8","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/resources_sensata-functional-safety_whitepaper.pdf","ariaLabel":"","id":"br3yo59eziv","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-how-specify-pressure-sensor-hydraulic-whitepaper.pdf","ariaLabel":"","id":"50k4iiat04g","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-ssr-3-phase-motor-control-whitepaper.pdf","ariaLabel":"","id":"il0zsfumhph","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-2tivm2qxhey","id":"x28vo55b5no","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-onrwmgoawmd","id":"hig76e2yulg","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"#page-block-svjnsxtszw","id":"gemf6ce6aqv","type":"onpage","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.sensata.com","ariaLabel":"","id":"ojn4bdl3xkc","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com","ariaLabel":"","id":"jjl881hryn8","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.analogictips.com/what-are-the-four-most-common-relay-technologies-and-where-are-they-used-faq/","ariaLabel":"","id":"cw5al594qy","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.analogictips.com/where-are-cloud-connected-relays-used-faq/","ariaLabel":"","id":"ywwaccfrzk","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.sensortips.com/featured/what-are-rotary-optical-rotary-encoders/","ariaLabel":"","id":"dgy7mn4jvx8","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.sensortips.com/featured/what-are-magnetic-encoders/","ariaLabel":"","id":"050i519c9jrw","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.engineersgarage.com/can-canopen-applications/","ariaLabel":"","id":"jaq0mzlpzzq","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/what-is-the-controller-area-network-can-bus-faq/","ariaLabel":"","id":"c4b1pw6bow5","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.sensata.com","ariaLabel":"","id":"i0khddzkr","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.heilind.com","ariaLabel":"","id":"66ewmmnvo06","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"id":"v2ykh7dui3","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.heilind.com/cms/manufacturers/sensata-technologies/sensata-solid-state-relays/#Video-spotlights","ariaLabel":"","id":"dtnxkfp84x8","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/resources_sensata-functional-safety_whitepaper.pdf","ariaLabel":"","id":"br3yo59eziv","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"id":"wcgw45ya26","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"id":"mhzj539z3pg","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-how-specify-pressure-sensor-hydraulic-whitepaper.pdf","ariaLabel":"","id":"50k4iiat04g","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-ssr-3-phase-motor-control-whitepaper.pdf","ariaLabel":"","id":"il0zsfumhph","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.testandmeasurementtips.com/scope-based-diagnosis-of-three-phase-motor-drives-faq/","ariaLabel":"","id":"8wxsqk0ky7d","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.testandmeasurementtips.com/three-phase-testing-basics-mitigating-harmonic-current/","ariaLabel":"","id":"jx3fvsp5v9e","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.microcontrollertips.com/whats-the-difference-between-iec-61508-and-61511-and-iso-26262-and-13849-functional-safety-standards/","ariaLabel":"","id":"8w4yiyug1yo","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.sensata.com","ariaLabel":"","id":"eshle50hvph","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/681d2179/1730576221-43139760-250x86-EEworld-online.png" srcset="//v.fastcdn.co/t/6f5f942d/681d2179/1730576221-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-2tivm2qxhey" id="link-x28vo55b5no" data-link-x28vo55b5no class="onpage-link">CAN Protocol</a> I <a href="#page-block-onrwmgoawmd" id="link-hig76e2yulg" data-link-hig76e2yulg class="onpage-link">Featured Resources</a> I <a href="#page-block-svjnsxtszw" id="link-gemf6ce6aqv" data-link-gemf6ce6aqv class="onpage-link">Safety Testing</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_f7dfe5ee x_446dab97"><span class="x_f2074b6c"><span class="x_773513fc">Relays & Sensors</span></span></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">In this classroom, we explore the evolution of relays, encoders, and communication protocols like CAN bus. Learn about smart power control in the IoT era, optimization of three-phase systems, and diagnostic tools for motor drives. Discover how functional safety standards adapt across industries and how the latest advancements are shaping modern electronics and industrial applications.</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-1505"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.sensata.com" class="url-link item-content-box item-block" id="link-ojn4bdl3xkc" data-at="image-link" data-link-ojn4bdl3xkc target="_blank" > <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576224-65220085-251x176-Sensata-logo.jpeg" srcset="//v.fastcdn.co/t/6f5f942d/681d2179/1730576224-65220085-251x176-Sensata-logo.jpeg 2x" > </a> </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/681d2179/1730576223-65220771-334x132x346x132x5x0-Heilind-Logo---2-CLR.png" srcset="//v.fastcdn.co/t/6f5f942d/681d2179/1730576223-65220771-334x132x346x132x5x0-Heilind-Logo---2-CLR.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_773513fc"><span class="x_f2074b6c">Relays • Encoders</span></span></span> </h1> </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-1482"> <div class="contents shape box figure " data-at="shape" ></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-1481"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218485-0-WHTH-FAQ-Analog-rota.jpg" ></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/65218270-0-What-are-the-four-mo.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/65218380-0-Where-are-cloud-conn.jpg" ></div> </div> <div class="widget item-absolute " id="element-1483"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218511-0-WHTH-FAQ-Analog-rota.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 four most-common relay technologies and where are they used?</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 >Where are cloud connected relays used?</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 optical rotary encoders?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1489" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >What are magnetic rotary encoders?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1486" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Smart relays revolutionize connectivity with Wi-Fi, Bluetooth and cloud integration transforming power control in the IoT era.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1488" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Optical encoders use light and code wheels to measure shaft rotation, providing incremental or absolute position data.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1491" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Magnetic encoders offer rugged alternatives to optical sensors for precise shaft rotation measurement in harsh environments.</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 relay technologies from electromechanical to solid-state and explore their capabilities and applications in modern electronics.</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.analogictips.com/what-are-the-four-most-common-relay-technologies-and-where-are-they-used-faq/" 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.analogictips.com/where-are-cloud-connected-relays-used-faq/" 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-rotary-optical-rotary-encoders/" id="link-dgy7mn4jvx8" target="_blank" data-link-dgy7mn4jvx8 class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </div> </div> <div class="widget item-absolute headline " id="element-1490" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.sensortips.com/featured/what-are-magnetic-encoders/" id="link-050i519c9jrw" target="_blank" data-link-050i519c9jrw 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"><span class="x_f2074b6c"><span class="x_41ae8345">CAN Protocol</span></span></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-1502"> <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/65218613-0-TCH66-01.png" ></div> </div> <div class="widget item-absolute " id="element-1302"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218532-0-Buses-in-Automobiles.png" ></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 is the controller area network (CAN) bus?</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 >What are top applications of </strong></p><p class="x_0a34168d x_fae6260b"><strong >CAN protocol?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1301" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">CAN bus evolves from automotive networks to high-speed data transfer, bridging the gap to Ethernet.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1313" data-at="paragraph"> <div class="contents"> <p class="x_8b9dcb22">CAN protocol revolutionizes communication in vehicles, industry, and beyond with robust, versatile data exchange capabilities.</p> </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.engineersgarage.com/can-canopen-applications/" id="link-jaq0mzlpzzq" target="_blank" data-link-jaq0mzlpzzq class="url-link"><span class="x_685b16d7">MORE</span></a></span> </h5> </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.microcontrollertips.com/what-is-the-controller-area-network-can-bus-faq/" id="link-c4b1pw6bow5" target="_blank" data-link-c4b1pw6bow5 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-1572"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.sensata.com" class="url-link item-content-box item-block" id="link-i0khddzkr" data-at="image-link" data-link-i0khddzkr 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/681d2179/1730576234-65220085-128x90-Sensata-logo.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576234-65220085-128x90-Sensata-logo.jpeg" > </a> </div> </div> <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/681d2179/1730576233-65220771-171x68x177x68x3x0-Heilind-Logo---2-CLR.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576233-65220771-171x68x177x68x3x0-Heilind-Logo---2-CLR.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-1545"> <div class="contents cropped item-block" data-at="image-cropp"> <a class="url-link item-content-box item-block" id="link-v2ykh7dui3" data-at="image-link" data-link-v2ykh7dui3 > <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/681d2179/1730576231-65220258-382x214x382x214x0x0-2-Functional-Safety.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576231-65220258-382x214x382x214x0x0-2-Functional-Safety.jpeg" > </a> </div> </div> <div class="widget item-absolute " id="element-1176"> <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/681d2179/1730576226-65220251-382x214x383x215x1x1-1-Sensata-Crydom-Sol.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576226-65220251-382x214x383x215x1x1-1-Sensata-Crydom-Sol.png" > </a> </div> </div> <div class="widget item-absolute headline " id="element-1163" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_0fa34b5f"><span class="x_7b2817bf">Sensata Crydom Solid State Relays</span></span><span class="x_6a72b5c9 x_0fa34b5f"><span class="x_7b2817bf">Heilind Electronics</span></span> </h1> </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">Discover How Functional Safety Enhances Product Reliability and Expands Market Reach</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1500" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Sensata’s Crydom brand provides versatile solid state relays in various mounting styles, suitable for controlling diverse loads in heating, lighting, motion, and power control applications. Solid state relays offer superior performance compared to traditional electromechanical relays, enhancing efficiency and reliability in demanding environments.</span><br></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1541" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881"><em ><strong >White Paper: What Industrial Engineers Need to Know About Functional Safety</strong></em></span></p><p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Explore the impact of functional safety on boosting product reliability, minimizing downtime, and unlocking new market opportunities. This white paper provides essential insights into safety standards and strategies for industrial engineers to elevate system performance and global competitiveness.</span></p> </div> </div> <div class="widget item-absolute " id="element-1165"> <a href="https://www.heilind.com/cms/manufacturers/sensata-technologies/sensata-solid-state-relays/#Video-spotlights" id="link-dtnxkfp84x8" target="_blank" class="url-link btn item-block" data-at="button" data-link-dtnxkfp84x8 > WATCH NOW </a> </div> <div class="widget item-absolute " id="element-1543"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/resources_sensata-functional-safety_whitepaper.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-1563"> <div class="contents cropped item-block" data-at="image-cropp"> <a class="url-link item-content-box item-block" id="link-wcgw45ya26" data-at="image-link" data-link-wcgw45ya26 > <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/681d2179/1730576233-65220291-382x214x382x255x0x32-4-Electric-Motor.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576233-65220291-382x214x382x255x0x32-4-Electric-Motor.jpeg" > </a> </div> </div> <div class="widget item-absolute " id="element-1555"> <div class="contents cropped item-block" data-at="image-cropp"> <a class="url-link item-content-box item-block" id="link-mhzj539z3pg" data-at="image-link" data-link-mhzj539z3pg > <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/681d2179/1730576232-65220273-382x214x537x214x154x0-3-Hyrdaulic-Applicat.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576232-65220273-382x214x537x214x154x0-3-Hyrdaulic-Applicat.jpeg" > </a> </div> </div> <div class="widget item-absolute headline " id="element-1549" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf">Key Considerations for Selecting Pressure Sensors in Hydraulic Systems</span><br></span><span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf"><br></span></span> </h1> </div> </div> <div class="widget item-absolute headline " id="element-1557" data-at="headline"> <div class="contents"> <h1> <span class="x_6a72b5c9 x_561aca13"><span class="x_7b2817bf">Three Phase Solid State Relays and Their Application in Three Phase Motor Circuits</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1551" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881"><em ><strong >White Paper: How to Specify Pressure Sensors for Hydraulic Applications</strong></em></span></p><p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Discover the essential pressure sensor specifications crucial for hydraulic systems. This white paper covers the vital roles these sensors play in ensuring safety and reliability across industrial applications, including scissor lifts and injection molding. Learn how to choose the right sensors to prevent costly downtime and equipment failure.</span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1559" data-at="paragraph"> <div class="contents"> <p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881"><em ><strong >White Paper: Utilizing Solid State Relays in </strong></em></span></p><p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881"><em ><strong >3-Phase Motion Control Applications</strong></em></span></p><p class="x_3579aa00 x_ef245e2e"><span class="x_816a1881">Learn how to optimize motor control with three-phase solid state relays. This white paper covers key insights into three-phase power systems, motor load characteristics, and the effective application of solid state relays for enhanced performance and reliability in your systems.</span><br></p> </div> </div> <div class="widget item-absolute " id="element-1567"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-how-specify-pressure-sensor-hydraulic-whitepaper.pdf" id="link-50k4iiat04g" target="_blank" class="url-link btn item-block" data-at="button" data-link-50k4iiat04g > DOWNLOAD WHITE PAPER </a> </div> <div class="widget item-absolute " id="element-1569"> <a href="https://s3.us-east-1.amazonaws.com/pdfs.engineeringwhitepapers.com/sensata-ssr-3-phase-motor-control-whitepaper.pdf" id="link-il0zsfumhph" target="_blank" class="url-link btn item-block" data-at="button" data-link-il0zsfumhph > DOWNLOAD WHITE PAPER </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"><span class="x_f2074b6c">Functional Safety Testing</span></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-1376"> <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-1378"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218727-0-Whats-the-difference.jpg" ></div> </div> <div class="widget item-absolute " id="element-1370"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218648-0-Three-phase-waveform.jpg" ></div> </div> <div class="widget item-absolute " id="element-1374"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65218659-0-fig-one-sized.jpg" ></div> </div> <div class="widget item-absolute paragraph " id="element-1403" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_0a34168d"><strong >What’s the difference between IEC 61508 and 61511 and ISO 26262 and 13849 functional safety standards?</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1368" data-at="paragraph"> <div class="contents"> <p class="x_47a309de x_fae6260b"><strong >Three-phase testing basics – Mitigating harmonic current</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 >Scope-based diagnosis of three-phase motor drives</strong></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1369" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Three-phase power systems optimize electrical distribution, but harmonics pose challenges in modern industrial settings.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1410" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Oscilloscopes reveal three-phase motor drive intricacies, but power analyzers unlock deeper operational insights for diagnostics.</p> </div> </div> <div class="widget item-absolute paragraph " id="element-1416" data-at="paragraph"> <div class="contents"> <p class="x_e881aefe x_fae6260b">Navigating the maze of functional safety standards: IEC 61508 spawns industry-specific adaptations for diverse applications.</p> </div> </div> <div class="widget item-absolute headline " id="element-1375" data-at="headline"> <div class="contents"> <h5> <span class="x_e86f1825 x_1ad21c67"><a href="https://www.testandmeasurementtips.com/scope-based-diagnosis-of-three-phase-motor-drives-faq/" 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.testandmeasurementtips.com/three-phase-testing-basics-mitigating-harmonic-current/" 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_1ad21c67"><a href="https://www.microcontrollertips.com/whats-the-difference-between-iec-61508-and-61511-and-iso-26262-and-13849-functional-safety-standards/" id="link-8w4yiyug1yo" target="_blank" data-link-8w4yiyug1yo 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-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/681d2179/1730576223-65220771-334x132x346x132x5x0-Heilind-Logo---2-CLR.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576223-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_2c80ab57"><span class="x_9deb3e52">Heilind Electronics, Inc. is one of the world’s leading distributors of connectors, relays, sensors, switches, thermal management and circuit protection products, terminal blocks, wire and cable, wiring accessories and insulation and identification products. Founded in 1974, Heilind has locations throughout the U.S., Canada, Mexico, Brazil, Germany, Singapore, Hong Kong and China.</span><br></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-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-1516"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.sensata.com" class="url-link item-content-box item-block" id="link-eshle50hvph" data-at="image-link" data-link-eshle50hvph 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/681d2179/1730576225-65220085-317x193x317x221x1x18-Sensata-logo.jpeg" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576225-65220085-317x193x317x221x1x18-Sensata-logo.jpeg" > </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">Sensata Technologies is a leading provider of solutions for diversified industrial applications, offering a comprehensive range of products across its brands. Specializing in position sensing and encoders, pressure and temperature sensing, solid state relay solutions, high voltage and reed relays, and circuit protection, Sensata’s solutions enhance efficiency, safety, and reliability. These products are integral to optimizing operations across industries such as manufacturing, robotics, energy management, food processing, transportation, agriculture, and industrial safety systems.</span></span></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/681d2179/1730576222-43173756-224x79-EEworld-online-rever.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/681d2179/1730576222-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-02T19:38:55.119Z --> <!-- --> <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:'8e707e125de153f7',t:'MTczMjM1NzkxNi4wMDAwMDA='};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>