CINXE.COM
Educational PR Resources, Case Studies, and More | 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: 'resources', InitialPageUuid: 'd50b5f9972734b0fa51abc68ac24f77c', InitialPageId: '32701877', InitialEncodedPageAlias: 'cmVzb3VyY2Vz', 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/resources"> <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&subset=latin-ext&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/307e8d00779366c8b42bb7c29e435a32.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="resources"] #dm [data-show-on-page-only="resources"] { 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:var(--color_2) !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_1491273726 { background-image:linear-gradient(90deg,rgba(19,87,168,1) 0,rgba(44,169,209,1) 100%) !important; background-origin:border-box !important; } *#dm *.dmBody div.u_1680995571 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1680995571 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1687183519 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1687183519 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1687183519 { width:100% !important; } *#dm *.dmBody div.u_1947371768 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1947371768 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1947371768 { width:100% !important; } *#dm *.dmBody div.u_1964389207 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1964389207 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1964389207 { width:100% !important; } *#dm *.dmBody div.u_1065407601 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1065407601 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1065407601 { width:100% !important; } *#dm *.dmBody div.u_1074615622 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1074615622 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1074615622 { width:100% !important; } *#dm *.dmBody div.u_1147181313 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1147181313 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1147181313 { width:100% !important; } *#dm *.dmBody div.u_1732971142 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1732971142 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1192148186 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1192148186 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1192148186 { width:100% !important; } *#dm *.dmBody *.u_1732971142 { width:100% !important; } *#dm *.dmBody div.u_1797025542 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1797025542 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1797025542 { width:100% !important; } *#dm *.dmBody div.u_1541364778 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1541364778 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1541364778 { width:100% !important; } *#dm *.dmBody div.u_1012689692 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1012689692 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1012689692 { width:100% !important; } *#dm *.dmBody div.u_1465255807 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1465255807 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1465255807 { width:100% !important; } *#dm *.dmBody div.u_1508293561 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1508293561 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1508293561 { width:100% !important; } *#dm *.dmBody div.u_1406947900 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1406947900 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1406947900 { width:100% !important; } *#dm *.dmBody div.u_1292323295 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1292323295 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1292323295 { width:100% !important; } *#dm *.dmBody div.u_1022056686 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1022056686 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1022056686 { width:100% !important; } *#dm *.dmBody div.u_1993468064 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1993468064 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1993468064 { width:100% !important; } *#dm *.dmBody div.u_1814059507 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1814059507 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1814059507 { width:100% !important; } *#dm *.dmBody div.u_1195020917 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1195020917 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1195020917 { width:100% !important; } *#dm *.dmBody div.u_1411915523 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1411915523 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1411915523 { width:100% !important; } *#dm *.dmBody div.u_1296283973 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1296283973 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1296283973 { width:100% !important; } *#dm *.dmBody div.u_1478284680 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1478284680 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1478284680 { width:100% !important; } *#dm *.dmBody div.u_1828894488 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1828894488 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1828894488 { width:100% !important; } *#dm *.dmBody div.u_1125631258 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1125631258 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1125631258 { width:100% !important; } *#dm *.dmBody div.u_1597720274 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1597720274 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1597720274 { width:100% !important; } *#dm *.dmBody div.u_1583065044 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1583065044 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1583065044 { width:100% !important; } *#dm *.dmBody div.u_1793500138 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1793500138 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1793500138 { width:100% !important; } *#dm *.dmBody div.u_1485271996 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1485271996 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1485271996 { width:100% !important; } *#dm *.dmBody div.u_1775410556 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1775410556 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1775410556 { width:100% !important; } *#dm *.dmBody div.u_1469987123 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1469987123 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1469987123 { width:100% !important; } *#dm *.dmBody div.u_1853881865 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1853881865 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1853881865 { width:100% !important; } *#dm *.dmBody div.u_1757094676 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1757094676 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1757094676 { width:100% !important; } *#dm *.dmBody div.u_1245110367 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1245110367 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1245110367 { width:100% !important; } *#dm *.dmBody div.u_1652218968 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1652218968 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1652218968 { width:100% !important; } *#dm *.dmBody div.u_1032991021 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1032991021 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1032991021 { width:100% !important; } *#dm *.dmBody div.u_1210339117 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1210339117 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1804157347 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1804157347 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1210339117 { width:100% !important; } *#dm *.dmBody *.u_1804157347 { width:100% !important; } *#dm *.dmBody div.u_1884774947 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1884774947 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1884774947 { width:100% !important; } *#dm *.dmBody div.u_1440978170 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1440978170 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1440978170 { width:100% !important; } *#dm *.dmBody div.u_1777245608 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1777245608 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1777245608 { width:100% !important; } *#dm *.dmBody div.u_1557848921 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1557848921 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1557848921 { width:100% !important; } *#dm *.dmBody div.u_1373665087 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1373665087 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1373665087 { width:100% !important; } *#dm *.dmBody div.u_1791732160 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1791732160 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1791732160 { width:100% !important; } *#dm *.dmBody div.u_1814474531 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1814474531 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1814474531 { width:100% !important; } *#dm *.dmBody div.u_1384989485 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1384989485 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1384989485 { width:100% !important; } *#dm *.dmBody div.u_1255366713 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1255366713 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1255366713 { width:100% !important; } *#dm *.dmBody div.u_1922159203 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1922159203 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1922159203 { width:100% !important; } *#dm *.dmBody div.u_1261814176 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1261814176 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1261814176 { width:100% !important; } *#dm *.dmBody div.u_1920318501 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1920318501 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1920318501 { width:100% !important; } *#dm *.dmBody div.u_1894475570 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1894475570 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1894475570 { width:100% !important; } *#dm *.dmBody div.u_1498229819 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1498229819 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1498229819 { width:100% !important; } *#dm *.dmBody div.u_1631664111 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1631664111 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1631664111 { width:100% !important; } *#dm *.dmBody div.u_1887608905 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1887608905 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1887608905 { width:100% !important; } *#dm *.dmBody div.u_1215513463 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1215513463 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1215513463 { width:100% !important; } *#dm *.dmBody div.u_1761561560 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1761561560 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1761561560 { width:100% !important; } *#dm *.dmBody div.u_1442817232 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1442817232 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1442817232 { width:100% !important; } *#dm *.dmBody div.u_1243403083 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1243403083 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1243403083 { width:100% !important; } *#dm *.dmBody div.u_1121380827 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1121380827 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1121380827 { width:100% !important; } *#dm *.dmBody div.u_1836688300 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1836688300 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1836688300 { width:100% !important; } *#dm *.dmBody div.u_1611473183 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1611473183 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1611473183 { width:100% !important; } *#dm *.dmBody div.u_1106149659 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1106149659 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1106149659 { width:100% !important; } *#dm *.dmBody div.u_1759452710 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1759452710 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1759452710 { width:100% !important; } *#dm *.dmBody div.u_1177576438 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1177576438 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1177576438 { width:100% !important; } *#dm *.dmBody *.u_1454162271 { width:100% !important; } *#dm *.dmBody div.u_1454162271 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1454162271 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1846441582 img[dm_changed] { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody div.u_1846441582 img { object-position:50% 50% !important; object-fit:contain !important; } *#dm *.dmBody *.u_1846441582 { width:100% !important; } *#dm *.dmBody *.u_1680995571 { width:100% !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_1885618575 { 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:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1999685079 { 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:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:31px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1491273726 { padding-top:55.5px !important; padding-left:40px !important; padding-bottom:55.5px !important; padding-right:40px !important; width:auto !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; height:auto !important; max-width:100% !important; min-width:0 !important; text-align:center !important; } </style> <!-- Flex Sections CSS --> <style id="grid-styles-desktop-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media all { #\36 1600039 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\36 7204459 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\38 9297868 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #c25b12eb { min-height: 8px; column-gap: 4%; row-gap: 24px; flex-direction: row; width: 100%; justify-content: flex-start; min-width: 4%; flex-wrap: wrap; align-content: flex-start; padding: 16px 16px 16px 16px; margin: 0px 0% 0px 0%; } #ed0271b2 { margin: 0px 0% 0px 0%; } #\34 a30dbbc { min-height: 460px; column-gap: 4%; row-gap: 24px; width: 100%; flex-wrap: nowrap; padding: 4% 0% 4% 0%; margin: 0px 0% 0px 0%; grid-area: 1 / 1 / span 1 / span 1; } #group_0gt { 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: 29.9978595890411%; min-height: 50px; max-height: 100%; border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; justify-self: auto; align-self: auto; order: 0; grid-area: auto / auto / auto / auto; } #widget_e3g { width: 100%; height: 231px; max-width: 100%; margin-bottom: 20px; } #widget_8ss { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #widget_ej2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #group_s0s { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #\39 bcf3ff1 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #de0e9c2a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 2056ed3 { 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: 30%; min-height: 50px; max-height: 100%; align-self: auto; order: 3; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #b48f189b { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #\37 213ede7 { width: 100%; height: auto; max-width: 100%; margin-bottom: 20px; } #\31 deb5e1b { width: 100%; height: auto; max-width: 100%; margin-bottom: 20px; } #\38 73f9fd0 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\32 620914d { 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: 30%; min-height: 50px; max-height: 100%; align-self: auto; order: 4; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\31 91b1e0d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #a56e6358 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #ed965883 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #aaeacbe9 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #\32 ba6b898 { width: 100%; height: auto; max-width: 100%; margin-bottom: 20px; } #cf98d3d5 { 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: 30%; min-height: 50px; max-height: 100%; align-self: auto; order: 6; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; margin: 0px 0% 0px 0%; grid-area: auto / auto / auto / auto; } #\37 a7e2087 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\30 6710866 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #\31 b3bee4f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #c28f2062 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 7; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #deaadb31 { width: 100%; height: auto; max-width: 100%; margin-bottom: 20px; } #\32 102aa3a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #ea5fd66e { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\33 19efc5d { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 8; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #f03f7540 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\34 498b783 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\37 b493536 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\30 2eb0d53 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #e975a9ca { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\35 898270b { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 9; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\37 d275fe0 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\31 7fc7438 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\30 f07f6f3 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\31 a740a5d { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\32 70c00a1 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #b83cf77e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 78c3f78 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 10; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #cfdccc44 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d58701c7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #a6004c2b { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 5; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #c5c11758 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\38 0c8ae7f { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\36 4d9257c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #c02aa776 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\31 5e848b4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #b89db39a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 75f393e { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 11; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #d020d19f { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 12; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #fa2a077d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\31 70ff982 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #d364cd40 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #d8f36afa { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 a87702a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 cc194da { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #e241b53c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #f9b1ff11 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #e42cd1a5 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 13; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\32 d287ce9 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\37 06153a5 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 14; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\39 f9877ec { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\34 afab8cf { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #becc1d07 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\32 73d0858 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\37 5b079c8 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #a18bc2dd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #ddddccb8 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\35 dd62bfa { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 15; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #f568b050 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\32 e3c0c9f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #f889593a { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\38 11ef22a { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 16; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\35 c340902 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #a58304d1 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 17; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\39 ea68e18 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #b78e61f1 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\30 1fcad55 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #f758eb53 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\38 ec1b2f1 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #a11ad3e7 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 18; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 32c4344 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #dce6a22f { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #e8fbf4df { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\30 f675b0e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #fc8c8f79 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\37 41e238e { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 19; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 3efa10b { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\30 d0708b0 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\36 2ef3638 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 20; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 0bb8959 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\32 028e578 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\32 8f8903c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\38 992a044 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #afd1b1bf { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #f77103bb { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 21; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #adbf972e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d8040845 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #b391d621 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\38 a98f3c2 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 22; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 01382a6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\35 7aed92f { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #c1ba0874 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #f322a680 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\37 2a2ad3b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\36 d4c993b { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\31 681d1cd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\33 336781a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 a1ce50e { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 23; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #b8230ffc { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #a9e763bd { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\38 167f0c7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\38 8d7ca13 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 24; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #d7856b46 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\35 b51240c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #e61209d6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #c24752e6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #af57b4d9 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 25; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 4af0594 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\36 50feae0 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 26; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 e81f047 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 de2f121 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #d1b3248b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\30 8648928 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #bb917e1b { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 27; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 a589e55 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #\33 881d4c4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\32 f721bc4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\37 bc175cc { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 28; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\39 32df037 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #a5aaee44 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\30 76b5286 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 7e128a2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\30 a928e8e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #b18c2b47 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 139cd6e { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 29; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\30 49ac527 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; } #d82cbe2f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #ca717eaf { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #e9c7561e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #a6ba2cbb { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #b53c0ce3 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 30; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 443947d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\30 a5aee1b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\35 d2d6aa7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\31 d75c31b { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 31; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #b17e0fa7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d18f558f { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 32; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #c56f3bfd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\30 00627d4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #be83a240 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #e76ab593 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\33 4cde560 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 33; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #f9fa509b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 9ce4efc { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\39 a29a6f1 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\32 b732ded { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 34; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\39 ccc1fd3 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #ec0d8385 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 a26ca91 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 fb0f495 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #b6b46357 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\35 ed51e07 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\31 bf97168 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #e172f29a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\31 0e57ac6 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 35; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\31 e6f0db3 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 36; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #a6ebee89 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #bbf28b1e { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #ddc4188b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\30 48671b9 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #ff201655 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #bd129719 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #a701236f { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 37; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #c7fa0a2e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d419ad12 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 2651bde { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #eb64ec5e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #ef592ab4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d67e5723 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 38; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\32 d9fe788 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\30 8361dd2 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 39; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 aa4b7a6 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\30 dd7a088 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #ce7e0e07 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\37 e4e7021 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\32 2c41544 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\34 71f79a2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 9a7b202 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 40; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #e875997a { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\32 ffa1c07 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\39 8b93ed3 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 41; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #f1a57e58 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\38 efd177a { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\38 f71157d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\36 2d34b23 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 bc49d91 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\31 198c3c4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 d0ad1ac { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\39 39b239a { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 42; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #ee886fe9 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\38 0bc3193 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\33 a9e4029 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\38 55c39e6 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 43; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #f28de39f { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #ddcf0ab5 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\35 63a893f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\33 096cf41 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\35 92922f2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #f2052177 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #bebc5453 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 44; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #e2947bc8 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 45; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 7777eef { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\30 a7d1895 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\34 d73359f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\32 1710fd3 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\35 345292d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #e6df268d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #e6591d5c { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 46; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 b2acee9 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\36 317ec95 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #dfd23035 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\39 a503329 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #e15f50c3 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 47; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\32 2fc5712 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #addebea6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\34 d0bd570 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #c38f698c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #e6c0b841 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #cb951546 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 48; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\34 c608b58 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #f5046645 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #a79c3a20 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\33 dc7cfcc { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #a7cb17fd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\30 c4bf1bd { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 49; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\35 85469fd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\33 9a7984f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #bbe7c4a6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 73abda0 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\34 613c4d7 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 50; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #d304a96b { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\35 4736bf6 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #c34a7b5e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #c1620098 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\34 6770f56 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 51; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #ea676d96 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 52; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\32 c8a2cb7 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\30 8a89c3b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\36 2c1e638 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 e021e1f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 137e18b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\39 861c802 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\34 67c959a { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\36 43bcfb7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\32 ee799ef { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 53; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #b542a5de { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\30 c503014 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\38 fda6827 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #da4b5fdd { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\35 c0d00e9 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 54; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #a09c6fb4 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #a89ea536 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #a4471c64 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #d4cb2012 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #cb538956 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 55; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #a666c9b4 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\33 efc4c2b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\32 25a39bd { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 56; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #b0d8b57e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #a51ccc52 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\38 0de80a9 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #ecc72954 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\36 1237c36 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #a5f75971 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 dbe6d35 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 57; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #e6bdf6d1 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 58; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 4c6ad9f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\33 951698e { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #d696474b { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 5e9f2fa { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\34 cd4d03d { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #d9e6e256 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\39 68c2508 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 59; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #e0ee03f7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\35 01af074 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #cc7f5ef5 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 9e74a19 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 60; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\39 b64dfd7 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\36 e043db7 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\30 dc0def8 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\37 24bca50 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 61; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\31 ddc8f95 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\33 a5de547 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\38 224a53a { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\35 f4cdcea { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\31 1579b47 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 62; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\37 9058dc2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #cc607ebc { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\32 352a284 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\31 4502f47 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\35 d16320f { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\31 d0e80dc { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\39 03cddb9 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 63; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\36 91187ff { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\33 36bf4f8 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\34 ac58ed5 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 64; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\38 8467a12 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #affe1e3a { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #b05a09a2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #\39 1f8c73c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #c2fb3837 { 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: 99.80927897168105%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #\34 360059c { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 20px; grid-area: auto / auto / auto / auto; } #a3e6b9eb { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; align-self: auto; order: 65; border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; justify-self: auto; grid-area: auto / auto / auto / auto; } #\38 064a8c9 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #f2b8c366 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #f7752e40 { 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: 99.81%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } #de19d6a2 { 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: 29.998850574712645%; min-height: 50px; max-height: 100%; border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; justify-self: auto; align-self: auto; order: 2; grid-area: auto / auto / auto / auto; } #ad1680a8 { width: 100%; height: auto; max-width: 100%; margin-bottom: 20px; } #b9af01d2 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } #\30 530c463 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\33 b6d3824 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #\37 e88e7e5 { width: 100%; height: 231px; max-width: 100%; justify-self: auto; align-self: auto; order: 0; grid-area: auto / auto / auto / auto; } #df15196b { 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: 29.9978595890411%; min-height: 50px; max-height: 100%; border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; justify-self: auto; align-self: auto; order: 1; grid-area: auto / auto / auto / auto; } #fdfc57eb { 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: 99.80279870828848%; min-height: 50px; max-height: 100%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; order: 1; justify-self: auto; align-self: auto; grid-area: auto / auto / auto / auto; } #b3c5e118 { width: 100%; height: auto; max-width: 100%; justify-self: auto; align-self: auto; order: 0; margin-bottom: 10px; grid-area: auto / auto / auto / auto; } }</style> <style id="grid-styles-adjustments_for_tablet-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (min-width: 767px) and (max-width: 1024px) { }</style> <style id="grid-styles-tablet-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (min-width: 767px) and (max-width: 1024px) { #\34 a30dbbc { flex-direction: row; flex-wrap: nowrap; min-height: 460px; } #c25b12eb { width: 100%; min-height: 8px; } #group_0gt { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #\33 2056ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 620914d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cf98d3d5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #c28f2062 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 19efc5d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 898270b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 78c3f78 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a6004c2b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 75f393e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d020d19f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e42cd1a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 06153a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 dd62bfa { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 11ef22a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a58304d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a11ad3e7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 41e238e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 2ef3638 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #f77103bb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 a98f3c2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 a1ce50e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 8d7ca13 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #af57b4d9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 50feae0 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bb917e1b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 bc175cc { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 139cd6e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b53c0ce3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 d75c31b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d18f558f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 4cde560 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 b732ded { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 0e57ac6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 e6f0db3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a701236f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d67e5723 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 8361dd2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 9a7b202 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 8b93ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 39b239a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 55c39e6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bebc5453 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e2947bc8 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6591d5c { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e15f50c3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb951546 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 c4bf1bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 613c4d7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 6770f56 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #ea676d96 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 ee799ef { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 c0d00e9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb538956 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 25a39bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 dbe6d35 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6bdf6d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 68c2508 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 9e74a19 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 24bca50 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 1579b47 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 03cddb9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 ac58ed5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a3e6b9eb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #de19d6a2 { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #df15196b { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } }</style> <style id="grid-styles-desktop_wide-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (min-width: 1400px) { #\34 a30dbbc { flex-direction: row; flex-wrap: nowrap; min-height: 460px; } #c25b12eb { width: 100%; min-height: 8px; } #group_0gt { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #\33 2056ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 620914d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cf98d3d5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #c28f2062 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 19efc5d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 898270b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 78c3f78 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a6004c2b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 75f393e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d020d19f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e42cd1a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 06153a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 dd62bfa { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 11ef22a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a58304d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a11ad3e7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 41e238e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 2ef3638 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #f77103bb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 a98f3c2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 a1ce50e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 8d7ca13 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #af57b4d9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 50feae0 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bb917e1b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 bc175cc { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 139cd6e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b53c0ce3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 d75c31b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d18f558f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 4cde560 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 b732ded { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 0e57ac6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 e6f0db3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a701236f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d67e5723 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 8361dd2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 9a7b202 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 8b93ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 39b239a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 55c39e6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bebc5453 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e2947bc8 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6591d5c { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e15f50c3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb951546 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 c4bf1bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 613c4d7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 6770f56 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #ea676d96 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 ee799ef { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 c0d00e9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb538956 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 25a39bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 dbe6d35 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6bdf6d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 68c2508 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 9e74a19 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 24bca50 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 1579b47 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 03cddb9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 ac58ed5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a3e6b9eb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #de19d6a2 { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #df15196b { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } }</style> <style id="grid-styles-inherited_from_desktop-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (max-width: 766px) { #\31 5325e50 { grid-template-rows: minmax(8px, max-content); } #\34 a30dbbc { grid-area: 1 / 1 / span 1 / span 1; } }</style> <style id="grid-styles-mobile_portrait-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (max-width: 767px) { #\36 1600039 { height: 240px; } #c25b12eb { width: 100%; min-height: 160px; align-items: center; } #\34 a30dbbc { min-height: 0; flex-direction: column; padding-left: 4%; padding-right: 4%; flex-wrap: nowrap; } #widget_e3g { height: 240px; } #\37 213ede7 { height: 240px; } #group_0gt { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #\33 2056ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 deb5e1b { height: 240px; } #\32 620914d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 ba6b898 { height: 240px; } #cf98d3d5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #c28f2062 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #deaadb31 { height: 240px; } #\33 19efc5d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 b493536 { height: 240px; } #\35 898270b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 d275fe0 { height: 240px; } #\30 f07f6f3 { height: 240px; } #\31 78c3f78 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d58701c7 { height: 240px; } #a6004c2b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 5e848b4 { height: 240px; } #\31 75f393e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d020d19f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 70ff982 { height: 240px; } #\31 a87702a { height: 240px; } #e42cd1a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 d287ce9 { height: 240px; } #\37 06153a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 5b079c8 { height: 240px; } #\35 dd62bfa { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 e3c0c9f { height: 240px; } #\38 11ef22a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a58304d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 1fcad55 { height: 240px; } #a11ad3e7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e8fbf4df { height: 240px; } #\30 f675b0e { height: 240px; } #\37 41e238e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 2ef3638 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 8f8903c { height: 240px; } #f77103bb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b391d621 { height: 240px; } #\38 a98f3c2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #f322a680 { height: 240px; } #\33 336781a { height: 240px; } #\34 a1ce50e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 8d7ca13 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d7856b46 { height: 240px; } #c24752e6 { height: 240px; } #af57b4d9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 50feae0 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d1b3248b { height: 240px; } #bb917e1b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 bc175cc { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 7e128a2 { height: 240px; } #\30 a928e8e { height: 240px; } #\39 139cd6e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b53c0ce3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 443947d { height: 240px; } #\30 a5aee1b { height: 240px; } #\31 d75c31b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d18f558f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 00627d4 { height: 240px; } #\33 4cde560 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 a29a6f1 { height: 240px; } #\32 b732ded { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 a26ca91 { height: 240px; } #e172f29a { height: 240px; } #\31 0e57ac6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 e6f0db3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 48671b9 { height: 240px; } #a701236f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d419ad12 { height: 240px; } #eb64ec5e { height: 240px; } #d67e5723 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 8361dd2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #ce7e0e07 { height: 240px; } #\31 9a7b202 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 ffa1c07 { height: 240px; } #\39 8b93ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 f71157d { height: 240px; } #\39 d0ad1ac { height: 240px; } #\39 39b239a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 0bc3193 { height: 240px; } #\38 55c39e6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 63a893f { height: 240px; } #bebc5453 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e2947bc8 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 d73359f { height: 240px; } #e6df268d { height: 240px; } #e6591d5c { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e15f50c3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 2fc5712 { height: 240px; } #c38f698c { height: 240px; } #cb951546 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a79c3a20 { height: 240px; } #\30 c4bf1bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 9a7984f { height: 240px; } #\34 613c4d7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 4736bf6 { height: 240px; } #\34 6770f56 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #ea676d96 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 2c1e638 { height: 240px; } #\39 861c802 { height: 240px; } #\32 ee799ef { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #da4b5fdd { height: 240px; } #\35 c0d00e9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d4cb2012 { height: 240px; } #cb538956 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a666c9b4 { height: 240px; } #\32 25a39bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 1237c36 { height: 240px; } #\31 dbe6d35 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6bdf6d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 4c6ad9f { height: 240px; } #\34 cd4d03d { height: 240px; } #\39 68c2508 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 9e74a19 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 dc0def8 { height: 240px; } #\37 24bca50 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 a5de547 { height: 240px; } #\31 1579b47 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cc607ebc { height: 240px; } #\31 d0e80dc { height: 240px; } #\39 03cddb9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 ac58ed5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b05a09a2 { height: 240px; } #\34 360059c { height: 240px; } #a3e6b9eb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #de19d6a2 { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #ad1680a8 { height: 240px; } #\37 e88e7e5 { height: 240px; } #df15196b { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } }</style> <style id="grid-styles-mobile_landscape-02184369-d50b5f9972734b0fa51abc68ac24f77c" data-page-uuid="d50b5f9972734b0fa51abc68ac24f77c">@media (min-width: 468px) and (max-width: 767px) { #\34 a30dbbc { flex-direction: column; flex-wrap: nowrap; min-height: 0; } #c25b12eb { width: 100%; min-height: 160px; } #group_0gt { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #\33 2056ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 620914d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cf98d3d5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #c28f2062 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 19efc5d { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 898270b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 78c3f78 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a6004c2b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 75f393e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d020d19f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e42cd1a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 06153a5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 dd62bfa { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 11ef22a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a58304d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a11ad3e7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 41e238e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 2ef3638 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #f77103bb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 a98f3c2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 a1ce50e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 8d7ca13 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #af57b4d9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\36 50feae0 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bb917e1b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 bc175cc { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 139cd6e { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #b53c0ce3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 d75c31b { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d18f558f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 4cde560 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 b732ded { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 0e57ac6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 e6f0db3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a701236f { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #d67e5723 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 8361dd2 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 9a7b202 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 8b93ed3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 39b239a { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\38 55c39e6 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #bebc5453 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e2947bc8 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6591d5c { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e15f50c3 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb951546 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\30 c4bf1bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 613c4d7 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 6770f56 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #ea676d96 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 ee799ef { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\35 c0d00e9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #cb538956 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\32 25a39bd { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 dbe6d35 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #e6bdf6d1 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 68c2508 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\33 9e74a19 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\37 24bca50 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\31 1579b47 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\39 03cddb9 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #\34 ac58ed5 { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #a3e6b9eb { border-radius: 6px; border-color: rgba(219,222,227,1); border-width: 1px; border-style: solid; } #de19d6a2 { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } #df15196b { border-radius: 6px; border-width: 1px; border-color: rgba(219,222,227,1); border-style: solid; } }</style> <style id="globalFontSizeStyle" type="text/css"> .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/resources"/> <title> Educational PR Resources, Case Studies, and More | Newswire </title> <meta name="keywords" content="pr resources, pr educational resources"/> <meta name="description" content="Newswire shares their extensive expertise and provides educational PR resources, case studies, whitepapers, and more."/> <!--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="Educational PR Resources, Case Studies, and More | Newswire"/> <meta name="twitter:description" content="Newswire shares their extensive expertise and provides educational PR resources, case studies, whitepapers, and more."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/Newswire_SocialNetworkImage-1920w.png"/> <meta property="og:description" content="Newswire shares their extensive expertise and provides educational PR resources, case studies, whitepapers, and more."/> <meta property="og:title" content="Educational PR Resources, Case Studies, and More | 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="resources" 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 dmUDNavigationItem_010101406325 " target="" data-target-page-alias=""> <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 dmNavItemSelected dmUDNavigationItem_010101939839 " target="" data-target-page-alias="" data-auto="selected-page"> <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 dmUDNavigationItem_010101406325 " target="" data-target-page-alias=""> <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 dmNavItemSelected dmUDNavigationItem_010101939839 " target="" data-target-page-alias="" data-auto="selected-page"> <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_resources 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 class="u_1491273726 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1491273726"> <div class="dmRespColsWrapper" id="1802602107"> <div class="u_1429394612 dmRespCol small-12 medium-12 large-12" id="1429394612"> <div class="u_1885618575 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1885618575" style="transition: opacity 1s ease-in-out 0s;"> <h1 style="line-height: 1.4;" class="m-size-35 text-align-center"><span class="m-font-size-35" m-font-size-set="true" style="display: initial; font-weight: 700; color: rgb(255, 255, 255);">Newswire Educational Resources</span></h1> </div> <div class="dmNewParagraph u_1999685079" data-element-type="paragraph" data-version="5" id="1999685079" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center" style=""><span style="display: unset; color: var(--color_2);">Explore Our Expert Advice, How-Tos and Guides</span></h3> </div> </div> </div> </div> <div data-auto="flex-section" id="1890361411" data-flex-id="02184369" data-layout-section=""> <div class="flex-widgets-container" id="1800476684"></div> <section id="ed0271b2" class="flex-element section" data-auto="flex-element-section"> <div id="15325e50" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="4a30dbbc" class="flex-element group" data-auto="flex-element-group"> <div id="c25b12eb" class="flex-element group" data-auto="flex-element-group"> <div id="group_0gt" class="flex-element group" data-auto="flex-element-group"> <div id="widget_e3g" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1680995571"> <div class="imageWidget align-center u_1680995571" data-element-type="image" data-widget-type="image" id="1680995571"> <a href="/resources/case-study--squeeze" id="1289843045" file="false"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/caseStudy-1920w.png" alt="Case Study: SQUEEZE" id="1875836723" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/caseStudy.png" width="410" height="273" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="group_s0s" class="flex-element group" data-auto="flex-element-group"> <div id="widget_8ss" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1249694417"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1249694417" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/case-study--squeeze" runtime_url="/resources/case-study--squeeze" type="page" style="display: unset; font-weight: 700;" class="m-font-size-32">Case Study: SQUEEZE</a></p></div> </div> <div id="widget_ej2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1874102364"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1874102364" style=""><p style="direction: ltr;"><a href="/resources/case-study--squeeze" runtime_url="/resources/case-study--squeeze" type="page" style="display: unset; color: rgb(75, 85, 99);">A local Squeeze franchise owner was gearing up to open her first location in Sarasota, aiming to create a buzz that would translate into foot traffic and brand awareness.</a></p></div> </div> </div> </div> <div id="df15196b" class="flex-element group" data-auto="flex-element-group"> <div id="7e88e7e5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1846441582"> <div class="imageWidget align-center u_1846441582" data-element-type="image" data-widget-type="image" id="1846441582"> <a href="/resources/press-release-template" id="1124687946" file="false"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/Newswire_Press-Release-Template-1920w.png" alt="Case Study: ASTA-USA" id="1997834309" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/Newswire_Press-Release-Template.png" width="810" height="542" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="fdfc57eb" class="flex-element group" data-auto="flex-element-group"> <div id="b3c5e118" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1541313008"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1541313008" style=""><p style="line-height: 1.5;"><br/></p><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/press-release-template" runtime_url="/resources/press-release-template" type="page" style="font-weight: 700; display: unset;" class="m-font-size-32"><span class="ql-cursor"></span>Press Release Template</a></p></div> </div> <div id="3b6d3824" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1343407295"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1343407295" style=""><p style="direction: ltr;"><a href="/resources/press-release-template" runtime_url="/resources/press-release-template" type="page" style="display: unset; color: rgb(0, 0, 0);">A press release is an effective communication tool to help you share your news, get media interest, create excitement, and generate brand awareness.</a><a href="/resources/case-study-asta-usa" runtime_url="/resources/case-study-asta-usa" type="page" style="display: unset; color: rgb(0, 0, 0);"> </a> </p></div> </div> </div> </div> <div id="de19d6a2" class="flex-element group" data-auto="flex-element-group"> <div id="ad1680a8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1454162271"> <div class="imageWidget align-center u_1454162271" data-element-type="image" data-widget-type="image" id="1454162271"> <a href="/resources/case-study-asta-usa" id="1167868651" file="false"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-ASTA-1920w.png" alt="Case Study: ASTA-USA" id="1577376563" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-ASTA.png" width="410" height="273" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f7752e40" class="flex-element group" data-auto="flex-element-group"> <div id="b9af01d2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1844528486"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1844528486" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/case-study-asta-usa" runtime_url="/resources/case-study-asta-usa" type="page" class="m-font-size-32" style="font-weight: 700; display: unset;">Case Study: ASTA-USA</a></p></div> </div> <div id="0530c463" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1838694606"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1838694606" style=""><p class="text-align-left m-text-align-center"><a href="/resources/case-study-asta-usa" runtime_url="/resources/case-study-asta-usa" type="page" style="display: unset; color: var(--color_1);">Learn how Newswire's Press Release Optimizer helped ASTA-USA Translation Services, Inc. earn a unique media opportunity in a Lifewire article about translating animal languages.</a></p></div> </div> </div> </div> <div id="32056ed3" class="flex-element group" data-auto="flex-element-group"> <div id="7213ede7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1687183519"> <div class="imageWidget align-center u_1687183519" data-element-type="image" data-widget-type="image" id="1687183519"> <a href="/resources/case-study-adhd-online" id="1599859033" file="false"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-ADHD-1920w.png" alt="Case Study: ADHD Online" id="1962283021" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-ADHD.png" width="409" height="273" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="b48f189b" class="flex-element group" data-auto="flex-element-group"> <div id="de0e9c2a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1945331679"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1945331679" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/case-study-asta-usa" runtime_url="/resources/case-study-asta-usa" type="page" class="m-font-size-32" style="display: unset; font-weight: 700;">Case Study: ADHD Online</a></p></div> </div> <div id="9bcf3ff1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1617212134"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1617212134" style=""><p class="m-text-align-center text-align-left"><a href="/resources/case-study-adhd-online" runtime_url="/resources/case-study-adhd-online" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how Newswire's Press Release Optimizer helped ADHD Online attract thousands of views, hundreds of pick-ups, and several earned media mentions in publications like the Miami Herald.</a></p></div> </div> </div> </div> <div id="2620914d" class="flex-element group" data-auto="flex-element-group"> <div id="1deb5e1b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1947371768"> <div class="imageWidget align-center u_1947371768" data-element-type="image" data-widget-type="image" id="1947371768"> <a href="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" id="1417027740" file="false"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-GIMME-1920w.png" alt="Case Study: GIMME Beauty" id="1941315210" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-GIMME.png" width="409" height="273" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="a56e6358" class="flex-element group" data-auto="flex-element-group"> <div id="191b1e0d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1764527438"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1764527438" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" runtime_url="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" type="page" class="m-font-size-32" style="font-weight: 700; display: unset;">Case Study:</a> <a href="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" runtime_url="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" type="page" class="m-font-size-32" style="font-weight: bold; display: unset;">How GIMME Beauty Secured a Feature in Allure Magazine</a></p></div> </div> <div id="873f9fd0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1022920718"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1022920718" style=""><p class="text-align-left m-text-align-center"><a href="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" runtime_url="/resources/case-study-how-gimme-beauty-secured-a-feature-in-allure-magazine" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how Newswire’s Press Release Optimizer helped GIMME Beauty secure a feature in top industry publication, Allure Magazine.</a></p></div> </div> </div> </div> <div id="cf98d3d5" class="flex-element group" data-auto="flex-element-group"> <div id="2ba6b898" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1964389207"> <div class="imageWidget align-center u_1964389207" data-element-type="image" data-widget-type="image" id="1964389207"> <a id="1216284985" file="false" class="" href="/resources/prnewswire-vs-newswire"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PRNewswireVSNewswire-1920w.jpg" alt="PR Newswire VS Newswire" id="1472223410" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PRNewswireVSNewswire.jpg" width="1440" height="960" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="aaeacbe9" class="flex-element group" data-auto="flex-element-group"> <div id="ed965883" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1491707314"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1491707314" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/prnewswire-vs-newswire" runtime_url="/resources/prnewswire-vs-newswire" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">PR Newswire vs Newswire: Pricing, Feature, and Review Comparison</a></p></div> </div> <div id="7a7e2087" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1738779305"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1738779305" style=""><p class="m-text-align-center text-align-left"><a href="/resources/prnewswire-vs-newswire" runtime_url="/resources/prnewswire-vs-newswire" type="page" style="display: unset; color: rgb(0, 0, 0);">Newswire and PR Newswire are two major players in the press release distribution space. However, Newswire's innovative solutions and offerings give its customers a competitive edge. Find out how.</a></p></div> </div> </div> </div> <div id="c28f2062" class="flex-element group" data-auto="flex-element-group"> <div id="deaadb31" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1065407601"> <div class="imageWidget align-center u_1065407601" data-element-type="image" data-widget-type="image" id="1065407601"> <a id="1975281556" file="false" class="" href="/resources/businesswire-vs-newswire"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/BudsinessWireVSNewswire-1920w.jpg" alt="Business Wire VS Newswire" id="1976879025" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/BudsinessWireVSNewswire.jpg" width="1440" height="960" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="06710866" class="flex-element group" data-auto="flex-element-group"> <div id="1b3bee4f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1619663652"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1619663652" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/businesswire-vs-newswire" runtime_url="/resources/businesswire-vs-newswire" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Business Wire vs Newswire: Pricing, Feature, and Review Comparison</a></p></div> </div> <div id="2102aa3a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1393635519"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1393635519" style=""><p class="text-align-left m-text-align-center"><a href="/resources/businesswire-vs-newswire" runtime_url="/resources/businesswire-vs-newswire" type="page" style="display: unset; color: rgb(0, 0, 0);">What's the difference between Newswire and Business Wire? Which company provides better results and press release distribution features? Which brand do consumers prefer? Read on to find out.</a></p></div> </div> </div> </div> <div id="319efc5d" class="flex-element group" data-auto="flex-element-group"> <div id="7b493536" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1074615622"> <div class="imageWidget align-center u_1074615622" data-element-type="image" data-widget-type="image" id="1074615622"> <a id="1566149654" file="false" class="" href="/resources/businesswire-vs-newswire"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/HowToAtttractInvestrorInterest-1920w.jpg" alt="How to Attract Investor Interest" id="1984977897" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/HowToAtttractInvestrorInterest.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="ea5fd66e" class="flex-element group" data-auto="flex-element-group"> <div id="f03f7540" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1920982035"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1920982035" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/how-to-attract-investor-interest-with-press-release-distribution" runtime_url="/resources/how-to-attract-investor-interest-with-press-release-distribution" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">How to Attract Investor Interest with Press Release Distribution</a></p></div> </div> <div id="4498b783" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1647720511"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1647720511" style=""><p><a href="/resources/how-to-attract-investor-interest-with-press-release-distribution" runtime_url="/resources/how-to-attract-investor-interest-with-press-release-distribution" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how to effectively harness the power of press release distribution to attract investor attention.</a><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> </div> </div> </div> <div id="5898270b" class="flex-element group" data-auto="flex-element-group"> <div id="7d275fe0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1147181313"> <div class="imageWidget align-center u_1147181313" data-element-type="image" data-widget-type="image" id="1147181313"> <a id="1102029000" file="false" class="" href="/resources/what-is-a-press-release-distribution-service"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/WhatIsAPRDistServ-1920w.jpg" alt="What Is A Press Release Distribution Service?" id="1281979805" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/WhatIsAPRDistServ.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="02eb0d53" class="flex-element group" data-auto="flex-element-group"> <div id="e975a9ca" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1837369600"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1837369600" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/what-is-a-press-release-distribution-service" runtime_url="/resources/what-is-a-press-release-distribution-service" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">What Is A Press Release Distribution Service?</a></p></div> </div> <div id="17fc7438" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1399723073"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1399723073" style=""><p><a href="/resources/what-is-a-press-release-distribution-service" runtime_url="/resources/what-is-a-press-release-distribution-service" type="page" style="display: unset; color: rgb(0, 0, 0);">This post will teach you what a press release distribution service is, what benefits one can offer to your brand, and what to look for in a press release distribution service should you decide to use one.</a></p></div> </div> </div> </div> <div id="178c3f78" class="flex-element group" data-auto="flex-element-group"> <div id="0f07f6f3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1732971142"> <div class="imageWidget align-center u_1732971142" data-element-type="image" data-widget-type="image" id="1732971142"> <a id="1394418812" file="false" class="" href="/resources/how-to-distribute-your-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/HowDoYouDist-1920w.jpg" alt="How To Distribute Your Press Release?" id="1737488650" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/HowDoYouDist.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="1a740a5d" class="flex-element group" data-auto="flex-element-group"> <div id="b83cf77e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1166696295"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1166696295" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/how-to-distribute-your-press-release" runtime_url="/resources/how-to-distribute-your-press-release" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">How To Distribute Your Press Release?</a></p></div> </div> <div id="270c00a1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1990746220"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1990746220" style=""><p><a href="/resources/how-to-distribute-your-press-release" runtime_url="/resources/how-to-distribute-your-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">If you are looking for easy instructions on how to go about successfully distributing your press release to the media, this post is for you.</a><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> </div> </div> </div> <div id="175f393e" class="flex-element group" data-auto="flex-element-group"> <div id="15e848b4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1797025542"> <div class="imageWidget align-center u_1797025542" data-element-type="image" data-widget-type="image" id="1797025542"> <a id="1412666578" file="false" class="" href="/resources/how-do-you-distribute-a-press-release-to-the-media"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/HowDoYouDistAPRToTheMedia-1920w.jpg" alt="How Do You Distribute A Press Release To The Media?" id="1065814153" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/HowDoYouDistAPRToTheMedia.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="c02aa776" class="flex-element group" data-auto="flex-element-group"> <div id="b89db39a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1656193603"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1656193603" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/how-do-you-distribute-a-press-release-to-the-media" runtime_url="/resources/how-do-you-distribute-a-press-release-to-the-media" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">How Do You Distribute A Press Release To The Media?</a></p></div> </div> <div id="64d9257c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1808751708"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1808751708" style=""><p><a href="/resources/how-do-you-distribute-a-press-release-to-the-media" runtime_url="/resources/how-do-you-distribute-a-press-release-to-the-media" type="page" style="color: rgb(0, 0, 0); display: unset;">In this guide, you'll learn how maintaining a company blog with relevant and informative content can help brands strengthen their digital footprint and improve business performance.</a></p></div> </div> </div> </div> <div id="d020d19f" class="flex-element group" data-auto="flex-element-group"> <div id="170ff982" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1541364778"> <div class="imageWidget align-center u_1541364778" data-element-type="image" data-widget-type="image" id="1541364778"> <a id="1438039267" file="false" class="" href="/resources/how-do-you-distribute-a-press-release-to-the-media"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/MediaMonitoiringTools-1920w.jpg" alt="Media Monitoring Tools" id="1947319215" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/MediaMonitoiringTools.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="d364cd40" class="flex-element group" data-auto="flex-element-group"> <div id="d8f36afa" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1707508707"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1707508707" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/media-monitoring-tools" runtime_url="/resources/media-monitoring-tools" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Media Monitoring Tools</a></p></div> </div> <div id="fa2a077d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1490317831"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1490317831" style=""><p><a href="/resources/media-monitoring-tools" runtime_url="/resources/media-monitoring-tools" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how companies can leverage media monitoring to enhance overall brand awareness and keep track of the conversations in your industry.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="e42cd1a5" class="flex-element group" data-auto="flex-element-group"> <div id="1a87702a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1012689692"> <div class="imageWidget align-center u_1012689692" data-element-type="image" data-widget-type="image" id="1012689692"> <a id="1625767901" file="false" class="" href="/resources/smart-start-the-business-benefits-of-blogging"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TheBenefitsOfBlogging-1920w.jpg" alt="Smart Start: The Business Benefits of Blogging" id="1732804486" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TheBenefitsOfBlogging.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f9b1ff11" class="flex-element group" data-auto="flex-element-group"> <div id="4cc194da" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1430039727"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1430039727" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-the-business-benefits-of-blogging" runtime_url="/resources/smart-start-the-business-benefits-of-blogging" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: The Business Benefits of Blogging</a></p></div> </div> <div id="e241b53c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1150805384"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1150805384" style=""><p><a href="/resources/smart-start-the-business-benefits-of-blogging" runtime_url="/resources/smart-start-the-business-benefits-of-blogging" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how maintaining a blog page with relevant and informative content can help strengthen a brand’s online presence and improve business performance.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="706153a5" class="flex-element group" data-auto="flex-element-group"> <div id="2d287ce9" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1465255807"> <div class="imageWidget align-center u_1465255807" data-element-type="image" data-widget-type="image" id="1465255807"> <a id="1651828071" file="false" class="" href="/resources/smart-start-no-sales-team-no-problem-5-ways-to-follow-up-with-leads"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-NoSalesTeamNoProblem-1920w.jpg" alt="Smart Start: No Sales Team, No Problem: 5 Ways to Follow Up with Leads" id="1424455377" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-NoSalesTeamNoProblem.jpg" width="1920" height="1574" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="9f9877ec" class="flex-element group" data-auto="flex-element-group"> <div id="becc1d07" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1239996552"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1239996552" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-no-sales-team-no-problem-5-ways-to-follow-up-with-leads" runtime_url="/resources/smart-start-no-sales-team-no-problem-5-ways-to-follow-up-with-leads" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: No Sales Team, No Problem: 5 Ways to Follow Up with Leads</a></p></div> </div> <div id="4afab8cf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1669974330"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1669974330" style=""><p><a href="/resources/smart-start-no-sales-team-no-problem-5-ways-to-follow-up-with-leads" runtime_url="/resources/smart-start-no-sales-team-no-problem-5-ways-to-follow-up-with-leads" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn about the different types of leads, the importance of lead generation, and five lead follow-up tips.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="5dd62bfa" class="flex-element group" data-auto="flex-element-group"> <div id="75b079c8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1508293561"> <div class="imageWidget align-center u_1508293561" data-element-type="image" data-widget-type="image" id="1508293561"> <a id="1302940343" file="false" class="" href="/resources/smart-start-are-you-making-these-5-press-release-writing-mistakes"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-AreYouMakingThese5PRWritingMistakes-1920w.jpg" alt="Smart Start: Are You Making These 5 Press Release Writing Mistakes?" id="1584516378" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-AreYouMakingThese5PRWritingMistakes.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="ddddccb8" class="flex-element group" data-auto="flex-element-group"> <div id="273d0858" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1145455009"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1145455009" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/smart-start-are-you-making-these-5-press-release-writing-mistakes" runtime_url="/resources/smart-start-are-you-making-these-5-press-release-writing-mistakes" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Are You Making These 5 Press Release Writing Mistakes?</a></p></div> </div> <div id="a18bc2dd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1562630685"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1562630685" style=""><p><a href="/resources/smart-start-are-you-making-these-5-press-release-writing-mistakes" runtime_url="/resources/smart-start-are-you-making-these-5-press-release-writing-mistakes" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how effective press release writing can deliver the right message to the right audience at the right time.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="811ef22a" class="flex-element group" data-auto="flex-element-group"> <div id="2e3c0c9f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1406947900"> <div class="imageWidget align-center u_1406947900" data-element-type="image" data-widget-type="image" id="1406947900"> <a id="1890656493" file="false" class="" href="/resources/smart-start-4-ways-to-build-strong-relationships-with-journalists"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-4WaysToBuildStrongRelationshipsWithJournalists-1920w.jpg" alt="Smart Start: 4 Ways to Build Strong Relationships with Journalists" id="1497699608" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-4WaysToBuildStrongRelationshipsWithJournalists.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f889593a" class="flex-element group" data-auto="flex-element-group"> <div id="f568b050" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1605558600"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1605558600" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-4-ways-to-build-strong-relationships-with-journalists" runtime_url="/resources/smart-start-4-ways-to-build-strong-relationships-with-journalists" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: 4 Ways to Build Strong Relationships with Journalists</a></p></div> </div> <div id="5c340902" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1709012277"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1709012277" style=""><p><a href="/resources/smart-start-4-ways-to-build-strong-relationships-with-journalists" runtime_url="/resources/smart-start-4-ways-to-build-strong-relationships-with-journalists" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how to build and strengthen relationships with journalists and the media.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="a58304d1" class="flex-element group" data-auto="flex-element-group"> <div id="01fcad55" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1292323295"> <div class="imageWidget align-center u_1292323295" data-element-type="image" data-widget-type="image" id="1292323295"> <a id="1516270852" file="false" class="" href="/resources/case-study-let-s-talk-interactive"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-LetsTalkInteractive-4e020900-1920w.png" alt="Case Study: Let’s Talk Interactive" id="1145274499" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-LetsTalkInteractive-4e020900.png" width="858" height="594" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="b78e61f1" class="flex-element group" data-auto="flex-element-group"> <div id="f758eb53" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1855874723"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1855874723" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-let-s-talk-interactive" runtime_url="/resources/case-study-let-s-talk-interactive" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Case Study: Let’s Talk Interactive</a></p></div> </div> <div id="9ea68e18" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1210587294"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1210587294" style=""><p><a href="/resources/case-study-let-s-talk-interactive" runtime_url="/resources/case-study-let-s-talk-interactive" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how Newswire’s dynamic go-to-market strategy is helping Let’s Talk Interactive market its innovative telehealth technologies.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="a11ad3e7" class="flex-element group" data-auto="flex-element-group"> <div id="e8fbf4df" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1022056686"> <div class="imageWidget align-center u_1022056686" data-element-type="image" data-widget-type="image" id="1022056686"> <a id="1042976333" file="false" class="" href="/resources/smart-start-media-interview-best-practices"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-MediaInterviewBestPracticces-1920w.jpg" alt="Case Study: Let’s Talk Interactive" id="1826836985" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-MediaInterviewBestPracticces.jpg" width="1920" height="1080" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="dce6a22f" class="flex-element group" data-auto="flex-element-group"> <div id="8ec1b2f1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1598068355"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1598068355" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-media-interview-best-practices" runtime_url="/resources/smart-start-media-interview-best-practices" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Media Interview Best Practices</a></p></div> </div> <div id="632c4344" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1862614437"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1862614437" style=""><p><a href="/resources/smart-start-media-interview-best-practices" runtime_url="/resources/smart-start-media-interview-best-practices" type="page" style="color: rgb(0, 0, 0); display: unset;">Prepare for your next media interview with these helpful tips.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="741e238e" class="flex-element group" data-auto="flex-element-group"> <div id="0f675b0e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1993468064"> <div class="imageWidget align-center u_1993468064" data-element-type="image" data-widget-type="image" id="1993468064"> <a id="1657675517" file="false" class="" href="/resources/smart-start-how-to-develop-a-newsworthy-angle"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToDevelopANewsworthyAngle-1920w.jpg" alt="Smart Start: How to Develop a Newsworthy Angle" id="1480300647" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToDevelopANewsworthyAngle.jpg" width="1920" height="1280" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="43efa10b" class="flex-element group" data-auto="flex-element-group"> <div id="0d0708b0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1292343740"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1292343740" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/smart-start-how-to-develop-a-newsworthy-angle" runtime_url="/resources/smart-start-how-to-develop-a-newsworthy-angle" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: How to Develop a Newsworthy Angle</a></p></div> </div> <div id="fc8c8f79" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1648902945"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1648902945" style=""><p><a href="/resources/smart-start-how-to-develop-a-newsworthy-angle" runtime_url="/resources/smart-start-how-to-develop-a-newsworthy-angle" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how to develop a newsworthy angle to guide your press release writing.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="62ef3638" class="flex-element group" data-auto="flex-element-group"> <div id="28f8903c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1814059507"> <div class="imageWidget align-center u_1814059507" data-element-type="image" data-widget-type="image" id="1814059507"> <a id="1900945320" file="false" class="" href="/resources/smart-start-how-to-maximize-press-release-distribution-efforts"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToMaximizePRDistEfforts-1920w.png" alt="Smart Start: How to Maximize Press Release Distribution Efforts" id="1248178588" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToMaximizePRDistEfforts.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="8992a044" class="flex-element group" data-auto="flex-element-group"> <div id="40bb8959" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1095902005"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1095902005" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-maximize-press-release-distribution-efforts" runtime_url="/resources/smart-start-how-to-maximize-press-release-distribution-efforts" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: How to Maximize Press Release Distribution Efforts</a></p></div> </div> <div id="2028e578" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1007252867"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1007252867" style=""><p><a href="/resources/smart-start-how-to-maximize-press-release-distribution-efforts" runtime_url="/resources/smart-start-how-to-maximize-press-release-distribution-efforts" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how the Media Advantage Plan (MAP) is maximizing the effectiveness of press release distribution and driving real results.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="f77103bb" class="flex-element group" data-auto="flex-element-group"> <div id="b391d621" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1195020917"> <div class="imageWidget align-center u_1195020917" data-element-type="image" data-widget-type="image" id="1195020917"> <a id="1498814191" file="false" class="" href="/resources/case-study-energyware"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-Energywave-7e376103-1920w.png" alt="Case Study: energyware" id="1148961109" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-Energywave-7e376103.png" width="1066" height="844" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="d8040845" class="flex-element group" data-auto="flex-element-group"> <div id="adbf972e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1279828048"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1279828048" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-energyware" runtime_url="/resources/case-study-energyware" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Case Study: energyware</a></p></div> </div> <div id="afd1b1bf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1192328080"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1192328080" style=""><p><a href="/resources/case-study-energyware" runtime_url="/resources/case-study-energyware" type="page" style="display: unset; color: rgb(0, 0, 0);">Through the Media Advantage Plan (MAP), Newswire’s team of experts continues to help energyware turn its owned media into earned media.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="8a98f3c2" class="flex-element group" data-auto="flex-element-group"> <div id="f322a680" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1411915523"> <div class="imageWidget align-center u_1411915523" data-element-type="image" data-widget-type="image" id="1411915523"> <a id="1566462783" file="false" class="" href="/resources/smart-start-the-benefits-of-a-white-paper"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TheBenefitsOfAWhitePaper-1920w.png" alt="Smart Start: The Benefits of a White Paper" id="1179388991" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TheBenefitsOfAWhitePaper.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="57aed92f" class="flex-element group" data-auto="flex-element-group"> <div id="c1ba0874" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1937098706"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1937098706" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-the-benefits-of-a-white-paper" runtime_url="/resources/smart-start-the-benefits-of-a-white-paper" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: The Benefits of a White Paper</a></p></div> </div> <div id="401382a6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1919960736"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1919960736" style=""><p><a href="/resources/smart-start-the-benefits-of-a-white-paper" runtime_url="/resources/smart-start-the-benefits-of-a-white-paper" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how a white paper can generate leads, showcase expertise, and position a brand as a thought leader in its industry.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="4a1ce50e" class="flex-element group" data-auto="flex-element-group"> <div id="3336781a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1296283973"> <div class="imageWidget align-center u_1296283973" data-element-type="image" data-widget-type="image" id="1296283973"> <a id="1356780196" file="false" class="" href="/resources/smart-start-media-pitching-101"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-MediaPitching101-f1b2b513-1920w.png" alt="Smart Start: Media Pitching 101" id="1188058496" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-MediaPitching101-f1b2b513.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="6d4c993b" class="flex-element group" data-auto="flex-element-group"> <div id="72a2ad3b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1740366301"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1740366301" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-media-pitching-101" runtime_url="/resources/smart-start-media-pitching-101" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Media Pitching 101</a></p></div> </div> <div id="1681d1cd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1585036916"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1585036916" style=""><p><a href="/resources/smart-start-media-pitching-101" runtime_url="/resources/smart-start-media-pitching-101" type="page" style="display: unset; color: rgb(0, 0, 0);">From the elements of an effective media pitch to a reusable template, in this guide, you’ll get a crash course on all things media pitching.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="88d7ca13" class="flex-element group" data-auto="flex-element-group"> <div id="d7856b46" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1478284680"> <div class="imageWidget align-center u_1478284680" data-element-type="image" data-widget-type="image" id="1478284680"> <a id="1917610345" file="false" class="" href="/resources/case-study-cyberlandr"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-CyberLandr-eeca008a-1920w.png" alt="Case Study: CyberLandr" id="1084956527" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-CyberLandr-eeca008a.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="a9e763bd" class="flex-element group" data-auto="flex-element-group"> <div id="b8230ffc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1032601705"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1032601705" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-cyberlandr" runtime_url="/resources/case-study-cyberlandr" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Case Study: CyberLandr</a></p></div> </div> <div id="8167f0c7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1324705665"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1324705665" style=""><p><a href="/resources/case-study-cyberlandr" runtime_url="/resources/case-study-cyberlandr" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how companies like CyberLandr find success across industries through Newswire’s Media Advantage Plan (MAP).</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="af57b4d9" class="flex-element group" data-auto="flex-element-group"> <div id="c24752e6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1828894488"> <div class="imageWidget align-center u_1828894488" data-element-type="image" data-widget-type="image" id="1828894488"> <a id="1197428246" file="false" class="" href="/resources/case-study-kindhealth"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-KindHealth-219b0482-1920w.png" alt="Case Study: KindHealth" id="1918015602" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-KindHealth-219b0482.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="64af0594" class="flex-element group" data-auto="flex-element-group"> <div id="5b51240c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1747916781"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1747916781" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-kindhealth" runtime_url="/resources/case-study-kindhealth" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Case Study: KindHealth</a></p></div> </div> <div id="e61209d6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1446757383"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1446757383" style=""><p><a href="/resources/case-study-kindhealth" runtime_url="/resources/case-study-kindhealth" type="page" style="display: unset; color: rgb(0, 0, 0);">Through the Media Advantage Plan (MAP), Newswire’s team of experts continues to help KindHealth turn its owned media into earned media.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="650feae0" class="flex-element group" data-auto="flex-element-group"> <div id="d1b3248b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1125631258"> <div class="imageWidget align-center u_1125631258" data-element-type="image" data-widget-type="image" id="1125631258"> <a id="1318585735" file="false" class="" href="/resources/press-release-basics-2022"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PressReleaseBasics2022-00f0eb75-1920w.png" alt="Press Release Basics 2022" id="1017100873" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PressReleaseBasics2022-00f0eb75.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="08648928" class="flex-element group" data-auto="flex-element-group"> <div id="4e81f047" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1099860487"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1099860487" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/press-release-basics-2022" runtime_url="/resources/press-release-basics-2022" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">P</a><a href="/resources/press-release-basics-2022" runtime_url="/resources/press-release-basics-2022" type="page" class="m-font-size-32" style="font-weight: 600; display: initial;">ress Release Basics 2022</a></p></div> </div> <div id="1de2f121" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1022167414"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1022167414" style=""><p><a href="/resources/press-release-basics-2022" runtime_url="/resources/press-release-basics-2022" type="page" style="display: unset; color: rgb(0, 0, 0);">Getting started? These are the basics of press release distribution to help you craft your story.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="bb917e1b" class="flex-element group" data-auto="flex-element-group"> <div id="61600039" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1597720274"> <div class="imageWidget align-center u_1597720274" data-element-type="image" data-widget-type="image" id="1597720274"> <a id="1227982984" file="false" class="" href="/resources/smart-start-press-release-readability-matters"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-PressReleaseReadability-1920w.jpg" alt="Smart Start: Press Release Readability Matters" id="1617766760" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-PressReleaseReadability.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="4a589e55" class="flex-element group" data-auto="flex-element-group"> <div id="2f721bc4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1750223566"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1750223566" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-press-release-readability-matters" runtime_url="/resources/smart-start-press-release-readability-matters" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Press Release Readability Matters</a></p></div> </div> <div id="3881d4c4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1240175011"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1240175011" style=""><p><a href="/resources/smart-start-press-release-readability-matters" runtime_url="/resources/smart-start-press-release-readability-matters" type="page" style="display: unset; color: rgb(0, 0, 0);">Explore how to craft copy that’s newsworthy, compelling, optimized for search engines, and easy for your target audience and the media to read.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="7bc175cc" class="flex-element group" data-auto="flex-element-group"> <div id="97e128a2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1583065044"> <div class="imageWidget align-center u_1583065044" data-element-type="image" data-widget-type="image" id="1583065044"> <a id="1446802164" file="false" class="" href="/resources/smart-start-transforming-the-value-of-a-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TransformingTheValueOfAPressRRelease-1920w.jpg" alt="Smart Start: Transforming the Value of a Press Release" id="1219992674" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TransformingTheValueOfAPressRRelease.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="932df037" class="flex-element group" data-auto="flex-element-group"> <div id="076b5286" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1240623307"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1240623307" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-transforming-the-value-of-a-press-release" runtime_url="/resources/smart-start-transforming-the-value-of-a-press-release" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Transforming the Value of a Press Release</a></p></div> </div> <div id="a5aaee44" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1913125185"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1913125185" style=""><p><a href="/resources/smart-start-transforming-the-value-of-a-press-release" runtime_url="/resources/smart-start-transforming-the-value-of-a-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">Press releases have the power to build brand awareness, attract website traffic, generate leads, and increase sales.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="9139cd6e" class="flex-element group" data-auto="flex-element-group"> <div id="0a928e8e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1793500138"> <div class="imageWidget align-center u_1793500138" data-element-type="image" data-widget-type="image" id="1793500138"> <a id="1488783902" file="false" class="" href="/resources/smart-start-media-types-explained"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-MediaTypesExplained-1920w.jpg" alt="Smart Start: Media Types Explained" id="1817136743" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-MediaTypesExplained.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="049ac527" class="flex-element group" data-auto="flex-element-group"> <div id="b18c2b47" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1601385596"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1601385596" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-media-types-explained" runtime_url="/resources/smart-start-media-types-explained" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Media Types Explained</a></p></div> </div> <div id="d82cbe2f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1852726208"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1852726208" style=""><p><a href="/resources/smart-start-transforming-the-value-of-a-press-release" runtime_url="/resources/smart-start-transforming-the-value-of-a-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">Explore the basics of various media types and how each can be used to create a robust digital presence.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="b53c0ce3" class="flex-element group" data-auto="flex-element-group"> <div id="6443947d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1485271996"> <div class="imageWidget align-center u_1485271996" data-element-type="image" data-widget-type="image" id="1485271996"> <a id="1819922295" file="false" class="" href="/resources/smart-start-stop-relying-on-tracking-cookies"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-StopRelyingOnTrackingCookies-1920w.jpg" alt="Smart Start: Stop Relying on Tracking Cookies" id="1061716702" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-StopRelyingOnTrackingCookies.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="a6ba2cbb" class="flex-element group" data-auto="flex-element-group"> <div id="ca717eaf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1872484355"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1872484355" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-stop-relying-on-tracking-cookies" runtime_url="/resources/smart-start-stop-relying-on-tracking-cookies" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Stop Relying on Tracking Cookies</a></p></div> </div> <div id="e9c7561e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1557648450"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1557648450" style=""><p><a href="/resources/smart-start-stop-relying-on-tracking-cookies" runtime_url="/resources/smart-start-stop-relying-on-tracking-cookies" type="page" style="display: unset; color: rgb(0, 0, 0);">Mobile software updates and intensified concerns over consumer privacy are fueling drastic changes in the email marketing landscape.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="1d75c31b" class="flex-element group" data-auto="flex-element-group"> <div id="0a5aee1b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1775410556"> <div class="imageWidget align-center u_1775410556" data-element-type="image" data-widget-type="image" id="1775410556"> <a id="1491476438" file="false" class="" href="/resources/smart-start-how-to-develop-a-newsworthy-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToDevelopANewsworthyPressRelease-1920w.jpg" alt="Smart Start: How to Develop a Newsworthy Press Release" id="1474154102" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToDevelopANewsworthyPressRelease.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="67204459" class="flex-element group" data-auto="flex-element-group"> <div id="b17e0fa7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1034596747"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1034596747" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/smart-start-how-to-develop-a-newsworthy-press-release" runtime_url="/resources/smart-start-how-to-develop-a-newsworthy-press-release" type="page" class="m-font-size-32" style="display: initial; font-weight: 600;">Smart Start: How to Develop a Newsworthy Press Release</a></p></div> </div> <div id="5d2d6aa7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1531044453"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1531044453" style=""><p><a href="/resources/smart-start-how-to-develop-a-newsworthy-press-release" runtime_url="/resources/smart-start-how-to-develop-a-newsworthy-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">What are the essential elements of a newsworthy press release?</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="d18f558f" class="flex-element group" data-auto="flex-element-group"> <div id="000627d4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1469987123"> <div class="imageWidget align-center u_1469987123" data-element-type="image" data-widget-type="image" id="1469987123"> <a id="1771365796" file="false" class="" href="/resources/smart-start-how-to-build-on-pr-momentum"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToBuildOnPRMomentum-1920w.jpg" alt="Smart Start: How to Build on PR Momentum" id="1071275057" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToBuildOnPRMomentum.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="e76ab593" class="flex-element group" data-auto="flex-element-group"> <div id="c56f3bfd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1512790319"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1512790319" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-build-on-pr-momentum" runtime_url="/resources/smart-start-how-to-build-on-pr-momentum" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: How to Build on PR Momentum</a></p></div> </div> <div id="be83a240" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1813567939"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1813567939" style=""><p><a href="/resources/smart-start-how-to-build-on-pr-momentum" runtime_url="/resources/smart-start-how-to-build-on-pr-momentum" type="page" style="display: unset; color: rgb(0, 0, 0);">Your press release got picked up, now what? Three tips to capitalize on the momentum.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="34cde560" class="flex-element group" data-auto="flex-element-group"> <div id="9a29a6f1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1853881865"> <div class="imageWidget align-center u_1853881865" data-element-type="image" data-widget-type="image" id="1853881865"> <a id="1330632767" file="false" class="" href="/resources/case-study-how-a-biopharmaceutical-drug-development-company-established-its-presence-in-a-new-industry-on-newswires-media-advant"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-GBSciences-44e08449-1920w.png" alt="Case Study: How a Biopharmaceutical Drug Development Company Established its Presence in a New Industry on Newswire's Media Advantage Plan" id="1828477899" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-GBSciences-44e08449.png" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="89297868" class="flex-element group" data-auto="flex-element-group"> <div id="f9fa509b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1050576636"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1050576636" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-how-a-biopharmaceutical-drug-development-company-established-its-presence-in-a-new-industry-on-newswires-media-advant" runtime_url="/resources/case-study-how-a-biopharmaceutical-drug-development-company-established-its-presence-in-a-new-industry-on-newswires-media-advant" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Case Study: How a Biopharmaceutical Drug Development Company Established its Presence in a New Industry on Newswire's Media Advantage Plan</a></p></div> </div> <div id="19ce4efc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1470964931"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1470964931" style=""><p><a href="/resources/case-study-how-a-biopharmaceutical-drug-development-company-established-its-presence-in-a-new-industry-on-newswires-media-advant" runtime_url="/resources/case-study-how-a-biopharmaceutical-drug-development-company-established-its-presence-in-a-new-industry-on-newswires-media-advant" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn how companies across industries are finding success through Newswire’s Media Advantage Plan (MAP).</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="2b732ded" class="flex-element group" data-auto="flex-element-group"> <div id="9a26ca91" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1757094676"> <div class="imageWidget align-center u_1757094676" data-element-type="image" data-widget-type="image" id="1757094676"> <a id="1629732531" file="false" class="" href="/resources/smart-start-what-s-an-online-media-room"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-WhatsAnOnlineMediaRoom-1920w.jpg" alt="Smart Start: What’s an Online Media Room?" id="1823257589" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-WhatsAnOnlineMediaRoom.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="9ccc1fd3" class="flex-element group" data-auto="flex-element-group"> <div id="ec0d8385" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1693616732"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1693616732" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/smart-start-what-s-an-online-media-room" runtime_url="/resources/smart-start-what-s-an-online-media-room" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: What’s an Online Media Room?</a></p></div> </div> <div id="4fb0f495" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1962670417"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1962670417" style=""><p><a href="/resources/smart-start-what-s-an-online-media-room" runtime_url="/resources/smart-start-what-s-an-online-media-room" type="page" style="display: unset; color: rgb(0, 0, 0);">How to create and optimize a home for your content.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="10e57ac6" class="flex-element group" data-auto="flex-element-group"> <div id="e172f29a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1245110367"> <div class="imageWidget align-center u_1245110367" data-element-type="image" data-widget-type="image" id="1245110367"> <a id="1672646595" file="false" class="" href="/resources/smart-start-how-data-analysis-will-make-you-rethink-your-decision-making"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowDataAnalysisWillMake-1920w.jpg" alt="Smart Start: How Data Analysis Will Make You Rethink Your Decision Making" id="1700264340" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowDataAnalysisWillMake.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="b6b46357" class="flex-element group" data-auto="flex-element-group"> <div id="1bf97168" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1782483487"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1782483487" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-data-analysis-will-make-you-rethink-your-decision-making" runtime_url="/resources/smart-start-how-data-analysis-will-make-you-rethink-your-decision-making" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: How Data Analysis Will Make You Rethink Your Decision Making</a></p></div> </div> <div id="5ed51e07" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1178187658"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1178187658" style=""><p><a href="/resources/smart-start-how-data-analysis-will-make-you-rethink-your-decision-making" runtime_url="/resources/smart-start-how-data-analysis-will-make-you-rethink-your-decision-making" type="page" style="display: unset; color: rgb(0, 0, 0);">What is data analysis and how can it inform business decisions?</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="1e6f0db3" class="flex-element group" data-auto="flex-element-group"> <div id="048671b9" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1652218968"> <div class="imageWidget align-center u_1652218968" data-element-type="image" data-widget-type="image" id="1652218968"> <a id="1029082973" file="false" class="" href="/resources/smart-start-7-reasons-you-should-work-with-a-media-and-marketing-communication-team"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-7Reasons-1920w.jpg" alt="Smart Start: 7 Reasons You Should Work with a Media and Marketing Communication Team" id="1298389486" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-7Reasons.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="bbf28b1e" class="flex-element group" data-auto="flex-element-group"> <div id="ddc4188b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1556930656"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1556930656" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-7-reasons-you-should-work-with-a-media-and-marketing-communication-team" runtime_url="/resources/smart-start-7-reasons-you-should-work-with-a-media-and-marketing-communication-team" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: 7 Reasons You Should Work with a Media and Marketing Communication Team</a></p></div> </div> <div id="a6ebee89" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1683973664"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1683973664" style=""><p><a href="/resources/smart-start-7-reasons-you-should-work-with-a-media-and-marketing-communication-team" runtime_url="/resources/smart-start-7-reasons-you-should-work-with-a-media-and-marketing-communication-team" type="page" style="color: rgb(0, 0, 0); display: unset;">How to leverage a media and marketing communication team to reach and exceed your business goals.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="a701236f" class="flex-element group" data-auto="flex-element-group"> <div id="d419ad12" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1032991021"> <div class="imageWidget align-center u_1032991021" data-element-type="image" data-widget-type="image" id="1032991021"> <a id="1203427494" file="false" class="" href="/resources/smart-start-3-proven-ways-to-find-your-target-audience"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-3ProvenWays-1920w.jpg" alt="Smart Start: 3 Proven Ways to Find Your Target Audience" id="1267411821" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-3ProvenWays.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="ff201655" class="flex-element group" data-auto="flex-element-group"> <div id="c7fa0a2e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1144344574"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1144344574" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-3-proven-ways-to-find-your-target-audience" runtime_url="/resources/smart-start-3-proven-ways-to-find-your-target-audience" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: 3 Proven Ways to Find Your Target Audience</a></p></div> </div> <div id="bd129719" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1804941744"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1804941744" style=""><p><a href="/resources/smart-start-3-proven-ways-to-find-your-target-audience" runtime_url="/resources/smart-start-3-proven-ways-to-find-your-target-audience" type="page" style="display: unset; color: rgb(0, 0, 0);">Better serve your target audience by understanding what makes them tick.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="d67e5723" class="flex-element group" data-auto="flex-element-group"> <div id="eb64ec5e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1210339117"> <div class="imageWidget align-center u_1210339117" data-element-type="image" data-widget-type="image" id="1210339117"> <a id="1797083027" file="false" class="" href="/resources/smart-start-4-headline-writing-tips-for-more-clickable-content"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-4HeadlineTips-1920w.jpg" alt="Smart Start: 4 Headline Writing Tips for More Clickable Content" id="1853843051" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-4HeadlineTips.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="2d9fe788" class="flex-element group" data-auto="flex-element-group"> <div id="ef592ab4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1743742966"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1743742966" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-4-headline-writing-tips-for-more-clickable-content" runtime_url="/resources/smart-start-4-headline-writing-tips-for-more-clickable-content" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: 4 Headline Writing Tips for More Clickable Content</a></p></div> </div> <div id="42651bde" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1891575085"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1891575085" style=""><p><a href="/resources/smart-start-4-headline-writing-tips-for-more-clickable-content" runtime_url="/resources/smart-start-4-headline-writing-tips-for-more-clickable-content" type="page" style="display: unset; color: rgb(0, 0, 0);">Give your content its best chance at reaching your target audience by reading through our quick guide to writing headlines.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="08361dd2" class="flex-element group" data-auto="flex-element-group"> <div id="ce7e0e07" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1804157347"> <div class="imageWidget align-center u_1804157347" data-element-type="image" data-widget-type="image" id="1804157347"> <a id="1274678658" file="false" class="" href="/resources/smart-start-the-do-s-and-don-ts-of-implementing-a-backlinks-strategy"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TheDosAndDontsOfImplementing-1920w.jpg" alt="Smart Start: The Do’s and Don’ts of Implementing a Backlinks Strategy" id="1133837749" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TheDosAndDontsOfImplementing.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="6aa4b7a6" class="flex-element group" data-auto="flex-element-group"> <div id="0dd7a088" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1956266506"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1956266506" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-the-do-s-and-don-ts-of-implementing-a-backlinks-strategy" runtime_url="/resources/smart-start-the-do-s-and-don-ts-of-implementing-a-backlinks-strategy" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: The Do’s and Don’ts of Implementing a Backlinks Strategy</a></p></div> </div> <div id="7e4e7021" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1806974826"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1806974826" style=""><p><a href="/resources/smart-start-the-do-s-and-don-ts-of-implementing-a-backlinks-strategy" runtime_url="/resources/smart-start-the-do-s-and-don-ts-of-implementing-a-backlinks-strategy" type="page" style="display: unset; color: rgb(0, 0, 0);">What are backlinks? Why are backlinks important? Download this Smart Start guide for the answers to these questions and more.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="19a7b202" class="flex-element group" data-auto="flex-element-group"> <div id="2ffa1c07" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1884774947"> <div class="imageWidget align-center u_1884774947" data-element-type="image" data-widget-type="image" id="1884774947"> <a id="1489994169" file="false" class="" href="/resources/smart-start-improve-your-press-release-writing-with-the-inverted-pyramid"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-ImproveYourPressReleaseWriting-1920w.jpg" alt="Smart Start: Improve Your Press Release Writing with the Inverted Pyramid" id="1358233505" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-ImproveYourPressReleaseWriting.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="e875997a" class="flex-element group" data-auto="flex-element-group"> <div id="471f79a2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1756533809"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1756533809" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-improve-your-press-release-writing-with-the-inverted-pyramid" runtime_url="/resources/smart-start-improve-your-press-release-writing-with-the-inverted-pyramid" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Improve Your Press Release Writing with the Inverted Pyramid</a></p></div> </div> <div id="22c41544" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1281782816"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1281782816" style=""><p><a href="/resources/smart-start-improve-your-press-release-writing-with-the-inverted-pyramid" runtime_url="/resources/smart-start-improve-your-press-release-writing-with-the-inverted-pyramid" type="page" style="display: unset; color: rgb(0, 0, 0);">Use the inverted pyramid to quickly and efficiently give readers the information they want from your press release.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="98b93ed3" class="flex-element group" data-auto="flex-element-group"> <div id="8f71157d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1440978170"> <div class="imageWidget align-center u_1440978170" data-element-type="image" data-widget-type="image" id="1440978170"> <a id="1905814729" file="false" class="" href="/resources/smart-start-what-s-the-difference-between-on-page-seo-and-off-page-seo"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-WhatsTheDifferenceBewteenOnPageOffPageSEO-1920w.jpg" alt="Smart Start: What’s the Difference Between On-Page SEO and Off-Page SEO?" id="1864736722" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-WhatsTheDifferenceBewteenOnPageOffPageSEO.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="8efd177a" class="flex-element group" data-auto="flex-element-group"> <div id="62d34b23" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1004804940"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1004804940" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-what-s-the-difference-between-on-page-seo-and-off-page-seo" runtime_url="/resources/smart-start-what-s-the-difference-between-on-page-seo-and-off-page-seo" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: What’s the Difference Between On-Page SEO and Off-Page SEO?</a></p></div> </div> <div id="f1a57e58" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1670917897"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1670917897" style=""><p><a href="/resources/smart-start-what-s-the-difference-between-on-page-seo-and-off-page-seo" runtime_url="/resources/smart-start-what-s-the-difference-between-on-page-seo-and-off-page-seo" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn the difference between on-page SEO and off-page SEO.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="939b239a" class="flex-element group" data-auto="flex-element-group"> <div id="9d0ad1ac" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1777245608"> <div class="imageWidget align-center u_1777245608" data-element-type="image" data-widget-type="image" id="1777245608"> <a id="1036181971" file="false" class="" href="/resources/smart-start-5-conversion-metrics-you-should-be-tracking"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-5ConversionMetrics-1920w.jpg" alt="Smart Start: 5 Conversion Metrics You Should be Tracking" id="1479625330" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-5ConversionMetrics.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="ee886fe9" class="flex-element group" data-auto="flex-element-group"> <div id="1198c3c4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1527655794"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1527655794" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-5-conversion-metrics-you-should-be-tracking" runtime_url="/resources/smart-start-5-conversion-metrics-you-should-be-tracking" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: 5 Conversion Metrics You Should be Tracking</a></p></div> </div> <div id="9bc49d91" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1538058876"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1538058876" style=""><p><a href="/resources/smart-start-5-conversion-metrics-you-should-be-tracking" runtime_url="/resources/smart-start-5-conversion-metrics-you-should-be-tracking" type="page" style="color: rgb(0, 0, 0); display: unset;">What’s conversion tracking and why is it important?</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="855c39e6" class="flex-element group" data-auto="flex-element-group"> <div id="80bc3193" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1557848921"> <div class="imageWidget align-center u_1557848921" data-element-type="image" data-widget-type="image" id="1557848921"> <a id="1166578948" file="false" class="" href="/resources/smart-start-the-beginner-s-guide-to-google-ppc"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TheBeginnersGuideToGooglePPC-1920w.jpg" alt="Smart Start: The Beginner’s Guide to Google PPC" id="1212514603" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TheBeginnersGuideToGooglePPC.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f28de39f" class="flex-element group" data-auto="flex-element-group"> <div id="3a9e4029" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1826132448"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1826132448" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-the-beginner-s-guide-to-google-ppc" runtime_url="/resources/smart-start-the-beginner-s-guide-to-google-ppc" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: The Beginner’s Guide to Google PPC</a></p></div> </div> <div id="ddcf0ab5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1448197802"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1448197802" style=""><p><a href="/resources/smart-start-the-beginner-s-guide-to-google-ppc" runtime_url="/resources/smart-start-the-beginner-s-guide-to-google-ppc" type="page" style="display: unset; color: rgb(0, 0, 0);">How to utilize Google PPC as a way to drive qualified traffic to your website and other relevant online properties.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="bebc5453" class="flex-element group" data-auto="flex-element-group"> <div id="563a893f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1373665087"> <div class="imageWidget align-center u_1373665087" data-element-type="image" data-widget-type="image" id="1373665087"> <a id="1333063024" file="false" class="" href="/resources/smart-start-how-to-choose-the-right-seo-keywords-for-your-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToChooseTheRightSEOKeywords-1920w.jpg" alt="Smart Start: How to Choose the Right SEO Keywords for Your Press Release" id="1067239995" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToChooseTheRightSEOKeywords.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f2052177" class="flex-element group" data-auto="flex-element-group"> <div id="3096cf41" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1133953892"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1133953892" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-choose-the-right-seo-keywords-for-your-press-release" runtime_url="/resources/smart-start-how-to-choose-the-right-seo-keywords-for-your-press-release" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: How to Choose the Right SEO Keywords for Your Press Release</a></p></div> </div> <div id="592922f2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1666195295"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1666195295" style=""><p><a href="/resources/smart-start-how-to-choose-the-right-seo-keywords-for-your-press-release" runtime_url="/resources/smart-start-how-to-choose-the-right-seo-keywords-for-your-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">Gain a better understanding of keywords and tags and how they play an integral role in the success of a press release.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="e2947bc8" class="flex-element group" data-auto="flex-element-group"> <div id="4d73359f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1791732160"> <div class="imageWidget align-center u_1791732160" data-element-type="image" data-widget-type="image" id="1791732160"> <a id="1887926415" file="false" class="" href="/resources/smart-start-top-10-press-release-mistakes-to-avoid"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-Top10PressReleaseMistakes-1920w.jpg" alt="Smart Start: Top 10 Press Release Mistakes to Avoid" id="1530743555" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-Top10PressReleaseMistakes.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="21710fd3" class="flex-element group" data-auto="flex-element-group"> <div id="67777eef" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1231230815"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1231230815" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-top-10-press-release-mistakes-to-avoid" runtime_url="/resources/smart-start-top-10-press-release-mistakes-to-avoid" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Top 10 Press Release Mistakes to Avoid</a></p></div> </div> <div id="0a7d1895" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1587513772"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1587513772" style=""><p><a href="/resources/smart-start-top-10-press-release-mistakes-to-avoid" runtime_url="/resources/smart-start-top-10-press-release-mistakes-to-avoid" type="page" style="display: unset; color: rgb(0, 0, 0);">Improve your press release writing by avoiding these 10 mistakes.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="e6591d5c" class="flex-element group" data-auto="flex-element-group"> <div id="e6df268d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1814474531"> <div class="imageWidget align-center u_1814474531" data-element-type="image" data-widget-type="image" id="1814474531"> <a id="1226995271" file="false" class="" href="/resources/smart-start-understanding-the-what-why-and-how-of-a-digital-marketing"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-UnderstandingTheWhatWhy-1920w.jpg" alt="Smart Start: Understanding the What, Why, and How of a Digital Marketing" id="1132116360" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-UnderstandingTheWhatWhy.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="6b2acee9" class="flex-element group" data-auto="flex-element-group"> <div id="6317ec95" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1864788854"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1864788854" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-understanding-the-what-why-and-how-of-a-digital-marketing" runtime_url="/resources/smart-start-understanding-the-what-why-and-how-of-a-digital-marketing" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Understanding the What, Why, and How of a Digital Marketing</a></p></div> </div> <div id="5345292d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1140185140"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1140185140" style=""><p><a href="/resources/smart-start-understanding-the-what-why-and-how-of-a-digital-marketing" runtime_url="/resources/smart-start-understanding-the-what-why-and-how-of-a-digital-marketing" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn the basics of digital marketing to build brand awareness for your company.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="e15f50c3" class="flex-element group" data-auto="flex-element-group"> <div id="22fc5712" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1384989485"> <div class="imageWidget align-center u_1384989485" data-element-type="image" data-widget-type="image" id="1384989485"> <a id="1744333426" file="false" class="" href="/resources/smart-start-sponsored-content-explained"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-SponsoredContent-1920w.jpg" alt="Smart Start: Sponsored Content Explained" id="1440297389" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-SponsoredContent.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="9a503329" class="flex-element group" data-auto="flex-element-group"> <div id="dfd23035" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1155329549"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1155329549" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/smart-start-sponsored-content-explained" runtime_url="/resources/smart-start-sponsored-content-explained" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Sponsored Content Explained</a></p></div> </div> <div id="addebea6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1826445106"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1826445106" style=""><p><a href="/resources/smart-start-sponsored-content-explained" runtime_url="/resources/smart-start-sponsored-content-explained" type="page" style="color: rgb(0, 0, 0); display: unset;">Everything you need to know about sponsored content.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="cb951546" class="flex-element group" data-auto="flex-element-group"> <div id="c38f698c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1255366713"> <div class="imageWidget align-center u_1255366713" data-element-type="image" data-widget-type="image" id="1255366713"> <a id="1281308802" file="false" class="" href="/resources/smart-start-how-to-create-a-social-media-strategy-for-2021-and-beyond"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToCreateASocialMediaStrategy-1920w.jpg" alt="Smart Start: How to Create a Social Media Strategy for 2021 and Beyond" id="1273441279" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToCreateASocialMediaStrategy.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="e6c0b841" class="flex-element group" data-auto="flex-element-group"> <div id="4d0bd570" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1294364971"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1294364971" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-create-a-social-media-strategy-for-2021-and-beyond" runtime_url="/resources/smart-start-how-to-create-a-social-media-strategy-for-2021-and-beyond" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: How to Create a Social Media Strategy for 2021 and Beyond</a></p></div> </div> <div id="4c608b58" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1008578496"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1008578496" style=""><p><a href="/resources/smart-start-how-to-create-a-social-media-strategy-for-2021-and-beyond" runtime_url="/resources/smart-start-how-to-create-a-social-media-strategy-for-2021-and-beyond" type="page" style="display: unset; color: rgb(0, 0, 0);">No matter the industry, social media can help companies reach and engage with their target audience on a consistent basis.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="0c4bf1bd" class="flex-element group" data-auto="flex-element-group"> <div id="a79c3a20" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1922159203"> <div class="imageWidget align-center u_1922159203" data-element-type="image" data-widget-type="image" id="1922159203"> <a id="1999663526" file="false" class="" href="/resources/smart-start-how-to-write-an-seo-friendly-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToWriteAnSEOFrienly-1920w.jpg" alt="Smart Start: How to Create a Social Media Strategy for 2021 and Beyond" id="1629171503" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToWriteAnSEOFrienly.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="f5046645" class="flex-element group" data-auto="flex-element-group"> <div id="3dc7cfcc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1450422488"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1450422488" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-write-an-seo-friendly-press-release" runtime_url="/resources/smart-start-how-to-write-an-seo-friendly-press-release" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: How to Write an SEO-Friendly Press Release</a></p></div> </div> <div id="a7cb17fd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1220039814"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1220039814" style=""><p><a href="/resources/smart-start-how-to-write-an-seo-friendly-press-release" runtime_url="/resources/smart-start-how-to-write-an-seo-friendly-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">How to write an SEO-friendly press release.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="4613c4d7" class="flex-element group" data-auto="flex-element-group"> <div id="39a7984f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1261814176"> <div class="imageWidget align-center u_1261814176" data-element-type="image" data-widget-type="image" id="1261814176"> <a id="1681030593" file="false" class="" href="/resources/smart-start-how-to-develop-a-media-and-marketing-communication-strategy"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToDevelopAMediaAndMarketingCommsStrat-1920w.jpg" alt="Smart Start: How to Develop a Media and Marketing Communication Strategy" id="1003754263" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToDevelopAMediaAndMarketingCommsStrat.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="373abda0" class="flex-element group" data-auto="flex-element-group"> <div id="bbe7c4a6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1750961664"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1750961664" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-develop-a-media-and-marketing-communication-strategy" runtime_url="/resources/smart-start-how-to-develop-a-media-and-marketing-communication-strategy" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: How to Develop a Media and Marketing Communication Strategy</a></p></div> </div> <div id="585469fd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1229417161"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1229417161" style=""><p><a href="/resources/smart-start-how-to-develop-a-media-and-marketing-communication-strategy" runtime_url="/resources/smart-start-how-to-develop-a-media-and-marketing-communication-strategy" type="page" style="display: unset; color: rgb(0, 0, 0);">How to develop a media and marketing communication strategy that works for your company</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="46770f56" class="flex-element group" data-auto="flex-element-group"> <div id="54736bf6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1920318501"> <div class="imageWidget align-center u_1920318501" data-element-type="image" data-widget-type="image" id="1920318501"> <a id="1347261754" file="false" class="" href="/resources/smart-start-how-to-earn-the-right-media-coverage-for-your-business"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-HowToEarnTheRightMediaCov-1920w.jpg" alt="Smart Start: How to Earn the Right Media Coverage for Your Business" id="1816473657" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-HowToEarnTheRightMediaCov.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="d304a96b" class="flex-element group" data-auto="flex-element-group"> <div id="c1620098" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1421164059"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1421164059" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-how-to-earn-the-right-media-coverage-for-your-business" runtime_url="/resources/smart-start-how-to-earn-the-right-media-coverage-for-your-business" type="page" class="m-font-size-32" style="display: initial; font-weight: 600;">Smart Start: How to Earn the Right Media Coverage for Your Business</a></p></div> </div> <div id="c34a7b5e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1704224334"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1704224334" style=""><p><a href="/resources/smart-start-how-to-earn-the-right-media-coverage-for-your-business" runtime_url="/resources/smart-start-how-to-earn-the-right-media-coverage-for-your-business" type="page" style="display: unset; color: rgb(0, 0, 0);">Proven strategies for securing reputable media coverage</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="ea676d96" class="flex-element group" data-auto="flex-element-group"> <div id="62c1e638" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1894475570"> <div class="imageWidget align-center u_1894475570" data-element-type="image" data-widget-type="image" id="1894475570"> <a id="1522044847" file="false" class="" href="/resources/smart-start-why-you-should-include-press-releases-in-your-marketing-strategy"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-WhyYouShouldIncludePRInYourMarrketing-1920w.jpg" alt="Smart Start: Why You Should Include Press Releases in Your Marketing Strategy" id="1798491068" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-WhyYouShouldIncludePRInYourMarrketing.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="2c8a2cb7" class="flex-element group" data-auto="flex-element-group"> <div id="4e021e1f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1221960429"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1221960429" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-why-you-should-include-press-releases-in-your-marketing-strategy" runtime_url="/resources/smart-start-why-you-should-include-press-releases-in-your-marketing-strategy" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Why You Should Include Press Releases in Your Marketing Strategy</a></p></div> </div> <div id="08a89c3b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1135496646"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1135496646" style=""><p><a href="/resources/smart-start-why-you-should-include-press-releases-in-your-marketing-strategy" runtime_url="/resources/smart-start-why-you-should-include-press-releases-in-your-marketing-strategy" type="page" style="display: unset; color: rgb(0, 0, 0);">Why you should include press releases in your marketing strategy</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="2ee799ef" class="flex-element group" data-auto="flex-element-group"> <div id="9861c802" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1498229819"> <div class="imageWidget align-center u_1498229819" data-element-type="image" data-widget-type="image" id="1498229819"> <a id="1931745467" file="false" class="" href="/resources/smart-start-press-release-distribution"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-PressReleaseDistribution-1920w.jpg" alt="Smart Start: Press Release Distribution" id="1116382405" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-PressReleaseDistribution.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="467c959a" class="flex-element group" data-auto="flex-element-group"> <div id="643bcfb7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1095112203"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1095112203" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-press-release-distribution" runtime_url="/resources/smart-start-press-release-distribution" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Press Release Distribution</a></p></div> </div> <div id="3137e18b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1494100269"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1494100269" style=""><p><a href="/resources/smart-start-press-release-distribution" runtime_url="/resources/smart-start-press-release-distribution" type="page" style="color: rgb(0, 0, 0); display: unset;">What to look for in a Press Release Distribution Network</a><span style="display: unset; color: rgb(0, 0, 0);">.</span><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="5c0d00e9" class="flex-element group" data-auto="flex-element-group"> <div id="da4b5fdd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1631664111"> <div class="imageWidget align-center u_1631664111" data-element-type="image" data-widget-type="image" id="1631664111"> <a id="1901310175" file="false" class="" href="/resources/transforming-the-value-of-your-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/TransformingTheValueOfYourPressRelease-1920w.jpg" alt="Transforming the Value of Your Press Release" id="1958302315" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/TransformingTheValueOfYourPressRelease.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="b542a5de" class="flex-element group" data-auto="flex-element-group"> <div id="8fda6827" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1621374697"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1621374697" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/transforming-the-value-of-your-press-release" runtime_url="/resources/transforming-the-value-of-your-press-release" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Transforming the Value of Your Press Release</a></p></div> </div> <div id="0c503014" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1320647564"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1320647564" style=""><p><a href="/resources/transforming-the-value-of-your-press-release" runtime_url="/resources/transforming-the-value-of-your-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn How SMBs Compete Effectively in Industry By Leveraging Media Coverage to Deliver More ROI to Campaign</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="cb538956" class="flex-element group" data-auto="flex-element-group"> <div id="d4cb2012" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1887608905"> <div class="imageWidget align-center u_1887608905" data-element-type="image" data-widget-type="image" id="1887608905"> <a id="1640170064" file="false" class="" href="/resources/case-study-how-an-integrated-media-marketing-strategy-results-in-growth"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/CaseStudy-HowAnIntegratedMediaMarketingStrategyResults-1920w.jpg" alt="Case Study: How an Integrated Media & Marketing Strategy Results in Growth" id="1021281284" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/CaseStudy-HowAnIntegratedMediaMarketingStrategyResults.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="a09c6fb4" class="flex-element group" data-auto="flex-element-group"> <div id="a4471c64" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1181386653"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1181386653" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/case-study-how-an-integrated-media-marketing-strategy-results-in-growth" runtime_url="/resources/case-study-how-an-integrated-media-marketing-strategy-results-in-growth" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Case Study: How an Integrated Media & Marketing Strategy Results in Growth</a></p></div> </div> <div id="a89ea536" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1632690816"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1632690816" style=""><p><a href="/resources/case-study-how-an-integrated-media-marketing-strategy-results-in-growth" runtime_url="/resources/case-study-how-an-integrated-media-marketing-strategy-results-in-growth" type="page" style="display: unset; color: rgb(0, 0, 0);">Proven Method to Capture More Mindshare and Sales Opportunities to Grow Revenue. Discover the Earned Media Advantage.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="225a39bd" class="flex-element group" data-auto="flex-element-group"> <div id="a666c9b4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1215513463"> <div class="imageWidget align-center u_1215513463" data-element-type="image" data-widget-type="image" id="1215513463"> <a id="1788774321" file="false" class="" href="/resources/smart-start-content-guideline"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-ContentGuideline-1920w.jpg" alt="Smart Start: Content Guideline" id="1471752567" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-ContentGuideline.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="a51ccc52" class="flex-element group" data-auto="flex-element-group"> <div id="3efc4c2b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1917872160"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1917872160" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-content-guideline" runtime_url="/resources/smart-start-content-guideline" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: Content Guideline</a></p></div> </div> <div id="b0d8b57e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1521943050"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1521943050" style=""><p><a href="/resources/smart-start-content-guideline" runtime_url="/resources/smart-start-content-guideline" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover Insider Tips and Expert Advice to Create a Clear, Compelling Press Release Today!</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="1dbe6d35" class="flex-element group" data-auto="flex-element-group"> <div id="61237c36" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1761561560"> <div class="imageWidget align-center u_1761561560" data-element-type="image" data-widget-type="image" id="1761561560"> <a id="1224500273" file="false" class="" href="/resources/smart-start-targeting-media"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-TargetingMedia-1920w.jpg" alt="Smart Start: Targeting Media" id="1988953145" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-TargetingMedia.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="80de80a9" class="flex-element group" data-auto="flex-element-group"> <div id="a5f75971" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1610220659"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1610220659" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-targeting-media" runtime_url="/resources/smart-start-targeting-media" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">Smart Start: Targeting Media</a></p></div> </div> <div id="ecc72954" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1415782581"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1415782581" style=""><p><a href="/resources/smart-start-targeting-media" runtime_url="/resources/smart-start-targeting-media" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover the Effective Ways to Connect and Engage with Media for More Opportunities.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="e6bdf6d1" class="flex-element group" data-auto="flex-element-group"> <div id="64c6ad9f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1442817232"> <div class="imageWidget align-center u_1442817232" data-element-type="image" data-widget-type="image" id="1442817232"> <a id="1928509135" file="false" class="" href="/resources/smart-start-ap-style"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/SmartStart-APStyle-1920w.jpg" alt="Smart Start: AP Style" id="1045729645" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/SmartStart-APStyle.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="35e9f2fa" class="flex-element group" data-auto="flex-element-group"> <div id="d696474b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1768882879"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1768882879" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/smart-start-ap-style" runtime_url="/resources/smart-start-ap-style" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">Smart Start: AP Style</a></p></div> </div> <div id="3951698e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1920026774"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1920026774" style=""><p><a href="/resources/smart-start-ap-style" runtime_url="/resources/smart-start-ap-style" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover a Little Known Secret to Communicate Effectively with the Media.</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="968c2508" class="flex-element group" data-auto="flex-element-group"> <div id="4cd4d03d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1243403083"> <div class="imageWidget align-center u_1243403083" data-element-type="image" data-widget-type="image" id="1243403083"> <a id="1158893115" file="false" class="" href="/resources/pr-for-startups-3-mistakes-to-avoid"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PRStartups3Mistakes-1920w.jpg" alt="PR for Startups: 3 Mistakes to Avoid" id="1064753128" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PRStartups3Mistakes.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="d9e6e256" class="flex-element group" data-auto="flex-element-group"> <div id="501af074" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1843974159"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1843974159" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/pr-for-startups-3-mistakes-to-avoid" runtime_url="/resources/pr-for-startups-3-mistakes-to-avoid" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">PR for Startups: 3 Mistakes to Avoid</a></p></div> </div> <div id="e0ee03f7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1655749278"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1655749278" style=""><p><a href="/resources/pr-for-startups-3-mistakes-to-avoid" runtime_url="/resources/pr-for-startups-3-mistakes-to-avoid" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover Exactly What You Need to Develop The Right PR Strategy</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="39e74a19" class="flex-element group" data-auto="flex-element-group"> <div id="0dc0def8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1121380827"> <div class="imageWidget align-center u_1121380827" data-element-type="image" data-widget-type="image" id="1121380827"> <a id="1114690278" file="false" class="" href="/resources/pr-for-startups-5-things-you-need-to-know"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PRForStartups5Things-1920w.jpg" alt="PR for Startups: 5 Things You Need To Know" id="1307971387" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PRForStartups5Things.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="9b64dfd7" class="flex-element group" data-auto="flex-element-group"> <div id="cc7f5ef5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1979743984"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1979743984" style=""><p class="m-size-32" style="line-height: 1.5;"><a href="/resources/pr-for-startups-5-things-you-need-to-know" runtime_url="/resources/pr-for-startups-5-things-you-need-to-know" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">PR for Startups: 5 Things You Need To Know</a></p></div> </div> <div id="6e043db7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1057775693"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1057775693" style=""><p><a href="/resources/pr-for-startups-5-things-you-need-to-know" runtime_url="/resources/pr-for-startups-5-things-you-need-to-know" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn How to Jumpstart Your PR and Media Relations on a Budget and the Strategies that Work</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="724bca50" class="flex-element group" data-auto="flex-element-group"> <div id="3a5de547" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1836688300"> <div class="imageWidget align-center u_1836688300" data-element-type="image" data-widget-type="image" id="1836688300"> <a id="1653095085" file="false" class="" href="/resources/pr-for-startups-how-to-create-an-effective-media-kit"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PRForStartupsHowToCreate-1920w.jpg" alt="PR for Startups: How to Create an Effective Media Kit" id="1204200658" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PRForStartupsHowToCreate.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="1ddc8f95" class="flex-element group" data-auto="flex-element-group"> <div id="5f4cdcea" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1508545193"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1508545193" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/pr-for-startups-how-to-create-an-effective-media-kit" runtime_url="/resources/pr-for-startups-how-to-create-an-effective-media-kit" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">PR for Startups: How to Create an Effective Media Kit</a></p></div> </div> <div id="8224a53a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1643786083"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1643786083" style=""><p><a href="/resources/pr-for-startups-how-to-create-an-effective-media-kit" runtime_url="/resources/pr-for-startups-how-to-create-an-effective-media-kit" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn How to Create a Media Kit That Gets Noticed and Useful for Journalist and Media</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="11579b47" class="flex-element group" data-auto="flex-element-group"> <div id="cc607ebc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1611473183"> <div class="imageWidget align-center u_1611473183" data-element-type="image" data-widget-type="image" id="1611473183"> <a id="1679999670" file="false" class="" href="/resources/100-examples-of-real-press-releases"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/100ExamplesOfRealPressReleases-1920w.jpg" alt="100 Examples of Real Press Releases" id="1984143711" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/100ExamplesOfRealPressReleases.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="2352a284" class="flex-element group" data-auto="flex-element-group"> <div id="14502f47" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1476951431"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1476951431" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/100-examples-of-real-press-releases" runtime_url="/resources/100-examples-of-real-press-releases" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">100 Examples of Real Press Releases</a></p></div> </div> <div id="79058dc2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1788993574"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1788993574" style=""><p><a href="/resources/100-examples-of-real-press-releases" runtime_url="/resources/100-examples-of-real-press-releases" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover Real Press Release Examples That You Can Model to Gain More Exposure For Your Company</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="903cddb9" class="flex-element group" data-auto="flex-element-group"> <div id="1d0e80dc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1106149659"> <div class="imageWidget align-center u_1106149659" data-element-type="image" data-widget-type="image" id="1106149659"> <a id="1318069854" file="false" class="" href="/resources/the-3-minute-guide-to-a-better-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/The3MinuteGuideToABetterPressRelease-1920w.jpg" alt="The 3-Minute Guide to a Better Press Release" id="1587585212" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/The3MinuteGuideToABetterPressRelease.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="336bf4f8" class="flex-element group" data-auto="flex-element-group"> <div id="691187ff" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1576978669"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1576978669" style=""><p style="line-height: 1.5;"><a href="/resources/the-3-minute-guide-to-a-better-press-release" runtime_url="/resources/the-3-minute-guide-to-a-better-press-release" type="page" style="display: initial; font-weight: bold;">T</a><a href="/resources/the-3-minute-guide-to-a-better-press-release" runtime_url="/resources/the-3-minute-guide-to-a-better-press-release" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">he 3-Minute Guide to a Better Press Release</a></p></div> </div> <div id="5d16320f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1040584560"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1040584560" style=""><p><a href="/resources/the-3-minute-guide-to-a-better-press-release" runtime_url="/resources/the-3-minute-guide-to-a-better-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover a New Approach to Write Better Press Releases Whether You Are New or Advanced Professional</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="4ac58ed5" class="flex-element group" data-auto="flex-element-group"> <div id="b05a09a2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1759452710"> <div class="imageWidget align-center u_1759452710" data-element-type="image" data-widget-type="image" id="1759452710"> <a id="1428303437" file="false" class="" href="/resources/press-release-basics"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/PressReleaseBasics-1920w.jpg" alt="Press Release Basics" id="1580758084" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/PressReleaseBasics.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="affe1e3a" class="flex-element group" data-auto="flex-element-group"> <div id="91f8c73c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1770964628"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1770964628" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/press-release-basics" runtime_url="/resources/press-release-basics" type="page" style="font-weight: bold; display: initial;" class="m-font-size-32">Press Release Basics</a></p></div> </div> <div id="88467a12" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1767129692"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1767129692" style=""><p><a href="/resources/press-release-basics" runtime_url="/resources/press-release-basics" type="page" style="display: unset; color: rgb(0, 0, 0);">Discover and Follow the Guidelines to Keep You on The Right Track for Press Release Success</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="a3e6b9eb" class="flex-element group" data-auto="flex-element-group"> <div id="4360059c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1177576438"> <div class="imageWidget align-center u_1177576438" data-element-type="image" data-widget-type="image" id="1177576438"> <a id="1884226783" file="false" class="" href="/resources/what-not-to-do-when-pitching-to-media"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/WhatNotToDoWhenPitchingToMedia-1920w.jpg" alt="What NOT to Do When Pitching to Media" id="1891801860" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/WhatNotToDoWhenPitchingToMedia.jpg" width="409" height="300" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="c2fb3837" class="flex-element group" data-auto="flex-element-group"> <div id="f2b8c366" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1496370792"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1496370792" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/what-not-to-do-when-pitching-to-media" runtime_url="/resources/what-not-to-do-when-pitching-to-media" type="page" class="m-font-size-32" style="display: initial; font-weight: bold;">What NOT to Do When Pitching to Media</a></p></div> </div> <div id="8064a8c9" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1347689202"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1347689202" style=""><p><a href="/resources/what-not-to-do-when-pitching-to-media" runtime_url="/resources/what-not-to-do-when-pitching-to-media" type="page" style="display: unset; color: rgb(0, 0, 0);">Learn How to Effectively Pitch To Media for More Media Coverage Opportunities</a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div id="a6004c2b" class="flex-element group" data-auto="flex-element-group"> <div id="d58701c7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1192148186"> <div class="imageWidget align-center u_1192148186" data-element-type="image" data-widget-type="image" id="1192148186"> <a id="1591827252" file="false" class="" href="/resources/what-does-it-cost-to-distribute-a-press-release"><img src="https://lirp.cdn-website.com/fbdae4c0/dms3rep/multi/opt/WhatDoesItCost-1920w.jpg" alt="What Does it Cost to Distribute a Press Release" id="1949938267" class="" data-dm-image-path="https://irp.cdn-website.com/fbdae4c0/dms3rep/multi/WhatDoesItCost.jpg" width="1200" height="800" onerror="handleImageLoadError(this)"/></a> </div> </div> <div id="80c8ae7f" class="flex-element group" data-auto="flex-element-group"> <div id="cfdccc44" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1641960636"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1641960636" style=""><p style="line-height: 1.5;" class="m-size-32"><a href="/resources/what-does-it-cost-to-distribute-a-press-release" runtime_url="/resources/what-does-it-cost-to-distribute-a-press-release" type="page" class="m-font-size-32" style="font-weight: bold; display: initial;">What Does It Cost To Distribute A Press Release?</a></p></div> </div> <div id="c5c11758" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1351827621"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1351827621" style=""><p><a href="/resources/what-does-it-cost-to-distribute-a-press-release" runtime_url="/resources/what-does-it-cost-to-distribute-a-press-release" type="page" style="display: unset; color: rgb(0, 0, 0);">The cost of getting your press release in front of appropriate media contacts will depend on your level of expertise and participation.</a></p></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 " target="" data-target-page-alias="media-database"> <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);">© 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 && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <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 && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <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 && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <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 && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <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()">×</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()">×</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;"> </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);"> </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">✕</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>