301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: bpc.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><!-- Last Published: Thu Apr 10 2025 21:00:17 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.bpc.com" data-wf-page="659efef9c6b5fa8cde73c87f" data-wf-site="6532a38301b31eaa1a253407" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Brighton Park Capital | BPC | Home</title><meta content="Brighton Park Capital is growth equity that backs entrepreneurs with unique experience and unshakeable empathy. Join us, and our undivided attention is yours." name="description"/><meta content="Brighton Park Capital | BPC | Home" property="og:title"/><meta content="Brighton Park Capital is growth equity that backs entrepreneurs with unique experience and unshakeable empathy. Join us, and our undivided attention is yours." property="og:description"/><meta content="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/656896c1e9077bb340ec59a3_BPC%20Open%20Graph.png" property="og:image"/><meta content="Brighton Park Capital | BPC | Home" property="twitter:title"/><meta content="Brighton Park Capital is growth equity that backs entrepreneurs with unique experience and unshakeable empathy. Join us, and our undivided attention is yours." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/656896c1e9077bb340ec59a3_BPC%20Open%20Graph.png" property="twitter:image"/><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/6532a38301b31eaa1a253407/css/bpc-staging.webflow.894534493.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Merriweather:300,300italic,400,400italic,700,700italic,900,900italic","DM Sans:regular,500,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/65aa58e4ce0f43f3be8f9851_Favicon-bpc.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/65aa58eba3b9b7df62462067_Webclip-bpc.png" rel="apple-touch-icon"/><link href="https://www.bpc.com/" rel="canonical"/><!-- [Attributes by Finsweet] Mirror click events --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-mirrorclick@1/mirrorclick.js"></script> <!-- [Attributes by Finsweet] Copy to clipboard --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-copyclip@1/copyclip.js"></script> <!-- Finsweet Cookie Consent --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-out"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-W8C023Z7M0"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-W8C023Z7M0'); </script><!-- [Attributes by Finsweet] CMS Nest --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsnest@1/cmsnest.js"></script><script src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407%2F652d31f3dc22d7b4ee708e44%2F6617efd4dcd881b7be4693f3%2Fclarity_script-8.9.3.js" type="text/javascript"></script></head><body><div class="page-wrapper"><div class="global-styles-consent"><div class="global-styles w-embed"><!-- Custom Relume Styles --> <style> /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 4 lines of text */ .text-style-4lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } /* 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; } /* Apply "..." after 1 line of text */ .text-style-1lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } </style> <!-- Custom BPC Styles --> <style> .home-features_list .home-features_item:last-child { border: 0; } .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block { color: var(--color--white); border: 1px solid var(--color--white-25); } .insight-cards_item:is(:hover,:active,:focus) .tag { background-color: 1px solid var(--color--white-5); } blockquote:before {content: open-quote;} blockquote:after {content: close-quote;} .text-rich-text blockquote:before {content:none;} .text-rich-text blockquote:after {content:none;} .text-style-quote:before { content: open-quote; } .text-style-quote:after { content: close-quote; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .insight-cards_item:is(:hover,:active,:focus) .insight-cards_link, .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block, .insight-cards_item:is(:hover,:active,:focus) .button-block-external, .insight-cards_item:is(:hover,:active,:focus) .button-block-internal, .insight-cards_item:is(:hover,:active,:focus) .button-text { color: var(--color--white); } .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block, .insight-cards_item:is(:hover,:active,:focus) .button-block-external, .insight-cards_item:is(:hover,:active,:focus) .button-block-internal { border: 1px solid var(--color--white-25); } .insight-cards_item:is(:hover,:active,:focus) .tag { background-color: 1px solid var(--color--white-5); } svg .homepage-featured-arrow_path { transition: stroke .2s ease; } svg .homepage-featured-arrow_bg { transition: fill .2s ease; } .homepage-featured_button-wrap:is(:hover,:focus,:active) svg .homepage-featured-arrow_bg { fill: var(--color--dark-blue); } .homepage-featured_button-wrap:is(:hover,:focus,:active) svg .homepage-featured-arrow_path { stroke: var(--color--white); } .jobs_component:is(:hover,:active,:focus) .button-block-external { background-color: var(--color--white); color: var(--color--dark-blue); } .homepage-featured_news:is(:hover,:active,:focus) .button-block-external { background-color: var(--color--white); color: var(--color--dark-blue); } .back-to-team .back-to-team_arrow-wrap { transition: background-color .2s ease; transition: transform .2s ease; } .back-to-team:is(:hover,:active,:focus) .back-to-team_arrow-wrap { background-color: var(--color--dark-blue); transform: scale(.95); } .back-to-team:is(:hover,:active,:focus) svg { color: var(--color--white); } .companies-list_link:is(:hover,:active,:focus) .companies-list_arrow-wrap { background-color: var(--color--dark-blue); color: var(--color--white); } .featured-themes-nest .featured-themes-item:last-child .featured-themes-comma { display: none; } .homepage-featured_logo-filters { filter: invert(10%) sepia(23%) saturate(3451%) hue-rotate(167deg) brightness(99%) contrast(101%); } .companies-all_marquee-item:last-child .companies-all_marquee-text:last-child { display: none; } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .companies-all_marquee-list { display: flex; animation: marquee 30s linear infinite; white-space: nowrap; overflow: hidden; } .companies_item-link:is(:focus,:active,:hover) .companies_open-text { transform: translateX(0px); } .companies_item-link:is(:focus,:active,:hover) .companies_arrow-wrap { transform: translateX(0px); opacity: 100%; } @media screen and (max-width: 1100px) and (min-width: 991px) { .company-story_link-text { display: none; } } .companies_item-link:is(:hover,:active,:focus) .companies_bg-image { transform: scale(1.05); } @media (min-width: 992px) { .button-background-wrap:is(:hover, :active, :focus) .button-hover-box { height: 100%; } } body.is-ipad .button-background-wrap:is(:hover, :active, :focus) .button-hover-box { height: 0; } .investment-logo_wrapper { flex: 0 0 calc(33.333% - 32px); /* Adjust the width as needed */ } </style></div><div class="fs-cc-component"><div fs-cc="banner" class="fs-cc-banner_component"><div class="fs-cc-banner_container"><div class="fs-cc-banner_text">By clicking <strong>“Accept”</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="fs-cc-banner_text-link">Privacy Policy</a> for more information.</div><div class="fs-cc-banner_buttons-wrapper"><div class="fs-cc-banner_button-links"><a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a><a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a><a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a></div><div fs-cc="close" class="fs-cc-banner_close"><div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div></div></div><div fs-cc="interaction" class="fs-cc-banner_trigger"></div></div><div fs-cc="manager" class="fs-cc-manager_component"><div fs-cc="open-preferences" class="fs-cc-manager_button"><div class="fs-cc-manager_icon w-embed"><svg viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M52.631 30.3899C52.229 30.4443 51.8161 30.4769 51.3924 30.4769C47.5135 30.4769 44.2322 27.9344 43.1022 24.4358C42.9066 23.8382 42.4177 23.371 41.7984 23.2624C35.3553 22.0346 30.4877 16.3847 30.4877 9.5831C30.4877 6.72555 31.3461 4.07445 32.8237 1.86881C33.1714 1.34728 32.8781 0.641046 32.2588 0.521529C30.5529 0.173843 28.8036 0 27 0C12.093 0 0 12.093 0 27C0 41.907 12.093 54 27 54C40.4402 54 51.5553 44.2213 53.6415 31.3678C53.7392 30.7811 53.2068 30.303 52.631 30.3899Z" fill="#4264D1"/> <path d="M14.8093 21.7738C16.7355 21.7738 18.297 20.2123 18.297 18.2861C18.297 16.3599 16.7355 14.7984 14.8093 14.7984C12.883 14.7984 11.3215 16.3599 11.3215 18.2861C11.3215 20.2123 12.883 21.7738 14.8093 21.7738Z" fill="#6CE2FF"/> <path d="M16.5477 38.3215C17.9879 38.3215 19.1554 37.154 19.1554 35.7138C19.1554 34.2737 17.9879 33.1062 16.5477 33.1062C15.1075 33.1062 13.9401 34.2737 13.9401 35.7138C13.9401 37.154 15.1075 38.3215 16.5477 38.3215Z" fill="#6CE2FF"/> <path d="M38.2129 7.06237L37.963 8.56177C37.7565 9.78953 38.4519 10.9956 39.6254 11.441L41.8419 12.2668C43.2978 12.8101 44.9167 11.9626 45.297 10.4523L46.0901 7.3014C46.5791 5.33481 44.7429 3.58551 42.8089 4.16137L40.06 4.98712C39.093 5.26961 38.3759 6.07364 38.2129 7.06237Z" fill="#6CE2FF"/> <path d="M47.0354 16.5477L45.9815 17.0692C45.1557 17.4821 44.7972 18.4708 45.1557 19.3183L46.0032 21.2958C46.5139 22.4909 48.1111 22.7191 48.9477 21.7195L50.3058 20.0897C50.9469 19.3183 50.8056 18.1774 50.0125 17.5799L48.8608 16.7106C48.3284 16.3195 47.6221 16.2543 47.0354 16.5477Z" fill="#6CE2FF"/> <path d="M52.2615 13.06C53.2216 13.06 53.9999 12.2816 53.9999 11.3215C53.9999 10.3614 53.2216 9.5831 52.2615 9.5831C51.3014 9.5831 50.5231 10.3614 50.5231 11.3215C50.5231 12.2816 51.3014 13.06 52.2615 13.06Z" fill="#6CE2FF"/> <path d="M30.2704 50.7296C15.3634 50.7296 3.27042 38.6366 3.27042 23.7296C3.27042 17.1018 5.66076 11.039 9.61569 6.34528C3.73763 11.2998 0 18.7099 0 27C0 41.907 12.093 54 27 54C35.2901 54 42.7002 50.2732 47.6439 44.3952C42.9501 48.3501 36.8873 50.7296 30.2704 50.7296Z" fill="#4264D1"/> <path d="M42.2222 10.2459C40.7662 9.70263 39.897 8.19236 40.1469 6.64951L40.4403 4.86761L40.0274 4.98713C39.0712 5.26963 38.365 6.07365 38.202 7.06238L37.9521 8.56178C37.7457 9.78955 38.4411 10.9956 39.6145 11.4411L41.831 12.2668C43.0044 12.7014 44.2648 12.2342 44.9167 11.2563L42.2222 10.2459Z" fill="#4264D1"/> <path d="M47.8612 20.1658L46.905 17.9276C46.7203 17.5038 46.7095 17.0584 46.8181 16.6455L45.9815 17.0692C45.1557 17.4821 44.7972 18.4708 45.1557 19.3183L46.0032 21.2958C46.5139 22.491 48.1111 22.7191 48.9477 21.7195L49.2845 21.3175C48.6869 21.198 48.1328 20.8069 47.8612 20.1658Z" fill="#4264D1"/> <path d="M16.6563 19.9268C14.7332 19.9268 13.1686 18.3622 13.1686 16.4391C13.1686 15.961 13.2664 15.4938 13.4402 15.0809C12.1907 15.6133 11.3107 16.8519 11.3107 18.2861C11.3107 20.2093 12.8753 21.7739 14.7984 21.7739C16.2435 21.7739 17.4821 20.8938 18.0036 19.6443C17.6016 19.829 17.1344 19.9268 16.6563 19.9268Z" fill="white"/> <path d="M17.9059 36.9634C16.4608 36.9634 15.2982 35.79 15.2982 34.3557C15.2982 33.9863 15.3743 33.6386 15.5155 33.3235C14.592 33.7256 13.9401 34.6491 13.9401 35.7248C13.9401 37.1698 15.1135 38.3324 16.5477 38.3324C17.6234 38.3324 18.5469 37.6805 18.9489 36.757C18.623 36.8873 18.2753 36.9634 17.9059 36.9634Z" fill="white"/> <path d="M33.0954 41.8093C35.0216 41.8093 36.5831 40.2477 36.5831 38.3215C36.5831 36.3953 35.0216 34.8338 33.0954 34.8338C31.1692 34.8338 29.6077 36.3953 29.6077 38.3215C29.6077 40.2477 31.1692 41.8093 33.0954 41.8093Z" fill="#6CE2FF"/> <path d="M34.9425 39.9513C33.0193 39.9513 31.4547 38.3867 31.4547 36.4636C31.4547 35.9855 31.5525 35.5183 31.7264 35.1054C30.4769 35.6378 29.5968 36.8765 29.5968 38.3107C29.5968 40.2338 31.1614 41.7984 33.0845 41.7984C34.5296 41.7984 35.7682 40.9183 36.2898 39.6688C35.8877 39.8535 35.4314 39.9513 34.9425 39.9513Z" fill="white"/> <path d="M27.8063 22.9281C27.9601 21.9804 27.3165 21.0874 26.3688 20.9336C25.421 20.7798 24.5281 21.4234 24.3743 22.3711C24.2205 23.3188 24.864 24.2118 25.8118 24.3656C26.7595 24.5194 27.6525 23.8758 27.8063 22.9281Z" fill="#6CE2FF"/> <path d="M42.6785 35.6487C42.798 35.6487 42.9284 35.6161 43.0371 35.5618C43.4391 35.3553 43.602 34.8664 43.4065 34.4644L42.5373 32.726C42.3308 32.3239 41.8419 32.161 41.4399 32.3565C41.0379 32.563 40.8749 33.0519 41.0705 33.4539L41.9397 35.1924C42.0918 35.4857 42.3743 35.6487 42.6785 35.6487Z" fill="white"/> <path d="M33.0954 30.4225C33.2149 30.4225 33.3453 30.39 33.4539 30.3356L35.1923 29.4664C35.5944 29.26 35.7573 28.771 35.5618 28.369C35.3553 27.967 34.8664 27.804 34.4644 27.9996L32.726 28.8688C32.3239 29.0753 32.161 29.5642 32.3565 29.9662C32.5087 30.2596 32.802 30.4225 33.0954 30.4225Z" fill="white"/> <path d="M8.85515 28.2386C8.9964 28.5211 9.28976 28.6841 9.58312 28.6841C9.70263 28.6841 9.83302 28.6515 9.94167 28.5972C10.3437 28.3908 10.5067 27.9018 10.3111 27.4998L9.44187 25.7614C9.23543 25.3594 8.7465 25.1964 8.34449 25.392C7.94247 25.5984 7.7795 26.0873 7.97507 26.4894L8.85515 28.2386Z" fill="white"/> <path d="M22.2845 41.9505L20.5461 42.8197C20.1441 43.0262 19.9811 43.5151 20.1767 43.9171C20.3179 44.1996 20.6113 44.3626 20.9046 44.3626C21.0242 44.3626 21.1545 44.33 21.2632 44.2757L23.0016 43.4064C23.4036 43.2 23.5666 42.7111 23.371 42.3091C23.1755 41.907 22.6865 41.7441 22.2845 41.9505Z" fill="white"/> <path d="M23.2189 9.00724L22.3497 8.13802C22.0346 7.82293 21.5131 7.82293 21.198 8.13802C20.8829 8.45311 20.8829 8.97464 21.198 9.28973L22.0672 10.1589C22.2302 10.3219 22.4366 10.398 22.6431 10.398C22.8495 10.398 23.0559 10.3219 23.2189 10.1589C23.5449 9.84385 23.5449 9.32233 23.2189 9.00724Z" fill="white"/> <path d="M19.4596 28.1626C19.1445 28.4777 19.1445 28.9992 19.4596 29.3143L20.3288 30.1835C20.4918 30.3465 20.6982 30.4226 20.9047 30.4226C21.1111 30.4226 21.3175 30.3465 21.4805 30.1835C21.7956 29.8684 21.7956 29.3469 21.4805 29.0318L20.6113 28.1626C20.2853 27.8475 19.7747 27.8475 19.4596 28.1626Z" fill="white"/> <path d="M29.6729 47.0354V47.9046C29.6729 48.3501 30.0423 48.7195 30.4877 48.7195C30.9332 48.7195 31.3026 48.3501 31.3026 47.9046V47.0354C31.3026 46.5899 30.9332 46.2205 30.4877 46.2205C30.0423 46.2205 29.6729 46.5791 29.6729 47.0354Z" fill="white"/> <path d="M25.8374 15.3851L26.7067 14.5159C27.0217 14.2008 27.0217 13.6793 26.7067 13.3642C26.3916 13.0491 25.87 13.0491 25.5549 13.3642L24.6857 14.2334C24.3706 14.5485 24.3706 15.07 24.6857 15.3851C24.8487 15.5481 25.0551 15.6241 25.2616 15.6241C25.468 15.6241 25.6745 15.5372 25.8374 15.3851Z" fill="white"/> </g> <defs> <clipPath id="clip0"> <rect width="54" height="54" fill="white"/> </clipPath> </defs> </svg></div></div><div fs-cc="interaction" class="fs-cc-manager_trigger"></div></div><div fs-cc-scroll="disable" fs-cc="preferences" class="fs-cc-prefs_component w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="fs-cc-prefs_form" data-wf-page-id="659efef9c6b5fa8cde73c87f" data-wf-element-id="2df729e9-f736-ac15-0b30-fe366063a1cc"><div fs-cc="close" class="fs-cc-prefs_close"><div class="fs-cc-prefs_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 24"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="fs-cc-prefs_content"><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title">Privacy Preference Center</div></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_text">When you visit websites, they may store or retrieve data in your browser. This storage is often necessary for the basic functionality of the website. The storage may be used for marketing, analytics, and personalization of the site, such as storing your preferences. Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website.</div></div><div class="fs-cc-prefs_space-medium"><a fs-cc="deny" href="#" class="fs-cc-prefs_button fs-cc-button-alt w-button">Reject all cookies</a><a fs-cc="allow" href="#" class="fs-cc-prefs_button w-button">Allow all cookies</a></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title">Manage Consent Preferences by Category</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Essential</div><div class="fs-cc-prefs_text"><strong>Always Active</strong></div></div><div class="fs-cc-prefs_text">These items are required to enable basic website functionality.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Marketing</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="marketing-2" name="marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="marketing-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items are used to deliver advertising that is more relevant to you and your interests. They may also be used to limit the number of times you see an advertisement and measure the effectiveness of advertising campaigns. Advertising networks usually place them with the website operator’s permission.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Personalization</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="personalization-2" name="personalization-2" data-name="Personalization 2" fs-cc-checkbox="personalization" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="personalization-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items allow the website to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features. For example, a website may provide you with local weather reports or traffic news by storing data about your current location.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Analytics</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="analytics-2" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="analytics-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues. This storage type usually doesn’t collect information that identifies a visitor.</div></div><div class="fs-cc-prefs_buttons-wrapper"><a fs-cc="submit" href="#" class="fs-cc-prefs_button w-button">Confirm my preferences and close</a></div><input type="submit" data-wait="Please wait..." class="fs-cc-prefs_submit-hide w-button" value="Submit"/><div class="w-embed"><style> /* smooth scrolling on iOS devices */ .fs-cc-prefs_content{-webkit-overflow-scrolling: touch} </style></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div><div fs-cc="close" class="fs-cc-prefs_overlay"></div><div fs-cc="interaction" class="fs-cc-prefs_trigger"></div></div></div></div><section class="banner_component"><div class="padding-global"><div class="banner_content-wrapper"><div class="banner_content"><div class="banner_icon-wrapper"><div class="banner-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="8" cy="8" r="8" fill="#44D2B8"/> <circle cx="8" cy="8" r="5" fill="#A2F8E8"/> </svg></div></div><div class="banner_text-wrapper"><p class="text-size-small text-style-1lines">HITRUST Secures Growth Investment from Brighton Park</p></div></div><div class="button-group"><a href="/insights/hitrust-secures-growth-investment-from-brighton-park-to-accelerate-innovation-in-cybersecurity-and-information-risk-assurance" class="button-block-internal is-banner link-block w-inline-block"><div class="button-text text-size-xxsmall text-style-nowrap">Learn more</div><div class="button-icon-internal-wrap"><div class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a></div></div></div></section><div data-animation="default" class="navbar_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="small" data-w-id="d5e95552-02e7-0edf-ea53-007421dccb2b" role="banner" data-duration="400"><div class="navbar_container"><a href="/" aria-current="page" class="navbar_logo-link w-nav-brand w--current"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653825cbb795e25acf8e4221_BPC%20Logo.png" loading="lazy" width="240" sizes="(max-width: 479px) 96vw, 240px" alt="Brighton Park Capital" srcset="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653825cbb795e25acf8e4221_BPC%20Logo-p-500.png 500w, https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653825cbb795e25acf8e4221_BPC%20Logo.png 720w" class="navbar_logo"/></a><nav role="navigation" class="navbar_menu w-nav-menu"><div class="navbar_menu-wrap"><a href="/approach" class="navbar_link w-nav-link">Approach</a><a href="/companies" class="navbar_link w-nav-link">Companies</a><a href="/team" class="navbar_link w-nav-link">Team</a><a href="/insights" class="navbar_link w-nav-link">Insights</a></div></nav><div class="navbar_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div><div class="main-wrapper"><section style="opacity:0" class="section_home-hero"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="layout146_component"><div class="margin-bottom margin-xlarge"><div class="text-align-center"><div class="margin-bottom margin-small"><h1 class="home-h1"><span class="text-color-blue">Entrepreneur Inspired<br/></span>Growth Equity</h1><p class="text-size-small text-size-medium">New York City • Greenwich • San Francisco</p></div><div class="max-width-large align-center"><p class="text-size-small">Brighton Park Capital is growth equity reimagined. With unique experience and unshakeable empathy, we invest in entrepreneur inspired companies providing innovative and disruptive technology, and build lasting partnerships with the teams behind them. Join us, and our undivided attention is yours.</p></div></div></div><div class="home-features_component"><ul role="list" class="home-features_list"><li class="home-features_item is-first-item"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653aa1c518127bc1948c6810_noun-growth.svg" loading="lazy" alt="" class="home-features_image"/><div class="home-features_item-content"><div class="show-mobile-landscape"><div class="text-size-regular text-weight-bold">300+ Combined Years</div></div><div class="hide-mobile-landscape"><div class="text-size-xxlarge">300+</div><div class="text-size-regular text-size-small">Combined Years</div></div><div class="text-size-xsmall">Of Investment & Operational Experience</div></div></li><li class="home-features_item is-second-item"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653aa1c559a5215c93b8d28c_noun-venture-capital.svg" loading="lazy" alt="" class="home-features_image"/><div class="home-features_item-content"><div class="show-mobile-landscape"><div class="text-size-regular text-weight-bold">30 Senior Advisors</div></div><div class="hide-mobile-landscape"><div class="text-size-xxlarge">33</div><div class="text-size-regular text-weight-bold">Senior Advisors</div></div><div class="text-size-xsmall">With Collective Experience at over 60 Iconic Brands</div></div></li><li class="home-features_item"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653aa1c543d2786c99aa1d45_noun-partnership.svg" loading="lazy" alt="" class="home-features_image"/><div class="home-features_item-content"><div class="show-mobile-landscape"><div class="text-size-regular text-weight-bold">13,000+ Staff Members</div></div><div class="hide-mobile-landscape"><div class="text-size-xxlarge">13,000+</div><div class="text-size-regular text-weight-bold">Staff Members</div></div><div class="text-size-xsmall">Employed Full-Time at Our Portfolio Companies</div></div></li><li class="home-features_item"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653aa1c5385f5a83c28ed81d_noun-mission.svg" loading="lazy" alt="" class="home-features_image"/><div class="home-features_item-content"><div class="show-mobile-landscape"><div class="text-size-regular text-weight-bold">53% of Our Portfolio Companies</div></div><div class="hide-mobile-landscape"><div class="text-size-xxlarge">53%</div><div class="text-size-regular text-weight-bold">of Our Portfolio Companies</div></div><div class="text-size-xsmall">Have an Established Global Presence*</div></div></li></ul></div></div></div></div></div></section><section style="opacity:0" class="section_news-cards"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="margin-bottom margin-large"><div class="w-layout-grid header_component"><div class="header_content-left"><h2 class="align-center-mob">Who We Work With</h2></div><div id="w-node-_0cb8c721-25c5-adfd-eee8-16757986c415-de73c87f" class="header_content-right hide-mobile-landscape"><div class="button-background-wrap on-white"><a href="/companies#all" class="button-block has-wrap on-white w-inline-block"><div class="button-text">All Companies</div><div class="button-hover-box background-color-dark-blue"></div></a></div></div></div></div><div class="margin-bottom margin-large"><div class="w-dyn-list"><div fs-cmsnest-element="list" role="list" class="homepage-featured_list w-dyn-items"><div role="listitem" class="homepage-featured_grid w-dyn-item"><a id="w-node-_17b47d6d-113f-d0ea-1cb9-e092061a051c-de73c87f" href="/companies/red-rover" class="display-none">Red Rover</a><div class="homepage-featured_top"><div id="w-node-c25f3175-122e-da20-24cd-c2ec5e88c951-de73c87f" class="homepage-featured_logo-wrap"><div class="homepage-featured_logo-filters"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673e492e32417b0dac239d1e_RR-logo-fullcolor.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673e492e32417b0dac239d1e_RR-logo-fullcolor-p-500.png 500w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673e492e32417b0dac239d1e_RR-logo-fullcolor.png 725w" class="homepage-featured_logo"/></div><p class="text-size-large line-height-100 text-color-gray hide-mobile-landscape">Software</p></div><a href="/companies/red-rover" class="homepage-featured_button-wrap is-top w-inline-block"><p class="sr-only">Go to company page</p><div class="hide-mobile-landscape w-embed"><p class="text-size-large text-weight-bold line-height-100">Red Rover's Story</p></div><div class="homepage-featured_arrow w-embed"><svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M33 65C50.6731 65 65 50.6731 65 33C65 15.3269 50.6731 1 33 1C15.3269 1 1 15.3269 1 33C1 50.6731 15.3269 65 33 65Z" fill="var(--color--white)" stroke="var(--color--blue-25)" stroke-opacity="0.25" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_bg"/> <path d="M33 43.6668L43.6667 33.0002L33 22.3335" stroke="var(--color--dark-blue)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_path"/> <path d="M22.333 33H43.6663" stroke="var(--color--dark-blue)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_path"/> </svg></div></a></div><div id="w-node-_26a3c171-f146-3e73-da24-63c78c72001a-de73c87f" class="homepage-featured_image"><div id="w-node-ea9ae4a7-2124-4ccf-2b7a-ab8a6de944e9-de73c87f" class="image-wrap min-height-tab"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673fab700c4e8ec0491983ca_RR_billboard%203%20solutions.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673fab700c4e8ec0491983ca_RR_billboard%203%20solutions-p-500.png 500w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/673fab700c4e8ec0491983ca_RR_billboard%203%20solutions.png 693w" class="image-item"/></div><div id="w-node-_9aaa9847-cf46-ee26-e77f-b5e9e2acc57a-de73c87f" class="homepage-featured_heading"><div class="margin-bottom margin-small"><h3 class="heading-style-h2 home-featured">School Workforce Management, Simplified.</h3></div><div fs-cmsnest-collection="themes" fs-cmsnest-element="nest-target" class="homepage-featured_themes-list"></div></div></div><div id="w-node-_53086b3d-4b09-9fec-ad43-236b981fd3bf-de73c87f" class="homepage-featured_quote is-top"><blockquote class="text-size-large font-sans text-size-medium-mob">We weren’t just ‘another investment’ to BPC. They clearly seek a few strategic partnerships each year and I knew right away that they would care about the success of this partnership just as much as we do. If your desire is to build a durable company with a focus on listening & serving the customer, then BPC is your partner. </blockquote><div id="w-node-_102ac36d-ab3a-0339-5192-806d721cb821-de73c87f" class="homepage-featured_founder-wrap"><div><p class="text-size-medium text-weight-bold">Daniel O'Shaughnessey</p><p class="text-size-regular">CEO & Co-Founder</p></div></div></div></div></div></div></div><div class="w-dyn-list"><div fs-cmsnest-element="list" role="list" class="homepage-featured_list w-dyn-items"><div role="listitem" class="homepage-featured_grid w-dyn-item"><div class="homepage-featured_top"><div id="w-node-_837b8f8d-aa36-2bf6-b686-5edc226e8aab-de73c87f" class="homepage-featured_logo-wrap"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-500.png 500w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-800.png 800w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-1080.png 1080w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-1600.png 1600w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-2000.png 2000w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo-p-2600.png 2600w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/65492e9748f77ae5d4dbba92_OPSWAT_Logo.png 4000w" class="homepage-featured_logo"/><p class="text-size-large line-height-100 text-color-gray hide-mobile-landscape">Software</p></div><a href="/companies/opswat" class="homepage-featured_button-wrap is-top w-inline-block"><p class="sr-only">Go to company page</p><div class="hide-mobile-landscape w-embed"><p class="text-size-large text-weight-bold line-height-100">OPSWAT's Story</p></div><div class="homepage-featured_arrow w-embed"><svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M33 65C50.6731 65 65 50.6731 65 33C65 15.3269 50.6731 1 33 1C15.3269 1 1 15.3269 1 33C1 50.6731 15.3269 65 33 65Z" fill="var(--color--white)" stroke="var(--color--blue-25)" stroke-opacity="0.25" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_bg"/> <path d="M33 43.6668L43.6667 33.0002L33 22.3335" stroke="var(--color--dark-blue)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_path"/> <path d="M22.333 33H43.6663" stroke="var(--color--dark-blue)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="homepage-featured-arrow_path"/> </svg></div></a></div><div id="w-node-_837b8f8d-aa36-2bf6-b686-5edc226e8ab2-de73c87f" class="homepage-featured_image is-spot-2"><div data-poster-url="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.mp4,https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" id="w-node-_4ea6e5d4-d129-db6e-3456-04b89be3deff-de73c87f" class="homepage-featured_video-tab w-background-video w-background-video-atom"><video id="4ea6e5d4-d129-db6e-3456-04b89be3deff-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.webm" data-wf-ignore="true"/></video></div><div id="w-node-_837b8f8d-aa36-2bf6-b686-5edc226e8ab5-de73c87f" class="homepage-featured_heading is-spot2"><div class="margin-bottom margin-small"><h3 class="heading-style-h2 home-featured">Advanced Cybersecurity Threat Protection</h3></div><div fs-cmsnest-collection="themes" fs-cmsnest-element="nest-target" class="homepage-featured_themes-list"></div></div><div id="w-node-_6a428f9e-f1d7-8b17-268b-ac3795d88afb-de73c87f" class="homepage-featured_video-quote"><blockquote class="text-size-medium font-sans text-size-regular-mob">My partnership with Brighton Park is really great. It’s very much built on trust: Brighton Park trusts that I bring everything that I can to the table and I can trust them to do the same.</blockquote><div id="w-node-_4fa81782-bdd2-0869-72fe-65641abdc63a-de73c87f" class="homepage-featured_video-quote-author"><div><p class="text-size-medium text-weight-bold text-size-regular-mob">Benny Czarny</p><p class="text-size-regular">CEO & Co-Founder</p></div></div></div><div data-poster-url="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.mp4,https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" id="w-node-c0b6280f-a883-28e0-bbfd-62aa0a465726-de73c87f" class="homepage-featured_video w-background-video w-background-video-atom"><video id="c0b6280f-a883-28e0-bbfd-62aa0a465726-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/6554c22c970dbbc479f223bc_OPSWAT short-transcode.webm" data-wf-ignore="true"/></video></div><aside id="w-node-_564f8512-2244-f5c5-e619-d87fb0df947d-de73c87f" class="homepage-featured_bg-gradient"></aside></div><div id="w-node-_1ace11f3-ab8c-33f2-5514-10d8e6003264-de73c87f" class="homepage-featured_bottom"><div class="homepage-featured_quote is-bpc-member-quote"><blockquote id="w-node-_837b8f8d-aa36-2bf6-b686-5edc226e8ab8-de73c87f" class="text-size-large font-sans text-size-medium-mob">Benny and team have been incredible partners. Over a 20-year period, OPSWAT has built a leadership position in protecting critical infrastructure, an area of increasing importance in the threat landscape.</blockquote><div id="w-node-_837b8f8d-aa36-2bf6-b686-5edc226e8ab9-de73c87f"><p class="text-size-regular text-weight-bold">Kevin Magan</p><div class="text-size-regular w-embed">Partner, Brighton Park Capital</div></div><div id="w-node-dee878de-ca4c-6458-281a-1ac40afd378a-de73c87f" class="button-group"><a data-w-id="44822981-5e69-f0c4-6a22-c2f0561d78ac" href="/team/kevin-magan" class="button-block-internal on-white w-inline-block"><div class="button-text">Meet Kevin</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a></div></div><div id="w-node-_59abd4d7-00cd-5832-64e2-b6f80c01a293-de73c87f" class="homepage-featured_news"><div><div class="opacity-70 w-embed"><h4 class="text-size-xsmall">OPSWAT in the News</h4></div><p class="text-size-large text-style-3lines">OPSWAT Celebrates 20 Years of Innovation and Achievement with Remarkable Year-End Growth</p></div><div class="margin-top margin-small"><a data-w-id="c9416050-c5a9-1b29-321b-9daa07cd09a4" href="https://www.prnewswire.com/news-releases/opswat-celebrates-20-years-of-innovation-and-achievement-with-remarkable-year-end-growth-302027497.html" target="_blank" class="button-block-external on-dark w-inline-block"><div class="button-text text-size-regular">Read More</div><div class="button-icon-external-wrap"><div style="-webkit-transform:translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);-moz-transform:translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);-ms-transform:translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);transform:translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0)" class="button-text-external-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-15px, 10px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);-moz-transform:translate3d(-15px, 10px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);-ms-transform:translate3d(-15px, 10px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0);transform:translate3d(-15px, 10px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(-45deg) skew(0, 0)" class="button-text-external-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a></div></div></div></div></div></div><div class="mobile-button"><div class="margin-top margin-xxlarge"><div class="button-background-wrap on-white"><a href="/companies#all" class="button-block has-wrap on-white w-inline-block"><div class="button-text">All companies</div><div class="button-hover-box background-color-dark-blue"></div></a></div></div></div></div></div></div></section><section style="opacity:0" class="section_news-cards background-color-blue"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="margin-bottom margin-large"><div class="w-layout-grid header_component text-color-white"><div class="header_content-left"><h2 class="align-center-mob">Brighton Park in the News</h2></div><div id="w-node-_24b91904-8fd2-5eb0-474c-38c768e5f2da-de73c87f" class="header_content-right hide-mobile-landscape"><div class="button-background-wrap on-dark"><a href="/insights#news" class="button-block has-wrap on-dark w-inline-block"><div class="button-text">All News</div><div class="button-hover-box background-color-white"></div></a></div></div></div></div><div class="cards_component"><div class="cards_list-wrapper w-dyn-list"><div role="list" class="cards_list is-two-col w-dyn-items"><div role="listitem" class="insight-cards_item w-dyn-item"><a href="/insights/hitrust-secures-growth-investment-from-brighton-park-to-accelerate-innovation-in-cybersecurity-and-information-risk-assurance" class="insight-cards_link w-inline-block"><div class="cards_item-content"><div class="card_item-content-top"><div class="card_meta-wrapper"><div class="text-size-xsmall text-weight-normal">Press Release</div></div><h3 class="news_heading text-style-3lines">HITRUST Secures Growth Investment from Brighton Park to Accelerate Innovation in Cybersecurity and Information Risk Assurance </h3></div><div class="card_button-wrapper"><div data-w-id="5d40ea70-96bb-8d01-fe7d-7d7fbe562887" class="button-block-internal on-white"><div class="button-text">Read more</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a><a href="#" class="insight-cards_link w-inline-block w-condition-invisible"><div class="cards_item-content"><div class="card_item-content-top"><div class="card_meta-wrapper"><div class="text-size-xsmall text-weight-normal w-dyn-bind-empty"></div></div><h3 class="news_heading text-style-3lines w-dyn-bind-empty"></h3></div><div class="card_button-wrapper"><div data-w-id="c4a07c1e-3171-0c91-ccac-d0762c68c7d0" class="button-block-internal on-white"><div class="button-text">Read more</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a></div><div role="listitem" class="insight-cards_item w-dyn-item"><a href="/insights/brighton-park-founder-mark-dzialga-joins-rj-lumba-on-growthcaps-growth-investor-podcast" class="insight-cards_link w-inline-block"><div class="cards_item-content"><div class="card_item-content-top"><div class="card_meta-wrapper"><div class="text-size-xsmall text-weight-normal">Announcement</div></div><h3 class="news_heading text-style-3lines">Brighton Park's Mark Dzialga Joins RJ Lumba on GrowthCap's Growth Investor Podcast</h3></div><div class="card_button-wrapper"><div data-w-id="5d40ea70-96bb-8d01-fe7d-7d7fbe562887" class="button-block-internal on-white"><div class="button-text">Read more</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a><a href="#" class="insight-cards_link w-inline-block w-condition-invisible"><div class="cards_item-content"><div class="card_item-content-top"><div class="card_meta-wrapper"><div class="text-size-xsmall text-weight-normal w-dyn-bind-empty"></div></div><h3 class="news_heading text-style-3lines w-dyn-bind-empty"></h3></div><div class="card_button-wrapper"><div data-w-id="c4a07c1e-3171-0c91-ccac-d0762c68c7d0" class="button-block-internal on-white"><div class="button-text">Read more</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a></div></div></div></div><div class="mobile-button"><div class="margin-top margin-xxlarge"><div class="button-background-wrap on-dark"><a href="/insights#news" class="button-block has-wrap on-dark w-inline-block"><div class="button-text">All News</div><div class="button-hover-box background-color-white"></div></a></div></div></div></div></div></div></section><section style="opacity:0" class="section_insight-cards background-color-cream"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="margin-bottom margin-large"><div class="w-layout-grid header_component is-half text-color-blue"><div class="header_content-left homepage-insights"><h2 class="text-color-dark-blue align-center-mob">Latest Insights</h2><p class="text-size-regular text-color-dark-blue align-center-mob">Get insider insights from industry professionals and look inside the minds that make Brighton Park Capital tick.</p></div><div id="w-node-fa205a66-0990-6a1d-e6b0-2c6785d8611f-de73c87f" class="header_content-right hide-mobile-landscape"><div class="button-background-wrap on-white"><a href="/insights" class="button-block has-wrap on-white w-inline-block"><div class="button-text">All Insights</div><div class="button-hover-box background-color-dark-blue"></div></a></div></div></div></div><div class="cards_component"><div class="cards_list-wrapper"><div class="w-layout-grid cards_list is-insights-wrap"><div id="w-node-a0bd2161-7898-e2cd-c678-0ddcb5fe4a98-b5fe4a98" class="podcast-feature_card"><div class="podcast-feature_content"><h3 class="sr-only">Subscribe to The BRIGHTON PARKast</h3><div class="bpcast-logo is-insights"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/659d81069453f5d1c7561f81_The%20BRIGHTON%20PARKast.svg" loading="eager" alt="The Brighton Parkast Podcast"/></div></div><p class="text-size-xsmall">Check out the latest episodes and subscribe:</p><div class="podcast-feature_icons"><div class="flex-horizontal is-pod-icons is-insights-list"><a href="https://open.spotify.com/show/6X5qzn6j9S5o8eocUDOgNa" target="_blank" class="pod-icon w-inline-block"><div class="icon-embed-medium w-embed"><svg width="47" height="48" viewBox="0 0 47 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1898_4000)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.94922 24.4658C1.94922 12.5694 11.6036 2.91504 23.5 2.91504C35.3964 2.91504 45.0508 12.5694 45.0508 24.4658C45.0508 36.3622 35.3964 46.0166 23.5 46.0166C11.6036 46.0166 1.94922 36.3622 1.94922 24.4658ZM36.1602 21.9633C36.5513 22.1892 36.8293 22.3022 37.2812 22.3022C38.3414 22.3022 39.2973 21.4593 39.2973 20.2775C39.2973 19.2434 38.8541 18.7046 38.1763 18.3135C33.3186 15.4807 26.6709 14.1598 20.3273 14.1598C16.5994 14.1598 13.1756 14.5856 10.1168 15.4807C9.33471 15.7066 8.60477 16.3757 8.60477 17.5575C8.60477 18.7133 9.48244 19.6083 10.6295 19.6083C10.9774 19.6083 11.3071 19.5116 11.5884 19.4291C11.6445 19.4127 11.6985 19.3968 11.7505 19.3824C18.9109 17.3837 29.9731 18.2701 36.1602 21.9633ZM33.6343 28.6212C33.9087 28.7703 34.1913 28.9238 34.5874 28.9238C35.5346 28.9238 36.2645 28.1678 36.2732 27.2293C36.2732 26.4733 35.9951 25.9345 35.2912 25.5174C30.9985 22.9626 25.5499 21.5635 19.9102 21.5635C16.2953 21.5635 13.8274 22.0676 11.4116 22.7454C10.5165 22.9974 10.0647 23.6143 10.0647 24.5442C10.0647 25.474 10.8207 26.23 11.7505 26.23C12.0381 26.23 12.2364 26.1689 12.4871 26.0916C12.5773 26.0638 12.6743 26.0339 12.7846 26.0041C19.9884 24.0488 28.0874 25.3436 33.5185 28.5589C33.5572 28.5793 33.5957 28.6002 33.6343 28.6212ZM31.32 34.3115C31.6589 34.5114 31.8848 34.6244 32.2498 34.6244C32.9537 34.6244 33.5707 34.0769 33.5707 33.2861C33.5707 32.4954 33.2578 32.1912 32.7277 31.8523C26.5232 28.1417 19.2498 28.0027 12.1328 29.5756C11.4811 29.7146 10.951 30.1404 10.951 31.0355C10.951 31.7393 11.4811 32.4085 12.324 32.4085C12.5219 32.4085 12.8377 32.3227 13.1283 32.2438C13.2078 32.2222 13.2853 32.2012 13.3581 32.1825C19.5887 30.9051 25.8975 31.0442 31.32 34.3115Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1898_4000"> <rect width="43.1016" height="44.4919" fill="currentColor" transform="translate(1.94922 1.75391)"/> </clipPath> </defs> </svg></div></a><a href="https://podcasts.apple.com/ar/podcast/the-brighton-parkast/id1687536162?l=en-GB" target="_blank" class="pod-icon w-inline-block"><div class="icon-embed-medium w-embed"><svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.79971 38.2604C2.21583 39.3222 3.17722 40.8145 4.55471 41.8764C5.34391 42.479 6.29094 43.0673 7.58234 43.4547C8.95984 43.8709 10.6674 44 12.791 44H32.1621C34.2858 44 35.9789 43.8565 37.3708 43.4547C38.6622 43.0673 39.6092 42.4934 40.3984 41.8764C41.7616 40.8289 42.7373 39.3222 43.1534 38.2604C43.9857 36.1224 44 33.6974 44 32.1621V12.791C44 11.2557 43.9857 8.8307 43.1534 6.69271C42.7373 5.63089 41.7759 4.13859 40.3984 3.07677C39.6092 2.47411 38.6622 1.88581 37.3708 1.49839C35.9789 1.09661 34.2858 0.953125 32.1621 0.953125H12.791C10.6674 0.953125 8.97419 1.09661 7.58234 1.49839C6.29094 1.88581 5.34391 2.45977 4.55471 3.07677C3.19156 4.12424 2.21583 5.63089 1.79971 6.69271C0.953125 8.8307 0.953125 11.27 0.953125 12.791V32.1621C0.953125 33.6974 0.967472 36.1224 1.79971 38.2604ZM18.7883 26.9393C18.8457 26.4227 19.0178 26.0496 19.3622 25.7052C20.0079 25.0308 21.1415 24.586 22.4759 24.586C23.8104 24.586 24.944 25.0165 25.5897 25.7052C25.9197 26.064 26.1062 26.4227 26.1636 26.9393C26.278 27.9399 26.2072 28.7982 26.0932 30.181L26.0919 30.1965C25.9771 31.5166 25.7619 33.2815 25.4892 35.0608C25.2883 36.3378 25.1305 37.0266 24.987 37.5144C24.7431 38.318 23.8678 39.0067 22.4759 39.0067C21.0841 39.0067 20.1945 38.3036 19.9649 37.5144C19.8214 37.0266 19.6635 36.3378 19.4627 35.0608C19.19 33.2671 18.9748 31.5166 18.86 30.1965C18.7309 28.8046 18.6735 27.9437 18.7883 26.9393ZM22.477 23.1509C20.5256 23.1509 18.9472 21.5725 18.9472 19.6211C18.9472 17.684 20.5256 16.0912 22.477 16.0912C24.4285 16.0912 26.0069 17.6696 26.0069 19.6211C26.0069 21.5725 24.4285 23.1509 22.477 23.1509ZM22.5192 5.717C30.7555 5.7457 37.4995 12.4323 37.6143 20.6686C37.7004 27.3409 33.4388 33.0518 27.4839 35.1467C27.3404 35.2041 27.197 35.075 27.2113 34.9315C27.2352 34.7593 27.2607 34.5871 27.2862 34.4149C27.3373 34.0706 27.3883 33.7262 27.4265 33.3818C27.4552 33.1953 27.57 33.0518 27.7279 32.9657C32.4343 30.9138 35.7202 26.193 35.6628 20.726C35.5911 13.5515 29.7367 7.7115 22.5766 7.65411C15.2443 7.59671 9.26076 13.5372 9.26076 20.8551C9.26076 26.2647 12.5323 30.9138 17.1957 32.9657C17.3679 33.0374 17.4827 33.1953 17.4971 33.3818L17.7123 34.9315C17.741 35.0893 17.5832 35.2041 17.4397 35.1467C11.5422 33.0805 7.3093 27.4557 7.3093 20.8551C7.338 12.5041 14.1538 5.70265 22.5192 5.717ZM32.6064 20.7404C32.5347 15.3739 28.23 10.94 22.8635 10.7392C17.0952 10.5096 12.317 15.1443 12.3313 20.8552C12.3313 24.3276 14.0962 27.4126 16.7652 29.235C16.9086 29.3354 17.0952 29.2206 17.0808 29.0628C17.0521 28.4458 17.0378 27.9005 17.0665 27.3409C17.0665 27.1544 16.9947 26.9822 16.8656 26.853C15.2729 25.3464 14.2684 23.2228 14.2684 20.8695C14.2684 16.2492 18.114 12.4897 22.7917 12.6763C27.0964 12.8485 30.5545 16.3496 30.6693 20.6543C30.7267 23.0936 29.7223 25.3034 28.0721 26.853C27.9286 26.9822 27.8569 27.1544 27.8712 27.3409C27.8999 27.9149 27.8999 28.4601 27.8569 29.0771C27.8569 29.235 28.0434 29.3354 28.1726 29.2493C30.8845 27.3983 32.6495 24.2702 32.6064 20.7404Z" fill="currentColor"/> </svg></div></a><a href="https://music.amazon.com/podcasts/26380517-0111-42cb-a35a-f54345da2c0c/the-brighton-parkast" target="_blank" class="pod-icon w-inline-block"><div class="icon-embed-medium w-embed"><svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M34.1 0H9.9C4.4319 0 0 4.4319 0 9.9V34.1C0 39.5681 4.4319 44 9.9 44H34.1C39.5681 44 44 39.5681 44 34.1V9.9C44 4.4319 39.5681 0 34.1 0ZM36.509 17.8794C37.224 17.5725 38.071 17.5307 38.786 17.7463C39.083 17.8387 39.347 17.9619 39.6 18.1148V19.4678C38.808 18.9244 37.895 18.7704 37.191 19.1499C36.443 19.5602 36.003 20.4204 36.025 21.3224C36.014 22.3168 36.344 23.2386 37.037 23.6687C37.653 24.0889 38.621 24.0889 39.6 23.9349V25.0624C39.215 25.1856 38.808 25.2571 38.39 25.2978C37.697 25.3495 36.927 25.2461 36.245 24.8776C35.552 24.519 35.046 23.8942 34.76 23.2683C34.485 22.6226 34.386 21.967 34.375 21.3411C34.342 20.0101 35.057 18.5141 36.509 17.8794ZM31.9 14.311C32.5072 14.311 33 14.8038 33 15.411C33 16.0182 32.5072 16.511 31.9 16.511C31.2928 16.511 30.8 16.0182 30.8 15.411C30.8 14.8038 31.2928 14.311 31.9 14.311ZM32.725 17.611V25.311H31.075V17.611H32.725ZM24.2 23.2925C24.904 23.5796 25.762 23.8777 26.433 23.9415C27.104 24.0163 27.841 23.9305 28.27 23.6962C28.479 23.5686 28.523 23.3904 28.523 23.1924C28.523 22.9944 28.4834 22.8822 28.3877 22.7337C28.2128 22.4631 27.731 22.2585 26.972 22.077C26.598 21.9703 26.191 21.8636 25.74 21.6194C25.289 21.417 24.3727 20.6822 24.5509 19.4293C24.6466 18.7594 25.3407 18.1038 26.312 17.798C27.4439 17.4405 28.677 17.6176 29.7 18.1071V19.47C28.787 19.0014 27.698 18.7649 26.774 19.0729C26.499 19.1576 26.136 19.349 26.136 19.6933C26.136 20.5194 27.093 20.6756 27.456 20.7933C27.83 20.9099 28.237 21.0166 28.677 21.2399C29.117 21.4533 29.9992 21.9857 29.9992 23.2012C29.9992 24.365 29.425 24.7929 28.952 24.9843C27.973 25.41 27.104 25.3352 26.257 25.2186C25.542 25.091 24.849 24.8776 24.2 24.4739V23.2925ZM16.775 17.6132L18.425 17.611L18.4283 20.273C18.4437 21.142 18.4415 22.0891 18.4316 22.8943C18.3931 23.3244 18.8738 23.826 19.5052 23.903C19.8418 23.9404 20.0926 23.9129 20.4798 23.749C20.7086 23.6588 20.9418 23.5818 21.175 23.5015V17.611L22.825 17.6121V25.1119H21.175V24.8523C21.1299 24.8765 21.087 24.9029 21.043 24.926C20.6239 25.1768 19.9518 25.3506 19.3776 25.3033C18.7814 25.2648 18.1808 25.0558 17.6913 24.6587C17.2051 24.2671 16.8377 23.6522 16.7904 22.9768C16.7607 22.0088 16.7684 21.1794 16.7783 20.2741L16.775 17.6132ZM4.675 17.611H6.325V18.3678C6.732 18.2204 7.1357 18.0664 7.5449 17.9267C8.1334 17.7177 8.8715 17.7595 9.4512 18.0818C9.691 18.2105 9.9011 18.392 10.0859 18.5977C10.7041 18.3689 11.3212 18.139 11.9438 17.9256C12.5323 17.7166 13.2704 17.7584 13.8501 18.0807C14.4353 18.3953 14.8907 18.9706 15.0524 19.6405C15.0953 19.8077 15.114 19.9771 15.1239 20.1476L15.1283 20.4963L15.1349 21.1838L15.1283 22.5588L15.125 25.3088H13.475L13.4684 19.9804C13.4222 19.5129 12.8975 19.1037 12.3475 19.2533C11.7865 19.4018 11.2211 19.5338 10.6568 19.6702C10.6942 19.8275 10.714 19.9859 10.7239 20.1465L10.7283 20.4952L10.7349 21.1827L10.7283 22.5577L10.725 25.3077H9.075L9.0684 19.9793C9.0222 19.5107 8.4975 19.1026 7.9475 19.2522C7.4096 19.3952 6.8662 19.5217 6.325 19.6526V25.3066H4.675V17.611ZM37.1448 31.8252C34.7094 33.5522 31.988 34.6907 29.1313 35.4299C26.2768 36.1592 23.3046 36.4353 20.3467 36.2318C17.3899 36.0338 14.5024 35.3122 11.781 34.2584C9.0684 33.1694 6.5043 31.7691 4.2383 29.9343C4.1206 29.8386 4.1019 29.6648 4.1976 29.5471C4.2823 29.4426 4.4275 29.4162 4.5419 29.4778L4.5573 29.4866C7.0312 30.8253 9.6756 31.8505 12.331 32.6645C15.0073 33.4257 17.7309 33.9702 20.471 34.0813C23.2045 34.177 25.9677 33.9636 28.6649 33.4026C31.3511 32.8482 34.0604 32.043 36.5519 30.8957L36.5948 30.8759C36.8709 30.7494 37.1965 30.8693 37.3241 31.1454C37.4385 31.3907 37.3571 31.6756 37.1448 31.8252ZM38.3702 35.0812C38.0644 35.3122 37.7586 35.2352 37.9115 34.8502C38.3702 33.6182 39.3635 30.9991 38.9048 30.3831C38.3702 29.6901 35.6191 30.0751 34.397 30.2291C34.0153 30.2291 34.0153 29.9211 34.3211 29.6901C35.3903 28.9201 36.8423 28.6121 38.0655 28.6121C39.2876 28.6121 40.3579 28.8431 40.5867 29.2281C40.9673 29.689 40.4327 33.3091 38.3702 35.0812Z" fill="currentColor"/> </svg></div></a></div></div></div><div id="w-node-b8f436fa-7a94-991a-682b-bc36c82bc5fc-de73c87f" class="w-dyn-list"><div role="list" class="cards_list is-insights-cms w-dyn-items"><div role="listitem" class="insight-cards_item w-dyn-item"><a href="/insights/the-art-of-selling" class="insight-cards_link is-insights w-inline-block"><div class="cards_image-wrapper"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/67992f8aab2f91f520c805db_TJ%20Williams_Promotional%20Image%204.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/67992f8aab2f91f520c805db_TJ%20Williams_Promotional%20Image%204-p-500.png 500w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/67992f8aab2f91f520c805db_TJ%20Williams_Promotional%20Image%204-p-800.png 800w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/67992f8aab2f91f520c805db_TJ%20Williams_Promotional%20Image%204.png 1200w" class="cards_image radius-12"/></div><div class="margin-top margin-small"><div class="card_meta"><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-announcement"><div class="icon-embed-xxsmall w-embed"><svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 5.83331C12 4.77245 11.5786 3.75503 10.8284 3.00489C10.0783 2.25474 9.06087 1.83331 8 1.83331C6.93913 1.83331 5.92172 2.25474 5.17157 3.00489C4.42143 3.75503 4 4.77245 4 5.83331C4 10.5 2 11.8333 2 11.8333H14C14 11.8333 12 10.5 12 5.83331Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.15335 14.5C9.03614 14.7021 8.86791 14.8698 8.6655 14.9864C8.46309 15.1029 8.2336 15.1643 8.00001 15.1643C7.76643 15.1643 7.53694 15.1029 7.33453 14.9864C7.13212 14.8698 6.96389 14.7021 6.84668 14.5" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Announcement</div></div></div><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-blog"><div class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 17" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M2.66797 13.5C2.66797 13.058 2.84356 12.6341 3.15612 12.3215C3.46868 12.009 3.89261 11.8334 4.33464 11.8334H13.3346" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.33464 1.83337H13.3346V15.1667H4.33464C3.89261 15.1667 3.46868 14.9911 3.15612 14.6786C2.84356 14.366 2.66797 13.9421 2.66797 13.5V3.50004C2.66797 3.05801 2.84356 2.63409 3.15612 2.32153C3.46868 2.00897 3.89261 1.83337 4.33464 1.83337Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Blog</div></div></div><div class="card_meta-wrapper"><div class="tag hide"><div class="icon-embed-xxsmall is-podcast w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 17" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M2 12.5V8.5C2 6.9087 2.63214 5.38258 3.75736 4.25736C4.88258 3.13214 6.4087 2.5 8 2.5C9.5913 2.5 11.1174 3.13214 12.2426 4.25736C13.3679 5.38258 14 6.9087 14 8.5V12.5" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 13.1667C14 13.5203 13.8595 13.8594 13.6095 14.1095C13.3594 14.3595 13.0203 14.5 12.6667 14.5H12C11.6464 14.5 11.3072 14.3595 11.0572 14.1095C10.8071 13.8594 10.6667 13.5203 10.6667 13.1667V11.1667C10.6667 10.813 10.8071 10.4739 11.0572 10.2239C11.3072 9.97381 11.6464 9.83334 12 9.83334H14V13.1667ZM2 13.1667C2 13.5203 2.14048 13.8594 2.39052 14.1095C2.64057 14.3595 2.97971 14.5 3.33333 14.5H4C4.35362 14.5 4.69276 14.3595 4.94281 14.1095C5.19286 13.8594 5.33333 13.5203 5.33333 13.1667V11.1667C5.33333 10.813 5.19286 10.4739 4.94281 10.2239C4.69276 9.97381 4.35362 9.83334 4 9.83334H2V13.1667Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Podcast</div></div></div><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-press"><div class="icon-embed-xxsmall w-embed"><svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33366 1.83331H4.00033C3.6467 1.83331 3.30756 1.97379 3.05752 2.22384C2.80747 2.47389 2.66699 2.81302 2.66699 3.16665V13.8333C2.66699 14.1869 2.80747 14.5261 3.05752 14.7761C3.30756 15.0262 3.6467 15.1666 4.00033 15.1666H12.0003C12.3539 15.1666 12.6931 15.0262 12.9431 14.7761C13.1932 14.5261 13.3337 14.1869 13.3337 13.8333V5.83331L9.33366 1.83331Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.33301 1.83331V5.83331H13.333" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.6663 9.16669H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.6663 11.8333H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.66634 6.5H5.99967H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Press Release</div></div></div></div></div><div class="cards_item-content"><div class="card_item-content-top"><h3 class="text-size-xlarge font-sans text-style-2lines">The Art of Selling</h3><h3 class="text-size-xlarge font-sans text-style-2lines text-size-regular">TJ Williams</h3></div><div class="card_button-wrapper"><div data-w-id="988dfc98-c2b4-884b-3774-6aa238d6df7d" class="button-block-internal is-small"><div class="button-text">Listen</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div><div data-w-id="9aab23c6-5a9b-59d5-51d0-3b0ce2cdb94b" class="button-block-internal is-small w-condition-invisible"><div class="button-text">Read</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a></div><div role="listitem" class="insight-cards_item w-dyn-item"><a href="/insights/inside-the-cyber-frontier" class="insight-cards_link is-insights w-inline-block"><div class="cards_image-wrapper"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2).jpg" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2)-p-500.jpg 500w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2)-p-800.jpg 800w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2)-p-1080.jpg 1080w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2)-p-1600.jpg 1600w, https://cdn.prod.website-files.com/6532d0ecf8dfbbd332960c85/678923c073da2fb3a2a1f430_The%20BRIGHTON%20PARKast%20(2).jpg 1920w" class="cards_image radius-12"/></div><div class="margin-top margin-small"><div class="card_meta"><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-announcement"><div class="icon-embed-xxsmall w-embed"><svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 5.83331C12 4.77245 11.5786 3.75503 10.8284 3.00489C10.0783 2.25474 9.06087 1.83331 8 1.83331C6.93913 1.83331 5.92172 2.25474 5.17157 3.00489C4.42143 3.75503 4 4.77245 4 5.83331C4 10.5 2 11.8333 2 11.8333H14C14 11.8333 12 10.5 12 5.83331Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.15335 14.5C9.03614 14.7021 8.86791 14.8698 8.6655 14.9864C8.46309 15.1029 8.2336 15.1643 8.00001 15.1643C7.76643 15.1643 7.53694 15.1029 7.33453 14.9864C7.13212 14.8698 6.96389 14.7021 6.84668 14.5" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Announcement</div></div></div><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-blog"><div class="icon-embed-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 17" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M2.66797 13.5C2.66797 13.058 2.84356 12.6341 3.15612 12.3215C3.46868 12.009 3.89261 11.8334 4.33464 11.8334H13.3346" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.33464 1.83337H13.3346V15.1667H4.33464C3.89261 15.1667 3.46868 14.9911 3.15612 14.6786C2.84356 14.366 2.66797 13.9421 2.66797 13.5V3.50004C2.66797 3.05801 2.84356 2.63409 3.15612 2.32153C3.46868 2.00897 3.89261 1.83337 4.33464 1.83337Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Blog</div></div></div><div class="card_meta-wrapper"><div class="tag hide"><div class="icon-embed-xxsmall is-podcast w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 17" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path d="M2 12.5V8.5C2 6.9087 2.63214 5.38258 3.75736 4.25736C4.88258 3.13214 6.4087 2.5 8 2.5C9.5913 2.5 11.1174 3.13214 12.2426 4.25736C13.3679 5.38258 14 6.9087 14 8.5V12.5" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 13.1667C14 13.5203 13.8595 13.8594 13.6095 14.1095C13.3594 14.3595 13.0203 14.5 12.6667 14.5H12C11.6464 14.5 11.3072 14.3595 11.0572 14.1095C10.8071 13.8594 10.6667 13.5203 10.6667 13.1667V11.1667C10.6667 10.813 10.8071 10.4739 11.0572 10.2239C11.3072 9.97381 11.6464 9.83334 12 9.83334H14V13.1667ZM2 13.1667C2 13.5203 2.14048 13.8594 2.39052 14.1095C2.64057 14.3595 2.97971 14.5 3.33333 14.5H4C4.35362 14.5 4.69276 14.3595 4.94281 14.1095C5.19286 13.8594 5.33333 13.5203 5.33333 13.1667V11.1667C5.33333 10.813 5.19286 10.4739 4.94281 10.2239C4.69276 9.97381 4.35362 9.83334 4 9.83334H2V13.1667Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Podcast</div></div></div><div class="card_meta-wrapper w-condition-invisible"><div class="tag is-press"><div class="icon-embed-xxsmall w-embed"><svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33366 1.83331H4.00033C3.6467 1.83331 3.30756 1.97379 3.05752 2.22384C2.80747 2.47389 2.66699 2.81302 2.66699 3.16665V13.8333C2.66699 14.1869 2.80747 14.5261 3.05752 14.7761C3.30756 15.0262 3.6467 15.1666 4.00033 15.1666H12.0003C12.3539 15.1666 12.6931 15.0262 12.9431 14.7761C13.1932 14.5261 13.3337 14.1869 13.3337 13.8333V5.83331L9.33366 1.83331Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.33301 1.83331V5.83331H13.333" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.6663 9.16669H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.6663 11.8333H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.66634 6.5H5.99967H5.33301" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>Press Release</div></div></div></div></div><div class="cards_item-content"><div class="card_item-content-top"><h3 class="text-size-xlarge font-sans text-style-2lines">Inside the Cyber Frontier</h3><h3 class="text-size-xlarge font-sans text-style-2lines text-size-regular">Andy Boyd</h3></div><div class="card_button-wrapper"><div data-w-id="988dfc98-c2b4-884b-3774-6aa238d6df7d" class="button-block-internal is-small"><div class="button-text">Listen</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div><div data-w-id="9aab23c6-5a9b-59d5-51d0-3b0ce2cdb94b" class="button-block-internal is-small w-condition-invisible"><div class="button-text">Read</div><div class="button-icon-internal-wrap"><div style="-webkit-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, null, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div style="-webkit-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-30px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="button-text-internal-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></div></div></div></a></div></div></div></div></div></div><div class="mobile-button"><div class="margin-top margin-xxlarge"><div class="button-background-wrap on-white"><a href="/insights" class="button-block has-wrap on-white w-inline-block"><div class="button-text">All Insights</div><div class="button-hover-box background-color-dark-blue"></div></a></div></div></div></div></div></div></section><div style="opacity:0" class="section_career-opportunities"><div class="background-color-cream"><section class="section_jobs"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="w-layout-grid jobs_component"><div class="jobs_image-wrapper"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653999c0251abbc84c39e94c_Jobs.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653999c0251abbc84c39e94c_Jobs-p-500.jpg 500w, https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/653999c0251abbc84c39e94c_Jobs.jpg 640w" class="radius-12"/></div><div id="w-node-_689454a4-1a08-d500-6d48-825da4330d5a-a4330d53" class="jobs_content"><div class="margin-bottom margin-xsmall"><h2>Explore Career Opportunities</h2></div><p class="text-size-medium">We're always looking for extraordinary professionals to join the teams at our portfolio companies. Think you have what it takes to make an impactful difference?</p><div class="margin-top margin-large"><div class="button-group"><a data-w-id="d572a445-f4fb-28a5-48fa-8e78f739140d" href="https://jobs.bpc.com/" class="button-block-external on-dark is-jobs w-inline-block"><div class="button-text text-size-regular">Portfolio Company Positions</div><div class="button-icon-external-wrap"><div class="button-text-external-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div class="button-text-external-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a></div></div></div></div></div></div></div></section></div></div><section data-w-id="b9d2deca-a4eb-ac89-8d86-e4424b754f87" style="opacity:0" class="section_disclosure"><div class="padding-global"><div class="padding-section-small is-home-disclosure"><div class="container-large"><div class="disclosure_section is-homepage"><div class="disclosure_text w-richtext"><p>The portfolio companies and executives presented on this page are examples of those that Brighton Park has collaborated with and are not intended to reflect a comprehensive list of, or a representative sample of, all Brighton Park portfolio companies. The statements on this page by portfolio company executives have been provided with the intention of describing their personal experiences having Brighton Park as an investor in their respective companies. It is important to note that the experiences of other portfolio companies and their executives might vary from those depicted here. There is no assurance that Brighton Park's involvement with other portfolio companies will yield results comparable to the ones shown. Brighton Park did not offer any form of direct compensation to these executives for the provision of these statements. Such executives receive ordinary course compensation from their relevant portfolio companies, some of which are controlled by Brighton Park, and may have other relationships with Brighton Park (including investments in Brighton Park or its affiliated funds). There may be certain inherent conflicts of interest relating to these executives because they are employed by Brighton Park's portfolio companies and receive benefits and compensation in connection with such employment.</p><p></p><p>* Unless otherwise noted, figures provided on this site are as of January 2024. Global presence is defined as BPC portfolio companies that are either (1) domiciled outside the U.S., (2) at least one-third of ARR is earned outside the U.S., or (3) a significant amount of business lines or employees are domiciled outside the U.S..</p></div></div></div></div></div></section><div class="featured-themes-visibility"><div class="featured-themes-nest w-dyn-list"><div fs-cmsnest-collection="themes" fs-cmsnest-element="nest-source" role="list" class="display-flex w-dyn-items"><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/grc" class="display-none">GRC</a><p class="display-inline">GRC</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/healthcare-technology" class="display-none">Healthcare IT</a><p class="display-inline">Healthcare IT</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/disrupting-legacy-systems" class="display-none">Disrupting Legacy Systems</a><p class="display-inline">Disrupting Legacy Systems</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/modern-k-12-education-software" class="display-none">Modern K-12 Education Software</a><p class="display-inline">Modern K-12 Education Software</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/workforce-management" class="display-none">Workforce Management</a><p class="display-inline">Workforce Management</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/live-event-technology" class="display-none">Live Event Technology</a><p class="display-inline">Live Event Technology</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/internet-marketplaces" class="display-none">Internet Marketplaces</a><p class="display-inline">Internet Marketplaces</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/api-security" class="display-none">API Security</a><p class="display-inline">API Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/devsecops" class="display-none">DevSecOps</a><p class="display-inline">DevSecOps</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/application-security-testing" class="display-none">Application Security Testing</a><p class="display-inline">Application Security Testing</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/modern-web-development" class="display-none">Modern Web Development</a><p class="display-inline">Modern Web Development</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/commerce-enablement" class="display-none">Commerce Enablement</a><p class="display-inline">Commerce Enablement</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/headless-content-management-system" class="display-none">Headless Content Management System</a><p class="display-inline">Headless Content Management System</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/identity-security" class="display-none">Identity Security</a><p class="display-inline">Identity Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/scheduling" class="display-none">Scheduling</a><p class="display-inline">Scheduling</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/growth-in-rich-media-content" class="display-none">Growth in Rich Media & Content</a><p class="display-inline">Growth in Rich Media & Content</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/remote-hybrid-work" class="display-none">Remote & Hybrid Work</a><p class="display-inline">Remote & Hybrid Work</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/productivity-collaboration" class="display-none">Productivity & Collaboration</a><p class="display-inline">Productivity & Collaboration</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/open-source-software" class="display-none">Open-Source Software</a><p class="display-inline">Open-Source Software</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/data-science" class="display-none">Data Science</a><p class="display-inline">Data Science</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/pharma-commercialization" class="display-none">Pharma Commercialization</a><p class="display-inline">Pharma Commercialization</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/network-detection-response" class="display-none">Network Detection & Response</a><p class="display-inline">Network Detection & Response</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/cyber-security" class="display-none">Cyber Security</a><p class="display-inline">Cyber Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/digital-identity" class="display-none">Digital Identity</a><p class="display-inline">Digital Identity</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/personalized-communication" class="display-none">Personalized Communication</a><p class="display-inline">Personalized Communication</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/patient-engagement" class="display-none">Patient Engagement</a><p class="display-inline">Patient Engagement</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/it-automation" class="display-none">IT Automation</a><p class="display-inline">IT Automation</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/low-code-security" class="display-none">Low Code Security</a><p class="display-inline">Low Code Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/digital-customer-experience" class="display-none">Digital Customer Experience</a><p class="display-inline">Digital Customer Experience</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/nextgen-hr-recruiting" class="display-none">NextGen HR & Recruiting</a><p class="display-inline">NextGen HR & Recruiting</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/sales-enablement" class="display-none">Sales Enablement</a><p class="display-inline">Sales Enablement</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/nextgen-information-services" class="display-none">NextGen Information Services</a><p class="display-inline">NextGen Information Services</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/b2b-e-commerce" class="display-none">B2B E-Commerce</a><p class="display-inline">B2B E-Commerce</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/digital-transformation" class="display-none">Digital Transformation</a><p class="display-inline">Digital Transformation</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/zero-trust-security" class="display-none">Zero Trust Security</a><p class="display-inline">Zero Trust Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/iot-security" class="display-none">IoT Security</a><p class="display-inline">IoT Security</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/critical-infrastructure-protection" class="display-none">Critical Infrastructure Protection</a><p class="display-inline">Critical Infrastructure Protection</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/ai-machine-learning" class="display-none">AI & Machine Learning</a><p class="display-inline">AI & Machine Learning</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/automation-of-administrative-tasks" class="display-none">Automation of Administrative Tasks</a><p class="display-inline">Automation of Administrative Tasks</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/indirect-sales-enablement" class="display-none">Indirect Sales Enablement</a><p class="display-inline">Indirect Sales Enablement</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/partner-relationship-management" class="display-none">Partner Relationship Management</a><p class="display-inline">Partner Relationship Management</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/data-management-governance" class="display-none">Data Management & Governance</a><p class="display-inline">Data Management & Governance</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/data-application-proliferation" class="display-none">Data & Application Proliferation</a><p class="display-inline">Data & Application Proliferation</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/enterprise-digital-transformation" class="display-none">Enterprise Digital Transformation</a><p class="display-inline">Enterprise Digital Transformation</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/tech-enabled-services" class="display-none">Tech-Enabled Services</a><p class="display-inline">Tech-Enabled Services</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/data-engineering" class="display-none">Data Engineering</a><p class="display-inline">Data Engineering</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/online-fraud-bot-attack-detection-prevention" class="display-none">Online Fraud & Bot Attack Detection / Prevention</a><p class="display-inline">Online Fraud & Bot Attack Detection / Prevention</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/unsupervised-machine-learning" class="display-none">Unsupervised Machine Learning</a><p class="display-inline">Unsupervised Machine Learning</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/data-analytics" class="display-none">Data Analytics</a><p class="display-inline">Data Analytics</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/tooling-for-modern-software-development" class="display-none">Tooling for Modern Software Development</a><p class="display-inline">Tooling for Modern Software Development</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/observability" class="display-none">Observability</a><p class="display-inline">Observability</p><p class="display-inline featured-themes-comma">,</p></div><div role="listitem" class="display-inline featured-themes-item w-dyn-item"><a href="/investment-themes/ecommerce-enablement" class="display-none">eCommerce Enablement</a><p class="display-inline">eCommerce Enablement</p><p class="display-inline featured-themes-comma">,</p></div></div></div></div><div style="opacity:0" class="footer_interaction"><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-xxlarge"><div class="padding-bottom padding-large"><div class="w-layout-grid footer_top-wrapper"><div class="footer_left-wrapper"><div class="heading-style-h2 footer-headline">Undivided Attention.</div><div class="heading-style-h2 footer-headline text-color-green">True Investment.</div></div><div class="w-layout-grid footer_menu-wrapper"><div class="footer_link-list"><a href="/approach" class="footer_link-list-item">Approach</a><a href="/companies" class="footer_link-list-item">Companies</a><a href="/team" class="footer_link-list-item">Team</a><a href="/insights" class="footer_link-list-item">Insights</a><a data-w-id="8e6707cd-fc47-9222-e045-dfbd42980a13" href="https://jobs.bpc.com/" class="footer_link-list-item w-inline-block"><div>Jobs</div><div class="footer_link-arrow-wrap"><div class="button-text-external-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div class="button-text-external-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a><a data-w-id="8e6707cd-fc47-9222-e045-dfbd42980a19" href="https://bpc.sharesecurely.com/login" target="_blank" class="footer_link-list-item w-inline-block"><div>Investor Login</div><div class="footer_link-arrow-wrap"><div class="button-text-external-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div><div class="button-text-external-icon is-absolute w-embed"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="currentColor"/></svg></div></div></a></div><div class="footer_contact-list"><div class="text-size-xsmall">330 Railroad Ave, Suite 200<br/>Greenwich, CT 06830</div><a href="tel:+12035420750" class="footer_link-list-item text-weight-normal">203.542.0750</a><a fs-copyclip-message="Copied!" fs-copyclip-element="click" href="mailto:[email protected]?subject=Hello!" class="footer_link-list-item">[email protected]</a><a href="https://www.linkedin.com/company/brighton-park-capital/" target="_blank" class="footer_link-list-item transition-color-200 w-inline-block"><div class="icon-embed-medium w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 5H31.6667C33.5077 5 35 6.49238 35 8.33333V31.6667C35 33.5077 33.5077 35 31.6667 35H8.33333C6.49238 35 5 33.5077 5 31.6667V8.33333C5 6.49238 6.49238 5 8.33333 5ZM13.3333 30C13.7936 30 14.1667 29.6268 14.1667 29.1667V17.5C14.1667 17.0398 13.7936 16.6667 13.3333 16.6667H10.8333C10.3731 16.6667 10 17.0398 10 17.5V29.1667C10 29.6268 10.3731 30 10.8333 30H13.3333ZM12.0833 15C10.7026 15 9.58333 13.8807 9.58333 12.5C9.58333 11.1193 10.7026 10 12.0833 10C13.4641 10 14.5833 11.1193 14.5833 12.5C14.5833 13.8807 13.4641 15 12.0833 15ZM29.1667 30C29.6268 30 30 29.6268 30 29.1667V21.5C30.0542 18.8513 28.096 16.5909 25.4667 16.2667C23.6283 16.0988 21.8472 16.9573 20.8333 18.5V17.5C20.8333 17.0398 20.4602 16.6667 20 16.6667H17.5C17.0398 16.6667 16.6667 17.0398 16.6667 17.5V29.1667C16.6667 29.6268 17.0398 30 17.5 30H20C20.4602 30 20.8333 29.6268 20.8333 29.1667V22.9167C20.8333 21.536 21.9527 20.4167 23.3333 20.4167C24.714 20.4167 25.8333 21.536 25.8333 22.9167V29.1667C25.8333 29.6268 26.2065 30 26.6667 30H29.1667Z" fill="currentColor"/> </svg></div></a></div></div></div></div><div class="line-divider is-white-50"></div><div class="padding-top padding-large"><div class="footer_bottom-wrapper"><div class="footer_bottom-logo-wrap"><img src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/65381a35af8b13a21e18d0fb_BCP%20Glyph.png" loading="lazy" width="22" alt="" class="footer_logo-glyph"/><div class="text-size-xsmall">© 2025 Brighton Park Capital. All rights reserved.</div></div><div class="w-layout-grid footer1_legal-list"><a href="/privacy-policy" class="footer_legal-link is-footer">Privacy Policy</a><a href="/terms-of-use" class="footer_legal-link is-footer">Terms of Use and Legal Disclaimers</a></div></div></div></div></div></div></footer></div></div></div><div class="global-styles-consent"><div class="global-styles w-embed"><!-- Custom Relume Styles --> <style> /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 4 lines of text */ .text-style-4lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } /* 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; } /* Apply "..." after 1 line of text */ .text-style-1lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } </style> <!-- Custom BPC Styles --> <style> .home-features_list .home-features_item:last-child { border: 0; } .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block { color: var(--color--white); border: 1px solid var(--color--white-25); } .insight-cards_item:is(:hover,:active,:focus) .tag { background-color: 1px solid var(--color--white-5); } blockquote:before {content: open-quote;} blockquote:after {content: close-quote;} .text-rich-text blockquote:before {content:none;} .text-rich-text blockquote:after {content:none;} .text-style-quote:before { content: open-quote; } .text-style-quote:after { content: close-quote; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .insight-cards_item:is(:hover,:active,:focus) .insight-cards_link, .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block, .insight-cards_item:is(:hover,:active,:focus) .button-block-external, .insight-cards_item:is(:hover,:active,:focus) .button-block-internal, .insight-cards_item:is(:hover,:active,:focus) .button-text { color: var(--color--white); } .insight-cards_item:is(:hover,:active,:focus) .tag, .insight-cards_item:is(:hover,:active,:focus) .button-block, .insight-cards_item:is(:hover,:active,:focus) .button-block-external, .insight-cards_item:is(:hover,:active,:focus) .button-block-internal { border: 1px solid var(--color--white-25); } .insight-cards_item:is(:hover,:active,:focus) .tag { background-color: 1px solid var(--color--white-5); } svg .homepage-featured-arrow_path { transition: stroke .2s ease; } svg .homepage-featured-arrow_bg { transition: fill .2s ease; } .homepage-featured_button-wrap:is(:hover,:focus,:active) svg .homepage-featured-arrow_bg { fill: var(--color--dark-blue); } .homepage-featured_button-wrap:is(:hover,:focus,:active) svg .homepage-featured-arrow_path { stroke: var(--color--white); } .jobs_component:is(:hover,:active,:focus) .button-block-external { background-color: var(--color--white); color: var(--color--dark-blue); } .homepage-featured_news:is(:hover,:active,:focus) .button-block-external { background-color: var(--color--white); color: var(--color--dark-blue); } .back-to-team .back-to-team_arrow-wrap { transition: background-color .2s ease; transition: transform .2s ease; } .back-to-team:is(:hover,:active,:focus) .back-to-team_arrow-wrap { background-color: var(--color--dark-blue); transform: scale(.95); } .back-to-team:is(:hover,:active,:focus) svg { color: var(--color--white); } .companies-list_link:is(:hover,:active,:focus) .companies-list_arrow-wrap { background-color: var(--color--dark-blue); color: var(--color--white); } .featured-themes-nest .featured-themes-item:last-child .featured-themes-comma { display: none; } .homepage-featured_logo-filters { filter: invert(10%) sepia(23%) saturate(3451%) hue-rotate(167deg) brightness(99%) contrast(101%); } .companies-all_marquee-item:last-child .companies-all_marquee-text:last-child { display: none; } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .companies-all_marquee-list { display: flex; animation: marquee 30s linear infinite; white-space: nowrap; overflow: hidden; } .companies_item-link:is(:focus,:active,:hover) .companies_open-text { transform: translateX(0px); } .companies_item-link:is(:focus,:active,:hover) .companies_arrow-wrap { transform: translateX(0px); opacity: 100%; } @media screen and (max-width: 1100px) and (min-width: 991px) { .company-story_link-text { display: none; } } .companies_item-link:is(:hover,:active,:focus) .companies_bg-image { transform: scale(1.05); } @media (min-width: 992px) { .button-background-wrap:is(:hover, :active, :focus) .button-hover-box { height: 100%; } } body.is-ipad .button-background-wrap:is(:hover, :active, :focus) .button-hover-box { height: 0; } .investment-logo_wrapper { flex: 0 0 calc(33.333% - 32px); /* Adjust the width as needed */ } </style></div><div class="fs-cc-component"><div fs-cc="banner" class="fs-cc-banner_component"><div class="fs-cc-banner_container"><div class="fs-cc-banner_text">By clicking <strong>“Accept”</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="fs-cc-banner_text-link">Privacy Policy</a> for more information.</div><div class="fs-cc-banner_buttons-wrapper"><div class="fs-cc-banner_button-links"><a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a><a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a><a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a></div><div fs-cc="close" class="fs-cc-banner_close"><div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div></div></div><div fs-cc="interaction" class="fs-cc-banner_trigger"></div></div><div fs-cc="manager" class="fs-cc-manager_component"><div fs-cc="open-preferences" class="fs-cc-manager_button"><div class="fs-cc-manager_icon w-embed"><svg viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M52.631 30.3899C52.229 30.4443 51.8161 30.4769 51.3924 30.4769C47.5135 30.4769 44.2322 27.9344 43.1022 24.4358C42.9066 23.8382 42.4177 23.371 41.7984 23.2624C35.3553 22.0346 30.4877 16.3847 30.4877 9.5831C30.4877 6.72555 31.3461 4.07445 32.8237 1.86881C33.1714 1.34728 32.8781 0.641046 32.2588 0.521529C30.5529 0.173843 28.8036 0 27 0C12.093 0 0 12.093 0 27C0 41.907 12.093 54 27 54C40.4402 54 51.5553 44.2213 53.6415 31.3678C53.7392 30.7811 53.2068 30.303 52.631 30.3899Z" fill="#4264D1"/> <path d="M14.8093 21.7738C16.7355 21.7738 18.297 20.2123 18.297 18.2861C18.297 16.3599 16.7355 14.7984 14.8093 14.7984C12.883 14.7984 11.3215 16.3599 11.3215 18.2861C11.3215 20.2123 12.883 21.7738 14.8093 21.7738Z" fill="#6CE2FF"/> <path d="M16.5477 38.3215C17.9879 38.3215 19.1554 37.154 19.1554 35.7138C19.1554 34.2737 17.9879 33.1062 16.5477 33.1062C15.1075 33.1062 13.9401 34.2737 13.9401 35.7138C13.9401 37.154 15.1075 38.3215 16.5477 38.3215Z" fill="#6CE2FF"/> <path d="M38.2129 7.06237L37.963 8.56177C37.7565 9.78953 38.4519 10.9956 39.6254 11.441L41.8419 12.2668C43.2978 12.8101 44.9167 11.9626 45.297 10.4523L46.0901 7.3014C46.5791 5.33481 44.7429 3.58551 42.8089 4.16137L40.06 4.98712C39.093 5.26961 38.3759 6.07364 38.2129 7.06237Z" fill="#6CE2FF"/> <path d="M47.0354 16.5477L45.9815 17.0692C45.1557 17.4821 44.7972 18.4708 45.1557 19.3183L46.0032 21.2958C46.5139 22.4909 48.1111 22.7191 48.9477 21.7195L50.3058 20.0897C50.9469 19.3183 50.8056 18.1774 50.0125 17.5799L48.8608 16.7106C48.3284 16.3195 47.6221 16.2543 47.0354 16.5477Z" fill="#6CE2FF"/> <path d="M52.2615 13.06C53.2216 13.06 53.9999 12.2816 53.9999 11.3215C53.9999 10.3614 53.2216 9.5831 52.2615 9.5831C51.3014 9.5831 50.5231 10.3614 50.5231 11.3215C50.5231 12.2816 51.3014 13.06 52.2615 13.06Z" fill="#6CE2FF"/> <path d="M30.2704 50.7296C15.3634 50.7296 3.27042 38.6366 3.27042 23.7296C3.27042 17.1018 5.66076 11.039 9.61569 6.34528C3.73763 11.2998 0 18.7099 0 27C0 41.907 12.093 54 27 54C35.2901 54 42.7002 50.2732 47.6439 44.3952C42.9501 48.3501 36.8873 50.7296 30.2704 50.7296Z" fill="#4264D1"/> <path d="M42.2222 10.2459C40.7662 9.70263 39.897 8.19236 40.1469 6.64951L40.4403 4.86761L40.0274 4.98713C39.0712 5.26963 38.365 6.07365 38.202 7.06238L37.9521 8.56178C37.7457 9.78955 38.4411 10.9956 39.6145 11.4411L41.831 12.2668C43.0044 12.7014 44.2648 12.2342 44.9167 11.2563L42.2222 10.2459Z" fill="#4264D1"/> <path d="M47.8612 20.1658L46.905 17.9276C46.7203 17.5038 46.7095 17.0584 46.8181 16.6455L45.9815 17.0692C45.1557 17.4821 44.7972 18.4708 45.1557 19.3183L46.0032 21.2958C46.5139 22.491 48.1111 22.7191 48.9477 21.7195L49.2845 21.3175C48.6869 21.198 48.1328 20.8069 47.8612 20.1658Z" fill="#4264D1"/> <path d="M16.6563 19.9268C14.7332 19.9268 13.1686 18.3622 13.1686 16.4391C13.1686 15.961 13.2664 15.4938 13.4402 15.0809C12.1907 15.6133 11.3107 16.8519 11.3107 18.2861C11.3107 20.2093 12.8753 21.7739 14.7984 21.7739C16.2435 21.7739 17.4821 20.8938 18.0036 19.6443C17.6016 19.829 17.1344 19.9268 16.6563 19.9268Z" fill="white"/> <path d="M17.9059 36.9634C16.4608 36.9634 15.2982 35.79 15.2982 34.3557C15.2982 33.9863 15.3743 33.6386 15.5155 33.3235C14.592 33.7256 13.9401 34.6491 13.9401 35.7248C13.9401 37.1698 15.1135 38.3324 16.5477 38.3324C17.6234 38.3324 18.5469 37.6805 18.9489 36.757C18.623 36.8873 18.2753 36.9634 17.9059 36.9634Z" fill="white"/> <path d="M33.0954 41.8093C35.0216 41.8093 36.5831 40.2477 36.5831 38.3215C36.5831 36.3953 35.0216 34.8338 33.0954 34.8338C31.1692 34.8338 29.6077 36.3953 29.6077 38.3215C29.6077 40.2477 31.1692 41.8093 33.0954 41.8093Z" fill="#6CE2FF"/> <path d="M34.9425 39.9513C33.0193 39.9513 31.4547 38.3867 31.4547 36.4636C31.4547 35.9855 31.5525 35.5183 31.7264 35.1054C30.4769 35.6378 29.5968 36.8765 29.5968 38.3107C29.5968 40.2338 31.1614 41.7984 33.0845 41.7984C34.5296 41.7984 35.7682 40.9183 36.2898 39.6688C35.8877 39.8535 35.4314 39.9513 34.9425 39.9513Z" fill="white"/> <path d="M27.8063 22.9281C27.9601 21.9804 27.3165 21.0874 26.3688 20.9336C25.421 20.7798 24.5281 21.4234 24.3743 22.3711C24.2205 23.3188 24.864 24.2118 25.8118 24.3656C26.7595 24.5194 27.6525 23.8758 27.8063 22.9281Z" fill="#6CE2FF"/> <path d="M42.6785 35.6487C42.798 35.6487 42.9284 35.6161 43.0371 35.5618C43.4391 35.3553 43.602 34.8664 43.4065 34.4644L42.5373 32.726C42.3308 32.3239 41.8419 32.161 41.4399 32.3565C41.0379 32.563 40.8749 33.0519 41.0705 33.4539L41.9397 35.1924C42.0918 35.4857 42.3743 35.6487 42.6785 35.6487Z" fill="white"/> <path d="M33.0954 30.4225C33.2149 30.4225 33.3453 30.39 33.4539 30.3356L35.1923 29.4664C35.5944 29.26 35.7573 28.771 35.5618 28.369C35.3553 27.967 34.8664 27.804 34.4644 27.9996L32.726 28.8688C32.3239 29.0753 32.161 29.5642 32.3565 29.9662C32.5087 30.2596 32.802 30.4225 33.0954 30.4225Z" fill="white"/> <path d="M8.85515 28.2386C8.9964 28.5211 9.28976 28.6841 9.58312 28.6841C9.70263 28.6841 9.83302 28.6515 9.94167 28.5972C10.3437 28.3908 10.5067 27.9018 10.3111 27.4998L9.44187 25.7614C9.23543 25.3594 8.7465 25.1964 8.34449 25.392C7.94247 25.5984 7.7795 26.0873 7.97507 26.4894L8.85515 28.2386Z" fill="white"/> <path d="M22.2845 41.9505L20.5461 42.8197C20.1441 43.0262 19.9811 43.5151 20.1767 43.9171C20.3179 44.1996 20.6113 44.3626 20.9046 44.3626C21.0242 44.3626 21.1545 44.33 21.2632 44.2757L23.0016 43.4064C23.4036 43.2 23.5666 42.7111 23.371 42.3091C23.1755 41.907 22.6865 41.7441 22.2845 41.9505Z" fill="white"/> <path d="M23.2189 9.00724L22.3497 8.13802C22.0346 7.82293 21.5131 7.82293 21.198 8.13802C20.8829 8.45311 20.8829 8.97464 21.198 9.28973L22.0672 10.1589C22.2302 10.3219 22.4366 10.398 22.6431 10.398C22.8495 10.398 23.0559 10.3219 23.2189 10.1589C23.5449 9.84385 23.5449 9.32233 23.2189 9.00724Z" fill="white"/> <path d="M19.4596 28.1626C19.1445 28.4777 19.1445 28.9992 19.4596 29.3143L20.3288 30.1835C20.4918 30.3465 20.6982 30.4226 20.9047 30.4226C21.1111 30.4226 21.3175 30.3465 21.4805 30.1835C21.7956 29.8684 21.7956 29.3469 21.4805 29.0318L20.6113 28.1626C20.2853 27.8475 19.7747 27.8475 19.4596 28.1626Z" fill="white"/> <path d="M29.6729 47.0354V47.9046C29.6729 48.3501 30.0423 48.7195 30.4877 48.7195C30.9332 48.7195 31.3026 48.3501 31.3026 47.9046V47.0354C31.3026 46.5899 30.9332 46.2205 30.4877 46.2205C30.0423 46.2205 29.6729 46.5791 29.6729 47.0354Z" fill="white"/> <path d="M25.8374 15.3851L26.7067 14.5159C27.0217 14.2008 27.0217 13.6793 26.7067 13.3642C26.3916 13.0491 25.87 13.0491 25.5549 13.3642L24.6857 14.2334C24.3706 14.5485 24.3706 15.07 24.6857 15.3851C24.8487 15.5481 25.0551 15.6241 25.2616 15.6241C25.468 15.6241 25.6745 15.5372 25.8374 15.3851Z" fill="white"/> </g> <defs> <clipPath id="clip0"> <rect width="54" height="54" fill="white"/> </clipPath> </defs> </svg></div></div><div fs-cc="interaction" class="fs-cc-manager_trigger"></div></div><div fs-cc-scroll="disable" fs-cc="preferences" class="fs-cc-prefs_component w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="fs-cc-prefs_form" data-wf-page-id="659efef9c6b5fa8cde73c87f" data-wf-element-id="2df729e9-f736-ac15-0b30-fe366063a1cc"><div fs-cc="close" class="fs-cc-prefs_close"><div class="fs-cc-prefs_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 24"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="fs-cc-prefs_content"><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title">Privacy Preference Center</div></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_text">When you visit websites, they may store or retrieve data in your browser. This storage is often necessary for the basic functionality of the website. The storage may be used for marketing, analytics, and personalization of the site, such as storing your preferences. Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website.</div></div><div class="fs-cc-prefs_space-medium"><a fs-cc="deny" href="#" class="fs-cc-prefs_button fs-cc-button-alt w-button">Reject all cookies</a><a fs-cc="allow" href="#" class="fs-cc-prefs_button w-button">Allow all cookies</a></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title">Manage Consent Preferences by Category</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Essential</div><div class="fs-cc-prefs_text"><strong>Always Active</strong></div></div><div class="fs-cc-prefs_text">These items are required to enable basic website functionality.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Marketing</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="marketing-2" name="marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="marketing-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items are used to deliver advertising that is more relevant to you and your interests. They may also be used to limit the number of times you see an advertisement and measure the effectiveness of advertising campaigns. Advertising networks usually place them with the website operator’s permission.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Personalization</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="personalization-2" name="personalization-2" data-name="Personalization 2" fs-cc-checkbox="personalization" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="personalization-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items allow the website to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features. For example, a website may provide you with local weather reports or traffic news by storing data about your current location.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label">Analytics</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="analytics-2" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="analytics-2" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues. This storage type usually doesn’t collect information that identifies a visitor.</div></div><div class="fs-cc-prefs_buttons-wrapper"><a fs-cc="submit" href="#" class="fs-cc-prefs_button w-button">Confirm my preferences and close</a></div><input type="submit" data-wait="Please wait..." class="fs-cc-prefs_submit-hide w-button" value="Submit"/><div class="w-embed"><style> /* smooth scrolling on iOS devices */ .fs-cc-prefs_content{-webkit-overflow-scrolling: touch} </style></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div><div fs-cc="close" class="fs-cc-prefs_overlay"></div><div fs-cc="interaction" class="fs-cc-prefs_trigger"></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6532a38301b31eaa1a253407" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/js/webflow.schunk.4a394eb5af8156f2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/js/webflow.schunk.c4b554bbb5f2fa8d.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/js/webflow.schunk.8ece95c405b06ec5.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/6532a38301b31eaa1a253407/js/webflow.66ece72c.eb486bbaf70555b8.js" type="text/javascript"></script><script> document.addEventListener('DOMContentLoaded', function() { if (/iPad|Macintosh/i.test(navigator.userAgent) && navigator.maxTouchPoints && navigator.maxTouchPoints > 2) { document.body.classList.add('is-ipad'); } }); </script> <script> // Script to hide all empty dynamic sections // Get all elements with the attribute hide-dyn="section" const hideDynSections = document.querySelectorAll('[hide-dyn="section"]'); // Check if there are any hide-dyn="section" elements if (hideDynSections.length > 0) { // Loop through each hide-dyn="section" element hideDynSections.forEach(section => { // Check if the section has a direct child with the class .w-dyn-bind-empty const directEmptyChild = section.querySelector('.w-dyn-bind-empty'); // If a direct .w-dyn-bind-empty child exists, hide the section and skip further checks if (directEmptyChild) { section.style.display = 'none'; return; // Skip further processing for this section } // Check if the section has any children with the class .w-dyn-list const dynLists = section.querySelectorAll('.w-dyn-list'); // Flag to determine if the section should be hidden let shouldHide = true; // Check if there are any .w-dyn-list children if (dynLists.length === 0) { shouldHide = false; } else { // Loop through each .w-dyn-list element dynLists.forEach(dynList => { // Check if the .w-dyn-list element has any children with the class .w-dyn-empty or .w-dyn-bind-empty const emptyChildren = dynList.querySelectorAll('.w-dyn-empty, .w-dyn-bind-empty'); // If there are no empty children, set shouldHide to false if (emptyChildren.length === 0) { shouldHide = false; } }); } // If shouldHide is true, hide the section if (shouldHide) { section.style.display = 'none'; } }); } </script></body></html>