{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wSLnRvogpXMf4nqavUmw/6zcEImVBnJ0FNYZz2ImS/Mh64wfH_r.js"],
  "sourcesContent": ["// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import AdvancedOverlay from\"https://framerusercontent.com/modules/rWTAASs1j5vzZB6k18jG/x5h1SMllZzg10K4dGJHi/Overlay.js\";import Footer from\"#framer/local/canvasComponent/oVSyE5nmS/oVSyE5nmS.js\";import CTA from\"#framer/local/canvasComponent/sUAd3ypwY/sUAd3ypwY.js\";import HubspotOverlayForm from\"#framer/local/canvasComponent/x81rr7o9g/x81rr7o9g.js\";import Navigation from\"#framer/local/canvasComponent/y6IVmw92W/y6IVmw92W.js\";import Popup from\"#framer/local/canvasComponent/yxmfLZyJQ/yxmfLZyJQ.js\";import CaseStudy from\"#framer/local/collection/GfQ_f0wGU/GfQ_f0wGU.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle3 from\"#framer/local/css/aPK8xlHr3/aPK8xlHr3.js\";import*as sharedStyle from\"#framer/local/css/aXXWsOFtv/aXXWsOFtv.js\";import*as sharedStyle4 from\"#framer/local/css/BqZtfyvKK/BqZtfyvKK.js\";import*as sharedStyle10 from\"#framer/local/css/e5xqsiI3O/e5xqsiI3O.js\";import*as sharedStyle9 from\"#framer/local/css/HOEZaUr9G/HOEZaUr9G.js\";import*as sharedStyle14 from\"#framer/local/css/ih7bXbtRZ/ih7bXbtRZ.js\";import*as sharedStyle12 from\"#framer/local/css/khRcQ8C3U/khRcQ8C3U.js\";import*as sharedStyle5 from\"#framer/local/css/kRYuhcTcz/kRYuhcTcz.js\";import*as sharedStyle1 from\"#framer/local/css/kSIHYurGH/kSIHYurGH.js\";import*as sharedStyle6 from\"#framer/local/css/mTO7UFQUn/mTO7UFQUn.js\";import*as sharedStyle11 from\"#framer/local/css/ODHXnIoyN/ODHXnIoyN.js\";import*as sharedStyle13 from\"#framer/local/css/ohiQFLNny/ohiQFLNny.js\";import*as sharedStyle2 from\"#framer/local/css/qn_veVqs7/qn_veVqs7.js\";import*as sharedStyle7 from\"#framer/local/css/xU_WpCeZp/xU_WpCeZp.js\";import*as sharedStyle8 from\"#framer/local/css/YvxspV7BL/YvxspV7BL.js\";import metadataProvider from\"#framer/local/webPageMetadata/Mh64wfH_r/Mh64wfH_r.js\";const NavigationFonts=getFonts(Navigation);const CTAFonts=getFonts(CTA);const DownloadFonts=getFonts(Download);const FooterFonts=getFonts(Footer);const HubspotOverlayFormFonts=getFonts(HubspotOverlayForm);const PopupFonts=getFonts(Popup);const AdvancedOverlayFonts=getFonts(AdvancedOverlay);const breakpoints={cF_8ODPaF:\"(max-width: 809px)\",GSYVs_qtZ:\"(min-width: 810px) and (max-width: 1199px)\",PmHXv3SLJ:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-9SeXR\";const variantClassNames={cF_8ODPaF:\"framer-v-1682ksu\",GSYVs_qtZ:\"framer-v-1txye16\",PmHXv3SLJ:\"framer-v-gb94r0\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale)=>{if(value){return undefined;}else{return undefined;}};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"PmHXv3SLJ\",Phone:\"cF_8ODPaF\",Tablet:\"GSYVs_qtZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PmHXv3SLJ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"Mh64wfH_r\",data:CaseStudy,type:\"Collection\"},select:[{collection:\"Mh64wfH_r\",name:\"fyEUsCLK_\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"aWxeIdpXL\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"mQuY9cnWR\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"XNfmCm7aM\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"NdzaSIu96\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"AkDER4E2e\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"mQjX2kUK5\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"FcG8vwePF\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"cHrksNb2h\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"JDTI6ohb3\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"I26d4IqsL\",type:\"Identifier\"},{collection:\"Mh64wfH_r\",name:\"AMBMYxycU\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Mh64wfH_r\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,iBaiSJ6gi,NdzaSIu96=getFromCurrentRouteData(\"NdzaSIu96\"),fyEUsCLK_=getFromCurrentRouteData(\"fyEUsCLK_\")??\"\",AkDER4E2e=getFromCurrentRouteData(\"AkDER4E2e\")??\"\",mQjX2kUK5=getFromCurrentRouteData(\"mQjX2kUK5\")??\"\",aWxeIdpXL=getFromCurrentRouteData(\"aWxeIdpXL\"),FcG8vwePF=getFromCurrentRouteData(\"FcG8vwePF\")??\"\",I26d4IqsL=getFromCurrentRouteData(\"I26d4IqsL\")??\"\",cHrksNb2h=getFromCurrentRouteData(\"cHrksNb2h\")??\"\",XNfmCm7aM=getFromCurrentRouteData(\"XNfmCm7aM\")??\"\",JDTI6ohb3=getFromCurrentRouteData(\"JDTI6ohb3\"),AMBMYxycU=getFromCurrentRouteData(\"AMBMYxycU\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const PxcBbjhVm3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const textContent=prefix(AkDER4E2e,\"Industry - \");const visible=isSet(FcG8vwePF);const textContent1=suffix(prefix(I26d4IqsL,'\"'),'\"');useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"PmHXv3SLJ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-gb94r0\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{y:undefined},GSYVs_qtZ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m8yglc-container\",nodeId:\"p6FUHv8Jc\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{variant:\"XMJTASqGb\"},GSYVs_qtZ:{variant:\"AByeL8_W3\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"p6FUHv8Jc\",layoutId:\"p6FUHv8Jc\",style:{height:\"100%\",width:\"100%\"},variant:\"KPthck111\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f6ozje\",\"data-framer-name\":\"Recommended\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ayzhcv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l5rdps\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vtnwu7KIG\"},implicitPathVariables:undefined},{href:{webPageId:\"Vtnwu7KIG\"},implicitPathVariables:undefined},{href:{webPageId:\"Vtnwu7KIG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{y:undefined},GSYVs_qtZ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+80+0+60+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m5ea8j-container\",nodeId:\"r0W96ncsp\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{Ki7RuUoeQ:resolvedLinks[2]},GSYVs_qtZ:{Ki7RuUoeQ:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\",dokqkteWW:\"var(--token-c2fa9cfd-2f9e-4945-8aed-5fa62060aa11, rgb(155, 45, 64))\",GfUT0QoAc:\"var(--token-c2fa9cfd-2f9e-4945-8aed-5fa62060aa11, rgb(155, 45, 64))\",height:\"100%\",id:\"r0W96ncsp\",j5hkksqcg:\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\",Ki7RuUoeQ:resolvedLinks[0],layoutId:\"r0W96ncsp\",nBXzpjR34:false,Njil5uLZ7:\"Back to All Case Studies\",variant:\"KnMKrOIAj\",Vh6K_4lTe:\"MagnifyingGlass\",width:\"100%\",Y39GohiV6:false})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yspw7q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{background:{alt:\"\",fit:\"fit\",sizes:\"154px\",...toResponsiveImage(NdzaSIu96),...{positionX:\"left\",positionY:\"center\"}}},GSYVs_qtZ:{background:{alt:\"\",fit:\"fit\",sizes:\"154px\",...toResponsiveImage(NdzaSIu96),...{positionX:\"left\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+60+0+73+0+0),sizes:\"154px\",...toResponsiveImage(NdzaSIu96),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-kig7ey\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-56xo6e\",\"data-styles-preset\":\"aXXWsOFtv\",children:\"Aviso AI 2021 Product Summary And Updates\"})}),className:\"framer-6pv6wd\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:fyEUsCLK_,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1arrgd6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-o1rsjd\",\"data-styles-preset\":\"kSIHYurGH\",children:\"About the Company\"})}),className:\"framer-uc0iyv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",style:{\"--framer-text-color\":\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\"},children:\"Aerospace\"})}),className:\"framer-n7vnzw\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dta5nr\",\"data-styles-preset\":\"qn_veVqs7\",children:\"About the Company\"})}),className:\"framer-3f9oei\",fonts:[\"Inter\"],text:mQjX2kUK5,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8sxuf7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{y:undefined},GSYVs_qtZ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+80+0+60+0+479.8+10+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6pnl2i-container\",nodeId:\"durQBCbgx\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{variant:\"NEMiss5dL\"},GSYVs_qtZ:{variant:\"NEMiss5dL\"}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"rgb(240, 78, 69)\",dokqkteWW:\"rgb(255, 255, 255)\",GfUT0QoAc:\"rgb(255, 255, 255)\",height:\"100%\",id:\"durQBCbgx\",j5hkksqcg:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",layoutId:\"durQBCbgx\",nBXzpjR34:false,Njil5uLZ7:\"Book A Demo\",variant:\"Pht74xd2a\",Vh6K_4lTe:\"ArrowRight\",width:\"100%\",Y39GohiV6:false})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e50oq8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-evt7by-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cTEHTD7gq\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"cTEHTD7gq\",layoutId:\"cTEHTD7gq\",srcFile:aWxeIdpXL,srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\",width:\"100%\"},styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Download\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean(isSet(aWxeIdpXL),activeLocale),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(aWxeIdpXL),activeLocale),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(aWxeIdpXL),activeLocale),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{y:undefined},GSYVs_qtZ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+80+0+60+0+479.8+10+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6yq7v1-container\",nodeId:\"O0PHlR1tJ\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{Ki7RuUoeQ:resolvedLinks1[2],variant:\"DHnr3fiH4\"},GSYVs_qtZ:{Ki7RuUoeQ:resolvedLinks1[1],variant:\"DHnr3fiH4\"}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"rgb(240, 78, 69)\",dokqkteWW:\"rgb(255, 255, 255)\",GfUT0QoAc:\"rgb(255, 255, 255)\",height:\"100%\",id:\"O0PHlR1tJ\",j5hkksqcg:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",Ki7RuUoeQ:resolvedLinks1[0],layoutId:\"O0PHlR1tJ\",nBXzpjR34:false,Njil5uLZ7:\"Download PDF\",variant:\"MojREjteU\",Vh6K_4lTe:\"DownloadSimple\",width:\"100%\",Y39GohiV6:false})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19g3m6z\",\"data-framer-name\":\"Post\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11rjw1l\",\"data-border\":true,\"data-framer-name\":\"Testimonial-Photo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aamd7e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:'\"The key was conversational intelligence. We could look at calls that our reps were doing with customers or channel partners or even some of our sellers, and learn from those calls because, of course, everything is digitized immediately, which is great\"'})}),className:\"framer-hu8ulc\",\"data-framer-name\":\". We really like what Aviso is doing. Combining multiple key selling capabilities like deal management, forecasting, conversational intelligence. Every company needs these capabilities and it's great to see these forming into a suite instead of just point solutions.\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12bg3ee\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n3kx72\",\"data-framer-name\":\"Group 52981077\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7yqhai\",\"data-styles-preset\":\"BqZtfyvKK\",style:{\"--framer-text-color\":\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\"},children:\"Lori Harmon\"})}),className:\"framer-cgu4bo\",\"data-framer-name\":\"Anjai 'AJ' Gandhi\",fonts:[\"Inter\"],text:FcG8vwePF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:\"VP Digital Virtual Sales\"})}),className:\"framer-cpakr5\",\"data-framer-name\":\"Chief Growth Officer, Marlin Equity Partners\",fonts:[\"Inter\"],text:cHrksNb2h,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",style:{\"--framer-text-color\":\"rgb(119, 119, 119)\"},children:\"NetApp\"})}),className:\"framer-118anfo\",\"data-framer-name\":\"Chief Growth Officer, Marlin Equity Partners\",fonts:[\"Inter\"],text:XNfmCm7aM,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18cdhbf\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eqdnul\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tgn8jj\",\"data-framer-name\":\"Group 1686551235\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ai8gsy\",\"data-framer-name\":\"Ellipse 4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nsrqcf\",\"data-framer-name\":\"Ellipse 5\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{background:{alt:\"\",fit:\"fit\",sizes:`min((min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px) / 2, 240px)`,...toResponsiveImage(JDTI6ohb3),...{positionX:\"center\",positionY:\"center\"}}},GSYVs_qtZ:{background:{alt:\"\",fit:\"fit\",sizes:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 50px) * 0.6 - 40px, 1px) * 0.5553, 280px)`,...toResponsiveImage(JDTI6ohb3),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+60+0+0+299.4-292+292-292),sizes:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 50px) * 0.6 - 40px, 1px) / 2.226)`,...toResponsiveImage(JDTI6ohb3),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1hehx1s\",\"data-framer-name\":\"Portrait\"})})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"YROopYlpc\"],\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"L74ZQE9Zx\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"Pw1WuR9io\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:AMBMYxycU,className:\"framer-129o6u9\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-nnogra\",blockquote:\"framer-styles-preset-sq5505\",code:\"framer-styles-preset-1ypz2qm\",h1:\"framer-styles-preset-yilgfq\",h2:\"framer-styles-preset-1t9e73i\",h3:\"framer-styles-preset-9mpx22\",h4:\"framer-styles-preset-o1rsjd\",h5:\"framer-styles-preset-9t72up\",h6:\"framer-styles-preset-131hhtj\",img:\"framer-styles-preset-o9qvxo\",p:\"framer-styles-preset-17mcyib\",table:\"framer-styles-preset-jmrkue\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{y:undefined},GSYVs_qtZ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:733,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+739.8,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-nyrvph-container\",id:\"nyrvph\",nodeId:\"waLMjkxzV\",scopeId:\"Mh64wfH_r\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{variant:\"K8eeIoSd0\"},GSYVs_qtZ:{variant:\"EuqWzZr2B\"}},children:/*#__PURE__*/_jsx(Footer,{c9YmYerwN:\"Book a Demo\",height:\"100%\",id:\"waLMjkxzV\",KpcTdDdAu:\"Retire those sales apps early\",layoutId:\"waLMjkxzV\",PxcBbjhVm:PxcBbjhVm3bnx0g({overlay}),style:{width:\"100%\"},V8DHm4KfK:true,variant:\"ZRiCWMcVj\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1jpd5mq\"),\"data-framer-portal-id\":\"nyrvph\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"xvQr9t_GN\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cF_8ODPaF:{width:\"85vw\"},GSYVs_qtZ:{width:\"45vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"30vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1cw70qt-container\"),\"data-framer-portal-id\":\"nyrvph\",inComponentSlot:true,nodeId:\"jzLe4zh2o\",rendersWithMotion:true,scopeId:\"Mh64wfH_r\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(HubspotOverlayForm,{cSFXcEx19:\"Book a custom demo of Aviso with a product specialist\",height:\"100%\",id:\"jzLe4zh2o\",layoutId:\"jzLe4zh2o\",O8mu9XXtf:\"531684\",style:{width:\"100%\"},variant:\"COzSQBvhp\",width:\"100%\",zAw6GvxxN:\"1b64b910-ab0b-4ab2-a241-a03212223117\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eymyde-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bbn_NJTZK\",scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(AdvancedOverlay,{backgroundColor:\"rgba(240, 78, 69, 0.75)\",blockScroll:true,delay:3,exitIntent:true,height:\"100%\",id:\"bbn_NJTZK\",layoutId:\"bbn_NJTZK\",style:{height:\"100%\",width:\"100%\"},visibility:\"day\",width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tm4kpk-container\",inComponentSlot:true,nodeId:\"N5ChqikPu\",rendersWithMotion:true,scopeId:\"Mh64wfH_r\",children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"N5ChqikPu\",layoutId:\"N5ChqikPu\",variant:\"VSCmF6oeT\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9SeXR.framer-1x7eodr, .framer-9SeXR .framer-1x7eodr { display: block; }\",\".framer-9SeXR.framer-gb94r0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-9SeXR .framer-1m8yglc-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-9SeXR .framer-f6ozje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9SeXR .framer-ayzhcv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 60px 25px 60px 25px; position: relative; width: 1px; }\",\".framer-9SeXR .framer-l5rdps { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 140px; width: 40%; z-index: 1; }\",\".framer-9SeXR .framer-m5ea8j-container, .framer-9SeXR .framer-6pnl2i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9SeXR .framer-1yspw7q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9SeXR .framer-kig7ey { flex: none; height: 42px; position: relative; width: 154px; }\",\".framer-9SeXR .framer-6pv6wd, .framer-9SeXR .framer-uc0iyv, .framer-9SeXR .framer-n7vnzw, .framer-9SeXR .framer-3f9oei { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9SeXR .framer-1arrgd6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-9SeXR .framer-8sxuf7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-9SeXR .framer-e50oq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9SeXR .framer-evt7by-container { bottom: 0px; flex: none; height: 90%; opacity: 0; position: absolute; right: 0px; width: 100%; z-index: 1; }\",\".framer-9SeXR .framer-6yq7v1-container { flex: none; height: auto; pointer-events: none; position: relative; width: auto; z-index: 1; }\",\".framer-9SeXR .framer-19g3m6z { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-9SeXR .framer-11rjw1l { --border-bottom-width: 1px; --border-color: #d5d5d5; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-9SeXR .framer-aamd7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: visible; padding: 30px 34px 30px 30px; position: relative; width: 65%; }\",\".framer-9SeXR .framer-hu8ulc { --framer-paragraph-spacing: 7px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-9SeXR .framer-12bg3ee { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 356px; }\",\".framer-9SeXR .framer-1n3kx72 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9SeXR .framer-cgu4bo, .framer-9SeXR .framer-cpakr5, .framer-9SeXR .framer-118anfo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9SeXR .framer-18cdhbf { align-self: stretch; flex: 1 0 0px; height: auto; overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-9SeXR .framer-eqdnul { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: absolute; right: 0px; width: 45%; z-index: 1; }\",\".framer-9SeXR .framer-1tgn8jj { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-9SeXR .framer-ai8gsy { -webkit-filter: blur(40.599998474121094px); aspect-ratio: 0.9730941704035875 / 1; background-color: rgba(255, 59, 58, 0.5); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(40.599998474121094px); flex: none; height: var(--framer-aspect-ratio-supported, 206px); opacity: 0.8; position: absolute; right: 0px; top: 0px; width: 50%; }\",\".framer-9SeXR .framer-1nsrqcf { -webkit-filter: blur(31.899999618530273px); aspect-ratio: 1 / 1; background-color: rgba(47, 73, 185, 0.4); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; filter: blur(31.899999618530273px); flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 0px; opacity: 0.8; position: absolute; width: 75%; }\",\".framer-9SeXR .framer-1hehx1s { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: absolute; right: 0px; width: 100%; z-index: 1; }\",\".framer-9SeXR .framer-129o6u9 { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9SeXR .framer-nyrvph-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-9SeXR.framer-1jpd5mq { background-color: rgba(240, 78, 69, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-9SeXR.framer-1cw70qt-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 30%; z-index: 5; }\",\".framer-9SeXR .framer-1eymyde-container { flex: none; height: 1px; position: relative; width: 1px; z-index: 4; }\",\".framer-9SeXR .framer-1tm4kpk-container { height: auto; position: relative; width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,'.framer-9SeXR[data-border=\"true\"]::after, .framer-9SeXR [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-9SeXR.framer-gb94r0 { width: 810px; } .framer-9SeXR .framer-8sxuf7 { flex-wrap: wrap; gap: 12px; } .framer-9SeXR .framer-e50oq8 { align-content: flex-start; align-items: flex-start; } .framer-9SeXR .framer-aamd7e { padding: 30px 16px 30px 30px; } .framer-9SeXR .framer-18cdhbf { min-height: 240px; } .framer-9SeXR .framer-eqdnul { max-width: 280px; right: -30px; width: 56%; } .framer-9SeXR.framer-1cw70qt-container { width: 45%; }}\",\"@media (max-width: 809px) { .framer-9SeXR.framer-gb94r0 { width: 390px; } .framer-9SeXR .framer-f6ozje { flex-direction: column; } .framer-9SeXR .framer-ayzhcv { flex: none; flex-direction: column; width: 100%; } .framer-9SeXR .framer-l5rdps { position: relative; top: unset; width: 100%; } .framer-9SeXR .framer-8sxuf7 { flex-wrap: wrap; gap: 12px; } .framer-9SeXR .framer-e50oq8 { align-content: flex-start; align-items: flex-start; } .framer-9SeXR .framer-19g3m6z { flex: none; width: 100%; } .framer-9SeXR .framer-aamd7e { padding: 30px 0px 30px 30px; } .framer-9SeXR .framer-eqdnul { max-width: 240px; width: 50%; } .framer-9SeXR.framer-1cw70qt-container { width: 85%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2060\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GSYVs_qtZ\":{\"layout\":[\"fixed\",\"auto\"]},\"cF_8ODPaF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerMh64wfH_r=withCSS(Component,css,\"framer-9SeXR\");export default FramerMh64wfH_r;FramerMh64wfH_r.displayName=\"Page\";FramerMh64wfH_r.defaultProps={height:2060,width:1200};addFonts(FramerMh64wfH_r,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavigationFonts,...CTAFonts,...DownloadFonts,...FooterFonts,...HubspotOverlayFormFonts,...PopupFonts,...AdvancedOverlayFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"L74ZQE9Zx\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"L74ZQE9Zx\"]):[],...componentPresets.fonts?.[\"Pw1WuR9io\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Pw1WuR9io\"]):[],...componentPresets.fonts?.[\"YROopYlpc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"YROopYlpc\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMh64wfH_r\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"2060\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GSYVs_qtZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cF_8ODPaF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "y6IVmw92W_default", "CTAFonts", "sUAd3ypwY_default", "DownloadFonts", "Download", "FooterFonts", "oVSyE5nmS_default", "HubspotOverlayFormFonts", "x81rr7o9g_default", "PopupFonts", "yxmfLZyJQ_default", "AdvancedOverlayFonts", "AdvancedOverlay", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "prefix", "isSet", "convertFromBoolean", "activeLocale", "suffix", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "GfQ_f0wGU_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "iBaiSJ6gi", "NdzaSIu96", "fyEUsCLK_", "AkDER4E2e", "mQjX2kUK5", "aWxeIdpXL", "FcG8vwePF", "I26d4IqsL", "cHrksNb2h", "XNfmCm7aM", "JDTI6ohb3", "AMBMYxycU", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "PxcBbjhVm3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "router", "useRouter", "textContent", "textContent1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "y6IVmw92W_default", "ResolveLinks", "resolvedLinks", "sUAd3ypwY_default", "Image2", "getLoadingLazyAtYPosition", "RichText", "x", "Download", "resolvedLinks1", "ComponentPresetsProvider", "l", "oVSyE5nmS_default", "AnimatePresence", "Ga", "x81rr7o9g_default", "AdvancedOverlay", "yxmfLZyJQ_default", "css", "FramerMh64wfH_r", "withCSS", "Mh64wfH_r_default", "addFonts", "NavigationFonts", "CTAFonts", "DownloadFonts", "FooterFonts", "HubspotOverlayFormFonts", "PopupFonts", "AdvancedOverlayFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
