CINXE.COM

Ortho Innovation Talks | DeviceTalks

<!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="Ortho Innovation Talks provides an in-depth exploration of the orthopedic industry. Each season we feature a different orthopedics medtech OEM and dive into its origins, future prospects, and present-day challenges and opportunities. We kick off season one from the viewpoint of Zimmer Biomet’s senior leadership." /> <meta name="keywords" content="Zimmer Biomet, Orthopedic, medical device, medtech, ortho, spine, innovation, device, DeviceTalks" /> <link rel="canonical" href="https://www.devicetalks.com/ortho-innovation-talks"> <link rel="shortcut icon" href="//v.fastcdn.co/u/6f5f942d/64805093-0-favicon.ico" type="image/x-ico"> <title>Ortho Innovation Talks | DeviceTalks</title> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Ortho Innovation Talks provides an in-depth exploration of the orthopedic industry. Each season we feature a different orthopedics medtech OEM and dive into its origins, future prospects, and present-day challenges and opportunities. We kick off season one from the viewpoint of Zimmer Biomet’s senior leadership."> <meta property="og:description" content="Ortho Innovation Talks provides an in-depth exploration of the orthopedic industry. Each season we feature a different orthopedics medtech OEM and dive into its origins, future prospects, and present-day challenges and opportunities. We kick off season one from the viewpoint of Zimmer Biomet’s senior leadership."> <meta property="og:site_name" content="Ortho Innovation Talks provides an in-depth exploration of the orthopedic industry. Each season we feature a different orthopedics medtech OEM and dive into its origins, future prospects, and present-day challenges and opportunities."> <meta property="og:url" content="https://www.devicetalks.com/ortho-innovation-talks"> <meta property="og:image" content="https://v.fastcdn.co/u/6f5f942d/64817629-0-Ortho-Talks-image-In.jpg"> <link rel="preload" as="script" href="//g.fastcdn.co/js/utils.8e682833b85e4bb96d30.js"></link> <link rel="preload" as="script" href="//g.fastcdn.co/js/Cradle.8725edce5135a9515d48.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;}.clearfix{clear:both;}sup,sub{margin-left:0.1rem;line-height:0;}@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:27rem;max-width:100%;}#page-block-grs1z449yu .section-holder-border{border:0;}#page-block-grs1z449yu .section-block{background:rgb(0,0,0);height:27rem;}#page-block-grs1z449yu .section-holder-overlay{display:none;}#element-909{top:1.875rem;left:1.25rem;height:6.25rem;width:22.5rem;z-index:56;}.full-size{width:100%;height:100%;}.html-widget__text-center{text-align:center;}#element-1000{top:10rem;left:9.4375rem;height:4.125rem;width:6.125rem;z-index:65;}#element-5{top:21.4375rem;left:5.9375rem;height:3.125rem;width:13.75rem;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(90deg,#c4d92e,#6fcbd4)!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:13.75rem;border-radius:38px!important;border:0px!important;white-space:normal!important;}#element-5 .btn-img{display:none!important;}#element-308{top:17.125rem;left:6.875rem;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:16.6875rem;left:5.9375rem;height:1.7093rem;width:13.125rem;z-index:6;}#page-block-hklb0b4xyu4{height:15.5625rem;max-width:100%;}#page-block-hklb0b4xyu4 .section-holder-border{border:0;}#page-block-hklb0b4xyu4 .section-block{background:rgb(109,195,144);height:15.5625rem;}#page-block-hklb0b4xyu4 .section-holder-overlay{display:none;}#element-933{top:1.5rem;left:1.25rem;height:12.625rem;width:22.5rem;z-index:57;}.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-fz2vm71a29{height:74.375rem;max-width:100%;}#page-block-fz2vm71a29 .section-holder-border{border:0;}#page-block-fz2vm71a29 .section-block{background:rgb(0,0,0);height:74.375rem;}#page-block-fz2vm71a29 .section-holder-overlay{display:none;}#element-983{top:8.125rem;left:1.25rem;height:24.75rem;width:22.5rem;z-index:64;}.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-1008{top:0;left:0;height:22.1875rem;width:22.4375rem;z-index:3;}#element-1009{top:0;left:0;height:22.1875rem;width:22.4375rem;z-index:3;}#element-1007{top:0;left:0;height:22.1875rem;width:22.4375rem;z-index:3;}#element-1007 .cropped{background:url(//v.fastcdn.co/u/6f5f942d/64725539-0-fg-as-Smart-Object-1.png) -2.125rem -3.625rem / 35.0625rem 35.0625rem;}#element-983 .slides-container{width:300%;}#element-983 .slides-container > .slide{width:33.333333333333336%;}#element-983 .arrow{border-color:#fefefe;}#element-983 .arrow:hover{border-color:#fefefe;}#element-983 .dots .dot{background-color:#e9e9e9;}#element-983 .dots .dot.active{background-color:#ffffff;}#element-9{top:3.3125rem;left:1.25rem;height:3.875rem;width:22.5rem;z-index:4;color:#8BC4BD;font-size:2.7245rem;line-height:3.85rem;text-align:center;font-weight:600;}#element-9 .x_31fd560a{text-align:center;line-height:3.875rem;font-size:2.7245rem;}#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-951{top:45.75rem;left:1.25rem;height:6.75rem;width:22.5rem;z-index:58;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-953{top:54.375rem;left:1.25rem;height:3.625rem;width:22.5rem;z-index:59;color:#8BC4BD;font-size:1.3003rem;line-height:1.8375rem;text-align:left;font-weight:600;}#element-953 .x_d32da229{text-align:left;line-height:1.8125rem;font-size:1.3003rem;}#element-953 .x_22d1fffd{text-align:left;background-color:rgba(0,0,0,0);}#element-953 .x_f2074b6c{color:#ffffff;}#element-953 strong{font-weight:700;}#element-953.headline{font-weight:600;}#element-853{top:61.9375rem;left:4.9375rem;height:3.9375rem;width:15.1875rem;z-index:51;}#element-853 .btn.btn-effect3d:active{box-shadow:none;}#element-853 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-853 .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:15.1875rem;border-radius:38px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px 0px 40px!important;}#element-853 .btn-img{display:none!important;}#element-865{top:67.8125rem;left:4.875rem;height:3.9375rem;width:15.1875rem;z-index:53;}#element-865 .btn.btn-effect3d:active{box-shadow:none;}#element-865 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-865 .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:15.1875rem;border-radius:38px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px 0px 40px!important;}#element-865 .btn-img{display:none!important;}#element-867{top:68.625rem;left:16.5625rem;height:2.3125rem;width:2.375rem;z-index:54;}#element-859{top:62.625rem;left:16.4375rem;height:2.5625rem;width:2.5625rem;z-index:52;}#page-block-6brejv43etw{height:25.5625rem;max-width:100%;}#page-block-6brejv43etw .section-holder-border{border:0;}#page-block-6brejv43etw .section-block{background:rgb(109,195,144);height:25.5625rem;}#page-block-6brejv43etw .section-holder-overlay{display:none;}#element-873{top:2.25rem;left:1.125rem;height:4.375rem;width:22.5rem;z-index:55;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-1015{top:17.125rem;left:4.875rem;height:4.6762rem;width:16.4375rem;z-index:66;}#element-1016{top:9.125rem;left:3.75rem;height:4.5rem;width:18.75rem;z-index:67;}#page-block-6qmdq2idytl{height:212.875rem;max-width:100%;}#page-block-6qmdq2idytl .section-holder-border{border:0;}#page-block-6qmdq2idytl .section-block{background:rgb(251,251,251);height:212.875rem;}#page-block-6qmdq2idytl .section-holder-overlay{display:none;}#element-327{top:4.8125rem;left:2.25rem;height:2rem;width:20.4375rem;z-index:9;color:#6DC390;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_c427494b{color:#6dc390;}#element-327 strong{font-weight:700;}#element-327.paragraph{font-weight:600;}#element-51{top:7.375rem;left:1.25rem;height:2.1875rem;width:22.5rem;z-index:7;color:#37465A;font-size:2.1672rem;line-height:2.1875rem;text-align:center;font-weight:600;}#element-51 .x_58009f4c{text-align:center;line-height:2.1875rem;font-size:2.1672rem;}#element-51 .x_7b2817bf{color:#000000;}#element-51 strong{font-weight:700;}#element-51.headline{font-weight:600;}#element-1074{top:11.4375rem;left:8rem;height:12.5rem;width:9rem;z-index:81;color:#DCEFE4;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1074 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1074 .x_5a449a2f{color:#dcefe4;}#element-1074 strong{font-weight:700;}#element-1074.paragraph{font-weight:700;}#element-1075{top:41.625rem;left:3.5625rem;height:11.6875rem;width:17.875rem;z-index:82;}#element-1075 .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-1076{top:43.875rem;left:3.5625rem;height:7.75rem;width:17.875rem;z-index:83;color:#000000;font-size:1.3622rem;line-height:1.925rem;text-align:left;font-weight:600;}#element-1076 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1076 .x_7b2817bf{color:#000000;}#element-1076 strong{font-weight:700;}#element-1076.paragraph{font-weight:600;}#element-1077{top:70.75rem;left:3.4375rem;height:6.5rem;width:18.125rem;z-index:84;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1077 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1077 .x_ca5a6bed{color:#2b2b2b;}#element-1078{top:85.125rem;left:7.5625rem;height:3.125rem;width:9.875rem;z-index:85;}#element-1078 .btn.btn-effect3d:active{box-shadow:none;}#element-1078 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1078 .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:9.875rem;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-1078 .btn-img{display:none!important;}#element-331{top:59.9375rem;left:1.25rem;height:11.625rem;width:8.4375rem;z-index:75;color:#DCEFE4;font-size:11.5498rem;line-height:11.658rem;text-align:center;font-weight:700;}#element-331 .x_544c349b{text-align:center;line-height:11.625rem;font-size:11.5497rem;}#element-331 .x_5a449a2f{color:#dcefe4;}#element-331 strong{font-weight:700;}#element-331.paragraph{font-weight:700;}#element-330{top:73.875rem;left:6.8125rem;height:10.875rem;width:16.625rem;z-index:76;}#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:96.3125rem;left:1.25rem;height:4.25rem;width:22.1875rem;z-index:77;color:#000000;font-size:1.4861rem;line-height:2.1rem;text-align:left;font-weight:600;}#element-341 .x_af3357d1{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-341 .x_7b2817bf{color:#000000;}#element-341 strong{font-weight:700;}#element-341.paragraph{font-weight:600;}#element-343{top:110.125rem;left:1.3125rem;height:5.0625rem;width:22.375rem;z-index:78;color:#A3A3A3;font-size:1.0526rem;line-height:1.7rem;text-align:left;}#element-343 .x_db4a4d62{text-align:left;line-height:1.6875rem;font-size:1.0526rem;}#element-343 .x_ca5a6bed{color:#2b2b2b;}#element-1067{top:95.0625rem;left:7.5625rem;height:3.125rem;width:9.875rem;z-index:79;}#element-1067 .btn.btn-effect3d:active{box-shadow:none;}#element-1067 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1067 .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:9.875rem;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-1067 .btn-img{display:none!important;}#element-328{top:28.0625rem;left:1.1875rem;height:11.6875rem;width:8.4375rem;z-index:42;color:#DCEFE4;font-size:11.6402rem;line-height:11.7493rem;text-align:center;font-weight:700;}#element-328 .x_a2e25be5{text-align:center;line-height:11.6875rem;font-size:11.6402rem;}#element-328 .x_5a449a2f{color:#dcefe4;}#element-328 strong{font-weight:700;}#element-328.paragraph{font-weight:700;}#element-329{top:42rem;left:6.6875rem;height:10.9375rem;width:16.75rem;z-index:43;}#element-329 .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-334{top:64.625rem;left:1.25rem;height:4.25rem;width:22.5rem;z-index:44;color:#000000;font-size:1.5132rem;line-height:2.1384rem;text-align:left;font-weight:600;}#element-334 .x_51ebc684{text-align:left;line-height:2.125rem;font-size:1.5132rem;}#element-334 .x_7b2817bf{color:#000000;}#element-334 strong{font-weight:700;}#element-334.paragraph{font-weight:600;}#element-335{top:78.375rem;left:1.25rem;height:4.875rem;width:22.4375rem;z-index:45;color:#A3A3A3;font-size:1.0476rem;line-height:1.6919rem;text-align:left;}#element-335 .x_f999e1a2{text-align:left;line-height:1.625rem;font-size:1.0476rem;}#element-335 .x_ca5a6bed{color:#2b2b2b;}#element-340{top:90.25rem;left:1.25rem;height:2.9375rem;width:10.5rem;z-index:46;}#element-340 .btn.btn-effect3d:active{box-shadow:none;}#element-340 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-340 .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:2.9375rem;width:10.5rem;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-340 .btn-img{display:none!important;}#page-block-0oklqxcuwp8i{height:72.125rem;max-width:100%;}#page-block-0oklqxcuwp8i .section-holder-border{border:0;}#page-block-0oklqxcuwp8i .section-block{background:rgb(0,0,0);height:72.125rem;}#page-block-0oklqxcuwp8i .section-holder-overlay{display:none;}#element-177{top:12.125rem;left:1.25rem;height:15.0625rem;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:3.9375rem;left:1.25rem;height:6.125rem;width:22.5rem;z-index:10;color:#37465A;font-size:2.1672rem;line-height:3.0625rem;text-align:center;font-weight:600;}#element-446 .x_ab3dc331{text-align:center;line-height:3.0625rem;font-size:2.1672rem;}#element-446 .x_f2074b6c{color:#ffffff;}#element-446 strong{font-weight:700;}#element-446.headline{font-weight:600;}#element-447{top:29.25rem;left:0.75rem;height:7.25rem;width:22.5rem;z-index:11;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-447 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-447 .x_1fe11b61{color:#a3a3a3;}#element-774{top:40.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(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0 30px 0 40px!important;}#element-774 .btn-img{display:none!important;}#element-776{top:41.5625rem;left:15.4375rem;height:2.5625rem;width:2.5625rem;z-index:48;}#element-448{top:47.3125rem;left:2.25rem;height:2rem;width:20.4375rem;z-index:12;color:#6DC390;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_c427494b{color:#6dc390;}#element-448 strong{font-weight:700;}#element-448.paragraph{font-weight:600;}#element-449{top:51.9375rem;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:148px 45px!important;background-position:0px 0px!important;background-repeat:no-repeat!important;}#element-850{top:60.8125rem;left:6.0625rem;height:2.2834rem;width:12.8125rem;z-index:49;}#element-1071{top:64.9375rem;left:7.8125rem;height:2.1875rem;width:9.375rem;z-index:80;}#element-851{top:62.5rem;left:5.25rem;height:1.625rem;width:14.5rem;z-index:50;}#page-block-mfv6fs671vr{height:82.625rem;max-width:100%;}#page-block-mfv6fs671vr .section-holder-border{border:0;}#page-block-mfv6fs671vr .section-block{background:rgb(255,255,255);height:82.625rem;}#page-block-mfv6fs671vr .section-holder-overlay{display:none;}#element-800{top:4.25rem;left:2.1875rem;height:2rem;width:20.4375rem;z-index:15;color:#6DC390;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:6.25rem;left:1.1875rem;height:6.125rem;width:22.5rem;z-index:17;color:#37465A;font-size:2.1672rem;line-height:3.0625rem;text-align:center;font-weight:600;}#element-801 .x_ab3dc331{text-align:center;line-height:3.0625rem;font-size:2.1672rem;}#element-801 .x_7b2817bf{color:#000000;}#element-801 strong{font-weight:700;}#element-801.headline{font-weight:600;}#element-1018{top:15.1875rem;left:4.6875rem;height:4.4375rem;width:15.625rem;z-index:70;}#element-810{top:21.625rem;left:1.3125rem;height:18.125rem;width:21.875rem;z-index:68;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.0625rem;left:1.3125rem;height:5.4375rem;width:21.875rem;z-index:69;}#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:5.4375rem;width:21.875rem;border-radius:13px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 20px!important;}#element-820 .btn-img{display:none!important;}#element-1019{top:49.5625rem;left:3rem;height:4.4375rem;width:18.8125rem;z-index:73;}#element-817{top:55.4375rem;left:1.5rem;height:19.9375rem;width:22rem;z-index:71;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-821{top:77.0625rem;left:1.5rem;height:5.5625rem;width:21.8125rem;z-index:72;}#element-821 .btn.btn-effect3d:active{box-shadow:none;}#element-821 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-821 .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:5.5625rem;width:21.8125rem;border-radius:13px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-821 .btn-img{display:none!important;}#page-block-3mtao7oof8w{height:24.6875rem;max-width:100%;}#page-block-3mtao7oof8w .section-holder-border{border:0;}#page-block-3mtao7oof8w .section-block{background:rgb(255,255,255);height:24.6875rem;}#page-block-3mtao7oof8w .section-holder-overlay{display:none;}#element-474{top:2.875rem;left:2rem;height:2rem;width:20.4375rem;z-index:14;color:#6DC390;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_c427494b{color:#6dc390;}#element-474 strong{font-weight:700;}#element-474.paragraph{font-weight:600;}#element-475{top:5.5rem;left:1rem;height:2.1875rem;width:22.5rem;z-index:16;color:#37465A;font-size:2.1672rem;line-height:2.1875rem;text-align:center;font-weight:600;}#element-475 .x_58009f4c{text-align:center;line-height:2.1875rem;font-size:2.1672rem;}#element-475 .x_7b2817bf{color:#000000;}#element-475 strong{font-weight:700;}#element-475.headline{font-weight:600;}#element-476{top:8.625rem;left:1.25rem;height:3.625rem;width:22.5rem;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-1025{top:13.9375rem;left:1.25rem;height:9.1062rem;width:22.5rem;z-index:74;}#page-block-6bkoezdd8ti{height:77.0625rem;max-width:100%;}#page-block-6bkoezdd8ti .section-holder-border{border:0;}#page-block-6bkoezdd8ti .section-block{background:rgb(0,0,0);height:77.0625rem;}#page-block-6bkoezdd8ti .section-holder-overlay{display:none;}#element-707{top:4.375rem;left:5.3125rem;height:2.5625rem;width:13.9375rem;z-index:41;}#element-697{top:9.3125rem;left:1.4375rem;height:2.125rem;width:21.8125rem;z-index:60;color:#37465A;font-size:1.4861rem;line-height:2.1rem;text-align:center;font-weight:600;}#element-697 .x_fc9d998b{text-align:center;line-height:2.125rem;font-size:1.4861rem;}#element-697 .x_f2074b6c{color:#ffffff;}#element-697 strong{font-weight:700;}#element-697.headline{font-weight:600;}#element-698{top:12.625rem;left:1.5rem;height:6.375rem;width:21.875rem;z-index:61;color:#A3A3A3;font-size:1.0526rem;line-height:2.125rem;text-align:center;}#element-698 .x_0fbbdd9c{text-align:center;line-height:2.125rem;font-size:1.0526rem;}#element-698 .x_1fe11b61{color:#a3a3a3;}#element-955{top:20.875rem;left:1.5rem;height:1.4375rem;width:22.5rem;z-index:62;color:#37465A;font-size:1.4241rem;line-height:1.4375rem;text-align:center;font-weight:600;}#element-955 .x_e86fa07f{text-align:center;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:23.75rem;left:1.25rem;height:5.4375rem;width:22.5rem;z-index:63;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:center;}#element-956 .x_ab5e400b{text-align:center;line-height:1.8125rem;font-size:0.9907rem;}#element-956 .x_1fe11b61{color:#a3a3a3;}#element-684{top:31.375rem;left:2.875rem;height:1.8125rem;width:19.9375rem;z-index:22;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;font-weight:600;}#element-684 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-684 .x_f2074b6c{color:#ffffff;}#element-684 strong{font-weight:700;}#element-684.headline{font-weight:600;}#element-685{top:34.625rem;left:2.0625rem;height:1.8125rem;width:20rem;z-index:19;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-685 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-685 .x_1fe11b61{color:#a3a3a3;}#element-686{top:37.375rem;left:2.0625rem;height:1.8125rem;width:20rem;z-index:20;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-686 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-686 .x_1fe11b61{color:#a3a3a3;}#element-687{top:39.875rem;left:2.0625rem;height:1.8125rem;width:20rem;z-index:21;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-687 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-687 .x_1fe11b61{color:#a3a3a3;}#element-688{top:42.9375rem;left:2.1875rem;height:1.8125rem;width:20rem;z-index:23;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-688 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-688 .x_1fe11b61{color:#a3a3a3;}#element-689{top:46.25rem;left:2.125rem;height:1.8125rem;width:20rem;z-index:24;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-689 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-689 .x_1fe11b61{color:#a3a3a3;}#element-690{top:49.375rem;left:2.125rem;height:1.8125rem;width:20rem;z-index:25;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-690 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-690 .x_1fe11b61{color:#a3a3a3;}#element-691{top:52.4375rem;left:2.125rem;height:1.8125rem;width:20rem;z-index:26;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-691 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-691 .x_1fe11b61{color:#a3a3a3;}#element-692{top:56.8125rem;left:1.6875rem;height:1.8125rem;width:21.5rem;z-index:37;color:#37465A;font-size:1.4861rem;line-height:1.8rem;text-align:center;font-weight:600;}#element-692 .x_5f0ed501{text-align:center;line-height:1.8125rem;font-size:1.4861rem;}#element-692 .x_f2074b6c{color:#ffffff;}#element-692 strong{font-weight:700;}#element-692.headline{font-weight:600;}#element-693{top:59.8125rem;left:1.1875rem;height:1.8125rem;width:20rem;z-index:33;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-693 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-693 .x_1fe11b61{color:#a3a3a3;}#element-694{top:62.375rem;left:1.1875rem;height:1.8125rem;width:20rem;z-index:34;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-694 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-694 .x_1fe11b61{color:#a3a3a3;}#element-695{top:64.1875rem;left:1.1875rem;height:5.4375rem;width:22.5rem;z-index:35;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-695 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-695 .x_1fe11b61{color:#a3a3a3;}#element-696{top:70.1875rem;left:1.25rem;height:1.8125rem;width:20rem;z-index:36;color:#A3A3A3;font-size:1.1146rem;line-height:1.8rem;text-align:left;}#element-696 .x_8c071feb{text-align:left;line-height:1.8125rem;font-size:1.1146rem;}#element-696 .x_1fe11b61{color:#a3a3a3;}#element-705{top:74.375rem;left:7rem;height:2.6875rem;width:2.6875rem;z-index:39;}#element-706{top:74.375rem;left:10.6875rem;height:2.6875rem;width:2.6875rem;z-index:40;}#element-701{top:74.375rem;left:14.5rem;height:2.5625rem;width:2.5625rem;z-index:38;}#page-block-1t0e4ltvcs7{height:23.125rem;max-width:100%;}#page-block-1t0e4ltvcs7 .section-holder-border{border:0;}#page-block-1t0e4ltvcs7 .section-block{background:rgb(0,0,0);height:23.125rem;}#page-block-1t0e4ltvcs7 .section-holder-overlay{display:none;}#element-643{top:1.375rem;left:1.25rem;height:1.3125rem;width:22.5rem;z-index:27;}#element-643 .shape{border-bottom:1px solid #2A2D2D;}#element-666{top:8.5625rem;left:1.1875rem;height:1.5625rem;width:22.5rem;z-index:29;color:#0D0D0D;font-size:1.1146rem;line-height:1.575rem;text-align:center;}#element-666 .x_bcbce646{text-align:center;line-height:1.5625rem;font-size:1.1146rem;}#element-666 .x_f2074b6c{color:#ffffff;}#element-666 strong{font-weight:700;}#element-668{top:11.75rem;left:9.75rem;height:1.8125rem;width:5.4375rem;z-index:30;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-668 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-668 .x_f2074b6c{color:#ffffff;}#element-668 strong{font-weight:700;}#element-669{top:15.25rem;left:10.8125rem;height:1.8125rem;width:3.3125rem;z-index:31;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-669 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-669 .x_f2074b6c{color:#ffffff;}#element-669 strong{font-weight:700;}#element-670{top:18.625rem;left:8.1875rem;height:1.8125rem;width:8.5rem;z-index:32;color:#0D0D0D;font-size:1.1146rem;line-height:1.8rem;text-align:center;}#element-670 .x_e6507cf2{text-align:center;line-height:1.8125rem;font-size:1.1146rem;}#element-670 .x_f2074b6c{color:#ffffff;}#element-670 strong{font-weight:700;}#element-644{top:3.6875rem;left:1.25rem;height:3.625rem;width:22.5rem;z-index:28;color:#A3A3A3;font-size:0.9907rem;line-height:1.8rem;text-align:center;}#element-644 .x_ab5e400b{text-align:center;line-height:1.8125rem;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:17.3125rem;height:6.25rem;width:36.375rem;z-index:56;}#element-1000{top:1.25rem;left:9.0625rem;height:4.125rem;width:6.125rem;z-index:65;}#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(90deg,#c4d92e,#6fcbd4)!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-308{top:2.0625rem;left:6.875rem;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.75rem;width:13.4375rem;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(109,195,144);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:57;}#element-933 .contents{border-radius:20px!important;width:74.9375rem!important;height:42.875rem!important;z-index:1!important;}#page-block-fz2vm71a29{height:39.375rem;max-width:100%;}#page-block-fz2vm71a29 .section-holder-border{border:0;}#page-block-fz2vm71a29 .section-block{background:rgb(0,0,0);height:39.375rem;}#page-block-fz2vm71a29 .section-holder-overlay{display:none;}#element-983{top:2.75rem;left:33.4375rem;height:30.9375rem;width:30rem;z-index:64;}#element-1008{top:0;left:0;height:29.625rem;width:30rem;z-index:3;}#element-1009{top:0;left:0;height:29.625rem;width:30rem;z-index:3;}#element-1007{top:1.1875rem;left:0;height:28.5625rem;width:29.9375rem;z-index:3;}#element-1007 .cropped{background:url(//v.fastcdn.co/u/6f5f942d/64725539-0-fg-as-Smart-Object-1.png) -2.125rem -3.625rem / 35.0625rem 35.0625rem;}#element-9{top:3.625rem;left:-5.5625rem;height:5.75rem;width:31.5rem;z-index:4;color:#8BC4BD;font-size:2.3529rem;line-height:2.85rem;text-align:left;font-weight:600;}#element-9 .x_abeb1804{text-align:left;line-height:2.875rem;font-size:2.3529rem;}#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-951{top:11.5rem;left:-5.5625rem;height:10.5rem;width:31.5rem;z-index:58;color:#E3E1E1;font-size:1.2384rem;line-height:1.75rem;text-align:left;}#element-951 .x_b558b569{text-align:left;line-height:1.75rem;font-size:1.2384rem;}#element-951 .x_67a4c63f{color:#e3e1e1;}#element-951 strong{font-weight:700;}#element-953{top:24.25rem;left:-5.5625rem;height:6.375rem;width:31.5rem;z-index:59;color:#8BC4BD;font-size:1.4861rem;line-height:2.1rem;text-align:left;font-weight:600;}#element-953 .x_af3357d1{text-align:left;line-height:2.125rem;font-size:1.4861rem;}#element-953 .x_22d1fffd{text-align:left;background-color:rgba(0,0,0,0);}#element-953 .x_f2074b6c{color:#ffffff;}#element-953 strong{font-weight:700;}#element-953.headline{font-weight:600;}#element-853{top:31.75rem;left:-5.5625rem;height:3.9375rem;width:15.1875rem;z-index:51;}#element-853 .btn.btn-effect3d:active{box-shadow:none;}#element-853 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-853 .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:15.1875rem!important;border-radius:38px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px 0px 40px!important;}#element-853 .btn-img{display:none!important;}#element-865{top:31.75rem;left:11.25rem;height:3.9375rem;width:15.1875rem;z-index:53;}#element-865 .btn.btn-effect3d:active{box-shadow:none;}#element-865 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-865 .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:15.1875rem!important;border-radius:38px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px 0px 40px!important;}#element-865 .btn-img{display:none!important;}#element-867{top:32.5625rem;left:21.875rem;height:2.3125rem;width:2.375rem;z-index:54;}#element-859{top:32.4375rem;left:5.125rem;height:2.5625rem;width:2.5625rem;z-index:52;}#page-block-6brejv43etw{height:16.625rem;max-width:100%;}#page-block-6brejv43etw .section-holder-border{border:0;}#page-block-6brejv43etw .section-block{background:rgb(109,195,144);height:16.625rem;}#page-block-6brejv43etw .section-holder-overlay{display:none;}#element-873{top:2.25rem;left:-0.0625rem;height:3.625rem;width:60rem;z-index:55;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-1015{top:7.8125rem;left:11.1875rem;height:4.125rem;width:14.5rem;z-index:66;}#element-1016{top:7.8125rem;left:32.75rem;height:4.125rem;width:17.1875rem;z-index:67;}#page-block-6qmdq2idytl{height:51.875rem;max-width:100%;}#page-block-6qmdq2idytl .section-holder-border{border:0;}#page-block-6qmdq2idytl .section-block{background:rgb(251,251,251);height:51.875rem;}#page-block-6qmdq2idytl .section-holder-overlay{display:none;}#element-327{top:5rem;left:19.125rem;height:2rem;width:20.4375rem;z-index:9;color:#6DC390;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_c427494b{color:#6dc390;}#element-327 strong{font-weight:700;}#element-327.paragraph{font-weight:600;}#element-51{top:7rem;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-1074{top:13.25rem;left:-9.0625rem;height:12.5rem;width:9rem;z-index:81;color:#DCEFE4;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-1074 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-1074 .x_5a449a2f{color:#dcefe4;}#element-1074 strong{font-weight:700;}#element-1074.paragraph{font-weight:700;}#element-1075{top:13.5625rem;left:-3.0625rem;height:11.6875rem;width:17.875rem;z-index:82;}#element-1075 .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-1076{top:26.625rem;left:-3.0625rem;height:7.75rem;width:17.875rem;z-index:83;color:#000000;font-size:1.3622rem;line-height:1.925rem;text-align:left;font-weight:600;}#element-1076 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-1076 .x_7b2817bf{color:#000000;}#element-1076 strong{font-weight:700;}#element-1076.paragraph{font-weight:600;}#element-1077{top:35.25rem;left:-3.1875rem;height:6.5rem;width:18.125rem;z-index:84;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-1077 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-1077 .x_ca5a6bed{color:#2b2b2b;}#element-1078{top:43rem;left:0.9375rem;height:3.125rem;width:9.875rem;z-index:85;}#element-1078 .btn.btn-effect3d:active{box-shadow:none;}#element-1078 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1078 .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:9.875rem!important;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-1078 .btn-img{display:none!important;}#element-331{top:13.25rem;left:14.9375rem;height:12.5rem;width:9rem;z-index:75;color:#DCEFE4;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_5a449a2f{color:#dcefe4;}#element-331 strong{font-weight:700;}#element-331.paragraph{font-weight:700;}#element-330{top:13.5625rem;left:20.9375rem;height:11.6875rem;width:17.875rem;z-index:76;}#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:26.625rem;left:20.9375rem;height:7.75rem;width:17.875rem;z-index:77;color:#000000;font-size:1.3622rem;line-height:1.925rem;text-align:left;font-weight:600;}#element-341 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-341 .x_7b2817bf{color:#000000;}#element-341 strong{font-weight:700;}#element-341.paragraph{font-weight:600;}#element-343{top:35.25rem;left:20.8125rem;height:6.5rem;width:18.125rem;z-index:78;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-1067{top:43rem;left:24.9375rem;height:3.125rem;width:9.875rem;z-index:79;}#element-1067 .btn.btn-effect3d:active{box-shadow:none;}#element-1067 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-1067 .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:9.875rem!important;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-1067 .btn-img{display:none!important;}#element-328{top:13.25rem;left:38.9375rem;height:12.5rem;width:9rem;z-index:42;color:#DCEFE4;font-size:12.3839rem;line-height:12.5rem;text-align:center;font-weight:700;}#element-328 .x_69085b2e{text-align:center;line-height:12.5rem;font-size:12.3839rem;}#element-328 .x_5a449a2f{color:#dcefe4;}#element-328 strong{font-weight:700;}#element-328.paragraph{font-weight:700;}#element-329{top:13.5625rem;left:44.75rem;height:11.6875rem;width:17.875rem;z-index:43;}#element-329 .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-334{top:26.625rem;left:44.75rem;height:7.75rem;width:17.875rem;z-index:44;color:#000000;font-size:1.3622rem;line-height:1.925rem;text-align:left;font-weight:600;}#element-334 .x_052b6b4c{text-align:left;line-height:1.9375rem;font-size:1.3622rem;}#element-334 .x_7b2817bf{color:#000000;}#element-334 strong{font-weight:700;}#element-334.paragraph{font-weight:600;}#element-335{top:35.25rem;left:44.75rem;height:6.5rem;width:17.875rem;z-index:45;color:#A3A3A3;font-size:0.9907rem;line-height:1.6rem;text-align:left;}#element-335 .x_fae6260b{text-align:left;line-height:1.625rem;font-size:0.9907rem;}#element-335 .x_ca5a6bed{color:#2b2b2b;}#element-340{top:43rem;left:48.75rem;height:3.125rem;width:9.875rem;z-index:46;}#element-340 .btn.btn-effect3d:active{box-shadow:none;}#element-340 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-340 .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:9.875rem!important;border-radius:38px!important;background-image:linear-gradient(90deg,rgb(196,217,46),rgb(111,203,212))!important;border:0px!important;white-space:normal!important;}#element-340 .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-774{top:23.75rem;left:26.375rem;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(90deg,#c4d92e,#6fcbd4)!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.4375rem;left:35.25rem;height:2.5625rem;width:2.5625rem;z-index:48;}#element-448{top:30.3125rem;left:12.5rem;height:2rem;width:32.5rem;z-index:12;color:#6DC390;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_c427494b{color:#6dc390;}#element-448 strong{font-weight:700;}#element-448.paragraph{font-weight:600;}#element-449{top:33.75rem;left:14.375rem;height:2.8125rem;width:9.375rem;z-index:13;}#element-449 .cropped{background-image:url(//v.fastcdn.co/u/6f5f942d/64685871-0-ty.png)!important;background-size:148px 45px!important;background-position:0px 0px!important;background-repeat:no-repeat!important;width:9.375rem!important;height:2.8125rem!important;}#element-850{top:34rem;left:27.5625rem;height:2.25rem;width:12.625rem;z-index:49;}#element-1071{top:34.0625rem;left:0.875rem;height:2.1875rem;width:9.375rem;z-index:80;}#element-851{top:34.3125rem;left:44.5rem;height:1.625rem;width:14.5rem;z-index:50;}#page-block-mfv6fs671vr{height:49.875rem;max-width:100%;}#page-block-mfv6fs671vr .section-holder-border{border:0;}#page-block-mfv6fs671vr .section-block{background:rgb(255,255,255);height:49.875rem;}#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:#6DC390;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-1018{top:19.1875rem;left:-7.8125rem;height:4.4375rem;width:15.625rem;z-index:70;}#element-810{top:25.75rem;left:-7.5rem;height:10.875rem;width:35.8125rem;z-index:68;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:41.0625rem;left:-7.4375rem;height:4.9375rem;width:35.75rem;z-index:69;}#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:4.9375rem!important;width:35.75rem!important;border-radius:13px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 20px!important;}#element-820 .btn-img{display:none!important;}#element-1019{top:19.1875rem;left:31.75rem;height:4.4375rem;width:18.8125rem;z-index:73;}#element-817{top:25.75rem;left:31.75rem;height:12.6875rem;width:35.75rem;z-index:71;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-821{top:41.0625rem;left:31.75rem;height:4.9375rem;width:35.75rem;z-index:72;}#element-821 .btn.btn-effect3d:active{box-shadow:none;}#element-821 .btn:hover{background:#F85D00;color:#FFFFFF;}#element-821 .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:4.9375rem!important;width:35.75rem!important;border-radius:13px!important;background-image:linear-gradient(90deg,#c4d92e,#6fcbd4)!important;border:0px!important;white-space:normal!important;padding:0px 30px!important;}#element-821 .btn-img{display:none!important;}#page-block-3mtao7oof8w{height:37.125rem;max-width:100%;}#page-block-3mtao7oof8w .section-holder-border{border:0;}#page-block-3mtao7oof8w .section-block{background:rgb(255,255,255);height:37.125rem;}#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:#6DC390;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_c427494b{color:#6dc390;}#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-1025{top:16.75rem;left:12.8125rem;height:13.9375rem;width:34.4375rem;z-index:74;}#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.5rem;left:-7.625rem;height:2.5625rem;width:13.9375rem;z-index:41;}#element-697{top:11.9375rem;left:-7.4375rem;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-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:61;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:62;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:63;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 = 23906294; window.__customer_id = 1355093; window.__default_experience_id = 23906294; window.__version = 80; window.__variant = "A"; window.__variant_id = 1; window.__variant_custom_name = "Variation A"; window.__preview = false; window.__page_type = 2; window.__variant_hash = "09e745fa1fde48892e8088c398b09f45f5a83523"; 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.2fff3c07e91a81e507a4.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":23906294,"publishedVersion":80,"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.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/","ariaLabel":"","id":"qo30vzi6igm","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/","ariaLabel":"","id":"s46yb08rub","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/","ariaLabel":"","id":"eac6r3nty0i","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/","ariaLabel":"","id":"s7azdcfgkln","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/","ariaLabel":"","id":"jmb2dgp5ey","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/","ariaLabel":"","id":"jb219vet1a7","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://youtube.com/playlist?list=PLaqtOqIjH88mR7Zc1udvoFB6pmQE5mfbP&si=NI0O4b8yY2m9a5ja","ariaLabel":"","id":"d25a2bhkykk","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.pandora.com/podcast/devicetalks/PC:1001088814","ariaLabel":"","id":"rp4eisg4pn","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://soundcloud.com/devicetalks","ariaLabel":"","id":"6lrldyq4qq3","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.linkedin.com/feed/update/urn:li:activity:7141456885810933761","ariaLabel":"","id":"jswmmitgab","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://meetings.hubspot.com/alaa-eid/meet-with-a-millstone-expert-alaa-eid","ariaLabel":"","id":"1fo8ag50ev5","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"xfscvuqhsgb","type":"url","track":true,"targetNewWindow":false,"passParameters":false}],"allLinks":[{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"pbw0iyaiu7l","type":"url","track":true,"targetNewWindow":true,"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":"0feuyph9k98","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://linktr.ee/MedtechWOMENTalks","ariaLabel":"","id":"3ppy9vxdeid","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/","ariaLabel":"","id":"qo30vzi6igm","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/","ariaLabel":"","id":"s46yb08rub","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/","ariaLabel":"","id":"eac6r3nty0i","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/","ariaLabel":"","id":"s7azdcfgkln","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/","ariaLabel":"","id":"jmb2dgp5ey","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/","ariaLabel":"","id":"jb219vet1a7","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://youtube.com/playlist?list=PLaqtOqIjH88mR7Zc1udvoFB6pmQE5mfbP&si=NI0O4b8yY2m9a5ja","ariaLabel":"","id":"d25a2bhkykk","type":"url","track":true,"targetNewWindow":false,"passParameters":false},{"href":"https://open.spotify.com/show/0QUvA08jeD6ieRIpwNDBD9?si=78907b61852946a7","ariaLabel":"","id":"4uxz2pw5j1t","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://podcasts.apple.com/us/podcast/devicetalks/id690269746","ariaLabel":"","id":"p68ex63t77n","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.pandora.com/podcast/devicetalks/PC:1001088814","ariaLabel":"","id":"rp4eisg4pn","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://soundcloud.com/devicetalks","ariaLabel":"","id":"6lrldyq4qq3","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"http://www.acuitymd.com","ariaLabel":"","id":"bbh1f8w7p2a","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://www.linkedin.com/feed/update/urn:li:activity:7141456885810933761","ariaLabel":"","id":"jswmmitgab","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"http://www.millstonemedical.com","ariaLabel":"","id":"o3ftu881nf","type":"url","track":false,"targetNewWindow":true,"passParameters":false},{"href":"https://meetings.hubspot.com/alaa-eid/meet-with-a-millstone-expert-alaa-eid","ariaLabel":"","id":"1fo8ag50ev5","type":"url","track":true,"targetNewWindow":true,"passParameters":false},{"href":"https://www.devicetalks.com/sponsor-a-podcast/","ariaLabel":"","id":"xfscvuqhsgb","type":"url","track":true,"targetNewWindow":false,"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.2fff3c07e91a81e507a4.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.8e682833b85e4bb96d30.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(90deg,#c4d92e,#6fcbd4); 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-1000 { z-index: 1 !important; } @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--> <!-- 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-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-1000"> <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/60204567/1724661457-64753562-98x66-64729200-98x66-OIT-logo.png" srcset="//v.fastcdn.co/t/6f5f942d/60204567/1724661457-64753562-98x66-64729200-98x66-OIT-logo.png 2x" > </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-308"> <div class="contents shape line-vertical line " data-at="shape" ></div> </div> <div class="widget item-absolute " 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/60204567/1724661447-64708675-215x28-devicetalks-logo-w-w.png" srcset="//v.fastcdn.co/t/6f5f942d/60204567/1724661447-64708675-215x28-devicetalks-logo-w-w.png 2x" > </a> </div> </div> </div> </div> </section> <section class="section section-relative " 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/MHLPM9jknD4?showinfo&#x3D;0&amp;wmode&#x3D;transparent&amp;rel&#x3D;0&amp;autoplay&#x3D;0&amp;mute&#x3D;0&amp;controls&#x3D;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-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 item-block" id="element-983" > <div class="slider item-block inside-arrows inside-dots" data-autoplay="0" data-transition-time="300" data-loop="0" > <div class="slides-wrapper"> <div class="slides-container"> <div class="slide" data-id="2" id="slide-983-2" > <div class="widget item-absolute " id="element-1007"> <div class="contents cropped item-block" data-at="image-cropp"> </div> </div> </div> <div class="slide" data-id="3" id="slide-983-3" > <div class="widget item-absolute " id="element-1008"> <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&#x3D;" data-src="//v.fastcdn.co/u/6f5f942d/64753567-0-64729245-0-sbdn.png" data-retina-src="//v.fastcdn.co/u/6f5f942d/64753567-0-64729245-0-sbdn.png" > </div> </div> </div> <div class="slide" data-id="4" id="slide-983-4" > <div class="widget item-absolute " id="element-1009"> <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&#x3D;" data-src="//v.fastcdn.co/u/6f5f942d/64753567-0-64729245-0-sbdn.png" data-retina-src="//v.fastcdn.co/u/6f5f942d/64753567-0-64729245-0-sbdn.png" > </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="2" data-index="0" role="presentation"></button> <button class="dot" data-id="3" data-index="1" role="presentation"></button> <button class="dot" data-id="4" data-index="2" role="presentation"></button> </div> </div> </div> <div class="widget item-absolute headline " id="element-9" data-at="headline"> <div class="contents"> <h1> <span class="x_abeb1804 x_31fd560a"><strong class="x_22d1fffd"><span class="x_f2074b6c">Welcome to the Ortho Innovation Talks podcast</span></strong><br></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-951" data-at="paragraph"> <div class="contents"> <p class="x_b558b569 x_f49be817"><span class="x_67a4c63f">Ortho Innovation Talks provides an in-depth exploration of the innovations within the orthopedic industry.&nbsp;</span>Each season we feature a different orthopedics medtech OEM and dive into its origins, future prospects, and present-day challenges and opportunities.</p> </div> </div> <div class="widget item-absolute headline " id="element-953" data-at="headline"> <div class="contents"> <h1> <span class="x_af3357d1 x_d32da229"><strong class="x_22d1fffd"><span class="x_f2074b6c">We kick off season one from the viewpoint of Zimmer Biomet’s senior leadership.</span></strong><br></span> </h1> </div> </div> <div class="widget item-absolute " id="element-853"> <a href="https://www.youtube.com/channel/UC9PwYplpB-cvbPYHcb3vdZA?sub_confirmation&#x3D;1" id="link-0feuyph9k98" target="_blank" class="url-link btn item-block" data-at="button" data-link-0feuyph9k98 > SUBSCRIBE ON </a> </div> <div class="widget item-absolute " id="element-865"> <a href="https://linktr.ee/MedtechWOMENTalks" id="link-3ppy9vxdeid" target="_blank" class="url-link btn item-block" data-at="button" data-link-3ppy9vxdeid > SUBSCRIBE ON </a> </div> <div class="widget item-absolute " id="element-867"> <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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661456-64685869-38x37x205x37x0x0-asf.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661456-64685869-38x37x205x37x0x0-asf.png" > </div> </div> <div class="widget item-absolute " id="element-859"> <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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661453-64684441-41x41-wyo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661453-64684441-41x41-wyo.png" > </div> </div> </div> </div> </section> <section class="section section-relative " 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-1015"> <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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661458-64753560-232x66-64725363-232x66-sdff.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661458-64753560-232x66-64725363-232x66-sdff.png" > </div> </div> <div class="widget item-absolute " id="element-1016"> <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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661459-64829154-275x66x300x66x13x0-Millstone-Medical-Lo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661459-64829154-275x66x300x66x13x0-Millstone-Medical-Lo.png" > </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_c427494b">SEE WHATS 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_58009f4c"><span class="x_7b2817bf">Season One Episodes</span></span> </h1> </div> </div> <div class="widget item-absolute paragraph " id="element-1074" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e"><span class="x_5a449a2f">3</span></p> </div> </div> <div class="widget item-absolute " id="element-1075"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/65123500-0-OIT24-8.20.24-1200x8.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-1076" data-at="paragraph"> <div class="contents"> <p class="x_052b6b4c"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/" id="link-qo30vzi6igm" data-link-qo30vzi6igm class="url-link">ZB’s Lancaster talks knee systems, robotics and building a new MedTech regional powerhouse</a></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-1077" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b"><span class="x_ca5a6bed">Jim Lancaster, President of Global Reconstruction at Zimmer Biomet is connecting his deep roots in Warsaw with his current role in shaping the...</span></p> </div> </div> <div class="widget item-absolute " id="element-1078"> <a href="https://www.devicetalks.com/next-gen-knee-systems-robotics-and-building-a-new-medtech-regional-powerhouse/" id="link-s46yb08rub" class="url-link btn item-block" data-at="button" data-link-s46yb08rub > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-331" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e x_544c349b"><span class="x_5a449a2f">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/64839225-0-OIT24-3.5.24-1200x80.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-341" data-at="paragraph"> <div class="contents"> <p class="x_052b6b4c x_af3357d1"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/" id="link-eac6r3nty0i" data-link-eac6r3nty0i class="url-link">ZB’s Goyal Explains How Passion for Solving Ortho Challenges Put Him at the Helm of ZB’s R&amp;D Engine</a></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-343" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b x_db4a4d62"><span class="x_ca5a6bed">Nitin Goyal, MD, Chief Innovation Officer at Zimmer Biomet is identifying entrenched problems in healthcare and then working with ZB's R&amp;D team..</span></p> </div> </div> <div class="widget item-absolute " id="element-1067"> <a href="https://www.devicetalks.com/zb-goyal-explains-how-solving-ortho-challenges-put-him-at-the-helm-of-zbs-rd-engine/" id="link-s7azdcfgkln" class="url-link btn item-block" data-at="button" data-link-s7azdcfgkln > GO TO EPISODE </a> </div> <div class="widget item-absolute paragraph " id="element-328" data-at="paragraph"> <div class="contents"> <p class="x_69085b2e x_a2e25be5"><span class="x_5a449a2f">1</span></p> </div> </div> <div class="widget item-absolute " id="element-329"> <div class="contents shape img-lazy box figure " data-at="shape" data-src="//v.fastcdn.co/u/6f5f942d/64816079-0-OIT24-1.3.24-1200x80.png" ></div> </div> <div class="widget item-absolute paragraph " id="element-334" data-at="paragraph"> <div class="contents"> <p class="x_052b6b4c x_51ebc684"><span class="x_7b2817bf"><a href="https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/" id="link-jmb2dgp5ey" data-link-jmb2dgp5ey class="url-link">Zimmer Biomet’s Rachel Ellingson on driving growth through portfolio shifts and M&amp;A<br></a></span></p> </div> </div> <div class="widget item-absolute paragraph " id="element-335" data-at="paragraph"> <div class="contents"> <p class="x_fae6260b x_f999e1a2"><span class="x_ca5a6bed">Rachel Ellingson, SVP and Chief Strategy Officer at Zimmer Biomet, shares insights into the company’s growth strategy, emphasizing that...<br></span></p> </div> </div> <div class="widget item-absolute " id="element-340"> <a href="https://www.devicetalks.com/zimmer-biomet-growth-strategy-innovation-acquisitions/" id="link-jb219vet1a7" class="url-link btn item-block" data-at="button" data-link-jb219vet1a7 > 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/64753558-0-64729283-0-fgfdg.jpg" ></div> </div> <div class="widget item-absolute headline " id="element-446" data-at="headline"> <div class="contents"> <h1> <span class="x_c4c0bc48 x_ab3dc331"><span class="x_f2074b6c">Watch or Listen 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_e6507cf2"><span class="x_1fe11b61">Watch or listen to Ortho Innovation Talks and the other unique medtech-focused podcasts from the DeviceTalks Podcast Network 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&#x3D;PLaqtOqIjH88mR7Zc1udvoFB6pmQE5mfbP&amp;si&#x3D;NI0O4b8yY2m9a5ja" id="link-d25a2bhkykk" 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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661453-64684441-41x41-wyo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661453-64684441-41x41-wyo.png" > </div> </div> <div class="widget item-absolute paragraph " id="element-448" data-at="paragraph"> <div class="contents"> <p class="x_06cb0376"><span class="x_c427494b">LISTEN ON YOUR FAVORITE 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/0QUvA08jeD6ieRIpwNDBD9?si&#x3D;78907b61852946a7" 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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661448-64685871-148x45x148x45x0x0-ty.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661448-64685871-148x45x148x45x0x0-ty.png" > </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/devicetalks/id690269746" 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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661454-64685869-202x36-asf.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661454-64685869-202x36-asf.png" > </a> </div> </div> <div class="widget item-absolute " id="element-1071"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="https://www.pandora.com/podcast/devicetalks/PC:1001088814" class="url-link item-content-box item-block" id="link-rp4eisg4pn" data-at="image-link" data-link-rp4eisg4pn target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661467-65098176-150x35x150x85x0x24-pandora-white.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661467-65098176-150x35x150x85x0x24-pandora-white.png" > </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/devicetalks" 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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661455-64685870-232x26-j.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661455-64685870-232x26-j.png" > </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">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_ab3dc331"><span class="x_7b2817bf">Learn more about our sponsors<br></span></span> </h1> </div> </div> <div class="widget item-absolute " id="element-1018"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.acuitymd.com" class="url-link item-content-box item-block" id="link-bbh1f8w7p2a" data-at="image-link" data-link-bbh1f8w7p2a target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661461-64753557-250x71-64725362-250x71-fgdg.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661461-64753557-250x71-64725362-250x71-fgdg.png" > </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">AcuityMD is a leading technology partner to the commercial MedTech industry. Thousands of sales and marketing professionals use AcuityMD’s commercial platform to identify target markets, surface top opportunities, and grow their business. With customers ranging from pre-commercial to enterprise, AcuityMD is committed to providing MedTech companies with unparalleled visibility to accelerate access to medical technology.&nbsp;</span></p> </div> </div> <div class="widget item-absolute " id="element-820"> <a href="https://www.linkedin.com/feed/update/urn:li:activity:7141456885810933761" id="link-jswmmitgab" target="_blank" class="url-link btn item-block" data-at="button" data-link-jswmmitgab > Hear what our customers say </a> </div> <div class="widget item-absolute " id="element-1019"> <div class="contents cropped item-block" data-at="image-cropp"> <a href="http://www.millstonemedical.com" class="url-link item-content-box item-block" id="link-o3ftu881nf" data-at="image-link" data-link-o3ftu881nf target="_blank" > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661462-64829161-301x71x322x71x11x0-Millstone-logo---tra.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661462-64829161-301x71x322x71x11x0-Millstone-logo---tra.png" > </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">Millstone Medical Outsourcing is a leading provider of customized outsourcing solutions to the medical device industry. Millstone delivers expert post-manufacturing and aftermarket services for medical device manufacturers that foster quality, compliance, and business success. Millstone specializes in packaging, testing and logistics services all with an unparalleled focus on quality. Millstone is FDA registered and ISO certified by BSI, Inc. to ISO 13485: 2016.<br></span></p> </div> </div> <div class="widget item-absolute " id="element-821"> <a href="https://meetings.hubspot.com/alaa-eid/meet-with-a-millstone-expert-alaa-eid" id="link-1fo8ag50ev5" target="_blank" class="url-link btn item-block" data-at="button" data-link-1fo8ag50ev5 > Meet with a Millstone Expert </a> </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"><span class="x_c427494b">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_58009f4c"><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"><span class="x_ca5a6bed">Season one sponsorship deadline: February 28, 2024</span><br></p> </div> </div> <div class="widget item-absolute " id="element-1025"> <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-xfscvuqhsgb" data-at="image-link" data-link-xfscvuqhsgb > <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661464-64753578-551x223-sdfdf.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661464-64753578-551x223-sdfdf.png" > </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"> <img class="item-content-box item-block image img-lazy" data-at="image" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM89h8AApEBx2iaqpQAAAAASUVORK5CYII&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661452-64684514-223x41-devicetalks-white-lo.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661452-64684514-223x41-devicetalks-white-lo.png" > </div> </div> <div class="widget item-absolute headline " id="element-697" data-at="headline"> <div class="contents"> <h1> <span class="x_6085f5ca x_fc9d998b"><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 x_0fbbdd9c">Colleen Sepich<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_e86fa07f"><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 x_ab5e400b">Tom Salemi<br>tsalemi<a href="http://csepich@wtwhmedia.com" id="link-pbz4dlva8h" data-link-pbz4dlva8h class="url-link">@wtwhmedia.com</a><br>978<a href="tel:857-260-1360" id="link-mlxi2cix36i" data-link-mlxi2cix36i class="url-link">-518-0310<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 x_5f0ed501"><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 x_8c071feb"><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 x_8c071feb"><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 x_8c071feb"><a href="https://www.drugdiscoverytrends.com/" id="link-srjnynd24w" data-link-srjnynd24w class="url-link"><span class="x_1fe11b61">Drug Discovery &amp; 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 x_8c071feb"><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 x_8c071feb"><a href="http://www.medicaldesignandoutsourcing.com/" id="link-qfvwuv4q33" data-link-qfvwuv4q33 class="url-link">Medical Design &amp; 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 x_8c071feb"><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 x_8c071feb"><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 x_5f0ed501"><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 x_8c071feb"><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 x_8c071feb"><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 x_8c071feb"><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 x_8c071feb"><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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661450-64686758-43x43-gyi.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661450-64686758-43x43-gyi.png" > </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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661451-64686757-43x43-erter.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661451-64686757-43x43-erter.png" > </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&#x3D;" data-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661449-64686760-41x41-dgdg.png" data-retina-src="//v.fastcdn.co/t/6f5f942d/60204567/1724661449-64686760-41x41-dgdg.png" > </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 x_bcbce646"><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 x_e6507cf2"><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 x_e6507cf2"><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 x_e6507cf2"><a href="https://www.wtwhmedia.com/privacy-policy/" id="link-641guifv1b" data-link-641guifv1b class="url-link"><span class="x_f2074b6c">&nbsp;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_ab5e400b"><span class="x_1fe11b61">Copyright © 2023 · 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.8725edce5135a9515d48.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/LazyImage.a698675f6fd38cb87757.js"></script> <script data-cfasync="false" src="//g.fastcdn.co/js/Links.7722c547d653e74ec16f.js"></script> <script data-cfasync="false" async defer src="//g.fastcdn.co/js/Slider.32b517b6f559db083a41.js"></script> <script data-cfasync="false" async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <!-- Generated at: 2024-08-26T08:37:59.726Z --> <!-- --> <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:'8e9307da6c234575',t:'MTczMjcyMDA3NS4wMDAwMDA='};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>

Pages: 1 2 3 4 5 6 7 8 9 10