CINXE.COM

Media Database Services | Accurate Contacts | Newswire

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.newswire.com/', AccountUUID: '47721037c35c41669903ca575d5bb9f7', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'fbdae4c0', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed Feb 12 18:46:36 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'media-database', InitialPageUuid: '75cabf8efb6d4a8b955d1b1e2367c447', InitialPageId: '31539796', InitialEncodedPageAlias: 'bWVkaWEtZGF0YWJhc2U=', InitialHeaderUuid: 'f39e4eb453e6475cb84bbdcd07221765', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '51870', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.newswire.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: true, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <meta name="google-site-verification" content="Mv1wjeyWgLTKn3wOIKiPa-1s4cnEQK07zy5wJaqqV_I" data-swh-uuid="c307c7388adb44a39d395ca206c9e602"/> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <script> try { if ( navigator.serviceWorker && navigator.serviceWorker.getRegistrations && location.protocol === 'https:' ) { // remove all service workers navigator.serviceWorker .getRegistrations() .then(function (registrations) { if (registrations && registrations.length) { console.log('unregistering service workers'); registrations.forEach(function (registration) { registration.unregister(); }); } }); // clear caches if (caches) { caches.keys().then(function (keyList) { if (keyList && keyList.length) { console.log('deleting caches'); keyList.forEach(function (key) { if (key && key.indexOf('druntime') === 0) { caches.delete(key); } }); } }); } } } catch (err) { // not a secured location } </script> <link rel="canonical" href="https://www.newswire.com/media-database"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Newswire_Home-ScreenIcon.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/fbdae4c0/site_favicon_16_1681823908471.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(26,27,31,1); --color_2: rgba(255,255,255,1); } </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playball:ital,wght@0,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;subset=latin-ext&amp;display=swap" /> <style> @font-face { font-family: "Syne-Regular"; src: url("https://irp.cdn-website.com/fbdae4c0/fonts/Syne-Regular-9994_400.ttf"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "Syne-Bold"; src: url("https://irp.cdn-website.com/fbdae4c0/fonts/Syne-Bold-e86e_400.ttf"); font-weight: 400; font-style: normal; } </style> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5187/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/bf7b6fedcdacfe2526d81ca687cf375e.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="media-database"] #dm [data-show-on-page-only="media-database"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fbdae4c0/files/fbdae4c0_1.min.css?v=1131" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody a.span.textonly{ color:rgb(255,255,255) !important} *#dm *.dmBody div.dmform-error{ font-style:normal !important} *#dm *.dmBody div.dmforminput textarea{ font-style:italic !important} *#dm *.dmBody div.dmforminput *.fileUploadLink{ font-style:italic !important} *#dm *.dmBody div.checkboxwrapper span{ font-style:italic !important} *#dm *.dmBody div.radiowrapper span{ font-style:italic !important} *#dm *.dmBody div.u_1264884538 img[dm_changed]{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1264884538 img{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody *.u_1280845878{ width:100% !important} *#dm *.dmBody div.u_1280845878 img[dm_changed]{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-top-left-radius:5% !important; border-top-right-radius:5% !important; border-bottom-left-radius:2% !important; border-bottom-right-radius:2% !important} *#dm *.dmBody div.u_1280845878 img{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-top-left-radius:5% !important; border-top-right-radius:5% !important; border-bottom-left-radius:2% !important; border-bottom-right-radius:2% !important} *#dm *.dmBody div.u_1094805380 img[dm_changed]{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1094805380 img{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1844712150 .svg{ color:rgba(19,87,168,1) !important; fill:rgba(19,87,168,1) !important} *#dm *.dmBody *.u_1094805380{ width:100% !important} *#dm *.dmBody div.u_1329514780 img[dm_changed]{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody div.u_1329514780 img{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody *.u_1329514780{ width:100% !important} *#dm *.dmBody div.u_1629709382 .svg{ color:rgba(19,87,168,1) !important; fill:rgba(19,87,168,1) !important} *#dm *.dmBody div.u_1012370426 img[dm_changed]{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1012370426 img{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1459822276 img[dm_changed]{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody div.u_1459822276 img{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody *.u_1926250195 .dmformsubmit{ float:RIGHT !important; position:absolute !important; top:18px !important; right:0 !important} *#dm *.dmBody div.u_1926250195 input:not([type="submit"]){ background-color:rgba(255,255,255,1) !important; border-color:rgba(0,0,0,1) !important; border-style:solid !important; border-width:0 !important; height:70px !important; border-radius:10px !important; word-wrap:normal !important} *#dm *.dmBody div.u_1926250195 textarea{ background-color:rgba(255,255,255,1) !important; border-color:rgba(0,0,0,1) !important; border-style:solid !important; border-width:0 !important} *#dm *.dmBody div.u_1926250195 select{ background-color:rgba(255,255,255,1) !important; border-color:rgba(0,0,0,1) !important; border-style:solid !important; border-width:0 !important} *#dm *.dmBody div.u_1926250195 input::placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1926250195 input.placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1926250195 textarea::placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1926250195 textarea.placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1926250195 select::placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1926250195 select.placeholder{ color:rgba(177,177,177,1) !important; font-family:Montserrat !important} *#dm *.dmBody div.u_1733686302 img[dm_changed]{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody div.u_1733686302 img{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody *.u_1733686302{ width:100% !important} *#dm *.dmBody *.u_1969639951{ width:100% !important} *#dm *.dmBody div.u_1969639951 img[dm_changed]{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody div.u_1969639951 img{ object-position:0 0 !important; object-fit:contain !important} *#dm *.dmBody *.u_products{ width:100% !important} *#dm *.dmBody div.u_products img[dm_changed]{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-top-left-radius:5% !important; border-top-right-radius:5% !important; border-bottom-left-radius:2% !important; border-bottom-right-radius:2% !important} *#dm *.dmBody div.u_products img{ border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-top-left-radius:5% !important; border-top-right-radius:5% !important; border-bottom-left-radius:2% !important; border-bottom-right-radius:2% !important} *#dm *.dmBody *.u_1264884538{ width:100% !important} *#dm *.dmBody *.u_1046921581{ width:100% !important} *#dm *.dmBody div.u_1046921581 img[dm_changed]{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1046921581 img{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1743893045 img[dm_changed]{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody div.u_1743893045 img{ object-position:50% 50% !important; object-fit:cover !important} *#dm *.dmBody *.u_1459822276{ width:100% !important} *#dm *.dmBody div.u_1536599876{ background-color:rgba(0,0,0,0) !important} *#dm *.dmBody div.u_1022620466{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody *.u_1743893045{ width:100% !important} *#dm *.dmBody *.u_1616883080{ width:100% !important} *#dm *.dmBody div.u_1616883080 img[dm_changed]{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1616883080 img{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1044495501 img[dm_changed]{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1044495501 img{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody *.u_1044495501{ width:100% !important} *#dm *.dmBody div.u_1196431021 img[dm_changed]{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody div.u_1196431021 img{ object-position:50% 50% !important; object-fit:contain !important} *#dm *.dmBody *.u_1196431021{ width:100% !important} *#dm *.dmBody div.u_products{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody nav.u_1144820115{ color:white !important} *#dm *.dmBody div.u_1319858106{ background-repeat:no-repeat !important; background-image:url(https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/gift_brown_boxes.jpg) !important; background-size:cover !important} </style> <style id="pagestyleDevice" type="text/css"> *#dm *.d-page-1716942098 DIV.dmInner{ background-repeat:no-repeat !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 50% !important} *#dm *.d-page-1716942098 DIV#dmSlideRightNavRight{ background-repeat:no-repeat !important; background-image:none !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 50% !important} *#dm *.dmBody div.u_1259000334{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1738475399{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1094805380{ float:none !important; top:0 !important; left:0 !important; position:relative !important; text-align:start !important; display:block !important} *#dm *.dmBody div.u_1027139418{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1562854941{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1012370426{ float:none !important; top:0 !important; left:0 !important; position:relative !important; text-align:start !important; display:block !important} *#dm *.dmBody div.u_1829320260{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1076917886{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm div.dmInner .u_1926250195 .input[type="email"]{ height:60px !important} *#dm *.dmBody div.dmInner .u_1926250195 .input[type="email"]{ height:60px !important} *#dm *.dmBody div.dmInner .u_1926250195 .input{ height:60px !important} *#dm *.dmBody div.u_1926250195{ float:none !important; top:0 !important; left:0 !important; position:relative !important; text-align:start !important} *#dm *.dmBody div.u_1926250195 .dmforminput{ padding-left:0 !important; margin-top:0 !important} *#dm *.dmBody div.u_1926250195 .dmformsubmit{ margin:0 !important; width:34% !important; height:70px !important; padding-left:15px !important; padding-right:15px !important} *#dm *.dmBody div.u_1969639951{ float:none !important; top:0 !important; left:0 !important; position:relative !important; text-align:start !important; display:block !important} *#dm *.dmBody div.u_1443755009{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1459349396{ float:none !important; top:0 !important; left:0 !important; position:relative !important} *#dm *.dmBody div.u_1752347870{ margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:10px !important; margin-bottom:10px !important; margin-right:0 !important; padding-right:0 !important} *#dm *.dmBody div.u_1359963414{ margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:100px !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; width:auto !important} *#dm *.dmBody div.u_1264884538{ float:none !important; top:0 !important; left:0 !important; position:relative !important; text-align:start !important; display:block !important} *#dm *.dmBody div.u_1763640863{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:-0.5px !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important} *#dm *.dmBody div.u_1536599876{ padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; padding-right:10px !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important} *#dm *.dmBody div.u_1022620466{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:60px !important; padding-left:40px !important; padding-bottom:30px !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1939907153{ margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important} *#dm *.dmBody div.u_products{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:60px !important; padding-left:40px !important; padding-bottom:30px !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1321580323{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 0px) !important; margin-top:14px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important} *#dm *.dmBody a.u_1878173081{ float:none !important; top:0 !important; left:0 !important; width:222px !important; position:relative !important; height:52px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:calc(100% - 369px) !important; margin-top:33px !important; margin-bottom:10px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1319858106{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:200px !important; padding-left:40px !important; padding-bottom:200px !important; margin-right:auto !important; margin-left:auto !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; background-position:50% 50% !important} *#dm *.dmBody a.u_1878173081 span.text{ font-size:16px !important} *#dm *.dmBody div.u_1112326968{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important} </style> <!-- Flex Sections CSS --> <style id="grid-styles-desktop-6415f411ce8a0a4432ff82bc-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\34 1406079 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: auto; height: auto; flex-wrap: nowrap; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\36 415f411ce8a0a4432ff82c2 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; max-width: 100%; width: 59.99939759036145%; min-height: 410.688px; padding-top: 0px; justify-self: auto; align-self: auto; order: 0; padding-right: 20px; grid-area: auto / auto / auto / auto; } #\36 415f411ce8a0a4432ff82c3 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; max-width: 100%; width: auto; min-height: 50px; max-height: 100%; justify-self: auto; order: 5; margin: 30px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\36 415f411ce8a0a4432ff82c0 { position: relative; width: 175px; height: 48px; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; margin: 0px 0% 0px 0%; } #\36 415f411ce8a0a4432ff82c1.flex-element.widget-wrapper > [data-element-type] { padding: 0px 0px 0px 0px; } #\36 415f411ce8a0a4432ff82c1 { position: relative; width: 100%; height: 100%; min-width: 10px; min-height: 10px; justify-self: center; align-self: center; max-width: none; order: 0; max-height: none; grid-area: 1 / 1 / span 1 / span 1; } #\36 415f411ce8a0a4432ff82c8 { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 0px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: center; align-items: flex-start; position: relative; min-width: 4%; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 100%); background-color: rgba(0,0,0,0); padding-top: 90px; padding-bottom: 100px; margin: 0px 0% 0px 0%; } #\36 415f411ce8a0a4432ff82cd { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); background-color: rgba(255,255,255,1); } #\36 415f411ce8a0a4432ff82cb { align-self: start; background-size: cover; min-height: 460px; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 0%; row-gap: 0px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding: 0% 40px 0% 40px; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #\36 415f411ce8a0a4432ff82ca { margin: 0px 0% 0px 0%; } #\36 415f411ce8a0a4432ff82be { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: grid; justify-content: start; align-items: start; position: relative; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(435px, max-content); column-gap: 0px; row-gap: 0px; width: 39.999096385542174%; max-width: 100%; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\36 415f411ce8a0a4432ff82cf { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: 180px; height: auto; flex-wrap: nowrap; justify-self: auto; align-self: auto; order: 0; grid-area: auto / auto / auto / auto; } #group_n8n { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; position: relative; max-width: 1262px; width: 100%; min-height: 50px; max-height: 100%; align-self: auto; padding-left: 0%; justify-self: auto; order: 0; grid-area: auto / auto / auto / auto; } #\36 42a734e692cdf7c763a5251.flex-element.widget-wrapper > [data-element-type] { padding: 0px 0px 0px 0px; } #\36 42a734e692cdf7c763a5251 { position: relative; width: 100%; height: 435px; min-width: 10px; min-height: 10px; justify-self: auto; align-self: auto; max-width: 100%; order: 2; max-height: none; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #widget_von { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 1; justify-self: auto; align-self: auto; margin-top: 15px; grid-area: auto / auto / auto / auto; } #widget_hta { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #widget_r90.flex-element.widget-wrapper > [data-element-type] { padding-right: 20px; } #widget_r90 { position: relative; width: 60%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; margin: 0px 0% 0px 0%; } #\32 834cc34.flex-element.widget-wrapper > [data-element-type] { padding-right: 20px; } #\32 834cc34 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 2; margin-bottom: 0px; margin-right: 0%; margin-left: 0%; } #widget_jo1 { position: relative; width: 40%; height: auto; min-width: 10px; min-height: 10px; max-width: 100px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #group_qck { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: auto; max-height: 100%; order: 3; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } }</style> <style id="grid-styles-tablet-6415f411ce8a0a4432ff82bc-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #\34 1406079 { min-height: auto; } #\36 415f411ce8a0a4432ff82cd { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); background-color: rgba(255,255,255,1); } #\36 415f411ce8a0a4432ff82cb { padding: 70px 40px 70px 40px; } #\36 415f411ce8a0a4432ff82c8 { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 100%); background-color: rgba(0,0,0,0); margin-bottom: 0px; padding: 0px 0px 0px 0px; } #\36 415f411ce8a0a4432ff82cf { min-height: auto; } #\36 415f411ce8a0a4432ff82c2 { align-self: stretch; width: 100%; max-width: 100%; margin: 0px 0% 0px 0%; } #\36 415f411ce8a0a4432ff82be { margin: 0px 0% 0px 0%; } #group_n8n { flex-direction: column; flex-wrap: nowrap; justify-self: auto; align-self: auto; width: 100%; order: 0; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\36 42a734e692cdf7c763a5251 { align-self: center; margin-left: 0%; margin-right: 0%; width: 70%; max-width: 100%; height: auto; order: 4; } #\36 415f411ce8a0a4432ff82c3 { margin-top: 20px; align-self: center; margin-left: 0%; margin-right: 0%; width: 100%; max-width: 250px; flex-direction: column; flex-wrap: nowrap; order: 5; } #\36 415f411ce8a0a4432ff82c0 { align-self: stretch; width: 100%; max-width: 100%; margin: 0px 0% 0px 0%; } #widget_von.flex-element.widget-wrapper > [data-element-type] { padding-top: 2px; padding-bottom: 2px; } #widget_von { justify-self: auto; align-self: auto; width: 100%; order: 2; margin: 15px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #widget_hta.flex-element.widget-wrapper > [data-element-type] { padding-top: 2px; padding-bottom: 2px; } }</style> <style id="grid-styles-desktop_wide-6415f411ce8a0a4432ff82bc-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 1400px) { #\36 415f411ce8a0a4432ff82c2 { width: 810px; order: 0; min-height: 410px; max-width: 810px; } #\36 415f411ce8a0a4432ff82c8 { flex-direction: row; column-gap: 0%; padding-left: 0px; padding-right: 0px; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 100%); background-color: rgba(0,0,0,0); } #\36 415f411ce8a0a4432ff82cd { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); background-color: rgba(255,255,255,1); } #\36 415f411ce8a0a4432ff82be { width: 574px; order: 1; max-width: 574px; } #group_n8n { order: 0; max-width: 1399px; align-self: center; margin-bottom: 0px; margin-top: 0px; } }</style> <style id="grid-styles-mobile_portrait-6415f411ce8a0a4432ff82bc-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #\36 415f411ce8a0a4432ff82cd { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); background-color: rgba(255,255,255,1); } #\36 415f411ce8a0a4432ff82cb { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; } #\36 415f411ce8a0a4432ff82c8 { width: 100%; min-height: 240px; align-items: center; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 100%); background-color: rgba(0,0,0,0); padding: 50px 0px 50px 0px; } #\36 415f411ce8a0a4432ff82c2 { align-self: center; width: 100%; max-width: 100%; align-items: center; padding-right: 0px; margin: 0px 0% 0px 0%; } #\36 415f411ce8a0a4432ff82be { width: 100%; margin: 0px 0% 0px 0%; } #group_n8n { padding-bottom: 0%; flex-direction: column; flex-wrap: nowrap; justify-self: auto; align-self: auto; width: 100%; order: 0; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\36 42a734e692cdf7c763a5251 { height: auto; } #\36 415f411ce8a0a4432ff82c3 { flex-direction: column; flex-wrap: nowrap; margin-left: 0%; margin-right: 0%; width: 100.00%; max-width: 100%; margin-top: 30px; align-self: center; } #\36 415f411ce8a0a4432ff82c0 { height: 40px; align-self: stretch; width: 100%; max-width: 100%; margin: 0px 0% 0px 0%; } #widget_hta { width: 100.00%; } #widget_jo1 { height: 240px; } }</style> <style id="grid-styles-mobile_landscape-6415f411ce8a0a4432ff82bc-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 468px) and (max-width: 767px) { #\36 415f411ce8a0a4432ff82cd { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); background-color: rgba(255,255,255,1); } #\36 415f411ce8a0a4432ff82c8 { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 100%); background-color: rgba(0,0,0,0); } }</style> <style id="grid-styles-desktop-6415fdd6ce8a0a4432036d6f-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\36 415fdd6ce8a0a4432036d70 { align-self: start; background-size: cover; min-height: auto; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 0%; row-gap: 0px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding: 0% 40px 100px 40px; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #\36 415fdd6ce8a0a4432036d81 { margin: 0px 0% 0px 0%; } #\36 415fdd6ce8a0a4432036d80 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 1; margin: 30px 0% 0px 0%; } #\36 415fdd6ce8a0a4432036d75 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; justify-self: auto; align-self: auto; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\36 415fdd6ce8a0a4432036d71 { position: relative; width: 640px; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; margin: 0px 0% 0px 0%; } #\36 415fdd6ce8a0a4432036d73 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; max-width: 100%; width: 50%; min-height: auto; padding-top: 0px; order: 1; padding-left: 20px; margin-top: 0px; margin-right: 0%; margin-left: 0px; } #\36 415fdd6ce8a0a4432036d79 { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 0px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: center; align-items: center; position: relative; min-width: 4%; order: 1; padding: 0px 0px 0px 0px; margin: 0px 0% 0px 0%; } #\36 415fdd6ce8a0a4432036d7e { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; } #group_ctp { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; position: relative; max-width: 1399px; width: 100%; min-height: 50px; max-height: 100%; order: 0; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\37 f105446 { position: relative; width: 280px; height: 50px; min-width: 10px; min-height: 10px; max-width: 100%; order: 3; align-self: auto; justify-self: auto; margin: 30px 0% 0px 0%; grid-area: auto / auto / auto / auto; } }</style> <style id="grid-styles-tablet-6415fdd6ce8a0a4432036d6f-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #\36 415fdd6ce8a0a4432036d70 { padding-left: 40px; padding-right: 40px; padding-bottom: 70px; } #\36 415fdd6ce8a0a4432036d71 { align-self: stretch; width: 100%; max-width: 100%; order: 0; margin: 0px 0% 40px 0%; } #\36 415fdd6ce8a0a4432036d73 { padding-right: 0%; padding-left: 0px; align-self: auto; width: 100%; max-width: 100%; justify-self: auto; order: 1; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #group_ctp { flex-direction: column; flex-wrap: nowrap; } }</style> <style id="grid-styles-desktop_wide-6415fdd6ce8a0a4432036d6f-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 1400px) { #\36 415fdd6ce8a0a4432036d71 { width: 640px; } #\36 415fdd6ce8a0a4432036d73 { width: 50%; } }</style> <style id="grid-styles-mobile_portrait-6415fdd6ce8a0a4432036d6f-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #\36 415fdd6ce8a0a4432036d70 { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; } #\36 415fdd6ce8a0a4432036d79 { width: 100%; min-height: 240px; align-items: center; } #\36 415fdd6ce8a0a4432036d71 { height: auto; margin: 0px 0% 0px 0%; } #\36 415fdd6ce8a0a4432036d73 { align-self: stretch; width: 100%; max-width: 100%; padding-left: 0px; margin: 30px 0% 0px 0%; } #group_ctp { flex-direction: column; flex-wrap: nowrap; } #\36 415fdd6ce8a0a4432036d75 { align-self: center; margin-left: 0%; margin-right: 0%; } #\36 415fdd6ce8a0a4432036d80 { margin-top: 20px; align-self: center; margin-left: 0%; margin-right: 0%; } #\37 f105446 { align-self: center; margin-left: 0%; margin-right: 0%; } }</style> <style id="grid-styles-desktop-6416021cce8a0a443204976e-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\36 416021cce8a0a4432049779 { position: relative; width: 640px; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 1; margin: 0px 0% 0px 0%; } #\36 416021cce8a0a4432049785 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; max-width: 1399px; width: 100%; min-height: 50px; max-height: 100%; order: 0; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 416021cce8a0a4432049773 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; justify-self: auto; align-self: flex-start; margin-top: 0px; margin-bottom: 0px; grid-area: auto / auto / auto / auto; } #\36 416021cce8a0a4432049771 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 1; margin: 30px 0% 0px 0%; } #\36 416021cce8a0a4432049770 { align-self: start; background-size: cover; min-height: auto; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 0%; row-gap: 0px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding: 0% 40px 100px 40px; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #\36 416021cce8a0a4432049781 { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; } #\36 416021cce8a0a443204976f { margin: 0px 0% 0px 0%; } #\36 416021cce8a0a443204977f { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 0px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: center; align-items: center; position: relative; min-width: 4%; order: 1; padding: 0px 0px 0px 0px; margin: 0px 0% 0px 0%; } #\36 416021cce8a0a443204977d { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; max-width: 100%; width: 43.903714859437756%; min-height: auto; padding-top: 0px; order: 0; padding-right: 20px; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\37 4258c1f { position: relative; width: 280px; height: 50px; min-width: 10px; min-height: 10px; max-width: 100%; order: 3; align-self: auto; justify-self: auto; margin: 30px 0% 0px 0%; grid-area: auto / auto / auto / auto; } }</style> <style id="grid-styles-tablet-6416021cce8a0a443204976e-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #\36 416021cce8a0a4432049770 { padding-left: 40px; padding-right: 40px; padding-bottom: 70px; } #\36 416021cce8a0a4432049779 { order: 0; align-self: stretch; width: 100%; max-width: 100%; margin: 0px 0% 0px 0%; } #\36 416021cce8a0a443204977d { order: 1; padding-bottom: 0%; align-self: stretch; width: 100%; max-width: 100%; padding-left: 0px; margin: 40px 0% 0px 0%; } #\36 416021cce8a0a4432049785 { padding-bottom: 0%; flex-direction: column; flex-wrap: nowrap; padding-right: 0%; } #\36 416021cce8a0a4432049773 { align-self: stretch; margin-left: 0%; margin-right: 0%; width: 100%; max-width: 100%; } }</style> <style id="grid-styles-desktop_wide-6416021cce8a0a443204976e-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 1400px) { #\36 416021cce8a0a4432049779 { width: 640px; } #\36 416021cce8a0a443204977d { width: 50%; } }</style> <style id="grid-styles-mobile_portrait-6416021cce8a0a443204976e-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #\36 416021cce8a0a4432049770 { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; } #\36 416021cce8a0a4432049779 { height: auto; order: 0; margin: 0px 0% 0px 0%; } #\36 416021cce8a0a443204977f { width: 100%; min-height: 240px; align-items: center; } #\36 416021cce8a0a443204977d { padding-bottom: 0%; padding-left: 0px; flex-direction: column; flex-wrap: nowrap; width: 100%; order: 1; padding-right: 0px; margin: 30px 0% 0px 0%; } #\36 416021cce8a0a4432049773 { align-self: center; order: 0; width: 100.00%; margin: 0px 0% 20px 0%; } #\36 416021cce8a0a4432049771.flex-element.widget-wrapper > [data-element-type] { padding-bottom: 0px; } #\36 416021cce8a0a4432049771 { align-self: auto; justify-self: auto; width: 100%; order: 1; margin: 0px 0% 20px 0%; grid-area: auto / auto / auto / auto; } #\36 416021cce8a0a4432049785 { flex-direction: column; flex-wrap: nowrap; justify-self: auto; align-self: auto; width: 100%; order: 0; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\37 4258c1f { order: 3; align-self: center; margin-left: 0%; margin-right: 0%; margin-top: 30px; } }</style> <style id="grid-styles-desktop-6828e284-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\38 28c4a53 { margin: 0px 0% 0px 0%; } #\38 14c28b3 { align-self: start; background-size: cover; min-height: auto; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 0%; row-gap: 0px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding-top: 0%; padding-right: 40px; padding-left: 40px; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #bd1daf8b { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 0px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: center; align-items: center; position: relative; min-width: 4%; order: 1; padding: 0px 0px 0px 0px; margin: 0px 0% 0px 0%; } #\38 c7f70ee { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; justify-self: auto; align-self: auto; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\34 5e37c53 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 1; margin: 30px 0% 0px 0%; } #\38 851c12c { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; position: relative; max-width: 1399px; width: 100%; min-height: 50px; max-height: 100%; order: 0; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\34 1a770b7 { position: relative; width: 280px; height: 50px; min-width: 10px; min-height: 10px; max-width: 100%; order: 3; align-self: auto; justify-self: auto; margin: 30px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #ab2a8952 { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; } #d4e698ec { position: relative; width: auto; height: auto; min-width: 10px; min-height: 10px; max-width: 500px; order: 0; margin: 0px 0% 0px 0%; } #\38 330e277 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; max-width: 100%; width: 50%; min-height: auto; padding-top: 0px; order: 1; padding-left: 20px; margin-top: 0px; margin-right: 0%; margin-left: 0px; } }</style> <style id="grid-styles-tablet-6828e284-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #\38 851c12c { flex-direction: column; flex-wrap: nowrap; } #\38 14c28b3 { padding-left: 40px; padding-right: 40px; padding-bottom: 70px; } #d4e698ec { align-self: stretch; width: 100%; max-width: 100%; order: 0; margin: 0px 0% 40px 0%; } #\38 330e277 { padding-right: 0%; padding-left: 0px; align-self: auto; width: 100%; max-width: 100%; justify-self: auto; order: 1; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } }</style> <style id="grid-styles-desktop_wide-6828e284-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 1400px) { #d4e698ec { width: 640px; } #\38 330e277 { width: 50%; } }</style> <style id="grid-styles-mobile_portrait-6828e284-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #\38 14c28b3 { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; } #bd1daf8b { width: 100%; min-height: 240px; align-items: center; } #\38 c7f70ee { align-self: center; margin-left: 0%; margin-right: 0%; } #\34 5e37c53 { margin-top: 20px; align-self: center; margin-left: 0%; margin-right: 0%; } #\38 851c12c { flex-direction: column; flex-wrap: nowrap; } #\34 1a770b7 { align-self: center; margin-left: 0%; margin-right: 0%; } #d4e698ec { height: auto; margin: 0px 0% 0px 0%; } #\38 330e277 { align-self: stretch; width: 100%; max-width: 100%; padding-left: 0px; margin: 30px 0% 0px 0%; } }</style> <style id="grid-styles-desktop-6421ea87fe694d74b49794c6-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\36 421ea87fe694d74b49794d0 { position: relative; width: 20px; height: 20px; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 10px 0px 0%; } #\36 421ea87fe694d74b49794d1 { position: relative; width: auto; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794ca { margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794cb { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; } #\36 421ea87fe694d74b49794cc { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 0px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: flex-start; align-items: center; position: relative; min-width: 4%; padding: 0px 16px 80px 16px; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794cd { position: relative; width: auto; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794ce { align-self: start; background-size: cover; min-height: auto; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 0%; row-gap: 0px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding: 0% 0% 0% 0%; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #\36 421ea87fe694d74b49794cf { position: relative; width: 20px; height: 20px; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 10px 0px 0%; } #\36 421ea87fe694d74b49794c9 { position: relative; width: 20px; height: 20px; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 10px 0px 0%; } #\36 421ea87fe694d74b49794d2 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: 24px; height: auto; order: 2; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794d3 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: 24px; height: auto; order: 1; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794d4 { position: relative; width: auto; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794c8 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; position: relative; max-width: 100%; width: 100.00%; min-height: 24px; height: auto; order: 0; margin: 0px 0% 0px 0%; } #group_sup { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: 50%; order: 0; padding-bottom: 0%; margin: 0px 0% 0px 0%; } }</style> <style id="grid-styles-tablet-6421ea87fe694d74b49794c6-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #\36 421ea87fe694d74b49794d2 { align-items: flex-start; } #\36 421ea87fe694d74b49794ce { padding-left: 40px; padding-right: 40px; } #\36 421ea87fe694d74b49794d3 { align-items: flex-start; } #\36 421ea87fe694d74b49794c8 { align-items: flex-start; } }</style> <style id="grid-styles-mobile_portrait-6421ea87fe694d74b49794c6-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #\36 421ea87fe694d74b49794d2 { height: auto; min-height: 22px; width: 100%; align-items: flex-start; justify-content: center; margin: 20px 0% 0px 0%; } #\36 421ea87fe694d74b49794cc { width: 100%; min-height: 130px; align-items: center; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; } #\36 421ea87fe694d74b49794ce { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; } #\36 421ea87fe694d74b49794c8 { justify-content: center; min-height: auto; margin: 0px 0% 0px 0%; } #\36 421ea87fe694d74b49794d3 { justify-content: center; margin: 20px 0% 0px 0%; } #\36 421ea87fe694d74b49794d0 { align-self: flex-start; margin-bottom: 0px; margin-top: 0px; } #group_sup { flex-direction: column; flex-wrap: nowrap; } #\36 421ea87fe694d74b49794d1 { width: 268px; } }</style> <style id="grid-styles-desktop-cca4ee60-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media all { #\33 def0306 { align-self: start; background-size: cover; min-height: auto; background-repeat: no-repeat; flex-direction: row; order: 0; display: flex; background-position: 50% 50%; column-gap: 4%; row-gap: 24px; max-width: none; width: 100%; justify-content: flex-start; align-items: center; position: relative; justify-self: center; padding: 0% 40px 100px 40px; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #\30 be12155 { align-self: stretch; background-size: cover; display: flex; min-height: 8px; background-position: 50% 50%; column-gap: 4%; row-gap: 24px; background-repeat: no-repeat; flex-direction: column; max-width: 100%; width: 100%; justify-content: center; align-items: center; position: relative; min-width: 4%; padding: 16px 16px 16px 16px; margin: 0px 0% 0px 0%; } #da659726.flex-element.widget-wrapper > [data-element-type] { padding: 2px 0px 2px 0px; } #da659726 { position: relative; width: 630px; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; order: 0; margin: 0px 0% 0px 0%; } #\31 e646c1a { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; max-width: 100%; width: 100%; min-height: 50px; max-height: 100%; align-self: center; justify-self: center; min-width: auto; } #d57e6748 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: grid; justify-content: start; align-items: start; position: relative; grid-template-columns: repeat(1, minmax(0, 1fr)); grid-template-rows: minmax(108px, max-content); column-gap: 50px; row-gap: 0px; width: 100%; max-width: 1399px; background-color: rgba(239,246,255,1); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; padding-top: 40px; padding-bottom: 40px; justify-self: auto; order: 0; grid-area: auto / auto / auto / auto; } #\30 9ae39e3.flex-element.widget-wrapper > [data-element-type] { padding: 2px 0px 2px 0px; } #\30 9ae39e3 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 100%; align-self: center; order: 0; grid-area: auto / auto / auto / auto; } #e2493e5e { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; max-width: none; width: 100%; min-height: 100%; max-height: none; padding-left: 0px; padding-right: 0%; order: 0; margin-left: 0%; align-self: center; height: auto; } #\32 e5622d4 { margin: 0px 0% 0px 0%; } #\35 025ab4a.flex-element.widget-wrapper > [data-element-type] { padding-top: 10px; padding-bottom: 10px; } #\35 025ab4a { position: relative; width: 225px; height: 50px; min-width: 10px; min-height: 10px; max-width: 100%; margin-top: 30px; align-self: center; order: 3; margin-bottom: 30px; } #c5428397 { background-repeat: no-repeat; background-size: cover; grid-template-columns: minmax(0px, 1fr); grid-template-rows: minmax(8px, max-content); display: grid; justify-content: start; background-position: 50% 50%; align-items: start; position: relative; } #group_v67 { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; max-width: 80%; width: 100%; min-height: 50px; max-height: 100%; order: 1; margin-top: 10px; align-self: center; min-width: 750px; } #group_b1d { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; max-width: 100%; width: 65%; min-height: 50px; max-height: 100%; margin-top: 20px; min-width: auto; } #widget_ee3 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 200px; order: 0; margin-right: 20px; margin-left: 20px; } #dc36819d { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 200px; order: 1; margin-left: 20px; margin-right: 20px; } #\33 755bd40 { position: relative; width: 100%; height: auto; min-width: 10px; min-height: 10px; max-width: 200px; order: 2; margin-left: 20px; margin-right: 20px; } }</style> <style id="grid-styles-tablet-cca4ee60-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 768px) and (max-width: 1024px) { #e2493e5e { padding-left: 0px; width: 100%; max-width: 100%; align-self: center; margin: 0px 0% 0px 0%; } #\33 def0306 { padding-left: 40px; padding-right: 40px; column-gap: 0%; } #da659726 { align-self: stretch; margin-left: 0%; margin-right: 0%; width: 100%; max-width: 100%; } #\30 be12155 { width: 100%; padding-left: 0px; padding-right: 0px; } #\31 e646c1a { flex-direction: column; flex-wrap: nowrap; justify-self: start; margin-left: 0%; margin-right: 0%; align-items: center; } #d57e6748 { background-color: rgba(239,246,255,1); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; padding-left: 20px; padding-right: 20px; grid-template-columns: repeat(1, minmax(0px, 1fr)); grid-template-rows: minmax(8px, max-content) minmax(8px, max-content); justify-self: auto; align-self: center; width: 100%; order: 0; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\30 9ae39e3 { width: 100%; } #group_b1d { min-width: auto; } #group_v67 { min-width: auto; } }</style> <style id="grid-styles-desktop_wide-cca4ee60-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 1400px) { #e2493e5e { order: 0; width: auto; padding-left: 0px; margin-right: 30px; } #da659726 { align-self: center; margin-left: 0%; margin-right: 0%; } #\31 e646c1a { height: auto; min-height: 50px; width: 100%; order: 0; justify-self: stretch; margin-left: 0%; margin-right: 0%; max-width: 100%; justify-content: center; } #d57e6748 { background-color: rgba(239,246,255,1); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; order: 1; grid-template-columns: repeat(1, minmax(0, 1fr)); max-width: 1460px; } }</style> <style id="grid-styles-mobile_portrait-cca4ee60-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (max-width: 767px) { #e2493e5e { align-self: auto; width: 89.9979863784424%; max-width: 100%; justify-self: auto; min-height: 487.336px; order: 0; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\33 def0306 { min-height: unset; flex-direction: column; padding-left: 15px; padding-right: 15px; row-gap: 0px; padding-bottom: 30px; } #\30 be12155 { width: 100%; min-height: 240px; align-items: center; row-gap: 0px; padding: 0px 0px 0px 0px; } #\31 e646c1a { justify-self: stretch; margin-left: 0%; margin-right: 0%; width: 100%; max-width: 100%; flex-direction: column; flex-wrap: nowrap; } #d57e6748 { background-color: rgba(239,246,255,1); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; justify-self: auto; align-self: auto; width: 99.99483980120546%; order: 0; padding-bottom: 20px; grid-template-rows: minmax(148px, max-content); padding-top: 20px; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #widget_ee3 { height: auto; margin: 0px 0% 0px 0%; } #dc36819d { height: auto; margin: 0px 0% 0px 0%; } #\33 755bd40 { height: auto; margin: 0px 0% 0px 0%; } #group_b1d { min-width: auto; width: auto; flex-wrap: nowrap; justify-content: space-between; flex-direction: row; } #group_v67 { min-width: auto; } #da659726 { width: auto; } }</style> <style id="grid-styles-mobile_landscape-cca4ee60-75cabf8efb6d4a8b955d1b1e2367c447" data-page-uuid="75cabf8efb6d4a8b955d1b1e2367c447">@media (min-width: 468px) and (max-width: 767px) { #d57e6748 { background-color: rgba(239,246,255,1); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; } }</style> <style id="globalFontSizeStyle" type="text/css"> .font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_5187"; var build = "2025-02-12T13_48_47"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-02-12T13_48_47"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5187'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5187'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5187/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5187/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Arial Fallback"; src: local('Arial'); line-gap-override: 0%; }@font-face { font-family: "Barlow Fallback"; src: local('Arial'); ascent-override: 103.1323%; descent-override: 20.6265%; size-adjust: 96.9628%; line-gap-override: 0%; }@font-face { font-family: "Playball Fallback"; src: local('Arial'); ascent-override: 112.7247%; descent-override: 35.5973%; size-adjust: 84.2761%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.newswire.com//feed/rss2" /> <link type="application/atom+xml" rel="alternate" href="https://www.newswire.com//feed/atom" /> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.newswire.com/media-database"/> <title> Media Database Services | Accurate Contacts | Newswire </title> <meta name="keywords" content="media database, media contacts database, media database services, media database services public relations"/> <meta name="description" content="Newswire's Media Database service provides you with accurate contact information you need when you need it. Learn more about our media database services."/> <!-- Schema Start --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Service", "serviceType": "Media Database Services", "provider": { "@type": "Organization", "name": "Newswire", "@id": "https://www.newswire.com/media-database" }, "name": "Media Database Services", "description": "Newswire's Media Database service provides you with accurate contact information you need when you need it. Learn more about our media database services." } </script> <!-- Schema End --> <!--THE CONTENT OF THIS FILE WILL BE APPENDED TO EVERY PAGE INSIDE THE </HEAD> ELEMENT--> <!-- Variables. Depended upon by Newswire custom built widgets. Do not remove --> <link rel="stylesheet" type="text/css" href="https://cdn.newswire.com/assets_v3/css/_variables_root.css"/> <!-- Google Tag Manager --> <!-- Start GTM Dependency --> <script> // Initialize backend session from FullStory session url window['_fs_ready'] = () => { const sessionUrl = FS.getCurrentSessionURL(); const savedSession = "https://app.fullstory.com/ui/M7FYH/client-session/bfd755a3-3c5c-4d02-a471-2946315fc915%3Ade779c94-c807-4f7e-af4e-8fcc6e40fad4"; if (sessionUrl && sessionUrl !== savedSession) { const formData = new FormData(); formData.append('url', sessionUrl); fetch("https:\/\/www.newswire.com\/api\/session\/fullstory", { method: 'POST', body: formData, headers: {Accept: 'application/json'} }) .catch(() => { console.warn('Fullstory session error.'); }) } }; </script> <!-- End GTM Dependency --> <!-- Google Tag Manager Datalayer--> <script type="application/javascript"> window.dataLayer = window.dataLayer || []; dataLayer.push({ 'isUserOnline': false, 'isAdminOnline': false, 'isUserPanel': false, 'brandName': "Newswire", 'isFullStoryEnabled': true, 'isCollab': false, 'isMediaRoom': false, 'isSalesGeneration': true, 'isNewswirePlatform': true, }) </script> <!-- Google Tag Manager Datalayer--> <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-TKKB8JX"); </script> <!-- End Google Tag Manager --> <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-MX6T5V36WQ"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MX6T5V36WQ'); </script> <!-- End Google Analytics --> <div id="alert-container"> </div> <div id="alert-message" class="alert"> Your email was successfully sent! </div> <script> // Function to get query parameter by name function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } // Check for 'submissionGuid' parameter const submissionGuid = getQueryParam('submissionGuid'); if (submissionGuid) { // Show custom alert message const alertContainer = document.getElementById('alert-container'); const alertMessage = document.getElementById('alert-message'); alertContainer.style.display = 'flex'; alertMessage.style.display = 'block'; // Hide the alert message after a few seconds setTimeout(() => { alertMessage.style.opacity = '0'; setTimeout(() => { alertContainer.style.display = 'none'; alertMessage.style.display = 'none'; }, 500); }, 3000); // Show for 3 seconds } </script> <style> #alert-container { display: none; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); /* Semi-transparent background */ z-index: 1000; } .alert { display: none; width: 100%; position: fixed; background-color: #4CAF50; /* Green */ color: white; padding: 20px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); font-family: Arial, sans-serif; text-align: center; transition: opacity 0.5s ease-in-out; max-width: 100%; /* Ensure it fits on smaller screens */ margin: auto; z-index: 1001; /* Ensure it appears above the alert container */ } </style> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async="" defer="" src="//js.hs-scripts.com/21179411.js"> </script> <!-- End of HubSpot Embed Code --> <style> /* Modal styles */ #modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease; z-index:999; } #modal img { max-width: 80%; max-height: 80%; cursor: pointer; } #modal.show { visibility: visible; opacity: 1; } </style> <div id="modal"> <img src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/popup.png" alt="Popup"/> </div> <script> document.addEventListener("DOMContentLoaded", function () { let modal = document.getElementById("modal"); // Show modal on page load modal.classList.add("show"); // Close modal when clicking on the image modal.addEventListener("click", function () { modal.classList.remove("show"); }); }); </script> <style> /* Floating box styles */ .floating-box { position: fixed; right: 0px; top: 50%; transform: translateY(-50%); width: 80px; /* Adjust size as needed */ height: 80px; /* Adjust size as needed */ background-color: white; border-radius: 0px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2); display: flex; justify-content: center; align-items: center; z-index: 9999; } .floating-box img { width: 80%; height: auto; } .floating-box:hover { opacity: 0.8; } </style> <a href="https://www.accessnewswire.com/?UTM=newswire" target="_blank" class="floating-box"> <img src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/LOGOTYPE_COLOR.png" alt="Access Newswire Logo"/> </a> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Media Database Services | Accurate Contacts | Newswire"/> <meta name="twitter:description" content="Newswire's Media Database service provides you with accurate contact information you need when you need it. Learn more about our media database services."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/Newswire_SocialNetworkImage-1920w.png"/> <meta property="og:description" content="Newswire's Media Database service provides you with accurate contact information you need when you need it. Learn more about our media database services."/> <meta property="og:title" content="Media Database Services | Accurate Contacts | Newswire"/> <meta property="og:image" content="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/Newswire_SocialNetworkImage-1920w.png"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="media-database" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-sec hasAnimations rows-1200 hasStickyHeader hamburger-reverse hasStickyHeader layout-drawer_fixed-header dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="top" data-auto-height="true"> <div class="u_1826294544 dmRespRow" style="text-align: center;" id="1826294544"> <div class="dmRespColsWrapper" id="1337204992"> <div class="u_1183846399 dmRespCol small-12 medium-12 large-12 empty-column" id="1183846399"></div> </div> </div> <div class="u_1021493186 dmRespRow middleDrawerRow" style="text-align: center;" id="1021493186"> <div class="dmRespColsWrapper" id="1170137577"> <div class="dmRespCol small-12 u_1808057136 medium-12 large-12" id="1808057136"> <nav class="u_1144820115 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_1" layout-sub="" data-show-vertical-sub-items="HIDE" id="1144820115" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101330618 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Products " data-auto="page-text-style">Products<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/press-release-distribution" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Press Release Distribution " data-auto="page-text-style">Press Release Distribution<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/press-release-optimizer" class="unifiednav__item dmUDNavigationItem_010101883749 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Press Release Optimizer " data-auto="page-text-style">Press Release Optimizer<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-suite" class="unifiednav__item dmUDNavigationItem_010101375703 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Suite" data-auto="page-text-style">Media Suite<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-database" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101406325 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Media Database" data-auto="page-text-style">Media Database<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-pitching" class="unifiednav__item dmUDNavigationItem_010101238363 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Pitching" data-auto="page-text-style">Media Pitching<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-monitoring" class="unifiednav__item dmUDNavigationItem_010101646814 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Monitoring" data-auto="page-text-style">Media Monitoring<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/analytics" class="unifiednav__item dmUDNavigationItem_010101889890 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Analytics " data-auto="page-text-style">Analytics<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-room" class="unifiednav__item dmUDNavigationItem_010101890940 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Room" data-auto="page-text-style">Media Room<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/pricing/domestic/1" class="unifiednav__item dmUDNavigationItem_010101717183 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Pricing" data-auto="page-text-style">Pricing<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/customer-success-stories" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Customer Stories " data-auto="page-text-style">Customer Stories<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101573701 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Resources " data-auto="page-text-style">Resources<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resources" class="unifiednav__item dmUDNavigationItem_010101939839 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Education " data-auto="page-text-style">Education<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.newswire.com/blog" class="unifiednav__item dmUDNavigationItem_010101518258 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Blog" data-auto="page-text-style">Blog<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/pr-and-earned-media-planner" class="unifiednav__item dmUDNavigationItem_010101144612 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PR and Earned Media Planner " data-auto="page-text-style">PR and Earned Media Planner<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/journalist" class="unifiednav__item dmUDNavigationItem_01010177461 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" For Journalists " data-auto="page-text-style">For Journalists<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.newswire.com/contact" class="unifiednav__item dmUDNavigationItem_010101449898 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Support" data-auto="page-text-style">Support<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/newsroom" class="unifiednav__item dmUDNavigationItem_010101739192 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Newsroom" data-auto="page-text-style">Newsroom<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> <div class="dmRespRow u_1194769718" id="1194769718"> <div class="dmRespColsWrapper" id="1384034266"> <div class="u_1858835522 dmRespCol small-12 large-4 medium-4" id="1858835522"> <a data-display-type="block" class="u_1171115300 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient button_2" file="false" href="https://www.newswire.com/login" data-element-type="dButtonLinkId" id="1171115300" target="_blank"> <span class="iconBg" aria-hidden="true" id="1717548338"> <span class="icon hasFontIcon icon-star" id="1260849452"></span> </span> <span class="text" id="1260392949">Log In</span> </a> </div> <div class="u_1353154526 dmRespCol small-12 large-8 medium-8" id="1353154526"> <a data-display-type="block" class="u_1719391021 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.newswire.com/pricing" data-element-type="dButtonLinkId" id="1719391021" target="_blank"> <span class="iconBg" aria-hidden="true" id="1182165393"> <span class="icon hasFontIcon icon-star" id="1195185947"></span> </span> <span class="text" id="1845563477">Submit a Press Release</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1676049285" style="text-align: center;" id="1676049285"> <div class="dmRespColsWrapper" id="1888750820"> <div class="u_1916182198 dmRespCol small-12 medium-12 large-12 empty-column" id="1916182198"></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="dmRespCol small-12 u_1655486006 medium-12 large-12" id="1655486006"> <div class="u_1923160809 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1923160809"> <a href="/" id="1573522578" file="false"><img src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" id="1761992403" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" width="252" height="32" alt="A white background with a few lines on it" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1861705244 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1861705244"> <div class="dmRespColsWrapper" id="1914255413"> <div class="u_1677919435 small-12 dmRespCol large-2 medium-2" id="1677919435"> <div class="u_1422740333 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1422740333"> <a href="/" id="1445009061"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/newswire_ANW_f-1920w.png" alt="The logo for a newswire an access newswire brand" id="1038420090" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/newswire_ANW_f.png" width="969" height="194" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1246161842 dmRespCol small-12 large-7 medium-7" id="1246161842"> <span id="1630001966"></span> <nav class="u_1112353738 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1112353738" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101330618 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Products " data-auto="page-text-style">Products<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/press-release-distribution" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Press Release Distribution " data-auto="page-text-style">Press Release Distribution<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/press-release-optimizer" class="unifiednav__item dmUDNavigationItem_010101883749 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Press Release Optimizer " data-auto="page-text-style">Press Release Optimizer<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-suite" class="unifiednav__item dmUDNavigationItem_010101375703 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Suite" data-auto="page-text-style">Media Suite<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-database" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101406325 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Media Database" data-auto="page-text-style">Media Database<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-pitching" class="unifiednav__item dmUDNavigationItem_010101238363 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Pitching" data-auto="page-text-style">Media Pitching<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-monitoring" class="unifiednav__item dmUDNavigationItem_010101646814 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Monitoring" data-auto="page-text-style">Media Monitoring<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/analytics" class="unifiednav__item dmUDNavigationItem_010101889890 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Analytics " data-auto="page-text-style">Analytics<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/media-room" class="unifiednav__item dmUDNavigationItem_010101890940 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Room" data-auto="page-text-style">Media Room<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/pricing/domestic/1" class="unifiednav__item dmUDNavigationItem_010101717183 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Pricing" data-auto="page-text-style">Pricing<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/customer-success-stories" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Customer Stories " data-auto="page-text-style">Customer Stories<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101573701 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Resources " data-auto="page-text-style">Resources<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resources" class="unifiednav__item dmUDNavigationItem_010101939839 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Education " data-auto="page-text-style">Education<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.newswire.com/blog" class="unifiednav__item dmUDNavigationItem_010101518258 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Blog" data-auto="page-text-style">Blog<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/pr-and-earned-media-planner" class="unifiednav__item dmUDNavigationItem_010101144612 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PR and Earned Media Planner " data-auto="page-text-style">PR and Earned Media Planner<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/journalist" class="unifiednav__item dmUDNavigationItem_01010177461 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" For Journalists " data-auto="page-text-style">For Journalists<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.newswire.com/contact" class="unifiednav__item dmUDNavigationItem_010101449898 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Support" data-auto="page-text-style">Support<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/newsroom" class="unifiednav__item dmUDNavigationItem_010101739192 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Newsroom" data-auto="page-text-style">Newsroom<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> <div data-element-type="html" class="dmCustomHtml" id="1717567121"> <style>.bannerCont { padding: 15px 0px 15px 0px; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; font-family: Montserrat, sans-serif; background: rgb(255, 255, 255); background: radial-gradient(circle, #fff 78%, #00caab 100%); } .bannerTxt { height: 50px; display: flex; align-items: center; font-weight: bold; font-size: 24px; } .bannerBtn { width: 300px; background-color: #00caab; text-align: center; height: 50px; display: flex; justify-content: center; align-items: center; color: #ffffff; font-weight: bold; margin: 0px 10px 0px 10px; border-radius: 6px; } .bannerBtn:hover { background-color: #13a88e; } .bannerLink { text-decoration: none; }</style> <div class="bannerCont"> <div class="bannerTxt">Meet Our Media Suite!</div> <a class="bannerLink" href="https://www.newswire.com/media-suite"> <div class="bannerBtn">Explore Our Subscription Options</div> </a> </div> </div> </div> <div class="u_1252265195 dmRespCol small-12 large-1 medium-1" id="1252265195"> <a data-display-type="block" class="u_1497211840 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/login" data-element-type="dButtonLinkId" id="1497211840"> <span class="iconBg" aria-hidden="true" id="1746571437"> <span class="icon hasFontIcon icon-star" id="1151019064"></span> </span> <span class="text" id="1868318275">Log In</span> </a> </div> <div class="u_1181902628 dmRespCol small-12 large-2 medium-2" id="1181902628"> <a data-display-type="block" class="u_1743231763 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.newswire.com/pricing/domestic/1" data-element-type="dButtonLinkId" id="1743231763"> <span class="iconBg" aria-hidden="true" id="1790686204"> <span class="icon hasFontIcon icon-star" id="1114358489"></span> </span> <span class="text" id="1353036314">Submit a Press Release</span> </a> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_media-database dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div data-auto="flex-section" id="1173543089" data-flex-id="6415f411ce8a0a4432ff82bc" data-layout-section="" class="u_1173543089"> <div class="flex-widgets-container" id="1183374370"></div> <section id="6415f411ce8a0a4432ff82ca" class="flex-element section" data-auto="flex-element-section"> <div id="6415f411ce8a0a4432ff82cd" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="6415f411ce8a0a4432ff82cb" class="flex-element group" data-auto="flex-element-group"> <div id="6415f411ce8a0a4432ff82c8" class="flex-element group" data-auto="flex-element-group"> <div id="group_n8n" class="flex-element group" data-auto="flex-element-group"> <div id="6415f411ce8a0a4432ff82c2" class="flex-element group" data-auto="flex-element-group"> <div id="group_qck" class="flex-element group" data-auto="flex-element-group"> <div id="6415f411ce8a0a4432ff82cf" class="flex-element group" data-auto="flex-element-group"> <div id="widget_r90" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1317730998"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1317730998" style=""><p class="m-size-14 m-text-align-center text-align-left size-18"><span class="m-font-size-14 font-size-18" style="font-weight: bold; display: unset;">Finding the right media contacts for your news shouldn't feel like a game of &quot;</span><span class="m-font-size-14 font-size-18" style="font-weight: bold; display: unset; font-style: italic;">Guess Who</span><span class="m-font-size-14 font-size-18" style="font-weight: bold; display: unset;">?&quot;.</span></p></div> </div> <div id="widget_jo1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1046921581"> <div class="imageWidget align-center u_1046921581" data-element-type="image" data-widget-type="image" id="1046921581"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/GuessWho-Newswire-1920w.png" alt="A picture of a person with a question mark on it" id="1620134715" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/GuessWho-Newswire.png" width="307" height="362" onerror="handleImageLoadError(this)"/></div> </div> </div> <div id="41406079" class="flex-element group" data-auto="flex-element-group"> <div id="2834cc34" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1791531463"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1791531463" style=""><p class="m-text-align-center text-align-left"><span style="display: initial;">If scouring the internet, combing through outdated media databases, paying more for additional searches, and getting those dreaded automated messages letting you know the email address no longer exists is part of your media outreach, we have a solution.</span></p></div> </div> </div> </div> <div id="widget_hta" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1821618898"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1821618898" style=""> <h1 class="m-size-32 text-align-left m-text-align-center"><span class="m-font-size-32" style="display: unset;">Media Database Services</span></h1> </div> </div> <div id="widget_von" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1552086980"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1552086980" style=""> <h4 class="text-align-left m-text-align-center"><span style="display: unset; font-style: italic;">Confidently connect and engage with the right media contacts.</span></h4> </div> </div> <div id="642a734e692cdf7c763a5251" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-hidden-on-desktop="" data-hidden-on-desktop_wide="" data-external-id="1969639951"> <div class="u_1969639951 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1969639951"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/hero-image-1920w.png" alt="A screenshot of a website showing a list of people." id="1684904793" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/hero-image.png" width="922" height="694" onerror="handleImageLoadError(this)"/></div> </div> <div id="6415f411ce8a0a4432ff82c3" class="flex-element group" data-auto="flex-element-group"> <div id="6415f411ce8a0a4432ff82c0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1885529083"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/media-database" data-element-type="dButtonLinkId" id="1885529083" target="_blank"> <span class="iconBg" aria-hidden="true" id="1843901746"> <span class="icon hasFontIcon icon-star" id="1772774406"></span> </span> <span class="text" id="1540856289">Schedule a Demo</span> </a> </div> </div> </div> <div id="6415f411ce8a0a4432ff82be" class="flex-element inner-grid" data-auto="flex-element-inner-grid" data-hidden-on-tablet="" data-hidden-on-mobile_portrait=""> <div id="6415f411ce8a0a4432ff82c1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1264884538"> <div class="u_1264884538 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1264884538"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/hero-image-1920w.png" alt="A screenshot of a website showing a list of people." id="1212530959" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/hero-image.png" width="922" height="694" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="u_products dmRespRow" style="text-align: center;" id="products" data-anchor="products"> <div class="dmRespColsWrapper" id="1434600875"> <div class="u_1536599876 dmRespCol small-12 medium-12 large-12" id="1536599876"> <div class="u_1763640863 dmNewParagraph" id="1763640863" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="display: initial;">Our Media Database is built to give you the accurate contact information you need when you need it -- no second guessing.<br/></span></h2> </div></div> </div> </div> <div data-auto="flex-section" id="1179658517" data-flex-id="6415fdd6ce8a0a4432036d6f" data-layout-section="" class="u_1179658517"> <div class="flex-widgets-container" id="1080267286"></div> <section id="6415fdd6ce8a0a4432036d81" class="flex-element section" data-auto="flex-element-section"> <div id="6415fdd6ce8a0a4432036d7e" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="6415fdd6ce8a0a4432036d70" class="flex-element group" data-auto="flex-element-group"> <div id="6415fdd6ce8a0a4432036d79" class="flex-element group" data-auto="flex-element-group"> <div id="group_ctp" class="flex-element group" data-auto="flex-element-group"> <div id="6415fdd6ce8a0a4432036d71" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1329514780"> <div class="imageWidget align-center u_1329514780" data-element-type="image" data-widget-type="image" id="1329514780"><img src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/powerful-desktop.webp" alt="A screenshot of roger barber 's profile on twitter." id="1300042118" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/powerful-desktop.webp" width="1235" height="972" onerror="handleImageLoadError(this)"/></div> </div> <div id="6415fdd6ce8a0a4432036d73" class="flex-element group" data-auto="flex-element-group"> <div id="6415fdd6ce8a0a4432036d75" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1170924128"> <div class="u_1170924128 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1170924128" style=""> <h3><span style="font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Quality Data</span></h3> </div> </div> <div id="6415fdd6ce8a0a4432036d80" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1542386681"> <div class="u_1542386681 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1542386681" style=""> <h5 class="m-text-align-center text-align-left"><span class="" style="display: unset;"><span style="display: unset;">We blend technology (artificial intelligence) with the human touch to update our Media Database. Plus, we offer Confidence Scores and use beat standards to filter the thousands of contacts that we add</span> </span><span style="display: unset; font-style: italic;">and</span><span class="" style="display: unset;"> <span style="display: unset;">delete each week.</span></span></h5> </div> </div> <div id="7f105446" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1013713331"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/media-database" data-element-type="dButtonLinkId" id="1013713331" target="_blank"> <span class="iconBg" aria-hidden="true" id="1288819541"> <span class="icon hasFontIcon icon-star" id="1988453329"></span> </span> <span class="text" id="1462035180">Get Started</span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-auto="flex-section" id="1234303357" data-flex-id="6416021cce8a0a443204976e" data-layout-section="" class="u_1234303357"> <div class="flex-widgets-container" id="1249664599"></div> <section id="6416021cce8a0a443204976f" class="flex-element section" data-auto="flex-element-section"> <div id="6416021cce8a0a4432049781" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="6416021cce8a0a4432049770" class="flex-element group" data-auto="flex-element-group"> <div id="6416021cce8a0a443204977f" class="flex-element group" data-auto="flex-element-group"> <div id="6416021cce8a0a4432049785" class="flex-element group" data-auto="flex-element-group"> <div id="6416021cce8a0a4432049779" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1459822276"> <div class="imageWidget align-center u_1459822276" data-element-type="image" data-widget-type="image" id="1459822276"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/Newswire_MediaDataBase-Filter-1920w.png" alt="A screenshot of a website that says find media contacts" id="1876023592" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Newswire_MediaDataBase-Filter.png" width="1235" height="888" onerror="handleImageLoadError(this)"/></div> </div> <div id="6416021cce8a0a443204977d" class="flex-element group" data-auto="flex-element-group"> <div id="6416021cce8a0a4432049773" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1288887020"> <div class="u_1288887020 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1288887020" style=""> <h3><span style="font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Easy-to-Use</span></h3> </div> </div> <div id="6416021cce8a0a4432049771" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1534940907"> <div class="u_1534940907 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1534940907" style=""> <h5 class="text-align-left m-text-align-center"><span style="display: unset;">We offer simple and straightforward filters like Authors, Outlets, Articles, and more to make finding the right contacts and creating targeted media lists easier than ever.</span></h5> </div> </div> <div id="74258c1f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1987734541"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/media-database" data-element-type="dButtonLinkId" id="1987734541" target="_blank"> <span class="iconBg" aria-hidden="true" id="1289672685"> <span class="icon hasFontIcon icon-star" id="1697023859"></span> </span> <span class="text" id="1722239582">Get Started</span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-auto="flex-section" id="1488471598" data-flex-id="6828e284" data-layout-section="" class="u_1488471598"> <div class="flex-widgets-container" id="1186020339"></div> <section id="828c4a53" class="flex-element section" data-auto="flex-element-section"> <div id="ab2a8952" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="814c28b3" class="flex-element group" data-auto="flex-element-group"> <div id="bd1daf8b" class="flex-element group" data-auto="flex-element-group"> <div id="8851c12c" class="flex-element group" data-auto="flex-element-group"> <div id="d4e698ec" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1743893045"> <div class="imageWidget align-center u_1743893045" data-element-type="image" data-widget-type="image" id="1743893045"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CustomerServiceGroup-1920w.png" alt="Newswire | Customer Service" id="1809988854" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CustomerServiceGroup.png" width="1235" height="1078" onerror="handleImageLoadError(this)"/></div> </div> <div id="8330e277" class="flex-element group" data-auto="flex-element-group"> <div id="8c7f70ee" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1795223408"> <div class="u_1795223408 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1795223408" style=""> <h3><span style="font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Customer Service</span></h3> </div> </div> <div id="45e37c53" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1107126758"> <div class="u_1107126758 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1107126758" style=""> <h5 class="text-align-left m-text-align-center"><span style="display: initial;">In addition to a dedicated account manager, you&rsquo;ll enjoy scheduled product training, 24/7 support, and the comfort of knowing you don&rsquo;t ever have to deal with pushy sales pitches.</span></h5> </div> </div> <div id="41a770b7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1782842330"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/media-database" data-element-type="dButtonLinkId" id="1782842330" target="_blank"> <span class="iconBg" aria-hidden="true" id="1997926331"> <span class="icon hasFontIcon icon-star" id="1158921505"></span> </span> <span class="text" id="1640860278">Get Started</span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div class="dmRespRow u_1359963414 fullBleedChanged fullBleedMode" id="1359963414"> <div class="dmRespColsWrapper" id="1518179557"> <div class="dmRespCol large-12 medium-12 small-12 u_1939907153" id="1939907153"> <div data-element-type="html" class="dmCustomHtml u_1752347870" id="1752347870"> <style>@keyframes nw-infinite-scroll { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); } } #dm .nw-logo-slider .absolute { position: absolute; } #dm .nw-logo-slider .relative { position: relative; } #dm .nw-logo-slider .inset-0 { inset: 0px; } #dm .nw-logo-slider .-mx-10 { margin-left: -2.5rem; margin-right: -2.5rem; } #dm .nw-logo-slider .mx-auto { margin-left: auto; margin-right: auto; } #dm .nw-logo-slider .-mt-7 { margin-top: -1.75rem; } #dm .nw-logo-slider .mb-16 { margin-bottom: 4rem; } #dm .nw-logo-slider .mb-4 { margin-bottom: 1rem; } #dm .nw-logo-slider .mt-6 { margin-top: 1.5rem; } #dm .nw-logo-slider .flex { display: flex; } #dm .nw-logo-slider .hidden { display: none; } #dm .nw-logo-slider .w-full { width: 100%; } #dm .nw-logo-slider .min-w-\[1818px\] { min-width: 1818px; } #dm .nw-logo-slider .max-w-\[1432px\] { max-width: 1432px; } #dm .nw-logo-slider .justify-between { justify-content: space-between; } #dm .nw-logo-slider .overflow-hidden { overflow: hidden; } #dm .nw-logo-slider .overflow-x-hidden { overflow-x: hidden; } #dm .nw-logo-slider .rounded-2xl { border-radius: 1rem; } #dm .nw-logo-slider .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity)); } #dm .nw-logo-slider .px-4 { padding-left: 1rem; padding-right: 1rem; } #dm .nw-logo-slider .px-8 { padding-left: 2rem; padding-right: 2rem; } #dm .nw-logo-slider .pt-11 { padding-top: 2.75rem; } #dm .nw-logo-slider .text-center { text-align: center; } #dm .nw-logo-slider .text-xl { font-size: 1.25rem; line-height: 1.75rem; } @media (min-width: 640px) { #dm .nw-logo-slider .sm\:text-\[32px\] { font-size: 32px; } } @media (min-width: 768px) { #dm .nw-logo-slider .md\:mt-0 { margin-top: 0px; } #dm .nw-logo-slider .md\:mt-16 { margin-top: 4rem; } #dm .nw-logo-slider .md\:overflow-x-hidden { overflow-x: hidden; } } @media (min-width: 1024px) { #dm .nw-logo-slider .lg\:-mx-80 { margin-left: -20rem; margin-right: -20rem; } #dm .nw-logo-slider .lg\:mx-0 { margin-left: 0px; margin-right: 0px; } #dm .nw-logo-slider .lg\:block { display: block; } #dm .nw-logo-slider .lg\:overflow-x-visible { overflow-x: visible; } } #dm .nw-logo-slider h3.font-bold { font-weight: bold; } #dm .nw-logo-slider .\[\&amp;amp;amp;\&amp;amp;gt;img\]\:mr-5 &amp;amp;gt; img { margin-right: 1.25rem; } #dm .nw-logo-slider .infinite-slider { display: flex; justify-content: center; flex-shrink: 0; animation: 18s linear 0s infinite normal none running nw-infinite-scroll; } #dm .nw-logo-slider .homepage-faded-logos { background: transparent; background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 100%); }</style> <div class="nw-logo-slider"> <section class="mb-16 px-8 xxl:px-6 md:overflow-x-hidden"> <div class="rounded-2xl px-4 max-w-[1432px] mx-auto bg-white -mt-7 md:mt-0"> <h3 class="text-center text-xl sm:text-[32px] font-bold">Trusted by thousands of companies</h3> <div class="-mx-10 overflow-x-hidden lg:mx-0 lg:overflow-x-visible"> <div class="lg:-mx-80"> <div class="flex justify-between [&>img]:mr-5 w-full overflow-hidden mt-6 mb-4 relative"> <picture> <source srcset="https://cdn.newswire.com/assets_v3/images/homepage/business-logos.webp" type="image/webp"></source> <img src="https://cdn.newswire.com/assets_v3/images/homepage/business-logos.jpg" alt="business logos" class="infinite-slider min-w-[1818px]" width="1818" height="160" loading="lazy" onerror="handleImageLoadError(this)"/></picture> <picture> <source srcset="https://cdn.newswire.com/assets_v3/images/homepage/business-logos.webp" type="image/webp"></source> <img src="https://cdn.newswire.com/assets_v3/images/homepage/business-logos.jpg" alt="business logos" class="infinite-slider min-w-[1818px]" width="1818" height="160" loading="lazy" onerror="handleImageLoadError(this)"/></picture> <div class="hidden lg:block absolute inset-0 homepage-faded-logos"></div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div data-auto="flex-section" id="1357028117" data-flex-id="6421ea87fe694d74b49794c6" data-layout-section="" class="u_1357028117"> <div class="flex-widgets-container" id="1878014604"></div> <section id="6421ea87fe694d74b49794ca" class="flex-element section" data-auto="flex-element-section"> <div id="6421ea87fe694d74b49794cb" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="6421ea87fe694d74b49794ce" class="flex-element group" data-auto="flex-element-group"> <div id="6421ea87fe694d74b49794cc" class="flex-element group" data-auto="flex-element-group"> <div id="group_sup" class="flex-element group" data-auto="flex-element-group"> <div id="6421ea87fe694d74b49794c8" class="flex-element group" data-auto="flex-element-group"> <div id="6421ea87fe694d74b49794c9" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-external-id="1537049420"> <div class="graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1537049420"> <svg id="1663728763" xmlns="http://www.w3.org/2000/svg" width="249.8" height="252" viewbox="0 0 249.8 252" class="svg u_1663728763" data-icon-custom="true" data-icon-name="checkmark.svg"> <title id="1342623189">A green check mark in a circle on a white background.</title> <g id="SvgjsSvg1012"> <g id="SvgjsG1014"> <path d="m124.9,0c-166.5,5.3-166.5,246.7,0,252,166.5-5.3,166.5-246.7,0-252Z" fill="#def7ec"></path> <path d="m194.2,88.7l-87.2,87.2c-3.5,3.5-9.2,3.5-12.7,0l-38.8-38.8c-8.4-8.1,4.6-21.1,12.7-12.7l32.4,32.4,80.9-80.9c8.1-8.4,21.1,4.6,12.7,12.7h0Z" fill="#10a06f"></path> </g> </g> </svg> </div> </div> <div id="6421ea87fe694d74b49794cd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1142271674"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1142271674"><p class="m-text-align-center"><span style="display: unset;">#1 in customer satisfaction since 2018</span></p></div> </div> </div> <div id="6421ea87fe694d74b49794d3" class="flex-element group" data-auto="flex-element-group"> <div id="6421ea87fe694d74b49794d0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-external-id="1989518743"> <div class="graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1989518743"> <svg id="1651116606" xmlns="http://www.w3.org/2000/svg" width="249.8" height="252" viewbox="0 0 249.8 252" class="svg u_1651116606" data-icon-custom="true" data-icon-name="checkmark.svg"> <title id="1914077807">A green check mark in a circle on a white background.</title> <g id="SvgjsSvg1012"> <g id="SvgjsG1014"> <path d="m124.9,0c-166.5,5.3-166.5,246.7,0,252,166.5-5.3,166.5-246.7,0-252Z" fill="#def7ec"></path> <path d="m194.2,88.7l-87.2,87.2c-3.5,3.5-9.2,3.5-12.7,0l-38.8-38.8c-8.4-8.1,4.6-21.1,12.7-12.7l32.4,32.4,80.9-80.9c8.1-8.4,21.1,4.6,12.7,12.7h0Z" fill="#10a06f"></path> </g> </g> </svg> </div> </div> <div id="6421ea87fe694d74b49794d1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1461069537"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1461069537"><p class="m-text-align-center"><span style="display: unset;">Best in class science, process and technology</span></p></div> </div> </div> <div id="6421ea87fe694d74b49794d2" class="flex-element group" data-auto="flex-element-group"> <div id="6421ea87fe694d74b49794cf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-external-id="1789782465"> <div class="graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1789782465"> <svg id="1418509237" xmlns="http://www.w3.org/2000/svg" width="249.8" height="252" viewbox="0 0 249.8 252" class="svg u_1418509237" data-icon-custom="true" data-icon-name="checkmark.svg"> <title id="1652864299">A green check mark in a circle on a white background.</title> <g id="SvgjsSvg1012"> <g id="SvgjsG1014"> <path d="m124.9,0c-166.5,5.3-166.5,246.7,0,252,166.5-5.3,166.5-246.7,0-252Z" fill="#def7ec"></path> <path d="m194.2,88.7l-87.2,87.2c-3.5,3.5-9.2,3.5-12.7,0l-38.8-38.8c-8.4-8.1,4.6-21.1,12.7-12.7l32.4,32.4,80.9-80.9c8.1-8.4,21.1,4.6,12.7,12.7h0Z" fill="#10a06f"></path> </g> </g> </svg> </div> </div> <div id="6421ea87fe694d74b49794d4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1582759414"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1582759414"><p class="m-text-align-center"><span style="display: unset;">Simple, targeted and cost-effective</span></p></div> </div> </div> </div> </div> </div> </div> </section> </div> <div data-auto="flex-section" id="1958676694" data-flex-id="cca4ee60" data-layout-section="" class="u_1958676694"> <div class="flex-widgets-container" id="1663515563"></div> <section id="2e5622d4" class="flex-element section" data-auto="flex-element-section"> <div id="c5428397" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="3def0306" class="flex-element group" data-auto="flex-element-group"> <div id="0be12155" class="flex-element group" data-auto="flex-element-group"> <div id="d57e6748" class="flex-element inner-grid" data-auto="flex-element-inner-grid"> <div id="1e646c1a" class="flex-element group" data-auto="flex-element-group"> <div id="e2493e5e" class="flex-element group" data-auto="flex-element-group"> <div id="da659726" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1443755009"> <div class="u_1443755009 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1443755009" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="m-size-28 text-align-center" style="line-height: 2.5rem;"><span class="m-font-size-28" style="font-weight: 600; display: unset;">Ready to get started?</span></h2> </div> </div> <div id="group_b1d" class="flex-element group" data-auto="flex-element-group"> <div id="widget_ee3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1616883080"> <div class="imageWidget align-center u_1616883080" data-element-type="image" data-widget-type="image" id="1616883080"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/NewswireGetStarted-53c45eb8-1920w.png" alt="Newswire" id="1847289100" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/NewswireGetStarted-53c45eb8.png" width="456" height="458" onerror="handleImageLoadError(this)"/></div> </div> <div id="dc36819d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-hidden-on-mobile_portrait="" data-external-id="1044495501"> <div class="imageWidget align-center u_1044495501" data-element-type="image" data-widget-type="image" id="1044495501"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/NewswireGetStarted2-1920w.png" alt="Newswire" id="1370994270" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/NewswireGetStarted2.png" width="456" height="458" onerror="handleImageLoadError(this)"/></div> </div> <div id="3755bd40" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-hidden-on-mobile_portrait="" data-external-id="1196431021"> <div class="imageWidget align-center u_1196431021" data-element-type="image" data-widget-type="image" id="1196431021"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/NewswireGetStarted3-1920w.png" alt="Newswire" id="1421180582" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/NewswireGetStarted3.png" width="456" height="458" onerror="handleImageLoadError(this)"/></div> </div> </div> <div id="group_v67" class="flex-element group" data-auto="flex-element-group"> <div id="09ae39e3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1459349396"> <div class="u_1459349396 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1459349396" style="transition: opacity 1s ease-in-out 0s;"> <h5 class="m-text-align-center text-align-center"><span class="" style="display: unset; font-weight: inherit;"><span style="display: unset; font-weight: inherit;">If you want to learn more about how our Media Database can help you pinpoint and land in the inboxes of the right media contacts for your news, contact us today!</span> </span><span style="display: unset; font-weight: bold;">Our team&rsquo;s ready to help.</span></h5> </div> </div> </div> <div id="5025ab4a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1401284310"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/media-database" data-element-type="dButtonLinkId" id="1401284310" target="_blank"> <span class="iconBg" aria-hidden="true" id="1442706943"> <span class="icon hasFontIcon icon-star" id="1454511799"></span> </span> <span class="text" id="1373612765">Get Started</span> </a> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1199088335"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer hasBackgroundOverlay"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow" id="1561662593"> <div class="dmRespColsWrapper" id="1313781690"></div> </div> <div class="u_1183934613 dmRespRow dmFooterContent" id="1183934613"> <div class="dmRespColsWrapper" id="1625443252"> <div class="dmRespCol small-12 medium-12 large-12 u_1494596766" id="1494596766"> <div class="dmRespRow u_1195934932" id="1195934932"> <div class="dmRespColsWrapper" id="1331256889"> <div class="u_1943044733 dmRespCol small-12 large-7 medium-7" id="1943044733"> <div class="u_1248157215 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1248157215"><img src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo+%281%29.svg" alt="A white background with a few lines on it" id="1696958882" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo+%281%29.svg" width="252" height="32" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1230991495 dmRespCol small-12 large-5 medium-5" id="1230991495"> <a data-display-type="block" class="u_1126030337 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://hs.newswire.com/free-pr-guide" data-element-type="dButtonLinkId" id="1126030337"> <span class="iconBg" aria-hidden="true" id="1715713190"> <span class="icon hasFontIcon icon-star" id="1904452953"></span> </span> <span class="text" id="1555891486">Free PR Guide</span> </a> </div> </div> </div> <div class="dmRespRow u_1993407736 fullBleedChanged fullBleedMode" id="1993407736"> <div class="dmRespColsWrapper" id="1953018464"> <div class="u_1665735232 dmRespCol small-12 large-3 medium-3" id="1665735232"> <div class="u_1110606182 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1110606182" background-image":""}"="" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="m-size-16 size-14"><span class="m-font-size-16 font-size-14" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Montserrat, 'Montserrat Fallback';font-style:normal;">Products</span></h6> </div> <nav class="u_1674689593 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1674689593" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/press-release-distribution" class="unifiednav__item " target="" data-target-page-alias="properties"> <span class="nav-item-text " data-link-text=" Press Release Distribution " data-auto="page-text-style">Press Release Distribution<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/financial-distribution" class="unifiednav__item " target="" data-target-page-alias="financial-distribution"> <span class="nav-item-text " data-link-text=" Financial Distribution " data-auto="page-text-style">Financial Distribution<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/media-suite" class="unifiednav__item " target="" data-target-page-alias="media-suite"> <span class="nav-item-text " data-link-text="Media Suite" data-auto="page-text-style">Media Suite<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/media-database" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="media-database" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Media Database" data-auto="page-text-style">Media Database<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/media-pitching" class="unifiednav__item " target="" data-target-page-alias="media-pitching"> <span class="nav-item-text " data-link-text="Media Pitching" data-auto="page-text-style">Media Pitching<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/media-monitoring" class="unifiednav__item " target="" data-target-page-alias="media-monitoring"> <span class="nav-item-text " data-link-text="Media Monitoring" data-auto="page-text-style">Media Monitoring<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/analytics" class="unifiednav__item " target="" data-target-page-alias="analytics"> <span class="nav-item-text " data-link-text=" Analytics " data-auto="page-text-style">Analytics<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/media-room" class="unifiednav__item " target="" data-target-page-alias="media-room"> <span class="nav-item-text " data-link-text="Media Room" data-auto="page-text-style">Media Room<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/customer-success" class="unifiednav__item " target="" data-target-page-alias="customer-success"> <span class="nav-item-text " data-link-text=" Customer Success " data-auto="page-text-style">Customer Success<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/press-release-optimizer" class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Press Release Optimizer" data-auto="page-text-style">Press Release Optimizer<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1766220093 dmRespCol small-12 large-3 medium-3" id="1766220093"> <div class="u_1447124782 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1447124782" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="size-14 m-size-16"><span class="font-size-14 m-font-size-16" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Montserrat, 'Montserrat Fallback';font-style:normal;" m-font-size-set="true">Company</span></h6> </div> <nav class="u_1656512073 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1656512073" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/about" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.newswire.com/about"> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/blog" class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Blog" data-auto="page-text-style">Blog<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/customer-success-stories" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.newswire.com/customer-success-stories"> <span class="nav-item-text " data-link-text="Customer Stories" data-auto="page-text-style">Customer Stories<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://mediaroom.newswire.com/" class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Our Media Room" data-auto="page-text-style">Our Media Room<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1148291817 dmRespCol small-12 large-3 medium-3" id="1148291817"> <div class="u_1106736234 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1106736234" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="size-14 m-size-16"><span class="font-size-14 m-font-size-16" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Montserrat, 'Montserrat Fallback';font-style:normal;" m-font-size-set="true">Resources</span></h6> </div> <nav class="u_1417507872 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1417507872" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/resources" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Resource Center" data-auto="page-text-style">Resource Center<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/journalists" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="For Journalists" data-auto="page-text-style">For Journalists<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/newsroom" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Newsroom" data-auto="page-text-style">Newsroom<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/planner" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="PR and Earned Media Planner" data-auto="page-text-style">PR and Earned Media Planner<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/media-outlets" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Media Outlets" data-auto="page-text-style">Media Outlets<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1501189686 dmRespCol small-12 large-3 medium-3" id="1501189686"> <div class="u_1942016446 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1942016446" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="size-14 m-size-16"><span class="font-size-14 m-font-size-16" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Montserrat, 'Montserrat Fallback';font-style:normal;" m-font-size-set="true">Support</span></h6> </div> <nav class="u_1381207761 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1381207761" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/logo.svg" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item " target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text="Contact Us" data-auto="page-text-style">Contact Us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.newswire.com/contact" class="unifiednav__item " target="" data-target-page-alias="https://www.newswire.com/contact"> <span class="nav-item-text " data-link-text="Email Support" data-auto="page-text-style">Email Support<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="u_1227266852 dmRespRow" id="1227266852"> <div class="dmRespColsWrapper" id="1434815633"> <div class="u_1200159203 dmRespCol small-12 large-4 medium-4" id="1200159203"> <div class="dmNewParagraph u_1247233845" data-element-type="paragraph" data-version="5" id="1247233845" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 size-14"><span class="font-size-14 m-font-size-14" m-font-size-set="true" style="font-weight: normal; display: unset; color: rgb(255, 255, 255);">&copy; 2005 - 2024 Newswire</span></p></div> </div> <div class="u_1512581991 dmRespCol small-12 large-4 medium-4" id="1512581991"> <div class="u_1839660518 align-center text-align-center dmSocialHub gapSpacing" id="1839660518" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/inewswire" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.linkedin.com/company/newswire-com" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/newswirecom/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/inewswire" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <div data-element-type="html" class="dmCustomHtml" id="1549482628"><!-- Modal Structure --> <div id="codeModal" class="modal" style="display:none;"> <div class="modal-content"> <span class="close" onclick="closeModal()">&times;</span> <img src="your-image-url.jpg" alt="Your Image" class="modal-image" onerror="handleImageLoadError(this)"/> <p id="modal-message">To share your <span class="highlight">NEWSWIRE VIP</span> code, please use the form below and we will send your code to your friend on your behalf.<br/><br/></p> <div class="form-container"> <div class="hs_embed"></div> </div> <br/>Or just share your code: <span id="personalized-code"></span> with your friends and for every referral made you <span class="highlight">receive 20% off</span> your next purchase* and your friends receive 20% off their first purchase. <p></p> </div> </div> <!-- Modal Styling --> <style>.modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 60px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */ } .modal-content { background-color: #000; /* Black background */ margin: 5% auto; /* 5% from the top and centered horizontally */ padding: 20px; border: 2px dashed #FFD700; /* Dashed border with golden color */ width: 400px; /* Could be more or less, depending on screen size */ color: #fff; /* White text */ text-align: center; position: relative; /* Relative positioning for centering */ } .close { color: #fff; /* White color */ float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #ddd; /* Light grey color */ text-decoration: none; cursor: pointer; } .modal-image { width: 200px; /* Set your desired width */ height: 200px; /* Set your desired height */ object-fit: cover; /* Ensures the image covers the area */ margin-bottom: 20px; } #modal-message { font-size: 18px; } #personalized-code { font-weight: bold; font-size: 24px; /* Slightly bigger */ color: #FFD700; /* Golden color */ } .highlight { font-weight: bold; font-size: 20px; /* Slightly bigger */ color: #FFD700; /* Golden color */ } .form-container { display: flex; justify-content: center; /* Center horizontally */ margin-bottom: 20px; /* Space between form and text */ } .hs_embed { width: 100%; max-width: 500px; /* Set a max-width for the form */ text-align: center; /* Center the form fields */ }</style> <!-- HubSpot Form Embed --> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"> </script> <script> // Function to get the value of a query parameter function getQueryParam(param) { var params = new URLSearchParams(window.location.search); return params.get(param); } // Function to close the modal function closeModal() { document.getElementById('codeModal').style.display = 'none'; } // Check if 'code', 'firstname', and 'lastname' query parameters are present var code = getQueryParam('code').toUpperCase(); var firstname = getQueryParam('firstname'); var lastname = getQueryParam('lastname'); if (code && firstname && lastname) { // Display the modal document.getElementById('codeModal').style.display = 'block'; // Combine firstname and lastname var sender = firstname + ' ' + lastname; // Create personalized code with lastname and "20" var personalizedCode = lastname + '20'; document.getElementById('personalized-code').innerText = personalizedCode.toUpperCase();; // Create the HubSpot form with hidden fields hbspt.forms.create({ region: "na1", portalId: "21179411", formId: "6c94bcef-5049-41f9-824d-ff75ade0ce91", target: '.hs_embed', onFormReady: function($form) { // Populate the hidden fields with the code and sender $form.find('input[name="referral"]').val(code); $form.find('input[name="sender"]').val(sender); } }); } </script> <!-- NEW MODAL STARTS HERE --><!-- Modal HTML --> <div id="custom-modal-unique" class="modal-unique"> <div class="modal-content-unique"> <span class="close-button-unique" onclick="closeModalUnique()">&times;</span> <div id="greeting-message-unique"><!-- Greeting message will be dynamically updated here --></div> <div id="form-container-unique"><!-- HubSpot form will be embedded here --></div> </div> </div> <!-- Modal CSS --> <style>.modal-unique { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 999; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */ } .modal-content-unique { background-color: black; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; width: 80%; /* Could be more or less, depending on screen size */ max-width: 500px; /* Max width for large screens */ } .close-button-unique { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close-button-unique:hover, .close-button-unique:focus { color: black; text-decoration: none; cursor: pointer; } #form-container-unique { margin-top: 20px; }</style> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"> </script> <script> // Function to get query parameter by name function getQueryParamUnique(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } // Function to show the unique modal function showModalUnique() { document.getElementById('custom-modal-unique').style.display = 'block'; } // Function to close the unique modal function closeModalUnique() { document.getElementById('custom-modal-unique').style.display = 'none'; } // Function to pre-populate form fields and greeting message // Function to set a cookie function setCookie2(name, value, days) { const d = new Date(); d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); const expires = "expires=" + d.toUTCString(); document.cookie = name + "=" + value + ";" + expires + ";path=/"; } function prepopulateFormUnique() { const phone = getQueryParamUnique('phone'); const firstName = getQueryParamUnique('firstname'); const lastName = getQueryParamUnique('lastname'); const email = getQueryParamUnique('email'); if (phone) { // Show the modal showModalUnique(); // Set the greeting message const greetingMessage = document.getElementById('greeting-message-unique'); greetingMessage.innerHTML = `<img style="width: 30%; display: block; margin: 0 auto;" src="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Diamond01-ezgif.com-crop.gif" alt="VIP" style="width: 30%;"><p style="color: white;">Hi again, ${firstName}! To continue with your <b style="color: #FFD966;">early access</b>, please confirm the information below:</p>`; // Embed the HubSpot form inside the form container hbspt.forms.create({ region: "na1", portalId: "21179411", formId: "bb89547f-f971-4cef-be6d-6f01cff4c798", target: '#form-container-unique', onFormReady: function($form) { if (phone) $form.find('input[name="phone"]').val(phone); if (firstName) $form.find('input[name="firstname"]').val(firstName); if (lastName) $form.find('input[name="lastname"]').val(lastName); if (email) $form.find('input[name="email"]').val(email); setCookie2('firstname', firstName, 7); setCookie2('lastname', lastName, 7); setCookie2('email', email, 7); } }); } } // Run prepopulateFormUnique on page load document.addEventListener('DOMContentLoaded', prepopulateFormUnique); </script> <!-- NEW MODAL ENDS HERE --></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1956430698"> <div class="u_1268643271 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1268643271" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-14 m-text-align-left text-align-right size-14"><a href="https://www.newswire.com/terms-of-service" target="_blank" runtime_url="https://www.newswire.com/terms-of-service" type="url" class="font-size-14 m-font-size-14" m-font-size-set="true" style="color: rgb(255, 255, 255); display: initial;">Terms of Service</a><span m-font-size-set="true" class="font-size-14 m-font-size-14" style="color: rgb(255, 255, 255); display: initial;">&nbsp;</span><a href="https://www.newswire.com/privacy-policy" target="_blank" runtime_url="https://www.newswire.com/privacy-policy" m-font-size-set="true" class="font-size-14 m-font-size-14" style="color: rgb(255, 255, 255); display: initial;">|</a><span single-space="true" class="m-font-size-14" style="display: initial;"> <span class="m-font-size-14" style="display: initial;"></span> </span><a href="https://www.newswire.com/privacy-policy" target="_blank" runtime_url="https://www.newswire.com/privacy-policy" type="url" class="m-font-size-14 font-size-14" m-font-size-set="true" style="display: initial; color: rgb(255, 255, 255);">Privacy</a><span m-font-size-set="true" class="m-font-size-14 font-size-14" style="display: initial; color: rgb(255, 255, 255);">&nbsp;</span><a href="https://uptime.com/devices/services/60826/f23c95798372fa7b" target="_blank" runtime_url="https://uptime.com/devices/services/60826/f23c95798372fa7b" m-font-size-set="true" class="m-font-size-14 font-size-14" style="display: initial; color: rgb(255, 255, 255);">|</a><span single-space="true" class="m-font-size-14" style="display: initial;"> <span class="m-font-size-14" style="display: initial;"></span> </span><a href="https://uptime.com/devices/services/60826/f23c95798372fa7b" target="_blank" runtime_url="https://uptime.com/devices/services/60826/f23c95798372fa7b" type="url" class="m-font-size-14 font-size-14" m-font-size-set="true" style="display: initial; color: rgb(255, 255, 255);">Uptime</a></p></div> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: fbdae4c0 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <style> /*Navigation Icons*/ /*Products*/ /* SHIFT ICONS DOWN BY 2PX */ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap .unifiednav__item:before { margin-top: 3px; margin-bottom: -3px; } /*MENU ITEM - 1st child*/ /*Submenu item - 1st child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-PressReleaseDistribution.svg') !important; width: 20px; margin-right: 20px; } /* ========================== */ /* Sub menu position fix /* ========================== */ #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] { background-color: transparent !important; padding-top: 0px; left: -20px !important; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li { background-color: #fff; border-radius: 0; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li:first-child { border-radius: 8px 8px 0 0; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li:last-child { border-radius: 0 0 8px 8px; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li:first-child a { padding-top: 20px !important; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li:last-child a { padding-bottom: 20px !important; } #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] a { padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 25px !important; padding-right: 40px !important; } /*Submenu item - 2nd child .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(2) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Nav-Icon_AImee.svg') !important; width: 20px; margin-right: 20px; }*/ /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(2) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-PressReleaseOptimizer.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(3) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-MediaSuite.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-MediaDatabase.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 3rd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(5) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-MediaPitching.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 4th child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(6) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-MediaMonitoring.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 5th child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(7) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-Analytic.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 6th child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(8) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Nav-Icon_Analytics.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - 7th child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:nth-child(9) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Nav-Icon_MediaAdvantagePlatform.svg') !important; width: 20px; margin-right: 20px; } /*Submenu item - last child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__container>.unifiednav__item-wrap:last-child .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-MediaRoom.svg') !important; width: 20px; margin-right: 20px; } /*Resources*/ /*MENU ITEM - 4th child*/ /*Submenu item - 1st child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:first-child .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-Educate.svg') !important; width: 20px; margin-right: 20px; position: relative; top: 3px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:nth-child(2) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-Blog.svg') !important; width: 20px; margin-right: 20px; position: relative; top: 3px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:nth-child(3) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-PR-EarnedMediaPlanner.svg') !important; width: 20px; margin-right: 20px; position: relative; top: 3px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-ForJournalists.svg') !important; width: 20px; margin-right: 20px; position: relative; top: 3px; } /*Submenu item - 2nd child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:nth-child(5) .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-RSSFeeds.svg') !important; width: 17px; margin-right: 20px; position: relative; top: 3px; } /*ATTENTION: You will need to add 3 more submenu items between 2nd and last child. Simply copy paste the class for the 2nd child and change :nth-child(2) to :nth-child(3) or :nth-child(4) or :nth-child(5)*/ /*Submenu item - last child*/ .main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap:nth-child(4) .unifiednav__container>.unifiednav__item-wrap:last-child .unifiednav__item:before { content: url('https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Icon-Support.svg') !important; width: 20px; margin-right: 20px; position: relative; top: 3px; } /*ROUNDED CORNERS HEADER SUBMENU FIX*/ #dm .p_hfcontainer nav.u_1112353738.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item:first-child{ border-top-left-radius: 20px; border-top-right-radius: 20px; } #dm .p_hfcontainer nav.u_1112353738.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item:last-child{ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } /*HEADER ALIGNMENT FIX*/ *#dm *.p_hfcontainer div.u_1861705244{ width: 100%!important; } .dmHeaderResp.dmHeaderStack.noSwitch{ display: flex; justify-content: center; } /*SLANTED LEFT SIDE*/ *#dm *.dmBody div.slanted-left{ clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%); } /*SLANTED RIGHT SIDE*/ *#dm *.dmBody div.slanted-right{ clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%); } /*CENTER IMAGE INSIDE COLUMN*/ *#dm *.dmBody div.flex-center-center{ display: flex; justify-content: center; align-items: center; } /*MOBILE MENU BACKGROUND FIX*/ @media screen and (max-width:1024px){ #dm .p_hfcontainer nav.main-navigation.unifiednav[role="navigation"] .unifiednav__container[role=menubar]:not([data-depth]) > .unifiednav__item-wrap .unifiednav__container.unifiednav__container_sub-nav[data-depth="0"] li { background-color: transparent; } /*Invert all submenu icons of the top nav on tablet and mobile*/ *#dm *.p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item:before, *#dm *.p_hfcontainer nav.u_1644918746.main-navigation.unifiednav *.unifiednav__container[data-depth] *.unifiednav__item:before{ filter: invert(1); } } @media (min-width: 1400px){ #group_h9a { max-width: 1403px!important; } } </style> <script> (() => { /* Fix for the scrolling company logos widget. */ let containers = [...document.querySelectorAll('.widget-c43653')]; for (let container of containers) { let marquee = container.querySelectorAll('marquee')[0]; marquee.setAttribute('truespeed', true); marquee.setAttribute('scrolldelay', 30); marquee.setAttribute('scrollamount', window.innerWidth - 1); window.addEventListener('load', () => { setTimeout(() => marquee.setAttribute('scrollamount', 5), 30); }); } })(); </script> <!-- =========================== --> <!-- HUBSPOT MODAL FORM --> <!-- =========================== --> <link rel="stylesheet" type="text/css" href="https://cdn.newswire.com/assets_v3/css/hubspot-modal.css?id=c3c52aa304b7cf8e1ed8630276e4663f" /> <div id="hubspot-modal"> <div class="hubspot-modal-content"> <span class="close-hubspot-modal">&#x2715;</span> <section class="hubspot-form-section"> <p class="loading-block"><i class="loading-block__spin">L</i></p> <div id="hs-form-121827e8-20a3-4cc3-90a1-deb721a7b924"></div> <script type="module"> import HubspotHelper from 'https://cdn.newswire.com/assets_v3/js/hubspot-helper.js?id=c3c52aa304b7cf8e1ed8630276e4663f'; HubspotHelper.queueForm( '121827e8-20a3-4cc3-90a1-deb721a7b924', function($form){}, '#hs-form-121827e8-20a3-4cc3-90a1-deb721a7b924', ); HubspotHelper.includeScriptWhenVisible('.hubspot-button-to-open-modal'); HubspotHelper.setupModalFunctionlity(); </script> </section> </div> </div> <div id="hubspot-modal-background"></div> <!--MOBILE & TABLET MENU FIX--> <script> function checkAndRemoveClass() { //get nav elements for tablet and mobile var divElements = document.querySelectorAll('*#dm *.p_hfcontainer nav.u_1644918746.main-navigation.unifiednav *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap>*.unifiednav__item, *#dm *.p_hfcontainer nav.u_1144820115.main-navigation.unifiednav *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap>*.unifiednav__item'); divElements.forEach(function (element) { if (element.classList.contains('dmNavItemSelected')) { element.classList.remove('dmNavItemSelected'); } }); } //this function will be executed after everything is done loading window.onload = checkAndRemoveClass; </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKKB8JX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript" async src="https://scripts.octoboard.com/octo.js?clyymfcas06y90q7e6dsigff1"></script> <!-- Add the following code to the body or footer of your landing page with the form or in the form code itself --> <script src="https://newswire.chilipiper.com/concierge-js/cjs/concierge.js" type="text/javascript"></script> <script> ChiliPiper.deploy("newswire", "inbound_router", {"formType":"Hubspot"}) </script> <!-- MARKETO SCRIPT START --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('264-OXK-660'); } } 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> <script type="text/javascript" src="//cdn.bizible.com/scripts/bizible.js" async=""></script> <!-- MARKETO SCRIPT END --> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <div id="swh-3468d5b38a55408183a2ab53f1b7bdb6"> <script> const getMenu_ = {}; getMenu_['fbdae4c0'] = function(){ return [{"title":"Products","type":"home","url":"","newTab":false,"orientation":"Vertical","components":[{"multi_sub_nav":{"name":"Sub Navigation","title":"","orientation":"Vertical","nav_list":[{"hideIcon":false,"icon":"<i class=\"fas fa-network-wired\"></i>","title":"Press Release Distribution","url":"/press-release-distribution","newTab":false,"short_desc":"","inner_nav_list":[{"icon":"<i class=\"fas fa-book-open\"></i>","title":"History Inner","url":"","newTab":false,"short_desc":""}]},{"hideIcon":false,"icon":"<i class=\"fas fa-puzzle-piece\"></i>","title":"Media Advantage Platform","url":"/media-advantage-platform","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"fas fa-database\"></i>","title":"Media Database","url":"/media-database","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"fas fa-search\"></i>","title":"Media Monitoring","url":"/media-monitoring","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"fas fa-chart-bar\"></i>","title":"Analytics","url":"/analytics","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"far fa-newspaper\"></i>","title":"Newsrooms","url":"/newsrooms","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]}]}}]},{"title":"Pricing","type":"about us","url":"/pricing","newTab":false,"orientation":"Vertical","components":[]},{"title":"Customer Stories","type":"contact","url":"/customer-success-stories","newTab":false,"orientation":"Vertical","components":[]},{"title":"Resources","type":"blog","url":"","newTab":false,"orientation":"Vertical","components":[{"multi_sub_nav":{"name":"Sub Navigation","title":"","orientation":"Vertical","nav_list":[{"hideIcon":false,"icon":"<i class=\"fas fa-book\"></i>","title":"Education","url":"/resources","newTab":false,"short_desc":"","inner_nav_list":[{"icon":"<i class=\"fas fa-book-open\"></i>","title":"History Inner","url":"","newTab":false,"short_desc":""}]},{"hideIcon":false,"icon":"<i class=\"fas fa-align-left\"></i>","title":"Blog","url":"https://www.newswire.com/blog","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"fas fa-edit\"></i>","title":" PR & Earned Media Planner","url":"/pr-and-earned-media-planner","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"far fa-address-card\"></i>","title":"For Journalists","url":"/journalist","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"fas fa-rss\"></i>","title":"RSS Feeds","url":"/feeds","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]},{"hideIcon":false,"icon":"<i class=\"far fa-question-circle\"></i>","title":"Support","url":"https://support.newswire.com/hc/en-us","newTab":false,"short_desc":"","inner_nav":[{"link":"https://www.inner.com"}]}]}}]},{"title":"Newsroom","url":"https://www.newswire.com/newsroom","orientation":"Horizontal","newTab":false,"type":"blank","components":[]}] } </script></div><!-- Site Wide Html Markup --> </body> </html>

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