{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/QgLur0ujtXSEhbgNi8xT/ubWpQIMyZtsWPebXi87Q/Of9ufzHF3.js"],
  "sourcesContent": ["// Generated by Framer (47dffbb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import TopNav from\"#framer/local/canvasComponent/ECDSl4E7C/ECDSl4E7C.js\";import BrandTicker from\"#framer/local/canvasComponent/F4m_0RYWo/F4m_0RYWo.js\";import SingleTestimonials from\"#framer/local/canvasComponent/qBqRvwW5x/qBqRvwW5x.js\";import Footer from\"#framer/local/canvasComponent/xp3GQiEh8/xp3GQiEh8.js\";import PrimaryButton from\"#framer/local/canvasComponent/xsn5pEQD6/xsn5pEQD6.js\";import*as sharedStyle3 from\"#framer/local/css/DGuvIrpnF/DGuvIrpnF.js\";import*as sharedStyle1 from\"#framer/local/css/Dl_3cyvqA/Dl_3cyvqA.js\";import*as sharedStyle2 from\"#framer/local/css/dn84PRTSM/dn84PRTSM.js\";import*as sharedStyle7 from\"#framer/local/css/HWH662qSp/HWH662qSp.js\";import*as sharedStyle from\"#framer/local/css/IYEMB_fNL/IYEMB_fNL.js\";import*as sharedStyle6 from\"#framer/local/css/mEwhI6I8f/mEwhI6I8f.js\";import*as sharedStyle5 from\"#framer/local/css/QrtZG9epZ/QrtZG9epZ.js\";import*as sharedStyle4 from\"#framer/local/css/zShoRl8lF/zShoRl8lF.js\";import metadataProvider from\"#framer/local/webPageMetadata/Of9ufzHF3/Of9ufzHF3.js\";const TopNavFonts=getFonts(TopNav);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const PrimaryButtonFonts=getFonts(PrimaryButton);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const BrandTickerFonts=getFonts(BrandTicker);const FeatherFonts=getFonts(Feather);const SingleTestimonialsFonts=getFonts(SingleTestimonials);const FooterFonts=getFonts(Footer);const breakpoints={IARus6rhQ:\"(max-width: 809px)\",intEF_25o:\"(min-width: 810px) and (max-width: 1199px)\",oXZTUtQxT:\"(min-width: 1440px)\",OyOf2Yi7P:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-04on3\";const variantClassNames={IARus6rhQ:\"framer-v-1giycm4\",intEF_25o:\"framer-v-oggftf\",oXZTUtQxT:\"framer-v-14gdqq5\",OyOf2Yi7P:\"framer-v-ymo05m\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition1={damping:60,delay:.4,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition4={damping:60,delay:.6,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:100,y:0};const transition5={delay:1.5,duration:15,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-2600};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"oXZTUtQxT\",Laptop:\"OyOf2Yi7P\",Phone:\"IARus6rhQ\",Tablet:\"intEF_25o\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oXZTUtQxT\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oXZTUtQxT\",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-14gdqq5\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7leqn5-container\",\"data-framer-name\":\"Top Navigation\",name:\"Top Navigation\",nodeId:\"Ktid0JEJa\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{variant:\"rFAV2qoIf\"},intEF_25o:{variant:\"Ujbs_QV9d\"},OyOf2Yi7P:{variant:\"Joq12RCXy\"}},children:/*#__PURE__*/_jsx(TopNav,{height:\"100%\",id:\"Ktid0JEJa\",layoutId:\"Ktid0JEJa\",name:\"Top Navigation\",style:{width:\"100%\"},variant:\"NTUbiVDru\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k2wvmr\",\"data-framer-name\":\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qvjg89\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dncduk\",\"data-framer-name\":\"Hero container row\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-157mr2b\",\"data-framer-name\":\"Content left\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wjnyfo\",\"data-styles-preset\":\"IYEMB_fNL\",style:{\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Know Your Buyers Before They Even Say\u202F\u201CHello.\u201D\"})}),className:\"framer-k3fcah\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mnh3kz\",\"data-framer-name\":\"Hero title\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-141yxtz\",\"data-styles-preset\":\"Dl_3cyvqA\",style:{\"--framer-text-color\":\"var(--token-5b0c7d64-ba02-4264-8f33-47a7338af08f, rgb(50, 133, 207))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Turn Visitors into \"}),\"Qualified \",/*#__PURE__*/_jsx(\"strong\",{children:\"Pipeline\"})]})}),className:\"framer-wmh1gv\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r3727\",\"data-framer-name\":\"Title with line\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ydc0pg\",\"data-framer-name\":\"paragraph & button\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:\"Identify, qualify, and deliver pipeline-ready leads that match your Ideal Customer Profile and Persona\"})}),className:\"framer-136uja4\",fonts:[\"GF;Inter-500\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tonkym\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{y:(componentViewport?.y||0)+0+96+14+0+0+0+0+36+145.9+25+36+0},intEF_25o:{y:(componentViewport?.y||0)+0+96+40+0+0+0+0+0+177.9+25+36+0},OyOf2Yi7P:{y:(componentViewport?.y||0)+0+96+14+50+0+0+145.9+25+76+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+96+14+30+0+40+145.9+25+76+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qe18so-container\",nodeId:\"LuKtp8vtd\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:\"Start your 14-day free trial\",id:\"LuKtp8vtd\",layoutId:\"LuKtp8vtd\",variant:\"Dhr0rrAa_\",width:\"100%\",X5LroKdYr:\"https://app.leadboxer.com/sign-up\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{y:(componentViewport?.y||0)+0+96+14+0+0+0+0+36+145.9+25+36+0},intEF_25o:{y:(componentViewport?.y||0)+0+96+40+0+0+0+0+0+177.9+25+36+0},OyOf2Yi7P:{y:(componentViewport?.y||0)+0+96+14+50+0+0+145.9+25+76+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+96+14+30+0+40+145.9+25+76+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qdrsn7-container\",nodeId:\"iwtZGhArn\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:\"Book a live demo\",id:\"iwtZGhArn\",layoutId:\"iwtZGhArn\",variant:\"jkS9UTW9p\",width:\"100%\",X5LroKdYr:\"https://app.leadboxer.com/sign-up\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qnk9qg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7ihfgk\",\"data-styles-preset\":\"dn84PRTSM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"No credit card \u2022 2-minute install \u2022 GDPR compliant\"})}),className:\"framer-11p7f40\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fxj2wn\",\"data-framer-name\":\"Hero image\",children:/*#__PURE__*/_jsx(\"header\",{className:\"framer-vnjtxg\",\"data-framer-name\":\"Images\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"Data Driven Lead Generation\",fit:\"fit\",intrinsicHeight:1044,intrinsicWidth:1788,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+14+0+0+0+414.1+-21+20+0),pixelHeight:900,pixelWidth:1440,positionX:\"center\",positionY:\"center\",sizes:\"349px\",src:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1 1440w\"}},intEF_25o:{background:{alt:\"Data Driven Lead Generation\",fit:\"fill\",intrinsicHeight:1044,intrinsicWidth:1788,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+40+0+0+0+407.1+0+0+50+0),pixelHeight:900,pixelWidth:1440,positionX:\"left\",positionY:\"top\",sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 30px, 750px), 1px) - 60px)`,src:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1 1440w\"}},OyOf2Yi7P:{background:{alt:\"Data Driven Lead Generation\",fit:\"fill\",intrinsicHeight:1044,intrinsicWidth:1788,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+14+50+-50+0+-18.95+0+0),pixelHeight:900,pixelWidth:1440,positionX:\"left\",positionY:\"top\",sizes:\"846px\",src:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1 1440w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Data Driven Lead Generation\",fit:\"fit\",intrinsicHeight:1044,intrinsicWidth:1788,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+96+14+30+-53+0+32.55+0+0),pixelHeight:900,pixelWidth:1440,positionX:\"left\",positionY:\"top\",sizes:\"987px\",src:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/VPHxrWcSASwTbmfm0YdpD2aVI.png?lossless=1 1440w\"},className:\"framer-1r4hhok\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})})})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1mhqgxf\",\"data-framer-name\":\"Branding Section\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ton0v4\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z34f56\",\"data-styles-preset\":\"DGuvIrpnF\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"Trusted By\"})}),className:\"framer-w77uru\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`,y:(componentViewport?.y||0)+0+808.1+50+0+0+195},intEF_25o:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 768px)`,y:(componentViewport?.y||0)+0+996.1+70+0+0+195},OyOf2Yi7P:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`,y:(componentViewport?.y||0)+0+577.1+85+0+0+200}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,y:(componentViewport?.y||0)+0+617.1+55+0+0+186,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q0f5xt-container\",nodeId:\"sMnIMEGmT\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(BrandTicker,{height:\"100%\",id:\"sMnIMEGmT\",layoutId:\"sMnIMEGmT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-ing9v2\",\"data-framer-name\":\"Feature Section 01\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lj4fdp\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1phhbvd\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oej6dk\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1148.1+0+0+50+352.5+41+0),pixelHeight:831,pixelWidth:579,positionX:\"left\",positionY:\"top\",sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px), 1px) * 1.002)`,src:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png\",srcSet:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png 579w\"}},intEF_25o:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1376.1+0+0+70+801+41+0),pixelHeight:831,pixelWidth:579,positionX:\"left\",positionY:\"top\",sizes:\"497px\",src:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png\",srcSet:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png 579w\"}},OyOf2Yi7P:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+997.1+0+0+105.5+41+0),pixelHeight:831,pixelWidth:579,positionX:\"left\",positionY:\"top\",sizes:\"497px\",src:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png\",srcSet:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png 579w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+948.1+0+0+100+41+0),pixelHeight:831,pixelWidth:579,positionX:\"left\",positionY:\"top\",sizes:\"497px\",src:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png\",srcSet:\"https://framerusercontent.com/images/5MKTEeaxNytgzpLG4P5B5C6hg1Y.png 579w\"},className:\"framer-1gc80i0\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wx3u2v\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tvl4qn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gvb5xg\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-lvxpvu\",\"data-styles-preset\":\"zShoRl8lF\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[\"You\u2019re Sitting on a Goldmine of Leads \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-cc0bae8b-6685-4a8f-9eb4-fdf49104e472, rgb(233, 152, 62))\"},children:\"But You Can\u2019t See Them\"})]})}),className:\"framer-9duryu\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-17ff1ix\",\"data-styles-preset\":\"QrtZG9epZ\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Most of your website visitors never fill out a form or leave contact details.\"}),\" \"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17ff1ix\",\"data-styles-preset\":\"QrtZG9epZ\",children:\"But that doesn\u2019t mean they aren\u2019t interested. Right now, you\u2019re losing potential deals simply because you don\u2019t know who\u2019s on your site, what they\u2019re doing, or whether they match your ideal customer profile. This disconnect wastes marketing budget and sends sales chasing the wrong leads.\"})]}),className:\"framer-14uz96d\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ns9e1n\",\"data-framer-name\":\"Feature List\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bb8t94\",\"data-framer-name\":\"List 01\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pu5nkh\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bcxyi3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iRbsgDfSm\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c1823949-1134-4859-8b7e-552396fc39aa, rgb(224, 100, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"iRbsgDfSm\",layoutId:\"iRbsgDfSm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wjnyfo\",\"data-styles-preset\":\"IYEMB_fNL\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"No insight into anonymous visitors\"})}),className:\"framer-1ugy5eq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mbxafq\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uhzwhs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SDiXO0ghd\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c1823949-1134-4859-8b7e-552396fc39aa, rgb(224, 100, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"SDiXO0ghd\",layoutId:\"SDiXO0ghd\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wjnyfo\",\"data-styles-preset\":\"IYEMB_fNL\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"High effort, low return from lead capture forms\"})}),className:\"framer-13knv0j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mj70bl\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dwg192-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gnhaUxhyW\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c1823949-1134-4859-8b7e-552396fc39aa, rgb(224, 100, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"gnhaUxhyW\",layoutId:\"gnhaUxhyW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wjnyfo\",\"data-styles-preset\":\"IYEMB_fNL\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"Sales wasting time on low-fit leads\"})}),className:\"framer-177zo03\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-91o6uh\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wmsctq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IryPDV7FZ\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c1823949-1134-4859-8b7e-552396fc39aa, rgb(224, 100, 54))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"IryPDV7FZ\",layoutId:\"IryPDV7FZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wjnyfo\",\"data-styles-preset\":\"IYEMB_fNL\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"Sales wasting time on low-fit leads\"})}),className:\"framer-1pyplhy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-mlfr3\",\"data-framer-name\":\"Identify opportunities\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5hamys\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ozts9x\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pm8zxb\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-lvxpvu\",\"data-styles-preset\":\"zShoRl8lF\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[\"Here\u2019s How LeadBoxer Solves That. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Automatically\"})]})}),className:\"framer-z08ahu\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-7a2cb168-cb03-4793-b024-2f9aece3f3e8, rgb(86, 89, 89))\"},children:\"LeadBoxer gives you full visibility into the people and companies visiting your website \u2014 and tells you which ones are worth your time.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-7a2cb168-cb03-4793-b024-2f9aece3f3e8, rgb(86, 89, 89))\"},children:\"No need to wait for forms submits. No manual qualification. No guesswork.\"})]}),className:\"framer-1aytihc\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p9ryn5\",\"data-framer-name\":\"Feature List\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bp17an\",\"data-framer-name\":\"List 01\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w1onla\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6jdd4f\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1901.1+0+0+50+0+0+0+0+398+0+-182.5+0+0+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},intEF_25o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3044.1+0+0+70+0+0+0+0+440+0+0+0+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},OyOf2Yi7P:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1925.1+0+0+100+0+0+0+408+0+0+0+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1865.1+0+0+100+0+0+0+440+0+0+0+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"},className:\"framer-fne9bz\",\"data-framer-name\":\"Check\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Website Visitor Identification\"}),\": Detect and enrich anonymous traffic with firmographic data (company name, size, industry, location, etc.)\"]})}),className:\"framer-vsk1zt\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t6stq2\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sfq2hv\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1901.1+0+0+50+0+0+0+0+398+0+-182.5+0+168+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},intEF_25o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3044.1+0+0+70+0+0+0+0+440+0+0+177+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},OyOf2Yi7P:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1925.1+0+0+100+0+0+0+408+0+0+168+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1865.1+0+0+100+0+0+0+440+0+0+168+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"},className:\"framer-1m1e7au\",\"data-framer-name\":\"Check\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"ICP & Persona Matching\"}),\": Automatically flag leads that match your ideal customer profile and get target persona contact details\"]})}),className:\"framer-czc6zy\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3823td\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18p5cx6\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1901.1+0+0+50+0+0+0+0+398+0+-182.5+0+336+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},intEF_25o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3044.1+0+0+70+0+0+0+0+440+0+0+354+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},OyOf2Yi7P:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1925.1+0+0+100+0+0+0+408+0+0+336+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1865.1+0+0+100+0+0+0+440+0+0+336+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"},className:\"framer-1hztk93\",\"data-framer-name\":\"Check\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Lead Qualification\"}),\": Score leads based on behavior and intent using your custom rules and workflow\"]})}),className:\"framer-1sfpwn\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18gmik4\",\"data-framer-name\":\"Single Feature\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hze6j2\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1901.1+0+0+50+0+0+0+0+398+0+-182.5+0+504+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},intEF_25o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3044.1+0+0+70+0+0+0+0+440+0+0+531+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}},OyOf2Yi7P:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1925.1+0+0+100+0+0+0+408+0+0+504+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:13,intrinsicWidth:12,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1865.1+0+0+100+0+0+0+440+0+0+504+58+2.5),pixelHeight:13,pixelWidth:12,src:\"https://framerusercontent.com/images/C9Kh74KS2IplNfzWWeMCqWTNxQ.svg\"},className:\"framer-fif8il\",\"data-framer-name\":\"Check\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-11lujm9\",\"data-styles-preset\":\"mEwhI6I8f\",style:{\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Lead Management\"}),\": Organize, filter, and push qualified leads into your CRM or sales workflows\"]})}),className:\"framer-btntaq\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1wnj55e\",\"data-styles-preset\":\"HWH662qSp\",style:{\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Bonus:\"}),\" Use our Leadboards to track opportunities across your funnel: From website visitor to closed deal.\"]})}),className:\"framer-1knmz3s\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ffxgjm\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rvw3ic\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{background:{alt:\"Identified Visitors\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1901.1+0+0+50+779.2+41+0),pixelHeight:3197,pixelWidth:400,positionX:\"center\",positionY:\"top\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 390px) - 25px, 1px)`,src:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1 400w\"}},intEF_25o:{background:{alt:\"Identified Visitors\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3044.1+0+0+70+1244.2+41+0),pixelHeight:3197,pixelWidth:400,positionX:\"center\",positionY:\"top\",sizes:\"400px\",src:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1 400w\"}},OyOf2Yi7P:{background:{alt:\"Identified Visitors\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1925.1+0+0+318.6+41+0),pixelHeight:3197,pixelWidth:400,positionX:\"center\",positionY:\"top\",sizes:\"400px\",src:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1 400w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.9,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Identified Visitors\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1865.1+0+0+342.6+41+0),pixelHeight:3197,pixelWidth:400,positionX:\"center\",positionY:\"top\",sizes:\"400px\",src:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/dYaTnuzRROWSI8DvmjUzc40xdWc.png?lossless=1 400w\"},className:\"framer-1dgff72\"})})})})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1cyy9en\",\"data-framer-name\":\"Testimonial Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pgqbsj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1697q1f\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lvxpvu\",\"data-styles-preset\":\"zShoRl8lF\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},children:\"Trusted by 5,000+ Marketers, SDRs, and Growth Teams Worldwide\"})}),className:\"framer-a6x7jj\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s0ag94\",\"data-framer-name\":\"Testimonial Area\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fg7tsu\",\"data-framer-name\":\"List 01\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`,y:(componentViewport?.y||0)+0+3472.3+50+0+0+112+0+0+0+0},intEF_25o:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 768px) * 0.75)`,y:(componentViewport?.y||0)+0+5120.3+70+0+0+122+0+0+0+0},OyOf2Yi7P:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1000px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3244.3+90+0+0+132+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:214,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3232.3+120+0+0+152+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19n7o6a-container\",nodeId:\"qVASbAx2O\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SingleTestimonials,{height:\"100%\",id:\"qVASbAx2O\",kLad3_qp5:\"Martijn Ceelen\",layoutId:\"qVASbAx2O\",QRxKLTYX3:\"Owner iConsultancy\",RdDEFoxiI:addImageAlt({pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/8Bodor7xgzEN3Njc9qbNVSe50.png\"},\"\"),style:{width:\"100%\"},width:\"100%\",WiUoBhCPI:'\"If sales data is important to you, I would recommend this platform wholeheartedly!\"'})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jxvmz8\",\"data-framer-name\":\"List 03\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`,y:(componentViewport?.y||0)+0+3472.3+50+0+0+112+0+246+0+0},intEF_25o:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 768px) * 0.75)`,y:(componentViewport?.y||0)+0+5120.3+70+0+0+122+0+246+0+0},OyOf2Yi7P:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1000px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3244.3+90+0+0+132+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:214,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3232.3+120+0+0+152+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r31gep-container\",nodeId:\"hodRBbbNp\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SingleTestimonials,{height:\"100%\",id:\"hodRBbbNp\",kLad3_qp5:\"Rune Theill\",layoutId:\"hodRBbbNp\",QRxKLTYX3:\"CEO & co-founder Rockstart\",RdDEFoxiI:addImageAlt({pixelHeight:174,pixelWidth:290,src:\"https://framerusercontent.com/images/k1tlFa8I7R6ACqJk5h5JHd6ITx8.jpeg\"},\"\"),style:{width:\"100%\"},width:\"100%\",WiUoBhCPI:'\"LeadBoxer is addictive! The data quality is superb, keeps amazing me and the LeadBoard is very intuitive.\"'})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y1d125\",\"data-framer-name\":\"List 02\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`,y:(componentViewport?.y||0)+0+3472.3+50+0+0+112+0+492+0+0},intEF_25o:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 768px) * 0.75)`,y:(componentViewport?.y||0)+0+5120.3+70+0+0+122+0+492+0+0},OyOf2Yi7P:{width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1000px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3244.3+90+0+0+132+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:214,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) - 64px) / 3, 1px)`,y:(componentViewport?.y||0)+0+3232.3+120+0+0+152+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qi7d9g-container\",nodeId:\"iIZUudv7x\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SingleTestimonials,{height:\"100%\",id:\"iIZUudv7x\",kLad3_qp5:\"Martijn Arts\",layoutId:\"iIZUudv7x\",QRxKLTYX3:\"Partner & Director, Total Design\",RdDEFoxiI:addImageAlt({pixelHeight:1280,pixelWidth:1920,src:\"https://framerusercontent.com/images/MKBO6zGoZ4lC5iBSgc61GwKju8.jpeg\",srcSet:\"https://framerusercontent.com/images/MKBO6zGoZ4lC5iBSgc61GwKju8.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/MKBO6zGoZ4lC5iBSgc61GwKju8.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MKBO6zGoZ4lC5iBSgc61GwKju8.jpeg 1920w\"},\"\"),style:{width:\"100%\"},width:\"100%\",WiUoBhCPI:\"\u201CIt\u2019s like getting x-ray vision for your website. We now know exactly who to call \u2014 and when.\u201D\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-lkhjqc\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lvxpvu\",\"data-styles-preset\":\"zShoRl8lF\",children:\"Stop Guessing. Start Closing.\"})}),className:\"framer-1bp19pi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Join the thousands of marketers and sales teams who already use LeadBoxer to transform anonymous visitors into qualified leads. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Start your free trial today and see immediate results.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:[\"Join the thousands of marketers and sales teams who already use LeadBoxer to transform anonymous visitors into qualified leads. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, rgb(112, 188, 158))\"},children:\"Start your free trial today and see immediate results.\"})]})}),className:\"framer-j5znzp\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j6qqr1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x9v14h\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{y:(componentViewport?.y||0)+0+4400.3+60+308.5+0+0},intEF_25o:{y:(componentViewport?.y||0)+0+6098.3+40+328.5+0+0},OyOf2Yi7P:{y:(componentViewport?.y||0)+0+3780.3+40+328.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+3848.3+40+309.5+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pk90mi-container\",nodeId:\"s7_F58xjS\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:\"Start your 14-day free trial\",id:\"s7_F58xjS\",layoutId:\"s7_F58xjS\",variant:\"Dhr0rrAa_\",width:\"100%\",X5LroKdYr:\"https://app.leadboxer.com/sign-up\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{y:(componentViewport?.y||0)+0+4400.3+60+308.5+0+0},intEF_25o:{y:(componentViewport?.y||0)+0+6098.3+40+328.5+0+0},OyOf2Yi7P:{y:(componentViewport?.y||0)+0+3780.3+40+328.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+3848.3+40+309.5+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k3zj7i-container\",nodeId:\"XT2fAvWiY\",rendersWithMotion:true,scopeId:\"Of9ufzHF3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:\"Book a live demo\",id:\"XT2fAvWiY\",layoutId:\"XT2fAvWiY\",variant:\"jkS9UTW9p\",width:\"100%\",X5LroKdYr:\"https://app.leadboxer.com/sign-up\"})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16pedlj\",\"data-framer-name\":\"Footer Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{y:(componentViewport?.y||0)+0+5000.3+0},intEF_25o:{y:(componentViewport?.y||0)+0+6698.3+0},OyOf2Yi7P:{y:(componentViewport?.y||0)+0+4380.3+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:490,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+4410.3+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2svz0r-container\",nodeId:\"j3kXvXUwU\",scopeId:\"Of9ufzHF3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IARus6rhQ:{variant:\"AnADWfyrO\"},intEF_25o:{variant:\"rgSncB8AR\"},OyOf2Yi7P:{variant:\"yzMpj5QlK\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"j3kXvXUwU\",layoutId:\"j3kXvXUwU\",style:{width:\"100%\"},variant:\"g8R2q3s4R\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-04on3.framer-1w5sect, .framer-04on3 .framer-1w5sect { display: block; }\",\".framer-04on3.framer-14gdqq5 { 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: 1440px; }\",\".framer-04on3 .framer-7leqn5-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-04on3 .framer-1k2wvmr { align-content: center; align-items: center; background-color: var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 0px 0px 30px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1qvjg89 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-1dncduk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-157mr2b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 655px; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-k3fcah, .framer-04on3 .framer-136uja4, .framer-04on3 .framer-z08ahu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-mnh3kz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-wmh1gv, .framer-04on3 .framer-w77uru, .framer-04on3 .framer-9duryu, .framer-04on3 .framer-a6x7jj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-r3727 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 5px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-ydc0pg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 20px 21px 5px; position: relative; width: 100%; }\",\".framer-04on3 .framer-tonkym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-qe18so-container, .framer-04on3 .framer-1qdrsn7-container, .framer-04on3 .framer-1pk90mi-container, .framer-04on3 .framer-k3zj7i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-04on3 .framer-qnk9qg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 9px; position: relative; width: 100%; }\",\".framer-04on3 .framer-11p7f40 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-04on3 .framer-1fxj2wn { align-content: center; align-items: center; bottom: -43px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -327px; top: -53px; width: 987px; }\",\".framer-04on3 .framer-vnjtxg { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-04on3 .framer-1r4hhok { -webkit-filter: drop-shadow(3px 18px 19px rgba(0, 0, 0, 0.25)); filter: drop-shadow(3px 18px 19px rgba(0, 0, 0, 0.25)); flex: none; height: 478px; position: relative; width: 100%; z-index: 5; }\",\".framer-04on3 .framer-1mhqgxf { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 55px 30px 50px 30px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1ton0v4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1q0f5xt-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-04on3 .framer-ing9v2 { align-content: center; align-items: center; background-color: var(--token-78622ac7-104a-4bdd-a580-8a1b20514f63, #ededed); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1lj4fdp { --border-bottom-width: 1.5px; --border-color: rgba(12, 34, 23, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1.5px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1phhbvd { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.8 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 41px 0px 41px 40px; position: relative; width: 1px; }\",\".framer-04on3 .framer-1oej6dk { --border-bottom-width: 1px; --border-color: var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, #3880c0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; box-shadow: 5px 5px 14px 3px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 635px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 496px; will-change: var(--framer-will-change-override, transform); }\",\".framer-04on3 .framer-1gc80i0 { flex: none; height: 99%; position: relative; width: 100%; }\",\".framer-04on3 .framer-wx3u2v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-1tvl4qn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-gvb5xg { 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-04on3 .framer-14uz96d, .framer-04on3 .framer-1aytihc, .framer-04on3 .framer-1knmz3s { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-ns9e1n, .framer-04on3 .framer-p9ryn5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1bb8t94 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-pu5nkh, .framer-04on3 .framer-mbxafq, .framer-04on3 .framer-mj70bl, .framer-04on3 .framer-91o6uh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-04on3 .framer-bcxyi3-container, .framer-04on3 .framer-1uhzwhs-container, .framer-04on3 .framer-dwg192-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 47px); position: relative; width: 44px; }\",\".framer-04on3 .framer-1ugy5eq, .framer-04on3 .framer-13knv0j, .framer-04on3 .framer-177zo03, .framer-04on3 .framer-1pyplhy { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-04on3 .framer-wmsctq-container { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 44px; }\",\".framer-04on3 .framer-mlfr3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-04on3 .framer-5hamys { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 100px 20px 100px 15px; position: relative; width: 100%; }\",\".framer-04on3 .framer-ozts9x { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-pm8zxb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1bp17an { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-04on3 .framer-w1onla, .framer-04on3 .framer-1t6stq2, .framer-04on3 .framer-3823td, .framer-04on3 .framer-18gmik4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-6jdd4f, .framer-04on3 .framer-1sfq2hv, .framer-04on3 .framer-18p5cx6, .framer-04on3 .framer-hze6j2 { align-content: center; align-items: center; background-color: var(--token-4745ec61-fea9-4e2d-933d-e071d0140d52, #70bc9e); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 37px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 37px; will-change: var(--framer-will-change-override, transform); }\",\".framer-04on3 .framer-fne9bz, .framer-04on3 .framer-1m1e7au, .framer-04on3 .framer-1hztk93, .framer-04on3 .framer-fif8il { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 33px; }\",\".framer-04on3 .framer-vsk1zt, .framer-04on3 .framer-czc6zy, .framer-04on3 .framer-1sfpwn, .framer-04on3 .framer-btntaq { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-1ffxgjm { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.8 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 41px 0px 41px 40px; position: relative; width: 1px; }\",\".framer-04on3 .framer-rvw3ic { --border-bottom-width: 1px; --border-color: var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, #3880c0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; box-shadow: 5px 5px 14px 3px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-04on3 .framer-1dgff72 { flex: none; height: 3197px; overflow: visible; position: relative; width: 400px; }\",\".framer-04on3 .framer-1cyy9en { align-content: center; align-items: center; background-color: var(--token-78622ac7-104a-4bdd-a580-8a1b20514f63, #f2f8f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 30px 130px 30px; position: relative; width: 100%; }\",\".framer-04on3 .framer-pgqbsj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1697q1f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 61%; }\",\".framer-04on3 .framer-s0ag94 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1fg7tsu, .framer-04on3 .framer-jxvmz8, .framer-04on3 .framer-1y1d125 { 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-04on3 .framer-19n7o6a-container, .framer-04on3 .framer-r31gep-container, .framer-04on3 .framer-1qi7d9g-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-04on3 .framer-lkhjqc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: 562px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-04on3 .framer-1bp19pi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-j5znzp { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 894px; word-break: break-word; word-wrap: break-word; }\",\".framer-04on3 .framer-1j6qqr1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-04on3 .framer-x9v14h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-04on3 .framer-16pedlj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-04on3 .framer-2svz0r-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-04on3[data-border=\"true\"]::after, .framer-04on3 [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: 1200px) and (max-width: 1439px) { .framer-04on3.framer-14gdqq5 { width: 1200px; } .framer-04on3 .framer-1k2wvmr, .framer-04on3 .framer-w1onla, .framer-04on3 .framer-1t6stq2, .framer-04on3 .framer-3823td, .framer-04on3 .framer-18gmik4 { justify-content: flex-start; } .framer-04on3 .framer-1qvjg89 { justify-content: center; max-width: 992px; padding: 50px 0px 50px 0px; } .framer-04on3 .framer-157mr2b { flex: none; padding: 0px; width: 48%; } .framer-04on3 .framer-ydc0pg { padding: 25px 50px 21px 5px; } .framer-04on3 .framer-1fxj2wn { bottom: -118px; right: -506px; top: -50px; } .framer-04on3 .framer-vnjtxg { align-content: center; align-items: center; height: 573px; width: 916px; } .framer-04on3 .framer-1r4hhok { height: 619px; width: 846px; } .framer-04on3 .framer-1mhqgxf { padding: 85px 30px 95px 30px; } .framer-04on3 .framer-1ton0v4 { gap: 30px; max-width: 1000px; } .framer-04on3 .framer-ing9v2 { padding: 0px 30px 0px 20px; } .framer-04on3 .framer-1lj4fdp { gap: 40px; max-width: 1160px; padding: 100px 30px 100px 30px; } .framer-04on3 .framer-1phhbvd { justify-content: center; padding: 41px 30px 41px 30px; } .framer-04on3 .framer-1tvl4qn { gap: 40px; } .framer-04on3 .framer-gvb5xg, .framer-04on3 .framer-ns9e1n, .framer-04on3 .framer-1bb8t94, .framer-04on3 .framer-pm8zxb, .framer-04on3 .framer-p9ryn5 { gap: 15px; } .framer-04on3 .framer-pu5nkh, .framer-04on3 .framer-mbxafq, .framer-04on3 .framer-mj70bl, .framer-04on3 .framer-91o6uh { justify-content: flex-start; width: 100%; } .framer-04on3 .framer-5hamys { gap: 35px; max-width: 1160px; } .framer-04on3 .framer-ozts9x { gap: 25px; } .framer-04on3 .framer-1ffxgjm { padding: 41px 30px 41px 30px; } .framer-04on3 .framer-1cyy9en { padding: 90px 30px 100px 30px; } .framer-04on3 .framer-pgqbsj { gap: 60px; max-width: 1000px; } .framer-04on3 .framer-1697q1f { width: 68%; } .framer-04on3 .framer-a6x7jj { flex: 1 0 0px; width: 1px; } .framer-04on3 .framer-lkhjqc { height: 600px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-04on3.framer-14gdqq5 { width: 810px; } .framer-04on3 .framer-1k2wvmr { flex-direction: column; gap: 50px; padding: 40px 0px 0px 30px; } .framer-04on3 .framer-1qvjg89 { flex: none; max-width: 750px; order: 0; padding: 0px; width: 100%; } .framer-04on3 .framer-1dncduk { flex-direction: column; gap: 32px; justify-content: center; } .framer-04on3 .framer-157mr2b { flex: none; gap: 31px; justify-content: center; max-width: unset; padding: 0px; width: 100%; } .framer-04on3 .framer-mnh3kz { align-content: flex-start; align-items: flex-start; } .framer-04on3 .framer-ydc0pg { gap: 0px; padding: 25px 20px 21px 0px; } .framer-04on3 .framer-1fxj2wn { bottom: unset; height: min-content; position: relative; right: unset; top: unset; width: 100%; } .framer-04on3 .framer-vnjtxg { align-content: center; align-items: center; padding: 50px 50px 50px 10px; } .framer-04on3 .framer-1r4hhok { height: 353px; } .framer-04on3 .framer-1mhqgxf { padding: 70px 30px 75px 30px; } .framer-04on3 .framer-1ton0v4 { gap: 25px; max-width: 768px; } .framer-04on3 .framer-1lj4fdp { flex-direction: column; gap: 50px; max-width: 713px; padding: 70px 0px 80px 0px; } .framer-04on3 .framer-1phhbvd { flex: none; justify-content: center; order: 1; padding: 41px 0px 41px 0px; width: 100%; } .framer-04on3 .framer-wx3u2v { flex: none; order: 0; width: 100%; } .framer-04on3 .framer-1tvl4qn { gap: 35px; } .framer-04on3 .framer-ns9e1n, .framer-04on3 .framer-p9ryn5 { gap: 15px; } .framer-04on3 .framer-1bb8t94, .framer-04on3 .framer-1bp17an { gap: 24px; } .framer-04on3 .framer-1uhzwhs-container, .framer-04on3 .framer-dwg192-container { height: var(--framer-aspect-ratio-supported, 53px); } .framer-04on3 .framer-wmsctq-container { height: var(--framer-aspect-ratio-supported, 63px); } .framer-04on3 .framer-5hamys { flex-direction: column; gap: 50px; max-width: 768px; padding: 70px 20px 80px 15px; } .framer-04on3 .framer-ozts9x { flex: none; gap: 25px; order: 0; width: 100%; } .framer-04on3 .framer-fne9bz, .framer-04on3 .framer-1m1e7au, .framer-04on3 .framer-1hztk93, .framer-04on3 .framer-fif8il { height: var(--framer-aspect-ratio-supported, 32px); } .framer-04on3 .framer-1ffxgjm { flex: none; order: 1; padding: 41px 0px 41px 0px; width: 100%; } .framer-04on3 .framer-1cyy9en { padding: 70px 0px 80px 0px; } .framer-04on3 .framer-pgqbsj { gap: 50px; max-width: 768px; } .framer-04on3 .framer-1697q1f { width: 73%; } .framer-04on3 .framer-a6x7jj { flex: 1 0 0px; width: 1px; } .framer-04on3 .framer-s0ag94 { flex-direction: column; flex-wrap: wrap; justify-content: center; width: 75%; } .framer-04on3 .framer-1fg7tsu { flex: none; width: 100%; } .framer-04on3 .framer-jxvmz8, .framer-04on3 .framer-1y1d125 { align-content: flex-start; align-items: flex-start; flex: none; width: 100%; } .framer-04on3 .framer-r31gep-container { order: 0; } .framer-04on3 .framer-lkhjqc { height: 600px; }}\",\"@media (max-width: 809px) { .framer-04on3.framer-14gdqq5 { width: 390px; } .framer-04on3 .framer-1k2wvmr { flex-direction: column; gap: 40px; } .framer-04on3 .framer-1qvjg89 { flex: none; justify-content: center; max-width: 400px; order: 0; padding: 0px 20px 0px 20px; width: 100%; } .framer-04on3 .framer-1dncduk { flex-direction: column; gap: 15px; justify-content: center; padding: 0px 0px 50px 0px; } .framer-04on3 .framer-157mr2b { align-content: center; align-items: center; flex: none; max-width: 400px; padding: 36px 0px 36px 0px; width: 100%; } .framer-04on3 .framer-ydc0pg { align-content: center; align-items: center; gap: 0px; padding: 25px 0px 21px 0px; } .framer-04on3 .framer-tonkym, .framer-04on3 .framer-x9v14h { gap: 18px; } .framer-04on3 .framer-1fxj2wn { bottom: unset; flex-direction: row; height: 234px; overflow: visible; position: relative; right: unset; top: unset; } .framer-04on3 .framer-vnjtxg { align-content: flex-start; align-items: flex-start; padding: 20px; width: min-content; } .framer-04on3 .framer-1r4hhok { height: 236px; width: 349px; } .framer-04on3 .framer-1mhqgxf { padding: 50px 20px 55px 20px; } .framer-04on3 .framer-1ton0v4 { gap: 25px; max-width: 390px; } .framer-04on3 .framer-ing9v2, .framer-04on3 .framer-mlfr3 { padding: 0px 20px 0px 20px; } .framer-04on3 .framer-1lj4fdp { flex-direction: column; gap: 40px; height: 753px; max-width: 390px; padding: 50px 0px 60px 0px; } .framer-04on3 .framer-1phhbvd { align-content: center; align-items: center; flex: none; justify-content: center; order: 1; padding: 41px 0px 41px 0px; width: 100%; } .framer-04on3 .framer-1oej6dk, .framer-04on3 .framer-rvw3ic, .framer-04on3 .framer-1dgff72, .framer-04on3 .framer-a6x7jj { flex: 1 0 0px; width: 1px; } .framer-04on3 .framer-wx3u2v { flex: none; order: 0; width: 100%; } .framer-04on3 .framer-1tvl4qn { gap: 25px; width: 325px; } .framer-04on3 .framer-gvb5xg, .framer-04on3 .framer-pm8zxb { gap: 10px; } .framer-04on3 .framer-ns9e1n, .framer-04on3 .framer-p9ryn5 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; height: 292px; } .framer-04on3 .framer-1bb8t94 { flex: none; flex-wrap: wrap; gap: 15px; width: 100%; } .framer-04on3 .framer-pu5nkh, .framer-04on3 .framer-mbxafq, .framer-04on3 .framer-mj70bl, .framer-04on3 .framer-91o6uh, .framer-04on3 .framer-w1onla, .framer-04on3 .framer-1t6stq2, .framer-04on3 .framer-3823td, .framer-04on3 .framer-18gmik4 { justify-content: flex-start; } .framer-04on3 .framer-1uhzwhs-container, .framer-04on3 .framer-dwg192-container { height: var(--framer-aspect-ratio-supported, 53px); } .framer-04on3 .framer-wmsctq-container { height: var(--framer-aspect-ratio-supported, 63px); } .framer-04on3 .framer-5hamys { flex-direction: column; gap: 40px; max-width: 390px; padding: 50px 20px 60px 5px; } .framer-04on3 .framer-ozts9x { flex: none; gap: 25px; order: 0; width: 100%; } .framer-04on3 .framer-1bp17an, .framer-04on3 .framer-1fg7tsu, .framer-04on3 .framer-jxvmz8, .framer-04on3 .framer-1y1d125 { flex: none; width: 100%; } .framer-04on3 .framer-fne9bz, .framer-04on3 .framer-1m1e7au, .framer-04on3 .framer-1hztk93, .framer-04on3 .framer-fif8il { height: var(--framer-aspect-ratio-supported, 32px); } .framer-04on3 .framer-1ffxgjm { align-content: center; align-items: center; flex: none; order: 1; padding: 41px 0px 41px 0px; width: 100%; } .framer-04on3 .framer-1cyy9en { padding: 50px 20px 60px 20px; } .framer-04on3 .framer-pgqbsj { gap: 40px; max-width: 390px; } .framer-04on3 .framer-1697q1f { width: 100%; } .framer-04on3 .framer-s0ag94 { flex-direction: column; } .framer-04on3 .framer-lkhjqc { height: 600px; padding: 60px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4595\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OyOf2Yi7P\":{\"layout\":[\"fixed\",\"auto\"]},\"intEF_25o\":{\"layout\":[\"fixed\",\"auto\"]},\"IARus6rhQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerOf9ufzHF3=withCSS(Component,css,\"framer-04on3\");export default FramerOf9ufzHF3;FramerOf9ufzHF3.displayName=\"Home\";FramerOf9ufzHF3.defaultProps={height:4595,width:1440};addFonts(FramerOf9ufzHF3,[{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/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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...TopNavFonts,...PrimaryButtonFonts,...BrandTickerFonts,...FeatherFonts,...SingleTestimonialsFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOf9ufzHF3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"4595\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OyOf2Yi7P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"intEF_25o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IARus6rhQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TopNavFonts", "getFonts", "ECDSl4E7C_default", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "PrimaryButtonFonts", "xsn5pEQD6_default", "ContainerWithFX", "Container", "ImageWithFX", "Image2", "BrandTickerFonts", "F4m_0RYWo_default", "FeatherFonts", "Icon", "SingleTestimonialsFonts", "qBqRvwW5x_default", "FooterFonts", "xp3GQiEh8_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "transition3", "animation1", "transition4", "animation2", "transition5", "animation3", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ECDSl4E7C_default", "RichTextWithFX", "x", "MotionDivWithFX", "ContainerWithFX", "xsn5pEQD6_default", "RichText2", "getLoadingLazyAtYPosition", "ImageWithFX", "F4m_0RYWo_default", "Image2", "Icon", "qBqRvwW5x_default", "xp3GQiEh8_default", "css", "FramerOf9ufzHF3", "withCSS", "Of9ufzHF3_default", "addFonts", "TopNavFonts", "PrimaryButtonFonts", "BrandTickerFonts", "FeatherFonts", "SingleTestimonialsFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
