CINXE.COM

Process Development & Manufacturing Conferences - Hanson Wade

<!doctype html> <html class="html page-template-default page page-id-1261 page-child parent-pageid-1240" lang="en_US"> <head> <meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, minimal-ui"><meta name="format-detection" content="telephone=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); /* ]]> */ </script> <script type="text/javascript"> (function() { var pvData = {"source":"Direct","referrer":"Direct","visitor_type":"logged out","visitor_login_status":"logged out","visitor_id":0,"page_title":"Process Development &amp; Manufacturing Conferences - Hanson Wade","post_type":"page","post_type_with_prefix":"single page","post_categories":"","post_tags":"","post_author":"Serena Pickford Phimmai","post_full_date":"November 17, 2022","post_year":"2022","post_month":"11","post_day":"17","is_front_page":0,"is_home":1,"search_query":"","search_results_count":0}; var body = { url: encodeURIComponent(window.location.href), referrer: encodeURIComponent(document.referrer) }; function makePostRequest(e,t){var n=[];if(t.body){for(var o in t.body)n.push(encodeURIComponent(o)+"="+encodeURIComponent(t.body[o]));t.body=n.join("&")}return window.fetch?new Promise(n=>{var o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},redirect:"follow",body:{},...t};window.fetch(e,o).then(e=>{n(e.text())})}):new Promise(t=>{var o;"undefined"==typeof XMLHttpRequest&&t(null),(o=new XMLHttpRequest).open("POST",e,!0),o.onreadystatechange=function(){4==o.readyState&&200==o.status&&t(o.responseText)},o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.send(n.join("&"))})} function observeAjaxCartActions(e){new PerformanceObserver(function(t){for(var n=t.getEntries(),r=0;r<n.length;r++)["xmlhttprequest","fetch"].includes(n[r].initiatorType)&&['=get_refreshed_fragments', 'add_to_cart'].some(p => n[r].name.includes(p))&&fetchCart(e)}).observe({entryTypes:["resource"]})}; function fetchCart(adapter) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=cartData", { body }) .then((response) => { var data = JSON.parse(response); setCartData(data, adapter); }) } function setCartData(cartData, adapter) { adapter.Cart.clear(); cartData.cart.forEach(cartItem => { adapter.Cart.add(cartItem.sku, {quantity: cartItem.quantity, price: cartItem.price, name: cartItem.name}); }); Object.keys(cartData.avs).forEach((key, value) => { adapter.attr(`wp_${key}`, cartData.avs[key]); }) } function setAssocData(assocData, adapter) { Object.keys(assocData).forEach((key) => { adapter.attr(`wp_${key}`, assocData[key]); }) } var RuleHandler = { hasVisitorCartRules: (campaignMeta) => { return !!(campaignMeta.rules.visitorCart || campaignMeta.rules.visitorCartRevamp || campaignMeta.rules.visitorCartV3); }, hasVisitorAttributeRule: (campaignMeta) => { return !!campaignMeta.rules.visitorAttribute; } } document.querySelector('html').addEventListener('optimonk#embedded-campaigns-init', function(e) { var campaignsData = e.parameters; if (!campaignsData.length) { return; } var adapter = window.OptiMonkEmbedded.Visitor.createAdapter(); var hasCartRule = false; var hasAttributeRule = false; campaignsData.forEach((campaignMetaData) => { hasCartRule = hasCartRule || RuleHandler.hasVisitorCartRules(campaignMetaData); hasAttributeRule = hasAttributeRule || RuleHandler.hasVisitorAttributeRule(campaignMetaData); }); setAssocData(pvData, adapter); if (hasCartRule) { observeAjaxCartActions(adapter); fetchCart(adapter); } if (hasAttributeRule) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=productData", { body }) .then((response) => { var data = JSON.parse(response); setAssocData(data, adapter); }) } }); document.querySelector('html').addEventListener('optimonk#campaigns_initialized', function () { if (!OptiMonk.campaigns) { return; } var adapter = window.OptiMonk.Visitor.createAdapter(); setAssocData(pvData, adapter); if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorCartRules()).length) { observeAjaxCartActions(adapter); fetchCart(adapter); } if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorAttributeRules()).length) { makePostRequest("//hansonwade.com/index.php?plugin=optimonk&action=productData", { body }) .then((response) => { var data = JSON.parse(response); setAssocData(data, adapter); }); } }); }()); </script> <script type="text/javascript" src="https://onsite.optimonk.com/script.js?account=197068" async></script><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#FFFFFF"><meta name="theme-color" content="#FFFFFF"> <!-- This site is optimized with the Yoast SEO plugin v23.8 - https://yoast.com/wordpress/plugins/seo/ --> <title>Process Development &amp; Manufacturing Conferences - Hanson Wade</title> <link rel="canonical" href="https://hansonwade.com/process-development-manufacturing-conferences/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Process Development &amp; Manufacturing Conferences - Hanson Wade" /> <meta property="og:url" content="https://hansonwade.com/process-development-manufacturing-conferences/" /> <meta property="og:site_name" content="Hanson Wade" /> <meta property="article:modified_time" content="2024-09-02T16:17:21+00:00" /> <meta property="og:image" content="https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg" /> <meta property="og:image:width" content="1296" /> <meta property="og:image:height" content="589" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://hansonwade.com/process-development-manufacturing-conferences/","url":"https://hansonwade.com/process-development-manufacturing-conferences/","name":"Process Development & Manufacturing Conferences - Hanson Wade","isPartOf":{"@id":"https://hansonwade.com/#website"},"primaryImageOfPage":{"@id":"https://hansonwade.com/process-development-manufacturing-conferences/#primaryimage"},"image":{"@id":"https://hansonwade.com/process-development-manufacturing-conferences/#primaryimage"},"thumbnailUrl":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","datePublished":"2022-11-17T13:28:54+00:00","dateModified":"2024-09-02T16:17:21+00:00","breadcrumb":{"@id":"https://hansonwade.com/process-development-manufacturing-conferences/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://hansonwade.com/process-development-manufacturing-conferences/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hansonwade.com/process-development-manufacturing-conferences/#primaryimage","url":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","contentUrl":"https://hansonwade.com/wp-content/uploads/2023/01/hansonwade_logo_RGB.jpg","width":1296,"height":589},{"@type":"BreadcrumbList","@id":"https://hansonwade.com/process-development-manufacturing-conferences/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://hansonwade.com/"},{"@type":"ListItem","position":2,"name":"Process Development &#038; Manufacturing Products","item":"https://hansonwade.com/process-development-manufacturing-products/"},{"@type":"ListItem","position":3,"name":"Process Development &#038; Manufacturing Conferences"}]},{"@type":"WebSite","@id":"https://hansonwade.com/#website","url":"https://hansonwade.com/","name":"Hanson Wade","description":"Hyper Relevant Scientific Information to Radically Improve Drug Development Decision-Making","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://hansonwade.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//fast.fonts.net' /> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//unpkg.com' /> <script type="application/ld+json">{"@context": "http://schema.org","@type": "Organization","address": {"@type": "PostalAddress","streetAddress": "52 Grosvenor Gardens","addressLocality": "","addressRegion": "","addressCountry": "London","postalCode": "SW1W 0AU"},"email": "info@hansonwade.com","telephone": "+44 (0)20 3141 8700","name": "Hanson Wade Group","url": "https://hansonwade.com"}</script> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-PHRH5T4BR7" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/hansonwade.com\/process-development-manufacturing-products\/process-development-manufacturing-conferences\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-PHRH5T4BR7', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-PHRH5T4BR7', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='IonIcons-css' href='//unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='Main-css' href='https://hansonwade.com/wp-content/themes/pegasus/dist/css/main.css' type='text/css' media='all' /> <script type="text/javascript" src="https://hansonwade.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/hansonwade.com","hash_tracking":"false","v4_id":"G-PHRH5T4BR7"};/* ]]> */ </script> <script type="text/javascript" src="//fast.fonts.net/jsapi/f5fc3967-4027-4526-9941-e122b7cd6c93.js" id="HelveticaFont-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://hansonwade.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hansonwade.com/wp-json/wp/v2/pages/1261" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hansonwade.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://hansonwade.com/?p=1261' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hansonwade.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhansonwade.com%2Fprocess-development-manufacturing-conferences%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hansonwade.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhansonwade.com%2Fprocess-development-manufacturing-conferences%2F&#038;format=xml" /> <link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-light.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://hansonwade.com/wp-content/themes/pegasus/dist/fonts/nexa-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"><!-- CookiePro Cookies Consent Notice start for hansonwade.com --> <script type="text/javascript" src="https://cookie-cdn.cookiepro.com/consent/739bdcea-3a67-487d-9308-993be3e63fb5/OtAutoBlock.js" ></script> <script data-ot-ignore src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" data-domain-script="739bdcea-3a67-487d-9308-993be3e63fb5" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- CookiePro Cookies Consent Notice end for hansonwade.com --> <!-- Marketo Measure --> <script type="text/javascript" src=https://cdn.bizible.com/scripts/bizible.js async=""></script> <!-- Marketo Measure --> <!-- Zoom Info --> <script> window[(function(_UkB,_95){var _Qo='';for(var _vB=0;_vB<_UkB.length;_vB++){var _sn=_UkB[_vB].charCodeAt();_sn-=_95;_95>6;_Qo==_Qo;_sn+=61;_sn!=_vB;_sn%=94;_sn+=33;_Qo+=String.fromCharCode(_sn)}return _Qo})(atob('ZVRbfXp1cG4hVnAm'), 11)] = 'f85d7831971678975742'; var zi = document.createElement('script'); (zi.type = 'text/javascript'), (zi.async = true), (zi.src = (function(_NuP,_cl){var _GE='';for(var _Kk=0;_Kk<_NuP.length;_Kk++){_GE==_GE;_xh!=_Kk;var _xh=_NuP[_Kk].charCodeAt();_xh-=_cl;_xh+=61;_cl>3;_xh%=94;_xh+=33;_GE+=String.fromCharCode(_xh)}return _GE})(atob('dCIifCFGOzt2IToodTkhb351fCIhOm97eTsodTkibXM6diE='), 12)), document.readyState === 'complete'?document.body.appendChild(zi): window.addEventListener('load', function(){ document.body.appendChild(zi) }); </script> <!-- Zoom Info --> <!-- Marketo Munchkin Start for hansonwade.com --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('355-DOS-429'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <!-- Marketo Munchkin End for hansonwade.com --> <!-- 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-WRR6DGM');</script> <!-- End Google Tag Manager --><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-border-style: solid; --wpforms-field-border-size: 1px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-field-menu-color: #ffffff; --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-border-style: none; --wpforms-button-border-size: 1px; --wpforms-button-background-color: #066aab; --wpforms-button-border-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-page-break-color: #066aab; --wpforms-background-image: none; --wpforms-background-position: center center; --wpforms-background-repeat: no-repeat; --wpforms-background-size: cover; --wpforms-background-width: 100px; --wpforms-background-height: 100px; --wpforms-background-color: rgba( 0, 0, 0, 0 ); --wpforms-background-url: none; --wpforms-container-padding: 0px; --wpforms-container-border-style: none; --wpforms-container-border-width: 1px; --wpforms-container-border-color: #000000; --wpforms-container-border-radius: 3px; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; --wpforms-container-shadow-size-box-shadow: none; } </style> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRR6DGM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id="page-header" class="relative z-page-header"> <div id="page-nav-container" x-data="navigation()" @scroll.window="menuScrolling()" @click.away="megamenu = null" class="Navigation fixed transition w-full transform transition ease-in-out duration-300" :class="[((scrolled) && !isMobile ? 'scrolled md:shadow-[0_0_10px_0_rgba(0,0,0,0.2)]' : 'translate-y-0'), (scrolled ? 'bg-brand-base z-[60]' : ' ')]" > <div x-cloak class="relative z-50" :class="loaded || isMobile ? 'nav-loaded' : 'nav-loading'"> <div x-ref="navBar" class="Navigation__bar transition ease-in-out duration-300 " :class="[(scrolled || (mobMenuOpen && isMobile) || (megamenu !== null) ? 'bg-navbar-light' : 'bg-navbar-transparent'), ((visible && !mobMenuOpen && '' && !hasTransparentBg) ? 'shadow-md' : '')]"> <div class="container h-full transition-all duration-300 py-4" :class="scrolled ? 'md:py-1' : 'md:py-6'"> <div class="flex justify-between items-center border-gray-100 h-full md:space-x-10"> <div class="flex justify-start lg:w-0 lg:flex-1"> <a href="https://hansonwade.com"> <span class="sr-only">Hanson Wade</span> <img src="https://hansonwade.com/wp-content/uploads/2022/09/light-logo.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/09/light-logo.svg" width="260" height="30" class="w-auto lazy" alt="light-logo" :class="(scrolled || mobMenuOpen || megamenu !== null) ? 'hidden' : 'h-[2.75rem] md:h-[3.75rem]'" /> <img src="https://hansonwade.com/wp-content/uploads/2022/10/dark-logo-new.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/dark-logo-new.svg" width="260" height="30" class="w-auto lazy" alt="dark-logo-new" :class="(scrolled || mobMenuOpen || megamenu !== null) ? 'h-[2.5rem]' : 'hidden'" /> </a> </div> <div class="-mr-2 -my-2 md:hidden h-full"> <button @click="[(mobMenuOpen = !mobMenuOpen), (mobMenuOpen ? lockScroll() : unlockScroll())]" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9 text-gray-700 hover:text-gray-500 focus:outline-none" :aria-expanded="mobMenuOpen" aria-expanded="false"> <span class="sr-only">Open menu</span> <i class="icon transition ease-in-out duration-300 text-4xl" :class="[(mobMenuOpen ? 'ion-ios-close text-content-dark' : 'ion-ios-menu '), (scrolled || (mobMenuOpen && !scrolled) ? 'text-content-dark' : 'text-content-light')]" tabindex="0"></i> </button> </div> <nav class="Navigation__desktopMenu hidden md:block"> <div class="relative flex"> <ul class="md:flex items-center space-x-10"> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '112' ? megamenu = null : megamenu = '112';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '112' ? '-open' : '')">Products</span> </button> <div x-cloak x-show="megamenu === '112'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '112'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">Products</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"><p><span class="body-small">All Hanson Wade products focus on structuring data, content, and insight primarily in emerging and complex niches of drug discovery and development to provide the definitive quality and comprehensive coverage needed to get better drugs to patients faster.</span></p> </div> <div class="sm:-mx-2"> <a href="https://hansonwade.com/all-products/" class=" button-primary sm:mx-2 my-2" ><span class="sr-only">All Products</span><span>View All Products</span></a> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/life-sciences-conferences/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/hw_confrences_90x90.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/hw_confrences_90x90.svg" width="86.414" height="86.414" class="object-cover w-[55px] lg:w-[75px] lazy" alt="hw_confrences_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Conferences</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/beacon-life-sciences-data/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1676" data-name="Rectangle 1676" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_22" data-name="Mask Group 22" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10735" data-name="Group 10735"> <g id="Group_10734" data-name="Group 10734"> <rect id="Rectangle_1675" data-name="Rectangle 1675" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9019" data-name="Path 9019" d="M0,0,115.917,421.908H0Z" transform="translate(80 139.092)" fill="#fff" opacity="0.7"/> <path id="Path_9024" data-name="Path 9024" d="M0,410,346.6,0H0Z" transform="translate(80 561) rotate(-90)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2023/02/Beacon_90x90-1.svg" data-src="https://hansonwade.com/wp-content/uploads/2023/02/Beacon_90x90-1.svg" class="object-cover w-[55px] lg:w-[75px] lazy" alt="Beacon_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Beacon</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/intelligence-life-sciences-consultancy/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/Intelligence_90x90.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/Intelligence_90x90.svg" width="88.047" height="88.161" class="object-cover w-[55px] lg:w-[75px] lazy" alt="Intelligence_90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Intelligence</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md " href="https://hansonwade.com/searchlight-hr-networking-events/"> <div class="image-container relative w-full overflow-hidden rounded-md min-h-[150px] md:min-h-[190px] xl:min-h-[250px] -icon"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1680" data-name="Rectangle 1680" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_24" data-name="Mask Group 24" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10739" data-name="Group 10739"> <g id="Group_10738" data-name="Group 10738"> <rect id="Rectangle_1679" data-name="Rectangle 1679" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9022" data-name="Path 9022" d="M0,343.766,410,0V342.937Z" transform="translate(423.766 182.057) rotate(90)" fill="#fff" opacity="0.5"/> <path id="Path_9023" data-name="Path 9023" d="M0,0,587.7,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="absolute z-20 w-full h-full flex flex-col justify-between p-4 xl:p-8"> <div> <img src="https://hansonwade.com/wp-content/uploads/2022/10/search-light-90x90-1.svg" data-src="https://hansonwade.com/wp-content/uploads/2022/10/search-light-90x90-1.svg" width="114.469" height="119.113" class="object-cover w-[55px] lg:w-[75px] lazy" alt="search-light-90x90" /> </div> <div class="heading-four w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Searchlight</p> <span class="pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '112'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '144' ? megamenu = null : megamenu = '144';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '144' ? '-open' : '')">Topics</span> </button> <div x-cloak x-show="megamenu === '144'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '144'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">Topics</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"><p><span class="body-small">Hanson Wade products are united by a deep level of research and a precise understanding of scientific content. Whether through world-class speakers, original content, or industry-defining databases, this knowledge is delivered through a premium customer experience.</span></p> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-purple" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/adcs-engineered-antibodies-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>ADCs & Engineered Antibodies</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 " data-alternate-accent-colour="#990000"> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/autoimmune-immunology-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Autoimmune & Immunology</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-red" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/cell-therapy-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Cell Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 " data-alternate-accent-colour="#662680"> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/cns-conferences/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>CNS</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/gene-therapy-research-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Gene Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-pink" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/microbiome-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1674" data-name="Rectangle 1674" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Microbiome</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-turquoise" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/precision-oncology-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1680" data-name="Rectangle 1680" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_24" data-name="Mask Group 24" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10739" data-name="Group 10739"> <g id="Group_10738" data-name="Group 10738"> <rect id="Rectangle_1679" data-name="Rectangle 1679" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9022" data-name="Path 9022" d="M0,343.766,410,0V342.937Z" transform="translate(423.766 182.057) rotate(90)" fill="#fff" opacity="0.5"/> <path id="Path_9023" data-name="Path 9023" d="M0,0,587.7,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Precision Oncology</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-orange" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/process-development-manufacturing-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Process Development & Manufacturing</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-green" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/protein-degradation-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <g id="Mask_Group_21" data-name="Mask Group 21" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10732" data-name="Group 10732"> <g id="Group_10731" data-name="Group 10731"> <rect id="Rectangle_1576" data-name="Rectangle 1576" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9013" data-name="Path 9013" d="M-2753-12644l410,62.382v-62.231Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9014" data-name="Path 9014" d="M0,0,260,205H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Protein Degradation</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-light-green" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/rna-therapy-products/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>RNA Therapy</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '144'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <div> <button type="button" class="desktop-navigation-link font-medium relative -underline py-6" @click="megamenu === '876' ? megamenu = null : megamenu = '876';" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <span :class="(megamenu === '876' ? '-open' : '')">About</span> </button> <div x-cloak x-show="megamenu === '876'" class="fixed z-10 transform right-0 flex items-start w-full"> <div x-data="{ activeMegaMenuItem: true }" x-show="megamenu === '876'" x-transition:enter="transition ease-out duration-600" x-transition:enter-start="opacity-0 -translate-y-20" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-8" class="Navigation__megaMenu relative transform w-full top-0 shadow-lg bg-white z-10"> <div class="nav-container max-h-screen overflow-y-auto scrollbar-hide pb-12"> <div class="flex flex-wrap justify-between pb-[3.5rem]"> <div class="w-full flex justify-end"> <div class="-mr-2 h-full"> <button @click="megamenu = null" type="button" class="mobile-burger-btn bg-transparent rounded-md w-10 h-full inline-flex items-center justify-center leading-9" aria-expanded="false"> <span class="sr-only">Close menu</span> <i class="icon transition ease-in-out duration-200 text-[3rem] text-brand-dark-blue ion-ios-close hover:text-brand-light-blue" tabindex="0"></i> </button> </div> </div> <div class="MegaMenu__Section sm:pb-20 lg:pb-0 w-full"> <div class="flex xl:pb-[3.75rem]"> <div class="md:w-1/2"> <h3 class="text-lg sm:text-lg md:text-2xl xl:text-h6 text-brand-dark-blue font-bold leading-none">About</h3> </div> <div class="sm:ml-12 md:w-1/2"> <div class="text-[12px] lg:text-[16px] pb-8 mega__description"></div> </div> </div> <ul class="MegaMenu__List flex flex-wrap -m-2"> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/what-we-do/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>What We Do</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/why-we-do-it/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Why We Do It</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/who-we-work-with"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Who We Work With</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> <li class="w-1/3 lg:w-1/4 p-4 accent-dark-blue" data-alternate-accent-colour=""> <a class="group w-full relative inline-block overflow-hidden rounded-md h-full xl:min-h-[150px]" href="https://hansonwade.com/who-we-are/"> <div class="image-container relative w-full overflow-hidden rounded-md -description h-full"> <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="205" viewBox="0 0 410 205"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1678" data-name="Rectangle 1678" width="410" height="205" rx="3" transform="translate(80 356)" fill="#e3e5df"/> </clipPath> </defs> <g id="Mask_Group_23" data-name="Mask Group 23" transform="translate(-80 -356)" clip-path="url(#clip-path)"> <g id="Group_10737" data-name="Group 10737"> <g id="Group_10736" data-name="Group 10736"> <rect id="Rectangle_1677" data-name="Rectangle 1677" width="410" height="205" rx="3" transform="translate(80 356)" fill="#ebece9"/> <path id="Path_9020" data-name="Path 9020" d="M-2753-12415.871-2343-12644v227.582Z" transform="translate(2833 12999.866)" fill="#fff" opacity="0.5"/> <path id="Path_9021" data-name="Path 9021" d="M0,609.075,229.458,0H0Z" transform="translate(80 356)" fill="#fff" opacity="0.7"/> </g> </g> </g> </svg> <div class="z-20 w-full h-full flex flex-col justify-between p-4 lg:p-8"> <div class="heading-four pb-2 w-full flex justify-between font-bold label z-20 transition text-content-dark"> <p style="color:#00114f";>Who We Are</p> </div> <span class="pr-2 z-10 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"/> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"/> </g> </svg> </span> </div> </div> <div class="line z-10 w-full absolute h-[4px] bottom-0 opacity-100 transition-all duration-600 transform"></div> </a> </li> </ul> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-screen h-screen z-0 bg-black bg-opacity-20 transition-opacity backdrop-blur" x-show="megamenu === '876'" @click="megamenu = null"> </div> </div> </div> </li> <li class="relative"> <a href="https://hansonwade.com/careers/" class="desktop-navigation-link font-medium -underline py-4 " :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> Careers </a> </li> <li class="relative"> <div class="btn-container cursor-pointer" @click="$dispatch('open-modal')" :class="(scrolled || megamenu !== null ? 'text-content-dark' : 'text-content-light')"> <a class="nav-button button-light-gradient desktop-navigation-link my-2" id="contact-modal" ><span>Contact Us</span></a> </div> </li> </ul> </div> </nav> </div> </div> </div> </div> <div x-show="!menuOpen" class="Navigation__subNav top-full left-0 right-0 w-full transition relative ease-in-out duration-300" :class="mobSubNavOpen ? 'bg-brand-white text-content-dark' : ''" > <div :class="visible ? 'border-t' : 'border-none'"></div> <div class="container transition relative ease-in-out duration-600" > <div class="flex justify-between items-center"> <div x-ref="subNavLabel" class="flex-1 md:flex-none py-3 md:py-0 md:pr-4" :class="(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')"> <div class="flex items-center"> <h4 class="body-base hidden md:block "> <a href=""></a> </h4> </div> <button type="button" @click="mobSubNavOpen = !mobSubNavOpen" class="md:hidden flex justify-between items-center w-full relative" :class="mobSubNavOpen ? 'text-content-dark' : ''"> <span class="heading font-normal"></span> <i class="icon ion-ios-arrow-down transition duration-200 ease-out transform ml-1 text-current" :class="mobSubNavOpen ? 'rotate-180' : ''"></i> </button> </div> <div x-ref="subNavLinks" class="hidden md:flex items-center justify-end bg-transparent flex-1"> <ul class="site-nav list-inline flex items-center justify-end visible-links"> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/process-development-manufacturing-products/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > All Process Development & Manufacturing </a> </li> <li class="block ml-4 font-normal body-extra-small-one -current " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/process-development-manufacturing-conferences/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Conferences </a> </li> <li class="block ml-4 font-normal body-extra-small-one " :class="(scrolled || megamenu !== null ? 'my-8' : 'my-10')"> <a href="https://hansonwade.com/process-development-manufacturing-intelligence/" target="" class="link whitespace-nowrap transform transition duration-300" :class="[(scrolled || megamenu !== null ? 'text-content-dark ' : 'text-content-light')]" > Intelligence </a> </li> </ul> <ul class="site-nav -more list-inline flex items-center justify-end more-links hidden" @click.away="moreLinksOpen = false"> <li class="relative pl-6 default-padding"> <button type="button" @click="moreLinksOpen = !moreLinksOpen" class="flex items-center link"> More <i class="icon ion-ios-arrow-down transition duration-200 ease-out transform ml-1 text-current" :class="moreLinksOpen ? 'rotate-180' : ''"></i> </button> <ul x-ref="moreLinks" :style="moreLinksOpen ? 'max-height: ' + $refs.moreLinks.scrollHeight*2 + 'px' : ''" class="px-8 bg-white absolute top-full transform translate-y-2 right-0 max-h-0 overflow-hidden transition-maxHeight duration-500"> </ul> </li> </ul> </div> </div> </div> <div class="bg-navbar-light text-content-dark md:hidden transition-maxHeight duration-500 overflow-hidden max-h-0" x-ref="mobileSubNavLinks" :style="mobSubNavOpen ? 'max-height: ' + $refs.mobileSubNavLinks.scrollHeight*2 + 'px' : ''" > <div class="nav-container"> <ul class="site-nav list-inline flex-col py-6 pl-0 list-none"> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/process-development-manufacturing-products/" target=""> All Process Development & Manufacturing </a> </li> <li class="py-3 text-[16px] font-normal -current-underline"> <a href="https://hansonwade.com/process-development-manufacturing-conferences/" target=""> Conferences </a> </li> <li class="py-3 text-[16px] font-normal "> <a href="https://hansonwade.com/process-development-manufacturing-intelligence/" target=""> Intelligence </a> </li> </ul> </div> </div> </div> <div x-cloak x-show="mobMenuOpen" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="Navigation__mobileMenu absolute transform top-0 left-0 md:hidden bg-white z-10"> <div class="relative overflow-y-auto h-screen w-screen py-16"> <div class="w-full h-full container"> <ul class="pt-5 pb-10 px-2"> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>Products</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"><p><span class="body-small">All Hanson Wade products focus on structuring data, content, and insight primarily in emerging and complex niches of drug discovery and development to provide the definitive quality and comprehensive coverage needed to get better drugs to patients faster.</span></p> </div> <div class="sm:-mx-2 mb-6"> <a href="https://hansonwade.com/all-products/" class=" button-primary sm:mx-2 my-2" ><span class="sr-only">All Products</span><span>View All Products</span></a> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/life-sciences-conferences/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Conferences</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/beacon-life-sciences-data/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Beacon</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/intelligence-life-sciences-consultancy/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Intelligence</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/searchlight-hr-networking-events/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Searchlight</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>Topics</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"><p><span class="body-small">Hanson Wade products are united by a deep level of research and a precise understanding of scientific content. Whether through world-class speakers, original content, or industry-defining databases, this knowledge is delivered through a premium customer experience.</span></p> </div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/adcs-engineered-antibodies-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>ADCs & Engineered Antibodies</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/autoimmune-immunology-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Autoimmune & Immunology</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/cell-therapy-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Cell Therapy</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/cns-conferences/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>CNS</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/gene-therapy-research-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Gene Therapy</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/microbiome-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Microbiome</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/precision-oncology-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Precision Oncology</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/process-development-manufacturing-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Process Development & Manufacturing</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/protein-degradation-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Protein Degradation</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/rna-therapy-products/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>RNA Therapy</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li x-data="{ open: false }"> <button @click.prevent="open = !open" type="button" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal focus:outline-none text-brand-dark-blue"> <span>About</span> <i class="icon ion-ios-arrow-forward z-0 transform transition duration-500" :class="open ? '-rotate-90' : 'rotate-90'"></i> </button> <div x-ref="mobileSubMenu" class="Navigation__mobileSubmenu md:hidden bg-white transition-maxHeight duration-1000 overflow-hidden max-h-0" :style="open ? 'max-height: ' + $refs.mobileSubMenu.scrollHeight*2 + 'px' : ''" > <div class="w-full h-full mb-6"> <div class="MegaMenu__Section w-full mb-0"> <div class="flex"> <div class="w-full"> <div class="body-small pb-4"></div> </div> </div> <ul class="MegaMenu__List flex flex-wrap pl-1"> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/what-we-do/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>What We Do</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/why-we-do-it/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Why We Do It</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-6"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/who-we-work-with"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Who We Work With</p></span> </a> </div> </li> <li class="transition-all pr-2 w-full sm:w-3/6 mb-0"> <div class="pl-4 border-l-2 border-opacity-25"> <a href="https://hansonwade.com/who-we-are/"> <span class="block font-bold text-[18px]"><p style="color:#00114f";>Who We Are</p></span> </a> </div> </li> </ul> </div> </div> </div> </li> <li> <a href="https://hansonwade.com/careers/" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal text-brand-dark-blue"> <span>Careers</span> <i class="icon ion-ios-arrow-forward z-0"></i> </a> </li> <li> <a href="https://hansonwade.com/contact-us/" class="py-4 w-full flex items-center justify-between whitespace-nowrap text-[22px] font-normal text-brand-dark-blue"> <span>Contact Us</span> <i class="icon ion-ios-arrow-forward z-0"></i> </a> </li> </ul> </div> </div> </div> </div> </header> <main id="content"> <article id="page-1261"> <!-- Content Row --> <section class="relative block md:block lg:block text-content-light" > <div class="row-background w-full h-full absolute top-0 left-0 overflow-hidden"> <div class="w-full h-full bg-no-repeat bg-cover" style="background-image: url(https://hansonwade.com/wp-content/uploads/2022/11/Process-Development-Manufacturing.png);" ></div> </div> <div class="container"> <div x-data="bannerSmall()" x-intersect.once="visible = true" class="Banner__Small flex items-end flex-col md:flex-row justify-end md:justify-start padding-top-xl sm:min-h-[550px] padding-top-xl relative " style="background-color: ;"> <div class="flex flex-col z-10 items-start padding-bottom-xs transform transition duration-500 w-full md:w-2/5 " :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h1 class="heading-two">Process Development &amp; Manufacturing Conferences</h1> <p>We curate and connect senior decision makers from niche communities to enable biopharma, food tech and manufacturers to innovate formulation, process development and manufacturing operations to support efficient scale-up and commercialization. </p> <p>From nanoparticles to ATMPs, from biologics to alternative protein, our tailored and industry-led conferences will equip you with technical insights, implementation lessons learned and help you establish long-lasting partnerships to commercialize your quality drug and novel food product at speed.</p> </div> <div class="relative Counter__Small flex w-full md:flex-1 justify-end ml-20 lg:ml-24"> <div class="flex lg:flex-wrap md:justify-end w-full"> <div x-data="counterSmall()" x-ref="theCounter" x-init="startCount()" class="Counter__Container px-4 py-4 md:flex-1 sm:px-8 sm:py-8 mr-4 relative sm:w-1/3"> <div class="absolute inset-0 bg-white/20 border-t border-l border-r border-white rounded-tl-md rounded-tr-md"></div> <div class="Counter flex flex-col items-start"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/Group-15714.svg" alt=""> <div class="Counter-number font-bold" x-ref="number" data-counter-number="150">0</div> <span class="Counter-suffix font-medium">Sponsors</span> </div> </div> <div x-data="counterSmall()" x-ref="theCounter" x-init="startCount()" class="Counter__Container px-4 py-4 md:flex-1 sm:px-8 sm:py-8 mr-4 relative sm:w-1/3"> <div class="absolute inset-0 bg-white/20 border-t border-l border-r border-white rounded-tl-md rounded-tr-md"></div> <div class="Counter flex flex-col items-start"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/Group-15712.svg" alt=""> <div class="Counter-number font-bold" x-ref="number" data-counter-number="500">0</div> <span class="Counter-suffix font-medium">Speakers</span> </div> </div> <div x-data="counterSmall()" x-ref="theCounter" x-init="startCount()" class="Counter__Container px-4 py-4 md:flex-1 sm:px-8 sm:py-8 mr-4 relative sm:w-1/3"> <div class="absolute inset-0 bg-white/20 border-t border-l border-r border-white rounded-tl-md rounded-tr-md"></div> <div class="Counter flex flex-col items-start"> <img src="https://hansonwade.com/wp-content/uploads/2022/11/Group-15713.svg" alt=""> <div class="Counter-number font-bold" x-ref="number" data-counter-number="1600">0</div> <span class="Counter-suffix font-medium">Attendees</span> </div> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-bottom-xs text-content-dark" > <div class="container"> <section x-data="postGridProducts('false', '16')" x-intersect.once="visible = true" class="Post__Grid-Products relative w-full "> <div class="Post__Grid-Products-posts flex flex-wrap md:-mx-5 w-full" data-pegasus-filterable=""> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://capital-project-engineering.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhSAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Capital Project Engineering in Pharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Deliver Operational Readiness & Speed-to-Patient Through Excellent Capital Project Engineering </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://applied-biocatalysis.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRspAAE&oid=00D20000000ITFt&lastMod=1670323966000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Applied Biocatalysis &amp; Enzyme Engineering Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enzyme Engineering Enabling Scalable Industrial Biotransformation for Sustainable API Production </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://process-analytical-technology.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000QDWH&oid=00D20000000ITFt&lastMod=1723816908000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd PAT &amp; Real Time Quality Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> December 2024 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Homing in on PAT Application Across Modalities </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://viral-vector-process-development.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=01509000000iRh7&oid=00D20000000ITFt&lastMod=1728492195000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Viral Vector Process Development &amp; Manufacturing </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enhance Viral Vector Process Intensification for Product Quality & Reduce COGs </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://fermentation-enabled-proteins.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003EYi&oid=00D20000000ITFt&lastMod=1696945110000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 5th Fermentation-Enabled Alternative Protein Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Unlock Biomass & Precision Fermentation’s Power to Bring Alternative Proteins to Market </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://continuous-processing-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000Zjbl&oid=00D20000000ITFt&lastMod=1729262728000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th CCP Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> February 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Integrate Continuous Manufacturing for Quality, Sustainability & Cost Efficiency </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://dna-process-development-manufacturing.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015090000003GRw&oid=00D20000000ITFt&lastMod=1696604576000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd DNA Process Development &amp; Manufacturing Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Trailblazing DNA Platforms with Speed and Quality for Better Genetics Medicines </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lab-asset-facility-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRhR&oid=00D20000000ITFt&lastMod=1698394691000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Lab Ops &amp; Facility Management in Pharma Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Reclaim Time Back for Science through Lab Operation Efficiency & Innovations </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://ehs-biopharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000mqva&oid=00D20000000ITFt&lastMod=1731580973000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd EHS for Biopharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> March 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Eliminate Risk in Dynamic Biologic R&D & Manufacturing Environments </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://www.nasal-formulation-delivery.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iSO2&oid=00D20000000ITFt&lastMod=1698779014000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 3rd Nasal Formulation &amp; Delivery Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimize Bioavailability, Systemic & Targeted Intranasal Delivery for Maximum Safety & Efficacy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lnp-formulation-process-development-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.my.salesforce.com/servlet/servlet.ImageServer?id=015Ti000000gSW9&oid=00D20000000ITFt&lastMod=1730794629000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th LNP Formulation &amp; Process Development Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> April 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Engineer LNP with Specificity, Safety & Scalability </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://genetherapy-analytical-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSQS&oid=00D20000000ITFt&lastMod=1673882789000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 6th Gene Therapy Analytical Development Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> May 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Defining & Refining Analytical Methods for Gene Therapy </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://hpapi-summit.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti000000JJoX&oid=00D20000000ITFt&lastMod=1716480236000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 14th HPAPI: Process Dev. for Highly Potent Drugs </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Advance Novel Technologies in Contained Environments for Cost, Quality, & Safety </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://advanced-procurement-in-pharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=01509000000iRgd&oid=00D20000000ITFt&lastMod=1705941496000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 9th R&amp;D Procurement &amp; Sourcing in Pharma Summit </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> June 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Enhancing Strategic Procurement to Supercharge Supplier Relationships & Pipeline Development </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lab-ops-for-biopharma.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade.file.force.com/servlet/servlet.ImageServer?id=015Ti0000009XZT&oid=00D20000000ITFt&lastMod=1707318830000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 2nd Lab Ops &amp; Facility Management for Biopharma </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> August 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Ensuring Your Pipeline Progression & Research Operations Continuity </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> <div class="Post__Grid-Products-post w-full sm:px-5 py-4 transition duration-300 w-full sm:w-1/2 lg:w-1/3 xl:w-1/4" data-pegasus-single-card > <a target="_blank" href="https://lipid-nanoparticle-development-europe.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product-process-development-manufacturing "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-4"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iRhVAAU&oid=00D20000000ITFt&lastMod=1669907977000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Conference</strong> </div> <h2 class="heading-four leading-6 xl:leading-8 relative mb-4"> 4th Lipid Nanoparticles Development Summit Europe </h2> <div class="flex flex-row"> <div class="mb-4 body-base relative"> October 2025 </div> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Optimise LNP End-to-End Development for Seamless Scale-Up & GMP Compliance </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product-process-development-manufacturing "></div> </a> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class="container"> <div x-data="{visible: false}" x-cloak x-intersect.once="visible = true" class="Text flex flex-col md:flex-row justify-center relative"> <div class="Text_Column flex justify-center w-full flex-1"> <div class="flex flex-col z-10 transform transition duration-500 w-full" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <p style="text-align: center;">View and search all of our conferences.</p> <div class="sm:-mx-2"> <a href="https://hansonwade.com/all-conferences/" class=" button-primary sm:mx-2 my-2" ><span class="sr-only">Conferences</span><span>View All Conferences</span></a> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-xs text-content-dark" > <div class="container"> <div class="Checkerboard__Container"> <section x-data="{visible: false}" x-intersect.once="visible = true" class="Checkerboard Checkerboard__0 flex flex-col sm:flex-row pb-12 lg:pb-16 xl:pb-24"> <div class="flex-none sm:flex-1 flex items-center relative transform transition duration-500 justify-start order-1 sm:order-none "> <div class="pt-16 sm:pt-0 z-10 w-full sm:pr-16 md:pr:32"> <div class="content"> <h3 class="heading-three"><span style="color: #00114f;">Engineering &amp; Manufacturing Novel, Quality &amp; Affordable Drugs for Patients at Scale &amp; Speed</span></h3> </div> </div> </div> <div x-data="videoPlayer()" class="Video relative flex md:w-1/2 order-2 sm:order-none"> <div class="video-container-embed relative w-full pb-56.25"> <iframe title="2nd LNP Formulation &amp; Process Development Summit - Event Highlights" src="https://www.youtube-nocookie.com/embed/yDFyTZVWr34?feature=oembed&rel=0&autoplay=1&mute=1&muted=1&loop=1&controls=1" width="640" height="360" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" class="absolute w-full h-full" controls="1" autoplay="1" muted="1" loop="1" frameborder="0"></iframe> </div> </div> </section> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-xs padding-bottom-sm text-content-dark" > <div class="container"> <section x-data="gatedContent()" x-intersect.once="visible = true" class="Checkerboard Checkerboard__0"> <div class="flex flex-col sm:flex-row relative"> <div class="checkerboard-image flex-none sm:flex-1 sm:h-auto transform transition duration-500 overflow-hidden "> <div class="relative overflow-hidden w-full h-full flex items-center justify-center"> <img src="https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-e1703242453158.jpg" width="580" height="580" class="h-auto w-full lazy" alt="Research & Manufacturing Operations Series - 2024 Prospectus front cover" data-srcset="https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-300x300.jpg 300w, https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-150x150.jpg 150w, https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-768x768.jpg 768w, https://hansonwade.com/wp-content/uploads/2023/12/Research-Manufacturing-Operations-Series-2024-Prospectus-front-cover-1-e1703242453158.jpg 580w" data-sizes="(min-width: 1199px) 580px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> </div> <div class="flex-none sm:flex-1 flex items-center relative transform transition duration-500 justify-center " > <div class="pt-16 sm:pt-0 z-10 md:w-3/4 sm:pl-16 md:pl:32"> <div class="content"> <h2 class="heading-three mb-4"><p style="color:#00114f";>Research & Manufacturing Operations Series Sponsorship Prospectus</p></h2> <p>From lab operations to R&amp;D procurement, capital engineering to energy efficiency, our Research &amp; Manufacturing Operations Series is your peer-led platform for in-depth discussions and benchmarking to explore novel strategies as a collective and enhance operational resilience and excellence.</p> <div class="mt-8 md:-mx-2"> <div @click="open = true;" class="-shrink button-red sm:mx-2 my-2 cursor-pointer"><span>Download a copy</span> </div> </div> </div> </div> </div> </div> <div class="z-[999999] absolute right-0" x-cloak> <div x-show="open" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="open" x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-5/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="open" x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="handleModalClose" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <div class="flex flex-col sm:flex-row"> <div class="Standard_Form__form px-[27px] md:px-0 w-full bg-brand-white"> <div class="flex flex-col py-[27px] md:p-28"> <script type="text/javascript"></script> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_23' > <div class='gform_heading'> <h2 class="gform_title">Sponsorship Prospectus - Gated Download Form Research & Manufacturing Operations Series</h2> <p class='gform_description'></p> </div><form method='post' enctype='multipart/form-data' id='gform_23' action='/process-development-manufacturing-conferences/' data-formid='23' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC' data-tabindex='0'><input id="input_4c14395c4127cf799f7dbb225183bef2" class="gfield_recaptcha_response" type="hidden" name="input_4c14395c4127cf799f7dbb225183bef2" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_23' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_23_12" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_12" ></div><div id="field_23_3" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_3" ><label class='gfield_label gform-field-label' for='input_23_3'>First Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_23_3' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_23_5" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_5" ><label class='gfield_label gform-field-label' for='input_23_5'>Last Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_23_5' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_23_7" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_7" ><label class='gfield_label gform-field-label' for='input_23_7'>Job Title*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_23_7' type='text' value='' class='large' placeholder='Job Title' aria-required="true" aria-invalid="false" /></div></div><div id="field_23_6" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_6" ><label class='gfield_label gform-field-label' for='input_23_6'>Company*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_23_6' type='text' value='' class='large' placeholder='Company' aria-required="true" aria-invalid="false" /></div></div><div id="field_23_13" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_13" ><label class='gfield_label gform-field-label' for='input_23_13'>Country*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_23_13' type='text' value='' class='large' placeholder='Country' aria-required="true" aria-invalid="false" /></div></div><div id="field_23_9" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_9" ><label class='gfield_label gform-field-label' for='input_23_9'>Work Email*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_9' id='input_23_9' type='email' value='' class='large' placeholder='Email*' aria-required="true" aria-invalid="false" /> </div></div><div id="field_23_10" class="gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_10" ><label class='gfield_label gform-field-label' for='input_23_10'>Phone Number*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_10' id='input_23_10' type='tel' value='' class='large' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_23' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Submit' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_23' value='postback' /> <input type='hidden' class='gform_hidden' name='is_submit_23' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='23' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_23' value='WyJbXSIsIjhiZDliNzNkNTA5M2E2NDlmYzRhY2Q4ZDYyNDU0M2NjIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_23' id='gform_target_page_number_23' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_23' id='gform_source_page_number_23' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 23, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_23').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_23');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_23').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_23').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_23').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_23').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_23').val();gformInitSpinner( 23, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [23, current_page]);window['gf_submitting_23'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_23').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [23]);window['gf_submitting_23'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_23').text());}else{jQuery('#gform_23').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [23, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 23, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 23, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]&gt; */ </script> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-xs padding-bottom-sm text-content-dark" > <div class="container"> <section x-data="gatedContent()" x-intersect.once="visible = true" class="Checkerboard Checkerboard__0"> <div class="flex flex-col sm:flex-row relative"> <div class="checkerboard-image flex-none sm:flex-1 sm:h-auto transform transition duration-500 overflow-hidden "> <div class="relative overflow-hidden w-full h-full flex items-center justify-center"> <img src="https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover-150x150.jpg" data-src="https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover.jpg" width="925" height="925" class="h-auto w-full lazy" alt="LNP front cover" data-srcset="https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover-300x300.jpg 300w, https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover-150x150.jpg 150w, https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover-768x768.jpg 768w, https://hansonwade.com/wp-content/uploads/2024/01/LNP-front-cover.jpg 925w" data-sizes="(min-width: 1199px) 925px, (min-width: 992px) 768px, (min-width: 767px) 300px, (min-width: 375px) 100vw" /> </div> </div> <div class="flex-none sm:flex-1 flex items-center relative transform transition duration-500 justify-center " > <div class="pt-16 sm:pt-0 z-10 md:w-3/4 sm:pl-16 md:pl:32"> <div class="content"> <h2 class="heading-three mb-4"><p style="color:#00114f";>LNP Development Series Sponsorship Prospectus</p></h2> <p>Our LNP Development Series is committed as the end-to-end platform for scientists across multidisciplines, from discovery, screening, formulation, analytical development and manufacturing. Learn more about the events within this series including their agenda focus, typical attending companies and what past attendees have to say.</p> <div class="mt-8 md:-mx-2"> <div @click="open = true;" class="-shrink button-red sm:mx-2 my-2 cursor-pointer"><span>Download a copy</span> </div> </div> </div> </div> </div> </div> <div class="z-[999999] absolute right-0" x-cloak> <div x-show="open" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="open" x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-5/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="open" x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="handleModalClose" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <div class="flex flex-col sm:flex-row"> <div class="Standard_Form__form px-[27px] md:px-0 w-full bg-brand-white"> <div class="flex flex-col py-[27px] md:p-28"> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_9' > <div class='gform_heading'> <h2 class="gform_title">Sponsorship Prospectus - Gated Download Form LNP Development</h2> <p class='gform_description'></p> </div><form method='post' enctype='multipart/form-data' id='gform_9' action='/process-development-manufacturing-conferences/' data-formid='9' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC' data-tabindex='0'><input id="input_c456fb8ed80c5addcd55f2354f84e4b4" class="gfield_recaptcha_response" type="hidden" name="input_c456fb8ed80c5addcd55f2354f84e4b4" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_9' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_9_12" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_12" ></div><div id="field_9_3" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_3" ><label class='gfield_label gform-field-label' for='input_9_3'>First Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_9_3' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_9_5" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_5" ><label class='gfield_label gform-field-label' for='input_9_5'>Last Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_9_5' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_9_7" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_7" ><label class='gfield_label gform-field-label' for='input_9_7'>Job Title*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_9_7' type='text' value='' class='large' placeholder='Job Title' aria-required="true" aria-invalid="false" /></div></div><div id="field_9_6" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_6" ><label class='gfield_label gform-field-label' for='input_9_6'>Company*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_9_6' type='text' value='' class='large' placeholder='Company' aria-required="true" aria-invalid="false" /></div></div><div id="field_9_13" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_13" ><label class='gfield_label gform-field-label' for='input_9_13'>Country*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_9_13' type='text' value='' class='large' placeholder='Country' aria-required="true" aria-invalid="false" /></div></div><div id="field_9_9" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_9" ><label class='gfield_label gform-field-label' for='input_9_9'>Work Email*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_9' id='input_9_9' type='email' value='' class='large' placeholder='Email*' aria-required="true" aria-invalid="false" /> </div></div><div id="field_9_10" class="gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_9_10" ><label class='gfield_label gform-field-label' for='input_9_10'>Phone Number*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_10' id='input_9_10' type='tel' value='' class='large' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_9' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Submit' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_9' value='postback' /> <input type='hidden' class='gform_hidden' name='is_submit_9' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='9' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_9' value='WyJbXSIsIjhiZDliNzNkNTA5M2E2NDlmYzRhY2Q4ZDYyNDU0M2NjIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_9' id='gform_target_page_number_9' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_9' id='gform_source_page_number_9' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 9, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_9').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_9');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_9').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_9').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_9').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_9').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_9').val();gformInitSpinner( 9, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [9, current_page]);window['gf_submitting_9'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_9').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [9]);window['gf_submitting_9'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_9').text());}else{jQuery('#gform_9').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "9", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_9" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_9"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [9, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 9, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]&gt; */ </script> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class="container"> <section x-data="testimonialSlider()" x-intersect.once="visible = true" class="Testimonial__Slider relative"> <div class="flex flex-col md:flex-row transition transform ease-in-out duration-300 " :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/4'"> <div class="w-full"> <div class="flex justify-between w-full mb-7 container border-t border-border-dark-grey/20 !pl-0 pt-10"> <div class="w-full md:w-1/4 mb-8 md:mb-0 flex-1 heading-four"> <h3 class="heading-three"><span style="color: #00114f;">Testimonials</span></h3> </div> <div class="flex justify-end md:justify-start flex-1 arrows"> <button type="button" class="w-10 h-10 flex items-center justify-center mr-[1.5rem] md:mr-[2.5rem] hover:bg-orange" @click="slider.previous(true)"><i class="icon ion-md-arrow-back"></i></button> <button type="button" class="w-10 h-10 flex items-center justify-center ml-[1.5rem] md:ml-[2.5rem]" @click="slider.next(true)"><i class="icon ion-md-arrow-forward"></i></button> </div> </div> <div class="mb-10 Testimonial__Slider-slides md:mt-[9rem] "> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <div class="Testimonial__Slider-slide-content"> <p>“We have been impressed by the quality of content and the expertise of attendees. These events are invaluable to our business goals with Hanson Wade acting like an extension of our team to make networking connections to pharma and life sciences professionals.”</p> </div> <div> Lisa Graham </div> <div> Chief Executive Officer, Seeq </div> </div> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <div class="Testimonial__Slider-slide-content"> <p>&#8220;Fantastic networking and learning opportunity with a great blend of professionals at varying stages of their careers and sizes of companies.&#8221;</p> </div> <div> David Karakas </div> <div> Senior Director, Strategic Sourcing & Supplier Management, Intellia Therapeutics </div> </div> <div class="Testimonial__Slider-slide flex flex-1 flex-col w-full md:w-1/2 "> <div class="Testimonial__Slider-slide-content"> <p>&#8220;Well executed. For a first time meeting it was spectacular. Broad array of topics, diverse audience, great networking. Successfully created a sense of community.”</p> </div> <div> James Ferguson </div> <div> Chief Medical Officer, Matinas BioPharma </div> </div> </div> </div> </div> </section> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-top-xs padding-bottom-sm text-content-dark" > <div class="container"> <div x-data="postSlider()" x-init="initSlider($refs.postSlider, )" x-intersect.once="buildSlider()" @resize.window="resizeSlider()" class="relative component-spacer"> <div class="flex items-end flex-wrap justify-center sm:justify-between border-b border-border-dark-grey/20 mb-4 pb-8"> <div class="Post__Grid-title flex w-full sm:w-3/4 md:w-2/3 xl:w-3/5 flex-1 flex-col sm:flex-row items-start sm:items-center"> <div class="heading-four mb-4 sm:mb-0"> <h3 class="heading-three"><span style="color: #00114f;">Process Development &amp; Manufacturing Conferences &#8211; Product Team</span></h3> </div> </div> </div> <div class="Post__Grid-slider overflow-hidden sm:-mx-5" x-ref="postSlider"> <div class="PeoplePostGrid__gridItem w-full sm:px-5 py-4 transition duration-300 w-full md:w-[19%]"> <a class="group block" href="https://hansonwade.com/team/jennifer-small-mchem/" data-pegasus-modal="Modal--team Modal--with-nav" data-next-name=""> <div class="flex flex-col relative"> <div class="overflow-hidden rounded-[3px]"> <div class="relative"> <div class="w-full h-full group-hover:scale-110 relative transition duration-500 ease-in-out absolute pb-[124%] grayscale bg-cover bg-no-repeat group-hover:grayscale-0" style="background-image:url(https://hansonwade.com/wp-content/uploads/2022/11/Jennifer-Small-7372-scaled.jpg);"> </div> <div class="absolute cursor-alias bottom-5 right-5 bg-brand-white h-12 w-12 rounded-full flex items-center justify-center"> <a class="cursor-alias" target="_blank" href="https://www.linkedin.com/in/jennifer-small-a35217129/"> <svg xmlns="http://www.w3.org/2000/svg" class="cursor-alias" width="15.254" height="15.254" viewBox="0 0 15.254 15.254"> <path id="Icon_awesome-linkedin-in" data-name="Icon awesome-linkedin-in" d="M3.415,15.255H.252V5.07H3.415ZM1.832,3.681A1.84,1.84,0,1,1,3.663,1.832,1.847,1.847,0,0,1,1.832,3.681ZM15.251,15.255H12.1V10.3c0-1.182-.024-2.7-1.644-2.7-1.644,0-1.9,1.284-1.9,2.612v5.043H5.4V5.07H8.429V6.46h.044a3.323,3.323,0,0,1,2.992-1.645c3.2,0,3.789,2.108,3.789,4.845v5.594Z" transform="translate(0 -0.001)" fill="#163f71"/> </svg> </a> </div> </div> </div> <figcaption class="py-8"> <div class="meta"> <h3 class="heading-four mb-0 relative"> Jennifer Small MChem </h3> <h3 class="body-small">Portfolio Director</h3> </div> </figcaption> </div> </a> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block padding-bottom-md text-content-dark" > <div class="container"> <div x-data="imageSwitcher()" class="Image__Switcher relative"> <div class="transform transition duration-500 pb-10 mb-10 border-b border-border-dark-grey/20 heading-four font-normal" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <h3 class="heading-three"><span style="color: #00114f;">Other Process Development &amp; Manufacturing Product Types</span></h3> </div> <div class="flex flex-col sm:flex-row"> <div class="w-full sm:w-1/2 sm:pr-24 md:pr-28 lg:pr-32 pb-10 lg:pb-24 xl:pb-36"> <ul> <li class="Image__Switcher-link-container pb-[1.3rem] xlarge-text transform transition duration-500" :class="visible ? 'opacity-100 translate-x-0' : 'opacity-0 -translate-x-1/2'"> <a x-ref="imageSwitcherLink" class="Image__Switcher-link relative block text-brand-blue-darker group text-opacity-50 py-1 transition ease-in-out duration-500 hover:text-opacity-100 hover:border-opacity-100" :class="currentSlide === 0 ? 'text-opacity-100 border-current' : ''" @click="slider.select(0)"> <div class="transition-maxHeight overflow-hidden"> <span x-ref="linkTitle" class="flex items-center"> <div class="heading transition ease-in-out duration-500 font-bold cursor-pointer" :class="currentSlide === 0 ? 'translate-x-[1.25rem] opacity-100' : 'translate-x-0 opacity-60'"> Intelligence </div> </span> </div> </a> </li> </ul> </div> <div class="w-full sm:w-1/2 relative transform transition duration-500 delay-700" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <div x-ref="imageSlider" class="h-full w-full"> <div class="Image__Switcher-image-slide flex flex-col w-full relative"> <div class="body-large mb-6"> <p>Expert-driven, Life Science Market Intelligence Solutions</p> </div> <div class="sm:-mx-2 mb-4"> <a href="https://hansonwade.com/process-development-manufacturing-intelligence/" class=" button-light-gradient sm:mx-2 my-2" ><span>Explore More</span></a> </div> <div> <div class="Post__Grid flex flex-wrap -mx-5 text-content-dark"> <section x-data="postGridFeatured()" x-intersect.once="visible = true" class="Post__Grid-Featured relative w-full"> <div class="flex flex-col md:flex-row -mx-5"> </div> <div class="flex flex-col md:flex-row -mx-5"> <div class="flex "> </div> <div class="Post__Grid-Featured-posts flex flex-wrap md:w-1/2 " data-pegasus-filterable=""> <div class="Post__Grid-Featured-post w-full px-5 py-4 transition duration-300 w-full lg:w-1/2 lg:min-h-[540px]" :class="visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-1/2'"> <a target="_blank" href="https://hansonwade-intelligence.com/" class="block h-full w-full group bg-brand-white p-8 relative rounded-[3px] overflow-hidden transition-all duration-600 transform"> <div class="absolute card-overlay inset-0 opacity-0 group-hover:opacity-20 transition-all duration-600 transform product- "></div> <div class="svg-file pointer-events-none absolute max-h-[568px] h-full w-full top-0 left-0 object-contain pointer-events-none opacity-0 group-hover:opacity-100 transition-all duration-600 transform"> <svg id="Component_87_1" data-name="Component 87 – 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410" height="504" viewBox="0 0 410 504"> <defs> <clipPath id="clip-path"> <rect id="Rectangle_1763" data-name="Rectangle 1763" width="410" height="504" rx="3" fill="#e3e5df"></rect> </clipPath> </defs> <g id="Mask_Group_33" data-name="Mask Group 33" clip-path="url(#clip-path)"> <g id="Group_10803" data-name="Group 10803" transform="translate(0 -0.329)"> <g id="Group_10802" data-name="Group 10802"> <rect id="Rectangle_1762" data-name="Rectangle 1762" width="410" height="504" rx="3" transform="translate(0 0.329)" fill="none"></rect> <path id="Path_9047" data-name="Path 9047" d="M-2753-12083.137-2343-12644v559.52Z" transform="translate(2753 12644)" fill="#fff" opacity="0.5"></path> <path id="Path_9048" data-name="Path 9048" d="M0,1497.434,229.458,0H0Z" transform="translate(0 0.329)" fill="#fff" opacity="0.7"></path> </g> </g> </g> </svg> </div> <div class="flex flex-row items-center justify-between xl:pt-4 pb-[2rem] xl:pb-[6.25rem]"> <img width="77" height="77" class="relative" src="https://hansonwade--c.eu40.content.force.com/servlet/servlet.ImageServer?id=01509000000iSCf&oid=00D20000000ITFt&lastMod=1671207384000"> <strong class="Post__Grid-category text-[13px] font-light uppercase tracking-[0.96px] relative flex-1 text-right break-words w-1/2">Intelligence</strong> </div> <h4 class="heading-four leading-6 xl:leading-8 relative mb-4"> Hanson Wade Intelligence </h4> <div class="flex flex-row date"> </div> <div class="pb-12 body-small leading-6 xl:leading-[1.75rem] tracking-tight relative"> Expert-Driven, Life Science Market Intelligence </div> <div class="btn-container text-content-light flex flex-row items-center justify-between absolute bottom-0 left-0 p-8 w-full"> <div class="product-button mr-4 button-primary -small-button product-process-development-and-manufacturing "> <span>Process Development &amp; Manufacturing</span> </div> <span class="pl-2 sm:pl-0 pr-2 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="15.854" height="15.854" viewBox="0 0 15.854 15.854"> <g id="Icon_feather-arrow-up-right" data-name="Icon feather-arrow-up-right" transform="translate(-10.146 -10)"> <path id="Path_8916" data-name="Path 8916" d="M10.5,25.5l15-15" fill="none" stroke="#1d1d1d" stroke-linejoin="round" stroke-width="1"></path> <path id="Path_8917" data-name="Path 8917" d="M10.5,10.5h15v15" fill="none" stroke="#1d1d1d" stroke-width="1"></path> </g> </svg> </span> </div> <div class="line left-0 z-10 w-full absolute h-[4px] bottom-0 opacity-0 group-hover:opacity-100 transition-all duration-600 transform product- "></div> </a> </div> </div> </div> </section> </div> </div> </div> </div> <div class="countdown absolute bottom-8 left-8 pointer-events-none hidden"> <svg class="progress z-10"> <circle r="22" cx="25" cy="25"></circle> </svg> <svg class="absolute top-0 left-0 z-0"> <circle r="22" cx="25" cy="25" stroke="#fff" fill="transparent" class="opacity-70"></circle> </svg> </div> </div> </div> </div> </div> </section> <!--// Content Row --> <!-- Content Row --> <section class="relative block md:block lg:block text-content-dark" > <div class="row-background w-full h-full absolute top-0 left-0 overflow-hidden"> <div class="w-full h-full bg-no-repeat bg-cover" style="background-image: url(https://hansonwade.com/wp-content/uploads/2022/11/Process-Development-Manufacturing-1.png);" ></div> </div> <div class="container"> <div x-data x-cloak class="Standard_Form relative w-full"> <div class="flex flex-col sm:flex-row"> <div class="flex items-center justify-center flex-col w-full md:w-1/2 bg-no-repeat bg-center bg-cover " style="background-image:url();"> <div class="p-[27px] md:px-0 w-full sm:w-3/4 lg:w-3/5 pb-8 md:pb-0 text-content-light"> <p><span class="body-extra-small-two">CONTACT US</span></p> <h2 class="heading-two">Get in touch</h2> <p><span style="font-size: 16px;">We speak to hundreds of biopharmaceutical experts from industry and academia every day. We would love for you to be one of them. Contact us to discover how our events can accelerate your drug development.</span></p> </div> </div> <div class="Standard_Form__form px-[27px] md:px-0 w-full md:w-1/2 bg-brand-white flex items-center"> <div class="flex flex-col py-[27px] md:p-28 justify-center"> <div class="mb-10 body-base"> </div> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_13' ><div id='gf_13' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <h2 class="gform_title">Standard Form - Process Development & Manufacturing</h2> <p class='gform_description'></p> <p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_13' id='gform_13' action='/process-development-manufacturing-conferences/#gf_13' data-formid='13' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC' data-tabindex='0'><input id="input_f0f979ac39cfb1adbcbbd07077fac107" class="gfield_recaptcha_response" type="hidden" name="input_f0f979ac39cfb1adbcbbd07077fac107" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_13' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_13_12" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_12" ><div class="mb-10 body-base"> Fill out the form below with your question and one of our team will get back to you. </div></div><div id="field_13_3" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_3" ><label class='gfield_label gform-field-label' for='input_13_3'>First Name*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_13_3' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_5" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_5" ><label class='gfield_label gform-field-label' for='input_13_5'>Last Name*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_13_5' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_7" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_7" ><label class='gfield_label gform-field-label' for='input_13_7'>Job Title*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_13_7' type='text' value='' class='large' placeholder='Job Title' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_6" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_6" ><label class='gfield_label gform-field-label' for='input_13_6'>Company*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_13_6' type='text' value='' class='large' placeholder='Company' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_13" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_13" ><label class='gfield_label gform-field-label' for='input_13_13'>Country*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_13_13' type='text' value='' class='large' placeholder='Country' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_9" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_9" ><label class='gfield_label gform-field-label' for='input_13_9'>Email*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_9' id='input_13_9' type='email' value='' class='large' placeholder='Email*' aria-required="true" aria-invalid="false" /> </div></div><div id="field_13_10" class="gfield gfield--type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_10" ><label class='gfield_label gform-field-label' for='input_13_10'>Phone Number*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_10' id='input_13_10' type='tel' value='' class='medium' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></div><div id="field_13_11" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_13_11" ><label class='gfield_label gform-field-label' for='input_13_11'>Your Question/Message*<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_11' id='input_13_11' class='textarea large' placeholder='Your Question...' aria-required="true" aria-invalid="false" rows='10' cols='50'></textarea></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_13' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Submit' /> <input type='hidden' name='gform_ajax' value='form_id=13&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_13' value='iframe' /> <input type='hidden' class='gform_hidden' name='is_submit_13' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='13' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_13' value='WyJbXSIsIjhiZDliNzNkNTA5M2E2NDlmYzRhY2Q4ZDYyNDU0M2NjIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_13' id='gform_target_page_number_13' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_13' id='gform_source_page_number_13' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_13' id='gform_ajax_frame_13' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 13, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_13').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_13');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_13').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_13').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_13').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_13').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_13').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_13').val();gformInitSpinner( 13, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [13, current_page]);window['gf_submitting_13'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_13').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_13').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [13]);window['gf_submitting_13'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_13').text());}else{jQuery('#gform_13').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "13", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_13" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_13"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_13" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [13, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 13, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 13, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> </div> </section> <!--// Content Row --> </article> </main> <footer id="site-footer"> <div class="Footer bg-brand-dark-blue" > <div class="footer-inner container relative flex flex-col md:flex-row py-10 md:py-[4rem] flex-wrap "> <div class="footer-col-left w-full md:w-auto flex-1"> <div class="logo mb-16"> <a href="https://hansonwadegroup.com/" class="block cursor-pointer"> <img src="https://hansonwade.com/wp-content/uploads/2023/02/hw-footer-logo.svg" data-src="https://hansonwade.com/wp-content/uploads/2023/02/hw-footer-logo.svg" width="297.498" height="79" class="attachment-full size-full lazy" alt="hw-footer-logo" /> </a> </div> <h3 class="heading-four font-light relative text-content-light md:max-w-[65%] mb-8 leading-[1.3]"> Facilitating safe and effective drug development for more personalized and targeted patient populations. </h3> <div class="flex flex-row text-content-light font-normal justify-between lg:justify-start sm:max-w-[90%] lg:max-w-[76%] xl:max-w-[80%]"> <div class="flex flex-row md:mr-16"> <div class="mr-2 md:mr-4 relative top-[0.25rem]"> <svg xmlns="http://www.w3.org/2000/svg" width="10.744" height="14.326" viewBox="0 0 10.744 14.326"> <path id="Icon_awesome-map-marker" data-name="Icon awesome-map-marker" d="M4.82,14.037C.755,8.143,0,7.538,0,5.372a5.372,5.372,0,0,1,10.744,0c0,2.166-.755,2.771-4.82,8.664a.672.672,0,0,1-1.1,0Z" fill="#fff"/> </svg> </div> <div class="flex flex-1 flex-col body-extra-small-one"> <span>Hanson Wade</span> <span>52 Grosvenor Gardens</span> <span>London, SW1W 0AU</span> </div> </div> <div class="flex flex-row"> <div class="mr-2 md:mr-4 relative top-[0.25rem]"> <svg xmlns="http://www.w3.org/2000/svg" width="14.326" height="14.326" viewBox="0 0 14.326 14.326"> <path id="Icon_material-person" data-name="Icon material-person" d="M13.163,13.163A3.582,3.582,0,1,0,9.582,9.582,3.581,3.581,0,0,0,13.163,13.163Zm0,1.791c-2.391,0-7.163,1.2-7.163,3.582v1.791H20.326V18.535C20.326,16.154,15.554,14.954,13.163,14.954Z" transform="translate(-6 -6)" fill="#fff"/> </svg> </div> <div class="flex flex-1 flex-col body-extra-small-one"> <span><a href="tel:tel:02031418700">+44 (0)20 3141 8700</a></span> <span><a href="/cdn-cgi/l/email-protection#7d"></a></span> </div> </div> </div> </div> <div class="footer-col-right flex flex-row w-full md:w-auto flex-1 justify-between md:justify-end xl:pl-16 mt-12 md:mt-0 flex-wrap sm:flex-nowrap text-content-light md:-mr-4"> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Products by Type</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/life-sciences-conferences/">Conferences</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/beacon-life-sciences-data/">Beacon</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/intelligence-life-sciences-consultancy/">Intelligence</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/searchlight-hr-networking-events/">Searchlight</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Products by Topic</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/adcs-engineered-antibodies-products/">ADCs &amp; Engineered Antibodies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/cell-therapy-products/"><span class="body-extra-small-one">Cell Therapy</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/gene-therapy-products/"><span class="body-extra-small-one">Gene Therapy</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/microbiome-products/">Microbiome</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/precision-oncology-products/"><span class="body-extra-small-one">Precision Oncology</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/process-development-manufacturing-products/">Process Development &amp; Manufacturing</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/protein-degradation-products/"><span class="body-extra-small-one">Protein Degradation</span></a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/rna-therapy-products/">RNA Therapy</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-4 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px]"> <h4 class="content-heading mb-4 font-bold body-small"> <div class="border-t w-full mb-4 opacity-70"></div>Our Company</h4> <div> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/what-we-do/">What We Do</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/why-we-do-it/">Why We Do It</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/who-we-are/">Who We Are</a></span></p> <p><span class="body-extra-small-one"><a href="https://careers.hansonwadegroup.com/">Careers</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/contact-us/">Contact Us</a></span></p> </div> </div> <div class="content-col mb-6 md:mb-0 w-2/5 sm:w-auto sm:px-2.5 sm:min-w-[170px] lg:min-w-[190px] xl:min-w-[280px] block md:hidden"> <div> <p><span class="body-extra-small-one">© 2024 Hanson Wade</span></p> <p><span class="body-extra-small-one"><a href="https://www.plugandplaydesign.co.uk/wordpress-agency-london/">Web Design Agency</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/privacy-policy/" target="_blank" rel="noopener">Privacy</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/cookies/" target="_blank" rel="noopener">Cookies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/wp-content/uploads/2023/01/Code-of-Ethics.pdf" target="_blank" rel="noopener">Code of Ethics</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/modern-slavery/" target="_blank" rel="noopener">Modern Slavery</a></span></p> <p><a href="http://www.hansonwadegroup.com" target="_blank" rel="noopener"><span class="body-extra-small-one">A Hanson Wade Group Brand</span></a></p> </div> </div> </div> </div> <div class="relative"> <div class="border-t w-full mb-2 opacity-20"></div> <div class="flex flex-col sm:flex-row justify-between py-6 nav-container text-content-light"> <div class="bottom-row-content flex sm:items-center flex-col sm:flex-row w-full hidden md:flex"> <p><span class="body-extra-small-one">© 2024 Hanson Wade</span></p> <p><span class="body-extra-small-one"><a href="https://www.plugandplaydesign.co.uk/wordpress-agency-london/">Web Design Agency</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/privacy-policy/" target="_blank" rel="noopener">Privacy</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/cookies/" target="_blank" rel="noopener">Cookies</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwade.com/wp-content/uploads/2023/01/Code-of-Ethics.pdf" target="_blank" rel="noopener">Code of Ethics</a></span></p> <p><span class="body-extra-small-one"><a href="https://hansonwadegroup.com/modern-slavery/" target="_blank" rel="noopener">Modern Slavery</a></span></p> <p><a href="http://www.hansonwadegroup.com" target="_blank" rel="noopener"><span class="body-extra-small-one">A Hanson Wade Group Brand</span></a></p> </div> <div> <ul class="flex items-center -mx-4 mt-4"> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://uk.linkedin.com/company/hanson-wade" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-linkedin text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://www.youtube.com/channel/UCS5ZEWbuAbuNPzd-nBSAOew" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-youtube text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://twitter.com/hansonwade" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-twitter text-2xl"></i> </a> </li> <li class="px-4 hover:opacity-70 transform transition duration-500"> <a href="https://www.instagram.com/hansonwadeltd/" target="_blank" rel="noopener noreferrer"> <i class="icon ion-logo-instagram text-2xl"></i> </a> </li> </ul> </div> </div> </div> </div> </footer> <div x-data="allModals()" id="all-modals" x-cloak> <div x-ref="modalSkeleton" id="Modal__Skeleton"> <div x-data="singleModal()" x-cloak @modalopen.window="handleModalOpen" class="ModalSkeleton" role="dialog" aria-label="Modal" aria-modal="true"> <div x-show="open" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="open" x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-8/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="open" x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="handleModalClose" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <p class="Modal__error hidden" x-cloak>An error has occurred, please try again later.An error has occurred, please try again later.</p> </div> <footer class="Modal__footer absolute bottom-0 w-full hidden justify-end items-center z-10"> </footer> </div> </div> </div> </div> </div> </div> <div x-data="contactModal()" x-cloak @opencontactmodal.window="show = true; $el.classList.remove('hidden')" class="flex flex-col sm:flex-row relative hidden"> <div class="z-[999999] absolute inset-0"> <div x-show="show" x-transition:enter="ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="Modal__backdrop z-0 fixed inset-0 sm:blur-md bg-white sm:bg-transparent backdrop-blur-none transition-opacity" @click="handleModalClose" aria-hidden="true"></div> <div x-show="show" x-cloak x-transition:enter="ease-out duration-600 transition-all" x-transition:enter-start="opacity-0 translate-x-full" x-transition:enter-end="opacity-100 translate-x-0" x-transition:leave="ease-in duration-500 transition-none" x-transition:leave-start="opacity-100 translate-x-0" x-transition:leave-end="opacity-0 translate-x-full" class="Modal__dialog-wrapper z-10 fixed inset-0 left-auto w-full sm:w-11/12 lg:w-10/12 xl:w-8/12 sm:h-screen bg-white overflow-hidden transform"> <div x-show="show" x-cloak x-transition:enter="ease-out duration-500 delay-700 transition-all" x-transition:enter-start="opacity-0 translate-x-4 scale-95" x-transition:enter-end="opacity-100 translate-x-0 scale-100" x-transition:leave="ease-in transition-none" x-transition:leave-start="opacity-100 translate-x-0 scale-100" x-transition:leave-end="opacity-0 translate-x-4 scale-95" class="Modal__dialog relative w-full h-full transform"> <div class="Modal__content relative w-full h-full"> <header class="Modal__header relative top-0 z-10 h-12 w-full flex justify-end items-center container sm:max-w-none sm:px-10 md:px-12 pb-8 pt-8 sm:pt-12 md:pt-16 lg:pt-24"> <div class="Modal__navigation py-4 sm:py-10 lg:py-6"></div> <button @click="show = false" class="Modal__close-btn" data-dismiss="modal" aria-label="Close"></button> </header> <div class="Modal__body w-full h-full absolute inset-0 overflow-x-hidden overflow-y-auto"> <div class="flex flex-col sm:flex-row h-full"> <div class="Contact_Modal_Form relative w-full h-full"> <div class="relative flex flex-col md:flex-row justify-items-stretch h-full"> <div class="Contact_Modal_Form__col-1 h-full max-h-[100vh] overflow-y-auto"> <div class="pt-24 pb-24 h-full md:pl-20 md:pr-20 flex flex-col justify-start h-full"> <div> <h3 class="heading-three mb-4">Contact Us</h3> <div> Get in touch and we will get back to you. </div> <div class="mt-8"> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <h2 class="gform_title">Contact Modal</h2> <p class='gform_description'></p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' action='/process-development-manufacturing-conferences/#gf_2' data-formid='2' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC' data-tabindex='0'><input id="input_eb9e6b8e87b4620ae0ba879e0d28e4c2" class="gfield_recaptcha_response" type="hidden" name="input_eb9e6b8e87b4620ae0ba879e0d28e4c2" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_2_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_1" ><label class='gfield_label gform-field-label' for='input_2_1'>First Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_3" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_3" ><label class='gfield_label gform-field-label' for='input_2_3'>Last Name*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_4" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_4" ><label class='gfield_label gform-field-label' for='input_2_4'>Job Title*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_2_4' type='text' value='' class='large' placeholder='Job Title' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_5" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_5" ><label class='gfield_label gform-field-label' for='input_2_5'>Company*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_2_5' type='text' value='' class='large' placeholder='Company' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_10" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_10" ><label class='gfield_label gform-field-label' for='input_2_10'>Country*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_2_10' type='text' value='' class='large' placeholder='Country' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_7" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_7" ><label class='gfield_label gform-field-label' for='input_2_7'>Email*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_7' id='input_2_7' type='email' value='' class='large' placeholder='Email' aria-required="true" aria-invalid="false" /> </div></div><div id="field_2_8" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_8" ><label class='gfield_label gform-field-label' for='input_2_8'>Phone Number*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_8' id='input_2_8' type='tel' value='' class='large' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></div><div id="field_2_9" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_9" ><label class='gfield_label gform-field-label' for='input_2_9'>Your Question/Message*<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_9' id='input_2_9' class='textarea large' placeholder='Your Question...' aria-required="true" aria-invalid="false" rows='10' cols='50'></textarea></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Submit' /> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjhiZDliNzNkNTA5M2E2NDlmYzRhY2Q4ZDYyNDU0M2NjIl0=' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://hansonwade.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 2, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> <div class="Contact_Modal_Form__col-2 h-full max-h-[100vh] overflow-y-auto"> <div class="pt-24 pb-24 h-full md:pl-20 md:pr-20 flex flex-col h-full"> <div> <h3 class="heading-three mb-4">Alternatively...</h3> </div> <div> <div class="body-large font-bold text-brand-dark-blue mb-2">Call Us</div> <div class="mb-4"> <div>United States</div> <div><a class="underline" href="tel:+14157353289">+1 415 735 3289</a></div> </div> <div class="mb-4"> <div>United Kingdom</div> <div><a class="underline" href="tel:+4402031418700"> +44 (0)203 141 8700</a></div> </div> </div> <div> </div> <div> <div class="body-large font-bold text-brand-dark-blue my-4">Our Address</div> <div class="mb-4"> <p>Hanson Wade Group<br /> 52 Grosvenor Gardens,<br /> London<br /> SW1W 0AU</p> <p>&nbsp;</p> </div> <div> <div x-data="googleMap()" data-map='{"lat":"-35.515881","lng":"149.601135"}' class="Google__Map relative w-full padding-bottom-md"> <div class="flex flex-col "> <div class="w-full"> <div x-ref="Map" class="Map flex-none sm:flex-1 h-0 w-full overflow-hidden"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <link rel='stylesheet' id='gform_basic-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://hansonwade.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css' type='text/css' media='all' /> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBK3SrH9gKJmZcB-Sr5d10e-fkkIpgV6gE" id="google_maps-js"></script> <script type="text/javascript" defer src="https://hansonwade.com/wp-content/themes/pegasus/dist/js/main.js" id="Main-js"></script> <script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra"> /* <![CDATA[ */ var gforms_recaptcha_recaptcha_strings = {"site_key":"6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC","ajaxurl":"https:\/\/hansonwade.com\/wp-admin\/admin-ajax.php","nonce":"2d1e9b10e9"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LcnbeQjAAAAAAE-3S47YDsRxBjhX3NU_r6PtYxC" id="gforms_recaptcha_recaptcha-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/dom-ready.min.js" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://hansonwade.com/wp-includes/js/dist/a11y.min.js" id="wp-a11y-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/jquery.json.min.js" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/gravityforms.min.js" id="gform_gravityforms-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js" id="gform_placeholder-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js" id="gform_gravityforms_utils-js"></script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"2fcc4eeaa5eb8939a1e99ffe609b0c64"},"ajax":{"ajaxurl":"https:\/\/hansonwade.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"dfda4bb741","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/hansonwade.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"c00e1b4cd5"}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://hansonwade.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js" id="gform_gravityforms_theme-js"></script> <script type="text/javascript" src="https://hansonwade.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js" id="gforms_recaptcha_frontend-js"></script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 23) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [23, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 23, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 23, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 9) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "9", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_9" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_9"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [9, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 9, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 13) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "13", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_13" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_13"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_13" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [13, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 13, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 13, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 2, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> </body> </html>

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