CINXE.COM
Mural Health - Clinical Trial Participant Management Platform
<!DOCTYPE html><!-- Last Published: Thu Nov 14 2024 22:10:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.muralhealth.com" data-wf-page="663e4ea022bf6d5bbbd419cc" data-wf-site="631b608bce6e7581e26ba3bc" lang="en"><head><meta charset="utf-8"/><title>Mural Health - Clinical Trial Participant Management Platform</title><meta content="Mural Health's patient-first participant platform is designed to make trials easier for patients and their caregivers, and more successful for stakeholders." name="description"/><meta content="Mural Health - Clinical Trial Participant Management Platform" property="og:title"/><meta content="Mural Health's patient-first participant platform is designed to make trials easier for patients and their caregivers, and more successful for stakeholders." property="og:description"/><meta content="Mural Health - Clinical Trial Participant Management Platform" property="twitter:title"/><meta content="Mural Health's patient-first participant platform is designed to make trials easier for patients and their caregivers, and more successful for stakeholders." property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/css/mural-health.f942d8ea5.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Bitter:400,700,400italic"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/6344602788630a4a6009e677_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/63446039544d4b49c3d30599_webclip.png" rel="apple-touch-icon"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4PDKDLZ87N"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-4PDKDLZ87N', {'anonymize_ip': true});</script><!-- Google Tag Manager --> <script>(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-MV8BFDC2');</script> <!-- End Google Tag Manager --> <!-- Cookie Banner from Termly --> <!-- <script type="text/javascript" src="https://app.termly.io/embed.min.js" data-auto-block="on" data-website-uuid="135de057-7317-4bd3-ab33-0d07e5e19bdf" ></script> --> <!-- Jetboost Search --> <script id="jetboost-script" type="text/javascript"> window.JETBOOST_SITE_ID = "cl9isgivp09gg0uwigomz6epg"; (function(d) { var s = d.createElement("script"); s.src = "https://cdn.jetboost.io/jetboost.js"; s.async = 1; d.getElementsByTagName("head")[0].appendChild(s); })(document); </script> <!-- Tracking Traffic --> <script type=“text/javascript”> (function(i,s,o,g,r,a,m){i[‘SLScoutObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,‘script’,‘https://scout-cdn.salesloft.com/sl.js','slscout’); slscout([“init”, “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0IjoxMDgyNjN9.v2V9cOX5DQZHKbXLWyFiKRGKbsU-oFkn9sSzvrUF9I4”]); </script> </head><body class="background-color-primary"><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Set color style to inherit */ .inherit-color * { color: inherit; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } </style></div><section class="banner_component"><div class="padding-global"><div class="banner_content-wrapper"><div class="banner_content"><div class="banner_text-wrapper"><p class="banner_text"><strong>Patient kindness matters:</strong> Help us ensure clinical research participants are paid and reimbursed fairly</p></div><div class="button-group"><a href="https://yt4ocq58.paperform.co/" target="_blank" class="button is-link w-button">Take the Survey</a></div></div></div></div></section><div data-animation="default" class="navbar_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="ad698800-6f64-ffdf-9094-028feb1f7c52" role="banner" data-duration="400"><div class="navbar_container"><a href="/" aria-current="page" class="navbar_logo-link w-nav-brand w--current"><img width="184" height="28.73" alt="" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/633f1602d6acc74e6e8a2e1d_navbar-logo.svg" loading="lazy" class="navbar_logo"/></a><nav role="navigation" class="navbar_menu is-page-height-tablet w-nav-menu"><a href="/for-sites-and-sponsors" class="navbar_link w-nav-link">For Sites and Sponsors</a><a href="/for-participants" class="navbar_link w-nav-link">For Participants</a><div data-hover="true" data-delay="200" blocks-name="navbar2_menu-dropdown" data-w-id="ad8f0180-7d61-ba83-c3e3-02903070ce70" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div class="navbar_link is-dropdown">Resources</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar2_dropdown-list w-dropdown-list"><a href="/blog" class="navbar_link w-dropdown-link">Blog</a><a href="/events" class="navbar_link w-dropdown-link">Events</a><a href="/news" class="navbar_link w-dropdown-link">Newsroom</a><a href="https://portraitproject.muralhealth.com/" target="_blank" class="navbar_link w-dropdown-link">Portrait Project</a><a href="https://diversity.muralhealth.com/" target="_blank" class="navbar_link w-dropdown-link">Harley Jacobsen Tax Bill</a></nav></div><a href="/about-us" class="navbar_link w-nav-link">About Us</a><div class="navbar_menu-buttons"><a href="https://app.apollo.io/#/meet/paul_diercksen_396/15-min-2" target="_blank" class="button is-secondary is-small w-button">Let's Talk</a><div data-hover="false" data-delay="200" data-w-id="48af86be-31ac-2130-952d-eb6490bb6a22" class="navbar-dropdown_component w-dropdown"><div class="button is-small max-width-full w-dropdown-toggle"><div>Sign In</div></div><nav class="navbar-dropdown_dropdown-list w-dropdown-list"><a href="http://app.murallink.com/" target="_blank" class="button is-small w-button">Participants</a><a href="https://murallink.com/login" target="_blank" class="button is-small w-button">Admins</a></nav></div></div></nav><div class="navbar_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div><div class="main-wrapper"><header class="section_header"><div class="padding-global"><div class="header_background-container"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e55d2599e3c869b446ce6_img_orange-pill.svg" loading="lazy" alt="" class="header_orange-pill"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e55d3c0ed5996b49380d4_img_purple-pill.svg" loading="lazy" alt="" class="header_purple-pill"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e55d2a4bd6402d4ab4ed7_img_blue-pill.svg" loading="lazy" alt="" class="header_blue-pill"/></div><div class="container-small is-relative"><div class="padding-section-header"><div class="text-align-center"><div class="margin-bottom margin-small"><h1 class="heading-style-h1">Make participating in your clinical trial <strong>easier than ever.</strong></h1></div><div class="max-width-medium align-center"><p class="text-size-medium">Mural Link is the clinical research industry’s first participant management platform, designed to meet the needs of modern-day participants, help them enroll and remain in a trial, and reduce the administrative burden for sites.</p></div><div class="margin-top margin-small"><div class="button-group is-center"><a href="https://app.apollo.io/#/meet/paul_diercksen_396/15-min-2" target="_blank" class="button is-alternate w-button">Get Started</a></div></div></div></div></div></div></header><section class="section_value-prop"><div class="divider-solid"></div><div class="padding-global"><div class="container-large"><div class="padding-section-small"><div class="w-layout-grid value-prop_component"><div id="w-node-f9f7f9ab-c5af-edac-0cce-64b2ecca5494-bbd419cc" class="value-prop_item"><div class="value-prop_item-icon-wrapper is-blue"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664798707090186c939aa684_icon_cash.svg" loading="lazy" alt=""/></div><div class="value-prop_item-text-wrapper"><div class="text-size-medium text-weight-medium">Financial Management<br/>& Reimbursements</div></div></div><div id="w-node-_16184205-81a3-a458-b99d-4189ce0aae74-bbd419cc" class="value-prop_item"><div class="value-prop_item-icon-wrapper is-orange"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e59b19d907f8e24da3b4e_icon_airplane.svg" loading="lazy" alt=""/></div><div class="value-prop_item-text-wrapper"><div class="text-size-medium text-weight-medium">Travel & Concierge<br/>Service</div></div></div><div id="w-node-_05e94b31-de7b-55dd-f8c4-b7067d8c1e9f-bbd419cc" class="value-prop_item"><div class="value-prop_item-icon-wrapper is-fuschia"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e59b13149895ae2c5b867_icon_chat-bubble.svg" loading="lazy" alt=""/></div><div class="value-prop_item-text-wrapper"><div class="text-size-medium text-weight-medium">Participant<br/>Messaging</div></div></div><div id="w-node-_46976fe6-b206-9d8d-029c-915d0f7a9d46-bbd419cc" class="value-prop_item"><div class="value-prop_item-icon-wrapper is-purple"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e59b13bda9cc22d3d763b_icon_bar-graph.svg" loading="lazy" alt=""/></div><div class="value-prop_item-text-wrapper"><div class="text-size-medium text-weight-medium">Feedback &<br/>Analytics</div></div></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_challenge not-blue"><div class="padding-global"><div class="container-large"><div class="padding-section-challenge"><div id="w-node-_2eea8401-b9bf-fee1-d056-464a8ee2faa3-bbd419cc" class="challenge_content"><div class="margin-bottom margin-large"><div class="text-align-center"><h2 class="heading-style-h2">Clinical trials are challenging</h2></div></div></div><div data-w-id="2eea8401-b9bf-fee1-d056-464a8ee2faa2" style="opacity:0" class="w-layout-grid challenge_component"><div class="w-layout-grid challenge_item-list"><div class="challenge_item"><div class="challenge_item-content"><h3 class="heading-style-h3">Drop-out rates are high</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium"><span class="text-color-blue text-weight-bold">15% to 40%</span> of enrolled participants drop out of trials.<br/></p></div></div></div><div id="w-node-_5a90847d-6abf-222a-29f5-f0b6edd5dbd0-bbd419cc" class="challenge_item"><div class="challenge_item-content"><h3 class="heading-style-h3">Recruitment is time consuming</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium"><span class="text-color-blue text-weight-bold">91%</span> of sites say they do not have adequate staff to perform recruitment activities.<br/></p></div></div></div><div id="w-node-_2dbec95b-e731-bef2-8ee5-7b499299b98c-bbd419cc" class="challenge_item"><div class="challenge_item-content"><h3 class="heading-style-h3">Data integrity is low</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium"><span class="text-color-blue text-weight-bold">85%</span> of trials fail to retain enough patients to confirm medical efficacy.<br/></p></div></div></div><div id="w-node-_797c860d-2288-454d-a801-726f53585a84-bbd419cc" class="challenge_item"><div class="challenge_item-content"><h3 class="heading-style-h3">Resources are lost</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium"><span class="text-color-blue text-weight-bold">$600K - $8M</span> is the cost of each day a drug is delayed getting to market.<br/></p></div></div></div></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_reliable-patient"><div class="padding-global"><div class="container-large"><div class="padding-section-reliable-patient"><div class="w-layout-grid reliable-patient_component"><div id="w-node-_8d07f755-056d-3ea9-59d0-eb370e4c1c8d-bbd419cc" class="reliable-patient_image-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/66426d95afce9ebc4299d2c0_img_mural-health-family.jpg" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 991px) 90vw, (max-width: 1439px) 43vw, 615px" srcset="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/66426d95afce9ebc4299d2c0_img_mural-health-family-p-500.jpg 500w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/66426d95afce9ebc4299d2c0_img_mural-health-family-p-800.jpg 800w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/66426d95afce9ebc4299d2c0_img_mural-health-family.jpg 926w" alt="" class="reliable-patient_image"/></div><div id="w-node-_8d07f755-056d-3ea9-59d0-eb370e4c1c8f-bbd419cc" class="reliable-patient_content"><div class="margin-bottom margin-small"><h2 class="heading-style-h2">The success of clinical trials depends on patient participation.</h2></div><p class="text-size-medium">But patients and caregivers need reliable support first.<br/><br/>Being part of a trial is often nuanced and time-consuming. Archaic travel, antiquated payment processes and card fees are not only frustrating, but can also chip away at the reimbursement funds participants are owed.<br/><br/>This isn’t what you want for your participants, but you haven’t had a better choice. If we have the technology to make things better, we should. So we are.</p></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_feature"><div class="padding-global"><div class="container-large"><div class="padding-section-feature"><div class="margin-bottom margin-xlarge"><div class="text-align-center"><div class="margin-bottom margin-xsmall"><h2 class="heading-style-h2">Mural Link makes participation easy</h2></div><div>In one platform, participants can:</div></div></div><div id="w-node-_2b315952-2dbe-acca-bcd2-510079118b4c-bbd419cc" class="margin-bottom margin-xxlarge"><div class="w-layout-grid feature_component"><div id="w-node-_7911d733-da2c-44b3-4354-acf03b85ca11-bbd419cc" class="feature_content"><div class="margin-bottom margin-xsmall"><h3 class="heading-style-h2">Get paid<span class="text-weight-medium"> however they want (with no hidden fees, ever).</span></h3></div><div class="margin-bottom margin-small"><div class="max-width-feature-content"><p class="text-size-medium">Participants choose from a growing list of payment options, including PayPal, Venmo, Zelle, direct-to-account, and the industry's first and only fee-free prepaid card.</p></div></div><div class="feature_logo-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f5bb7b206a069663e1_logo-venmo-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-fd748c77-307f-83b2-7991-5b4965cf8078-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f5b017b7343b464254_logo-zelle-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-fc7245f1-11c0-0fdc-9625-44d59ff634f4-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f5099d97a9a33c3aa1_logo_paypal-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-_47ff134d-4dbb-3946-f47a-112430a58852-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f533694e4d0752c0ab_logo_stripe-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-c1e9e699-7efe-ce66-6288-88d4971ca59d-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f5b23b67f99175d18d_logo_visa-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-f2103c38-2ce8-29ea-393a-3ffe32c52253-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f5099d97a9a33c3a8f_logo_chase-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-_9e3b1240-e587-c6cf-5d01-396d8746253a-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f57aa000048dfd46d2_logo_mastercard-small-1x1.png" loading="lazy" width="38" height="38" alt="" id="w-node-_3ff1ddbf-5a51-098b-61d3-4f18889bff51-bbd419cc"/><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/665394f566fec21fc7d1cbf8_logo_muralcard-small.png" loading="lazy" width="58" height="38" alt="" id="w-node-be03bedc-0a6a-d8c7-e1b8-f12421dc1118-bbd419cc"/><div id="w-node-a2f5354e-60fb-32d7-95e5-cda69e96c2cd-bbd419cc" class="text-block-3">+ more</div></div></div><div id="w-node-_7911d733-da2c-44b3-4354-acf03b85ca0f-bbd419cc" class="feature_image-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d08863e314b1a0477a87d_img_mural-home-feature-1.png" loading="lazy" width="493" height="381" alt="" srcset="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d08863e314b1a0477a87d_img_mural-home-feature-1-p-500.png 500w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d08863e314b1a0477a87d_img_mural-home-feature-1-p-800.png 800w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d08863e314b1a0477a87d_img_mural-home-feature-1.png 986w" sizes="(max-width: 479px) 100vw, (max-width: 767px) 95vw, (max-width: 991px) 90vw, (max-width: 1439px) 42vw, 596.5px" class="feature_image"/></div></div></div><div id="w-node-f90da5fb-1250-e923-dcdc-f07b65357009-bbd419cc" class="margin-bottom margin-xxlarge"><div class="w-layout-grid feature_component"><div class="feature_image-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886be0a8d54c3f79877_img_mural-home-feature-2.png" loading="lazy" width="493" height="381" alt="" srcset="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886be0a8d54c3f79877_img_mural-home-feature-2-p-500.png 500w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886be0a8d54c3f79877_img_mural-home-feature-2-p-800.png 800w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886be0a8d54c3f79877_img_mural-home-feature-2.png 986w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 90vw, (max-width: 1439px) 42vw, 596.5px" class="feature_image"/></div><div id="w-node-f90da5fb-1250-e923-dcdc-f07b6535700b-bbd419cc" class="feature_content"><div class="margin-bottom margin-xsmall"><h3 class="heading-style-h2">Travel<span class="text-weight-medium"> with no out-of-pocket expense.</span></h3></div><div class="margin-bottom margin-small"><div class="max-width-feature-content"><p class="text-size-medium">Participants can book their own transport via ride-share services right in the app, removing the need for cumbersome staff coordination and reimbursement.</p></div></div><div class="feature_logo-wrapper only-2"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e9b9ca3021c10cafab18e_logo_uber-health.png" loading="lazy" id="w-node-f90da5fb-1250-e923-dcdc-f07b65357015-bbd419cc" alt="" class="logo-uber-health"/></div></div></div></div><div id="w-node-_2e038043-f37d-7e76-1885-8e44c7c0f376-bbd419cc" class="margin-bottom margin-xxlarge"><div class="w-layout-grid feature_component"><div id="w-node-_2e038043-f37d-7e76-1885-8e44c7c0f378-bbd419cc" class="feature_content"><div class="margin-bottom margin-xsmall"><h3 class="heading-style-h2">Communicate<span class="text-weight-medium"> and provide feedback easily.</span></h3></div><div class="margin-bottom margin-small"><div class="max-width-feature-content"><p class="text-size-medium">With push notifications, in-app chat, and calendar syncing, participants always know what’s coming up next, how to prepare, and where to turn for help.</p></div></div></div><div id="w-node-_2e038043-f37d-7e76-1885-8e44c7c0f385-bbd419cc" class="feature_image-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d088685bb98a831ed851b_img_mural-home-feature-3.png" loading="lazy" width="493" height="381" alt="" srcset="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d088685bb98a831ed851b_img_mural-home-feature-3-p-500.png 500w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d088685bb98a831ed851b_img_mural-home-feature-3-p-800.png 800w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d088685bb98a831ed851b_img_mural-home-feature-3.png 986w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 90vw, (max-width: 1439px) 42vw, 596.5px" class="feature_image"/></div></div></div><div class="w-layout-grid feature_component"><div class="feature_image-wrapper"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886636fbb4fca2922d6_img_mural-home-feature-4.png" loading="lazy" width="493" height="381" alt="" srcset="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886636fbb4fca2922d6_img_mural-home-feature-4-p-500.png 500w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886636fbb4fca2922d6_img_mural-home-feature-4-p-800.png 800w, https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/664d0886636fbb4fca2922d6_img_mural-home-feature-4.png 986w" sizes="(max-width: 479px) 100vw, (max-width: 991px) 90vw, (max-width: 1439px) 42vw, 596.5px" class="feature_image"/></div><div id="w-node-_111d28de-b49e-3f80-2d6c-78168b54fede-bbd419cc" class="feature_content"><div class="margin-bottom margin-xsmall"><h3 class="heading-style-h2">Share insights<span class="text-weight-medium"> about their participant experience.</span></h3></div><div class="margin-bottom margin-small"><div class="max-width-feature-content"><p class="text-size-medium">Participants have a voice to provide feedback and help us identify outlier experiences to proactively engage & remediate.</p></div></div></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_value"><div class="padding-global"><div class="container-large"><div class="padding-section-value"><div id="w-node-_9aa10983-d182-e8aa-4fcc-17fa04195839-bbd419cc" class="value_content"><div class="margin-bottom margin-large"><div class="text-align-center"><h2 class="heading-style-h2">What this means for you:</h2></div></div></div><div class="w-layout-grid value_component"><div class="w-layout-grid value_item-list"><div class="value_item"><div class="value_item-icon-wrapper is-blue"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e9f4a7dee06a7976104cb_logo_chat.svg" loading="lazy" alt=""/></div><div class="value_item-content"><h3 class="heading-style-h3">Exceptional engagement</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium">Boost compliance and retention with easier participant reimbursements, on-demand transportation, and seamless communication.<br/></p></div></div></div><div id="w-node-_01d69795-5688-05a5-b5eb-b25c89a53ac3-bbd419cc" class="value_item"><div class="value_item-icon-wrapper is-fuschia"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e9f3710ac855780ee248b_logo_switch.svg" loading="lazy" alt=""/></div><div class="value_item-content"><h3 class="heading-style-h3">Streamlined operations</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium">Improve efficiency by eliminating physical card inventories, receipts, ride coordination, and 1099s.<br/></p></div></div></div><div id="w-node-_883cd5be-0849-53f8-1a1e-b74d1c01278e-bbd419cc" class="value_item"><div class="value_item-icon-wrapper is-orange"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e9f3731edfd24a4bdc321_logo_trend.svg" loading="lazy" alt=""/></div><div class="value_item-content"><h3 class="heading-style-h3">Real-time data</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium">Make informed decisions with access to a real-time analytics dashboard, where you can view satisfaction across all sites at all times and course correct when you need to.<br/></p></div></div></div><div id="w-node-c4a38c2c-a0fe-e3f9-2eee-829b3e4b0f88-bbd419cc" class="value_item"><div class="value_item-icon-wrapper is-purple"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663e9f3715c985b5ef3ddbf1_logo_lightning.svg" loading="lazy" alt=""/></div><div class="value_item-content"><h3 class="heading-style-h3">Better results</h3><div class="margin-top margin-xxsmall"><p class="text-size-medium">Happier patients + greater efficiency = stronger results and solutions that get to market faster.<br/></p></div></div></div></div></div><div class="margin-top margin-large"><div class="button-group is-center"><a href="https://app.apollo.io/#/meet/paul_diercksen_396/15-min-2" target="_blank" class="button is-alternate w-button">Let's Talk</a></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_testimonial"><div class="padding-global"><div class="container-large"><div class="padding-section-testimonial"><div class="margin-bottom margin-large"><div class="text-align-center"><h2 class="heading-style-h2">What our customers are saying</h2></div></div><div data-delay="4000" data-animation="slide" class="testimonial_component w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"><div class="testimonial_mask w-slider-mask"><div class="testimonial_slide w-slide"><div class="testimonial_content"><div class="margin-bottom margin-medium"><div class="heading-style-h3 text-weight-light">“Mural Link is a truly innovative solution that is going to redefine a product category. A product designed with the participant first is exactly what is needed in the current environment.”</div></div><p class="heading-style-h3 text-weight-light">- VP Clinical Ops, Sponsor</p></div></div><div class="testimonial_slide w-slide"><div class="testimonial_content"><div class="margin-bottom margin-medium"><div class="heading-style-h3 text-weight-light">“What you have built here is Light Years ahead [of other platforms]. This is amazing. For the site and the patient.”</div></div><p class="heading-style-h3 text-weight-light">- Clinical Affairs Executive</p></div></div><div class="testimonial_slide w-slide"><div class="testimonial_content"><div class="margin-bottom margin-medium"><div class="heading-style-h3 text-weight-light">“I wanted to tell you how user-friendly your user experience is on the admin side. I am in and out of platforms and logins all day and I really have had a great experience in yours.”</div></div><p class="heading-style-h3 text-weight-light">- Site Coordinator</p></div></div></div><div class="testimonial_arrow hide-mobile-landscape w-slider-arrow-left"><div class="icon-embed-small is-arrow-left w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="#000000" d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"></path></svg></div></div><div class="testimonial_arrow hide-mobile-landscape w-slider-arrow-right"><div class="icon-embed-small w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="#000000" d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"></path></svg></div></div><div class="testimonial_slide-nav w-slider-nav w-slider-nav-invert w-round"></div></div></div></div></div></section><section class="section_cta"><div class="padding-global"><div class="container-large"><div class="padding-section-cta"><div class="text-align-center"><div class="margin-bottom margin-small"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/635b0d33f70b4d0909ee4017_navbar-logo-link.svg" loading="lazy" alt=""/></div><p class="heading-style-h3 text-weight-light"><strong>Mural Link</strong> is the industry’s first patient management platform that makes trials easier for participants & more successful for stakeholders.</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="https://app.apollo.io/#/meet/paul_diercksen_396/15-min-2" target="_blank" class="button is-alternate w-button">Let's Talk</a></div></div></div></div></div></div></section><section class="section_industry"><div class="padding-global"><div class="container-medium"><div class="padding-section-industry"><div class="industry_component"><div class="margin-bottom margin-xlarge"><div class="text-align-center"><h2 class="heading-style-h2">Disrupting the industry standard</h2></div></div><div class="industry_table"><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61b2-606d61a7" class="industry_feature"><div>Modern user-friendly platform</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61b8-606d61a7" class="industry_feature"><div>Participants choose how they receive payment</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61be-606d61a7" class="industry_feature"><div>The caregiver is a core user of the platform</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61c4-606d61a7" class="industry_feature"><div>No fees to participants (ever!)</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61ca-606d61a7" class="industry_feature"><div>The industry's first fee-free debit card</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61d0-606d61a7" class="industry_feature"><div>Ownership of tax reporting</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61d6-606d61a7" class="industry_feature"><div>Payor responsibility</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61dc-606d61a7" class="industry_feature"><div>In-house user support</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div><div class="w-layout-grid industry_row is-last"><div id="w-node-b272b15a-c0ac-3140-ba09-5702606d61e2-606d61a7" class="industry_feature"><div>In-country data storage</div></div><div class="industry_row-content"><img loading="lazy" src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f89fb3d5e6bdfcaded355_icon_check.svg" alt="" class="icon-1x1-xsmall"/></div></div></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_leader"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="leader_component"><div class="margin-bottom margin-medium"><div class="text-align-center"><div class="max-width-leader"><div class="margin-bottom margin-small"><h2 class="heading-style-h2">Built by industry leaders with a renewed vision</h2></div><p class="text-size-medium">In 2008, the founder of Mural Health invented the industry’s first participant payment technology, the ClinCard. Since then, technologies have evolved and the world has changed how it operates, but clinical trial technology has not adapted. To address this disparity, we built a new, integrated platform with expanded functionality to meet the needs of modern-day participants.</p></div></div></div><div class="margin-bottom margin-large"><h2 class="heading-style-h2">Our team members have led:</h2></div><div class="w-layout-grid leader_list"><div class="leader_item"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/6647963cb37b068ab4b0697d_icon_circle-check-orange.svg" loading="lazy" alt=""/><p class="margin-0 text-weight-medium">4,000+ Trials</p></div><div id="w-node-cff06d23-e14d-4c30-6ae8-16fef6ee575f-f6ee574a" class="leader_item"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/6647963c67a6105131d75d5b_icon_circle-check-fuschia.svg" loading="lazy" alt=""/><p class="margin-0 text-weight-medium">75+ Countries</p></div><div id="w-node-cff06d23-e14d-4c30-6ae8-16fef6ee5763-f6ee574a" class="leader_item"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/663f9a3928994c3d4915a21a_icon_circle-check-blue.svg" loading="lazy" alt=""/><p class="margin-0 text-weight-medium">4M+ Participants</p></div><div id="w-node-cff06d23-e14d-4c30-6ae8-16fef6ee5767-f6ee574a" class="leader_item"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/6647963c910e18350f276033_icon_circle-check-purple.svg" loading="lazy" alt=""/><p class="margin-0 text-weight-medium">20M+ Payments</p></div></div></div></div></div></div></section><div class="divider-solid"></div><section class="section_start"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="margin-bottom margin-medium"><div class="start_component"><div class="text-align-center"><div class="max-width-large"><div class="margin-bottom margin-large"><h2 class="heading-style-h2">Go-live with Mural Link in three easy steps</h2></div></div></div><div class="start_steps-wrapper"><div class="start_steps-item"><div class="start_big-number">1.</div><div class="text-size-large">Click below to book a call</div></div><div class="divider-solid is-for-start"></div><div id="w-node-fc4bf90f-da6d-abca-0d64-9229e3e55877-c7bb98a0" class="start_steps-item"><div class="start_big-number">2.</div><div class="text-size-large">We'll set you up with a configuration best-suited for your circumstances</div></div><div id="w-node-_0c7a2e10-643d-bebe-a8ef-d3fdac5b9f65-c7bb98a0" class="divider-solid is-for-start"></div><div id="w-node-f6400f08-c3c3-60d0-d57f-3622627af224-c7bb98a0" class="start_steps-item"><div class="start_big-number">3.</div><div class="text-size-large">We’ll help your team get onboarded in 2-3 weeks with dedicated client support</div></div></div><div class="margin-top margin-large"><div class="button-group is-center"><a href="https://app.apollo.io/#/meet/paul_diercksen_396/15-min-2" target="_blank" class="button is-alternate w-button">Get Started</a></div></div></div></div></div></div></div></section><div class="section-home-cta"><div class="divider-solid"></div><div class="page-padd"><div class="page-container-1354"><div class="home-cta-vert"><div class="home-cta-cont-w"><div class="home-cta-cont-c"><div id="w-node-ea9dbc32-fb36-6385-1938-765978491276-78491270" class="home-find-text-w"><div class="home-find-text-c"><div class="home-find-head-b"><h3 class="cta-head-e">Be the first to know about our news & products</h3></div><div class="home-cta-subhead-b"><div class="home-cta-subhead-e">Sign up to receive email updates, including new products and patient data insights.</div></div></div></div><div id="w-node-ea9dbc32-fb36-6385-1938-76597849127e-78491270" class="cta-form-w"><div class="cta-form-c"><div class="cta-form w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" class="cta-form-b" data-wf-page-id="663e4ea022bf6d5bbbd419cc" data-wf-element-id="ea9dbc32-fb36-6385-1938-765978491281"><input class="cta-field-e w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="Email address" type="email" id="email-2" required=""/><input type="submit" data-wait="Please wait..." class="cta-button w-button" value="Submit"/></form><div class="cta-form-success w-form-done"><div class="success-text-e">Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div class="cta-form-omnisend-w"><div class="w-embed w-script"><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "46575488", formId: "429a3f0c-c595-4fab-8c01-3af0e44643bf" }); </script></div></div></div></div></div></div></div></div></div></div><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-xxlarge"><div class="padding-bottom padding-xxlarge"><div class="w-layout-grid footer_top-wrapper"><div class="footer_left-wrapper"><div class="margin-bottom margin-small"><a href="#" class="footer1_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/633f1602d6acc74e6e8a2e1d_navbar-logo.svg" loading="lazy" alt=""/></a></div><div class="social-wrapper"><a href="https://www.linkedin.com/company/muralhealth/" target="_blank" class="social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--bx" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><circle cx="4.983" cy="5.009" r="2.188" fill="currentColor"></circle><path d="M9.237 8.855v12.139h3.769v-6.003c0-1.584.298-3.118 2.262-3.118c1.937 0 1.961 1.811 1.961 3.218v5.904H21v-6.657c0-3.27-.704-5.783-4.526-5.783c-1.835 0-3.065 1.007-3.568 1.96h-.051v-1.66H9.237zm-6.142 0H6.87v12.139H3.095z" fill="currentColor"></path></svg></div></a><a href="https://www.instagram.com/mural.health/" target="_blank" class="social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--bx" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216a4.61 4.61 0 0 0-2.633-2.633a6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42a4.607 4.607 0 0 0-2.633 2.633a6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632a6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419a4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078a1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" fill="currentColor"></path><circle cx="11.994" cy="11.979" r="3.003" fill="currentColor"></circle></svg></div></a><a href="https://www.facebook.com/mural.health/" target="_blank" class="social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95"></path></svg></div></a></div></div><div class="w-layout-grid footer_menu-wrapper"><div class="footer_link-list"><div class="margin-bottom margin-xsmall"><div class="text-weight-bold">Resources</div></div><a href="/blog" class="footer_link">Blog</a><a href="/news" class="footer_link">Newsroom</a><a href="https://portraitproject.muralhealth.com/" target="_blank" class="footer_link">Portrait Project</a><a href="https://diversity.muralhealth.com/" target="_blank" class="footer_link"> The Harley Jacobsen Tax Bill</a></div><div id="w-node-_9009d844-4cc1-8a8f-6862-154dc3478201-c34781dd" class="footer_link-list"><div class="margin-bottom margin-xsmall"><div class="text-weight-bold">Support</div></div><a href="/about-us" class="footer_link">About Us</a><a href="/careers" class="footer_link">Careers</a><a href="/faq" class="footer_link">FAQ</a><a href="/contact-us" class="footer_link">Contact Us</a></div></div></div></div><div class="divider-solid is-darker"></div><div class="padding-top padding-medium"><div class="footer_bottom-wrapper"><div class="footer_credit-text">© 2024 Mural Health. All rights reserved.</div><div blocks-name="footer1_legal-list" blocks-slot-children="ST232" class="w-layout-grid footer_legal-list"><a blocks-name="footer1_legal-link" href="/privacy-policy" class="footer_legal-link">Privacy Policy</a><a blocks-name="footer1_legal-link-2" href="/terms-of-service" class="footer_legal-link">Terms of Service</a><a blocks-name="footer1_legal-link-3" href="/cookie-policy" class="footer_legal-link">Cookies Settings</a></div></div></div></div></div></div></footer></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=631b608bce6e7581e26ba3bc" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/631b608bce6e7581e26ba3bc/js/mural-health.35c348ef5.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MV8BFDC2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> window.omnisend = window.omnisend || []; omnisend.push(["accountID", "649de58f091c7843509ce3c0"]); omnisend.push(["track", "$pageViewed"]); !function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://omnisnippet1.com/inshop/launcher-v2.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}(); </script></body></html>