CINXE.COM
DeviceTalks AI | DeviceTalks Podcast Network
<!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="DeviceTalks AI examines the transformative impact of artificial intelligence on the life sciences, focusing on key challenges and opportunities. The podcast features insights from leaders from AI conversations with Pharma, like Sanofi, medical device OEMs, like Medtronic and GE Healthcare, and tech like Microsoft." /> <meta name="keywords" content="artificial intelligence, machine learning, clinical trials, medical device, medtech, microsoft, pharma, AI, technology, DeviceTalks AI" /> <link rel="canonical" href="https://www.devicetalks.com/ai/"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/64805073-0-favicon.ico" type="image/x-ico"> <title>DeviceTalks AI | DeviceTalks Podcast Network</title> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content=""> <meta property="og:description" content="DeviceTalks AI examines the transformative impact of artificial intelligence on the medical device industry, focusing on key challenges and opportunities. The podcast features insights from leaders from Big Pharma, like Sanofi, medical device OEMs, like Medtronic and GE Healthcare, and technology giants like Microsoft."> <meta property="og:site_name" content="DeviceTalks AI examines the transformative impact of artificial intelligence on the medical device industry. The podcast features insights from leaders from Big Pharma, like Sanofi, medical device OEMs, like Medtronic and GE Healthcare, and technology giants like Microsoft."> <meta property="og:url" content="https://www.devicetalks.com/ai"> <meta property="og:image" content="https://v.fastcdn.co/u/6f5f942d/64967597-0-DT-AI-700x466-5-24-V.png"> <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-TZ63T7H'); } setupGTM(); </script> <!-- End Google Tag Manager --> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap"/></noscript> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Quicksand%3A600%2C900&display=swap"/><link media="print" onload="this.media='all'" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand%3A600%2C900&display=swap"/><noscript><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand%3A600%2C900&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:"Open Sans";font-weight:400;font-style:normal;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:"Open Sans";font-weight:400;font-style:normal;}.btn{line-height:120%;text-align:center;font-family:"Open Sans";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-grs1z449yu{height:16.25rem;max-width:100%;}#page-block-grs1z449yu .section-holder-border{border:0;}#page-block-grs1z449yu .section-block{background:rgb(0,0,0);height:16.25rem;}#page-block-grs1z449yu .section-holder-overlay{display:none;}#element-909{top:2.5rem;left:1.25rem;height:6.25rem;width:22.5rem;z-index:55;}.full-size{width:100%;height:100%;}.html-widget__text-center{text-align:center;}#element-5{top:10.625rem;left:6.3125rem;height:3.125rem;width:12.3125rem;z-index:5;}.btn-shadow{box-shadow:0 1px 3px rgba(1,1,1,0.5);}#element-5 .btn.btn-effect3d:active{box-shadow:none;}#element-5 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-5 .btn{background:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:12.3125rem;border-radius:38px!important;border:0px!important;white-space:normal!important;}#element-5 .btn-img{display:none!important;}#element-959{top:15.625rem;left:5.5625rem;height:2.625rem;width:13.8125rem;z-index:62;}#element-308{top:20.125rem;left:3.9375rem;height:2.5rem;width:1.3125rem;z-index:8;}.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-308 .shape{border-right:1px solid #4C5252;}#element-6{top:24.5rem;left:7.3125rem;height:1.375rem;width:10.375rem;z-index:6;}#page-block-hklb0b4xyu4{height:47.875rem;max-width:100%;}#page-block-hklb0b4xyu4 .section-holder-border{border:0;}#page-block-hklb0b4xyu4 .section-block{background:rgb(110,94,250);height:47.875rem;}#page-block-hklb0b4xyu4 .section-holder-overlay{display:none;}#element-933{top:2.5rem;left:1.25rem;height:42.875rem;width:22.5rem;z-index:56;}.video-holder{height:100%;overflow:hidden;position:relative;}.video-holder-animoto{background-color:#000;}.video-animoto{position:absolute;top:0;bottom:0;width:100%;height:0;padding-bottom:56.25%;margin:auto;}.video-iframe{position:absolute;}.video-overlay:hover{opacity:1;}.video-holder-helpers{transition:opacity .15s ease-in-out;position:absolute;top:0;left:0;right:0;bottom:0;font-size:14px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}.video-overlay{background-color:rgba(31,59,82,0.8);color:#ffffff;opacity:0;z-index:1;}.warning-text{margin-top:10px;font-size:13px;}.warning-img{width:25px;}.fake-video{background:#ffffff;}.fake-play{opacity:.8;}.video-overlay:hover ~ .fake-play{opacity:0;}#element-933 .contents{border-radius:20px!important;z-index:1!important;}#page-block-uhbczzpm0m{height:25.3125rem;max-width:100%;}#page-block-uhbczzpm0m .section-holder-border{border:0;}#page-block-uhbczzpm0m .section-block{background:rgb(26,27,94);height:25.3125rem;}#page-block-uhbczzpm0m .section-holder-overlay{display:none;}#element-1239{top:3.5625rem;left:1.1875rem;height:6rem;width:22.5rem;z-index:96;color:#FFFFFF;font-size:1.2384rem;line-height:1.5rem;text-align:center;}#element-1239 .x_bdb4a4e4{text-align:center;line-height:1.5rem;font-size:1.2384rem;}#element-1239 .x_f2074b6c{color:#ffffff;}#page-block-fz2vm71a29{height:63.5625rem;max-width:100%;}#page-block-fz2vm71a29 .section-holder-border{border:0;}#page-block-fz2vm71a29 .section-block{background:rgb(0,0,0);height:63.5625rem;}#page-block-fz2vm71a29 .section-holder-overlay{display:none;}#element-9{top:2.5rem;left:1.25rem;height:5.625rem;width:22.5rem;z-index:4;color:#8BC4BD;font-size:1.8576rem;line-height:1.875rem;text-align:left;font-weight:600;}#element-9 .x_8785a629{text-align:left;line-height:1.875rem;font-size:1.8576rem;}#element-9 .x_22d1fffd{text-align:left;background-color:rgba(0,0,0,0);}#element-9 .x_f2074b6c{color:#ffffff;}#element-9 strong{font-weight:700;}#element-9.headline{font-weight:600;}#element-983{top:10rem;left:1.25rem;height:25rem;width:22.5rem;z-index:63;}.slider{position:relative;width:100%;height:100%;}.slider:focus-visible{outline:0;}.slider .slides-wrapper{position:relative;width:100%;height:100%;overflow:hidden;}.slider .slides-container{position:absolute;left:0;top:0;height:100%;display:flex;}.slider .slide{position:relative;width:100%;height:100%;float:left;}.slider .slide.active{display:block;}.slider .arrow{border:solid black;border-width:0 3px 3px 0;padding:9px;position:absolute;top:50%;display:none;cursor:pointer;z-index:999;background:transparent;}.slider .arrow.arrow-right{transform:rotate(-45deg);}.slider .arrow.arrow-left{transform:rotate(135deg);}.slider.inside-arrows .arrow,.slider.outside-arrows .arrow{display:block;}.slider.inside-arrows .arrow.arrow-right{right:20px;}.slider.inside-arrows .arrow.arrow-left{left:20px;}.slider.outside-arrows .arrow.arrow-right{right:-30px;}.slider.outside-arrows .arrow.arrow-left{left:-30px;}.slider .arrow.disabled{cursor:unset;pointer-events:none;opacity:0.5;}.slider .dots{position:absolute;bottom:5px;left:0;right:0;display:none;z-index:999;text-align:center;}.slider .dots .dot{height:10px;width:10px;background-color:rgba(0,0,0,0.5);border-radius:50%;border:0;display:inline-block;cursor:pointer;padding:0;margin:0;}.slider .dots .dot:not(:first-child){margin-left:5px;}.slider .dots .dot.active{background-color:rgba(0,0,0,1);cursor:default;}.slider.inside-dots .dots{display:block;bottom:5px;}.slider.outside-dots .dots{display:block;bottom:-25px;}#element-989{top:2.5rem;left:1.25rem;height:20rem;width:20rem;z-index:4;}#element-983 .slides-container{width:100%;}#element-983 .slides-container > .slide{width:100%;}#element-983 .arrow{border-color:#000;}#element-983 .arrow:hover{border-color:#000;}#element-983 .dots .dot{background-color:#e9e9e9;}#element-983 .dots .dot.active{background-color:#ffffff;}#element-951{top:36.875rem;left:1.25rem;height:16.875rem;width:22.5rem;z-index:57;color:#E3E1E1;font-size:1.1765rem;line-height:1.6625rem;text-align:left;}#element-951 .x_f49be817{text-align:left;line-height:1.6875rem;font-size:1.1765rem;}#element-951 .x_67a4c63f{color:#e3e1e1;}#element-951 strong{font-weight:700;}#element-1232{top:55.625rem;left:5.5625rem;height:3.9375rem;width:13.8125rem;z-index:130;}#element-1232 .btn.btn-effect3d:active{box-shadow:none;}#element-1232 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1232 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;text-align:left!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.9375rem;width:13.8125rem;border-radius:38px!important;background-image:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;border:0px!important;white-space:normal!important;padding:0 30px 0 40px!important;}#element-1232 .btn-img{display:none!important;}#element-1233{top:56.3125rem;left:14.875rem;height:2.5625rem;width:2.5625rem;z-index:131;}#page-block-6brejv43etw{height:54.8125rem;max-width:100%;}#page-block-6brejv43etw .section-holder-border{border:0;}#page-block-6brejv43etw .section-block{background:rgb(110,94,250);height:54.8125rem;}#page-block-6brejv43etw .section-holder-overlay{display:none;}#element-873{top:2.5rem;left:1.25rem;height:0;width:22.5rem;z-index:54;color:#37465A;font-size:1.548rem;line-height:2.1875rem;text-align:center;}#element-873 .x_67ab24c6{text-align:center;line-height:2.1875rem;font-size:1.548rem;}#element-873 .x_f2074b6c{color:#ffffff;}#element-1003{top:4.375rem;left:1.875rem;height:6.8483rem;width:21.25rem;z-index:64;}#element-1004{top:13.0625rem;left:2.3125rem;height:6.9409rem;width:20.3125rem;z-index:65;}#element-1184{top:21.875rem;left:6.9375rem;height:3.125rem;width:11.0625rem;z-index:123;}#element-1109{top:26.875rem;left:4rem;height:2.888rem;width:16.9375rem;z-index:84;}#page-block-6qmdq2idytl{height:479.25rem;max-width:100%;}#page-block-6qmdq2idytl .section-holder-border{border:0;}#page-block-6qmdq2idytl .section-block{background:rgb(251,251,251);height:479.25rem;}#page-block-6qmdq2idytl .section-holder-overlay{display:none;}#element-327{top:2.5rem;left:2.25rem;height:2rem;width:20.4375rem;z-index:9;color:#6E5EFA;font-size:1.2384rem;line-height:2rem;text-align:center;font-weight:600;}#element-327 .x_06cb0376{text-align:center;line-height:2rem;font-size:1.2384rem;}#element-327 .x_b3495085{color:#6e5efa;}#element-327 strong{font-weight:700;}#element-327.paragraph{font-weight:600;}#element-51{top:6.375rem;left:1.25rem;height:4.125rem;width:22.5rem;z-index:7;color:#37465A;font-size:2.0433rem;line-height:2.0625rem;text-align:center;font-weight:600;}#element-51 .x_43e6b32d{text-align:center;line-height:2.0625rem;font-size:2.0433rem;}#element-51 .x_7b2817bf{color:#000000;}#element-51 strong{font-weight:700;}#element-51.headline{font-weight:600;}#element-1179{top:12.375rem;left:8rem;height:12.5rem;width:9rem;z-index:118;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1179 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1179 .x_b389dd97{color:#e2dffb;}#element-1179 strong{font-weight:700;}#element-1179.paragraph{font-weight:700;}#element-1180{top:26.75rem;left:3.4375rem;height:11.6875rem;width:18.0625rem;z-index:119;}#element-1180 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1181{top:40.3125rem;left:3.4375rem;height:7rem;width:18.0625rem;z-index:120;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1181 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1181 .x_7b2817bf{color:#000000;}#element-1181 strong{font-weight:700;}#element-1181.paragraph{font-weight:600;}#element-1182{top:49.1875rem;left:3.4375rem;height:8.125rem;width:18.0625rem;z-index:121;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1182 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1182 .x_ca5a6bed{color:#2b2b2b;}#element-1183{top:59.1875rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:122;}#element-1183 .btn.btn-effect3d:active{box-shadow:none;}#element-1183 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1183 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1183 .btn-img{display:none!important;}#element-1170{top:64.1875rem;left:8rem;height:12.5rem;width:9rem;z-index:113;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1170 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1170 .x_b389dd97{color:#e2dffb;}#element-1170 strong{font-weight:700;}#element-1170.paragraph{font-weight:700;}#element-1171{top:78.5625rem;left:3.4375rem;height:11.6875rem;width:18.0625rem;z-index:114;}#element-1171 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1172{top:92.125rem;left:3.4375rem;height:7rem;width:18.0625rem;z-index:115;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1172 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1172 .x_7b2817bf{color:#000000;}#element-1172 strong{font-weight:700;}#element-1172.paragraph{font-weight:600;}#element-1173{top:101rem;left:3.4375rem;height:8.125rem;width:18.0625rem;z-index:116;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1173 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1173 .x_ca5a6bed{color:#2b2b2b;}#element-1174{top:111rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:117;}#element-1174 .btn.btn-effect3d:active{box-shadow:none;}#element-1174 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1174 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1174 .btn-img{display:none!important;}#element-1137{top:116rem;left:8rem;height:12.5rem;width:9rem;z-index:99;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1137 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1137 .x_b389dd97{color:#e2dffb;}#element-1137 strong{font-weight:700;}#element-1137.paragraph{font-weight:700;}#element-1138{top:130.375rem;left:3.4375rem;height:11.6875rem;width:18.0625rem;z-index:100;}#element-1138 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1139{top:143.9375rem;left:3.4375rem;height:7rem;width:18.0625rem;z-index:101;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1139 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1139 .x_7b2817bf{color:#000000;}#element-1139 strong{font-weight:700;}#element-1139.paragraph{font-weight:600;}#element-1140{top:152.8125rem;left:3.4375rem;height:8.125rem;width:18.0625rem;z-index:102;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1140 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1140 .x_ca5a6bed{color:#2b2b2b;}#element-1141{top:162.8125rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:103;}#element-1141 .btn.btn-effect3d:active{box-shadow:none;}#element-1141 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1141 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1141 .btn-img{display:none!important;}#element-1102{top:167.8125rem;left:8rem;height:12.5rem;width:9rem;z-index:79;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1102 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1102 .x_b389dd97{color:#e2dffb;}#element-1102 strong{font-weight:700;}#element-1102.paragraph{font-weight:700;}#element-1103{top:182.1875rem;left:3.4375rem;height:11.6875rem;width:18.0625rem;z-index:80;}#element-1103 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1104{top:195.75rem;left:3.4375rem;height:7rem;width:18.0625rem;z-index:81;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1104 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1104 .x_7b2817bf{color:#000000;}#element-1104 strong{font-weight:700;}#element-1104.paragraph{font-weight:600;}#element-1105{top:204.625rem;left:3.4375rem;height:8.125rem;width:18.0625rem;z-index:82;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1105 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1105 .x_ca5a6bed{color:#2b2b2b;}#element-1106{top:214.625rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:83;}#element-1106 .btn.btn-effect3d:active{box-shadow:none;}#element-1106 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1106 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1106 .btn-img{display:none!important;}#element-497{top:219.625rem;left:8rem;height:12.5rem;width:9rem;z-index:72;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-497 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-497 .x_b389dd97{color:#e2dffb;}#element-497 strong{font-weight:700;}#element-497.paragraph{font-weight:700;}#element-499{top:234rem;left:3.4375rem;height:12.0625rem;width:18.0625rem;z-index:73;}#element-499 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1014{top:247.9375rem;left:3.4375rem;height:7rem;width:18.0625rem;z-index:74;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1014 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1014 .x_7b2817bf{color:#000000;}#element-1014 strong{font-weight:700;}#element-1014.paragraph{font-weight:600;}#element-1018{top:256.8125rem;left:3.4375rem;height:8.125rem;width:18.0625rem;z-index:75;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1018 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1018 .x_ca5a6bed{color:#2b2b2b;}#element-1030{top:266.8125rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:76;}#element-1030 .btn.btn-effect3d:active{box-shadow:none;}#element-1030 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1030 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1030 .btn-img{display:none!important;}#element-493{top:271.8125rem;left:8rem;height:12.3125rem;width:8.9375rem;z-index:108;color:#E2DFFB;font-size:12.2542rem;line-height:12.3691rem;text-align:center;font-weight:700;}#element-493 .x_5ed79470{text-align:center;line-height:12.3125rem;font-size:12.2542rem;}#element-493 .x_b389dd97{color:#e2dffb;}#element-493 strong{font-weight:700;}#element-493.paragraph{font-weight:700;}#element-495{top:286.0625rem;left:3.4375rem;height:11.6875rem;width:18.0625rem;z-index:109;}#element-495 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-505{top:299.625rem;left:3.3125rem;height:7rem;width:18.3125rem;z-index:110;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-505 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-505 .x_7b2817bf{color:#000000;}#element-505 strong{font-weight:700;}#element-505.paragraph{font-weight:600;}#element-1017{top:308.5rem;left:3.3125rem;height:8.125rem;width:18.3125rem;z-index:111;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1017 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1017 .x_ca5a6bed{color:#2b2b2b;}#element-1145{top:318.1875rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:112;}#element-1145 .btn.btn-effect3d:active{box-shadow:none;}#element-1145 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1145 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-1145 .btn-img{display:none!important;}#element-333{top:323.1875rem;left:8rem;height:12.5rem;width:9rem;z-index:42;color:#E2DFFB;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-333 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-333 .x_b389dd97{color:#e2dffb;}#element-333 strong{font-weight:700;}#element-333.paragraph{font-weight:700;}#element-332{top:337.5625rem;left:3.3125rem;height:11.6875rem;width:18.3125rem;z-index:43;}#element-332 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-342{top:351.125rem;left:3.3125rem;height:7rem;width:18.3125rem;z-index:44;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-342 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-342 .x_7b2817bf{color:#000000;}#element-342 strong{font-weight:700;}#element-342.paragraph{font-weight:600;}#element-344{top:360rem;left:3.3125rem;height:8.125rem;width:18.3125rem;z-index:45;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-344 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-344 .x_ca5a6bed{color:#2b2b2b;}#element-730{top:370rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:46;}#element-730 .btn.btn-effect3d:active{box-shadow:none;}#element-730 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-730 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-730 .btn-img{display:none!important;}#element-331{top:375rem;left:8rem;height:12.5rem;width:9rem;z-index:67;color:#E2DFFB;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-331 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-331 .x_b389dd97{color:#e2dffb;}#element-331 strong{font-weight:700;}#element-331.paragraph{font-weight:700;}#element-330{top:389.375rem;left:3.3125rem;height:11.6875rem;width:18.3125rem;z-index:68;}#element-330 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-341{top:402.9375rem;left:3.375rem;height:7rem;width:18.25rem;z-index:69;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-341 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-341 .x_7b2817bf{color:#000000;}#element-341 strong{font-weight:700;}#element-341.paragraph{font-weight:600;}#element-343{top:411.8125rem;left:3.3125rem;height:8.125rem;width:18.3125rem;z-index:70;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-343 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-343 .x_ca5a6bed{color:#2b2b2b;}#element-1028{top:421.8125rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:71;}#element-1028 .btn.btn-effect3d:active{box-shadow:none;}#element-1028 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1028 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-1028 .btn-img{display:none!important;}#element-1131{top:426.8125rem;left:8rem;height:12.5rem;width:9rem;z-index:91;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1131 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1131 .x_b389dd97{color:#e2dffb;}#element-1131 strong{font-weight:700;}#element-1131.paragraph{font-weight:700;}#element-1133{top:441.1875rem;left:3.5625rem;height:11.6875rem;width:17.875rem;z-index:93;}#element-1133 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1132{top:454.75rem;left:3.3125rem;height:7rem;width:18.3125rem;z-index:92;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1132 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1132 .x_7b2817bf{color:#000000;}#element-1132 strong{font-weight:700;}#element-1132.paragraph{font-weight:600;}#element-1134{top:463.625rem;left:3.25rem;height:8.125rem;width:18.4375rem;z-index:94;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1134 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1134 .x_ca5a6bed{color:#2b2b2b;}#element-1135{top:473.625rem;left:6.875rem;height:3.125rem;width:11.1875rem;z-index:95;}#element-1135 .btn.btn-effect3d:active{box-shadow:none;}#element-1135 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1135 .btn{border:2px solid #FFFFFF;background:#FFFFFF;color:#fff!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem;width:11.1875rem;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1135 .btn-img{display:none!important;}#page-block-0oklqxcuwp8i{height:70rem;max-width:100%;}#page-block-0oklqxcuwp8i .section-holder-border{border:0;}#page-block-0oklqxcuwp8i .section-block{background:rgb(0,0,0);height:70rem;}#page-block-0oklqxcuwp8i .section-holder-overlay{display:none;}#element-177{top:2.5rem;left:1.25rem;height:22.875rem;width:22.5rem;z-index:3;}#element-177 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-446{top:29.125rem;left:1.25rem;height:3.625rem;width:22.5rem;z-index:10;color:#37465A;font-size:1.7957rem;line-height:1.8125rem;text-align:left;font-weight:600;}#element-446 .x_0ab6ad69{text-align:left;line-height:1.8125rem;font-size:1.7957rem;}#element-446 .x_f2074b6c{color:#ffffff;}#element-446 strong{font-weight:700;}#element-446.headline{font-weight:600;}#element-447{top:34.625rem;left:1.25rem;height:9.375rem;width:22.5rem;z-index:11;color:#A3A3A3;font-size:1.1146rem;line-height:1.575rem;text-align:left;}#element-447 .x_9a9d3d17{text-align:left;line-height:1.5625rem;font-size:1.1146rem;}#element-447 .x_1fe11b61{color:#a3a3a3;}#element-447 strong{font-weight:700;}#element-774{top:45.875rem;left:5.5625rem;height:3.9375rem;width:13.8125rem;z-index:47;}#element-774 .btn.btn-effect3d:active{box-shadow:none;}#element-774 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-774 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;text-align:left!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.9375rem;width:13.8125rem;border-radius:38px!important;background-image:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;border:0px!important;white-space:normal!important;padding:0 30px 0 40px!important;}#element-774 .btn-img{display:none!important;}#element-776{top:46.5625rem;left:14.625rem;height:2.5625rem;width:2.5625rem;z-index:48;}#element-448{top:52.1875rem;left:1.25rem;height:3.375rem;width:22.5rem;z-index:12;color:#8BC4BD;font-size:1.1765rem;line-height:1.6625rem;text-align:center;font-weight:600;}#element-448 .x_66d76769{text-align:center;line-height:1.6875rem;font-size:1.1765rem;}#element-448 .x_b3495085{color:#6e5efa;}#element-448 strong{font-weight:700;}#element-448.paragraph{font-weight:600;}#element-449{top:57.3125rem;left:8.75rem;height:2.25rem;width:7.5rem;z-index:13;}#element-449 .cropped{background-image:url(//v.fastcdn.co/u/6f5f942d/64685871-0-ty.png)!important;background-size:118px 36px!important;background-position:0px 0px!important;background-repeat:no-repeat!important;}#element-850{top:61.4375rem;left:6.1875rem;height:2.25rem;width:12.625rem;z-index:52;}#element-851{top:65.5625rem;left:5.25rem;height:1.625rem;width:14.5rem;z-index:53;}#page-block-mfv6fs671vr{height:129.5rem;max-width:100%;}#page-block-mfv6fs671vr .section-holder-border{border:0;}#page-block-mfv6fs671vr .section-block{background:rgb(255,255,255);height:129.5rem;}#page-block-mfv6fs671vr .section-holder-overlay{display:none;}#element-800{top:2.5rem;left:1.25rem;height:1.6875rem;width:22.5rem;z-index:15;color:#6E5EFA;font-size:1.1765rem;line-height:1.6625rem;text-align:center;font-weight:600;}#element-800 .x_66d76769{text-align:center;line-height:1.6875rem;font-size:1.1765rem;}#element-800 .x_65bcbb21{color:#8bc4bd;}#element-800 strong{font-weight:700;}#element-800.paragraph{font-weight:600;}#element-801{top:6rem;left:1.25rem;height:4.125rem;width:22.5rem;z-index:17;color:#37465A;font-size:2.0433rem;line-height:2.0625rem;text-align:center;font-weight:600;}#element-801 .x_43e6b32d{text-align:center;line-height:2.0625rem;font-size:2.0433rem;}#element-801 .x_7b2817bf{color:#000000;}#element-801 strong{font-weight:700;}#element-801.headline{font-weight:600;}#element-809{top:12rem;left:4.625rem;height:5.375rem;width:15.6875rem;z-index:49;}#element-810{top:19.25rem;left:1.6875rem;height:14.5rem;width:21.625rem;z-index:50;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-810 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-810 .x_ca5a6bed{color:#2b2b2b;}#element-820{top:35.625rem;left:3.6875rem;height:3.8125rem;width:17.5625rem;z-index:51;}#element-820 .btn.btn-effect3d:active{box-shadow:none;}#element-820 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-820 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem;width:17.5625rem;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 20px!important;}#element-820 .btn-img{display:none!important;}#element-973{top:41.3125rem;left:5.25rem;height:4.625rem;width:14.4375rem;z-index:89;}#element-817{top:47.8125rem;left:1.6875rem;height:14.5rem;width:21.625rem;z-index:88;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-817 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-817 .x_ca5a6bed{color:#2b2b2b;}#element-1114{top:64.1875rem;left:3.75rem;height:3.8125rem;width:17.5rem;z-index:90;}#element-1114 .btn.btn-effect3d:active{box-shadow:none;}#element-1114 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1114 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem;width:17.5rem;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1114 .btn-img{display:none!important;}#element-1111{top:69.875rem;left:4.1875rem;height:2.8125rem;width:16.5625rem;z-index:86;}#element-1110{top:74.5625rem;left:1.6875rem;height:16.3125rem;width:21.625rem;z-index:85;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-1110 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-1110 .x_ca5a6bed{color:#2b2b2b;}#element-1112{top:92.75rem;left:3.75rem;height:3.8125rem;width:17.5rem;z-index:87;}#element-1112 .btn.btn-effect3d:active{box-shadow:none;}#element-1112 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1112 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem;width:17.5rem;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1112 .btn-img{display:none!important;}#element-1191{top:98.4375rem;left:4.1875rem;height:4.6875rem;width:16.5625rem;z-index:125;}#element-1190{top:105rem;left:1.6875rem;height:16.3125rem;width:21.625rem;z-index:124;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-1190 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-1190 .x_ca5a6bed{color:#2b2b2b;}#element-1192{top:123.1875rem;left:3.75rem;height:3.8125rem;width:17.5rem;z-index:126;}#element-1192 .btn.btn-effect3d:active{box-shadow:none;}#element-1192 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1192 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem;width:17.5rem;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1192 .btn-img{display:none!important;}#element-1034{top:128.875rem;left:7.4375rem;height:4.375rem;width:10.0625rem;z-index:77;}#element-1035{top:135.125rem;left:2.5625rem;height:3.625rem;width:19.875rem;z-index:78;}#page-block-w3ljyfubn8{height:96.25rem;max-width:100%;}#page-block-w3ljyfubn8 .section-holder-border{border:0;}#page-block-w3ljyfubn8 .section-block{background:rgb(0,0,0);height:96.25rem;}#page-block-w3ljyfubn8 .section-holder-overlay{display:none;}#element-1214{top:2.5rem;left:1.25rem;height:22.875rem;width:22.5rem;z-index:127;}#element-1214 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1215{top:29.125rem;left:1.25rem;height:9.0625rem;width:22.5rem;z-index:128;color:#37465A;font-size:1.7957rem;line-height:1.8125rem;text-align:left;font-weight:600;}#element-1215 .x_0ab6ad69{text-align:left;line-height:1.8125rem;font-size:1.7957rem;}#element-1215 .x_f2074b6c{color:#ffffff;}#element-1215 strong{font-weight:700;}#element-1215.headline{font-weight:600;}#element-1224{top:41.1875rem;left:1.25rem;height:6.25rem;width:22.5rem;z-index:129;}#page-block-3mtao7oof8w{height:26.5625rem;max-width:100%;}#page-block-3mtao7oof8w .section-holder-border{border:0;}#page-block-3mtao7oof8w .section-block{background:rgb(255,255,255);height:26.5625rem;}#page-block-3mtao7oof8w .section-holder-overlay{display:none;}#element-474{top:2.5rem;left:1.25rem;height:1.6875rem;width:22.5rem;z-index:14;color:#6E5EFA;font-size:1.1765rem;line-height:1.6625rem;text-align:center;font-weight:600;}#element-474 .x_66d76769{text-align:center;line-height:1.6875rem;font-size:1.1765rem;}#element-474 .x_b3495085{color:#6e5efa;}#element-474 strong{font-weight:700;}#element-474.paragraph{font-weight:600;}#element-475{top:6rem;left:1.25rem;height:2.0625rem;width:22.5rem;z-index:16;color:#37465A;font-size:2.0433rem;line-height:2.0625rem;text-align:center;font-weight:600;}#element-475 .x_43e6b32d{text-align:center;line-height:2.0625rem;font-size:2.0433rem;}#element-475 .x_7b2817bf{color:#000000;}#element-475 strong{font-weight:700;}#element-475.headline{font-weight:600;}#element-476{top:9.9375rem;left:1.25rem;height:3.125rem;width:22.5rem;z-index:18;color:#A3A3A3;font-size:1.1146rem;line-height:1.575rem;text-align:center;}#element-476 .x_bcbce646{text-align:center;line-height:1.5625rem;font-size:1.1146rem;}#element-476 .x_ca5a6bed{color:#2b2b2b;}#element-1011{top:14.9375rem;left:1.25rem;height:9.125rem;width:22.5rem;z-index:66;}#page-block-6bkoezdd8ti{height:90.3125rem;max-width:100%;}#page-block-6bkoezdd8ti .section-holder-border{border:0;}#page-block-6bkoezdd8ti .section-block{background:rgb(0,0,0);height:90.3125rem;}#page-block-6bkoezdd8ti .section-holder-overlay{display:none;}#element-707{top:2.5rem;left:4.4375rem;height:2.125rem;width:16.0625rem;z-index:41;}#element-697{top:6.5rem;left:1.25rem;height:1.4375rem;width:22.5rem;z-index:58;color:#37465A;font-size:1.4241rem;line-height:1.4375rem;text-align:left;font-weight:600;}#element-697 .x_ec9d393f{text-align:left;line-height:1.4375rem;font-size:1.4241rem;}#element-697 .x_f2074b6c{color:#ffffff;}#element-697 strong{font-weight:700;}#element-697.headline{font-weight:600;}#element-698{top:9.8125rem;left:2.5rem;height:5.4375rem;width:20rem;z-index:59;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-698 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-698 .x_1fe11b61{color:#a3a3a3;}#element-955{top:17.125rem;left:1.25rem;height:1.4375rem;width:22.5rem;z-index:60;color:#37465A;font-size:1.4241rem;line-height:1.4375rem;text-align:left;font-weight:600;}#element-955 .x_ec9d393f{text-align:left;line-height:1.4375rem;font-size:1.4241rem;}#element-955 .x_f2074b6c{color:#ffffff;}#element-955 strong{font-weight:700;}#element-955.headline{font-weight:600;}#element-956{top:20.4375rem;left:2.5rem;height:5.4375rem;width:20rem;z-index:61;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-956 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-956 .x_1fe11b61{color:#a3a3a3;}#element-684{top:27.75rem;left:2.5rem;height:2.25rem;width:19.9375rem;z-index:22;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-684 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-684 .x_f2074b6c{color:#ffffff;}#element-684 strong{font-weight:700;}#element-684.headline{font-weight:600;}#element-685{top:31.875rem;left:2.5rem;height:1.625rem;width:20rem;z-index:19;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-685 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-685 .x_1fe11b61{color:#a3a3a3;}#element-686{top:35.375rem;left:2.5rem;height:1.625rem;width:20rem;z-index:20;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-686 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-686 .x_1fe11b61{color:#a3a3a3;}#element-687{top:38.875rem;left:2.5rem;height:1.625rem;width:20rem;z-index:21;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-687 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-687 .x_1fe11b61{color:#a3a3a3;}#element-688{top:42.375rem;left:2.5rem;height:1.625rem;width:20rem;z-index:23;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-688 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-688 .x_1fe11b61{color:#a3a3a3;}#element-689{top:45.875rem;left:2.5rem;height:1.625rem;width:20rem;z-index:24;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-689 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-689 .x_1fe11b61{color:#a3a3a3;}#element-690{top:49.375rem;left:2.5rem;height:1.625rem;width:20rem;z-index:25;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-690 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-690 .x_1fe11b61{color:#a3a3a3;}#element-691{top:52.875rem;left:2.5rem;height:1.625rem;width:20rem;z-index:26;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-691 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-691 .x_1fe11b61{color:#a3a3a3;}#element-692{top:56.375rem;left:2.5rem;height:2.25rem;width:19.9375rem;z-index:37;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-692 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-692 .x_f2074b6c{color:#ffffff;}#element-692 strong{font-weight:700;}#element-692.headline{font-weight:600;}#element-693{top:60.5rem;left:2.5rem;height:1.625rem;width:20rem;z-index:33;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-693 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-693 .x_1fe11b61{color:#a3a3a3;}#element-694{top:64rem;left:2.5rem;height:1.625rem;width:20rem;z-index:34;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-694 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-694 .x_1fe11b61{color:#a3a3a3;}#element-695{top:67.5rem;left:1.3125rem;height:3.25rem;width:22.3125rem;z-index:35;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-695 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-695 .x_1fe11b61{color:#a3a3a3;}#element-696{top:72.625rem;left:2.5rem;height:1.625rem;width:20rem;z-index:36;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-696 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-696 .x_1fe11b61{color:#a3a3a3;}#element-705{top:76.125rem;left:11.125rem;height:2.6875rem;width:2.6875rem;z-index:39;}#element-706{top:80.6875rem;left:11.125rem;height:2.6875rem;width:2.6875rem;z-index:40;}#element-701{top:85.25rem;left:11.1875rem;height:2.5625rem;width:2.5625rem;z-index:38;}#page-block-1t0e4ltvcs7{height:25.6875rem;max-width:100%;}#page-block-1t0e4ltvcs7 .section-holder-border{border:0;}#page-block-1t0e4ltvcs7 .section-block{background:rgb(0,0,0);height:25.6875rem;}#page-block-1t0e4ltvcs7 .section-holder-overlay{display:none;}#element-643{top:2.5rem;left:1.25rem;height:1.3125rem;width:22.5rem;z-index:27;}#element-643 .shape{border-bottom:1px solid #2A2D2D;}#element-666{top:5.6875rem;left:10.5625rem;height:1.8125rem;width:3.875rem;z-index:29;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-666 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-666 .x_f2074b6c{color:#ffffff;}#element-666 strong{font-weight:700;}#element-668{top:9.375rem;left:9.75rem;height:1.8125rem;width:5.4375rem;z-index:30;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-668 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-668 .x_f2074b6c{color:#ffffff;}#element-668 strong{font-weight:700;}#element-669{top:13.0625rem;left:10.8125rem;height:1.8125rem;width:3.3125rem;z-index:31;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-669 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-669 .x_f2074b6c{color:#ffffff;}#element-669 strong{font-weight:700;}#element-670{top:16.75rem;left:8.25rem;height:1.8125rem;width:8.5rem;z-index:32;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-670 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-670 .x_f2074b6c{color:#ffffff;}#element-670 strong{font-weight:700;}#element-644{top:20.4375rem;left:1.25rem;height:2.75rem;width:22.5rem;z-index:28;color:#A3A3A3;font-size:0.9907rem;line-height:1.4rem;text-align:left;}#element-644 .x_0a34168d{text-align:left;line-height:1.375rem;font-size:0.9907rem;}#element-644 .x_1fe11b61{color:#a3a3a3;}@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-grs1z449yu{height:6.5625rem;max-width:100%;}#page-block-grs1z449yu .section-holder-border{border:0;}#page-block-grs1z449yu .section-block{background:rgb(0,0,0);height:6.5625rem;}#page-block-grs1z449yu .section-holder-overlay{display:none;}#element-909{top:0.1875rem;left:19.375rem;height:6.25rem;width:35.8125rem;z-index:55;}#element-5{top:1.625rem;left:55.1875rem;height:3.125rem;width:12.3125rem;z-index:5;}#element-5 .btn.btn-effect3d:active{box-shadow:none;}#element-5 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-5 .btn{background:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;color:rgb(255,255,255)!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:12.3125rem!important;border-radius:38px!important;border:0px!important;white-space:normal!important;}#element-5 .btn-img{display:none!important;}#element-959{top:1.8125rem;left:5.5625rem;height:2.625rem;width:13.8125rem;z-index:62;}#element-308{top:1.875rem;left:3.9375rem;height:2.5rem;width:1.3125rem;z-index:8;}#element-308 .shape{border-right:1px solid #4C5252;}#element-6{top:2.4375rem;left:-7.375rem;height:1.375rem;width:10.375rem;z-index:6;}#page-block-hklb0b4xyu4{height:47.75rem;max-width:100%;}#page-block-hklb0b4xyu4 .section-holder-border{border:0;}#page-block-hklb0b4xyu4 .section-block{background:rgb(110,94,250);height:47.75rem;}#page-block-hklb0b4xyu4 .section-holder-overlay{display:none;}#element-933{top:2.375rem;left:-7.3125rem;height:42.875rem;width:74.9375rem;z-index:56;}#element-933 .contents{border-radius:20px!important;width:74.9375rem!important;height:42.875rem!important;z-index:1!important;}#page-block-uhbczzpm0m{height:18.6875rem;max-width:100%;}#page-block-uhbczzpm0m .section-holder-border{border:0;}#page-block-uhbczzpm0m .section-block{background:rgb(26,27,94);height:18.6875rem;}#page-block-uhbczzpm0m .section-holder-overlay{display:none;}#element-1239{top:3.9375rem;left:2.5rem;height:4.625rem;width:55rem;z-index:96;color:#FFFFFF;font-size:1.6554rem;line-height:2.3392rem;text-align:center;}#element-1239 .x_cf94836a{text-align:center;line-height:2.3125rem;font-size:1.6554rem;}#element-1239 .x_f2074b6c{color:#ffffff;}#page-block-fz2vm71a29{height:43.125rem;max-width:100%;}#page-block-fz2vm71a29 .section-holder-border{border:0;}#page-block-fz2vm71a29 .section-block{background:rgb(0,0,0);height:43.125rem;}#page-block-fz2vm71a29 .section-holder-overlay{display:none;}#element-9{top:3.625rem;left:-5.5625rem;height:10.5rem;width:31.0625rem;z-index:4;color:#8BC4BD;font-size:2.9102rem;line-height:3.525rem;text-align:left;font-weight:600;}#element-9 .x_f631bdbe{text-align:left;line-height:3.5rem;font-size:2.9102rem;}#element-9 .x_22d1fffd{text-align:left;background-color:rgba(0,0,0,0);}#element-9 .x_f2074b6c{color:#ffffff;}#element-9 strong{font-weight:700;}#element-9.headline{font-weight:600;}#element-983{top:6.8125rem;left:30rem;height:28.9375rem;width:30rem;z-index:63;}#element-989{top:0.8125rem;left:2.1875rem;height:24.5rem;width:24.5rem;z-index:4;}#element-951{top:15.6875rem;left:-5.5625rem;height:17.5rem;width:31.5rem;z-index:57;color:#E3E1E1;font-size:1.3622rem;line-height:2.2rem;text-align:left;}#element-951 .x_fc8f3afb{text-align:left;line-height:2.1875rem;font-size:1.3622rem;}#element-951 .x_67a4c63f{color:#e3e1e1;}#element-951 strong{font-weight:700;}#element-1232{top:35.0625rem;left:3.25rem;height:3.9375rem;width:13.8125rem;z-index:132;}#element-1232 .btn.btn-effect3d:active{box-shadow:none;}#element-1232 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1232 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;text-align:left!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.9375rem!important;width:13.8125rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;border:0px!important;white-space:normal!important;padding:0 30px 0 40px!important;}#element-1232 .btn-img{display:none!important;}#element-1233{top:35.75rem;left:12.875rem;height:2.5625rem;width:2.5625rem;z-index:133;}#page-block-6brejv43etw{height:25.3125rem;max-width:100%;}#page-block-6brejv43etw .section-holder-border{border:0;}#page-block-6brejv43etw .section-block{background:rgb(110,94,250);height:25.3125rem;}#page-block-6brejv43etw .section-holder-overlay{display:none;}#element-873{top:3.8125rem;left:0;height:3.625rem;width:60rem;z-index:54;color:#37465A;font-size:2.2291rem;line-height:3.6rem;text-align:center;}#element-873 .x_41d870ef{text-align:center;line-height:3.625rem;font-size:2.2291rem;}#element-873 .x_f2074b6c{color:#ffffff;}#element-1003{top:13rem;left:0;height:4.25rem;width:13.1875rem;z-index:64;}#element-1004{top:13rem;left:33.3125rem;height:4.25rem;width:12.4375rem;z-index:65;}#element-1184{top:13.5625rem;left:48.875rem;height:3.125rem;width:11.0625rem;z-index:117;}#element-1109{top:14rem;left:16.4375rem;height:2.3125rem;width:13.5625rem;z-index:84;}#page-block-6qmdq2idytl{height:131.5625rem;max-width:100%;}#page-block-6qmdq2idytl .section-holder-border{border:0;}#page-block-6qmdq2idytl .section-block{background:rgb(251,251,251);height:131.5625rem;}#page-block-6qmdq2idytl .section-holder-overlay{display:none;}#element-327{top:4.6875rem;left:19.125rem;height:2rem;width:20.4375rem;z-index:9;color:#6E5EFA;font-size:1.2384rem;line-height:2rem;text-align:center;font-weight:600;}#element-327 .x_06cb0376{text-align:center;line-height:2rem;font-size:1.2384rem;}#element-327 .x_b3495085{color:#6e5efa;}#element-327 strong{font-weight:700;}#element-327.paragraph{font-weight:600;}#element-51{top:6.6875rem;left:0;height:4rem;width:59.9375rem;z-index:7;color:#37465A;font-size:3.2817rem;line-height:3.975rem;text-align:center;font-weight:600;}#element-51 .x_2f745eba{text-align:center;line-height:4rem;font-size:3.2817rem;}#element-51 .x_7b2817bf{color:#000000;}#element-51 strong{font-weight:700;}#element-51.headline{font-weight:600;}#element-1179{top:13.875rem;left:-8.6875rem;height:12.5rem;width:9rem;z-index:112;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1179 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1179 .x_b389dd97{color:#e2dffb;}#element-1179 strong{font-weight:700;}#element-1179.paragraph{font-weight:700;}#element-1180{top:14.3125rem;left:-2.6875rem;height:11.6875rem;width:18.0625rem;z-index:113;}#element-1180 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1181{top:27.3125rem;left:-2.6875rem;height:7rem;width:18.0625rem;z-index:114;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1181 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1181 .x_7b2817bf{color:#000000;}#element-1181 strong{font-weight:700;}#element-1181.paragraph{font-weight:600;}#element-1182{top:35.75rem;left:-2.6875rem;height:8.125rem;width:18.0625rem;z-index:115;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1182 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1182 .x_ca5a6bed{color:#2b2b2b;}#element-1183{top:46rem;left:-0.25rem;height:3.125rem;width:11.1875rem;z-index:116;}#element-1183 .btn.btn-effect3d:active{box-shadow:none;}#element-1183 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1183 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1183 .btn-img{display:none!important;}#element-1170{top:13.875rem;left:15.375rem;height:12.5rem;width:9rem;z-index:107;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1170 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1170 .x_b389dd97{color:#e2dffb;}#element-1170 strong{font-weight:700;}#element-1170.paragraph{font-weight:700;}#element-1171{top:14.3125rem;left:21.375rem;height:11.6875rem;width:18.0625rem;z-index:108;}#element-1171 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1172{top:27.3125rem;left:21.375rem;height:7rem;width:18.0625rem;z-index:109;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1172 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1172 .x_7b2817bf{color:#000000;}#element-1172 strong{font-weight:700;}#element-1172.paragraph{font-weight:600;}#element-1173{top:35.75rem;left:21.375rem;height:8.125rem;width:18.0625rem;z-index:110;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1173 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1173 .x_ca5a6bed{color:#2b2b2b;}#element-1174{top:46rem;left:23.8125rem;height:3.125rem;width:11.1875rem;z-index:111;}#element-1174 .btn.btn-effect3d:active{box-shadow:none;}#element-1174 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1174 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1174 .btn-img{display:none!important;}#element-1137{top:13.875rem;left:39.4375rem;height:12.5rem;width:9rem;z-index:97;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1137 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1137 .x_b389dd97{color:#e2dffb;}#element-1137 strong{font-weight:700;}#element-1137.paragraph{font-weight:700;}#element-1138{top:14.3125rem;left:45.4375rem;height:11.6875rem;width:18.0625rem;z-index:98;}#element-1138 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1139{top:27.3125rem;left:45.4375rem;height:7rem;width:18.0625rem;z-index:99;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1139 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1139 .x_7b2817bf{color:#000000;}#element-1139 strong{font-weight:700;}#element-1139.paragraph{font-weight:600;}#element-1140{top:35.75rem;left:45.4375rem;height:8.125rem;width:18.0625rem;z-index:100;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1140 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1140 .x_ca5a6bed{color:#2b2b2b;}#element-1141{top:46rem;left:47.875rem;height:3.125rem;width:11.1875rem;z-index:101;}#element-1141 .btn.btn-effect3d:active{box-shadow:none;}#element-1141 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1141 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1141 .btn-img{display:none!important;}#element-1102{top:51.6875rem;left:-8.6875rem;height:12.5rem;width:9rem;z-index:79;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1102 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1102 .x_b389dd97{color:#e2dffb;}#element-1102 strong{font-weight:700;}#element-1102.paragraph{font-weight:700;}#element-1103{top:52.125rem;left:-2.6875rem;height:11.6875rem;width:18.0625rem;z-index:80;}#element-1103 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1104{top:65.125rem;left:-2.6875rem;height:7rem;width:18.0625rem;z-index:81;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1104 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1104 .x_7b2817bf{color:#000000;}#element-1104 strong{font-weight:700;}#element-1104.paragraph{font-weight:600;}#element-1105{top:73.5625rem;left:-2.6875rem;height:8.125rem;width:18.0625rem;z-index:82;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1105 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1105 .x_ca5a6bed{color:#2b2b2b;}#element-1106{top:83.8125rem;left:-0.25rem;height:3.125rem;width:11.1875rem;z-index:83;}#element-1106 .btn.btn-effect3d:active{box-shadow:none;}#element-1106 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1106 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1106 .btn-img{display:none!important;}#element-497{top:51.6875rem;left:15.4375rem;height:12.5rem;width:9rem;z-index:72;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-497 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-497 .x_b389dd97{color:#e2dffb;}#element-497 strong{font-weight:700;}#element-497.paragraph{font-weight:700;}#element-499{top:52.125rem;left:21.4375rem;height:12.0625rem;width:18.0625rem;z-index:73;}#element-499 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1014{top:65.125rem;left:21.4375rem;height:7rem;width:18.0625rem;z-index:74;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1014 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1014 .x_7b2817bf{color:#000000;}#element-1014 strong{font-weight:700;}#element-1014.paragraph{font-weight:600;}#element-1018{top:73.5625rem;left:21.4375rem;height:8.125rem;width:18.0625rem;z-index:75;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1018 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1018 .x_ca5a6bed{color:#2b2b2b;}#element-1030{top:83.8125rem;left:23.875rem;height:3.125rem;width:11.1875rem;z-index:76;}#element-1030 .btn.btn-effect3d:active{box-shadow:none;}#element-1030 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1030 .btn{background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1030 .btn-img{display:none!important;}#element-493{top:51.6875rem;left:39.5rem;height:12.375rem;width:8.9375rem;z-index:102;color:#E2DFFB;font-size:12.2542rem;line-height:12.3691rem;text-align:center;font-weight:700;}#element-493 .x_45a58cb8{text-align:center;line-height:12.375rem;font-size:12.2542rem;}#element-493 .x_b389dd97{color:#e2dffb;}#element-493 strong{font-weight:700;}#element-493.paragraph{font-weight:700;}#element-495{top:52.0625rem;left:45.5rem;height:11.6875rem;width:18.0625rem;z-index:103;}#element-495 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-505{top:65.125rem;left:45.25rem;height:7rem;width:18.3125rem;z-index:104;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-505 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-505 .x_7b2817bf{color:#000000;}#element-505 strong{font-weight:700;}#element-505.paragraph{font-weight:600;}#element-1017{top:73.5625rem;left:45.25rem;height:7.8125rem;width:18.3125rem;z-index:105;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1017 .x_15a3f936{text-align:left;line-height:1.5625rem;font-size:0.9803rem;}#element-1017 .x_ca5a6bed{color:#2b2b2b;}#element-1145{top:83.8125rem;left:48.8125rem;height:3.125rem;width:11.1875rem;z-index:106;}#element-1145 .btn.btn-effect3d:active{box-shadow:none;}#element-1145 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1145 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem!important;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-1145 .btn-img{display:none!important;}#element-333{top:89.625rem;left:-8.3125rem;height:12.5rem;width:9rem;z-index:42;color:#E2DFFB;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-333 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-333 .x_b389dd97{color:#e2dffb;}#element-333 strong{font-weight:700;}#element-333.paragraph{font-weight:700;}#element-332{top:89.9375rem;left:-2.9375rem;height:11.6875rem;width:18.3125rem;z-index:43;}#element-332 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-342{top:103.0625rem;left:-2.9375rem;height:7rem;width:18.3125rem;z-index:44;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-342 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-342 .x_7b2817bf{color:#000000;}#element-342 strong{font-weight:700;}#element-342.paragraph{font-weight:600;}#element-344{top:111.5rem;left:-2.9375rem;height:8.125rem;width:18.3125rem;z-index:45;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-344 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-344 .x_ca5a6bed{color:#2b2b2b;}#element-730{top:121.75rem;left:0.625rem;height:3.125rem;width:11.1875rem;z-index:46;}#element-730 .btn.btn-effect3d:active{box-shadow:none;}#element-730 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-730 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem!important;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-730 .btn-img{display:none!important;}#element-331{top:89.625rem;left:15.375rem;height:12.5rem;width:9rem;z-index:67;color:#E2DFFB;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-331 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-331 .x_b389dd97{color:#e2dffb;}#element-331 strong{font-weight:700;}#element-331.paragraph{font-weight:700;}#element-330{top:89.9375rem;left:21.1875rem;height:11.6875rem;width:18.3125rem;z-index:68;}#element-330 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-341{top:103.0625rem;left:21.1875rem;height:7rem;width:18.25rem;z-index:69;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-341 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-341 .x_7b2817bf{color:#000000;}#element-341 strong{font-weight:700;}#element-341.paragraph{font-weight:600;}#element-343{top:111.5rem;left:21.125rem;height:8.125rem;width:18.3125rem;z-index:70;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-343 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-343 .x_ca5a6bed{color:#2b2b2b;}#element-1028{top:121.75rem;left:24.8125rem;height:3.125rem;width:11.1875rem;z-index:71;}#element-1028 .btn.btn-effect3d:active{box-shadow:none;}#element-1028 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1028 .btn{background:#6E5EFA;color:rgb(255,255,255)!important;font-size:0.9907rem!important;font-family:Quicksand!important;font-weight:600!important;font-style:normal;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;}#element-1028 .btn-img{display:none!important;}#element-1131{top:89.625rem;left:39.5rem;height:12.5rem;width:9rem;z-index:91;color:#000000;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1131 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1131 .x_b389dd97{color:#e2dffb;}#element-1131 strong{font-weight:700;}#element-1131.paragraph{font-weight:700;}#element-1133{top:90.0625rem;left:45.375rem;height:11.6875rem;width:17.875rem;z-index:93;}#element-1133 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1132{top:103rem;left:45.375rem;height:7rem;width:18.3125rem;z-index:92;color:#000000;font-size:1.2384rem;line-height:1.75rem;text-align:left;font-weight:600;}#element-1132 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-1132 .x_7b2817bf{color:#000000;}#element-1132 strong{font-weight:700;}#element-1132.paragraph{font-weight:600;}#element-1134{top:111.4375rem;left:45.25rem;height:8.125rem;width:18.4375rem;z-index:94;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1134 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1134 .x_ca5a6bed{color:#2b2b2b;}#element-1135{top:121.6875rem;left:48.6875rem;height:3.125rem;width:11.1875rem;z-index:95;}#element-1135 .btn.btn-effect3d:active{box-shadow:none;}#element-1135 .btn:hover{background:#6E5EFA;color:#FFFFFF;}#element-1135 .btn{border:2px solid #FFFFFF;background:#FFFFFF;color:#fff!important;font-size:0.9907rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal!important;height:3.125rem!important;width:11.1875rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;white-space:normal!important;}#element-1135 .btn-img{display:none!important;}#page-block-0oklqxcuwp8i{height:41.375rem;max-width:100%;}#page-block-0oklqxcuwp8i .section-holder-border{border:0;}#page-block-0oklqxcuwp8i .section-block{background:rgb(0,0,0);height:41.375rem;}#page-block-0oklqxcuwp8i .section-holder-overlay{display:none;}#element-177{top:6.25rem;left:-4.875rem;height:22.875rem;width:31.3125rem;z-index:3;}#element-177 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-446{top:6.25rem;left:26.375rem;height:6.625rem;width:39.75rem;z-index:10;color:#37465A;font-size:2.7245rem;line-height:3.3rem;text-align:left;font-weight:600;}#element-446 .x_c4c0bc48{text-align:left;line-height:3.3125rem;font-size:2.7245rem;}#element-446 .x_f2074b6c{color:#ffffff;}#element-446 strong{font-weight:700;}#element-446.headline{font-weight:600;}#element-447{top:14rem;left:26.375rem;height:7.25rem;width:32.625rem;z-index:11;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-447 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-447 .x_1fe11b61{color:#a3a3a3;}#element-447 strong{font-weight:700;}#element-774{top:23.6875rem;left:34.8125rem;height:3.9375rem;width:13.8125rem;z-index:47;}#element-774 .btn.btn-effect3d:active{box-shadow:none;}#element-774 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-774 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;text-align:left!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.9375rem!important;width:13.8125rem!important;border-radius:38px!important;background-image:linear-gradient(146deg,#8c39fa,#2ec5f6)!important;border:0px!important;white-space:normal!important;padding:0 30px 0 40px!important;}#element-774 .btn-img{display:none!important;}#element-776{top:24.375rem;left:43.6875rem;height:2.5625rem;width:2.5625rem;z-index:48;}#element-448{top:30.4375rem;left:13.4375rem;height:2rem;width:33.0625rem;z-index:12;color:#8BC4BD;font-size:1.2384rem;line-height:2rem;text-align:center;font-weight:600;}#element-448 .x_06cb0376{text-align:center;line-height:2rem;font-size:1.2384rem;}#element-448 .x_b3495085{color:#6e5efa;}#element-448 strong{font-weight:700;}#element-448.paragraph{font-weight:600;}#element-449{top:34rem;left:7rem;height:2.25rem;width:7.5rem;z-index:13;}#element-449 .cropped{background-image:url(//v.fastcdn.co/u/6f5f942d/64685871-0-ty.png)!important;background-size:118px 36px!important;background-position:0px 0px!important;background-repeat:no-repeat!important;width:7.5rem!important;height:2.25rem!important;}#element-850{top:34rem;left:22.4375rem;height:2.25rem;width:12.625rem;z-index:52;}#element-851{top:34.3125rem;left:41.75rem;height:1.625rem;width:14.5rem;z-index:53;}#page-block-mfv6fs671vr{height:81.1875rem;max-width:100%;}#page-block-mfv6fs671vr .section-holder-border{border:0;}#page-block-mfv6fs671vr .section-block{background:rgb(255,255,255);height:81.1875rem;}#page-block-mfv6fs671vr .section-holder-overlay{display:none;}#element-800{top:7.1875rem;left:-7.75rem;height:2rem;width:75.25rem;z-index:15;color:#6E5EFA;font-size:1.2384rem;line-height:2rem;text-align:center;font-weight:600;}#element-800 .x_06cb0376{text-align:center;line-height:2rem;font-size:1.2384rem;}#element-800 .x_65bcbb21{color:#8bc4bd;}#element-800 strong{font-weight:700;}#element-800.paragraph{font-weight:600;}#element-801{top:9rem;left:-7.4375rem;height:4rem;width:74.9375rem;z-index:17;color:#37465A;font-size:3.2817rem;line-height:3.975rem;text-align:center;font-weight:600;}#element-801 .x_2f745eba{text-align:center;line-height:4rem;font-size:3.2817rem;}#element-801 .x_7b2817bf{color:#000000;}#element-801 strong{font-weight:700;}#element-801.headline{font-weight:600;}#element-809{top:17.1875rem;left:-4.9375rem;height:5.375rem;width:15.6875rem;z-index:49;}#element-810{top:24.375rem;left:-7.4375rem;height:14.5rem;width:21.625rem;z-index:50;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-810 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-810 .x_ca5a6bed{color:#2b2b2b;}#element-820{top:42.125rem;left:-5.875rem;height:3.8125rem;width:17.5625rem;z-index:51;}#element-820 .btn.btn-effect3d:active{box-shadow:none;}#element-820 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-820 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;line-height:1.4375rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem!important;width:17.5625rem!important;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 20px!important;}#element-820 .btn-img{display:none!important;}#element-973{top:17.5625rem;left:22.0625rem;height:4.625rem;width:14.4375rem;z-index:89;}#element-817{top:24.375rem;left:19.1875rem;height:14.5rem;width:21.625rem;z-index:88;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-817 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-817 .x_ca5a6bed{color:#2b2b2b;}#element-1114{top:42.125rem;left:21.25rem;height:3.8125rem;width:17.5rem;z-index:90;}#element-1114 .btn.btn-effect3d:active{box-shadow:none;}#element-1114 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1114 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;line-height:1.4375rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem!important;width:17.5rem!important;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1114 .btn-img{display:none!important;}#element-1111{top:18.4375rem;left:47.9375rem;height:2.8125rem;width:16.5625rem;z-index:86;}#element-1110{top:24.375rem;left:45.875rem;height:16.3125rem;width:21.625rem;z-index:85;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-1110 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-1110 .x_ca5a6bed{color:#2b2b2b;}#element-1112{top:42.125rem;left:47.9375rem;height:3.8125rem;width:17.5rem;z-index:87;}#element-1112 .btn.btn-effect3d:active{box-shadow:none;}#element-1112 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1112 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;line-height:1.4375rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem!important;width:17.5rem!important;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1112 .btn-img{display:none!important;}#element-1191{top:49.5625rem;left:-5.4375rem;height:4.6875rem;width:16.5625rem;z-index:119;}#element-1190{top:56.4375rem;left:-7.5rem;height:16.3125rem;width:21.625rem;z-index:118;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-1190 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-1190 .x_ca5a6bed{color:#2b2b2b;}#element-1192{top:74.9375rem;left:-5.4375rem;height:3.8125rem;width:17.5rem;z-index:120;}#element-1192 .btn.btn-effect3d:active{box-shadow:none;}#element-1192 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1192 .btn{background:#8BC4BD;color:rgb(255,255,255)!important;font-size:0.9907rem!important;line-height:1.4375rem!important;font-family:Open Sans!important;font-weight:600!important;font-style:normal;height:3.8125rem!important;width:17.5rem!important;border-radius:13px!important;background-image:linear-gradient(146deg,rgb(140,57,250),rgb(46,197,246))!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-1192 .btn-img{display:none!important;}#element-1034{top:50.125rem;left:52.5rem;height:4.375rem;width:10.0625rem;z-index:77;}#element-1035{top:50.5rem;left:20.75rem;height:3.625rem;width:19.875rem;z-index:78;}#page-block-w3ljyfubn8{height:53.5rem;max-width:100%;}#page-block-w3ljyfubn8 .section-holder-border{border:0;}#page-block-w3ljyfubn8 .section-block{background:rgb(0,0,0);height:53.5rem;}#page-block-w3ljyfubn8 .section-holder-overlay{display:none;}#element-1214{top:2.125rem;left:20.3125rem;height:16.75rem;width:19.375rem;z-index:129;}#element-1214 .shape{border:0;border-radius:0 0 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=) repeat rgb(255,255,255) 50% 50% / cover;}#element-1215{top:20.6875rem;left:-7.5rem;height:6.625rem;width:75rem;z-index:130;color:#37465A;font-size:2.7245rem;line-height:3.3rem;text-align:center;font-weight:600;}#element-1215 .x_11909a12{text-align:center;line-height:3.3125rem;font-size:2.7245rem;}#element-1215 .x_f2074b6c{color:#ffffff;}#element-1215 strong{font-weight:700;}#element-1215.headline{font-weight:600;}#element-1224{top:29.9375rem;left:-7.5625rem;height:6.25rem;width:74.875rem;z-index:131;}#page-block-3mtao7oof8w{height:36.5rem;max-width:100%;}#page-block-3mtao7oof8w .section-holder-border{border:0;}#page-block-3mtao7oof8w .section-block{background:rgb(255,255,255);height:36.5rem;}#page-block-3mtao7oof8w .section-holder-overlay{display:none;}#element-474{top:4.875rem;left:-7.5625rem;height:2rem;width:75.25rem;z-index:14;color:#6E5EFA;font-size:1.2384rem;line-height:2rem;text-align:center;font-weight:600;}#element-474 .x_06cb0376{text-align:center;line-height:2rem;font-size:1.2384rem;}#element-474 .x_b3495085{color:#6e5efa;}#element-474 strong{font-weight:700;}#element-474.paragraph{font-weight:600;}#element-475{top:7.625rem;left:-7.4375rem;height:4rem;width:74.9375rem;z-index:16;color:#37465A;font-size:3.2817rem;line-height:3.975rem;text-align:center;font-weight:600;}#element-475 .x_2f745eba{text-align:center;line-height:4rem;font-size:3.2817rem;}#element-475 .x_7b2817bf{color:#000000;}#element-475 strong{font-weight:700;}#element-475.headline{font-weight:600;}#element-476{top:12.625rem;left:0;height:1.8125rem;width:60rem;z-index:18;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-476 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-476 .x_ca5a6bed{color:#2b2b2b;}#element-1011{top:16.625rem;left:12.8125rem;height:14rem;width:34.4375rem;z-index:66;}#page-block-6bkoezdd8ti{height:36.1875rem;max-width:100%;}#page-block-6bkoezdd8ti .section-holder-border{border:0;}#page-block-6bkoezdd8ti .section-block{background:rgb(0,0,0);height:36.1875rem;}#page-block-6bkoezdd8ti .section-holder-overlay{display:none;}#element-707{top:6.625rem;left:-7.5rem;height:2.125rem;width:16.0625rem;z-index:41;}#element-697{top:11.9375rem;left:-7.4375rem;height:2.25rem;width:24.5625rem;z-index:58;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-697 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-697 .x_f2074b6c{color:#ffffff;}#element-697 strong{font-weight:700;}#element-697.headline{font-weight:600;}#element-698{top:16.1875rem;left:-7.4375rem;height:5.4375rem;width:20rem;z-index:59;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-698 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-698 .x_1fe11b61{color:#a3a3a3;}#element-955{top:22.6875rem;left:-7.625rem;height:2.25rem;width:24.5625rem;z-index:60;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-955 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-955 .x_f2074b6c{color:#ffffff;}#element-955 strong{font-weight:700;}#element-955.headline{font-weight:600;}#element-956{top:26.3125rem;left:-7.4375rem;height:5.4375rem;width:20rem;z-index:61;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:left;}#element-956 .x_e17eb1e4{text-align:left;line-height:1.8125rem;font-size:0.9907rem;}#element-956 .x_1fe11b61{color:#a3a3a3;}#element-684{top:11.9375rem;left:20.5625rem;height:2.25rem;width:19.9375rem;z-index:22;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-684 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-684 .x_f2074b6c{color:#ffffff;}#element-684 strong{font-weight:700;}#element-684.headline{font-weight:600;}#element-685{top:16.1875rem;left:20.5625rem;height:1.625rem;width:20rem;z-index:19;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-685 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-685 .x_1fe11b61{color:#a3a3a3;}#element-686{top:18.5rem;left:20.625rem;height:1.625rem;width:20rem;z-index:20;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-686 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-686 .x_1fe11b61{color:#a3a3a3;}#element-687{top:20.875rem;left:20.625rem;height:1.625rem;width:20rem;z-index:21;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-687 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-687 .x_1fe11b61{color:#a3a3a3;}#element-688{top:23.3125rem;left:20.6875rem;height:1.625rem;width:20rem;z-index:23;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-688 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-688 .x_1fe11b61{color:#a3a3a3;}#element-689{top:25.5625rem;left:20.625rem;height:1.625rem;width:20rem;z-index:24;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-689 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-689 .x_1fe11b61{color:#a3a3a3;}#element-690{top:27.9375rem;left:20.6875rem;height:1.625rem;width:20rem;z-index:25;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-690 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-690 .x_1fe11b61{color:#a3a3a3;}#element-691{top:30.125rem;left:20.5625rem;height:1.625rem;width:20rem;z-index:26;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-691 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-691 .x_1fe11b61{color:#a3a3a3;}#element-692{top:11.9375rem;left:45rem;height:2.25rem;width:19.9375rem;z-index:37;color:#37465A;font-size:1.8576rem;line-height:2.25rem;text-align:left;font-weight:600;}#element-692 .x_6085f5ca{text-align:left;line-height:2.25rem;font-size:1.8576rem;}#element-692 .x_f2074b6c{color:#ffffff;}#element-692 strong{font-weight:700;}#element-692.headline{font-weight:600;}#element-693{top:16.1875rem;left:45.1875rem;height:1.625rem;width:20rem;z-index:33;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-693 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-693 .x_1fe11b61{color:#a3a3a3;}#element-694{top:18.375rem;left:45.1875rem;height:1.625rem;width:20rem;z-index:34;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-694 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-694 .x_1fe11b61{color:#a3a3a3;}#element-695{top:20.5625rem;left:45.1875rem;height:3.25rem;width:22.3125rem;z-index:35;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-695 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-695 .x_1fe11b61{color:#a3a3a3;}#element-696{top:24.25rem;left:45.1875rem;height:1.625rem;width:20rem;z-index:36;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-696 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-696 .x_1fe11b61{color:#a3a3a3;}#element-705{top:28.75rem;left:45.1875rem;height:2.6875rem;width:2.6875rem;z-index:39;}#element-706{top:28.75rem;left:48.5625rem;height:2.6875rem;width:2.6875rem;z-index:40;}#element-701{top:28.8125rem;left:51.8125rem;height:2.5625rem;width:2.5625rem;z-index:38;}#page-block-1t0e4ltvcs7{height:7.5rem;max-width:100%;}#page-block-1t0e4ltvcs7 .section-holder-border{border:0;}#page-block-1t0e4ltvcs7 .section-block{background:rgb(0,0,0);height:7.5rem;}#page-block-1t0e4ltvcs7 .section-holder-overlay{display:none;}#element-643{top:0.375rem;left:-7.4375rem;height:1.3125rem;width:74.9375rem;z-index:27;}#element-643 .shape{border-bottom:1px solid #2A2D2D;}#element-666{top:3rem;left:42.4375rem;height:1.8125rem;width:3.875rem;z-index:29;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-666 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-666 .x_f2074b6c{color:#ffffff;}#element-666 strong{font-weight:700;}#element-668{top:3rem;left:47.75rem;height:1.8125rem;width:5.4375rem;z-index:30;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-668 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-668 .x_f2074b6c{color:#ffffff;}#element-668 strong{font-weight:700;}#element-669{top:3rem;left:54.375rem;height:1.8125rem;width:3.3125rem;z-index:31;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-669 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-669 .x_f2074b6c{color:#ffffff;}#element-669 strong{font-weight:700;}#element-670{top:3rem;left:59rem;height:1.8125rem;width:8.5rem;z-index:32;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:right;}#element-670 .x_695a2def{text-align:right;line-height:1.8125rem;font-size:1.1146rem;}#element-670 .x_f2074b6c{color:#ffffff;}#element-670 strong{font-weight:700;}#element-644{top:3.1875rem;left:-7.4375rem;height:1.625rem;width:31.8125rem;z-index:28;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-644 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-644 .x_1fe11b61{color:#a3a3a3;}} </style> <script data-cfasync="false" > window.__variantsData = [ { name: 'A', chance: 100 } ]; window.__page_id = 23906030; window.__customer_id = 1355093; window.__default_experience_id = 23906030; window.__version = 235; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "2979322677549c0522e37dd0f0919c63e0ec34f0"; window.__page_domain = "www.devicetalks.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":23906030,"publishedVersion":235,"variationName":"A","variationId":1,"linkedVariationId":2,"variation":"A","trackedLinks":[{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"pbw0iyaiu7l","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.youtube.com/channel/UC9PwYplpB-cvbPYHcb3vdZA?sub_confirmation=1","ariaLabel":"","id":"no73v39zl9","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.acuitymd.com/","ariaLabel":"","id":"wco9xkavwyd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/","ariaLabel":"","id":"8fyot1lsdkj","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/","ariaLabel":"","id":"qh0rk1sfuc","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/","ariaLabel":"","id":"6e46hejcccn","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/","ariaLabel":"","id":"8mclmvxqkbv","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/","ariaLabel":"","id":"59dc5khjvpo","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/","ariaLabel":"","id":"ma7ew747p8k","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/","ariaLabel":"","id":"nbjkfa2jyw8","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/","ariaLabel":"","id":"gw7w908zesu","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/","ariaLabel":"","id":"m6nn80yys9b","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/","ariaLabel":"","id":"4nz0dkm9abn","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/","ariaLabel":"","id":"xckpkhp1ny8","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/","ariaLabel":"","id":"cizp7icphoc","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/","ariaLabel":"","id":"6bhkt22p4mq","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/","ariaLabel":"","id":"i6amtxmx2rd","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"zymetw3pk2","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"cronl0mbdt5","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"cronl0mbdt51","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"yyqct6ug50p","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/","ariaLabel":"","id":"f1886q9b3r","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/","ariaLabel":"","id":"u4xz0jajii","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://youtube.com/playlist?list=PLaqtOqIjH88nw_3uWtJWsds0h1TvQO-2M&si=VrTsZnWIAJq2nvzc","ariaLabel":"","id":"d25a2bhkykk","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://open.spotify.com/show/0nQ6iTjMEemi4jfpgDTf4l?si=52a2541226a544ea","ariaLabel":"","id":"4uxz2pw5j1t","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://podcasts.apple.com/us/podcast/ai-meets-life-sci/id1717448494","ariaLabel":"","id":"p68ex63t77n","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://soundcloud.com/ai-meets-life-sci","ariaLabel":"","id":"6lrldyq4qq3","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://catalyzehealthcare.com/","ariaLabel":"","id":"7e4wircco5","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://catalyzehealthcare.com/book-now","ariaLabel":"","id":"jswmmitgab","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.smarttrak.com/","ariaLabel":"","id":"alb75xiyzfd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.acuitymd.com/","ariaLabel":"","id":"bxphaele9c5","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.acuitymd.com/request-a-demo","ariaLabel":"","id":"hc6d85iyokp","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"cjtvc1uii9s","type":"url","track":true,"targetNewWindow":true,"passParameters":false}],"allLinks":[{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"pbw0iyaiu7l","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.devicetalks.com","ariaLabel":"","id":"s7f37a5vflj","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.youtube.com/channel/UC9PwYplpB-cvbPYHcb3vdZA?sub_confirmation=1","ariaLabel":"","id":"no73v39zl9","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"id":"aqz5ghaqiqq","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.smarttrak.com","ariaLabel":"","id":"n5kctqkmkmc","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"http://www.catalyzehealthcare.com","ariaLabel":"","id":"dh68vcnqvfi","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.acuitymd.com/","ariaLabel":"","id":"wco9xkavwyd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://partnering.tecan.com/","ariaLabel":"","id":"qh7qltz9vwq","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/","ariaLabel":"","id":"8fyot1lsdkj","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/","ariaLabel":"","id":"qh0rk1sfuc","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/","ariaLabel":"","id":"6e46hejcccn","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/","ariaLabel":"","id":"8mclmvxqkbv","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/","ariaLabel":"","id":"59dc5khjvpo","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/","ariaLabel":"","id":"ma7ew747p8k","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/","ariaLabel":"","id":"nbjkfa2jyw8","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/","ariaLabel":"","id":"gw7w908zesu","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/","ariaLabel":"","id":"m6nn80yys9b","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/","ariaLabel":"","id":"4nz0dkm9abn","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/","ariaLabel":"","id":"xckpkhp1ny8","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/","ariaLabel":"","id":"cizp7icphoc","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/","ariaLabel":"","id":"6bhkt22p4mq","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/","ariaLabel":"","id":"i6amtxmx2rd","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"zymetw3pk2","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"cronl0mbdt5","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"cronl0mbdt51","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/","ariaLabel":"","id":"yyqct6ug50p","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/","ariaLabel":"","id":"f1886q9b3r","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/","ariaLabel":"","id":"u4xz0jajii","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://youtube.com/playlist?list=PLaqtOqIjH88nw_3uWtJWsds0h1TvQO-2M&si=VrTsZnWIAJq2nvzc","ariaLabel":"","id":"d25a2bhkykk","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://open.spotify.com/show/0nQ6iTjMEemi4jfpgDTf4l?si=52a2541226a544ea","ariaLabel":"","id":"4uxz2pw5j1t","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://podcasts.apple.com/us/podcast/ai-meets-life-sci/id1717448494","ariaLabel":"","id":"p68ex63t77n","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://soundcloud.com/ai-meets-life-sci","ariaLabel":"","id":"6lrldyq4qq3","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://catalyzehealthcare.com/","ariaLabel":"","id":"7e4wircco5","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://catalyzehealthcare.com/book-now","ariaLabel":"","id":"jswmmitgab","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.smarttrak.com/","ariaLabel":"","id":"alb75xiyzfd","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.smarttrak.com/demo","ariaLabel":"","id":"bj2bkwpsk3","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://partnering.tecan.com/","ariaLabel":"","id":"dq2bsqqmx1h","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://partnering.tecan.com/","ariaLabel":"","id":"d7v48rtkdrg","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.acuitymd.com/","ariaLabel":"","id":"bxphaele9c5","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.acuitymd.com/request-a-demo","ariaLabel":"","id":"hc6d85iyokp","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.massdevice.com/","ariaLabel":"","id":"d8933p0q7z5","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.medicaldesignandoutsourcing.com/","ariaLabel":"","id":"6rzttpgecem","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"cjtvc1uii9s","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"http://www.devicetalks.com","ariaLabel":"","id":"9602g1cebco","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"http://csepich@wtwhmedia.com","ariaLabel":"","id":"yj04bj9yde","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"tel:857-260-1360","ariaLabel":"","id":"88v5i3dhdx","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://csepich@wtwhmedia.com","ariaLabel":"","id":"pbz4dlva8h","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"tel:857-260-1360","ariaLabel":"","id":"mlxi2cix36i","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.massdevice.com/","ariaLabel":"","id":"8yqvvc4pkns","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.drugdeliverybusiness.com/","ariaLabel":"","id":"kk6i7p7oqyo","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.drugdiscoverytrends.com/","ariaLabel":"","id":"srjnynd24w","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.medicaldesignsourcing.com/","ariaLabel":"","id":"nd98ujevrn","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.medicaldesignandoutsourcing.com/","ariaLabel":"","id":"qfvwuv4q33","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://medtech100.com/","ariaLabel":"","id":"dt8t0lu55aw","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.pharmaceuticalprocessingworld.com/","ariaLabel":"","id":"3dvx5pujq5k","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"http://www.massdevice.com/massdevice-enews-signup/","ariaLabel":"","id":"45q1litmts","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://marketing.wtwhmedia.com/2024-massdevice-media-guide/","ariaLabel":"","id":"b6jaukiv8m","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"mailto:events@wtwhmedia.com","ariaLabel":"","id":"un195050o1","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.facebook.com/DeviceTalks/","ariaLabel":"","id":"jf13we2qcs","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.linkedin.com/showcase/devicetalks/","ariaLabel":"","id":"m98kuntjpbo","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://twitter.com/devicetalks","ariaLabel":"","id":"ibg4pk1tiq","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/about/","ariaLabel":"","id":"2tv5fkv1yxf","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/contact-us/","ariaLabel":"","id":"o0aildem3","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/faq/","ariaLabel":"","id":"vzry2cz6is","type":"url","track":false,"targetNewWindow":false,"passParameters":false},{"href":"https://www.wtwhmedia.com/privacy-policy/","ariaLabel":"","id":"641guifv1b","type":"url","track":false,"targetNewWindow":false,"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--> <style> #main_menu ul li ul, #main_menu li ul { list-style: none; background: transparent; position: absolute; width: 240px; height: 0; z-index: -1; margin: 0; margin-left: -20px; margin-top: -5px; border: 0; -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15); border-radius: 5px; opacity: 0; overflow: hidden; -ms-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transform: scale(0.8); transform: scale(0.8); transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; background: #ffffff; border-color: #dce0e0; } #main_menu > li:hover > ul, #main_menu > li > ul > li:hover > ul { z-index: 99; opacity: 1; height: auto; -ms-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); overflow: visible; } #main_menu ul li ul, #main_menu li ul { background: #ffffff; border-color: #dce0e0; } #main_menu ul li ul li a, #main_menu li ul li a, #main_menu li.current-menu-parent ul li a { width: 200px; display: block; border-top: 0; font-size: 11px; padding: 13px 0; border-bottom: 1px solid #dce0e0; transition: color .2s linear, background .2s linear; color: #000; text-align: left; font-size: 14px; transition:.5s; } #element-933 { z-index: 1 !important; } #main_menu ul .menu-item a:hover { text-decoration: none; margin-left: 10px; } #wrapper.transparent .top_bar:not(.scroll) #main_menu > li > a, #wrapper.transparent .top_bar:not(.scroll) #logo_right_button a#mobile_nav_icon, #logo_wrapper .social_wrapper ul li a { color: #fff !important; } ul { padding: 0; margin: 0; list-style: none; } #main_menu { padding: 23px 0; } #main_menu .menu-item { display: inline-block; } #main_menu a { color: #fff; padding: 15px; display: block; cursor: pointer; } #page-block-hklb0b4xyu4 .section-block,#page-block-6brejv43etw .section-block { background: linear-gradient(146deg,#42caa9,#8c39fa,#2ec5f6,#db4e02); height: 47.75rem; } #main_menu ul li ul li ul, #main_menu li ul li ul { position: absolute; left: 241px; margin-top: -43px; margin-left: 0; opacity: 0; } #element-959 { z-index: 1; } @media only screen and (max-width: 600px) { .sub-menu { width: 100% !important; left: 0; margin: 0 !important; padding:20px; } .sub-menu a, .sub-menu li { display: block !important; width: 100% !important; } #main_menu ul li ul li ul, #main_menu li ul li ul { left: 20px; width: calc(100% - 40px) !important; } } </style> <!-- end custom HEAD code--> </head> <body style="display: none" id="landing-page"> <!-- Workspace Level Script Body --> <!-- end Workspace Level Script Body --> <!-- custom BODY code--> <script data-cfasync="false" src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script> <!-- end custom BODY code--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZ63T7H" 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-grs1z449yu" 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-909"> <div class="contents html-widget__text-center " data-at="html"> <ul id="main_menu" class="nav"><li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href="" style=""><span class="grandconference-menu-title">About</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/about/"><span class="grandconference-menu-title">About</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/contact-us/"><span class="grandconference-menu-title">Contact Us</span></a></li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href="" style=""><span class="grandconference-menu-title">Conferences</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="https://boston.devicetalks.com/" target="_blank"><span class="grandconference-menu-title">Boston</span></a></li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="https://minnesota.devicetalks.com/" target="_blank"><span class="grandconference-menu-title">Minnesota</span></a></li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="https://west.devicetalks.com/" target="_blank"><span class="grandconference-menu-title">West</span></a></li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href="" style=""><span class="grandconference-menu-title">Virtual Events</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href=""><span class="grandconference-menu-title">DeviceTalks Tuesdays</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="https://gateway.on24.com/wcc/experience/elitewtwhmedia/2927718/4415884/devicetalks-tuesdays" target="_blank"><span class="grandconference-menu-title">Registration</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/devicetalks-tuesdays-about/"><span class="grandconference-menu-title">About</span></a></li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="https://gateway.on24.com/wcc/experience/elitewtwhmedia/2927718/4598161/devicetalks-spotlight" target="_blank"><span class="grandconference-menu-title">DeviceTalks Spotlight</span></a></li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href="" style=""><span class="grandconference-menu-title">Sponsorship</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/sponsorship-live-events/"><span class="grandconference-menu-title">Conferences</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/sponsorship-podcast/"><span class="grandconference-menu-title">Podcasts</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/devicetalks-spotlight-contact-us/"><span class="grandconference-menu-title">DeviceTalks Spotlight</span></a></li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children arrow"><a href="" style=""><span class="grandconference-menu-title">Podcasts</span></a> <ul class="sub-menu"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/podcast/"><span class="grandconference-menu-title">DeviceTalks Weekly</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/abbotttalks/"><span class="grandconference-menu-title">AbbottTalks</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/bostonscientifictalks/"><span class="grandconference-menu-title">Boston Scientific Talks</span></a></li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="/ai/"><span class="grandconference-menu-title">DeviceTalks AI</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/intuitivetalks/"><span class="grandconference-menu-title">IntuitiveTalks</span></a></li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="/medtech-women-talks/"><span class="grandconference-menu-title">MedtechWOMEN Talks</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/medtronictalks/"><span class="grandconference-menu-title">MedtronicTalks</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/neuro-innovation-talks/“><span class="grandconference-menu-title">Neuro Innovation Talks</span></a></li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"><a href="/ortho-innovation-talks"><span class="grandconference-menu-title">Ortho Innovation Talks</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/structural-heart-talks/“><span class="grandconference-menu-title">Structural Heart Talks</span></a></li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.devicetalks.com/strykertalks/"><span class="grandconference-menu-title">StrykerTalks</span></a></li> </ul> </li> </ul> </div> </div> <div class="widget item-absolute " id="element-5"> <a href="https://www.devicetalks.com/sponsor-a-podcast/" id="link-pbw0iyaiu7l" target="_blank" class="url-link btn item-block" data-at="button" data-link-pbw0iyaiu7l > BECOME A SPONSOR </a> </div> <div class="widget item-absolute hidden-mobile " id="element-959"> <div class="contents cropped item-block" data-at="image-cropp"> <img class="item-content-box item-block image " data-at="image" alt="" src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181858-64967975-221x42-DeviceTalksAI-FINAL-.png" srcset="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181858-64967975-221x42-DeviceTalksAI-FINAL-.png 2x" > </div> </div> <div class="widget item-absolute hidden-mobile" id="element-308"> <div class="contents shape line-vertical line " data-at="shape" ></div> </div> <div class="widget item-absolute hidden-mobile " id="element-6"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.devicetalks.com" class="url-link item-content-box item-block" id="link-s7f37a5vflj" data-at="image-link" data-link-s7f37a5vflj > <img class="item-content-box item-block image " data-at="image" alt="DeviceTalks Logo" src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181846-64708675-166x22-devicetalks-logo-w-w.png" srcset="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181846-64708675-166x22-devicetalks-logo-w-w.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative hidden-mobile" id="page-block-hklb0b4xyu4" 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-933"> <div class="contents item-block"> <iframe class="item-block video iframe-lazy" type="text/html" data-src="https://www.youtube.com/embed/lW1p7frEfOs?showinfo=0&wmode=transparent&rel=0&autoplay=0&mute=0&controls=1" allow="autoplay" allowfullscreen data-at="video-youtube" title="What is the MedtechWOMEN Talks podcast?" frameborder="0"> </iframe> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-uhbczzpm0m" 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 paragraph " id="element-1239" data-at="paragraph"> <div class="contents"> <p class="x_cf94836a x_bdb4a4e4"><span class="x_f2074b6c"><strong >WATCH and LISTEN on every major podcast platform, </strong></span></p><p class="x_cf94836a x_bdb4a4e4"><span class="x_f2074b6c">and make sure to follow <strong >DeviceTalks </strong>to never miss an episode.</span></p> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-fz2vm71a29" 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-9" data-at="headline"> <div class="contents"> <h1> <span class="x_f631bdbe x_8785a629"><strong class="x_22d1fffd"><span class="x_f2074b6c">Welcome to the </span></strong></span><span class="x_f631bdbe x_8785a629"><strong class="x_22d1fffd"><span class="x_f2074b6c">DeviceTalks AI</span></strong></span><span class="x_f631bdbe x_8785a629"><strong class="x_22d1fffd"><span class="x_f2074b6c">podcast</span></strong><br></span> </h1> </div> </div> <div class="widget item-absolute item-block" id="element-983" > <div class="slider item-block inside-dots" data-autoplay="4000" data-transition-time="300" data-loop="0" > <div class="slides-wrapper"> <div class="slides-container"> <div class="slide" data-id="3" id="slide-983-3" > <div class="widget item-absolute " id="element-989"> <div class="contents cropped item-block" data-at="image-cropp"> <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/u/6f5f942d/64967605-0-DT-AI-icon-FINAL-SC.png" data-retina-src="//v.fastcdn.co/u/6f5f942d/64967605-0-DT-AI-icon-FINAL-SC.png" data-retina-size-modificator=" 2x" > </div> </div> </div> </div> </div> <button class="arrow arrow-left" role="presentation"></button> <button class="arrow arrow-right" role="presentation"></button> <div class="dots"> <button class="dot" data-id="3" data-index="0" role="presentation"></button> </div> </div> </div> <div class="widget item-absolute paragraph " id="element-951" data-at="paragraph"> <div class="contents"> <p class="x_fc8f3afb x_f49be817"><span class="x_67a4c63f">DeviceTalks AI explores the transformative role of <strong >artificial Intelligence</strong> and <strong >machine learning</strong> in the <strong >medical device industry</strong>. Hosted by Kayleen Brown, the series zeroes in on the obstacles and opportunities AI brings to medtech, presenting insights from senior leaders across the industry, including M<strong >edTech OEMs and </strong><strong >Tech Giants.</strong><br></span></p> </div> </div> <div class="widget item-absolute " id="element-1232"> <a href="https://www.youtube.com/channel/UC9PwYplpB-cvbPYHcb3vdZA?sub_confirmation=1" id="link-no73v39zl9" target="_blank" class="url-link btn item-block" data-at="button" data-link-no73v39zl9 > FOLLOW ON </a> </div> <div class="widget item-absolute " id="element-1233"> <div class="contents cropped item-block" data-at="image-cropp"> <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/340ae34a/1732181853-64684441-41x41-wyo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181853-64684441-41x41-wyo.png" data-retina-size-modificator=" 2x" > </div> </div> </div> </div> </section> <section class="section section-relative hidden-mobile" id="page-block-6brejv43etw" 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-873" data-at="headline"> <div class="contents"> <h1> <span class="x_41d870ef x_67ab24c6"><span class="x_f2074b6c">Thank you to our episode sponsors</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1003"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.smarttrak.com" class="url-link item-content-box item-block" id="link-n5kctqkmkmc" data-at="image-link" data-link-n5kctqkmkmc 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/340ae34a/1732181860-64753574-211x68-gh.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181860-64753574-211x68-gh.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-1004"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.catalyzehealthcare.com" class="url-link item-content-box item-block" id="link-dh68vcnqvfi" data-at="image-link" data-link-dh68vcnqvfi 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/340ae34a/1732181862-64764463-199x67x200x67x1x0-hg.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181862-64764463-199x67x200x67x1x0-hg.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-1184"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.acuitymd.com/" class="url-link item-content-box item-block" id="link-wco9xkavwyd" data-at="image-link" data-link-wco9xkavwyd 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/340ae34a/1732181884-65221062-177x50-acuitymd-white.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181884-65221062-177x50-acuitymd-white.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-1109"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://partnering.tecan.com/" class="url-link item-content-box item-block" id="link-qh7qltz9vwq" data-at="image-link" data-link-qh7qltz9vwq 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/340ae34a/1732181873-65056089-217x37-Tecan-Logon--white.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181873-65056089-217x37-Tecan-Logon--white.png" data-retina-size-modificator=" 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-6qmdq2idytl" 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 paragraph " id="element-327" data-at="paragraph"> <div class="contents"> <p class="x_06cb0376"><span class="x_b3495085">SEE WHAT'S NEW</span></p> </div> </div> <div class="widget item-absolute headline " id="element-51" data-at="headline"> <div class="contents"> <h1> <span class="x_2f745eba x_43e6b32d"><span class="x_7b2817bf">DeviceTalks AI Episodes</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1179" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">9</span></p> </div> </div> <div class="widget item-absolute " id="element-1180"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65221044-0-DT-AI24-10.22.24-120.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1181" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/" id="link-8fyot1lsdkj" data-link-8fyot1lsdkj class="url-link">Medtronic’s Global Chief AI Officer Katra on AccuRhythm AI, surgical robotics and ethical AI innovations</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1182" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Rodolphe Katra, PhD, MBA, VP & Global Chief AI Officer at <strong >Medtronic</strong>; plus guest Michael Monovoukas, Co-Founder & CEO, <strong >AcuityMD</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1183"> <a href="https://www.devicetalks.com/medtronics-global-chief-ai-officer-katra-talks-accurhythm-ai-surgical-robotics-ethical-ai-innovations/" id="link-qh0rk1sfuc" class="url-link btn item-block" data-at="button" data-link-qh0rk1sfuc > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-1170" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">8</span></p> </div> </div> <div class="widget item-absolute " id="element-1171"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65132483-0-DT-AI24-8.27.24-1200.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1172" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/" id="link-6e46hejcccn" data-link-6e46hejcccn class="url-link">GE HealthCare’s Samset on how deal led to building Caption AI for Vscan and securing FDA approval</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1173" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Eigil Samset, PhD, General Manager of Cardiology Care at <strong >GE HealthCare</strong>; plus guest Tom Salemi, Editorial Director, <strong >DeviceTalks</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1174"> <a href="https://www.devicetalks.com/ge-healthcares-samset-on-how-deal-led-to-building-caption-ai-for-vscan-and-securing-fda-approval/" id="link-8mclmvxqkbv" class="url-link btn item-block" data-at="button" data-link-8mclmvxqkbv > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-1137" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">7</span></p> </div> </div> <div class="widget item-absolute " id="element-1138"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65056115-0-DT-AI24-7.9.24-1200x.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1139" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/" id="link-59dc5khjvpo" data-link-59dc5khjvpo class="url-link">Hologic's FDA-cleared Genius Digital Diagnostics Systems leads AI innovation in cervical cancer prevention</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1140" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Michael Quick, VP of R&D and Innovation in Cytology & Oncology at <strong >Hologic</strong>; plus guest Wael Yared, PhD, EVP & Chief Technology Officer, <strong >Tecan</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1141"> <a href="https://www.devicetalks.com/hologics-genius-digital-diagnostics-system-leads-ai-innovation-in-cervical-cancer-prevention/" id="link-ma7ew747p8k" class="url-link btn item-block" data-at="button" data-link-ma7ew747p8k > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-1102" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">6</span></p> </div> </div> <div class="widget item-absolute " id="element-1103"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65022826-0-DT-AI24-6.18.24-1200.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1104" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/" id="link-nbjkfa2jyw8" data-link-nbjkfa2jyw8 class="url-link">Asensus Surgical on reshaping robotic surgery with augmented intelligence; AWS's purpose-built AI</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1105" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Anthony Fernando, President and Chief Executive Officer at <strong >Asensus Surgical</strong>; plus guest Tehsin Syed, General Manager of Health AI, <strong >AWS</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1106"> <a href="https://www.devicetalks.com/asensus-surgical-on-reshaping-robotic-surgery-with-augmented-intelligence-awss-purpose-built-ai/" id="link-gw7w908zesu" class="url-link btn item-block" data-at="button" data-link-gw7w908zesu > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-497" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">5</span></p> </div> </div> <div class="widget item-absolute " id="element-499"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64975736-0-DT-AI24-5.22.24-1200.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1014" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/" id="link-m6nn80yys9b" data-link-m6nn80yys9b class="url-link">Medtronic Endoscopy's Chief AI Officer on Transforming Diagnostics through AI and Patient-Centric Design</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1018" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Ha Hong, PhD, Chief Artificial Intelligence Officer, Endoscopy at <strong >Medtronic</strong>; plus guest Joe Mish, Vice President of Sales, <strong >SmartTRAK</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1030"> <a href="https://www.devicetalks.com/medtronic-caio-on-how-ai-is-transforming-endoscopy/" id="link-4nz0dkm9abn" class="url-link btn item-block" data-at="button" data-link-4nz0dkm9abn > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-493" data-at="paragraph"> <div class="contents"> <p class="x_45a58cb8 x_5ed79470"><span class="x_b389dd97">4</span></p> </div> </div> <div class="widget item-absolute " id="element-495"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64967866-0-AiLS24-2.13.24-1200x.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-505" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/" id="link-xckpkhp1ny8" data-link-xckpkhp1ny8 class="url-link">Sanofi races to the AI forefront in Big Pharma; Plus, Medable’s big promises for clinical trials</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1017" data-at="paragraph"> <div class="contents"> <p class="x_15a3f936 x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Helen Merianos, PhD, Head of R&D Portfolio Strategy at <strong >Sanofi</strong>; plus guest Michelle Longmire, MD, Co-Founder and Chief Executive Officer, <strong >Medable</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1145"> <a href="https://www.devicetalks.com/sanofi-races-to-the-ai-forefront-in-big-pharma-plus-medables-big-promises-for-clinical-trials/" id="link-cizp7icphoc" class="url-link btn item-block" data-at="button" data-link-cizp7icphoc > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-333" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">3</span></p> </div> </div> <div class="widget item-absolute " id="element-332"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64967865-0-AiLS24-1.23.24-1200x.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-342" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/" id="link-6bhkt22p4mq" data-link-6bhkt22p4mq class="url-link">GE HealthCare pulls back the curtain on unmatched AI clearances; Catalyze tackles AI trust gap</a><br></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-344" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Ben Newton, General Manager of Oncology at <strong >GE HealthCare</strong>; plus guest Haley Schwartz, Chief Executive Officer, <strong >Catalyze Healthcare</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-730"> <a href="https://www.devicetalks.com/ge-healthcare-pulls-back-the-curtain-on-its-unmatched-ai-clearances-catalyze-tackles-ai-trust-gap/" id="link-i6amtxmx2rd" class="url-link btn item-block" data-at="button" data-link-i6amtxmx2rd > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-331" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">2</span></p> </div> </div> <div class="widget item-absolute " id="element-330"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64967864-0-AiLS23-12.19.23-1200.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-341" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/" id="link-cronl0mbdt5" data-link-cronl0mbdt5 class="url-link">Where we discover data’s hidden gems with Microsoft and Sam Altman-backed </a></span></p><p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/" id="link-cronl0mbdt51" data-link-cronl0mbdt51 class="url-link">1910 Genetics</a><a href="https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/" id="link-zymetw3pk2" target="_blank" data-link-zymetw3pk2 class="url-link"><br></a></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-343" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Elena Bonfiglioli, Global Business Leader for Healthcare, Pharma and Life Sciences at <strong >Microsoft</strong>; plus guest Jen Nwankwo, PhD, CEO, <strong >1910 Genetics</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1028"> <a href="https://www.devicetalks.com/datas-hidden-gems-with-microsoft-and-sam-altman-backed-1910-genetics/" id="link-yyqct6ug50p" class="url-link btn item-block" data-at="button" data-link-yyqct6ug50p > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-1131" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_b389dd97">1</span></p> </div> </div> <div class="widget item-absolute " id="element-1133"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64967863-0-AiLS23-11.15.23-1200.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1132" data-at="paragraph"> <div class="contents"> <p class="x_b558b569"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/" id="link-f1886q9b3r" data-link-f1886q9b3r class="url-link">Mayo Clinic and Anumana transform ECG with AI; ConcertAI dishes on next-gen oncology trials</a></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1134" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Keynote interview with Paul Friedman, MD, Dept. Chair of Cardiovascular Medicine at <strong >Mayo Clinic</strong> and Dave McMullin, CBO at<strong > Anumana</strong>;<strong > </strong> plus guest Jeff Elton, PhD, CEO, <strong >ConcertAI</strong></span></p> </div> </div> <div class="widget item-absolute " id="element-1135"> <a href="https://www.devicetalks.com/mayo-clinic-anumana-transform-ecg-with-ai-concertai-on-next-gen-trials/" id="link-u4xz0jajii" class="url-link btn item-block" data-at="button" data-link-u4xz0jajii > GO TO EPISODE </a> </div> </div> </div> </section> <section class="section section-relative " id="page-block-0oklqxcuwp8i" 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-177"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65046935-0-DeviceTalks-AI-websi.png" ></div> </div> <div class="widget item-absolute headline " id="element-446" data-at="headline"> <div class="contents"> <h1> <span class="x_c4c0bc48 x_0ab6ad69"><span class="x_f2074b6c">Watch, Listen, or Read</span></span><span class="x_c4c0bc48 x_0ab6ad69"><span class="x_f2074b6c">Anytime, Anywhere</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-447" data-at="paragraph"> <div class="contents"> <p class="x_8c071feb x_9a9d3d17"><span class="x_1fe11b61">Watch or listen to DeviceTalks AI and the other unique medtech-focused podcasts from the <strong >DeviceTalks Podcast Network</strong> on YouTube and all major podcast platforms. Subscribe to never miss an episode!<br></span></p> </div> </div> <div class="widget item-absolute " id="element-774"> <a href="https://youtube.com/playlist?list=PLaqtOqIjH88nw_3uWtJWsds0h1TvQO-2M&si=VrTsZnWIAJq2nvzc" id="link-d25a2bhkykk" target="_blank" class="url-link btn item-block" data-at="button" data-link-d25a2bhkykk > WATCH ON </a> </div> <div class="widget item-absolute " id="element-776"> <div class="contents cropped item-block" data-at="image-cropp"> <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/340ae34a/1732181853-64684441-41x41-wyo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181853-64684441-41x41-wyo.png" data-retina-size-modificator=" 2x" > </div> </div> <div class="widget item-absolute paragraph " id="element-448" data-at="paragraph"> <div class="contents"> <p class="x_06cb0376 x_66d76769"><span class="x_b3495085">LISTEN ON EVERY MAJOR PODCAST PLATFORM</span></p> </div> </div> <div class="widget item-absolute " id="element-449"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://open.spotify.com/show/0nQ6iTjMEemi4jfpgDTf4l?si=52a2541226a544ea" class="url-link item-content-box item-block" id="link-4uxz2pw5j1t" data-at="image-link" data-link-4uxz2pw5j1t 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/340ae34a/1732181847-64685871-118x36x118x36x0x0-ty.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181847-64685871-118x36x118x36x0x0-ty.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-850"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://podcasts.apple.com/us/podcast/ai-meets-life-sci/id1717448494" class="url-link item-content-box item-block" id="link-p68ex63t77n" data-at="image-link" data-link-p68ex63t77n 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/340ae34a/1732181856-64685869-202x36-asf.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181856-64685869-202x36-asf.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-851"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://soundcloud.com/ai-meets-life-sci" class="url-link item-content-box item-block" id="link-6lrldyq4qq3" data-at="image-link" data-link-6lrldyq4qq3 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/340ae34a/1732181857-64685870-232x26-j.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181857-64685870-232x26-j.png" data-retina-size-modificator=" 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-mfv6fs671vr" 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 paragraph " id="element-800" data-at="paragraph"> <div class="contents"> <p class="x_06cb0376 x_66d76769">LEARN MORE<span class="x_65bcbb21"><br></span></p> </div> </div> <div class="widget item-absolute headline " id="element-801" data-at="headline"> <div class="contents"> <h1> <span class="x_2f745eba x_43e6b32d"><span class="x_7b2817bf">Learn more about our sponsors<br></span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-809"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://catalyzehealthcare.com/" class="url-link item-content-box item-block" id="link-7e4wircco5" data-at="image-link" data-link-7e4wircco5 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/340ae34a/1732181854-64759026-250x85x250x85x0x0-Catalyze-Healthcare-.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181854-64759026-250x85x250x85x0x0-Catalyze-Healthcare-.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-810" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4"><span class="x_ca5a6bed">Catalyze Healthcare works with venture capital, private equity, and medical device firms to accelerate top line revenue growth and commercialization efforts in the U.S. by developing marketing plans, investor pitches, go-to-market strategies, competitive analyses, pricing models and more to enable successful product launches.</span></p> </div> </div> <div class="widget item-absolute " id="element-820"> <a href="https://catalyzehealthcare.com/book-now" id="link-jswmmitgab" target="_blank" class="url-link btn item-block" data-at="button" data-link-jswmmitgab > Book a 30-min insights consultation </a> </div> <div class="widget item-absolute " id="element-973"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.smarttrak.com/" class="url-link item-content-box item-block" id="link-alb75xiyzfd" data-at="image-link" data-link-alb75xiyzfd 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/u/6f5f942d/64752526-0-SmartTRAK.webp" data-retina-src="//v.fastcdn.co/u/6f5f942d/64752526-0-SmartTRAK.webp" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-817" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4"><span class="x_ca5a6bed">SmartTRAK provides up-to-date marketing intel on industry trends, news, financial data, competitor developments, and more. Our team knows what's important to you. Our system is updated daily with curated content. We don't believe in static reports. At SmartTRAK you'll find dynamic, accurate data, analyses and intelligence you can rely on.<br></span></p> </div> </div> <div class="widget item-absolute " id="element-1114"> <a href="https://www.smarttrak.com/demo" id="link-bj2bkwpsk3" target="_blank" class="url-link btn item-block" data-at="button" data-link-bj2bkwpsk3 > Request a Demo </a> </div> <div class="widget item-absolute " id="element-1111"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://partnering.tecan.com/" class="url-link item-content-box item-block" id="link-dq2bsqqmx1h" data-at="image-link" data-link-dq2bsqqmx1h 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/340ae34a/1732181875-65045294-265x45-Tec008032-1.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181875-65045294-265x45-Tec008032-1.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1110" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4"><span class="x_ca5a6bed">Tecan Group Ltd., based in Männedorf, Switzerland, is a leader in laboratory automation and solutions for life sciences, diagnostics, and MedTech. With 40+ years of expertise, Tecan scales healthcare innovation globally from research to the clinic, offering integrated solutions for components, automation development and manufacturing. Partner with Tecan for OEM success.<br></span></p> </div> </div> <div class="widget item-absolute " id="element-1112"> <a href="https://partnering.tecan.com/" id="link-d7v48rtkdrg" target="_blank" class="url-link btn item-block" data-at="button" data-link-d7v48rtkdrg > Partner with Tecan </a> </div> <div class="widget item-absolute " id="element-1191"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.acuitymd.com/" class="url-link item-content-box item-block" id="link-bxphaele9c5" data-at="image-link" data-link-bxphaele9c5 > <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/340ae34a/1732181889-65221072-265x75-acuitymd-1620251492.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181889-65221072-265x75-acuitymd-1620251492.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute paragraph " id="element-1190" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4"><span class="x_ca5a6bed">We built AcuityMD to help medical device companies focus their commercial efforts and increase revenue throughout the product lifecycle. </span><span class="x_ca5a6bed">Our platform tackles the hard task of connecting external market and product information with your internal sales data so you can grow your accounts with unparalleled visibility into the market. Want to see how AcuityMD can transform your sales process?</span></p> </div> </div> <div class="widget item-absolute " id="element-1192"> <a href="https://www.acuitymd.com/request-a-demo" id="link-hc6d85iyokp" class="url-link btn item-block" data-at="button" data-link-hc6d85iyokp > Request a Demo </a> </div> <div class="widget item-absolute hidden-mobile " id="element-1034"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.massdevice.com/" class="url-link item-content-box item-block" id="link-d8933p0q7z5" data-at="image-link" data-link-d8933p0q7z5 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/340ae34a/1732181870-64764469-161x70-dgfg.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181870-64764469-161x70-dgfg.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute hidden-mobile " id="element-1035"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.medicaldesignandoutsourcing.com/" class="url-link item-content-box item-block" id="link-6rzttpgecem" data-at="image-link" data-link-6rzttpgecem 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/340ae34a/1732181871-64764468-318x58-gjklk.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181871-64764468-318x58-gjklk.png" data-retina-size-modificator=" 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-w3ljyfubn8" 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-1214"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65254922-0-DTnetwork-icon2.jpg" ></div> </div> <div class="widget item-absolute headline " id="element-1215" data-at="headline"> <div class="contents"> <h1> <span class="x_11909a12 x_0ab6ad69"><span class="x_f2074b6c">Explore our other MedTech-focused podcasts, </span></span><span class="x_11909a12 x_0ab6ad69"><span class="x_f2074b6c">part of the DeviceTalks Podcast Network</span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1224"> <div class="contents html-widget__text-center " data-at="html"> <div class="elfsight-app-21d9c3ea-bb61-4abb-9f9d-0515fb189ae1" data-elfsight-app-lazy></div> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-3mtao7oof8w" 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 paragraph " id="element-474" data-at="paragraph"> <div class="contents"> <p class="x_06cb0376 x_66d76769"><span class="x_b3495085">STAY WITH US<br></span></p> </div> </div> <div class="widget item-absolute headline " id="element-475" data-at="headline"> <div class="contents"> <h1> <span class="x_2f745eba x_43e6b32d"><span class="x_7b2817bf">Become a Sponsor<br></span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-476" data-at="paragraph"> <div class="contents"> <p class="x_e6507cf2 x_bcbce646"><span class="x_ca5a6bed">Click below to request more information about becoming an episode sponsor</span></p> </div> </div> <div class="widget item-absolute " id="element-1011"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.devicetalks.com/sponsor-a-podcast/" class="url-link item-content-box item-block" id="link-cjtvc1uii9s" data-at="image-link" data-link-cjtvc1uii9s 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/340ae34a/1732181863-64753577-550x223x550x223x0x0-gfh.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181863-64753577-550x223x550x223x0x0-gfh.png" data-retina-size-modificator=" 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-6bkoezdd8ti" 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-707"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.devicetalks.com" class="url-link item-content-box item-block" id="link-9602g1cebco" data-at="image-link" data-link-9602g1cebco target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="DeviceTalks Logo" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII=" data-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181851-64708675-257x34-devicetalks-logo-w-w.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181851-64708675-257x34-devicetalks-logo-w-w.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute headline " id="element-697" data-at="headline"> <div class="contents"> <h1> <span class="x_6085f5ca x_ec9d393f"><span class="x_f2074b6c">Sponsorship Opportunities<br></span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-698" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4">Colleen Sepich, Event Sales Director<br><a href="http://csepich@wtwhmedia.com" id="link-yj04bj9yde" data-link-yj04bj9yde class="url-link">csepich@wtwhmedia.com</a><br><a href="tel:857-260-1360" id="link-88v5i3dhdx" data-link-88v5i3dhdx class="url-link">857-260-1360<span class="x_1fe11b61"><br></span></a></p> </div> </div> <div class="widget item-absolute headline " id="element-955" data-at="headline"> <div class="contents"> <h1> <span class="x_6085f5ca x_ec9d393f"><span class="x_f2074b6c">Speaking Opportunities<br></span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-956" data-at="paragraph"> <div class="contents"> <p class="x_e17eb1e4">Kayleen Brown, Managing Editor<br>kbrown<a href="http://csepich@wtwhmedia.com" id="link-pbz4dlva8h" data-link-pbz4dlva8h class="url-link">@wtwhmedia.com</a><br>971<a href="tel:857-260-1360" id="link-mlxi2cix36i" data-link-mlxi2cix36i class="url-link">-442-5550<span class="x_1fe11b61"><br></span></a></p> </div> </div> <div class="widget item-absolute headline " id="element-684" data-at="headline"> <div class="contents"> <h1> <span class="x_6085f5ca"><span class="x_f2074b6c">Life Science Network<br></span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-685" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="http://www.massdevice.com/" id="link-8yqvvc4pkns" data-link-8yqvvc4pkns class="url-link"><span class="x_1fe11b61">MassDevice</span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-686" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="http://www.drugdeliverybusiness.com/" id="link-kk6i7p7oqyo" data-link-kk6i7p7oqyo class="url-link"><span class="x_1fe11b61">Drug Delivery Business News</span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-687" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="https://www.drugdiscoverytrends.com/" id="link-srjnynd24w" data-link-srjnynd24w class="url-link"><span class="x_1fe11b61">Drug Discovery & Development</span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-688" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="https://www.medicaldesignsourcing.com/" id="link-nd98ujevrn" data-link-nd98ujevrn class="url-link"><span ><span class="x_1fe11b61"><span >Medical Design </span>Sourcing</span></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-689" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="http://www.medicaldesignandoutsourcing.com/" id="link-qfvwuv4q33" data-link-qfvwuv4q33 class="url-link">Medical Design & Outsourcing<span class="x_1fe11b61"><br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-690" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="https://medtech100.com/" id="link-dt8t0lu55aw" data-link-dt8t0lu55aw class="url-link"><span ><span class="x_1fe11b61"><span >MedTech 100</span></span></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-691" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="https://www.pharmaceuticalprocessingworld.com/" id="link-3dvx5pujq5k" data-link-3dvx5pujq5k class="url-link"><span ><span class="x_1fe11b61"><span >Pharmaceutical Processing World</span></span></span></a></p> </div> </div> <div class="widget item-absolute headline " id="element-692" data-at="headline"> <div class="contents"> <h1> <span class="x_6085f5ca"><span class="x_f2074b6c">Resources<br></span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-693" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="http://www.massdevice.com/massdevice-enews-signup/" id="link-45q1litmts" data-link-45q1litmts class="url-link">Subscribe to MassDevice<span class="x_1fe11b61"><br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-694" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="https://marketing.wtwhmedia.com/2024-massdevice-media-guide/" id="link-b6jaukiv8m" data-link-b6jaukiv8m class="url-link"><span ><span class="x_1fe11b61">Advertise with us</span></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-695" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_1fe11b61"><br>For registration or logistic questions, contact </span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-696" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><a href="mailto:events@wtwhmedia.com" id="link-un195050o1" data-link-un195050o1 class="url-link"><span class="x_1fe11b61">events@wtwhmedia.com</span></a></p> </div> </div> <div class="widget item-absolute " id="element-705"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.facebook.com/DeviceTalks/" class="url-link item-content-box item-block" id="link-jf13we2qcs" data-at="image-link" data-link-jf13we2qcs > <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/340ae34a/1732181849-64686758-43x43-gyi.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181849-64686758-43x43-gyi.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-706"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.linkedin.com/showcase/devicetalks/" class="url-link item-content-box item-block" id="link-m98kuntjpbo" data-at="image-link" data-link-m98kuntjpbo > <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/340ae34a/1732181850-64686757-43x43-erter.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181850-64686757-43x43-erter.png" data-retina-size-modificator=" 2x" > </a> </div> </div> <div class="widget item-absolute " id="element-701"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://twitter.com/devicetalks" class="url-link item-content-box item-block" id="link-ibg4pk1tiq" data-at="image-link" data-link-ibg4pk1tiq > <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/340ae34a/1732181848-64686760-41x41-dgdg.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/340ae34a/1732181848-64686760-41x41-dgdg.png" data-retina-size-modificator=" 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " id="page-block-1t0e4ltvcs7" 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-643"> <div class="contents shape line-horizontal line " data-at="shape" ></div> </div> <div class="widget item-absolute paragraph " id="element-666" data-at="paragraph"> <div class="contents"> <p class="x_695a2def"><a href="https://www.devicetalks.com/about/" id="link-2tv5fkv1yxf" data-link-2tv5fkv1yxf class="url-link"><span class="x_f2074b6c">About <br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-668" data-at="paragraph"> <div class="contents"> <p class="x_695a2def"><a href="https://www.devicetalks.com/contact-us/" id="link-o0aildem3" data-link-o0aildem3 class="url-link"><span class="x_f2074b6c">Contact <br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-669" data-at="paragraph"> <div class="contents"> <p class="x_695a2def"><a href="https://www.devicetalks.com/faq/" id="link-vzry2cz6is" data-link-vzry2cz6is class="url-link"><span class="x_f2074b6c">FAQ <br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-670" data-at="paragraph"> <div class="contents"> <p class="x_695a2def"><a href="https://www.wtwhmedia.com/privacy-policy/" id="link-641guifv1b" data-link-641guifv1b class="url-link"><span class="x_f2074b6c"> Privacy Policy<br></span></a></p> </div> </div> <div class="widget item-absolute paragraph " id="element-644" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b x_0a34168d"><span class="x_1fe11b61">Copyright © 2024 · WTWH Media, LLC. All Rights Reserved.</span></p> </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.1470821ac6d14a0ac5ed.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.c1a9dcf75cfbd1ae01c0.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/Slider.231ae482c4efd6a77d37.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-11-21T09:38:32.478Z --> <!-- --> <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:'8e71c04ccf12b037',t:'MTczMjM3MTExNS4wMDAwMDA='};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>