<!DOCTYPE html><!-- Last Published: Tue Apr 28 2026 16:08:18 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.newstex.com" data-wf-page="695bb68af5b9550bec668a1e" data-wf-site="695bb689f5b9550bec668954" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>News content licensing service for information platforms  – Newstex</title><meta content="Power your platform with rights-cleared, human-reviewed content from 6,000+ vetted publishers. Newstex is where authentic voices meet professional services." name="description"/><meta content="News content licensing service for information platforms  – Newstex" property="og:title"/><meta content="Power your platform with rights-cleared, human-reviewed content from 6,000+ vetted publishers. Newstex is where authentic voices meet professional services." property="og:description"/><meta content="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/699db6a88af22670dd29bc91_01fe506ccff4d144b6f4852656059372_Newstex%20-%20Opengraph.png" property="og:image"/><meta content="News content licensing service for information platforms  – Newstex" property="twitter:title"/><meta content="Power your platform with rights-cleared, human-reviewed content from 6,000+ vetted publishers. Newstex is where authentic voices meet professional services." property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/css/newstex-wip.webflow.shared.5fc526436.min.css" rel="stylesheet" type="text/css" integrity="sha384-X8UmQ2jBLc0JoXjTMagGghp9axzqmbXgJn2V5pWBGWR7fHczneD9iwaCouPFGWjO" crossorigin="anonymous"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/699dbc95f13b24e60e0438ad_Newstex-Favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/699dbd0443e35441071336fa_Newstex-Webclip-8.png" rel="apple-touch-icon"/><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Newstex",
  "url": "/",
  "description": "Newstex is the content licensing platform that brings variety and originality to information services through human-reviewed, rights-cleared editorial feeds.",
  "logo": {
    "@type": "ImageObject",
    "url": "https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7a97d2513b9e66c520b7_logo_blue.svg"
  },
  "telephone": "+1 212 380 1855",
  "email": "support@newstex.com",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer support",
    "telephone": "+1 212 380 1855",
    "email": "support@newstex.com"
  }
}
</script><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F9VEHP89YG"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-F9VEHP89YG');
</script>

<!-- Consent Pro script -->
<script async src="https://api.consentpro.com/v2/cdn/runtime/695bb689f5b9550bec668954.js" type="text/javascript" finsweet="consentpro" siteid="695bb689f5b9550bec668954"></script>

<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20613241.js"></script>
<!-- End of HubSpot Embed Code --></head><body><div class="page-wrapper"><div class="global-styles"><div class="style-overrides w-embed"><style>

/* Please keep this css code to improve the font quality */
  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  -webkit-appearance: none;
}

/* Text Highlight Color */
 ::selection {
	color: #fff; background: #003B7A;
}

/* Defaults */
section {
	position: relative;
}

button {
  background-color: unset;
  padding: unset;
  text-align: inherit;
}

textarea {
	resize: none;
}

/* Ensure all elements inherit the color from its parent */
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}


/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

/* Remove default Webflow chevron from form select */
select{
  -webkit-appearance:none;
}


@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

  .navbar_dropdown-list:hover, 
  .navbar_submenu-list:hover {
    opacity: 1 !important;
    visibility: visible !important;
  }
</style></div><div class="color-schemes w-embed"><style>
/* Color Schemes Controls*/
<meta name="relume-color-schemes" content="false"/>

  .color-scheme-1 {
/*All sections should point to Color Scheme 1*/

  }

  .color-scheme-2 {
    --color-scheme-1--text: var(--color-scheme-2--text);
    --color-scheme-1--background: var(--color-scheme-2--background);
    --color-scheme-1--foreground: var(--color-scheme-2--foreground);
    --color-scheme-1--border: var(--color-scheme-2--border);
    --color-scheme-1--accent: var(--color-scheme-2--accent);
  }

  .color-scheme-3 {
    --color-scheme-1--text: var(--color-scheme-3--text);
    --color-scheme-1--background: var(--color-scheme-3--background);
    --color-scheme-1--foreground: var(--color-scheme-3--foreground);
    --color-scheme-1--border: var(--color-scheme-3--border);
    --color-scheme-1--accent: var(--color-scheme-3--accent);
  }

  .color-scheme-4 {
    --color-scheme-1--text: var(--color-scheme-4--text);
    --color-scheme-1--background: var(--color-scheme-4--background);
    --color-scheme-1--foreground: var(--color-scheme-4--foreground);
    --color-scheme-1--border: var(--color-scheme-4--border);
    --color-scheme-1--accent: var(--color-scheme-4--accent);
  }

  .color-scheme-5 {
    --color-scheme-1--text: var(--color-scheme-5--text);
    --color-scheme-1--background: var(--color-scheme-5--background);
    --color-scheme-1--foreground: var(--color-scheme-5--foreground);
    --color-scheme-1--border: var(--color-scheme-5--border);
    --color-scheme-1--accent: var(--color-scheme-5--accent);
  }

  .color-scheme-6 {
    --color-scheme-1--text: var(--color-scheme-6--text);
    --color-scheme-1--background: var(--color-scheme-6--background);
    --color-scheme-1--foreground: var(--color-scheme-6--foreground);
    --color-scheme-1--border: var(--color-scheme-6--border);
    --color-scheme-1--accent: var(--color-scheme-6--accent);
  }

  .color-scheme-7 {
    --color-scheme-1--text: var(--color-scheme-7--text);
    --color-scheme-1--background: var(--color-scheme-7--background);
    --color-scheme-1--foreground: var(--color-scheme-7--foreground);
    --color-scheme-1--border: var(--color-scheme-7--border);
    --color-scheme-1--accent: var(--color-scheme-7--accent);
  }

  .color-scheme-8 {
    --color-scheme-1--text: var(--color-scheme-8--text);
    --color-scheme-1--background: var(--color-scheme-8--background);
    --color-scheme-1--foreground: var(--color-scheme-8--foreground);
    --color-scheme-1--border: var(--color-scheme-8--border);
    --color-scheme-1--accent: var(--color-scheme-8--accent);
  }

  .color-scheme-9 {
    --color-scheme-1--text: var(--color-scheme-9--text);
    --color-scheme-1--background: var(--color-scheme-9--background);
    --color-scheme-1--foreground: var(--color-scheme-9--foreground);
    --color-scheme-1--border: var(--color-scheme-9--border);
    --color-scheme-1--accent: var(--color-scheme-9--accent);
  }

  .color-scheme-10 {
    --color-scheme-1--text: var(--color-scheme-10--text);
    --color-scheme-1--background: var(--color-scheme-10--background);
    --color-scheme-1--foreground: var(--color-scheme-10--foreground);
    --color-scheme-1--border: var(--color-scheme-10--border);
    --color-scheme-1--accent: var(--color-scheme-10--accent);
  }
  
/* Inherit slider dot colors */
.w-slider-dot {
  background-color: var(--color-scheme-1--text);
  opacity: 0.20;
}

.w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text);
  opacity: 1;
}

/* Override .w-slider-nav-invert styles */
.w-slider-nav-invert .w-slider-dot {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 0.20 !important;
}

.w-slider-nav-invert .w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 1 !important;
}

</style></div></div><div data-wf--navbar--logo-variant="base" class="navbar"><div data-collapse="medium" data-animation="default" data-duration="400" data-w-id="32d88e52-9e28-8590-36e8-cef21128bcf0" data-easing="ease" data-easing2="ease" role="banner" class="navbar_component w-nav"><div class="navbar_container"><a href="/" aria-current="page" class="navbar_logo-link w-nav-brand w--current"><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7a97d2513b9e66c520b7_logo_blue.svg" alt="logo_blue" class="navbar_logo"/><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7a97c359a8e0792189d3_logo_yellow.svg" alt="logo_yellow" class="navbar_logo is-yellow"/></a><nav role="navigation" id="w-node-_32d88e52-9e28-8590-36e8-cef21128bcf4-1128bcef" class="navbar_menu w-nav-menu"><div class="navbar_menu-link-wrapper"><div data-delay="200" data-hover="true" data-w-id="32d88e52-9e28-8590-36e8-cef21128bcfc" class="navbar_menu-dropdown solutions-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Solutions</div><div class="dropdown-chevron w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4004_1768)">
<path d="M10.5857 6.195L7.99901 8.78167L5.41234 6.195C5.15234 5.935 4.73234 5.935 4.47234 6.195C4.21234 6.455 4.21234 6.875 4.47234 7.135L7.53234 10.195C7.79234 10.455 8.21234 10.455 8.47234 10.195L11.5323 7.135C11.7923 6.875 11.7923 6.455 11.5323 6.195C11.2723 5.94167 10.8457 5.935 10.5857 6.195Z" fill="currentColor"></path>
</g>
<defs>
<clipPath id="clip0_4004_1768">
<rect width="16" height="16" fill="currentColor"></rect>
</clipPath>
</defs>
</svg></div></div><nav class="navbar_dropdown-list has-submenu w-dropdown-list"><div class="navbar_dropdown-list-content has-submenu"><div blocks-name="paragraph" class="text-weight-semibold hide-tablet">Solutions</div><div data-wf--spacer--sizes="xx-small---0-5rem" class="spacer-block w-variant-571681c7-4f1b-a9f3-42ff-e0f0c9858253"></div><div data-delay="200" data-hover="true" class="navbar_submenu-dropdown w-dropdown"><div class="navbar_dropdown-link w-dropdown-toggle"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" viewBox="0 0 32 32" fill="none">
  <g clip-path="url(#clip0_4321_19434)">
    <mask id="mask0_4321_19434" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="32">
      <path d="M32 0H0V32H32V0Z" fill="white"/>
    </mask>
    <g mask="url(#mask0_4321_19434)">
      <path d="M9.67997 2.6665H22.3067C23.1733 2.6665 23.9467 2.69321 24.64 2.78654C28.3333 3.19988 29.3333 4.93318 29.3333 9.67985V18.1065C29.3333 22.8532 28.3333 24.5865 24.64 24.9998C23.9467 25.0932 23.1867 25.1198 22.3067 25.1198H9.67997C8.81331 25.1198 8.03997 25.0932 7.34664 24.9998C3.65331 24.5865 2.65332 22.8532 2.65332 18.1065V9.67985C2.65332 4.93318 3.65331 3.19988 7.34664 2.78654C8.03997 2.69321 8.81331 2.6665 9.67997 2.6665Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M18.1064 11.0938H23.013" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M8.98633 18.8125H9.01298H23.0263" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M9.33301 29.333H22.6663" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M9.59277 11.0674H9.60475" stroke="black" stroke-width="2.66667" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M13.9922 11.0674H14.0042" stroke="black" stroke-width="2.66667" stroke-linecap="round" stroke-linejoin="round"/>
    </g>
  </g>
  <defs>
    <clipPath id="clip0_4321_19434">
      <rect width="32" height="32" fill="white"/>
    </clipPath>
  </defs>
</svg></div><div blocks-name="paragraph">Publishers</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Grow your reach and earn from your content</p></div></div><div class="navbar_icon-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xsmall w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_548_58156)">
<path d="M9 6L15 12L9 18" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_548_58156">
<rect width="24" height="24" fill="white" transform="matrix(0 1 1 0 0 0)"/>
</clipPath>
</defs>
</svg></div></div></div><nav class="navbar_submenu-list w-dropdown-list"><div class="navbar_dropdown-list-content"><a href="/publishers" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div class="navbar_top-wrapper"><div blocks-name="paragraph" class="text-weight-semibold">Overview: Content syndication services</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">How we distribute your content to global platforms</p></div></div></a><a href="/case-studies" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-name="paragraph" class="text-weight-semibold">Case studies</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Real results from creators who grew with us</p></div></div></a></div></nav></div><div data-delay="200" data-hover="true" class="navbar_submenu-dropdown w-dropdown"><div class="navbar_dropdown-link w-dropdown-toggle"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none">
  <path d="M3.08063 14.7306C2.71606 14.6861 2.3845 14.9456 2.34006 15.3102C2.29563 15.6748 2.55515 16.0063 2.91972 16.0508L3.00018 15.3907L3.08063 14.7306ZM8.61606 21.7471C8.6605 22.1117 8.99206 22.3712 9.35663 22.3268C9.7212 22.2823 9.98073 21.9508 9.93629 21.5862L9.27618 21.6667L8.61606 21.7471ZM3.27533 11.6722C2.91017 11.6329 2.58229 11.897 2.54299 12.2622C2.5037 12.6273 2.76786 12.9552 3.13302 12.9945L3.20418 12.3333L3.27533 11.6722ZM11.6723 21.5338C11.7116 21.899 12.0395 22.1631 12.4047 22.1238C12.7698 22.0846 13.034 21.7567 12.9947 21.3915L12.3335 21.4627L11.6723 21.5338ZM3.08008 18.3398C2.71547 18.2957 2.38412 18.5555 2.33999 18.9201C2.29587 19.2847 2.55567 19.6161 2.92027 19.6602L3.00018 19L3.08008 18.3398ZM5.00666 21.7466C5.05079 22.1112 5.38214 22.371 5.74675 22.3268C6.11136 22.2827 6.37115 21.9514 6.32703 21.5868L5.66684 21.6667L5.00666 21.7466ZM15.9191 21.0017C15.5519 21.0037 15.2558 21.3031 15.2578 21.6703C15.2599 22.0376 15.5592 22.3337 15.9265 22.3317L15.9228 21.6667L15.9191 21.0017ZM19.9977 19.9523L19.5249 19.4847L19.9977 19.9523ZM21.6668 15.8587H21.0018L21.0018 15.8624L21.6668 15.8587ZM21.6668 8.808L21.0018 8.80431V8.808H21.6668ZM19.9977 4.71435L19.5249 5.18197V5.18197L19.9977 4.71435ZM15.9228 3L15.9265 2.335H15.9228V3ZM8.74415 3V2.33499L8.74048 2.33501L8.74415 3ZM4.66925 4.71435L5.14208 5.18197V5.18197L4.66925 4.71435ZM2.33517 8.81169C2.33721 9.17896 2.63659 9.47503 3.00385 9.47299C3.37111 9.47095 3.66718 9.17157 3.66514 8.80431L3.00015 8.808L2.33517 8.81169ZM3.00018 15.3907L2.91972 16.0508C5.90222 16.4143 8.25255 18.7646 8.61606 21.7471L9.27618 21.6667L9.93629 21.5862C9.49879 17.9967 6.67013 15.168 3.08063 14.7306L3.00018 15.3907ZM3.20418 12.3333L3.13302 12.9945C7.63333 13.4788 11.188 17.0335 11.6723 21.5338L12.3335 21.4627L12.9947 21.3915C12.4435 16.2693 8.39754 12.2234 3.27533 11.6722L3.20418 12.3333ZM3.00018 19L2.92027 19.6602C4.0131 19.7924 4.8744 20.6537 5.00666 21.7466L5.66684 21.6667L6.32703 21.5868C6.12119 19.8861 4.78079 18.5457 3.08008 18.3398L3.00018 19ZM15.9228 21.6667L15.9265 22.3317C17.6348 22.3222 19.2693 21.6345 20.4705 20.4199L19.9977 19.9523L19.5249 19.4847C18.5717 20.4485 17.2747 20.9942 15.9191 21.0017L15.9228 21.6667ZM19.9977 19.9523L20.4705 20.4199C21.6718 19.2053 22.3413 17.5632 22.3318 15.855L21.6668 15.8587L21.0018 15.8624C21.0094 17.2179 20.4781 18.5209 19.5249 19.4847L19.9977 19.9523ZM21.6668 15.8587H22.3318V8.808H21.6668H21.0018V15.8587H21.6668ZM21.6668 8.808L22.3318 8.81169C22.3413 7.10343 21.6718 5.46136 20.4705 4.24674L19.9977 4.71435L19.5249 5.18197C20.4781 6.14578 21.0094 7.44878 21.0018 8.80431L21.6668 8.808ZM19.9977 4.71435L20.4705 4.24674C19.2693 3.03212 17.6348 2.34445 15.9265 2.33501L15.9228 3L15.9191 3.66499C17.2747 3.67248 18.5717 4.21815 19.5249 5.18197L19.9977 4.71435ZM15.9228 3V2.335H8.74415V3V3.665H15.9228V3ZM8.74415 3L8.74048 2.33501C7.03221 2.34445 5.39766 3.03212 4.19643 4.24674L4.66925 4.71435L5.14208 5.18197C6.09527 4.21815 7.3923 3.67248 8.74783 3.66499L8.74415 3ZM4.66925 4.71435L4.19643 4.24674C2.99519 5.46136 2.32567 7.10343 2.33517 8.81169L3.00015 8.808L3.66514 8.80431C3.65761 7.44878 4.18888 6.14578 5.14208 5.18197L4.66925 4.71435Z" fill="currentColor"/>
</svg></div><div blocks-name="paragraph">Platforms</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Access licensed, original content at scale</p></div></div><div class="navbar_icon-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xsmall w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_548_58156)">
<path d="M9 6L15 12L9 18" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_548_58156">
<rect width="24" height="24" fill="white" transform="matrix(0 1 1 0 0 0)"/>
</clipPath>
</defs>
</svg></div></div></div><nav class="navbar_submenu-list w-dropdown-list"><div class="navbar_dropdown-list-content"><a blocks-name="navbar11_dropdown-link" href="/content-licensing-services" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-name="paragraph" class="text-weight-semibold">Content licensing services </div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Rights-cleared, enriched content for your platform</p></div></div></a><a blocks-name="navbar11_dropdown-link" href="/platform-overview" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-name="paragraph" class="text-weight-semibold">Who we serve</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Content solutions tailored to your use case</p></div></div></a></div></nav></div></div></nav></div><div data-delay="200" data-hover="true" data-w-id="c90516f8-f8fe-95e9-042b-b882e0342431" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Resources</div><div class="dropdown-chevron w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4004_1768)">
<path d="M10.5857 6.195L7.99901 8.78167L5.41234 6.195C5.15234 5.935 4.73234 5.935 4.47234 6.195C4.21234 6.455 4.21234 6.875 4.47234 7.135L7.53234 10.195C7.79234 10.455 8.21234 10.455 8.47234 10.195L11.5323 7.135C11.7923 6.875 11.7923 6.455 11.5323 6.195C11.2723 5.94167 10.8457 5.935 10.5857 6.195Z" fill="currentColor"></path>
</g>
<defs>
<clipPath id="clip0_4004_1768">
<rect width="16" height="16" fill="currentColor"></rect>
</clipPath>
</defs>
</svg></div></div><nav class="navbar_dropdown-list w-dropdown-list"><div class="navbar_dropdown-list-content"><div blocks-name="paragraph" class="text-weight-semibold hide-tablet">Resources Tools</div><div data-wf--spacer--sizes="xx-small---0-5rem" class="spacer-block w-variant-571681c7-4f1b-a9f3-42ff-e0f0c9858253"></div><a href="/curator" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none">
  <g clip-path="url(#clip0_4321_18683)">
    <mask id="mask0_4321_18683" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
      <path d="M24 0H0V24H24V0Z" fill="white"/>
    </mask>
    <g mask="url(#mask0_4321_18683)">
      <path d="M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M15 3C15.97 5.92 16.46 8.96 16.46 12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M3 16V15C5.92 15.97 8.96 16.46 12 16.46" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M3 8.99961C8.84 7.04961 15.16 7.04961 21 8.99961" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M19.21 15.741L15.67 19.281C15.53 19.421 15.4 19.681 15.37 19.871L15.18 21.221C15.11 21.711 15.45 22.051 15.94 21.981L17.29 21.791C17.48 21.761 17.75 21.631 17.88 21.491L21.42 17.951C22.03 17.341 22.32 16.631 21.42 15.731C20.53 14.841 19.82 15.131 19.21 15.741Z" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M18.7002 16.25C19.0002 17.33 19.8402 18.17 20.9202 18.47" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
    </g>
  </g>
  <defs>
    <clipPath id="clip0_4321_18683">
      <rect width="24" height="24" fill="white"/>
    </clipPath>
  </defs>
</svg></div><div blocks-name="paragraph">Newstex Curator</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Explore our catalog of vetted, licensed content</p></div></div></a></div></nav></div><div data-delay="200" data-hover="true" data-w-id="78be8793-c1ca-e2e9-b8e0-d4958e9bc5ae" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Knowledge Hub</div><div class="dropdown-chevron w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4004_1768)">
<path d="M10.5857 6.195L7.99901 8.78167L5.41234 6.195C5.15234 5.935 4.73234 5.935 4.47234 6.195C4.21234 6.455 4.21234 6.875 4.47234 7.135L7.53234 10.195C7.79234 10.455 8.21234 10.455 8.47234 10.195L11.5323 7.135C11.7923 6.875 11.7923 6.455 11.5323 6.195C11.2723 5.94167 10.8457 5.935 10.5857 6.195Z" fill="currentColor"></path>
</g>
<defs>
<clipPath id="clip0_4004_1768">
<rect width="16" height="16" fill="currentColor"></rect>
</clipPath>
</defs>
</svg></div></div><nav class="navbar_dropdown-list w-dropdown-list"><div class="navbar_dropdown-list-content"><div blocks-name="paragraph" class="text-weight-semibold">Knowledge Hub</div><div data-wf--spacer--sizes="xx-small---0-5rem" class="spacer-block w-variant-571681c7-4f1b-a9f3-42ff-e0f0c9858253"></div><a blocks-name="navbar11_dropdown-link" href="/content-syndication-hub" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.81 16.9506C10.62 16.9506 10.43 16.8806 10.28 16.7306L8.78 15.2306C8.49 14.9406 8.49 14.4606 8.78 14.1706C9.07 13.8806 9.55 13.8806 9.84 14.1706L10.81 15.1406L14.28 11.6706C14.57 11.3806 15.05 11.3806 15.34 11.6706C15.63 11.9606 15.63 12.4406 15.34 12.7306L11.34 16.7306C11.2 16.8806 11 16.9506 10.81 16.9506Z" fill="currentColor"/>
<path d="M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z" fill="currentColor"/>
<path d="M15 22.7504H9C3.38 22.7504 2.25 20.1704 2.25 16.0004V10.0004C2.25 5.44042 3.9 3.49042 7.96 3.28042C8.37 3.26042 8.73 3.57042 8.75 3.99042C8.77 4.41042 8.45 4.75042 8.04 4.77042C5.2 4.93042 3.75 5.78042 3.75 10.0004V16.0004C3.75 19.7004 4.48 21.2504 9 21.2504H15C19.52 21.2504 20.25 19.7004 20.25 16.0004V10.0004C20.25 5.78042 18.8 4.93042 15.96 4.77042C15.55 4.75042 15.23 4.39042 15.25 3.98042C15.27 3.57042 15.62 3.25042 16.04 3.27042C20.1 3.49042 21.75 5.44042 21.75 9.99042V15.9904C21.75 20.1704 20.62 22.7504 15 22.7504Z" fill="currentColor"/>
</svg></div><div blocks-name="paragraph">Content syndication hub</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Guides and strategies for syndication</p></div></div></a><a blocks-name="navbar11_dropdown-link" href="/content-licensing-hub" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none">
  <path d="M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14M22 10H18C15 10 14 9 14 6V2M22 10L14 2M6.61978 15.7294C6.28978 14.6994 6.67978 13.4294 7.74978 13.0794C8.31978 12.8994 9.01978 13.0494 9.40978 13.5994C9.77978 13.0294 10.5098 12.8994 11.0698 13.0794C12.1498 13.4294 12.5298 14.6994 12.2098 15.7294C11.6998 17.3594 9.90978 18.2094 9.40978 18.2094C8.91978 18.1994 7.14978 17.3694 6.61978 15.7294Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div blocks-name="paragraph">Content licensing hub</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Essentials and best practices for licensing</p></div></div></a></div></nav></div><div data-delay="200" data-hover="true" data-w-id="3ece9067-4faa-ed88-93e4-4fd8c831436f" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Why Newstex</div><div class="dropdown-chevron w-embed"><svg width="currentWidth" height="currentHeight" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4004_1768)">
<path d="M10.5857 6.195L7.99901 8.78167L5.41234 6.195C5.15234 5.935 4.73234 5.935 4.47234 6.195C4.21234 6.455 4.21234 6.875 4.47234 7.135L7.53234 10.195C7.79234 10.455 8.21234 10.455 8.47234 10.195L11.5323 7.135C11.7923 6.875 11.7923 6.455 11.5323 6.195C11.2723 5.94167 10.8457 5.935 10.5857 6.195Z" fill="currentColor"></path>
</g>
<defs>
<clipPath id="clip0_4004_1768">
<rect width="16" height="16" fill="currentColor"></rect>
</clipPath>
</defs>
</svg></div></div><nav class="navbar_dropdown-list w-dropdown-list"><div class="navbar_dropdown-list-content"><div blocks-name="paragraph" class="text-weight-semibold">Why Newstex</div><div data-wf--spacer--sizes="xx-small---0-5rem" class="spacer-block w-variant-571681c7-4f1b-a9f3-42ff-e0f0c9858253"></div><a blocks-name="navbar11_dropdown-link" href="/why-newstex#our-story" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5 12C13.5 15.18 10.93 17.75 7.75 17.75C4.57 17.75 2 15.18 2 12C2 8.82 4.57 6.25 7.75 6.25M22 12C22 15.31 19.31 18 16 18M10 12C10 8.69 12.69 6 16 6C17.53 6 18.93 6.57 19.98 7.51" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div blocks-name="paragraph">Our story</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">20+ years connecting voices to platforms</p></div></div></a><a blocks-name="navbar11_dropdown-link" href="/why-newstex#our-values" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 21.9992C10.79 21.3492 13.21 21.3492 15.5 21.9992M8.30035 18.0402V16.8802C6.00035 15.4902 4.11035 12.7802 4.11035 9.90018C4.11035 4.95018 8.66035 1.07018 13.8004 2.19018C16.0604 2.69018 18.0404 4.19018 19.0704 6.26018C21.1604 10.4602 18.9604 14.9202 15.7304 16.8702V18.0302C15.7304 18.3202 15.8404 18.9902 14.7704 18.9902H9.26035C8.16035 19.0002 8.30035 18.5702 8.30035 18.0402Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div blocks-name="paragraph">Values</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">Originality, fairness, and variety </p></div></div></a><a blocks-name="navbar11_dropdown-link" href="/why-newstex#team" class="navbar_dropdown-link w-inline-block"><div blocks-name="navbar11_text-wrapper" blocks-slot-children="ST232" class="navbar_text-wrapper"><div blocks-name="navbar11_icon-wrapper" blocks-slot-children="ST265" class="navbar_top-wrapper"><div blocks-asset-name="icon-embed-xsmall-1" blocks-name="icon-embed-xsmall" blocks-non-deletable="true" class="icon-embed-xxsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M54.9864 34.854C53.9731 34.854 53.1197 34.0806 52.9864 33.0673C52.3464 27.0406 49.0931 21.5741 44.0797 18.1074C43.1731 17.4674 42.9597 16.2408 43.5731 15.3341C44.2131 14.4274 45.4664 14.2141 46.3464 14.8274C52.3197 18.9608 56.1597 25.4674 56.9331 32.6406C57.0397 33.734 56.2664 34.7206 55.1464 34.854C55.1197 34.854 55.0397 34.854 54.9864 34.854Z" fill="currentColor"/>
<path d="M9.30642 34.9846C9.22642 34.9846 9.17309 34.9846 9.09309 34.9846C7.99976 34.8513 7.19976 33.8646 7.30642 32.7713C8.02642 25.5979 11.8398 19.1179 17.7331 14.9312C18.6398 14.2912 19.8931 14.5046 20.5331 15.4112C21.1731 16.3179 20.9598 17.5712 20.0531 18.2112C15.0931 21.7046 11.8931 27.1713 11.2798 33.198C11.1998 34.2113 10.3198 34.9846 9.30642 34.9846Z" fill="currentColor"/>
<path d="M32.16 60.2932C28.2133 60.2932 24.4533 59.3865 20.9333 57.6265C19.9466 57.1198 19.5466 55.9198 20.0533 54.9332C20.5599 53.9465 21.7599 53.5465 22.7466 54.0532C28.5067 56.9598 35.44 57.0132 41.2533 54.2132C42.24 53.7332 43.44 54.1598 43.92 55.1465C44.4 56.1332 43.9733 57.3332 42.9867 57.8132C39.5733 59.4665 35.9467 60.2932 32.16 60.2932Z" fill="currentColor"/>
<path d="M32.16 22.5088C26.96 22.5088 22.7467 18.2955 22.7467 13.0955C22.7467 7.89546 26.96 3.68213 32.16 3.68213C37.36 3.68213 41.5733 7.89546 41.5733 13.0955C41.5733 18.2955 37.3333 22.5088 32.16 22.5088ZM32.16 7.7088C29.1733 7.7088 26.7467 10.1355 26.7467 13.1221C26.7467 16.1088 29.1733 18.5355 32.16 18.5355C35.1467 18.5355 37.5733 16.1088 37.5733 13.1221C37.5733 10.1355 35.12 7.7088 32.16 7.7088Z" fill="currentColor"/>
<path d="M12.8801 55.1182C7.68013 55.1182 3.4668 50.9049 3.4668 45.7049C3.4668 40.5316 7.68013 36.2916 12.8801 36.2916C18.0801 36.2916 22.2935 40.5049 22.2935 45.7049C22.2935 50.8782 18.0801 55.1182 12.8801 55.1182ZM12.8801 40.2916C9.89346 40.2916 7.4668 42.7182 7.4668 45.7049C7.4668 48.6916 9.89346 51.1182 12.8801 51.1182C15.8668 51.1182 18.2935 48.6916 18.2935 45.7049C18.2935 42.7182 15.8668 40.2916 12.8801 40.2916Z" fill="currentColor"/>
<path d="M51.1197 55.1182C45.9197 55.1182 41.7064 50.9049 41.7064 45.7049C41.7064 40.5316 45.9197 36.2916 51.1197 36.2916C56.3197 36.2916 60.5331 40.5049 60.5331 45.7049C60.5064 50.8782 56.2931 55.1182 51.1197 55.1182ZM51.1197 40.2916C48.1331 40.2916 45.7064 42.7182 45.7064 45.7049C45.7064 48.6916 48.1331 51.1182 51.1197 51.1182C54.1064 51.1182 56.5331 48.6916 56.5331 45.7049C56.5064 42.7182 54.1064 40.2916 51.1197 40.2916Z" fill="currentColor"/>
</svg></div><div blocks-name="paragraph">Meet the team</div></div><div class="text-size-tiny"><p blocks-name="paragraph-2" class="text-color-grey hide-mobile-landscape">The people powering the content ecosystem</p></div></div></a></div></nav></div><a href="/blog" class="navbar_link w-nav-link">Blog</a><div data-delay="200" data-hover="false" data-w-id="02d69f54-ebcf-a1af-96b9-5cd8355246b2" class="navbar_menu-dropdown is-search w-dropdown"><div class="navbar_dropdown-toggle is-search w-dropdown-toggle"><div class="search-icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22 22L20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></div><nav class="navbar_dropdown-list is-search w-dropdown-list"><form action="/search" class="search-component w-form"><input class="search-input w-input" maxlength="256" name="query" placeholder="Search…" type="search" id="search" required=""/><input type="submit" class="search-button w-button" value="Search"/></form></nav></div><div class="show-tablet"><form action="/search" class="search-component w-form"><input class="search-input w-input" maxlength="256" name="query" placeholder="Search…" type="search" id="search-tablet" required=""/><input type="submit" class="search-button w-button" value="Search"/></form></div><div class="navbar_button-wrapper is-mobile"><div data-wf--button-primary--color="blue" class="button_component"><a href="/request-demo" class="button w-button">Request a demo</a></div></div></div></nav><div id="w-node-_32d88e52-9e28-8590-36e8-cef21128bd08-1128bcef" class="navbar_button-wrapper"><div data-wf--button-primary--color="blue" class="button_component"><a href="/request-demo" class="button w-button">Request a demo</a></div></div><div class="navbar_menu-button w-nav-button"><div class="menu-icon"><div class="menu-icon_line-top"></div><div class="menu-icon_line-middle"><div class="menu-icon1_line-middle-inner"></div></div><div class="menu-icon_line-bottom"></div></div></div></div></div><div class="navbar_addon"><div class="navbar_addon-list"><div class="navbar_addon-item"><div class="navbar_line"></div><div class="navbar-dot"></div><div class="navbar-dot is-2"></div></div><div class="navbar_addon-item is-right"><div class="navbar_line is-right"></div><div class="navbar-dot"></div><div class="navbar-dot is-2"></div></div></div></div></div><main><header class="section"><div class="padding-global"><div class="container-large"><div class="hero_content"><div class="padding-section-hero"><div class="text-align-center"><div class="max-width-xlarge align-center"><div class="homepage-toggle"><div>I’m a</div><div class="tabs-menu"><a href="/" aria-current="page" class="tab-link w-inline-block w--current"><div class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75666 3.33301H12.3575C12.4053 3.33301 12.4528 3.33607 12.5 3.34218C14.3728 3.47315 15.827 5.02734 15.8333 6.90468V12.2622C15.8264 14.2389 14.2201 15.8367 12.2433 15.833H7.75666C5.77958 15.8367 4.17309 14.2384 4.16666 12.2613V6.90468C4.17309 4.92761 5.77958 3.32933 7.75666 3.33301Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M15.8333 7.40479C16.1095 7.40479 16.3333 7.18093 16.3333 6.90479C16.3333 6.62864 16.1095 6.40479 15.8333 6.40479V6.90479V7.40479ZM12.5 6.90479H12C12 7.18093 12.2238 7.40479 12.5 7.40479V6.90479ZM13 3.34229C13 3.06614 12.7761 2.84229 12.5 2.84229C12.2238 2.84229 12 3.06614 12 3.34229H12.5H13ZM11.6667 10.4998C11.9428 10.4998 12.1667 10.2759 12.1667 9.99978C12.1667 9.72364 11.9428 9.49978 11.6667 9.49978V9.99978V10.4998ZM6.66666 9.49978C6.39051 9.49978 6.16666 9.72364 6.16666 9.99978C6.16666 10.2759 6.39051 10.4998 6.66666 10.4998V9.99978V9.49978ZM9.16666 7.99978C9.4428 7.99978 9.66666 7.77593 9.66666 7.49978C9.66666 7.22364 9.4428 6.99979 9.16666 6.99979V7.49978V7.99978ZM6.66666 6.99979C6.39051 6.99979 6.16666 7.22364 6.16666 7.49978C6.16666 7.77593 6.39051 7.99978 6.66666 7.99978V7.49978V6.99979ZM12.5 12.9998C12.7761 12.9998 13 12.7759 13 12.4998C13 12.2236 12.7761 11.9998 12.5 11.9998V12.4998V12.9998ZM6.66666 11.9998C6.39051 11.9998 6.16666 12.2236 6.16666 12.4998C6.16666 12.7759 6.39051 12.9998 6.66666 12.9998V12.4998V11.9998ZM15.8333 6.90479V6.40479H12.5V6.90479V7.40479H15.8333V6.90479ZM12.5 6.90479H13V3.34229H12.5H12V6.90479H12.5ZM11.6667 9.99978V9.49978H6.66666V9.99978V10.4998H11.6667V9.99978ZM9.16666 7.49978V6.99979H6.66666V7.49978V7.99978H9.16666V7.49978ZM12.5 12.4998V11.9998H6.66666V12.4998V12.9998H12.5V12.4998Z" fill="currentColor"/>
</svg></div><div>Platform</div></a><a href="/publishers" class="tab-link w-inline-block"><div class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10 8.83317L4.16667 6.49984L10 4.1665L15.8333 6.49984L10 8.83317Z" stroke="#525252" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M4.35237 13.0358C4.09598 12.9332 3.80499 13.0579 3.70243 13.3143C3.59988 13.5707 3.72458 13.8617 3.98098 13.9642L4.16667 13.5L4.35237 13.0358ZM10 15.8333L9.81431 16.2976C9.93352 16.3453 10.0665 16.3453 10.1857 16.2976L10 15.8333ZM16.019 13.9642C16.2754 13.8617 16.4001 13.5707 16.2976 13.3143C16.195 13.0579 15.904 12.9332 15.6476 13.0358L15.8333 13.5L16.019 13.9642ZM4.35237 9.53576C4.09598 9.4332 3.80499 9.55791 3.70243 9.8143C3.59988 10.0707 3.72458 10.3617 3.98098 10.4642L4.16667 10L4.35237 9.53576ZM10 12.3333L9.81431 12.7976C9.93352 12.8453 10.0665 12.8453 10.1857 12.7976L10 12.3333ZM16.019 10.4642C16.2754 10.3617 16.4001 10.0707 16.2976 9.8143C16.195 9.55791 15.904 9.4332 15.6476 9.53576L15.8333 10L16.019 10.4642ZM4.16667 13.5L3.98098 13.9642L9.81431 16.2976L10 15.8333L10.1857 15.3691L4.35237 13.0358L4.16667 13.5ZM10 15.8333L10.1857 16.2976L16.019 13.9642L15.8333 13.5L15.6476 13.0358L9.81431 15.3691L10 15.8333ZM4.16667 10L3.98098 10.4642L9.81431 12.7976L10 12.3333L10.1857 11.8691L4.35237 9.53576L4.16667 10ZM10 12.3333L10.1857 12.7976L16.019 10.4642L15.8333 10L15.6476 9.53576L9.81431 11.8691L10 12.3333Z" fill="currentColor"/>
</svg></div><div>Publisher</div></a><link rel="prerender" href="/publishers"/></div></div><div class="spacer-huge"></div><div class="display-inlineflex align-center"><div class="hero_publishers-pill"><div class="hero_publishers-logos"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a1feaec1c07b1759f7fe2e_Statenewsroom.avif" loading="lazy" alt="White silhouette of a domed building with a cross on top against a blue background." class="hero_publishers-logo"/><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a1fd9d56a02b588d139692_35a40fc52dece9effde0203309902fc5_Bitcoinmag.avif" loading="lazy" alt="Bitwise Asset Management logo with orange and black diagonal bars." class="hero_publishers-logo is-overlap"/><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a71fc4c82e9449b0f8c0ca_ef36a37a871a23a8a4d664b93f23e0e2_texas-tribune.avif" loading="lazy" alt="White five-pointed star inside a yellow speech bubble shape." class="hero_publishers-logo is-overlap"/><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a1f403f807873b9264e837_d9c0292ed8674685ece9fa6f0092352c_Axios.avif" loading="lazy" alt="Axios logo with stylized letter A composed of blue and gray segments." class="hero_publishers-logo is-overlap"/><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a1f525af5304d74c151d93_d425153e60432d59773c87edb6315521_Venturebeat.avif" loading="lazy" alt="VentureBeat logo with red V and black B letters." class="hero_publishers-logo is-overlap"/></div><div class="hero_publishers-divider"></div><div>6,000+ vetted publishers</div></div></div><div class="spacer-medium"><p id="Content-lincensing-platform">News content licensing service</p><div class="spacer-small"></div></div><h1 class="heading-style-h1">Curated licensed content service<br/>for information platforms</h1><div class="spacer-small"></div><div class="max-width-large align-center"><p>Fewer than one in forty publications make it into our catalog, each cleared by a rigorous editorial<br/> standard. Platforms and AI-enabled producs that need variety and originality license with confidence <br/>because the work of choosing is already done.</p></div><div class="spacer-medium"></div><div class="button-group is-center"><div data-wf--button-primary--color="blue" class="button_component"><a href="/request-demo" class="button w-button">Request a demo</a></div><div data-wf--button-secondary--color="blue" class="button_component"><a href="https://curator.newstex.com/" target="_blank" class="button is-secondary w-button">Explore our catalog</a></div></div><div class="spacer-large"></div></div></div></div></div></div></div><div class="hero_background-image-wrapper"><img sizes="(max-width: 1128px) 100vw, 1128px" srcset="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/696fe9502065713ae1d5cb31_platform_hero-p-500.avif 500w, https://cdn.prod.website-files.com/695bb689f5b9550bec668954/696fe9502065713ae1d5cb31_platform_hero.avif 1128w" alt="platform_hero" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/696fe9502065713ae1d5cb31_platform_hero.avif" loading="eager" class="hero_background-image"/></div></header><section class="section border-vertical background-color-white"><div class="padding-global padding-section-tiny"><div class="container-large"><div class="logo-quilt_component"><div class="logo-quilt_content"><div class="text-align-center"><div class="max-width-large align-center"><div class="text-color-black">Trusted by leading research and professional platforms that deliver professional insights around the world</div></div></div><div data-wf--spacer--sizes="xx-small---0-5rem" class="spacer-block w-variant-571681c7-4f1b-a9f3-42ff-e0f0c9858253"></div><div class="logo-quilt_list"><img data-wf--logo-component--variant="base" loading="lazy" alt="platform-logo_westlaw
" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aabb05ae3aba42f2e9c_platform-logo_westlaw.avif" class="logo-quilt_logo"/><img data-wf--logo-component--variant="base" loading="lazy" alt="platform-logo_lseg" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aabcf29d0fd471cf999_platform-logo_lseg.avif" class="logo-quilt_logo"/><img data-wf--logo-component--variant="image-small" loading="lazy" alt="platform-logo_moddys" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aab3645df49174c3282_platform-logo_moddys.avif" class="logo-quilt_logo w-variant-e7d0dc58-6481-1b24-938a-21f1b10ec4dc"/><img data-wf--logo-component--variant="base" loading="lazy" alt="platform-logo_lexisnexis" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aab491b3af87a428fb1_platform-logo_lexisnexis.svg" class="logo-quilt_logo"/><img data-wf--logo-component--variant="base" loading="lazy" alt="platform-logo_proquest" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaba5532fee57872399_platform-logo_proquest.svg" class="logo-quilt_logo"/></div></div></div></div></div><div class="section-dot_component"><div class="section-dot top-left"></div><div class="section-dot top-right"></div><div class="section-dot bottom-left"></div><div class="section-dot bottom-right"></div></div></section><div class="section border-bottom"><div data-wf--spacer--sizes="x-large---4rem" class="spacer-block w-variant-affdbd34-16ef-4acc-c9ae-e2d63fbe3585"></div><div class="w-layout-blockcontainer container w-container"><div id="platform-form" class="code-embed-3 w-embed w-script"><div data-tf-live="01KMNA40V5KEC2WWKMBMQWWY0E"></div><script src="//embed.typeform.com/next/embed.js"></script></div><div data-wf--spacer--sizes="large---3rem" class="spacer-block w-variant-424e1018-0ed1-2657-ad66-196dd620894c"></div></div></div><section class="section"></section><section class="section border-bottom"><div class="container-large"><div class="curator-usp_component"><div class="w-layout-grid curator-usp_list"><div class="curator-usp_item is-1"><div class="curator-usp_text-wrapper"><h3 class="heading-style-h6">Explore thousands of expert sources</h3></div><div class="curator-usp_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa6f7e47cf13ec0d57_platform_expert-sources.avif" alt="platform_expert-sources" class="curator-usp_image"/></div></div><div class="curator-usp_item is-2"><div class="curator-usp_text-wrapper"><h3 class="heading-style-h6">License content directly from Newstex</h3></div><div class="curator-usp_image-wrapper"><img sizes="(max-width: 750px) 100vw, 750px" srcset="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aab4dd68e2bcb3c3342_platform_license-p-500.png 500w, https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aab4dd68e2bcb3c3342_platform_license.avif 750w" alt="platform_license" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aab4dd68e2bcb3c3342_platform_license.avif" loading="lazy" class="curator-usp_image"/></div></div><div class="curator-usp_item is-3"><div class="curator-usp_text-wrapper"><h3 class="heading-style-h6">Enrich your platform with original, ready-to-use insights</h3></div><div class="curator-usp_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa18654cd70d7c72c1_platform_insights.avif" alt="Diagram showing a flowchart with multiple arrows connecting colored rounded rectangles and a beige box labeled Intellica listing four sources." class="curator-usp_image"/></div></div></div></div></div></section><section class="section"><div class="padding-global padding-section-small"><div class="container-large"><div class="text-align-center"><div class="max-width-xlarge"><p>Behind every Newstex feed is Curator, the discovery engine that connects original sources to professional content <br/>platforms at scale.</p><div class="spacer-small"></div><p>Here’s what makes Curator indispensable for platforms that need reliable insight.</p><div class="spacer-medium"></div><div class="button-group is-center"><div data-wf--button-primary--color="blue" class="button_component"><a href="https://curator.newstex.com/" target="_blank" class="button w-button">Explore our catalog</a></div></div></div></div></div></div></section><div class="section border-bottom"><div data-wf--spacer--sizes="xx-large---5rem" class="spacer-block w-variant-524adcea-ab10-4430-f1b2-93ce58a97300"></div><section id="newsletter"><div class="cta_component is-blue"><div class="cta_content"><div id="w-node-_456f0d6e-7db7-6ad0-30a8-e3eb2cd6f561-2cd6f55f" class="cta_content-left"><h2 class="heading-style-h2 text-color-white">Stay ahead in content licensing</h2><div class="spacer-small"></div><p class="text-size-medium">Get publisher insights, licensing trends, and Newstex updates delivered to your inbox.</p><div class="spacer-medium"></div><div class="button-group"><div blocks-name="content32_form" class="content_form w-form"><form id="email-form" name="wf-form-Webflow-publisher-newsletter-signup" data-name="Webflow publisher newsletter signup" method="get" data-wf-page-id="695bb68af5b9550bec668a1e" data-wf-element-id="334f2bfb-6dae-5295-a7a3-65f7ba063a84" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="content_form-wrapper"><div id="newsletter-subscribe"><input class="form_input-6 is-newsletter w-input" maxlength="256" name="Email" data-name="Email" placeholder="Enter your email address" type="email" id="Webflow-publisher-newsletter-signup" required=""/></div><input type="submit" data-wait="Please wait..." blocks-slot-item-canonical="EL16" id="w-node-_334f2bfb-6dae-5295-a7a3-65f7ba063a89-2cd6f55f" class="button-2 is-small w-button" value="Subscribe to publisher newsletter"/></div></form><div class="form_message-success-wrapper w-form-done"><div class="form_message-success-2"><div>Thank you! Your submission has been received!</div></div></div><div class="form_message-error-wrapper w-form-fail"><div class="form_message-error"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></div><div id="w-node-_456f0d6e-7db7-6ad0-30a8-e3eb2cd6f569-2cd6f55f" class="cta_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a6156c2329ec09fb4a6c8e_cta-bird.svg" alt="cta-bird" class="cta_image"/><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a61768937a2f65bcc49d84_cta_swan-small.svg" alt="cta_swan-small" class="cta_floating-image is-swan"/></div></div></div></section></div><section class="section background-color-white"><div class="padding-global padding-section-small"><div class="section-dot_component"><div class="section-dot top-left"></div><div class="section-dot top-right"></div><div class="section-dot bottom-left"></div><div class="section-dot bottom-right"></div></div><div class="text-align-center"><h2 class="heading-style-h3"><strong>Who we serve</strong></h2><div class="spacer-small"></div><p>Our content licensing platform supports:</p></div></div><div class="container-large"><div data-wf--features-component--variant="5-columns" class="features_component"><div class="features_list"><div data-wf--feature-item-coloured--variant="center-aligned" class="features_item"><div class="features_item-icon-wrapper"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/6970042637cb5010a3245b6e_icon_platform.svg" loading="lazy" alt=""/></div><div class="spacer-xsmall"></div><div class="padding-bottom padding-xxsmall"><h3 class="heading-style-h6">Information platforms</h3></div><div class="features_item-body"><p class="text-size-small">Provide financial, legal, and business intelligence to professional users.</p></div><div class="padding-top padding-medium is-auto"><div data-wf--button-icon-link--color="blue" class="button_component"><a href="/content-licensing-services#information-platform" class="button is-link is-icon w-inline-block"><div class="link-button-text">Learn more</div><div class="icon-embed-xxsmall w-embed"><svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5L14.5 5.5M14.5 5.5L9.25 0.5M14.5 5.5H0.5" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></a></div></div><div class="column-border"></div></div><div data-wf--feature-item-coloured--variant="center-aligned" class="features_item"><div class="features_item-icon-wrapper"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/697004268d46179b22b34840_icon_connect.svg" loading="lazy" alt=""/></div><div class="spacer-xsmall"></div><div class="padding-bottom padding-xxsmall"><h3 class="heading-style-h6">AI &amp; LLM providers</h3></div><div class="features_item-body"><p class="text-size-small">Train advanced models using ethically sourced, rights-cleared content.<br/></p></div><div class="padding-top padding-medium is-auto"><div data-wf--button-icon-link--color="blue" class="button_component"><a href="/content-licensing-services#providers" class="button is-link is-icon w-inline-block"><div class="link-button-text">Learn more</div><div class="icon-embed-xxsmall w-embed"><svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5L14.5 5.5M14.5 5.5L9.25 0.5M14.5 5.5H0.5" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></a></div></div><div class="column-border is-even"></div></div><div data-wf--feature-item-coloured--variant="center-aligned" class="features_item"><div class="features_item-icon-wrapper"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/6970042636c0438b249e9f1f_icon_portals.svg" loading="lazy" alt=""/></div><div class="spacer-xsmall"></div><div class="padding-bottom padding-xxsmall"><h3 class="heading-style-h6">News portals</h3></div><div class="features_item-body"><p class="text-size-small">Expand coverage with credible, diverse content from trusted original sources.<br/></p></div><div class="padding-top padding-medium is-auto"><div data-wf--button-icon-link--color="blue" class="button_component"><a href="//content-licensing-services#news-portals" class="button is-link is-icon w-inline-block"><div class="link-button-text">Learn more</div><div class="icon-embed-xxsmall w-embed"><svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5L14.5 5.5M14.5 5.5L9.25 0.5M14.5 5.5H0.5" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></a></div></div><div class="column-border"></div></div><div data-wf--feature-item-coloured--variant="center-aligned" class="features_item"><div class="features_item-icon-wrapper"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/697004266f3114e26d95377a_icon_database.svg" loading="lazy" alt=""/></div><div class="spacer-xsmall"></div><div class="padding-bottom padding-xxsmall"><h3 class="heading-style-h6">APIs &amp; data feeds</h3></div><div class="features_item-body"><p class="text-size-small">Integrate reliable, structured editorial content into tools and applications.<br/></p></div><div class="padding-top padding-medium is-auto"><div data-wf--button-icon-link--color="blue" class="button_component"><a href="/content-licensing-services#providers" class="button is-link is-icon w-inline-block"><div class="link-button-text">Learn more</div><div class="icon-embed-xxsmall w-embed"><svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5L14.5 5.5M14.5 5.5L9.25 0.5M14.5 5.5H0.5" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></a></div></div><div class="column-border is-even"></div></div><div data-wf--feature-item-coloured--variant="center-aligned" class="features_item"><div class="features_item-icon-wrapper"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69700426efcdb35c48b47d51_icon_screen.svg" loading="lazy" alt=""/></div><div class="spacer-xsmall"></div><div class="padding-bottom padding-xxsmall"><h3 class="heading-style-h6">Discovery platforms</h3></div><div class="features_item-body"><p class="text-size-small">Surface valuable insights using curated content across multiple industries.<br/></p></div><div class="padding-top padding-medium is-auto"><div data-wf--button-icon-link--color="blue" class="button_component"><a href="/content-licensing-services#providers" class="button is-link is-icon w-inline-block"><div class="link-button-text">Learn more</div><div class="icon-embed-xxsmall w-embed"><svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5L14.5 5.5M14.5 5.5L9.25 0.5M14.5 5.5H0.5" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></a></div></div></div></div></div><div class="section-wrap"><div class="section-dot_component"><div class="section-dot top-left"></div><div class="section-dot top-right"></div><div class="section-dot bottom-left"></div><div class="section-dot bottom-right"></div></div><div class="spacer-xlarge"></div><div class="button-group is-center"><div data-wf--button-primary--color="blue" class="button_component"><a href="/request-demo" class="button w-button">Request a demo</a></div><div data-wf--button-secondary--color="blue" class="button_component"><a href="https://curator.newstex.com/" target="_blank" class="button is-secondary w-button">Explore our catalog</a></div></div><div data-wf--spacer--sizes="x-large---4rem" class="spacer-block w-variant-affdbd34-16ef-4acc-c9ae-e2d63fbe3585"></div></div></div></section><section class="section border-top"><div class="padding-global padding-section-small"><div class="text-align-center"><h2 class="heading-style-h3"><strong>Proof in numbers</strong></h2><div class="spacer-small"></div><p>For platforms that depend on credibility, the numbers speak for themselves.</p></div></div><div class="container-large"><div class="features_component"><div class="section-wrap"><div class="section-dot_component"><div class="section-dot top-left"></div><div class="section-dot top-right"></div><div class="section-dot bottom-left"></div><div class="section-dot bottom-right"></div></div><div data-wf--features-component--variant="4-columns---bg-white" class="features_component"><div class="features_list w-variant-10a9dcf1-fce0-31cf-8aac-b69a977fbd23"><div data-wf--feature-item-black--variant="background-white" class="features_item w-variant-62e05aaa-8d83-17cc-1b01-88204d801f07 padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/698f6b03a38c77196027aea3_icon_duo-badge.svg" loading="lazy" alt="" class="icon-1x1-medium"/><div class="spacer-small"></div><h3>6000+</h3><div class="spacer-xsmall"></div><p class="text-size-medium">Vetted sources</p><div class="column-border"></div></div><div data-wf--feature-item-black--variant="center-aligned" class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/698f6b03a50feb8a6ead882d_icon_duo-signal.svg" loading="lazy" alt="" class="icon-1x1-medium"/><div class="spacer-small"></div><h3>1.5M+</h3><div class="spacer-xsmall"></div><p class="text-size-medium">Licensed articles per month</p><div class="column-border is-even"></div></div><div data-wf--feature-item-black--variant="center-aligned" class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/698f6b032db90db7a8e09246_icon_duo-presentation.svg" loading="lazy" alt="" class="icon-1x1-medium"/><div class="spacer-small"></div><h3>7.5M+</h3><div class="spacer-xsmall"></div><p class="text-size-medium">Professionals reached</p><div class="column-border"></div></div><div data-wf--feature-item-black--variant="center-aligned" class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/698f6b03c4edc3fd7876eaca_icon_duo-target.svg" loading="lazy" alt="" class="icon-1x1-medium"/><div class="spacer-small"></div><h3>20+</h3><div class="spacer-xsmall"></div><p class="text-size-medium">Years in the market</p></div></div></div></div></div></div></section><section class="section"><div class="padding-global padding-section-tiny"><div class="text-align-center"><div class="max-width-large align-center"><h2 class="heading-style-h5 font-style-body text-weight-bold">Trusted by</h2></div></div></div><div class="container-large"><div class="features_component"><div class="section-wrap"><div class="section-dot_component"><div class="section-dot top-left"></div><div class="section-dot top-right"></div><div class="section-dot bottom-left"></div><div class="section-dot bottom-right"></div></div><div class="w-layout-grid features_list is-4col"><div class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa9151cf1bc8a73cb1_platform_colored-logo-lexisnexis.avif" loading="lazy" alt="platform_colored-logo-lexisnexis" class="proof-logo"/><div class="column-border"></div></div><div class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa5699573f98aba103_platform_colored-logo-reuters.avif" loading="lazy" alt="platform_colored-logo-reuters" class="proof-logo"/><div class="column-border is-even"></div></div><div class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa300c65675bf31042_platform_colored-logo-proquest.avif" loading="lazy" alt="platform_colored-logo-proquest" class="proof-logo"/><div class="column-border"></div></div><div class="features_item padding-medium"><img src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/695f7aaa86fd11d090ac6d02_platform_colored-logo-refinitiv.avif" loading="lazy" alt="Stylized blue letter R with angular design on a black background." class="proof-logo"/></div></div></div></div></div></section><section class="section background-color-white"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="text-align-center"><div class="max-width-large align-center"><div class="icon-embed-wrapper"><div class="icon-embed-xlarge w-embed"><svg width="206" height="110" viewBox="0 0 206 110" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4321_18364)">
<path d="M204.907 60.0978L196.565 57.3037L193.329 52.3667C193.286 52.2967 193.223 52.2477 193.167 52.1986C193.146 52.1846 193.118 52.1706 193.097 52.1566C193.076 52.1426 193.055 52.1286 193.027 52.1146L167.299 41.6664L176.65 29.1944C176.776 29.0264 176.819 28.8023 176.755 28.5992C176.692 28.3961 176.538 28.2351 176.342 28.165L110.092 4.72666C109.826 4.62862 109.525 4.71966 109.343 4.94375L77.1983 45.455C77.1983 45.455 77.1562 45.532 77.1352 45.567C77.1282 45.588 77.1072 45.602 77.1002 45.623C77.1002 45.623 77.1002 45.63 77.1002 45.637C77.0722 45.7141 77.0582 45.7911 77.0582 45.8681V48.7183C77.0582 48.7183 77.0582 48.7393 77.0652 48.7533L74.1583 47.6188C74.0041 47.5628 73.836 47.5558 73.6819 47.6188L18.9475 67.7169C18.6884 67.8149 18.5132 68.053 18.5132 68.3331C18.5132 68.3891 18.5202 68.4451 18.5343 68.4942L17.8408 71.0992L9.69438 74.0334C9.64534 74.0474 9.60332 74.0754 9.56129 74.0964C8.79078 74.5936 8.36349 75.469 8.44054 76.3793C8.5246 77.2897 9.09898 78.074 9.93954 78.4241L81.7583 109.25C82.5638 109.601 83.4184 109.769 84.273 109.769C85.0645 109.769 85.863 109.622 86.6195 109.32L144.877 86.2813C145.199 86.1552 145.368 85.7841 145.263 85.4479C145.207 85.2659 144.996 84.3275 146.46 83.8163C146.972 83.6342 147.378 83.6272 147.679 83.7883C148.099 84.0194 148.233 84.5376 148.233 84.5376C148.275 84.7267 148.401 84.8877 148.569 84.9858C148.744 85.0768 148.947 85.0908 149.129 85.0208L205.04 62.969C205.657 62.7239 206.028 62.1426 205.993 61.4774C205.958 60.8261 205.531 60.2869 204.907 60.1048V60.0978Z" fill="white"/>
<path d="M18.9058 71.1346L9.3374 75.4273L9.82072 77.9693C9.82072 77.9693 82.417 109.097 83.5447 109.461C84.6795 109.825 86.858 108.235 86.858 108.235L144.611 85.3923C144.611 85.3923 145.683 83.6766 147.273 83.6486C148.863 83.6206 150.019 84.3279 150.019 84.3279L205.286 62.108L205.391 60.7915L197.882 58.3755L196.649 59.4329L85.443 102.766L17.9041 75.2943L18.9128 71.1346H18.9058Z" fill="#C6E5F2"/>
<path d="M95.8516 43.6063C96.489 43.4523 116.403 15.4971 116.403 15.4971L129.334 20.259L108.614 48.8934L95.8516 43.6063Z" fill="#C6E5F2"/>
<path d="M84.7286 96.2326C84.6446 96.2326 84.5535 96.2186 84.4764 96.1836L18.8988 69.1878C18.6467 69.0828 18.4786 68.8307 18.4856 68.5576C18.4856 68.2845 18.6677 68.0394 18.9199 67.9413L73.6543 47.8433C73.8084 47.7873 73.9765 47.7873 74.1306 47.8433L139.708 73.4315C139.967 73.5296 140.135 73.7747 140.135 74.0548C140.135 74.3279 139.967 74.58 139.715 74.678L84.9808 96.1836C84.9037 96.2116 84.8197 96.2326 84.7356 96.2326H84.7286ZM21.0002 68.6066L84.7426 94.8461L137.635 74.0618L73.8854 49.1878L21.0002 68.6066Z" fill="#A6A8AB"/>
<path d="M84.2521 110C83.3975 110 82.5429 109.825 81.7374 109.482L9.91863 78.6556C9.07807 78.3125 8.50369 77.5282 8.41963 76.6108C8.33558 75.7005 8.76286 74.8251 9.54038 74.3279C9.58241 74.2999 9.62444 74.2789 9.67347 74.2649L18.1491 71.2117C18.4993 71.0856 18.8776 71.2677 19.0037 71.6108C19.1298 71.961 18.9476 72.3391 18.6044 72.4652L10.2058 75.4904C9.88361 75.7215 9.7155 76.0926 9.75052 76.4918C9.78554 76.9119 10.0447 77.2621 10.437 77.4231L82.2627 108.249C83.4956 108.775 84.8615 108.796 86.1083 108.305L143.862 85.4624C143.827 84.587 144.247 83.3965 145.998 82.7873C146.888 82.4792 147.665 82.5002 148.317 82.8573C148.758 83.1024 149.038 83.4526 149.227 83.7677L204.536 61.954C204.613 61.9259 204.648 61.8629 204.648 61.7789C204.648 61.6949 204.599 61.6388 204.515 61.6178C204.501 61.6178 204.494 61.6178 204.48 61.6108L195.906 58.7397C195.556 58.6206 195.367 58.2425 195.486 57.8923C195.605 57.5422 195.983 57.3531 196.334 57.4722L204.893 60.3433C205.517 60.5254 205.944 61.0576 205.979 61.7159C206.014 62.3741 205.643 62.9624 205.026 63.2075L149.115 85.2593C148.933 85.3293 148.73 85.3223 148.555 85.2243C148.38 85.1332 148.261 84.9722 148.219 84.7761C148.219 84.7761 148.086 84.2509 147.665 84.0268C147.364 83.8657 146.958 83.8727 146.446 84.0548C144.982 84.566 145.193 85.5044 145.249 85.6864C145.354 86.0226 145.186 86.3867 144.863 86.5198L86.6056 109.559C85.8491 109.86 85.0506 110.007 84.2591 110.007L84.2521 110Z" fill="#A6A8AB"/>
<path d="M143.393 80.8402C143.175 80.8402 142.958 80.7352 142.832 80.5321L138.903 74.4187C138.706 74.1106 138.79 73.6974 139.106 73.4943C139.414 73.2982 139.827 73.3823 140.03 73.6974L143.96 79.8108C144.156 80.119 144.072 80.5321 143.757 80.7352C143.645 80.8052 143.519 80.8402 143.4 80.8402H143.393Z" fill="#A6A8AB"/>
<path d="M46.0069 69.7899C45.7407 69.7899 45.4885 69.6288 45.3835 69.3697C45.2504 69.0266 45.4185 68.6414 45.7617 68.5014L74.2146 57.2619C74.5579 57.1288 74.9431 57.2969 75.0832 57.64C75.2163 57.9832 75.0482 58.3683 74.705 58.5084L46.252 69.7479C46.168 69.7829 46.0909 69.7969 46.0069 69.7969V69.7899Z" fill="#A6A8AB"/>
<path d="M57.5782 74.4818C57.312 74.4818 57.0598 74.3207 56.9547 74.0616C56.8217 73.7185 56.9898 73.3333 57.333 73.1933L85.7859 61.9538C86.1292 61.8207 86.5144 61.9888 86.6545 62.3319C86.7876 62.675 86.6195 63.0602 86.2763 63.2003L57.8233 74.4398C57.7393 74.4748 57.6622 74.4888 57.5782 74.4888V74.4818Z" fill="#A6A8AB"/>
<path d="M70.8731 79.1737C70.6069 79.1737 70.3547 79.0126 70.2497 78.7535C70.1166 78.4104 70.2847 78.0252 70.6279 77.8852L99.0808 66.6457C99.4241 66.5126 99.8093 66.6807 99.9494 67.0238C100.083 67.3669 99.9144 67.7521 99.5712 67.8922L71.1182 79.1316C71.0342 79.1667 70.9571 79.1807 70.8731 79.1807V79.1737Z" fill="#A6A8AB"/>
<path d="M84.1612 83.8724C83.895 83.8724 83.6428 83.7113 83.5378 83.4522C83.4047 83.1091 83.5728 82.7239 83.916 82.5839L112.369 71.3444C112.712 71.2113 113.097 71.3794 113.238 71.7225C113.371 72.0657 113.202 72.4508 112.859 72.5909L84.4063 83.8304C84.3223 83.8654 84.2452 83.8794 84.1612 83.8794V83.8724Z" fill="#A6A8AB"/>
<path d="M143.539 73.1093C143.455 73.1093 143.371 73.0953 143.294 73.0603L77.4505 46.7228C77.1073 46.5827 76.9391 46.1975 77.0792 45.8544C77.2193 45.5113 77.6046 45.3432 77.9478 45.4833L143.539 71.7227L190.954 52.9622L165.968 42.8152C165.625 42.6751 165.464 42.29 165.604 41.9468C165.744 41.6037 166.129 41.4426 166.473 41.5827L193.006 52.353C193.259 52.458 193.427 52.7031 193.42 52.9763C193.42 53.2494 193.252 53.4945 192.999 53.5925L143.792 73.0603C143.715 73.0883 143.63 73.1093 143.546 73.1093H143.539Z" fill="#A6A8AB"/>
<path d="M84.8124 103.424C84.7284 103.424 84.6443 103.41 84.5603 103.375L17.1825 76.0154C16.8742 75.8894 16.6991 75.5533 16.7902 75.2241L18.5133 68.7115C18.6044 68.3544 18.9756 68.1443 19.3329 68.2353C19.6901 68.3334 19.9003 68.6975 19.8092 69.0547L18.2332 75L84.8264 102.031L142.741 79.7059L142.881 72.423C142.881 72.283 142.93 72.1499 143.014 72.0379L175.018 29.3628L110.071 6.37959L78.3681 46.3306V48.9496C78.3681 49.3208 78.0669 49.6149 77.7027 49.6149C77.3385 49.6149 77.0373 49.3138 77.0373 48.9496V46.0995C77.0373 45.9454 77.0863 45.8054 77.1844 45.6863L109.322 5.17511C109.497 4.95102 109.798 4.86698 110.071 4.95802L176.314 28.4034C176.517 28.4734 176.672 28.6345 176.728 28.8376C176.791 29.0407 176.749 29.2647 176.622 29.4328L144.205 72.6681L144.058 80.1821C144.058 80.4552 143.883 80.6933 143.631 80.7914L85.0506 103.375C84.9735 103.403 84.8895 103.417 84.8124 103.417V103.424Z" fill="#A6A8AB"/>
<path d="M143.393 80.8402C143.126 80.8402 142.874 80.6792 142.769 80.4131C142.636 80.0699 142.804 79.6848 143.147 79.5517L195.949 59.0755L192.187 53.3402C191.984 53.0321 192.068 52.619 192.376 52.4159C192.684 52.2128 193.098 52.2968 193.301 52.6049L197.518 59.0335C197.63 59.2016 197.658 59.4117 197.595 59.6007C197.532 59.7898 197.392 59.9439 197.202 60.0209L143.631 80.7982C143.554 80.8262 143.47 80.8402 143.393 80.8402Z" fill="#A6A8AB"/>
<path d="M108.32 49.524C108.243 49.524 108.159 49.51 108.082 49.482L95.0322 44.559C94.8361 44.482 94.689 44.3209 94.626 44.1248C94.5699 43.9218 94.605 43.7047 94.731 43.5366L115.661 15.5534C115.836 15.3153 116.151 15.2243 116.424 15.3293L129.096 19.9932C129.292 20.0632 129.446 20.2243 129.502 20.4274C129.558 20.6305 129.523 20.8475 129.404 21.0156L108.852 49.2649C108.726 49.44 108.523 49.538 108.313 49.538L108.32 49.524ZM96.3351 43.6206L108.082 48.0534L127.814 20.9316L116.438 16.7439L96.3421 43.6206H96.3351Z" fill="#A6A8AB"/>
<path d="M120.796 54.3837C120.663 54.3837 120.522 54.3417 120.41 54.2577C120.109 54.0406 120.039 53.6274 120.256 53.3263L140.57 24.923C140.787 24.6218 141.2 24.5518 141.501 24.7689C141.803 24.986 141.873 25.3991 141.655 25.7003L121.342 54.1036C121.209 54.2857 121.006 54.3837 120.796 54.3837Z" fill="#A6A8AB"/>
<path d="M134.987 59.503C134.847 59.503 134.707 59.461 134.588 59.3699C134.293 59.1528 134.23 58.7327 134.455 58.4385L155.02 30.8615C155.237 30.5674 155.658 30.5044 155.952 30.7285C156.246 30.9455 156.309 31.3657 156.085 31.6598L135.519 59.2369C135.386 59.4119 135.19 59.503 134.98 59.503H134.987Z" fill="#A6A8AB"/>
<path d="M83.1031 55.6651C82.984 55.6651 82.8649 55.6371 82.7599 55.567C81.2118 54.6287 78.8443 51.8696 80.9597 48.1511C81.6811 46.8906 82.6688 46.1063 83.9016 45.8192C86.3673 45.2519 88.8819 46.9536 88.987 47.0306C89.2882 47.2407 89.3652 47.6539 89.1551 47.962C88.945 48.2631 88.5317 48.3402 88.2235 48.1371C88.2025 48.1231 86.0801 46.6945 84.1888 47.1287C83.3272 47.3248 82.6478 47.878 82.1154 48.8163C80.1051 52.3528 83.3062 54.3486 83.4463 54.4326C83.7615 54.6217 83.8596 55.0348 83.6705 55.35C83.5444 55.56 83.3272 55.6721 83.0961 55.6721L83.1031 55.6651Z" fill="#A6A8AB"/>
<path d="M97.7291 61.6456C97.61 61.6456 97.4909 61.6175 97.3858 61.5475C95.8378 60.6091 93.4702 57.85 95.5856 54.1316C96.3071 52.871 97.2948 52.0867 98.5276 51.7996C100.993 51.2324 103.508 52.9341 103.613 53.0111C103.914 53.2212 103.991 53.6344 103.788 53.9425C103.578 54.2436 103.165 54.3206 102.856 54.1175C102.835 54.1035 100.713 52.675 98.8218 53.1091C97.9602 53.3122 97.2808 53.8584 96.7484 54.7968C94.7521 58.3122 97.9392 60.329 98.0793 60.4131C98.3945 60.6091 98.4926 61.0153 98.3034 61.3304C98.1774 61.5335 97.9602 61.6526 97.7361 61.6526L97.7291 61.6456Z" fill="#A6A8AB"/>
<path d="M112.348 67.3951C112.229 67.3951 112.11 67.3671 112.004 67.297C110.456 66.3587 108.089 63.5996 110.204 59.8811C110.926 58.6206 111.913 57.8362 113.146 57.5491C115.612 56.9819 118.127 58.6836 118.232 58.7606C118.533 58.9707 118.61 59.3839 118.4 59.692C118.19 59.9931 117.776 60.0701 117.468 59.8671C117.447 59.8531 115.325 58.4245 113.433 58.8587C112.572 59.0547 111.892 59.608 111.36 60.5463C109.35 64.0827 112.551 66.0785 112.691 66.1626C113.006 66.3517 113.104 66.7648 112.915 67.0799C112.789 67.29 112.572 67.4021 112.341 67.4021L112.348 67.3951Z" fill="#A6A8AB"/>
<path d="M126.974 73.1094C126.855 73.1094 126.736 73.0814 126.63 73.0114C125.082 72.073 122.715 69.3139 124.83 65.5954C125.552 64.3349 126.539 63.5506 127.772 63.2635C130.238 62.6963 132.753 64.3979 132.858 64.475C133.159 64.6851 133.236 65.0982 133.033 65.4063C132.823 65.7075 132.409 65.7845 132.101 65.5814C132.08 65.5674 129.958 64.1388 128.066 64.573C127.205 64.7761 126.525 65.3223 125.993 66.2607C123.997 69.7761 127.184 71.7929 127.324 71.8769C127.639 72.073 127.737 72.4792 127.548 72.7943C127.422 72.9974 127.205 73.1164 126.981 73.1164L126.974 73.1094Z" fill="#A6A8AB"/>
</g>
<defs>
<clipPath id="clip0_4321_18364">
<rect width="206" height="110" fill="white"/>
</clipPath>
</defs>
</svg></div></div><div class="spacer-small"></div><h2 class="heading-style-h2"><strong>Knowledge Hub</strong></h2><div class="spacer-medium"></div><p>In a rapidly shifting information ecosystem it&#x27;s vital to understand content licensing. Learn the fundamentals of content licensing, AI training data, and syndication strategies.</p><div class="spacer-medium"></div><p>Explore practical guides, technical resources, and insights from the original sources syndicated by Newstex.</p><div class="spacer-medium"></div><div class="button-group is-center"><div data-wf--button-primary--color="blue" class="button_component"><a href="/content-licensing-hub" class="button w-button">Visit the Knowledge Hub</a></div></div><div class="spacer-medium"></div></div></div></div></div></div></section><section class="section"><div class="cta_component is-blue"><div class="cta_content"><div id="w-node-_779371e9-6e20-3c0f-af51-1e41faf914b1-f59721cf" class="cta_content-left"><h2 class="heading-style-h2 text-color-white">Power your platform with trusted content.</h2><div class="spacer-small"></div><p class="text-size-medium">Request a demo to see how Newstex delivers licensed, human-reviewed editorial feeds in minutes.</p><div class="spacer-medium"></div><div class="button-group"><div data-wf--button-primary--color="white" class="button_component"><a href="/request-demo" class="button w-variant-b807e3a7-9d18-eb19-b3a3-5fe7b4a43867 w-button">Request a demo</a></div><div data-wf--button-secondary--color="white" class="button_component"><a href="/contact" class="button w-variant-1c05251d-592d-6688-4a15-66474fd1f507 is-secondary w-button">Contact us</a></div></div></div><div id="w-node-_779371e9-6e20-3c0f-af51-1e41faf914bd-f59721cf" class="cta_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a6156c2329ec09fb4a6c8e_cta-bird.svg" alt="cta-bird" class="cta_image"/><img loading="lazy" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a61768937a2f65bcc49d84_cta_swan-small.svg" alt="cta_swan-small" class="cta_floating-image is-swan"/></div></div></div></section></main><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="w-layout-grid footer_top-wrapper"><div class="w-layout-grid footer_content-left"><div><a href="/" aria-current="page" class="footer_logo-link w-nav-brand w--current"><img alt="Newstex-logo-white" src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/69a0727eb2ac1067aefc0777_Newstex-logo-white.svg" class="footer_logo"/></a><div class="spacer-large"></div><div class="text-size-small is-white">Follow us</div><div class="spacer-small"></div><div class="w-layout-grid footer_social-list"><a href="https://www.facebook.com/newstex" target="_blank" class="footer_social-link w-inline-block"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2716 17.9322L21.8459 13.3781H17.4374V10.4775C17.4374 9.1583 17.7985 8.26035 19.6448 8.26035H22V4.17924C20.8594 4.05628 19.7132 3.9965 18.5664 4.00016C15.1685 4.00016 12.844 6.12269 12.844 10.0209V13.3781H9V17.9322H12.844V28H17.4374V17.9322H21.2716Z" fill="CurrentColor"/>
</svg></div></a><a href="https://www.instagram.com/newstexweb/" target="_blank" class="footer_social-link w-inline-block"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0748 4H10.9253C9.08856 4 7.3271 4.72962 6.02836 6.02836C4.72963 7.3271 4 9.08856 4 10.9253V21.0747C4 22.9114 4.72963 24.6729 6.02836 25.9716C7.3271 27.2704 9.08856 28 10.9253 28H21.0748C22.9114 28 24.6729 27.2704 25.9717 25.9716C27.2704 24.6729 28 22.9114 28 21.0747V10.9306C28 9.09389 27.2704 7.33242 25.9717 6.03369C24.6729 4.73495 22.9114 4.00533 21.0748 4.00533V4ZM25.7946 21.2639C25.7928 22.4835 25.3069 23.6526 24.4436 24.5141C23.5803 25.3757 22.4103 25.8592 21.1906 25.8585H10.8027C9.58285 25.8581 8.41304 25.3734 7.55045 24.5108C6.68787 23.6482 6.20312 22.4784 6.20277 21.2585V10.8707C6.20277 9.65066 6.6874 8.48064 7.55006 7.61798C8.41273 6.75532 9.58274 6.27068 10.8027 6.27068H21.1906C21.7948 6.27051 22.3931 6.38936 22.9514 6.62045C23.5096 6.85155 24.0169 7.19035 24.4441 7.61751C24.8714 8.04468 25.2104 8.55183 25.4416 9.11001C25.6729 9.66819 25.7919 10.2665 25.7919 10.8707L25.7946 21.2639Z" fill="CurrentColor"/>
<path d="M15.9943 9.83594C14.7622 9.83621 13.5578 10.2018 12.5335 10.8866C11.5091 11.5713 10.7108 12.5444 10.2395 13.6828C9.76815 14.8212 9.64496 16.0739 9.8855 17.2823C10.126 18.4907 10.7195 19.6007 11.5908 20.4718C12.4622 21.343 13.5723 21.9362 14.7807 22.1765C15.9892 22.4168 17.2418 22.2933 18.3801 21.8217C19.5184 21.3502 20.4914 20.5516 21.1759 19.5271C21.8604 18.5026 22.2257 17.2982 22.2257 16.066C22.2257 15.2478 22.0646 14.4375 21.7514 13.6816C21.4382 12.9256 20.9792 12.2388 20.4005 11.6602C19.8219 11.0817 19.1349 10.6228 18.3789 10.3098C17.6229 9.99678 16.8126 9.83577 15.9943 9.83594ZM15.9943 20.104C15.1958 20.1037 14.4152 19.8667 13.7513 19.4228C13.0875 18.979 12.5701 18.3482 12.2647 17.6104C11.9593 16.8725 11.8795 16.0607 12.0355 15.2775C12.1914 14.4943 12.5761 13.7749 13.1409 13.2103C13.7057 12.6457 14.4251 12.2613 15.2084 12.1056C15.9916 11.9499 16.8035 12.0299 17.5412 12.3356C18.279 12.6412 18.9096 13.1588 19.3532 13.8228C19.7968 14.4868 20.0336 15.2675 20.0336 16.066C20.0336 16.5964 19.9291 17.1216 19.7261 17.6116C19.5231 18.1016 19.2256 18.5468 18.8505 18.9218C18.4754 19.2968 18.0301 19.5942 17.54 19.797C17.0499 19.9999 16.5247 20.1042 15.9943 20.104Z" fill="CurrentColor"/>
<path d="M22.4374 8.14453C22.1502 8.14427 21.8694 8.22918 21.6305 8.38853C21.3916 8.54788 21.2053 8.7745 21.0953 9.03973C20.9852 9.30496 20.9563 9.59688 21.0121 9.87856C21.068 10.1603 21.2061 10.419 21.4091 10.6222C21.6121 10.8253 21.8707 10.9637 22.1523 11.0199C22.434 11.076 22.7259 11.0473 22.9912 10.9375C23.2566 10.8276 23.4834 10.6416 23.6429 10.4028C23.8025 10.1641 23.8877 9.88334 23.8877 9.59617C23.8877 9.2114 23.7349 8.84238 23.463 8.57018C23.191 8.29798 22.8221 8.14489 22.4374 8.14453Z" fill="CurrentColor"/>
</svg></div></a><a href="https://x.com/newstex" target="_blank" class="footer_social-link w-inline-block"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4004_7116)">
<path d="M18.2833 14.1624L27.2178 4H25.1006L17.3427 12.8238L11.1466 4H4L13.3698 17.3432L4 28H6.11732L14.3098 18.6817L20.8534 28H28L18.2833 14.1624ZM15.3833 17.4608L14.4339 16.1321L6.88022 5.55962H10.1323L16.2282 14.0919L17.1776 15.4206L25.1016 26.5113H21.8495L15.3833 17.4608Z" fill="CurrentColor"/>
</g>
<defs>
<clipPath id="clip0_4004_7116">
<rect width="100%" height="100%" fill="CurrentColor"/>
</clipPath>
</defs>
</svg></div></a><a href="https://www.linkedin.com/company/147222/admin/dashboard/" target="_blank" class="footer_social-link w-inline-block"><div class="icon-embed-small w-embed"><svg width="100%" height="100%" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3205 0H1.79437C0.836719 0 0 0.689062 0 1.63547V19.2005C0 20.152 0.836719 21 1.79437 21H19.3153C20.2781 21 21 20.1464 21 19.2005V1.63547C21.0056 0.689062 20.2781 0 19.3205 0ZM6.50953 17.5045H3.50109V8.15063H6.50953V17.5045ZM5.10938 6.72844H5.08781C4.125 6.72844 3.50156 6.01172 3.50156 5.11453C3.50156 4.20094 4.14141 3.50109 5.12578 3.50109C6.11016 3.50109 6.7125 4.19578 6.73406 5.11453C6.73359 6.01172 6.11016 6.72844 5.10938 6.72844ZM17.5045 17.5045H14.4961V12.39C14.4961 11.1647 14.0583 10.3275 12.9698 10.3275C12.1383 10.3275 11.6461 10.89 11.4272 11.438C11.3452 11.6348 11.3231 11.903 11.3231 12.1767V17.5045H8.31469V8.15063H11.3231V9.45234C11.7609 8.82891 12.4448 7.93172 14.0363 7.93172C16.0111 7.93172 17.505 9.23344 17.505 12.0398L17.5045 17.5045Z" fill="currentColor"/>
</svg></div></a><a href="https://www.newstex.com/blog/rss.xml" target="_blank" class="footer_social-link w-inline-block"><div class="icon-embed-small w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="none" class="bi bi-rss" viewBox="0 0 16 16">
  <path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z" fill="none"/>
  <path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1" fill="currentColor"/>
</svg></div></a></div><div class="spacer-xsmall"></div><div class="spacer-tiny"></div><div class="text-size-small is-white">We deliver licensed content curation services to platforms that seek variety and originality in the news.<br/></div><div class="spacer-small"></div><div data-wf--button-primary--color="white" class="button_component"><a href="/contact" class="button w-variant-b807e3a7-9d18-eb19-b3a3-5fe7b4a43867 w-button">Contact us</a></div></div><div><div class="text-size-small is-white">3000 N Ocean Drive, Ste. 2D<br/>Riviera Beach, Florida 33404<br/>United States<br/></div><div class="spacer-xsmall"></div><a href="tel:+12123801855" class="footer_link">+1 212 380 1855</a><div class="spacer-xsmall"></div><a href="mailto:support@newstex.com" class="footer_link">support@newstex.com</a></div></div><div class="w-layout-grid footer_menu-wrapper"><div class="footer_link-list"><a href="/content-licensing-services" class="footer_link">Content licensing services</a><a href="/content-syndication-services" class="footer_link">Content syndication services</a><a href="/case-studies" class="footer_link">Case studies</a><a href="/curator" class="footer_link">Curator</a><a href="/content-syndication-hub" class="footer_link">Content syndication hub</a><a href="/content-licensing-hub" class="footer_link">Content licensing hub</a></div><div class="footer_link-list"><a href="/why-newstex#our-story" class="footer_link">Our story</a><a href="/why-newstex#our-values" class="footer_link">Values</a><a href="/why-newstex#team" class="footer_link">Meet the team</a><a href="/blog" class="footer_link">Blog</a><a href="/support" class="footer_link">Support</a><a href="/documentation" class="footer_link">Documentation</a></div></div></div><div class="divider-horizontal is-footer"></div><div class="padding-vertical padding-small"><div class="footer_bottom-wrapper"><div class="footer_credit-text">© 2026 Newstex. All rights reserved.</div><a href="/privacy-policy" class="footer_credit-link">Privacy Policy</a><a href="/cookie-policy" class="footer_credit-link">Cookie Policy</a><a href="/terms-of-use" class="footer_credit-link">Terms of Use</a></div></div></div></div></footer></div><div fs-consent-element="internal-component" class="consent_components"><div class="consent_placeholder"><div fs-consent-element="placeholder" class="consent_placeholder_iframe"><div class="consent_placeholder_wrapper"><div class="consent_placeholder_text">Iframe is blocked. Accept cookies to load it.</div></div></div></div><div class="consent_opt-out"><div fs-consent-instance="opt-out" fs-consent-element="fixed-preferences" class="consent_opt-out_open-prefs"><button fs-consent-element="open-preferences" type="button" class="consent_prefs_open-button"><div class="consent_prefs_open-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 29 28" fill="none"><rect x="0.635254" fill="none"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M20.377 4.2453C20.9009 4.2453 21.3264 4.67081 21.3264 5.19476C21.3264 5.7187 20.9009 6.14421 20.377 6.14421C19.853 6.14421 19.4275 5.7187 19.4275 5.19476C19.4291 4.67081 19.853 4.2453 20.377 4.2453ZM20.631 12.5141C21.4503 13.7367 22.4871 14.1114 23.8335 13.2842C23.8779 13.7446 23.889 14.2146 23.8652 14.6909C23.6001 19.9558 19.1179 24.0092 13.853 23.7441C8.58975 23.4774 4.53631 18.9952 4.80146 13.7319C5.06502 8.46705 9.70275 4.36914 14.966 4.63429C14.4992 6.09499 14.8946 7.39216 16.0822 7.83355C15.0057 11.2916 17.4095 13.5541 20.631 12.5141ZM9.55668 11.833C10.3458 11.833 10.984 12.4729 10.984 13.2604C10.984 14.0479 10.3442 14.6877 9.55668 14.6877C8.76758 14.6877 8.12932 14.0479 8.12932 13.2604C8.12932 12.4729 8.76917 11.833 9.55668 11.833ZM14.0531 13.6525C14.5072 13.6525 14.8755 14.0209 14.8755 14.475C14.8755 14.9291 14.5072 15.2974 14.0531 15.2974C13.599 15.2974 13.2307 14.9291 13.2307 14.475C13.2291 14.0209 13.5974 13.6525 14.0531 13.6525ZM10.4839 17.0407C11.038 17.0407 11.4873 17.4901 11.4873 18.0442C11.4873 18.5983 11.038 19.0476 10.4839 19.0476C9.92979 19.0476 9.48047 18.5983 9.48047 18.0442C9.48047 17.4885 9.92979 17.0407 10.4839 17.0407ZM12.6464 9.36252C13.0814 9.36252 13.4323 9.715 13.4323 10.1484C13.4323 10.5835 13.0798 10.9344 12.6464 10.9344C12.2113 10.9344 11.8605 10.5819 11.8605 10.1484C11.8605 9.715 12.2129 9.36252 12.6464 9.36252ZM16.9173 17.3916C17.6461 17.3916 18.2352 17.9823 18.2352 18.7094C18.2352 19.4382 17.6445 20.0272 16.9173 20.0272C16.1886 20.0272 15.5995 19.4366 15.5995 18.7094C15.5995 17.9823 16.1902 17.3916 16.9173 17.3916ZM19.6927 7.91293C20.1817 7.91293 20.5786 8.30986 20.5786 8.79888C20.5786 9.2879 20.1817 9.68483 19.6927 9.68483C19.2037 9.68483 18.8067 9.2879 18.8067 8.79888C18.8067 8.30986 19.2037 7.91293 19.6927 7.91293Z" fill="currentColor"></path></svg></div><div class="consent_prefs_open-text">Preferences</div></button></div><div id="consent_prefs_opt-out" fs-consent-element="preferences" fs-consent-instance="opt-out" class="consent_opt-out_prefs"><div id="consent_prefs_popup" class="consent_prefs_popup"><div class="consent_prefs_form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" fs-consent-element="form" class="consent_prefs_form" data-wf-page-id="695bb68af5b9550bec668a1e" data-wf-element-id="2c4935c6-9e60-1cb8-93ae-d48aefc3ee16" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="consent_prefs_form-wrapper"><div class="consent_prefs_header"><div id="consent_prefs_heading" class="consent_prefs_heading">Manage Consent Preferences</div><button fs-consent-element="close" type="button" aria-label="Close preferences" class="consent_prefs_close"><div class="consent_prefs_close-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path id="icon" d="M3.41424 2.25L2.00003 3.66421L6.58582 8.25L1.99988 12.8359L3.41409 14.2502L8.00003 9.66421L12.5854 14.2496L13.9996 12.8354L9.41424 8.25L13.9995 3.66476L12.5853 2.25055L8.00003 6.83579L3.41424 2.25Z" fill="currentColor"></path></g></svg></div></button></div><div fs-consent-element="internal-categories-wrapper" class="consent_prefs_list"><div fs-consent-category="essential" fs-consent-element="category" class="consent_prefs_item"><div class="consent_prefs_option"><div fs-consent-accordion="category" fs-consent-element="accordion-trigger" class="consent_prefs_category-accordion"><div fs-consent-element="accordion-icon" class="consent_prefs_icon is-active w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4538 9.00004L6.35156 4.89779L7.14706 4.10229L12.0448 9.00004L7.14706 13.8978L6.35156 13.1023L10.4538 9.00004Z" fill="currentColor"/>
</svg></div><div class="consent_checkbox_label">Essentials</div></div><div class="consent_prefs_label-active">Always active</div></div><p class="consent_prefs_description">Necessary for the site to function. Always On.</p><div fs-consent-accordion="category" fs-consent-element="accordion-content" class="consent_prefs_category-content is-active"><div fs-consent-element="provider" class="consent_provider_template"><div class="consent_prefs_provider-detail"><div fs-consent-accordion="provider" fs-consent-element="accordion-trigger" class="consent_prefs_provider-accordion"><div fs-consent-element="provider-name" class="consent_prefs_label">Provider name</div><div fs-consent-element="accordion-icon" class="consent_prefs_caret is-active w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00069 10.4538L13.1029 6.35156L13.8984 7.14706L9.00069 12.0448L4.10293 7.14706L4.89843 6.35156L9.00069 10.4538Z" fill="currentColor"/>
</svg></div></div><a rel="noopener noreferrer" fs-consent-element="provider-privacy" href="#" target="_blank" class="consent_prefs_page">Privacy Policy</a></div><div fs-consent-accordion="provider" fs-consent-element="accordion-content" class="consent_prefs_provider-content is-active"><div fs-consent-element="tracker" class="consent_prefs_tracker-template"><div class="consent_prefs_detail"><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Name</div><div fs-consent-element="tracker-name" class="consent_prefs_value">Tracker Name</div></div><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Description</div><p fs-consent-element="tracker-description" class="consent_prefs_value">Tracker description</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Type</strong></div><p fs-consent-element="tracker-type" class="consent_prefs_value">Tracker type</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Retention:</strong></div><p fs-consent-element="tracker-retention" class="consent_prefs_value">Tracker retention</p></div></div></div><div fs-consent-element="tracker-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No trackers detected for this category.</p></div></div></div><div fs-consent-element="provider-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No providers detected for this category.</p></div></div></div><div fs-consent-category="analytics" fs-consent-element="category" class="consent_prefs_item"><div class="consent_prefs_option"><div fs-consent-accordion="category" fs-consent-element="accordion-trigger" class="consent_prefs_category-accordion"><div fs-consent-element="accordion-icon" class="consent_prefs_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4538 9.00004L6.35156 4.89779L7.14706 4.10229L12.0448 9.00004L7.14706 13.8978L6.35156 13.1023L10.4538 9.00004Z" fill="currentColor"/>
</svg></div><div class="consent_checkbox_label">Analytics</div></div><label class="w-checkbox consent_prefs_checkbox-field is-active"><input type="checkbox" name="analytics" id="analytics" data-name="analytics" fs-consent-element="checkbox-analytics" class="w-checkbox-input consent_prefs_checkbox"/><span for="analytics" class="consent_prefs_checkbox-label w-form-label">Analytics</span><div class="consent_prefs_checkbox-toggle is-active"></div></label></div><p class="consent_prefs_description">Measures usage and improves your experience.</p><div fs-consent-accordion="category" fs-consent-element="accordion-content" class="consent_prefs_category-content is-active"><div fs-consent-element="provider" class="consent_provider_template"><div class="consent_prefs_provider-detail"><div fs-consent-accordion="provider" fs-consent-element="accordion-trigger" class="consent_prefs_provider-accordion"><div fs-consent-element="provider-name" class="consent_prefs_label">Provider name</div><div fs-consent-element="accordion-icon" class="consent_prefs_caret is-active w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00069 10.4538L13.1029 6.35156L13.8984 7.14706L9.00069 12.0448L4.10293 7.14706L4.89843 6.35156L9.00069 10.4538Z" fill="currentColor"/>
</svg></div></div><a rel="noopener noreferrer" fs-consent-element="provider-privacy" href="#" target="_blank" class="consent_prefs_page">Privacy Policy</a></div><div fs-consent-accordion="provider" fs-consent-element="accordion-content" class="consent_prefs_provider-content is-active"><div fs-consent-element="tracker" class="consent_prefs_tracker-template"><div class="consent_prefs_detail"><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Name</div><div fs-consent-element="tracker-name" class="consent_prefs_value">Tracker Name</div></div><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Description</div><p fs-consent-element="tracker-description" class="consent_prefs_value">Tracker description</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Type</strong></div><p fs-consent-element="tracker-type" class="consent_prefs_value">Tracker type</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Retention:</strong></div><p fs-consent-element="tracker-retention" class="consent_prefs_value">Tracker retention</p></div></div></div><div fs-consent-element="tracker-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No trackers detected for this category.</p></div></div></div><div fs-consent-element="provider-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No providers detected for this category.</p></div></div></div><div fs-consent-category="marketing" fs-consent-element="category" class="consent_prefs_item"><div class="consent_prefs_option"><div fs-consent-accordion="category" fs-consent-element="accordion-trigger" class="consent_prefs_category-accordion"><div fs-consent-element="accordion-icon" class="consent_prefs_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4538 9.00004L6.35156 4.89779L7.14706 4.10229L12.0448 9.00004L7.14706 13.8978L6.35156 13.1023L10.4538 9.00004Z" fill="currentColor"/>
</svg></div><div class="consent_checkbox_label">Marketing</div></div><label class="w-checkbox consent_prefs_checkbox-field is-focused"><input type="checkbox" name="marketing" id="marketing" data-name="marketing" fs-consent-element="checkbox-marketing" class="w-checkbox-input consent_prefs_checkbox"/><span for="marketing" class="consent_prefs_checkbox-label w-form-label">Marketing</span><div class="consent_prefs_checkbox-toggle"></div></label></div><p class="consent_prefs_description">Used for targeted advertising.</p><div fs-consent-accordion="category" fs-consent-element="accordion-content" class="consent_prefs_category-content is-active"><div fs-consent-element="provider" class="consent_provider_template"><div class="consent_prefs_provider-detail"><div fs-consent-accordion="provider" fs-consent-element="accordion-trigger" class="consent_prefs_provider-accordion"><div fs-consent-element="provider-name" class="consent_prefs_label">Provider name</div><div fs-consent-element="accordion-icon" class="consent_prefs_caret is-active w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00069 10.4538L13.1029 6.35156L13.8984 7.14706L9.00069 12.0448L4.10293 7.14706L4.89843 6.35156L9.00069 10.4538Z" fill="currentColor"/>
</svg></div></div><a rel="noopener noreferrer" fs-consent-element="provider-privacy" href="#" target="_blank" class="consent_prefs_page">Privacy Policy</a></div><div fs-consent-accordion="provider" fs-consent-element="accordion-content" class="consent_prefs_provider-content is-active"><div fs-consent-element="tracker" class="consent_prefs_tracker-template"><div class="consent_prefs_detail"><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Name</div><div fs-consent-element="tracker-name" class="consent_prefs_value">Tracker Name</div></div><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Description</div><p fs-consent-element="tracker-description" class="consent_prefs_value">Tracker description</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Type</strong></div><p fs-consent-element="tracker-type" class="consent_prefs_value">Tracker type</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Retention:</strong></div><p fs-consent-element="tracker-retention" class="consent_prefs_value">Tracker retention</p></div></div></div><div fs-consent-element="tracker-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No trackers detected for this category.</p></div></div></div><div fs-consent-element="provider-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No providers detected for this category.</p></div></div></div><div fs-consent-category="personalization" fs-consent-element="category" class="consent_prefs_item"><div class="consent_prefs_option"><div fs-consent-accordion="category" fs-consent-element="accordion-trigger" class="consent_prefs_category-accordion"><div fs-consent-element="accordion-icon" class="consent_prefs_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4538 9.00004L6.35156 4.89779L7.14706 4.10229L12.0448 9.00004L7.14706 13.8978L6.35156 13.1023L10.4538 9.00004Z" fill="currentColor"/>
</svg></div><div class="consent_checkbox_label">Personalization</div></div><label class="w-checkbox consent_prefs_checkbox-field"><input type="checkbox" name="personalization" id="personalization" data-name="personalization" fs-consent-element="checkbox-personalization" class="w-checkbox-input consent_prefs_checkbox"/><span for="personalization" class="consent_prefs_checkbox-label w-form-label">Personalization</span><div class="consent_prefs_checkbox-toggle"></div></label></div><p class="consent_prefs_description">Remembers your preferences and provides enhanced features.</p><div fs-consent-accordion="category" fs-consent-element="accordion-content" class="consent_prefs_category-content is-active"><div fs-consent-element="provider" class="consent_provider_template"><div class="consent_prefs_provider-detail"><div fs-consent-accordion="provider" fs-consent-element="accordion-trigger" class="consent_prefs_provider-accordion"><div fs-consent-element="provider-name" class="consent_prefs_label">Provider name</div><div fs-consent-element="accordion-icon" class="consent_prefs_caret is-active w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00069 10.4538L13.1029 6.35156L13.8984 7.14706L9.00069 12.0448L4.10293 7.14706L4.89843 6.35156L9.00069 10.4538Z" fill="currentColor"/>
</svg></div></div><a rel="noopener noreferrer" fs-consent-element="provider-privacy" href="#" target="_blank" class="consent_prefs_page">Privacy Policy</a></div><div fs-consent-accordion="provider" fs-consent-element="accordion-content" class="consent_prefs_provider-content is-active"><div fs-consent-element="tracker" class="consent_prefs_tracker-template"><div class="consent_prefs_detail"><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Name</div><div fs-consent-element="tracker-name" class="consent_prefs_value">Tracker Name</div></div><div class="consent_prefs_label-wrapper"><div class="consent_prefs_label">Description</div><p fs-consent-element="tracker-description" class="consent_prefs_value">Tracker description</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Type</strong></div><p fs-consent-element="tracker-type" class="consent_prefs_value">Tracker type</p></div><div class="consent_prefs_label-wrapper"><div fs-consent-element="tracker-description" class="consent_prefs_label"><strong>Retention:</strong></div><p fs-consent-element="tracker-retention" class="consent_prefs_value">Tracker retention</p></div></div></div><div fs-consent-element="tracker-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No trackers detected for this category.</p></div></div></div><div fs-consent-element="provider-empty" class="consent_prefs_empty-state"><p class="consent_prefs_empty-message">No providers detected for this category.</p></div></div></div></div><div class="consent_prefs_buttons"><button type="button" fs-consent-element="deny" class="consent_button_reject"><div>Reject All</div></button><button type="button" fs-consent-element="allow" class="consent_button_accept"><div>Accept All</div></button><input type="submit" data-wait="Please wait..." class="consent_button_prefs-submit w-button" value="Save Preferences"/></div></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div fs-consent-element="close" class="consent_prefs_overlay"></div></div></div><div fs-consent-instance="opt-out" fs-consent-element="banner" class="consent_opt-out_banner"><div class="consent_banner"><div class="consent_banner_wrapper"><p class="consent_banner_paragraph">By clicking <strong fs-consent-element="internal-banner-text">&quot;Accept&quot;</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="/privacy-policy" class="consent_banner_privacy-link">Privacy Policy</a> for more information.</p><div fs-consent-element="internal-buttons-wrapper" class="consent_banner_buttons"><button type="button" fs-consent-element="open-preferences" class="consent_button_prefs"><div>Preferences</div></button><button type="button" fs-consent-element="deny" class="consent_button_reject"><div>Reject</div></button><button type="button" fs-consent-element="allow" class="consent_button_accept"><div>Accept</div></button></div></div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=695bb689f5b9550bec668954" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/695bb689f5b9550bec668954/js/webflow.61309c41.7fb0f9faf8220c72.js" type="text/javascript" integrity="sha384-uWu5ieI5dJiz3Xe58myT9C3PiiE+RbG91sCDtZ1Tf8vbWeN+DPULzE0tg/7g6EQU" crossorigin="anonymous"></script><script>
   window.addEventListener('load', function() {
    setTimeout(function() {
      
      (function (w, d, s, o, f, js, fjs) {
    w["botsonic_widget"] = o;
    w[o] =
      w[o] ||
      function () {
        (w[o].q = w[o].q || []).push(arguments);
      };
    (js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);
    js.id = o;
    js.src = f;
    js.async = 1;
    fjs.parentNode.insertBefore(js, fjs);
  })(window, document, "script", "Botsonic", "https://widget.botsonic.com/CDN/botsonic.min.js");
  Botsonic("init", {
    serviceBaseUrl: "https://api-bot.writesonic.com",
    token: "05cf708e-4e15-4e08-8dbb-96b44cd9c11d",
  });
      
    }, 4000);
  });
</script><script src="https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.js" type="text/javascript" async="" defer=""></script><script src="https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.js" type="text/javascript" async="" defer=""></script><script src="https://js.hs-scripts.com/20613241.js" type="text/javascript" async="" defer=""></script></body></html>