{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/6iBIVE9EVq0zjIXXjsiW/i6S2eIZjGmWYe6mbN2s3/ghHHXSScL.js", "ssg:https://framerusercontent.com/modules/KL6Y1YDgMMeIGgv6L51u/Y2YNXJSAGigNxvxBWT5C/ghHHXSScL.js"],
  "sourcesContent": ["// Generated by Framer (6807895)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={kHEaXLCWN:new LazyValue(()=>import(\"./ghHHXSScL-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/cGBHXozmXUtcAABEfMAq/Hubspot.js\";import Navigation from\"#framer/local/canvasComponent/BArplj7lc/BArplj7lc.js\";import ButtonText from\"#framer/local/canvasComponent/iCH_HolrT/iCH_HolrT.js\";import Footer from\"#framer/local/canvasComponent/MU4whvgJu/MU4whvgJu.js\";import ButtonSolid from\"#framer/local/canvasComponent/PMKQ8IYgx/PMKQ8IYgx.js\";import*as sharedStyle4 from\"#framer/local/css/IzhrB7aC5/IzhrB7aC5.js\";import*as sharedStyle3 from\"#framer/local/css/lodpRXMcP/lodpRXMcP.js\";import*as sharedStyle2 from\"#framer/local/css/OpnjIg_Lx/OpnjIg_Lx.js\";import*as sharedStyle from\"#framer/local/css/pfQhy6IVj/pfQhy6IVj.js\";import*as sharedStyle1 from\"#framer/local/css/q7Nqy1PmR/q7Nqy1PmR.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/ghHHXSScL/ghHHXSScL.js\";import metadataProvider from\"#framer/local/webPageMetadata/ghHHXSScL/ghHHXSScL.js\";const NavigationFonts=getFonts(Navigation);const PhosphorFonts=getFonts(Phosphor);const ButtonSolidFonts=getFonts(ButtonSolid);const HubSpotFormFonts=getFonts(HubSpotForm);const ButtonTextFonts=getFonts(ButtonText);const MotionDivWithFX=withFX(motion.div);const FooterFonts=getFonts(Footer);const breakpoints={lgqO_1uiO:\"(min-width: 810px) and (max-width: 1199px)\",OxU2nMn5c:\"(min-width: 1200px)\",yQ69AKApI:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Kpx8c\";const variantClassNames={lgqO_1uiO:\"framer-v-1ymnkwa\",OxU2nMn5c:\"framer-v-1s51pdu\",yQ69AKApI:\"framer-v-1skmdlj\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition1={delay:0,duration:.8,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:60};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"OxU2nMn5c\",Phone:\"yQ69AKApI\",Tablet:\"lgqO_1uiO\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OxU2nMn5c\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const GdLPY9F4Z3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OxU2nMn5c\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1s51pdu\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lgqO_1uiO:{y:(componentViewport?.y||0)+0},yQ69AKApI:{y:(componentViewport?.y||0)+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-61lxj0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lgqO_1uiO:{variant:\"rawabIL0z\"},yQ69AKApI:{variant:\"rawabIL0z\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"rV1wUVCFE\",layoutId:\"rV1wUVCFE\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"jOIj3nKLe\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-nzgic7\",\"data-framer-name\":\"Get started\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-a1zejl\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hrhmbc\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q02pps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j8wd86\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-3509a6fc-d43f-47cf-aa0c-eb60e7e0eb2c, rgb(43, 135, 255))\"},children:\"READY. SET. TRAVALYTICS!\"})}),className:\"framer-1qmkcc8\",\"data-framer-name\":\"Description\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-cf007a\",\"data-styles-preset\":\"pfQhy6IVj\",style:{\"--framer-text-alignment\":\"left\"},children:\"Hey, commercial property owner!\"})}),className:\"framer-io6yv\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yQ69AKApI:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pr1eym\",\"data-styles-preset\":\"OpnjIg_Lx\",children:\"We provide concrete, actionable commute data. Everything under one roof.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"What can you get from Travalytics?\"})}),className:\"framer-22wwoa\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ek8xt3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w1i10n\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2bb0wb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ab0lly-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-22ba02b4-fbb9-407c-b82c-00ddcc6f4d36, rgb(0, 225, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"Y5BoTh7cD\",layoutId:\"Y5BoTh7cD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"Boost your sustainability credentials\"})}),className:\"framer-15u27xs\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c93cta\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1me0rge-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-22ba02b4-fbb9-407c-b82c-00ddcc6f4d36, rgb(0, 225, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"Tmbgbim2O\",layoutId:\"Tmbgbim2O\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"Show existing and prospective tenants mobility options\"})}),className:\"framer-15x7jfo\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ofuqyq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hgt7dt-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-22ba02b4-fbb9-407c-b82c-00ddcc6f4d36, rgb(0, 225, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"asHvlQOvQ\",layoutId:\"asHvlQOvQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"Data to correctly dimension your mobility services\"})}),className:\"framer-7mbi70\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5o9c9p\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t40iln-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-22ba02b4-fbb9-407c-b82c-00ddcc6f4d36, rgb(0, 225, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"a7RGKx2e9\",layoutId:\"a7RGKx2e9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"Help your tenants enhance their sustainability efforts\"})}),className:\"framer-13lthjm\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vvcny8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qquh1p-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-22ba02b4-fbb9-407c-b82c-00ddcc6f4d36, rgb(0, 225, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"TJy5IdOBy\",layoutId:\"TJy5IdOBy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4mlq3\",\"data-styles-preset\":\"q7Nqy1PmR\",children:\"And much more!\"})}),className:\"framer-jfeg6v\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vgnoxq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i8y8tw\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-xsn564-container\",id:\"xsn564\",children:[/*#__PURE__*/_jsx(ButtonSolid,{CZ5EnLiTp:getLocalizedValue(\"v9\",activeLocale)??\"Contact us\",GdLPY9F4Z:GdLPY9F4Z3bnx0g({overlay}),height:\"100%\",id:\"c_MpdomcS\",kXA1nYaXl:\"HandWaving\",layoutId:\"c_MpdomcS\",variant:\"v8DE8aiIE\",width:\"100%\",yI2aEfQjV:false}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},className:cx(scopingClassNames,\"framer-2tu1jz\"),\"data-framer-portal-id\":\"xsn564\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"jPhGYVdny\"),/*#__PURE__*/_jsx(\"div\",{className:cx(scopingClassNames,\"framer-vjnq9e\"),\"data-framer-name\":\"Wrapper\",\"data-framer-portal-id\":\"xsn564\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16dlfs\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i68prk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h3opyi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-che94u\",\"data-styles-preset\":\"lodpRXMcP\",children:\"Get started with Travalytics\"})}),className:\"framer-11evy4c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-3389bn\",\"data-styles-preset\":\"IzhrB7aC5\",children:\"Tell us how we can reach you.\"})}),className:\"framer-pipmkw\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q8tcxo\",\"data-framer-name\":\"Icon\",onTap:onTap1wnntms({overlay}),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wmffqz\",\"data-framer-name\":\"Bottom\",style:{rotate:-45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18tyyf2\",\"data-framer-name\":\"Top\",style:{rotate:45}})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vbi7jy-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"474de745-b477-42ac-92e6-1e077e46180b\",height:\"100%\",id:\"ekNuBWw4x\",layoutId:\"ekNuBWw4x\",portalId:\"145006884\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dFgfn1bbl\"},implicitPathVariables:undefined},{href:{webPageId:\"dFgfn1bbl\"},implicitPathVariables:undefined},{href:{webPageId:\"dFgfn1bbl\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(Container,{className:\"framer-em3jci-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lgqO_1uiO:{VLPH07l9Z:resolvedLinks[1]},yQ69AKApI:{VLPH07l9Z:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonText,{ajToRNMiW:false,height:\"100%\",id:\"y0g4N8Tc4\",layoutId:\"y0g4N8Tc4\",u86rW9ZWY:\"ArrowLeft\",variant:\"A9PrlKl5w\",VLPH07l9Z:resolvedLinks[0],width:\"100%\",ZQ2x66alg:getLocalizedValue(\"v12\",activeLocale)??\"See other customer types\"})})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yQ69AKApI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1149,intrinsicWidth:1308,pixelHeight:3120,pixelWidth:3040,positionX:\"left\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 48px) * 1.2)`,src:\"https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=1024 997w,https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=2048 1995w,https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png 3040w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1149,intrinsicWidth:1308,pixelHeight:3120,pixelWidth:3040,positionX:\"center\",positionY:\"center\",sizes:\"1535px\",src:\"https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=1024 997w,https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png?scale-down-to=2048 1995w,https://framerusercontent.com/images/1eNRFwA7RZgySjeIG9AagD2xYI.png 3040w\"},className:\"framer-xzg4f9\",\"data-framer-name\":\"Report Stack\"})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:986,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-104b5wq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yQ69AKApI:{variant:\"IoAeysU9w\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"TvtAKD9vJ\",layoutId:\"TvtAKD9vJ\",style:{width:\"100%\"},variant:\"c6Pcqyjsg\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-812ce6c2-19c9-46dd-b010-5e722d90842b, rgb(14, 16, 16)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Kpx8c.framer-1x6as1z, .framer-Kpx8c .framer-1x6as1z { display: block; }\",\".framer-Kpx8c.framer-1s51pdu { align-content: center; align-items: center; background-color: var(--token-812ce6c2-19c9-46dd-b010-5e722d90842b, #0e1010); 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-Kpx8c .framer-61lxj0-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-nzgic7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 132px 0px 212px 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-a1zejl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 36px 0px 36px; position: relative; width: 1px; }\",\".framer-Kpx8c .framer-1hrhmbc { 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: center; overflow: visible; padding: 0px; position: relative; width: 600px; z-index: 1; }\",\".framer-Kpx8c .framer-q02pps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-1j8wd86 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-1qmkcc8, .framer-Kpx8c .framer-io6yv, .framer-Kpx8c .framer-22wwoa { --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-Kpx8c .framer-1ek8xt3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-1w1i10n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 16px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-2bb0wb, .framer-Kpx8c .framer-1c93cta, .framer-Kpx8c .framer-1ofuqyq, .framer-Kpx8c .framer-5o9c9p, .framer-Kpx8c .framer-vvcny8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-1ab0lly-container, .framer-Kpx8c .framer-1me0rge-container, .framer-Kpx8c .framer-1hgt7dt-container, .framer-Kpx8c .framer-t40iln-container, .framer-Kpx8c .framer-qquh1p-container { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-Kpx8c .framer-15u27xs, .framer-Kpx8c .framer-15x7jfo, .framer-Kpx8c .framer-7mbi70, .framer-Kpx8c .framer-13lthjm, .framer-Kpx8c .framer-jfeg6v { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 5; }\",\".framer-Kpx8c .framer-vgnoxq { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-i8y8tw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-xsn564-container, .framer-Kpx8c .framer-em3jci-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Kpx8c.framer-2tu1jz { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-Kpx8c.framer-vjnq9e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 36px; position: fixed; top: 0px; width: 100%; z-index: 4; }\",\".framer-Kpx8c .framer-16dlfs { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 640px; overflow: auto; padding: 36px; position: relative; width: 1px; }\",\".framer-Kpx8c .framer-1i68prk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-1h3opyi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Kpx8c .framer-11evy4c { --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-Kpx8c .framer-pipmkw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Kpx8c .framer-1q8tcxo { background-color: #ffffff; cursor: pointer; flex: none; height: 36px; overflow: hidden; position: relative; width: 36px; }\",\".framer-Kpx8c .framer-1wmffqz, .framer-Kpx8c .framer-18tyyf2 { background-color: var(--token-fdd9fccc-6aed-4b76-92ce-ddcba71c91c0, #121212); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Kpx8c .framer-vbi7jy-container { flex: none; height: 578px; position: relative; width: 100%; }\",\".framer-Kpx8c .framer-xzg4f9 { flex: none; height: 1469px; left: 680px; overflow: visible; position: absolute; top: calc(72.71095152603235% - 1469px / 2); width: 1535px; z-index: 0; }\",\".framer-Kpx8c .framer-104b5wq-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Kpx8c.framer-1s51pdu, .framer-Kpx8c .framer-nzgic7, .framer-Kpx8c .framer-a1zejl, .framer-Kpx8c .framer-1hrhmbc, .framer-Kpx8c .framer-q02pps, .framer-Kpx8c .framer-1j8wd86, .framer-Kpx8c .framer-1ek8xt3, .framer-Kpx8c .framer-1w1i10n, .framer-Kpx8c .framer-2bb0wb, .framer-Kpx8c .framer-1c93cta, .framer-Kpx8c .framer-1ofuqyq, .framer-Kpx8c .framer-5o9c9p, .framer-Kpx8c .framer-vvcny8, .framer-Kpx8c .framer-vgnoxq, .framer-Kpx8c .framer-i8y8tw, .framer-Kpx8c.framer-vjnq9e, .framer-Kpx8c .framer-16dlfs, .framer-Kpx8c .framer-1i68prk, .framer-Kpx8c .framer-1h3opyi { gap: 0px; } .framer-Kpx8c.framer-1s51pdu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Kpx8c.framer-1s51pdu > :first-child, .framer-Kpx8c .framer-1hrhmbc > :first-child, .framer-Kpx8c .framer-q02pps > :first-child, .framer-Kpx8c .framer-1j8wd86 > :first-child, .framer-Kpx8c .framer-1ek8xt3 > :first-child, .framer-Kpx8c .framer-1w1i10n > :first-child, .framer-Kpx8c .framer-vgnoxq > :first-child, .framer-Kpx8c .framer-16dlfs > :first-child, .framer-Kpx8c .framer-1h3opyi > :first-child { margin-top: 0px; } .framer-Kpx8c.framer-1s51pdu > :last-child, .framer-Kpx8c .framer-1hrhmbc > :last-child, .framer-Kpx8c .framer-q02pps > :last-child, .framer-Kpx8c .framer-1j8wd86 > :last-child, .framer-Kpx8c .framer-1ek8xt3 > :last-child, .framer-Kpx8c .framer-1w1i10n > :last-child, .framer-Kpx8c .framer-vgnoxq > :last-child, .framer-Kpx8c .framer-16dlfs > :last-child, .framer-Kpx8c .framer-1h3opyi > :last-child { margin-bottom: 0px; } .framer-Kpx8c .framer-nzgic7 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-Kpx8c .framer-nzgic7 > :first-child, .framer-Kpx8c .framer-a1zejl > :first-child, .framer-Kpx8c .framer-2bb0wb > :first-child, .framer-Kpx8c .framer-1c93cta > :first-child, .framer-Kpx8c .framer-1ofuqyq > :first-child, .framer-Kpx8c .framer-5o9c9p > :first-child, .framer-Kpx8c .framer-vvcny8 > :first-child, .framer-Kpx8c .framer-i8y8tw > :first-child, .framer-Kpx8c.framer-vjnq9e > :first-child, .framer-Kpx8c .framer-1i68prk > :first-child { margin-left: 0px; } .framer-Kpx8c .framer-nzgic7 > :last-child, .framer-Kpx8c .framer-a1zejl > :last-child, .framer-Kpx8c .framer-2bb0wb > :last-child, .framer-Kpx8c .framer-1c93cta > :last-child, .framer-Kpx8c .framer-1ofuqyq > :last-child, .framer-Kpx8c .framer-5o9c9p > :last-child, .framer-Kpx8c .framer-vvcny8 > :last-child, .framer-Kpx8c .framer-i8y8tw > :last-child, .framer-Kpx8c.framer-vjnq9e > :last-child, .framer-Kpx8c .framer-1i68prk > :last-child { margin-right: 0px; } .framer-Kpx8c .framer-a1zejl > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-Kpx8c .framer-1hrhmbc > *, .framer-Kpx8c .framer-q02pps > *, .framer-Kpx8c .framer-16dlfs > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Kpx8c .framer-1j8wd86 > *, .framer-Kpx8c .framer-1w1i10n > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Kpx8c .framer-1ek8xt3 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Kpx8c .framer-2bb0wb > *, .framer-Kpx8c .framer-1c93cta > *, .framer-Kpx8c .framer-1ofuqyq > *, .framer-Kpx8c .framer-5o9c9p > *, .framer-Kpx8c .framer-vvcny8 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Kpx8c .framer-vgnoxq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Kpx8c .framer-i8y8tw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Kpx8c.framer-vjnq9e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Kpx8c .framer-1i68prk > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Kpx8c .framer-1h3opyi > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Kpx8c.framer-1s51pdu { width: 810px; } .framer-Kpx8c .framer-61lxj0-container { left: 50%; position: absolute; top: 0px; transform: translateX(-50%); z-index: 3; } .framer-Kpx8c .framer-nzgic7 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 68px; padding: 96px 0px 96px 0px; } .framer-Kpx8c .framer-a1zejl { flex: none; flex-direction: column; gap: 48px; max-width: unset; width: 100%; } .framer-Kpx8c .framer-1hrhmbc { width: 400px; } .framer-Kpx8c .framer-xzg4f9 { left: 480px; top: calc(70.30105777054519% - 1469px / 2); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Kpx8c .framer-nzgic7, .framer-Kpx8c .framer-a1zejl { gap: 0px; } .framer-Kpx8c .framer-nzgic7 > * { margin: 0px; margin-bottom: calc(68px / 2); margin-top: calc(68px / 2); } .framer-Kpx8c .framer-nzgic7 > :first-child, .framer-Kpx8c .framer-a1zejl > :first-child { margin-top: 0px; } .framer-Kpx8c .framer-nzgic7 > :last-child, .framer-Kpx8c .framer-a1zejl > :last-child { margin-bottom: 0px; } .framer-Kpx8c .framer-a1zejl > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\",\"@media (max-width: 809px) { .framer-Kpx8c.framer-1s51pdu { width: 390px; } .framer-Kpx8c .framer-61lxj0-container { left: 50%; position: absolute; top: 0px; transform: translateX(-50%); z-index: 3; } .framer-Kpx8c .framer-nzgic7 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; padding: 96px 0px 0px 0px; } .framer-Kpx8c .framer-a1zejl { flex: none; flex-direction: column; gap: 0px; padding: 0px 24px 0px 24px; width: 100%; } .framer-Kpx8c .framer-1hrhmbc { order: 0; width: 100%; } .framer-Kpx8c .framer-1w1i10n { padding: 0px; } .framer-Kpx8c.framer-vjnq9e { padding: 24px; } .framer-Kpx8c .framer-16dlfs { gap: 12px; padding: 24px; } .framer-Kpx8c .framer-1i68prk { padding: 0px 0px 24px 0px; } .framer-Kpx8c .framer-1h3opyi { gap: 12px; } .framer-Kpx8c .framer-xzg4f9 { aspect-ratio: 0.821 / 1; height: var(--framer-aspect-ratio-supported, 244px); left: unset; order: 1; position: relative; top: unset; width: 120%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Kpx8c .framer-nzgic7, .framer-Kpx8c .framer-a1zejl, .framer-Kpx8c .framer-16dlfs, .framer-Kpx8c .framer-1h3opyi { gap: 0px; } .framer-Kpx8c .framer-nzgic7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Kpx8c .framer-nzgic7 > :first-child, .framer-Kpx8c .framer-a1zejl > :first-child, .framer-Kpx8c .framer-16dlfs > :first-child, .framer-Kpx8c .framer-1h3opyi > :first-child { margin-top: 0px; } .framer-Kpx8c .framer-nzgic7 > :last-child, .framer-Kpx8c .framer-a1zejl > :last-child, .framer-Kpx8c .framer-16dlfs > :last-child, .framer-Kpx8c .framer-1h3opyi > :last-child { margin-bottom: 0px; } .framer-Kpx8c .framer-a1zejl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Kpx8c .framer-16dlfs > *, .framer-Kpx8c .framer-1h3opyi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1966\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lgqO_1uiO\":{\"layout\":[\"fixed\",\"auto\"]},\"yQ69AKApI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerghHHXSScL=withCSS(Component,css,\"framer-Kpx8c\");export default FramerghHHXSScL;FramerghHHXSScL.displayName=\"About\";FramerghHHXSScL.defaultProps={height:1966,width:1200};addFonts(FramerghHHXSScL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavigationFonts,...PhosphorFonts,...ButtonSolidFonts,...HubSpotFormFonts,...ButtonTextFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerghHHXSScL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lgqO_1uiO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yQ69AKApI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1966\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "2yBAC8B,IAAMA,GAAiB,CAAC,UAAU,IAAIC,EAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,CAAE,CAACL,EAAOA,EAAO,QAAS,CAAC,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCA86B,IAAMC,GAAgBC,EAASC,CAAU,EAAQC,GAAcF,EAASG,CAAQ,EAAQC,GAAiBJ,EAASK,CAAW,EAAQC,GAAiBN,EAASO,CAAW,EAAQC,GAAgBR,EAASS,CAAU,EAAQC,GAAgBC,EAAOC,EAAO,GAAG,EAAQC,GAAYb,EAASc,CAAM,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,oBAAoB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,EAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,EAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,CAAC,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEf,GAASI,CAAK,EAAQY,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAUT,CAAY,EAAE,GAAGS,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAUT,CAAY,EAAE,SAAS,MAAMS,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACY,EAAYC,EAAmB,EAAEC,EAA8BR,GAAQS,GAAY,EAAK,EAAQC,GAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,EAAK,EAAEC,EAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,GAAa,CAAC,CAAC,QAAAH,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAwJI,EAAkBC,EAAGpD,GAAkB,GAAjK,CAAa8B,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQuB,GAAWC,EAAO,IAAI,EAAEC,GAA0B7B,CAAY,EAAE,IAAM8B,GAAOC,EAAU,EAAQC,GAAsBC,EAAM,EAAEC,EAAiB,CAAC,CAAC,EAAE,IAAMC,EAAkBC,EAAqB,EAAE,OAAoB9C,EAAK+C,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA9D,EAAiB,EAAE,SAAsB+D,EAAMC,EAAY,CAAC,GAAGlC,IAAU2B,GAAgB,SAAS,CAAcM,EAAME,EAAO,IAAI,CAAC,GAAGjC,GAAU,UAAUmB,EAAGD,EAAkB,iBAAiBrB,EAAS,EAAE,IAAIL,GAAK4B,GAAK,MAAM,CAAC,GAAGxB,CAAK,EAAE,SAAS,CAAcb,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGuB,GAAmB,GAAG,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,CAAC,CAAC,EAAE,SAAsB7C,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,YAAY,SAAsB7C,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKsD,EAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetD,EAAK,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,SAAsBgD,EAAMO,GAAgB,CAAC,kBAAkB,CAAC,WAAWpE,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc4D,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,sBAAsB,sEAAsE,EAAE,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,iCAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,SAASmC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0EAA0E,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,SAAsBrD,EAAK2D,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uCAAuC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,SAAsBrD,EAAK2D,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,SAAsBrD,EAAK2D,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,oDAAoD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,SAAsBrD,EAAK2D,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,SAAsBrD,EAAK2D,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,KAAK/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKV,GAAQ,CAAC,SAASyC,GAAsB/B,EAAK4D,EAAU,CAAC,SAAsB5D,EAAKoD,EAA0B,CAAC,OAAO,GAAG,SAAsBJ,EAAMK,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,SAAS,CAAcrD,EAAK6D,EAAY,CAAC,UAAUJ,EAAkB,KAAK/C,CAAY,GAAG,aAAa,UAAUoB,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,aAAa,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,EAAe/B,EAAK8D,EAAgB,CAAC,SAAS/B,EAAQ,SAAsB/B,EAAK4D,EAAU,CAAC,SAA+BG,EAA0Bf,EAAYU,EAAS,CAAC,SAAS,CAAc1D,EAAKkD,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAE,UAAUd,EAAGD,EAAkB,eAAe,EAAE,wBAAwB,SAAS,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIJ,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAe/B,EAAK,MAAM,CAAC,UAAUoC,EAAGD,EAAkB,eAAe,EAAE,mBAAmB,UAAU,wBAAwB,SAAS,SAAsBa,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAM/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwD,EAAS,CAAC,sBAAsB,GAAK,SAASC,EAAkB,MAAM/C,CAAY,GAAgBV,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,MAAMhB,GAAa,CAAC,QAAAH,CAAO,CAAC,EAAE,SAAS,CAAc/B,EAAKkD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,EAAelD,EAAKkD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelD,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,SAAsBrD,EAAKgE,EAAY,CAAC,SAAS,GAAM,OAAO,uCAAuC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,YAAY,OAAO,MAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE3E,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAKiE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BlE,EAAKoD,EAA0B,CAAC,OAAO,GAAG,SAAsBpD,EAAKqD,EAAU,CAAC,UAAU,0BAA0B,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU4C,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBlE,EAAKmE,EAAW,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,QAAQ,YAAY,UAAUD,EAAc,CAAC,EAAE,MAAM,OAAO,UAAUT,EAAkB,MAAM/C,CAAY,GAAG,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,MAAM,aAAauB,GAAmB,OAAO,OAAO,2BAA2B,IAAI,yFAAyF,OAAO,oQAAoQ,CAAC,CAAC,EAAE,SAAsB7C,EAAKoE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,UAAU,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,SAAS,IAAI,yFAAyF,OAAO,oQAAoQ,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepE,EAAKoD,EAA0B,CAAC,OAAO,IAAI,MAAMP,GAAmB,OAAO,QAAQ,SAAsB7C,EAAKqD,EAAU,CAAC,UAAU,2BAA2B,SAAsBrD,EAAKmD,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKqE,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerE,EAAKH,GAAU,CAAC,MAAM,+FAA+F,CAAC,EAAeG,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQsE,GAAI,CAAC,kFAAkF,kFAAkF,sVAAsV,2HAA2H,iSAAiS,4TAA4T,sSAAsS,+QAA+Q,gRAAgR,iQAAiQ,yRAAyR,6RAA6R,sYAAsY,2QAA2Q,8UAA8U,2RAA2R,+QAA+Q,gJAAgJ,oIAAoI,mUAAmU,6bAA6b,yRAAyR,yRAAyR,kPAAkP,oKAAoK,6JAA6J,6eAA6e,yGAAyG,0LAA0L,yGAAyG,m6HAAm6H,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,urCAAurC,24DAA24D,EAU78hCC,EAAgBC,EAAQjE,GAAU+D,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,QAAQA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAgB,GAAGC,GAAc,GAAGC,GAAiB,GAAGC,GAAiB,GAAGC,GAAgB,GAAGC,GAAY,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC/yE,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,OAAO,yBAA2B,QAAQ,oCAAsC,4JAA0L,yBAA2B,OAAO,uBAAyB,GAAG,sBAAwB,IAAI,sBAAwB,OAAO,6BAA+B,OAAO,4BAA8B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "BArplj7lc_default", "PhosphorFonts", "Icon", "ButtonSolidFonts", "PMKQ8IYgx_default", "HubSpotFormFonts", "HubSpotForm", "ButtonTextFonts", "iCH_HolrT_default", "MotionDivWithFX", "withFX", "motion", "FooterFonts", "MU4whvgJu_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "GdLPY9F4Z3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "BArplj7lc_default", "MotionDivWithFX", "RichText2", "getLocalizedValue", "x", "Icon", "l", "PMKQ8IYgx_default", "AnimatePresence", "Ga", "HubSpotForm", "ResolveLinks", "resolvedLinks", "iCH_HolrT_default", "Image2", "MU4whvgJu_default", "css", "FramerghHHXSScL", "withCSS", "ghHHXSScL_default", "addFonts", "NavigationFonts", "PhosphorFonts", "ButtonSolidFonts", "HubSpotFormFonts", "ButtonTextFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
