{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js", "ssg:https://framerusercontent.com/modules/RY9zqtVdZHguMoCaXUyf/Z1UB0j0AKrTKTD2FRBdW/VG6APGJYI.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";// Poll for 5 minutes ...\nfunction poll(f,delay=200,count=5*60*5,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/_jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/_jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});}addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more\u2026](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js\";import Header_microsite from\"#framer/local/canvasComponent/RD2TMEGYg/RD2TMEGYg.js\";import Footer_New from\"#framer/local/canvasComponent/ThEYgjAOL/ThEYgjAOL.js\";import YellowBarComponent from\"#framer/local/canvasComponent/XbBLeqG5c/XbBLeqG5c.js\";import metadataProvider from\"#framer/local/webPageMetadata/VG6APGJYI/VG6APGJYI.js\";const Header_micrositeFonts=getFonts(Header_microsite);const HubSpotFormFonts=getFonts(HubSpotForm);const TickerFonts=getFonts(Ticker);const Footer_NewFonts=getFonts(Footer_New);const YellowBarComponentFonts=getFonts(YellowBarComponent);const breakpoints={EEHazLJnU:\"(min-width: 810px) and (max-width: 1199px)\",l0HGLqGZv:\"(min-width: 1200px)\",ySKL2JKHj:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RFAiI\";const variantClassNames={EEHazLJnU:\"framer-v-1gsvmj4\",l0HGLqGZv:\"framer-v-t43whb\",ySKL2JKHj:\"framer-v-sxfd9k\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"l0HGLqGZv\",Phone:\"ySKL2JKHj\",Tablet:\"EEHazLJnU\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"l0HGLqGZv\"};};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 sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"GtrG55CwC\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"l0HGLqGZv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-t43whb\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o45n7l-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EEHazLJnU:{variant:\"HHpaj_U7M\"},ySKL2JKHj:{variant:\"O60Tl76nq\"}},children:/*#__PURE__*/_jsx(Header_microsite,{DOWRVluuT:false,height:\"100%\",id:\"FBG_CJ_Or\",layoutId:\"FBG_CJ_Or\",style:{width:\"100%\"},variant:\"u_BS7IXPM\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ujlh0u\",\"data-framer-name\":\"About Us\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j0c8l0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dtyfmy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ySKL2JKHj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(292% 268% at 0% -84.7%, rgb(242, 79, 36) 16%, rgb(254, 185, 8) 40%, rgb(255, 4, 226) 83%)\"},children:\"Get a single-node configuration of Kloudfuse for free, forever!\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(292% 268% at 0% -84.7%, rgb(242, 79, 36) 16%, rgb(254, 185, 8) 40%, rgb(255, 4, 226) 83%)\"},children:\"Get a single-node configuration of Kloudfuse for free, forever!\"})})}),className:\"framer-11gxvjl\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ySKL2JKHj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32e9233a-f433-4455-a1d6-9837a68026a0, rgb(0, 0, 0))\"},children:\"On an 8-core and 64 GB memory machine, a single-node Kloudfuse install is capable of serving:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32e9233a-f433-4455-a1d6-9837a68026a0, rgb(0, 0, 0))\"},children:\"On an 8-core and 64 GB memory machine, a single-node Kloudfuse install is capable of serving:\"})}),className:\"framer-1oq15e3\",fonts:[\"FS;Montserrat-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p4i7b5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uc1rgj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-32e9233a-f433-4455-a1d6-9837a68026a0, rgb(0, 0, 0))\"},children:\"2M\"})}),className:\"framer-wkycx2\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ySKL2JKHj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"million metrics per minute\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"million metrics per minute\"})}),className:\"framer-lhik1t\",fonts:[\"FS;Montserrat-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9pxg0s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-32e9233a-f433-4455-a1d6-9837a68026a0, rgb(0, 0, 0))\"},children:\"100GB\"})}),className:\"framer-1g8wh79\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ySKL2JKHj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"of logs per day\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"of logs per day\"})}),className:\"framer-17rdr2h\",fonts:[\"FS;Montserrat-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-btfo2b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-32e9233a-f433-4455-a1d6-9837a68026a0, rgb(0, 0, 0))\"},children:\"120,000\"})}),className:\"framer-1xuozqx\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ySKL2JKHj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"spans per minute\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"spans per minute\"})}),className:\"framer-12mibtg\",fonts:[\"FS;Montserrat-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-chq73y\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1crjn1q-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"3542155e-7183-456c-9868-a9800c2c1098\",height:\"100%\",id:\"KHqm28kBU\",layoutId:\"KHqm28kBU\",portalId:\"44686437\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11r52dk\",\"data-framer-name\":\"Logo Carousel\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(45, 45, 45)\"},children:\"Trusted by Global Brands\"})}),className:\"framer-1dnxaqb\",fonts:[\"FS;Montserrat-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-188h3wp-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:12,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"PSh5hp5Wu\",layoutId:\"PSh5hp5Wu\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:171.5,intrinsicWidth:569,pixelHeight:343,pixelWidth:1138,sizes:\"152.6181px\",src:\"https://framerusercontent.com/images/gNnb5r80I43T5LFKr2mey2RHC8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gNnb5r80I43T5LFKr2mey2RHC8.png?scale-down-to=512 512w,https://framerusercontent.com/images/gNnb5r80I43T5LFKr2mey2RHC8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gNnb5r80I43T5LFKr2mey2RHC8.png 1138w\"},className:\"framer-17zorso\",\"data-framer-name\":\"NIC_1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:146.5,intrinsicWidth:499.5,pixelHeight:293,pixelWidth:999,sizes:\"153.43px\",src:\"https://framerusercontent.com/images/dhTKd6FVT6ZJOUfrYcjccVq9BOc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dhTKd6FVT6ZJOUfrYcjccVq9BOc.png?scale-down-to=512 512w,https://framerusercontent.com/images/dhTKd6FVT6ZJOUfrYcjccVq9BOc.png 999w\"},className:\"framer-1mgs43b\",\"data-framer-name\":\"Graphite_1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:127,intrinsicWidth:536,pixelHeight:254,pixelWidth:1072,sizes:\"143.4961px\",src:\"https://framerusercontent.com/images/u4bPeiRFfaUzux9U6bhp37MyT8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/u4bPeiRFfaUzux9U6bhp37MyT8.png?scale-down-to=512 512w,https://framerusercontent.com/images/u4bPeiRFfaUzux9U6bhp37MyT8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u4bPeiRFfaUzux9U6bhp37MyT8.png 1072w\"},className:\"framer-zrhdls\",\"data-framer-name\":\"Innovaccer_1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XSMqoMVcnaLzG0OZwTJlSlGXI.png\"},className:\"framer-456vpo\",\"data-framer-name\":\"Layer 8\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dquak9\",\"data-framer-name\":\"1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p96r9w\",\"data-framer-name\":\"Group 2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cdxose\",\"data-framer-name\":\"Group 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vXA53PElkkQ5nZ9i3QzcFGx1hKk.png\"},className:\"framer-7hr29r\",\"data-framer-name\":\"Rectangle 1\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-198ni9\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vb1a7v\",\"data-framer-name\":\"Group 12\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qbejfy\",\"data-framer-name\":\"Group 11\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Dh51fSfptaI9Vq5YWnV26Jjc2c.png\"},className:\"framer-11oq2yl\",\"data-framer-name\":\"Rectangle 11\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:35.5,intrinsicWidth:132.5,pixelHeight:71,pixelWidth:265,src:\"https://framerusercontent.com/images/P8gcWRXyAIeQRGRCNyj4qMc0L8c.png\"},className:\"framer-k398t5\",\"data-framer-name\":\"Image-(20)\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18hkmly\",\"data-framer-name\":\"4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhawtc\",\"data-framer-name\":\"Group 6\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1beblgy\",\"data-framer-name\":\"Group 5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jb7HMx5xGzGlL93QwkBwDhixi48.png\"},className:\"framer-1atyai4\",\"data-framer-name\":\"Rectangle 5\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pq4htd\",\"data-framer-name\":\"Group 8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g6x5nz\",\"data-framer-name\":\"Group 7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"128.5847px\",src:\"https://framerusercontent.com/images/2tFaq9DiDzojFsA2qVMtdnFC0zw.png\",srcSet:\"https://framerusercontent.com/images/2tFaq9DiDzojFsA2qVMtdnFC0zw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2tFaq9DiDzojFsA2qVMtdnFC0zw.png 516w\"},className:\"framer-11913en\",\"data-framer-name\":\"Rectangle 7\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1erqv6y\",\"data-framer-name\":\"5\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lzlm7p\",\"data-framer-name\":\"Group 10\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1alj7kl\",\"data-framer-name\":\"Group 9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"131.7833px\",src:\"https://framerusercontent.com/images/EgezbWiOxNX1p7AFtNqpSMuHc.png\",srcSet:\"https://framerusercontent.com/images/EgezbWiOxNX1p7AFtNqpSMuHc.png?scale-down-to=512 512w,https://framerusercontent.com/images/EgezbWiOxNX1p7AFtNqpSMuHc.png 528w\"},className:\"framer-1ewh57f\",\"data-framer-name\":\"Rectangle 9\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hep2c1\",\"data-framer-name\":\"Group 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i5i7hh\",\"data-framer-name\":\"Group 13\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wLqwi2nplYRl8XPT55ruuU26mk.png\"},className:\"framer-1c9cgda\",\"data-framer-name\":\"Rectangle 13\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EEHazLJnU:{y:1861.8},ySKL2JKHj:{y:1827.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:525,width:\"100vw\",y:1324.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18itxox-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EEHazLJnU:{variant:\"ENVSGfTpg\"},ySKL2JKHj:{variant:\"RNQuLVI8u\"}},children:/*#__PURE__*/_jsx(Footer_New,{height:\"100%\",id:\"CyyK0HxUW\",layoutId:\"CyyK0HxUW\",style:{width:\"100%\"},variant:\"rJWsX9HCf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EEHazLJnU:{y:64},ySKL2JKHj:{y:64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100vw\",y:78,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vmo3a7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EEHazLJnU:{variant:\"RHt4hegvF\"},ySKL2JKHj:{style:{width:\"100%\"},variant:\"YelpWk9Fn\"}},children:/*#__PURE__*/_jsx(YellowBarComponent,{height:\"100%\",id:\"v6OWoKVXw\",layoutId:\"v6OWoKVXw\",style:{height:\"100%\",width:\"100%\"},variant:\"fqP1f9fCp\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RFAiI.framer-1kswwvz, .framer-RFAiI .framer-1kswwvz { display: block; }\",\".framer-RFAiI.framer-t43whb { 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: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-RFAiI .framer-o45n7l-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-RFAiI .framer-1ujlh0u { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 200px 40px 64px 40px; position: relative; width: 100%; }\",\".framer-RFAiI .framer-j0c8l0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RFAiI .framer-dtyfmy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-RFAiI .framer-11gxvjl { --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-RFAiI .framer-1oq15e3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RFAiI .framer-1p4i7b5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 36px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-RFAiI .framer-uc1rgj, .framer-RFAiI .framer-9pxg0s, .framer-RFAiI .framer-btfo2b { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-RFAiI .framer-wkycx2, .framer-RFAiI .framer-1g8wh79, .framer-RFAiI .framer-1xuozqx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 5; }\",\".framer-RFAiI .framer-lhik1t, .framer-RFAiI .framer-17rdr2h, .framer-RFAiI .framer-12mibtg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 5; }\",\".framer-RFAiI .framer-chq73y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; z-index: 5; }\",\".framer-RFAiI .framer-1crjn1q-container { aspect-ratio: 1.1666666666666667 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 480px); position: relative; width: 1px; }\",\".framer-RFAiI .framer-11r52dk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 24px 40px 24px 40px; position: relative; width: 100%; }\",\".framer-RFAiI .framer-1dnxaqb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RFAiI .framer-188h3wp-container { flex: none; height: 80px; position: relative; width: 100%; }\",\".framer-RFAiI .framer-17zorso { aspect-ratio: 3.317784256559767 / 1; height: var(--framer-aspect-ratio-supported, 46px); overflow: visible; position: relative; width: 153px; }\",\".framer-RFAiI .framer-1mgs43b { aspect-ratio: 3.409556313993174 / 1; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 154px; }\",\".framer-RFAiI .framer-zrhdls { aspect-ratio: 4.2204724409448815 / 1; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: relative; width: 144px; }\",\".framer-RFAiI .framer-456vpo { aspect-ratio: 4.493848858116198 / 1; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 131px; }\",\".framer-RFAiI .framer-1dquak9 { height: 42px; overflow: visible; position: relative; width: 107px; }\",\".framer-RFAiI .framer-p96r9w, .framer-RFAiI .framer-1cdxose { flex: none; height: 42px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 107px; }\",\".framer-RFAiI .framer-7hr29r { aspect-ratio: 2.584615460829235 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: 0px; position: absolute; top: 0px; width: 107px; }\",\".framer-RFAiI .framer-198ni9 { height: 27px; overflow: visible; position: relative; width: 117px; }\",\".framer-RFAiI .framer-1vb1a7v, .framer-RFAiI .framer-1qbejfy { flex: none; height: 27px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 117px; }\",\".framer-RFAiI .framer-11oq2yl { aspect-ratio: 4.357143065037539 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 0px; position: absolute; top: 0px; width: 117px; }\",\".framer-RFAiI .framer-k398t5 { aspect-ratio: 3.732394366197183 / 1; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 135px; }\",\".framer-RFAiI .framer-18hkmly { height: 28px; overflow: visible; position: relative; width: 115px; }\",\".framer-RFAiI .framer-zhawtc, .framer-RFAiI .framer-1beblgy { flex: none; height: 28px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 115px; }\",\".framer-RFAiI .framer-1atyai4 { aspect-ratio: 4.068181804321474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 0px; position: absolute; top: 0px; width: 115px; }\",\".framer-RFAiI .framer-pq4htd { height: 29px; overflow: visible; position: relative; width: 129px; }\",\".framer-RFAiI .framer-g6x5nz { flex: none; height: 29px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 129px; }\",\".framer-RFAiI .framer-11913en { aspect-ratio: 4.466666604827854 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 0px; position: absolute; top: 0px; width: 129px; }\",\".framer-RFAiI .framer-1erqv6y { height: 48px; overflow: visible; position: relative; width: 132px; }\",\".framer-RFAiI .framer-lzlm7p, .framer-RFAiI .framer-1alj7kl { flex: none; height: 48px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 132px; }\",\".framer-RFAiI .framer-1ewh57f { aspect-ratio: 2.7466667663155024 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; position: absolute; top: 0px; width: 132px; }\",\".framer-RFAiI .framer-hep2c1 { height: 29px; overflow: visible; position: relative; width: 125px; }\",\".framer-RFAiI .framer-i5i7hh { flex: none; height: 29px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 125px; }\",\".framer-RFAiI .framer-1c9cgda { aspect-ratio: 4.26086925523011 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 0px; position: absolute; top: 0px; width: 125px; }\",\".framer-RFAiI .framer-18itxox-container { flex: none; height: auto; position: relative; width: 100%; z-index: 8; }\",\".framer-RFAiI .framer-vmo3a7-container { flex: none; height: 39px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 78px; width: 100%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RFAiI.framer-t43whb, .framer-RFAiI .framer-1ujlh0u, .framer-RFAiI .framer-j0c8l0, .framer-RFAiI .framer-dtyfmy, .framer-RFAiI .framer-1p4i7b5, .framer-RFAiI .framer-uc1rgj, .framer-RFAiI .framer-9pxg0s, .framer-RFAiI .framer-btfo2b, .framer-RFAiI .framer-chq73y, .framer-RFAiI .framer-11r52dk { gap: 0px; } .framer-RFAiI.framer-t43whb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RFAiI.framer-t43whb > :first-child, .framer-RFAiI .framer-j0c8l0 > :first-child, .framer-RFAiI .framer-dtyfmy > :first-child, .framer-RFAiI .framer-1p4i7b5 > :first-child, .framer-RFAiI .framer-uc1rgj > :first-child, .framer-RFAiI .framer-9pxg0s > :first-child, .framer-RFAiI .framer-btfo2b > :first-child, .framer-RFAiI .framer-11r52dk > :first-child { margin-top: 0px; } .framer-RFAiI.framer-t43whb > :last-child, .framer-RFAiI .framer-j0c8l0 > :last-child, .framer-RFAiI .framer-dtyfmy > :last-child, .framer-RFAiI .framer-1p4i7b5 > :last-child, .framer-RFAiI .framer-uc1rgj > :last-child, .framer-RFAiI .framer-9pxg0s > :last-child, .framer-RFAiI .framer-btfo2b > :last-child, .framer-RFAiI .framer-11r52dk > :last-child { margin-bottom: 0px; } .framer-RFAiI .framer-1ujlh0u > * { margin: 0px; margin-left: calc(88px / 2); margin-right: calc(88px / 2); } .framer-RFAiI .framer-1ujlh0u > :first-child, .framer-RFAiI .framer-chq73y > :first-child { margin-left: 0px; } .framer-RFAiI .framer-1ujlh0u > :last-child, .framer-RFAiI .framer-chq73y > :last-child { margin-right: 0px; } .framer-RFAiI .framer-j0c8l0 > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-RFAiI .framer-dtyfmy > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-RFAiI .framer-1p4i7b5 > *, .framer-RFAiI .framer-11r52dk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-RFAiI .framer-uc1rgj > *, .framer-RFAiI .framer-9pxg0s > *, .framer-RFAiI .framer-btfo2b > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-RFAiI .framer-chq73y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-RFAiI.framer-t43whb { width: 810px; } .framer-RFAiI .framer-1ujlh0u { flex-direction: column; gap: 43px; } .framer-RFAiI .framer-j0c8l0 { flex: none; gap: 32px; order: 0; width: 100%; } .framer-RFAiI .framer-1oq15e3 { width: 80%; } .framer-RFAiI .framer-chq73y { order: 1; width: 100%; } .framer-RFAiI .framer-1crjn1q-container { aspect-ratio: unset; height: 494px; } .framer-RFAiI .framer-vmo3a7-container { top: 64px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RFAiI .framer-1ujlh0u, .framer-RFAiI .framer-j0c8l0 { gap: 0px; } .framer-RFAiI .framer-1ujlh0u > * { margin: 0px; margin-bottom: calc(43px / 2); margin-top: calc(43px / 2); } .framer-RFAiI .framer-1ujlh0u > :first-child, .framer-RFAiI .framer-j0c8l0 > :first-child { margin-top: 0px; } .framer-RFAiI .framer-1ujlh0u > :last-child, .framer-RFAiI .framer-j0c8l0 > :last-child { margin-bottom: 0px; } .framer-RFAiI .framer-j0c8l0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\",\"@media (max-width: 809px) { .framer-RFAiI.framer-t43whb { width: 390px; } .framer-RFAiI .framer-1ujlh0u { flex-direction: column; gap: 94px; padding: 200px 20px 36px 20px; } .framer-RFAiI .framer-j0c8l0 { flex: none; gap: 40px; order: 0; width: 100%; } .framer-RFAiI .framer-dtyfmy { align-content: center; align-items: center; gap: 20px; overflow: visible; } .framer-RFAiI .framer-1p4i7b5 { gap: 35px; overflow: visible; padding: 32px 0px 0px 0px; } .framer-RFAiI .framer-lhik1t { width: 70%; } .framer-RFAiI .framer-chq73y { order: 1; width: 100%; } .framer-RFAiI .framer-1crjn1q-container { aspect-ratio: unset; height: 539px; } .framer-RFAiI .framer-vmo3a7-container { height: auto; left: 50%; top: 64px; transform: translateX(-50%); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RFAiI .framer-1ujlh0u, .framer-RFAiI .framer-j0c8l0, .framer-RFAiI .framer-dtyfmy, .framer-RFAiI .framer-1p4i7b5 { gap: 0px; } .framer-RFAiI .framer-1ujlh0u > * { margin: 0px; margin-bottom: calc(94px / 2); margin-top: calc(94px / 2); } .framer-RFAiI .framer-1ujlh0u > :first-child, .framer-RFAiI .framer-j0c8l0 > :first-child, .framer-RFAiI .framer-dtyfmy > :first-child, .framer-RFAiI .framer-1p4i7b5 > :first-child { margin-top: 0px; } .framer-RFAiI .framer-1ujlh0u > :last-child, .framer-RFAiI .framer-j0c8l0 > :last-child, .framer-RFAiI .framer-dtyfmy > :last-child, .framer-RFAiI .framer-1p4i7b5 > :last-child { margin-bottom: 0px; } .framer-RFAiI .framer-j0c8l0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-RFAiI .framer-dtyfmy > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-RFAiI .framer-1p4i7b5 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1445\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EEHazLJnU\":{\"layout\":[\"fixed\",\"auto\"]},\"ySKL2JKHj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerVG6APGJYI=withCSS(Component,css,\"framer-RFAiI\");export default FramerVG6APGJYI;FramerVG6APGJYI.displayName=\"New Site / Request Demo\";FramerVG6APGJYI.defaultProps={height:1445,width:1200};addFonts(FramerVG6APGJYI,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...Header_micrositeFonts,...HubSpotFormFonts,...TickerFonts,...Footer_NewFonts,...YellowBarComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVG6APGJYI\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EEHazLJnU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ySKL2JKHj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1445\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["poll", "f", "delay", "count", "i", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "HubSpotForm", "portalId", "formId", "advanced", "region", "id", "elementId", "cleanup", "element", "ue", "window", "handleScriptLoad", "script", "addPropertyControls", "ControlType", "Header_micrositeFonts", "getFonts", "RD2TMEGYg_default", "HubSpotFormFonts", "HubSpotForm", "TickerFonts", "Ticker", "Footer_NewFonts", "ThEYgjAOL_default", "YellowBarComponentFonts", "XbBLeqG5c_default", "breakpoints", "serializationHash", "variantClassNames", "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", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RD2TMEGYg_default", "x", "RichText2", "HubSpotForm", "Ticker", "Image2", "ThEYgjAOL_default", "XbBLeqG5c_default", "css", "FramerVG6APGJYI", "withCSS", "VG6APGJYI_default", "addFonts", "Header_micrositeFonts", "HubSpotFormFonts", "TickerFonts", "Footer_NewFonts", "YellowBarComponentFonts", "__FramerMetadata__"]
}
