{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sEgZTghnSFcRPLGPeVu5/XrihG9uP979neGb8wj3I/lqd6SoyS2.js"],
  "sourcesContent": ["// Generated by Framer (2ca17d4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import GeneralGainProGradient from\"https://framerusercontent.com/modules/c83ywOBtmbiECEOcJ1pP/EojmrWew14khX6CIGUsc/GainProGradient.js\";import GeneralTopGradient from\"#framer/local/canvasComponent/AmozWnWNA/AmozWnWNA.js\";import GeneralBulletCheckmark from\"#framer/local/canvasComponent/b4T_3kWgq/b4T_3kWgq.js\";import GeneralFooter from\"#framer/local/canvasComponent/BdUz8VN3W/BdUz8VN3W.js\";import GeneralVideoOverlay from\"#framer/local/canvasComponent/L47tzN_WN/L47tzN_WN.js\";import GeneralHeaderSignUpForm from\"#framer/local/canvasComponent/nbCNG9MuB/nbCNG9MuB.js\";import GeneralBannerCTA from\"#framer/local/canvasComponent/nCTAdmgdg/nCTAdmgdg.js\";import GeneralMainNavigation from\"#framer/local/canvasComponent/nS3enLUI8/nS3enLUI8.js\";import CustomerStoriesDownloadPDFBanner from\"#framer/local/canvasComponent/sBVEe8Aba/sBVEe8Aba.js\";import GeneralQuote from\"#framer/local/canvasComponent/WFjlcrt3E/WFjlcrt3E.js\";import GeneralButtonFile from\"#framer/local/codeFile/GmIPxNZ/DownloadFileButton.js\";import*as sharedStyle from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/lqd6SoyS2/lqd6SoyS2.js\";const GeneralTopGradientFonts=getFonts(GeneralTopGradient);const GeneralMainNavigationFonts=getFonts(GeneralMainNavigation);const GeneralButtonFileFonts=getFonts(GeneralButtonFile);const GeneralQuoteFonts=getFonts(GeneralQuote);const GeneralGainProGradientFonts=getFonts(GeneralGainProGradient);const GeneralBulletCheckmarkFonts=getFonts(GeneralBulletCheckmark);const GeneralVideoOverlayFonts=getFonts(GeneralVideoOverlay);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const GeneralHeaderSignUpFormFonts=getFonts(GeneralHeaderSignUpForm);const CustomerStoriesDownloadPDFBannerFonts=getFonts(CustomerStoriesDownloadPDFBanner);const GeneralBannerCTAFonts=getFonts(GeneralBannerCTA);const GeneralFooterFonts=getFonts(GeneralFooter);const breakpoints={h8F_KSGyT:\"(min-width: 810px) and (max-width: 1199px)\",wpmZPbwYd:\"(min-width: 1200px)\",wv5_aFDsQ:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-L7bP2\";const variantClassNames={h8F_KSGyT:\"framer-v-5c2u19\",wpmZPbwYd:\"framer-v-14dboae\",wv5_aFDsQ:\"framer-v-1qzugdl\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition1={damping:21,delay:.6,mass:1,stiffness:868,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"wpmZPbwYd\",Phone:\"wv5_aFDsQ\",Tablet:\"h8F_KSGyT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wpmZPbwYd\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const tap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"h8F_KSGyT\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"h8F_KSGyT\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"wpmZPbwYd\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-14dboae\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:536,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-661s3j-container\",children:/*#__PURE__*/_jsx(GeneralTopGradient,{height:\"100%\",id:\"cu8yq8pXb\",K7jnHh0Bl:\"rgba(255, 255, 255, 0)\",layoutId:\"cu8yq8pXb\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u0l1ac-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{variant:\"y9DH9Ob9C\"}},children:/*#__PURE__*/_jsx(GeneralMainNavigation,{height:\"100%\",id:\"nK_w_ryia\",layoutId:\"nK_w_ryia\",style:{height:\"100%\",width:\"100%\"},variant:\"hPhhoz28f\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aywz9c\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9dx9p2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b78fij\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1opiit4\",\"data-framer-name\":\"Overline\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10bcc86\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3 16\"><path d=\"M 0 0 L 3 0 L 3 16 L 0 16 Z\" fill=\"#C6EBDE\"></path></svg>',svgContentId:11324323356,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\",\"--framer-text-transform\":\"uppercase\"},children:\"Customer story\"})}),className:\"framer-zkhbeh\",fonts:[\"Inter-ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:419,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+422.95+0+48.8),pixelHeight:419,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png\",srcSet:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png 800w\"}},wv5_aFDsQ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:419,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0+24+0+0+48.8),pixelHeight:419,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png\",srcSet:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:419,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+413.75+0+48.8),pixelHeight:419,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png\",srcSet:\"https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/pB4rsTX84jbH2rZwVN7zzYED5k.png 800w\"},className:\"framer-t6k0dq\",\"data-framer-name\":\"llc\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wby5yn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Harnessing tech solutions:\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Harnessing tech solutions:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Harnessing tech solutions:\"})}),className:\"framer-14dbgdj\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"How Inflexion Differentiates Themselves Through Advanced Technology\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"How Inflexion Differentiates Themselves Through Advanced Technology\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"How Inflexion Differentiates Themselves Through Advanced Technology\"})}),className:\"framer-2vflo3\",fonts:[\"Inter-ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tf935t-container\",children:/*#__PURE__*/_jsx(GeneralButtonFile,{file:\"https://framerusercontent.com/assets/JaWSaNdCRwiRKOa8bcPIw3pjRk.pdf\",height:\"100%\",id:\"SvrO_7Drf\",label:\"Download PDF\",layoutId:\"SvrO_7Drf\",variant:\"e1vxbWnEw\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dpj4m\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:710,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0+24+522.6+0+0),pixelHeight:540,pixelWidth:710,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 48px)`,src:\"https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg\",srcSet:\"https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg 710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:710,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+48+0+0),pixelHeight:540,pixelWidth:710,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1296px) - 144px) / 2, 1px)`,src:\"https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg\",srcSet:\"https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/yUNTS3rTvBjXRWNKwmaeYErYUkw.jpeg 710w\"},className:\"framer-vquvua\",\"data-framer-name\":\"$617abb7ccd97baa2b02861c6_Picture4_1\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-htcagt\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7mw29f\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-color\":\"rgb(42, 42, 94)\"},children:\"Driving operational efficiency with private market intelligence\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Driving operational efficiency with private market intelligence\"})}),className:\"framer-11tj9nj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Inflexion is a leading private equity firm based in London with a team of over 160 professionals \u2013 one of the mid-market\u2019s most sizable teams. They distinguish themselves by closely collaborating with the businesses they back, providing both capital and expertise to drive accelerated growth. Inflexion boasts \\xa38 billion in assets under management, with a portfolio reaching 160 countries across the globe.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Inflexion is a leading private equity firm based in London with a team of over 160 professionals \u2013 one of the mid-market\u2019s most sizable teams. They distinguish themselves by closely collaborating with the businesses they back, providing both capital and expertise to drive accelerated growth. Inflexion boasts \\xa38 billion in assets under management, with a portfolio reaching 160 countries across the globe.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"Inflexion is a leading private equity firm based in London with a team of over 160 professionals \u2013 one of the mid-market\u2019s most sizable teams. They distinguish themselves by closely collaborating with the businesses they back, providing both capital and expertise to drive accelerated growth. Inflexion boasts \\xa38 billion in assets under management, with a portfolio reaching 160 countries across the globe.\"})}),className:\"framer-oc3ozj\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As a firm who stands at the forefront of technology, Inflexion recognizes the pivotal role digital solutions play in driving operational efficiency \u2013 not only within their portfolio companies, but within their own firm.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As a firm who stands at the forefront of technology, Inflexion recognizes the pivotal role digital solutions play in driving operational efficiency \u2013 not only within their portfolio companies, but within their own firm.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As a firm who stands at the forefront of technology, Inflexion recognizes the pivotal role digital solutions play in driving operational efficiency \u2013 not only within their portfolio companies, but within their own firm.\"})}),className:\"framer-39q2ym\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8gwr0y\",\"data-framer-name\":\"Quote\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+1365.5+96+315.5999999999999+0+0},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 928px)`,y:(componentViewport?.y||0)+0+1888.1+64+318.19999999999993+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 928px)`,y:(componentViewport?.y||0)+0+1365.5+96+337.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fx82ts-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{variant:\"OVGE5LcnZ\"}},children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"Ux824hdrj\",layoutId:\"Ux824hdrj\",QdIqw_SDi:addImageAlt({src:\"https://framerusercontent.com/images/gyVSde25uZ2TZpxROUOW0m51DiI.jpeg\",srcSet:\"https://framerusercontent.com/images/gyVSde25uZ2TZpxROUOW0m51DiI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/gyVSde25uZ2TZpxROUOW0m51DiI.jpeg 800w\"},\"\"),RpVk1mtfi:\"\\\"With the rapidly evolving landscape of digital tools, we want to make sure that we're using the \\nvery best platforms available to us. We don\u2019t want to use the tools that people were using 10 \\nyears ago, but ones that, with each new development in areas like AI, emerge with leading \\ncapabilities so we can be as informed as possible when making investment decisions.\u201D \",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"OBILfY5PH\",width:\"100%\",zPyJfSWSe:\"Origination Analyst at Inflexion\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k8amf9\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Before procuring Gain.pro, the team at Inflexion leveraged other intelligence platforms, but they lacked comprehensive coverage on European sponsor-backed businesses within their addressable asset pool. Because of this, their research teams had to spend hours on manual research and analysis of their sweet spot targets. Knowing they needed to create efficiency in this area, they sought out a platform that was not only comprehensive in its coverage, but digitally advanced in its functionalities.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Before procuring Gain.pro, the team at Inflexion leveraged other intelligence platforms, but they lacked comprehensive coverage on European sponsor-backed businesses within their addressable asset pool. Because of this, their research teams had to spend hours on manual research and analysis of their sweet spot targets. Knowing they needed to create efficiency in this area, they sought out a platform that was not only comprehensive in its coverage, but digitally advanced in its functionalities.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Before procuring Gain.pro, the team at Inflexion leveraged other intelligence platforms, but they lacked comprehensive coverage on European sponsor-backed businesses within their addressable asset pool. Because of this, their research teams had to spend hours on manual research and analysis of their sweet spot targets. Knowing they needed to create efficiency in this area, they sought out a platform that was not only comprehensive in its coverage, but digitally advanced in its functionalities.\"})}),className:\"framer-9xekjn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+1365.5+96+635.5999999999999+0+168},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+1888.1+64+654.1999999999999+0+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+1365.5+96+657.8+0+185,children:/*#__PURE__*/_jsx(Container,{className:\"framer-krpmee-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"aaB6kIiv4\",layoutId:\"aaB6kIiv4\",RpVk1mtfi:\"\u201CWe spent a lot of time appraising multiple different platforms not just for origination and company identification, but also for tracking financials, news, fundraising history and ownership, among other metrics.\u201D\",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:[\"In pursuit of a platform that fit their specific use cases and investment targets, they landed on Gain.pro. They were immediately drawn to the platform\u2019s in-depth information and data that was presented in a \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(42, 42, 94)\"},children:\"\u201Cvery intuitive and clean UX/UI.\u201D \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(42, 42, 94)\"},children:\"- Benjy Mason\"})]})}),className:\"framer-1dxgj7r\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xeq121\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Leveraging Gain.pro within the investment team\"})}),className:\"framer-18ldykr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"After procuring Gain.pro, the team at Inflexion was immediately able to integrate the tool into their daily workflows.\"})}),className:\"framer-whq1s2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+1365.5+96+1308.6+0+263.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+1888.1+64+1327.1999999999998+0+260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+1365.5+96+1347.8+0+263.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5dinm5-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"DIhBMqppQ\",layoutId:\"DIhBMqppQ\",RpVk1mtfi:\"\u201CI had a half hour call with our customer success manager and once I was comfortable and familiar with the features, I was up and running pretty much straight away.\u201D\",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"They were quickly able to leverage Gain.pro to create efficiencies in a number of different areas of their origination funnel, including their company research, market analysis and opportunity tracking.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"They were quickly able to leverage Gain.pro to create efficiencies in a number of different areas of their origination funnel, including their company research, market analysis and opportunity tracking.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"They were quickly able to leverage Gain.pro to create efficiencies in a number of different areas of their origination funnel, including their company research, market analysis and opportunity tracking.\"})}),className:\"framer-1ihoo5j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ilzldh\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mr1n0x-container\",children:/*#__PURE__*/_jsx(GeneralGainProGradient,{height:\"100%\",id:\"YMZaWMYK4\",layoutId:\"YMZaWMYK4\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:956.5,intrinsicWidth:1513,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3569.8999999999996+96+0),pixelHeight:1968,pixelWidth:3402,positionX:\"center\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 96px, 904px)`,src:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png 3402w\"}},wv5_aFDsQ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:956.5,intrinsicWidth:1513,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4003.2999999999997+40+0),pixelHeight:1968,pixelWidth:3402,positionX:\"center\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 904px)`,src:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png 3402w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:956.5,intrinsicWidth:1513,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3626.1+96+0),pixelHeight:1968,pixelWidth:3402,positionX:\"center\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 96px, 904px)`,src:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9F7leg6kYs7KEZU4Hm2X9NDY.png 3402w\"},className:\"framer-38on1g\",\"data-border\":true,\"data-framer-name\":\"Screenshot_2022_11_04_at_13_38_1\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w7us8a\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-flvkax\",\"data-framer-name\":\"Implementation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16cxas8\",\"data-framer-name\":\"Need for private market intelligence\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Speeding up company research\"})}),className:\"framer-bbqf01\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"One of the primary ways Inflexion leverages Gain.pro is to create efficiency in their company research. Gain.pro\u2019s in-depth company profiles provide a detailed snapshot of a company, including:\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"One of the primary ways Inflexion leverages Gain.pro is to create efficiency in their company research. Gain.pro\u2019s in-depth company profiles provide a detailed snapshot of a company, including:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"One of the primary ways Inflexion leverages Gain.pro is to create efficiency in their company research. Gain.pro\u2019s in-depth company profiles provide a detailed snapshot of a company, including:\"})}),className:\"framer-1yyza14\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-160je2s\",\"data-framer-name\":\"Bullets\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sajicw-container\",children:/*#__PURE__*/_jsx(GeneralBulletCheckmark,{height:\"100%\",id:\"wfV4UO1KH\",layoutId:\"wfV4UO1KH\",style:{width:\"100%\"},width:\"100%\",X5zhFnLoq:\"Concise business description\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8nmwi0-container\",children:/*#__PURE__*/_jsx(GeneralBulletCheckmark,{height:\"100%\",id:\"xEz2_63Z0\",layoutId:\"xEz2_63Z0\",style:{width:\"100%\"},width:\"100%\",X5zhFnLoq:\"Cleaned financials\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rr8u4m-container\",children:/*#__PURE__*/_jsx(GeneralBulletCheckmark,{height:\"100%\",id:\"oCsNbB8B7\",layoutId:\"oCsNbB8B7\",style:{width:\"100%\"},width:\"100%\",X5zhFnLoq:\"Business assessments\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pd0kyk-container\",children:/*#__PURE__*/_jsx(GeneralBulletCheckmark,{height:\"100%\",id:\"D2I07AyPa\",layoutId:\"D2I07AyPa\",style:{width:\"100%\"},width:\"100%\",X5zhFnLoq:\"Market positioning\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hceg2y-container\",children:/*#__PURE__*/_jsx(GeneralBulletCheckmark,{height:\"100%\",id:\"h352__MeP\",layoutId:\"h352__MeP\",style:{width:\"100%\"},width:\"100%\",X5zhFnLoq:\"Ownership history\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+4049.8999999999996+96+0+0+0+0+492.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+4227.299999999999+64+0+0+0+0+468.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+4226.1+96+0+0+0+0+509.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kfl56t-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"N4QP1h9uk\",layoutId:\"N4QP1h9uk\",RpVk1mtfi:\"\\\"With Gain.pro, you can quickly search for a business and develop a thorough understanding of it. It's very useful to gain a comprehensive snapshot.\u201D\",style:{maxWidth:\"100%\",width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"For Inflexion, one of Gain.pro\u2019s key strengths is in the quality and reliability of our data. While we leverage AI technology to provide deep coverage on a broad scope of companies, our teams of analysts contribute with their expert evaluations and nuanced understanding of their local markets.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"For Inflexion, one of Gain.pro\u2019s key strengths is in the quality and reliability of our data. While we leverage AI technology to provide deep coverage on a broad scope of companies, our teams of analysts contribute with their expert evaluations and nuanced understanding of their local markets.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"For Inflexion, one of Gain.pro\u2019s key strengths is in the quality and reliability of our data. While we leverage AI technology to provide deep coverage on a broad scope of companies, our teams of analysts contribute with their expert evaluations and nuanced understanding of their local markets.\"})}),className:\"framer-kr38i0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+4049.8999999999996+96+0+0+0+0+964.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+4227.299999999999+64+0+0+0+0+924.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+4226.1+96+0+0+0+0+998.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1exguc5-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"EUatJWVul\",layoutId:\"EUatJWVul\",RpVk1mtfi:\"\u201COne thing that\u2019s really appealing about Gain.pro is the analyst overlay that's provided. Oftentimes, Gain.pro gives estimates based on proprietary intelligence or market rumor that wouldn't get captured in other platforms. That's really helpful. It also means someone's been through and sense-checked the data.\u201D\",style:{maxWidth:\"100%\",width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fl95a7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Streamlining market analysis\"})}),className:\"framer-sa93kz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"rgb(42, 42, 94)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"When seeking out a private market intelligence platform, Inflexion wanted more than just a database, but a tool that would help them conduct thorough market analyses. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\"\u201CWe want to make sure that the data is easy to interrogate because we love analysis and being able to manipulate and interrogate data. Gain.pro is well set up for that.\u201D \"}),\"- Benjy Mason\"]})}),className:\"framer-x0wauc\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:'The ability to pull up a detailed graph of deals and companies and subsequently filter based on sector, country and growth profile stands out as a valuable feature. This functionality is \"very useful\" in their day-to-day operations as it allows them to navigate and manipulate data without ever having to leave the platform.'})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:'The ability to pull up a detailed graph of deals and companies and subsequently filter based on sector, country and growth profile stands out as a valuable feature. This functionality is \"very useful\" in their day-to-day operations as it allows them to navigate and manipulate data without ever having to leave the platform.'})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:'The ability to pull up a detailed graph of deals and companies and subsequently filter based on sector, country and growth profile stands out as a valuable feature. This functionality is \"very useful\" in their day-to-day operations as it allows them to navigate and manipulate data without ever having to leave the platform.'})}),className:\"framer-12g5m99\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Furthermore, Gain.pro plays a crucial role in portfolio analysis, offering a streamlined approach to assess sponsors and their activities.\"})}),className:\"framer-v8txiw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-41i5nq\",\"data-framer-name\":\"Text + Macbook\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k9ktjz\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+4049.8999999999996+96+1332.8+0+616.8+0+0+0},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 784px)`,y:(componentViewport?.y||0)+0+4227.299999999999+64+1260.8+0+616.8+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:\"404px\",y:(componentViewport?.y||0)+0+4226.1+96+1366.8+0+633.8+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ms70qc-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"W0WmZLWRY\",layoutId:\"W0WmZLWRY\",RpVk1mtfi:\"\u201CGain.pro is great for portfolio analysis. You can filter for sponsors and have a quick look at what they have been doing and you can filter for their deals and their portfolio with one click.\u201D\",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wzwmq6\",\"data-framer-name\":\"Device\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2728,intrinsicWidth:4299,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4049.8999999999996+96+1332.8+0+616.8+0+-93.5),pixelHeight:2728,pixelWidth:4299,sizes:\"597px\",src:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png\",srcSet:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png 4299w\"}},wv5_aFDsQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2728,intrinsicWidth:4299,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4227.299999999999+64+1260.8+0+616.8+0+296+0+0),pixelHeight:2728,pixelWidth:4299,sizes:\"462px\",src:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png\",srcSet:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png 4299w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2728,intrinsicWidth:4299,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4226.1+96+1366.8+0+633.8+0+-214),pixelHeight:2728,pixelWidth:4299,sizes:\"957px\",src:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png\",srcSet:\"https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/KX0unc63O8BVjLtWZkuB2SUMU.png 4299w\"},className:\"framer-p9ri4\",\"data-framer-name\":\"company_profile_ipad\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mpvrfg\",\"data-framer-name\":\"Need for private market intelligence\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Tracking investment opportunities\"})}),className:\"framer-1801x8n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Within their origination funnel, the investment team at Inflexion leverages Gain.pro\u2019s advanced search functionality to gain visibility on their addressable asset pool.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Within their origination funnel, the investment team at Inflexion leverages Gain.pro\u2019s advanced search functionality to gain visibility on their addressable asset pool.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Within their origination funnel, the investment team at Inflexion leverages Gain.pro\u2019s advanced search functionality to gain visibility on their addressable asset pool.\"})}),className:\"framer-100goqt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+4049.8999999999996+96+2317.6+0+246.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+4227.299999999999+64+2531.6+0+230.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+4226.1+96+2368.6+0+263.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mu9h1m-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"gSTjM6oeg\",layoutId:\"gSTjM6oeg\",RpVk1mtfi:\"\u201CMany of the larger targets  in our investable universe are likely to have had some previous sponsor backing, and the platform allows us to overlay our own specific criteria to this landscape in a streamlined workflow.\u201D \",style:{maxWidth:\"100%\",width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Gain.pro\u2019s data is structured in such a way that makes it easy to search for companies using specific metrics, like financials or tags. Even better, users can save these filters as Bookmarks to help them proactively track companies within their sweet spot on an ongoing basis.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Gain.pro\u2019s data is structured in such a way that makes it easy to search for companies using specific metrics, like financials or tags. Even better, users can save these filters as Bookmarks to help them proactively track companies within their sweet spot on an ongoing basis.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Gain.pro\u2019s data is structured in such a way that makes it easy to search for companies using specific metrics, like financials or tags. Even better, users can save these filters as Bookmarks to help them proactively track companies within their sweet spot on an ongoing basis.\"})}),className:\"framer-1gt6jvp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+4049.8999999999996+96+2317.6+0+718.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+4227.299999999999+64+2531.6+0+686.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+4226.1+96+2368.6+0+752.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xhdu3h-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"UC9CBVLCN\",layoutId:\"UC9CBVLCN\",RpVk1mtfi:\"\u201CI find Bookmarks quite useful. If a new business enters your specified scale bracket, you get an automated email saying that a new company now fits your criteria.\u201D\",style:{maxWidth:\"100%\",width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Bookmarks provide the perfect environment to not only track the companies within your investment criteria, but to analyze them using interactive graphs. You can also discover similar companies to the ones in your Bookmarks, helping you identify other players in the market or potential add-on opportunities.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Bookmarks provide the perfect environment to not only track the companies within your investment criteria, but to analyze them using interactive graphs. You can also discover similar companies to the ones in your Bookmarks, helping you identify other players in the market or potential add-on opportunities.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Bookmarks provide the perfect environment to not only track the companies within your investment criteria, but to analyze them using interactive graphs. You can also discover similar companies to the ones in your Bookmarks, helping you identify other players in the market or potential add-on opportunities.\"})}),className:\"framer-b87sdo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r8ugsa\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d37ou6-container\",children:/*#__PURE__*/_jsx(GeneralGainProGradient,{height:\"100%\",id:\"iiILNW2D4\",layoutId:\"iiILNW2D4\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15q2195\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7718.299999999999+96+0+0+0),pixelHeight:1222,pixelWidth:2176,sizes:`min(${componentViewport?.width||\"100vw\"} - 96px, 905px)`,src:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png 2176w\"}},wv5_aFDsQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8005.699999999999+64+0+0+0),pixelHeight:1222,pixelWidth:2176,sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 905px)`,src:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png 2176w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7996.5+96+0+0+0),pixelHeight:1222,pixelWidth:2176,sizes:`min(${componentViewport?.width||\"100vw\"} - 96px, 905px)`,src:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=512 512w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U2MjASjlGCzYm6SgJHtpT8lvSk.png 2176w\"},className:\"framer-1abaepz\",\"data-framer-name\":\"visual_video_workflow\"})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-q12zov\",\"data-framer-appear-id\":\"q12zov\",\"data-framer-name\":\"Play video\",id:\"q12zov\",initial:animation1,onTap:onTap3bnx0g({overlay}),optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-tr9k8b\"),\"data-framer-portal-id\":\"q12zov\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"jbSO7Kg_h\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ofoi4e-container\"),\"data-framer-portal-id\":\"q12zov\",children:/*#__PURE__*/_jsx(GeneralVideoOverlay,{height:\"100%\",id:\"DnlIYinJm\",layoutId:\"DnlIYinJm\",style:{width:\"100%\"},tap:tap1wnntms({overlay}),video:\"https://framerusercontent.com/assets/a3wcPABPINliVrDeeFILPqbEibk.mp4\",width:\"100%\"})})})]}),getContainer())})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16w7d3r\",\"data-framer-name\":\"Circle\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6ixej7\",\"data-framer-name\":\"Play icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 36\"><path d=\"M 26.212 14.744 C 28.771 16.184 28.771 19.816 26.212 21.256 L 5.7 32.794 C 3.16 34.222 0 32.417 0 29.538 L 0 6.462 C 0 3.583 3.16 1.777 5.7 3.206 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11009733006,withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3lx3wp\",\"data-framer-name\":\"Sign up\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"See what Gain.pro can do for you and your team\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"See what Gain.pro can do for you and your team\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:\"See what Gain.pro can do for you and your team\"})}),className:\"framer-40vbec\",fonts:[\"Inter-ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pyx1w\",\"data-framer-name\":\"Request demo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+7718.299999999999+96+659+0+46.4+0+0},wv5_aFDsQ:{y:(componentViewport?.y||0)+0+8005.699999999999+64+659+0+52+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"528px\",y:(componentViewport?.y||0)+0+7996.5+96+659+0+57.599999999999994+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-novpwq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{variant:\"qTMzp4KYw\"}},children:/*#__PURE__*/_jsx(GeneralHeaderSignUpForm,{height:\"100%\",id:\"oRPeuheke\",layoutId:\"oRPeuheke\",style:{width:\"100%\"},variant:\"FqedSWVF2\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mc0d2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pt89l5\",\"data-framer-name\":\"Implementation\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1goo289\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"The impact of using Gain.pro\"})}),className:\"framer-seewtl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"Since adopting Gain.pro, Inflexion has seen a substantial increase in efficiency.\"})}),className:\"framer-9ftniy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+8671.699999999999+96+0+0+263.8},wv5_aFDsQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 612px)`,y:(componentViewport?.y||0)+0+8940.699999999999+32+0+0+247.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`min(${componentViewport?.width||\"100vw\"} - 96px, 612px)`,y:(componentViewport?.y||0)+0+8961.1+96+0+0+263.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yutmb-container\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"GglbEn9oV\",layoutId:\"GglbEn9oV\",RpVk1mtfi:\"\u201CThe biggest benefit from using Gain.pro is time savings. When we do screening exercises or research on individual companies, with such a simple and intuitive user interface and workflow, Gain.pro makes it very easy to carry out analysis.\u201D\",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"These efficiency gains translate into time savings, allowing Inflexion to expedite their analytical processes without compromising on the depth and accuracy of their assessments. This time savings means they are able to focus on more value-added tasks.\"})}),className:\"framer-1sx8kbi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:[\"Furthermore, because the team can trust in the quality and reliability of the data on Gain.pro, the platform elevates the confidence levels within the team.  \",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(42, 42, 94)\"},children:[\"\u201CGain.pro increases my confidence that the accuracy of the answers we derive from our analysis is relatively high.\u201D\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"- \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-2c765869-f32e-41c6-810f-e84368f106d3, rgb(42, 42, 94))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Benjy Mason\"})})]})}),className:\"framer-1du02f2\",fonts:[\"Inter-Bold\",\"Inter-Black\",\"Inter-Light\",\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1juabfz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"The role of technology in today\u2019s deal landscape\"})}),className:\"framer-1e81e30\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As the deal landscape continues to evolve and become more competitive, it's imperative for firms to focus on differentiation to remain top performing players. One of the best ways to do this is to create efficiencies within operational processes by leveraging technology.\"})}),className:\"framer-1q9pmn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+8940.699999999999+32+937.8+0+263.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:\"612px\",y:(componentViewport?.y||0)+0+8961.1+96+1001.8+0+263.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10b9l4x-container hidden-5c2u19\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"niu1w0FJs\",layoutId:\"niu1w0FJs\",RpVk1mtfi:\"\u201CWith the development of increasingly sophisticated tools, firms that are able to embrace them will naturally have an advantage over the ones that don\u2019t. We expect good businesses that we're appraising to do the same, where if there\u2019s a technological development that benefits them, we would want them to integrate it into their operations. It would be irresponsible not to  proactively adopt new technology into your workflow.\u201D \",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As Inflexion continues to leverage Gain.pro in their daily operations, our technology\u2019s ongoing advancements further contribute to their sustained success and position them as leading players in mid-market private equity.\"})})},wv5_aFDsQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As Inflexion continues to leverage Gain.pro in their daily operations, our technology\u2019s ongoing advancements further contribute to their sustained success and position them as leading players in mid-market private equity.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-be0fa0f2-4f45-41fa-ac36-1b3dc6395c92, rgb(97, 103, 134))\"},children:\"As Inflexion continues to leverage Gain.pro in their daily operations, our technology\u2019s ongoing advancements further contribute to their sustained success and position them as leading players in mid-market private equity.\"})}),className:\"framer-1yzc5s8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{height:272,width:\"612px\",y:(componentViewport?.y||0)+0+8671.699999999999+96+1001.8+0+263.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uybktl-container hidden-14dboae hidden-1qzugdl\",children:/*#__PURE__*/_jsx(GeneralQuote,{height:\"100%\",id:\"gRvmgX69U\",layoutId:\"gRvmgX69U\",RpVk1mtfi:\"\u201CWith the development of increasingly sophisticated tools, firms that are able to embrace them will naturally have an advantage over the ones that don\u2019t. We expect good businesses that we're appraising to do the same, where if there\u2019s a technological development that benefits them, we would want them to integrate it into their operations. It would be foolish not to proactively adopt new technology into your workflow and lag behind while you watch other people do it and succeed.\\\"\",style:{width:\"100%\"},u17NHA3Rr:\"Benjy Mason\",variant:\"fbb3sXqqW\",width:\"100%\",zPyJfSWSe:\"\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hu5mrw\",\"data-framer-name\":\"Download PDF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+8671.699999999999+96+1801.6+0+0},wv5_aFDsQ:{y:(componentViewport?.y||0)+0+8940.699999999999+32+1705.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:449,width:\"100%\",y:(componentViewport?.y||0)+0+8961.1+96+1818.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w9ko1b-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wv5_aFDsQ:{variant:\"stVVFChPq\"}},children:/*#__PURE__*/_jsx(CustomerStoriesDownloadPDFBanner,{height:\"100%\",id:\"wxmcAbDt6\",j88Z5YCCK:\"Use this case study to spark the discussion on how your team can leverage our platform and automate your deal sourcing workflow.\",L15MCFPQ8:\"Share this case study with your network\",layoutId:\"wxmcAbDt6\",MxsoVCQ50:addImageAlt({src:\"https://framerusercontent.com/images/J0vc1QRpt6Q0BmiRnQx9bsY0IIY.png\",srcSet:\"https://framerusercontent.com/images/J0vc1QRpt6Q0BmiRnQx9bsY0IIY.png?scale-down-to=1024 725w,https://framerusercontent.com/images/J0vc1QRpt6Q0BmiRnQx9bsY0IIY.png 1246w\"},\"\"),NrUEABriJ:\"Share this case study with your network\",oPzWoHXzj:\"Use this case study to spark the discussion on how your team can leverage our platform and automate your deal sourcing workflow.\",style:{maxWidth:\"100%\"},tezaQXfa4:addImageAlt({src:\"https://framerusercontent.com/images/IzZw40GDHTATY9Qq9iXhwZIp6uM.png\",srcSet:\"https://framerusercontent.com/images/IzZw40GDHTATY9Qq9iXhwZIp6uM.png?scale-down-to=1024 725w,https://framerusercontent.com/images/IzZw40GDHTATY9Qq9iXhwZIp6uM.png 1246w\"},\"\"),uU6KJpHYn:\"https://framerusercontent.com/assets/JaWSaNdCRwiRKOa8bcPIw3pjRk.pdf\",variant:\"CZHVkJOFE\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+11114.3},wv5_aFDsQ:{y:(componentViewport?.y||0)+0+11191.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11420.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yrtc8p-container\",children:/*#__PURE__*/_jsx(GeneralBannerCTA,{cWD4rwTgh:\"Join the digital revolution in private market intelligence\",height:\"100%\",id:\"FbieTLsLF\",layoutId:\"FbieTLsLF\",mE6FFMgkq:\"Join the digital revolution in private market intelligence\",QP7WfuFkL:false,style:{width:\"100%\"},variant:\"SLKyBgMkW\",vWNUZLXFS:\"Get started\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{y:(componentViewport?.y||0)+0+11486.3},wv5_aFDsQ:{y:(componentViewport?.y||0)+0+11563.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:568,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11792.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h83r66-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h8F_KSGyT:{variant:\"cOGrVUILU\"},wv5_aFDsQ:{variant:\"BI4eUAMJr\"}},children:/*#__PURE__*/_jsx(GeneralFooter,{height:\"100%\",id:\"eg7yj_BZy\",layoutId:\"eg7yj_BZy\",style:{width:\"100%\"},variant:\"BfHVs0u9s\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L7bP2.framer-1l1nwxg, .framer-L7bP2 .framer-1l1nwxg { display: block; }\",\".framer-L7bP2.framer-14dboae { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-L7bP2 .framer-661s3j-container { flex: none; height: 536px; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-L7bP2 .framer-1u0l1ac-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 9; }\",\".framer-L7bP2 .framer-aywz9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-9dx9p2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1296px; overflow: visible; padding: 48px 48px 0px 48px; position: relative; width: 1px; }\",\".framer-L7bP2 .framer-1b78fij { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-L7bP2 .framer-1opiit4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7bP2 .framer-10bcc86 { flex: none; height: 16px; position: relative; width: 3px; }\",\".framer-L7bP2 .framer-zkhbeh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-L7bP2 .framer-t6k0dq { aspect-ratio: 2.175226586102719 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 90px); overflow: visible; position: relative; width: 196px; }\",\".framer-L7bP2 .framer-wby5yn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-14dbgdj, .framer-L7bP2 .framer-2vflo3, .framer-L7bP2 .framer-11tj9nj, .framer-L7bP2 .framer-oc3ozj, .framer-L7bP2 .framer-39q2ym, .framer-L7bP2 .framer-whq1s2, .framer-L7bP2 .framer-bbqf01, .framer-L7bP2 .framer-1yyza14, .framer-L7bP2 .framer-kr38i0, .framer-L7bP2 .framer-sa93kz, .framer-L7bP2 .framer-12g5m99, .framer-L7bP2 .framer-1801x8n, .framer-L7bP2 .framer-100goqt, .framer-L7bP2 .framer-1gt6jvp, .framer-L7bP2 .framer-b87sdo, .framer-L7bP2 .framer-40vbec, .framer-L7bP2 .framer-seewtl, .framer-L7bP2 .framer-9ftniy, .framer-L7bP2 .framer-1sx8kbi, .framer-L7bP2 .framer-1du02f2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-L7bP2 .framer-1tf935t-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-L7bP2 .framer-1dpj4m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-L7bP2 .framer-vquvua { aspect-ratio: 1.49979797979798 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 352px); overflow: visible; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-htcagt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 48px 96px 48px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-7mw29f, .framer-L7bP2 .framer-flvkax, .framer-L7bP2 .framer-1pt89l5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 612px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-8gwr0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 928px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-fx82ts-container, .framer-L7bP2 .framer-krpmee-container, .framer-L7bP2 .framer-5dinm5-container, .framer-L7bP2 .framer-1sajicw-container, .framer-L7bP2 .framer-8nmwi0-container, .framer-L7bP2 .framer-1rr8u4m-container, .framer-L7bP2 .framer-pd0kyk-container, .framer-L7bP2 .framer-1hceg2y-container, .framer-L7bP2 .framer-1ms70qc-container, .framer-L7bP2 .framer-novpwq-container, .framer-L7bP2 .framer-1yutmb-container, .framer-L7bP2 .framer-yrtc8p-container, .framer-L7bP2 .framer-h83r66-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-1k8amf9, .framer-L7bP2 .framer-1xeq121, .framer-L7bP2 .framer-16cxas8, .framer-L7bP2 .framer-mpvrfg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 612px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-9xekjn, .framer-L7bP2 .framer-18ldykr, .framer-L7bP2 .framer-1ihoo5j, .framer-L7bP2 .framer-1e81e30, .framer-L7bP2 .framer-1q9pmn, .framer-L7bP2 .framer-1yzc5s8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 612px; word-break: break-word; word-wrap: break-word; }\",\".framer-L7bP2 .framer-1dxgj7r, .framer-L7bP2 .framer-x0wauc, .framer-L7bP2 .framer-v8txiw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 612px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-L7bP2 .framer-1ilzldh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 600px; justify-content: flex-start; overflow: hidden; padding: 96px 48px 96px 48px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-mr1n0x-container, .framer-L7bP2 .framer-d37ou6-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-L7bP2 .framer-38on1g { --border-bottom-width: 10px; --border-color: var(--token-c3f9e624-50f1-4758-8d15-a090ecf3a36a, #ffffff); --border-left-width: 10px; --border-right-width: 10px; --border-style: solid; --border-top-width: 10px; aspect-ratio: 1.5818086774699425 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 571px); max-width: 904px; overflow: visible; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-w7us8a, .framer-L7bP2 .framer-mc0d2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 48px 96px 48px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-160je2s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-kfl56t-container, .framer-L7bP2 .framer-1exguc5-container, .framer-L7bP2 .framer-1mu9h1m-container, .framer-L7bP2 .framer-1xhdu3h-container { flex: none; height: auto; max-width: 612px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-fl95a7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 612px; }\",\".framer-L7bP2 .framer-41i5nq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 784px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-1k9ktjz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-L7bP2 .framer-1wzwmq6 { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 160px; }\",\".framer-L7bP2 .framer-p9ri4 { aspect-ratio: 1.5734126984126984 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 608px); left: -28px; overflow: visible; position: absolute; right: -769px; top: -214px; }\",\".framer-L7bP2 .framer-r8ugsa { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 48px 56px 48px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-15q2195 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 905px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-1abaepz { -webkit-filter: drop-shadow(0px 12px 11px rgba(0, 0, 0, 0.08)); aspect-ratio: 1.7806873977086743 / 1; filter: drop-shadow(0px 12px 11px rgba(0, 0, 0, 0.08)); flex: none; height: var(--framer-aspect-ratio-supported, 509px); overflow: visible; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-q12zov { aspect-ratio: 1 / 1; background-color: rgba(54, 108, 253, 0.12); border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; border-top-left-radius: 120px; border-top-right-radius: 120px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 136px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 136px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",'.framer-L7bP2.framer-tr9k8b { background-color: var(--token-3c7a69b9-3b2c-4f70-9079-f0b9d282785f, rgba(0, 0, 0, 0.6)) /* {\"name\":\"Overlay background\"} */; inset: 0px; position: fixed; user-select: none; z-index: 10; }',\".framer-L7bP2.framer-1ofoi4e-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 10; }\",\".framer-L7bP2 .framer-16w7d3r { background-color: var(--token-1c711d3a-d0b4-41f9-a94a-6dc7c6e4490d, #366cfd); border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: 88px; left: calc(50.00000000000002% - 88px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 88px / 2); width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-L7bP2 .framer-6ixej7 { flex: none; height: 36px; left: calc(54.41176470588237% - 32px / 2); position: absolute; top: calc(50.00000000000002% - 36px / 2); width: 32px; }\",\".framer-L7bP2 .framer-3lx3wp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-1pyx1w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 528px; overflow: visible; padding: 0px; position: relative; width: 528px; }\",\".framer-L7bP2 .framer-1goo289 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 612px; }\",\".framer-L7bP2 .framer-1juabfz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-L7bP2 .framer-10b9l4x-container, .framer-L7bP2 .framer-1uybktl-container { flex: none; height: auto; position: relative; width: 612px; }\",\".framer-L7bP2 .framer-1hu5mrw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 904px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7bP2 .framer-w9ko1b-container { flex: none; height: auto; max-width: 100%; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-L7bP2.framer-14dboae, .framer-L7bP2 .framer-aywz9c, .framer-L7bP2 .framer-9dx9p2, .framer-L7bP2 .framer-1b78fij, .framer-L7bP2 .framer-1opiit4, .framer-L7bP2 .framer-wby5yn, .framer-L7bP2 .framer-1dpj4m, .framer-L7bP2 .framer-htcagt, .framer-L7bP2 .framer-7mw29f, .framer-L7bP2 .framer-8gwr0y, .framer-L7bP2 .framer-1k8amf9, .framer-L7bP2 .framer-1xeq121, .framer-L7bP2 .framer-1ilzldh, .framer-L7bP2 .framer-w7us8a, .framer-L7bP2 .framer-flvkax, .framer-L7bP2 .framer-16cxas8, .framer-L7bP2 .framer-160je2s, .framer-L7bP2 .framer-fl95a7, .framer-L7bP2 .framer-41i5nq, .framer-L7bP2 .framer-1k9ktjz, .framer-L7bP2 .framer-mpvrfg, .framer-L7bP2 .framer-r8ugsa, .framer-L7bP2 .framer-15q2195, .framer-L7bP2 .framer-3lx3wp, .framer-L7bP2 .framer-1pyx1w, .framer-L7bP2 .framer-mc0d2, .framer-L7bP2 .framer-1pt89l5, .framer-L7bP2 .framer-1goo289, .framer-L7bP2 .framer-1juabfz, .framer-L7bP2 .framer-1hu5mrw { gap: 0px; } .framer-L7bP2.framer-14dboae > *, .framer-L7bP2 .framer-1hu5mrw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-L7bP2.framer-14dboae > :first-child, .framer-L7bP2 .framer-1b78fij > :first-child, .framer-L7bP2 .framer-wby5yn > :first-child, .framer-L7bP2 .framer-1dpj4m > :first-child, .framer-L7bP2 .framer-htcagt > :first-child, .framer-L7bP2 .framer-7mw29f > :first-child, .framer-L7bP2 .framer-8gwr0y > :first-child, .framer-L7bP2 .framer-1k8amf9 > :first-child, .framer-L7bP2 .framer-1xeq121 > :first-child, .framer-L7bP2 .framer-1ilzldh > :first-child, .framer-L7bP2 .framer-w7us8a > :first-child, .framer-L7bP2 .framer-flvkax > :first-child, .framer-L7bP2 .framer-16cxas8 > :first-child, .framer-L7bP2 .framer-160je2s > :first-child, .framer-L7bP2 .framer-fl95a7 > :first-child, .framer-L7bP2 .framer-1k9ktjz > :first-child, .framer-L7bP2 .framer-mpvrfg > :first-child, .framer-L7bP2 .framer-r8ugsa > :first-child, .framer-L7bP2 .framer-15q2195 > :first-child, .framer-L7bP2 .framer-3lx3wp > :first-child, .framer-L7bP2 .framer-1pyx1w > :first-child, .framer-L7bP2 .framer-mc0d2 > :first-child, .framer-L7bP2 .framer-1pt89l5 > :first-child, .framer-L7bP2 .framer-1goo289 > :first-child, .framer-L7bP2 .framer-1juabfz > :first-child, .framer-L7bP2 .framer-1hu5mrw > :first-child { margin-top: 0px; } .framer-L7bP2.framer-14dboae > :last-child, .framer-L7bP2 .framer-1b78fij > :last-child, .framer-L7bP2 .framer-wby5yn > :last-child, .framer-L7bP2 .framer-1dpj4m > :last-child, .framer-L7bP2 .framer-htcagt > :last-child, .framer-L7bP2 .framer-7mw29f > :last-child, .framer-L7bP2 .framer-8gwr0y > :last-child, .framer-L7bP2 .framer-1k8amf9 > :last-child, .framer-L7bP2 .framer-1xeq121 > :last-child, .framer-L7bP2 .framer-1ilzldh > :last-child, .framer-L7bP2 .framer-w7us8a > :last-child, .framer-L7bP2 .framer-flvkax > :last-child, .framer-L7bP2 .framer-16cxas8 > :last-child, .framer-L7bP2 .framer-160je2s > :last-child, .framer-L7bP2 .framer-fl95a7 > :last-child, .framer-L7bP2 .framer-1k9ktjz > :last-child, .framer-L7bP2 .framer-mpvrfg > :last-child, .framer-L7bP2 .framer-r8ugsa > :last-child, .framer-L7bP2 .framer-15q2195 > :last-child, .framer-L7bP2 .framer-3lx3wp > :last-child, .framer-L7bP2 .framer-1pyx1w > :last-child, .framer-L7bP2 .framer-mc0d2 > :last-child, .framer-L7bP2 .framer-1pt89l5 > :last-child, .framer-L7bP2 .framer-1goo289 > :last-child, .framer-L7bP2 .framer-1juabfz > :last-child, .framer-L7bP2 .framer-1hu5mrw > :last-child { margin-bottom: 0px; } .framer-L7bP2 .framer-aywz9c > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-L7bP2 .framer-aywz9c > :first-child, .framer-L7bP2 .framer-9dx9p2 > :first-child, .framer-L7bP2 .framer-1opiit4 > :first-child, .framer-L7bP2 .framer-41i5nq > :first-child { margin-left: 0px; } .framer-L7bP2 .framer-aywz9c > :last-child, .framer-L7bP2 .framer-9dx9p2 > :last-child, .framer-L7bP2 .framer-1opiit4 > :last-child, .framer-L7bP2 .framer-41i5nq > :last-child { margin-right: 0px; } .framer-L7bP2 .framer-9dx9p2 > *, .framer-L7bP2 .framer-41i5nq > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-L7bP2 .framer-1b78fij > *, .framer-L7bP2 .framer-7mw29f > *, .framer-L7bP2 .framer-1k8amf9 > *, .framer-L7bP2 .framer-1xeq121 > *, .framer-L7bP2 .framer-1ilzldh > *, .framer-L7bP2 .framer-flvkax > *, .framer-L7bP2 .framer-16cxas8 > *, .framer-L7bP2 .framer-fl95a7 > *, .framer-L7bP2 .framer-1k9ktjz > *, .framer-L7bP2 .framer-mpvrfg > *, .framer-L7bP2 .framer-1pt89l5 > *, .framer-L7bP2 .framer-1juabfz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-L7bP2 .framer-1opiit4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-L7bP2 .framer-wby5yn > *, .framer-L7bP2 .framer-1dpj4m > *, .framer-L7bP2 .framer-8gwr0y > *, .framer-L7bP2 .framer-15q2195 > *, .framer-L7bP2 .framer-1pyx1w > *, .framer-L7bP2 .framer-1goo289 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-L7bP2 .framer-htcagt > *, .framer-L7bP2 .framer-r8ugsa > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-L7bP2 .framer-w7us8a > *, .framer-L7bP2 .framer-mc0d2 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-L7bP2 .framer-160je2s > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-L7bP2 .framer-3lx3wp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,'.framer-L7bP2[data-border=\"true\"]::after, .framer-L7bP2 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-L7bP2.framer-14dboae { width: 810px; } .framer-L7bP2 .framer-vquvua { height: var(--framer-aspect-ratio-supported, 222px); } .framer-L7bP2 .framer-1ilzldh { height: 480px; } .framer-L7bP2 .framer-38on1g { height: var(--framer-aspect-ratio-supported, 452px); } .framer-L7bP2 .framer-p9ri4 { height: var(--framer-aspect-ratio-supported, 380px); left: -36px; right: -401px; top: -93px; } .framer-L7bP2 .framer-1abaepz { height: var(--framer-aspect-ratio-supported, 401px); } .framer-L7bP2 .framer-1e81e30 { order: 0; } .framer-L7bP2 .framer-1q9pmn { order: 1; } .framer-L7bP2 .framer-1yzc5s8 { order: 4; } .framer-L7bP2 .framer-1uybktl-container { order: 3; }}\",\"@media (max-width: 809px) { .framer-L7bP2.framer-14dboae { width: 390px; } .framer-L7bP2 .framer-aywz9c { flex-direction: column; } .framer-L7bP2 .framer-9dx9p2 { flex: none; flex-direction: column; padding: 24px; width: 100%; } .framer-L7bP2 .framer-1b78fij, .framer-L7bP2 .framer-1dpj4m { flex: none; width: 100%; } .framer-L7bP2 .framer-vquvua { height: var(--framer-aspect-ratio-supported, 133px); } .framer-L7bP2 .framer-htcagt { gap: 64px; padding: 64px 24px 32px 24px; } .framer-L7bP2 .framer-7mw29f, .framer-L7bP2 .framer-1k8amf9, .framer-L7bP2 .framer-1xeq121, .framer-L7bP2 .framer-flvkax, .framer-L7bP2 .framer-16cxas8, .framer-L7bP2 .framer-mpvrfg, .framer-L7bP2 .framer-1pt89l5 { gap: 24px; } .framer-L7bP2 .framer-9xekjn, .framer-L7bP2 .framer-1ihoo5j { width: 342px; } .framer-L7bP2 .framer-18ldykr { height: 59px; width: 100%; } .framer-L7bP2 .framer-1ilzldh { height: 224px; padding: 40px 24px 64px 24px; } .framer-L7bP2 .framer-38on1g { height: var(--framer-aspect-ratio-supported, 126px); } .framer-L7bP2 .framer-w7us8a { gap: 64px; padding: 64px 24px 64px 24px; } .framer-L7bP2 .framer-fl95a7, .framer-L7bP2 .framer-1goo289, .framer-L7bP2 .framer-1juabfz, .framer-L7bP2 .framer-1q9pmn, .framer-L7bP2 .framer-10b9l4x-container, .framer-L7bP2 .framer-1yzc5s8 { width: 100%; } .framer-L7bP2 .framer-41i5nq { flex-direction: column; gap: 24px; } .framer-L7bP2 .framer-1k9ktjz { flex: none; order: 0; width: 100%; } .framer-L7bP2 .framer-1wzwmq6 { align-content: center; align-items: center; align-self: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 1; padding: 0px; width: 100%; } .framer-L7bP2 .framer-p9ri4 { height: var(--framer-aspect-ratio-supported, 294px); left: unset; position: relative; right: unset; top: unset; width: 462px; } .framer-L7bP2 .framer-r8ugsa { padding: 64px 24px 64px 24px; } .framer-L7bP2 .framer-1abaepz { height: var(--framer-aspect-ratio-supported, 112px); } .framer-L7bP2 .framer-mc0d2 { gap: 64px; padding: 32px 24px 64px 24px; } .framer-L7bP2 .framer-1hu5mrw { gap: 64px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-L7bP2 .framer-aywz9c, .framer-L7bP2 .framer-9dx9p2, .framer-L7bP2 .framer-htcagt, .framer-L7bP2 .framer-7mw29f, .framer-L7bP2 .framer-1k8amf9, .framer-L7bP2 .framer-1xeq121, .framer-L7bP2 .framer-w7us8a, .framer-L7bP2 .framer-flvkax, .framer-L7bP2 .framer-16cxas8, .framer-L7bP2 .framer-41i5nq, .framer-L7bP2 .framer-1wzwmq6, .framer-L7bP2 .framer-mpvrfg, .framer-L7bP2 .framer-mc0d2, .framer-L7bP2 .framer-1pt89l5, .framer-L7bP2 .framer-1hu5mrw { gap: 0px; } .framer-L7bP2 .framer-aywz9c > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-L7bP2 .framer-aywz9c > :first-child, .framer-L7bP2 .framer-9dx9p2 > :first-child, .framer-L7bP2 .framer-htcagt > :first-child, .framer-L7bP2 .framer-7mw29f > :first-child, .framer-L7bP2 .framer-1k8amf9 > :first-child, .framer-L7bP2 .framer-1xeq121 > :first-child, .framer-L7bP2 .framer-w7us8a > :first-child, .framer-L7bP2 .framer-flvkax > :first-child, .framer-L7bP2 .framer-16cxas8 > :first-child, .framer-L7bP2 .framer-41i5nq > :first-child, .framer-L7bP2 .framer-1wzwmq6 > :first-child, .framer-L7bP2 .framer-mpvrfg > :first-child, .framer-L7bP2 .framer-mc0d2 > :first-child, .framer-L7bP2 .framer-1pt89l5 > :first-child, .framer-L7bP2 .framer-1hu5mrw > :first-child { margin-top: 0px; } .framer-L7bP2 .framer-aywz9c > :last-child, .framer-L7bP2 .framer-9dx9p2 > :last-child, .framer-L7bP2 .framer-htcagt > :last-child, .framer-L7bP2 .framer-7mw29f > :last-child, .framer-L7bP2 .framer-1k8amf9 > :last-child, .framer-L7bP2 .framer-1xeq121 > :last-child, .framer-L7bP2 .framer-w7us8a > :last-child, .framer-L7bP2 .framer-flvkax > :last-child, .framer-L7bP2 .framer-16cxas8 > :last-child, .framer-L7bP2 .framer-41i5nq > :last-child, .framer-L7bP2 .framer-1wzwmq6 > :last-child, .framer-L7bP2 .framer-mpvrfg > :last-child, .framer-L7bP2 .framer-mc0d2 > :last-child, .framer-L7bP2 .framer-1pt89l5 > :last-child, .framer-L7bP2 .framer-1hu5mrw > :last-child { margin-bottom: 0px; } .framer-L7bP2 .framer-9dx9p2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-L7bP2 .framer-htcagt > *, .framer-L7bP2 .framer-w7us8a > *, .framer-L7bP2 .framer-mc0d2 > *, .framer-L7bP2 .framer-1hu5mrw > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-L7bP2 .framer-7mw29f > *, .framer-L7bP2 .framer-1k8amf9 > *, .framer-L7bP2 .framer-1xeq121 > *, .framer-L7bP2 .framer-flvkax > *, .framer-L7bP2 .framer-16cxas8 > *, .framer-L7bP2 .framer-41i5nq > *, .framer-L7bP2 .framer-mpvrfg > *, .framer-L7bP2 .framer-1pt89l5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-L7bP2 .framer-1wzwmq6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11325\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"h8F_KSGyT\":{\"layout\":[\"fixed\",\"auto\"]},\"wv5_aFDsQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerlqd6SoyS2=withCSS(Component,css,\"framer-L7bP2\");export default Framerlqd6SoyS2;Framerlqd6SoyS2.displayName=\"Customers / Inflexion\";Framerlqd6SoyS2.defaultProps={height:11325,width:1200};addFonts(Framerlqd6SoyS2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/PONfPc6h4EPYwJliXQBmjVx7QxI.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zsnJN7Z1wdzUvepJniD3rbvJIyU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/UrzZBOy7RyJEWAZGduzOeHiHuY.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/996sR9SfSDuYELz8oHhDOcErkY.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/ftN1HpyPVJEoEb4q36SOrNdLXU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jN39PDxZWEwjG7Csryx3JN2r2Y.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/JAur4lGGSGRGyrFi59JSIKqVgU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"}]},...GeneralTopGradientFonts,...GeneralMainNavigationFonts,...GeneralButtonFileFonts,...GeneralQuoteFonts,...GeneralGainProGradientFonts,...GeneralBulletCheckmarkFonts,...GeneralVideoOverlayFonts,...GeneralHeaderSignUpFormFonts,...CustomerStoriesDownloadPDFBannerFonts,...GeneralBannerCTAFonts,...GeneralFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlqd6SoyS2\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"11325\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h8F_KSGyT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wv5_aFDsQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["GeneralTopGradientFonts", "getFonts", "AmozWnWNA_default", "GeneralMainNavigationFonts", "nS3enLUI8_default", "GeneralButtonFileFonts", "DownloadFileButton", "GeneralQuoteFonts", "WFjlcrt3E_default", "GeneralGainProGradientFonts", "GainProGradient", "GeneralBulletCheckmarkFonts", "b4T_3kWgq_default", "GeneralVideoOverlayFonts", "L47tzN_WN_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "GeneralHeaderSignUpFormFonts", "nbCNG9MuB_default", "CustomerStoriesDownloadPDFBannerFonts", "sBVEe8Aba_default", "GeneralBannerCTAFonts", "nCTAdmgdg_default", "GeneralFooterFonts", "BdUz8VN3W_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "tap1wnntms", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "SVG", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "css", "Framerlqd6SoyS2", "withCSS", "lqd6SoyS2_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
