{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uZRVmh587a47ZUzMfWIF/Qaogn8PXRjsc3GBrAy4b/BYs8be0nZ.js"],
  "sourcesContent": ["// Generated by Framer (99288e1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,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{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js\";import AdvancedOverlay from\"https://framerusercontent.com/modules/rWTAASs1j5vzZB6k18jG/x5h1SMllZzg10K4dGJHi/Overlay.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js\";import TestimonialPhoto from\"#framer/local/canvasComponent/CdbHdSa6c/CdbHdSa6c.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*as sharedStyle4 from\"#framer/local/css/aPK8xlHr3/aPK8xlHr3.js\";import*as sharedStyle2 from\"#framer/local/css/BqZtfyvKK/BqZtfyvKK.js\";import*as sharedStyle from\"#framer/local/css/Ey8uQouWv/Ey8uQouWv.js\";import*as sharedStyle1 from\"#framer/local/css/kRYuhcTcz/kRYuhcTcz.js\";import*as sharedStyle5 from\"#framer/local/css/kSIHYurGH/kSIHYurGH.js\";import*as sharedStyle3 from\"#framer/local/css/mTO7UFQUn/mTO7UFQUn.js\";import*as sharedStyle6 from\"#framer/local/css/qn_veVqs7/qn_veVqs7.js\";import*as sharedStyle7 from\"#framer/local/css/xU_WpCeZp/xU_WpCeZp.js\";import metadataProvider from\"#framer/local/webPageMetadata/BYs8be0nZ/BYs8be0nZ.js\";const NavigationFonts=getFonts(Navigation);const CTAFonts=getFonts(CTA);const HubspotOverlayFormFonts=getFonts(HubspotOverlayForm);const YouTubeFonts=getFonts(YouTube);const PhosphorFonts=getFonts(Phosphor);const TestimonialPhotoFonts=getFonts(TestimonialPhoto);const CarouselFonts=getFonts(Carousel);const FooterFonts=getFonts(Footer);const PopupFonts=getFonts(Popup);const AdvancedOverlayFonts=getFonts(AdvancedOverlay);const breakpoints={JMp_v0rGU:\"(max-width: 809px)\",kdkvgUZRL:\"(min-width: 1200px)\",LYfe5s0F6:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-tBhlM\";const variantClassNames={JMp_v0rGU:\"framer-v-1c15bqf\",kdkvgUZRL:\"framer-v-dafvrd\",LYfe5s0F6:\"framer-v-gxv0n0\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"kdkvgUZRL\",Phone:\"JMp_v0rGU\",Tablet:\"LYfe5s0F6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kdkvgUZRL\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const zl1qxW7WF3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const FapsV0OO73bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"JMp_v0rGU\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"LYfe5s0F6\",\"JMp_v0rGU\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"LYfe5s0F6\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"JMp_v0rGU\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"kdkvgUZRL\",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-dafvrd\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h5bnxs-container\",nodeId:\"c8rwAhr5Q\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"XMJTASqGb\"},LYfe5s0F6:{variant:\"AByeL8_W3\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"c8rwAhr5Q\",layoutId:\"c8rwAhr5Q\",style:{height:\"100%\",width:\"100%\"},variant:\"KPthck111\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hlth1\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ggm8kq\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17iihac\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ywysm8\",\"data-styles-preset\":\"Ey8uQouWv\",style:{\"--framer-text-alignment\":\"left\"},children:\"Aviso for Pharma and Life Sciences\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ywysm8\",\"data-styles-preset\":\"Ey8uQouWv\",style:{\"--framer-text-alignment\":\"center\"},children:\"Aviso for Pharma and Life Sciences\"})}),className:\"framer-12wxyt2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-yilgfq\",\"data-styles-preset\":\"kRYuhcTcz\",style:{\"--framer-text-alignment\":\"left\"},children:\"Scale seller-HCP digital engagement to drive business value\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-yilgfq\",\"data-styles-preset\":\"kRYuhcTcz\",style:{\"--framer-text-alignment\":\"center\"},children:\"Scale seller-HCP digital engagement to drive business value\"})}),className:\"framer-1dn5lch\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7yqhai\",\"data-styles-preset\":\"BqZtfyvKK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Aviso\u2019s AI revenue operating system is designed to power digital sales transformation for specialized industries such as Pharma & Life Sciences.\"})})}},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-alignment\":\"center\"},children:\"Aviso\u2019s AI revenue operating system is designed to power digital sales transformation for specialized industries such as Pharma & Life Sciences.\"})}),className:\"framer-1sekimk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m53elq\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{y:(componentViewport?.y||0)+0+80+0+0+60+0+0+366+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+80+0+0+60+0+366+10,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-odvjor-container\",id:\"odvjor\",nodeId:\"GIfXmVQge\",scopeId:\"BYs8be0nZ\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"NEMiss5dL\"},LYfe5s0F6:{variant:\"NEMiss5dL\"}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"rgb(240, 78, 69)\",dokqkteWW:\"rgb(255, 255, 255)\",GfUT0QoAc:\"rgb(255, 255, 255)\",height:\"100%\",id:\"GIfXmVQge\",j5hkksqcg:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",layoutId:\"GIfXmVQge\",Njil5uLZ7:\"Book a Demo\",variant:\"Pht74xd2a\",Vh6K_4lTe:\"ArrowRight\",width:\"100%\",Y39GohiV6:false,zl1qxW7WF:zl1qxW7WF3bnx0g({overlay})})}),/*#__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-1pl82yj\"),\"data-framer-portal-id\":\"odvjor\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"toNtvnYVh\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{width:\"85vw\"},LYfe5s0F6:{width:\"45vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"35vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1d0idt8-container\"),\"data-framer-portal-id\":\"odvjor\",inComponentSlot:true,nodeId:\"eaBk5i5d8\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"ILlLxAvYd\"},LYfe5s0F6:{variant:\"ILlLxAvYd\"}},children:/*#__PURE__*/_jsx(HubspotOverlayForm,{cSFXcEx19:\"Book a custom demo of Aviso with a product specialist\",height:\"100%\",id:\"eaBk5i5d8\",layoutId:\"eaBk5i5d8\",O8mu9XXtf:\"531684\",style:{width:\"100%\"},variant:\"COzSQBvhp\",width:\"100%\",zAw6GvxxN:\"c6bdc787-a5d7-4ecd-b227-2f1d461f89a1\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{y:(componentViewport?.y||0)+0+80+0+0+60+0+0+366+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+0+80+0+0+60+0+366+10,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-v1g705-container\",id:\"v1g705\",nodeId:\"yWywAayha\",scopeId:\"BYs8be0nZ\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"DHnr3fiH4\"},LYfe5s0F6:{variant:\"DHnr3fiH4\"}},children:/*#__PURE__*/_jsx(CTA,{BQsktEUSb:\"rgb(240, 78, 69)\",dokqkteWW:\"rgb(255, 255, 255)\",FapsV0OO7:FapsV0OO73bnx0g({overlay:overlay1}),GfUT0QoAc:\"rgb(255, 255, 255)\",height:\"100%\",id:\"yWywAayha\",j5hkksqcg:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",layoutId:\"yWywAayha\",Njil5uLZ7:\"Watch Demo\",variant:\"MojREjteU\",Vh6K_4lTe:\"PlayCircle\",width:\"100%\",Y39GohiV6:false})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-cmmg3m\"),\"data-framer-portal-id\":\"v1g705\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"jEGLhMRWm\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1t4xuxi-container\"),\"data-framer-portal-id\":\"v1g705\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fiKOAROxs\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(YouTube,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,height:\"100%\",id:\"fiKOAROxs\",isMixedBorderRadius:false,isRed:true,layoutId:\"fiKOAROxs\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:8,topRightRadius:8,url:\"https://youtu.be/cqNXOEVs30g\",width:\"100%\"})})})]}),getContainer())})})]})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4cqfcy\",\"data-framer-name\":\"State\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hevt6v\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1vjni\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",children:\"The Current State of Pharma Sales\"})}),className:\"framer-dcpah1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-17mcyib\",\"data-styles-preset\":\"aPK8xlHr3\",children:[\"Covid-19 forced pharmaceutical companies globally to critically evaluate their customer engagement and sales practices. Pharmaceutical companies, on an average, reduced the size of their sales workforce 4%-6% during the pandemic. Research indicates that going forward less than 25% of interactions between a healthcare professional (HCP), medical sales liaison (MSL), and sales rep could be \u2018in-person\u2019. Over 60% of interactions will be \u2018hybrid\u2019, both in-person and virtual. Lockdowns, social distancing, and travel restrictions have permanently altered how both HCP\u2019s and pharmaceutical reps engage with each other.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Omni-channel communication and AI-driven engagement is emerging as a top trend in Life Sciences and Pharma, with increasing pressure on delivering a digital new normal for all participants. HCPs are under more stress and need to balance time between patient care and virtual sales interactions. The industry\u2019s future depends on balancing regulatory compliance, improving rep productivity, and engaging differently across a new generation of digital-first Field Reps, HCPs, and MSLs.\"]})}),className:\"framer-s7se3u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-34uzky\",\"data-framer-name\":\"HIghlight\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3jf4sp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h7l0vh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rpj8oq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-78ic3l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RTgoD4Q4k\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"WarningCircle\",id:\"RTgoD4Q4k\",layoutId:\"RTgoD4Q4k\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-c2fa9cfd-2f9e-4945-8aed-5fa62060aa11, rgb(155, 45, 64))\"},children:\"Of the 75% of physicians who preferred in-person visits from MedTech/Pharma reps prior to Covid-19, 47% now prefer virtual exchanges or less-frequent visits.\"})}),className:\"framer-k7weak\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7pghhf\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ipzgtx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mpskwo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k5ioo0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bsVEBbSmJ\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"WarningCircle\",id:\"bsVEBbSmJ\",layoutId:\"bsVEBbSmJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-c2fa9cfd-2f9e-4945-8aed-5fa62060aa11, rgb(155, 45, 64))\"},children:\"For over 40% of the interactions between HCP\u2019s and reps, video calls is the preferred medium. Emails and Messaging (using WhatsApp, Slack etc.) constituted over 25% of the interactions.\"})}),className:\"framer-1yppcyq\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rdvb3c\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zgr0tf\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uagshe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tx5zst-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xFmdr0BHG\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"WarningCircle\",id:\"xFmdr0BHG\",layoutId:\"xFmdr0BHG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-c2fa9cfd-2f9e-4945-8aed-5fa62060aa11, rgb(155, 45, 64))\"},children:\"HCP\u2019s today have fewer hours (down 8% - 10% from pre-pandemic levels) to engage with reps, severely reducing walk-ins, drop-by and face-to-face interactions\"})}),className:\"framer-1ux1j7d\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c20ha3\",\"data-framer-name\":\"How Aviso Helps\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1t9e73i\",\"data-styles-preset\":\"mTO7UFQUn\",style:{\"--framer-text-alignment\":\"center\"},children:\"How Aviso Helps Pharma Sales Teams\"})}),className:\"framer-27cxpv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dksdxf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f8zpi0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pstlbf\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-103h92x hidden-1c15bqf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x2vbee\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-o1rsjd\",\"data-styles-preset\":\"kSIHYurGH\",style:{\"--framer-text-color\":\"var(--token-f897150d-01f0-4d49-b8ff-f1bad0a787c8, rgb(240, 128, 128))\"},children:\"Aviso can help pharma sales leaders answer critical questions:\"})}),className:\"framer-1fkfpg\",\"data-framer-name\":\"Aviso can help pharma sales leaders answer critical questions:\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qx7sk3\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qkzns2 hidden-1c15bqf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ldyc1f\",children:/*#__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\":\"rgb(53, 53, 53)\"},children:\"How can I equip my sales reps with the right digital tools to engage with HCP\u2019s and MSLs?\"})}),className:\"framer-1cdemk2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11q8j67\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-182zjx5 hidden-1c15bqf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wi2bh\",children:/*#__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\":\"rgb(53, 53, 53)\"},children:\"How can my sales rep engage effectively with HCP\u2019s in the changed post-COVID environment?\"})}),className:\"framer-6zpyad\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mf2j7l\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8uv1ut\",children:/*#__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\":\"rgb(53, 53, 53)\"},children:\"How can my manager productively coach reps and nudge them to victory?\"})}),className:\"framer-1dwqycs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11b99vg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uvjt3w\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"Swarm and Win as One Team\"})}),className:\"framer-1lecm5r\",fonts:[\"Inter\"],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:\"Aviso is a purpose-built AI platform to help Pharma and Life Sciences teams better manage sprawl of people and tools, grow their HCP and MSL relationships and provide a superior customer experience within one integrated workspace.\"})}),className:\"framer-1tyqdu5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c6tl0x\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1369.3+60+63.2+0+302.4+0+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png\",srcSet:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png 1450w\"}},LYfe5s0F6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+110.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png\",srcSet:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png 1450w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+110.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png\",srcSet:\"https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HSvNgxeE10I2XdctD27hLrTVQ.png 1450w\"},className:\"framer-1y3byi9\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sc89ox\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lz68vy\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1369.3+60+63.2+0+698.2+0+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png\",srcSet:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png 1380w\"}},LYfe5s0F6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+525.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png\",srcSet:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png 1380w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+603.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png\",srcSet:\"https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ippB3otElwnbWhHLBgQ5ZGUjEU0.png 1380w\"},className:\"framer-1rvu6uu\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19m18w5\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"Strengthen HCP Relationships\"})}),className:\"framer-42tx2h\",fonts:[\"Inter\"],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:\"Gain intelligence on when to reach who, and what channel to use for deeper relationships and long-term transaction value. Aviso helps sellers use purpose-built messaging and video, with AI guidance to communicate better with HCPs, while capturing signals on activities and engagement on the health of the relationship.\"})}),className:\"framer-1qranyf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jy6a9j\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nqlbvb\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-9mpx22\",\"data-styles-preset\":\"xU_WpCeZp\",children:\"Guide Reps Via Next Best Actions\"})}),className:\"framer-14alhkn\",fonts:[\"Inter\"],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:\"Aviso surfaces Next Best Actions via a system of nudges for reps. In addition to providing a 360 view of interaction and engagement between a Pharma GTM team and HCPs, Aviso recommends Next Best Actions on who, when, where, and how sellers can engage with HCPs and MSLs to drive transactions and deepen relationships.\"})}),className:\"framer-jjimds\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y7v32\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1369.3+60+63.2+0+1094+0+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1200px)`,src:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png\",srcSet:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=512 512w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png 1470w\"}},LYfe5s0F6:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+940.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 30px) * 0.5455, 1px)`,src:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png\",srcSet:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=512 512w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png 1470w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1276.5+60+63.2+0+1096.2+0+0+0),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 50px) * 0.6, 1px)`,src:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png\",srcSet:\"https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=512 512w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tDvpJ0J7wupcNnn2jhBTIyUDF24.png 1470w\"},className:\"framer-g6dmaf\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-48otj\",\"data-framer-name\":\"Quotes\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-163ohcm-container hidden-gxv0n0 hidden-1c15bqf\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lyebgfXF6\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:.05,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30},gap:30,height:\"100%\",id:\"lyebgfXF6\",layoutId:\"lyebgfXF6\",padding:30,paddingBottom:60,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:30,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:0,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yp1upe-container\",\"data-framer-name\":\"Nikos\",inComponentSlot:true,name:\"Nikos\",nodeId:\"f5nLY_FwX\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"SVP\",id:\"f5nLY_FwX\",layoutId:\"f5nLY_FwX\",LmGlJm5p6:true,name:\"Nikos\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/kb7IVzzAild2ZPdBpolGnQQnoI.svg\"},\"\"),OpNUatusS:14,oToF9zHcs:\"Nikos Georgiades\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/Qti0rMhzAF6GCikE4yTktaAfmQ.webp\"},\"\"),t1QMQUBBu:21,variant:\"urHIaSHcS\",Vu1aUFIqL:\"Having had first hand experience of building similar products in Pharmaceuticals, I can tell you that Aviso are taking these (concepts) to a new level. The company is developing amazing technology and products and is driven by talented and passionate leadership\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7xrsl0-container\",\"data-framer-name\":\"Will\",inComponentSlot:true,name:\"Will\",nodeId:\"ixwlwzdr1\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"CRO\",id:\"ixwlwzdr1\",layoutId:\"ixwlwzdr1\",LmGlJm5p6:true,name:\"Will\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp\",srcSet:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp 900w\"},\"\"),OpNUatusS:16,oToF9zHcs:\"Will Anastas\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/DnqFJk820LenL8lSZmrCCtHLZM.webp\"},\"\"),t1QMQUBBu:24,variant:\"urHIaSHcS\",Vu1aUFIqL:\"Aviso is forecasting on steroids. It's got such powerful components to it, you layer in the AI and now I've got dashboards, and I love the analytics around where pipeline's going, what's moving, when it's moving, why it's moving\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q89s5o-container\",\"data-framer-name\":\"Luis\",inComponentSlot:true,name:\"Luis\",nodeId:\"N2Ef7MPns\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"Sales Enablement Leader\",id:\"N2Ef7MPns\",layoutId:\"N2Ef7MPns\",LmGlJm5p6:true,name:\"Luis\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/NAhtygwV1voa1lJ16GXA2pSsnY.svg\"},\"\"),OpNUatusS:14,oToF9zHcs:\"Luis CiFuentes\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/dEKQ0vpIMkCJoTrYhKXWR4axIs.webp\"},\"\"),t1QMQUBBu:18,variant:\"urHIaSHcS\",Vu1aUFIqL:\"With Aviso, there's no place to hide for those on your team prone to 'sandbagging'. It also helps to de-risk your pipeline when you have the opposite problem with people on your team who may be too optimistic on their deals. Aviso's mechanism and UI to roll up forecasts is intuitive and uses data from multiple sources not just your CRM. We use Intelligent Forecasting and Conversational Intelligence\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qqdn22-container hidden-dafvrd hidden-1c15bqf\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nQBwUqB0d\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:.05,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30},gap:30,height:\"100%\",id:\"nQBwUqB0d\",layoutId:\"nQBwUqB0d\",padding:30,paddingBottom:20,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:30,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:0,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z57ypj-container\",\"data-framer-name\":\"Nikos - Tab\",inComponentSlot:true,name:\"Nikos - Tab\",nodeId:\"gW2yVqUFl\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"SVP\",id:\"gW2yVqUFl\",layoutId:\"gW2yVqUFl\",LmGlJm5p6:true,name:\"Nikos - Tab\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/kb7IVzzAild2ZPdBpolGnQQnoI.svg\"},\"\"),OpNUatusS:14,oToF9zHcs:\"Nikos Georgiades\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/Qti0rMhzAF6GCikE4yTktaAfmQ.webp\"},\"\"),t1QMQUBBu:24,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"Having had first hand experience of building similar products in Pharmaceuticals, I can tell you that Aviso are taking these (concepts) to a new level. The company is developing amazing technology and products and is driven by talented and passionate leadership\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1twveed-container\",\"data-framer-name\":\"Will - Tab\",inComponentSlot:true,name:\"Will - Tab\",nodeId:\"C0zYuH8Bv\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"CRO\",id:\"C0zYuH8Bv\",layoutId:\"C0zYuH8Bv\",LmGlJm5p6:true,name:\"Will - Tab\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp\",srcSet:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp 900w\"},\"\"),OpNUatusS:18,oToF9zHcs:\"Will Anastas\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/DnqFJk820LenL8lSZmrCCtHLZM.webp\"},\"\"),t1QMQUBBu:24,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"Aviso is forecasting on steroids. It's got such powerful components to it, you layer in the AI and now I've got dashboards, and I love the analytics around where pipeline's going, what's moving, when it's moving, why it's moving\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nlrhi9-container\",\"data-framer-name\":\"Luis - Tab\",inComponentSlot:true,name:\"Luis - Tab\",nodeId:\"QGsDeIMA6\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"Sales Enablement Leader\",id:\"QGsDeIMA6\",layoutId:\"QGsDeIMA6\",LmGlJm5p6:true,name:\"Luis - Tab\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/NAhtygwV1voa1lJ16GXA2pSsnY.svg\"},\"\"),OpNUatusS:14,oToF9zHcs:\"Luis CiFuentes\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/dEKQ0vpIMkCJoTrYhKXWR4axIs.webp\"},\"\"),t1QMQUBBu:18,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"With Aviso, there's no place to hide for those on your team prone to 'sandbagging'. It also helps to de-risk your pipeline when you have the opposite problem with people on your team who may be too optimistic on their deals. Aviso's mechanism and UI to roll up forecasts is intuitive and uses data from multiple sources not just your CRM. We use Intelligent Forecasting and Conversational Intelligence\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15xq1wu-container hidden-dafvrd hidden-gxv0n0\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GOeXIESG9\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{arrowObject:{arrowFill:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",arrowPadding:0,arrowRadius:40,arrowSize:25,showMouseControls:true},style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\",arrowPadding:0,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:.05,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:30},gap:30,height:\"100%\",id:\"GOeXIESG9\",layoutId:\"GOeXIESG9\",padding:30,paddingBottom:10,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:0,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qchm06-container\",\"data-framer-name\":\"Nikos - Phone\",inComponentSlot:true,name:\"Nikos - Phone\",nodeId:\"Q9RPXsgZf\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"SVP\",id:\"Q9RPXsgZf\",layoutId:\"Q9RPXsgZf\",LmGlJm5p6:true,name:\"Nikos - Phone\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/kb7IVzzAild2ZPdBpolGnQQnoI.svg\"},\"\"),OpNUatusS:14,oToF9zHcs:\"Nikos Georgiades\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/Qti0rMhzAF6GCikE4yTktaAfmQ.webp\"},\"\"),style:{height:\"100%\",width:\"100%\"},t1QMQUBBu:21,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"Having had first hand experience of building similar products in Pharmaceuticals, I can tell you that Aviso are taking these (concepts) to a new level. The company is developing amazing technology and products and is driven by talented and passionate leadership\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xgkc1f-container\",\"data-framer-name\":\"Will - Phone\",inComponentSlot:true,name:\"Will - Phone\",nodeId:\"HB756jllm\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"CRO\",id:\"HB756jllm\",layoutId:\"HB756jllm\",LmGlJm5p6:true,name:\"Will - Phone\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp\",srcSet:\"https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ldGQPEUgnYpexV16RutXqpKdGE.webp 900w\"},\"\"),OpNUatusS:15,oToF9zHcs:\"Will Anastas\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/DnqFJk820LenL8lSZmrCCtHLZM.webp\"},\"\"),style:{height:\"100%\",width:\"100%\"},t1QMQUBBu:21,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"Aviso is forecasting on steroids. It's got such powerful components to it, you layer in the AI and now I've got dashboards, and I love the analytics around where pipeline's going, what's moving, when it's moving, why it's moving\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u1itr3-container\",\"data-framer-name\":\"Luis - Phone\",inComponentSlot:true,name:\"Luis - Phone\",nodeId:\"gMRN4Onoe\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(TestimonialPhoto,{height:\"100%\",HSzzaaHVV:\"Sales Enablement Leader\",id:\"gMRN4Onoe\",layoutId:\"gMRN4Onoe\",LmGlJm5p6:true,name:\"Luis - Phone\",nvo5QJOjn:addImageAlt({src:\"https://framerusercontent.com/images/NAhtygwV1voa1lJ16GXA2pSsnY.svg\"},\"\"),OpNUatusS:12,oToF9zHcs:\"Luis CiFuentes\",rk8199mfj:true,Sl1tL6ffX:addImageAlt({src:\"https://framerusercontent.com/images/dEKQ0vpIMkCJoTrYhKXWR4axIs.webp\"},\"\"),style:{height:\"100%\",width:\"100%\"},t1QMQUBBu:18,variant:\"XXQfkmU9h\",Vu1aUFIqL:\"With Aviso, there's no place to hide for those on your team prone to 'sandbagging'. It also helps to de-risk your pipeline when you have the opposite problem with people on your team who may be too optimistic on their deals. Aviso's mechanism and UI to roll up forecasts is intuitive and uses data from multiple sources not just your CRM. We use Intelligent Forecasting and Conversational Intelligence\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{y:(componentViewport?.y||0)+0+3192.3},LYfe5s0F6:{y:(componentViewport?.y||0)+0+2969.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:733,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3203.9,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1cl3e4w-container\",id:\"1cl3e4w\",nodeId:\"luejLhXBL\",scopeId:\"BYs8be0nZ\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"K8eeIoSd0\"},LYfe5s0F6:{variant:\"EuqWzZr2B\"}},children:/*#__PURE__*/_jsx(Footer,{c9YmYerwN:\"Book a Demo\",height:\"100%\",id:\"luejLhXBL\",KpcTdDdAu:\"unlock your true revenue potential with Aviso AI\",layoutId:\"luejLhXBL\",PxcBbjhVm:PxcBbjhVm3bnx0g({overlay:overlay2}),style:{width:\"100%\"},V8DHm4KfK:true,variant:\"ZRiCWMcVj\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.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-ukdxo4\"),\"data-framer-portal-id\":\"1cl3e4w\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"mshhIz09o\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{width:\"85vw\"},LYfe5s0F6:{width:\"45vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"35vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1swpium-container\"),\"data-framer-portal-id\":\"1cl3e4w\",inComponentSlot:true,nodeId:\"kw3x6NdQQ\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JMp_v0rGU:{variant:\"ILlLxAvYd\"},LYfe5s0F6:{variant:\"ILlLxAvYd\"}},children:/*#__PURE__*/_jsx(HubspotOverlayForm,{cSFXcEx19:\"Book a custom demo of Aviso with a product specialist\",height:\"100%\",id:\"kw3x6NdQQ\",layoutId:\"kw3x6NdQQ\",O8mu9XXtf:\"531684\",style:{width:\"100%\"},variant:\"COzSQBvhp\",width:\"100%\",zAw6GvxxN:\"c6bdc787-a5d7-4ecd-b227-2f1d461f89a1\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vz82nn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AGVZv8Aoj\",scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(AdvancedOverlay,{backgroundColor:\"rgba(240, 78, 69, 0.75)\",blockScroll:true,delay:3,exitIntent:true,height:\"100%\",id:\"AGVZv8Aoj\",layoutId:\"AGVZv8Aoj\",style:{height:\"100%\",width:\"100%\"},visibility:\"day\",width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2bz8cv-container\",inComponentSlot:true,nodeId:\"qttUCT0dG\",rendersWithMotion:true,scopeId:\"BYs8be0nZ\",children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"qttUCT0dG\",layoutId:\"qttUCT0dG\",variant:\"VSCmF6oeT\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tBhlM.framer-149ldz0, .framer-tBhlM .framer-149ldz0 { display: block; }\",\".framer-tBhlM.framer-dafvrd { 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-tBhlM .framer-h5bnxs-container { flex: none; height: 80px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-tBhlM .framer-hlth1 { align-content: center; align-items: center; background-color: var(--token-c4d63f7e-0cf2-44e6-aec2-5ab40fbd1f41, #f0f0ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1ggm8kq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-17iihac { align-content: center; align-items: center; display: flex; flex: 0.75 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-12wxyt2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1dn5lch, .framer-tBhlM .framer-1sekimk, .framer-tBhlM .framer-dcpah1, .framer-tBhlM .framer-s7se3u, .framer-tBhlM .framer-1lecm5r, .framer-tBhlM .framer-1tyqdu5, .framer-tBhlM .framer-42tx2h, .framer-tBhlM .framer-1qranyf, .framer-tBhlM .framer-14alhkn, .framer-tBhlM .framer-jjimds { --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-tBhlM .framer-1m53elq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-odvjor-container, .framer-tBhlM .framer-v1g705-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tBhlM.framer-1pl82yj, .framer-tBhlM.framer-ukdxo4 { background-color: rgba(240, 78, 69, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-tBhlM.framer-1d0idt8-container, .framer-tBhlM.framer-1swpium-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 35%; z-index: 5; }\",\".framer-tBhlM.framer-cmmg3m { background-color: rgba(240, 78, 69, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-tBhlM.framer-1t4xuxi-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 80%; z-index: 4; }\",\".framer-tBhlM .framer-4cqfcy { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-hevt6v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-x1vjni { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-34uzky { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.75 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-3jf4sp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-h7l0vh, .framer-tBhlM .framer-ipzgtx, .framer-tBhlM .framer-zgr0tf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1rpj8oq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-78ic3l-container, .framer-tBhlM .framer-1k5ioo0-container, .framer-tBhlM .framer-1tx5zst-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-tBhlM .framer-k7weak, .framer-tBhlM .framer-1yppcyq, .framer-tBhlM .framer-1ux1j7d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tBhlM .framer-7pghhf, .framer-tBhlM .framer-rdvb3c { background-color: rgba(144, 144, 153, 0.3); flex: none; height: 1px; left: calc(49.891067538126386% - 79.95642701525054% / 2); overflow: hidden; position: absolute; top: calc(100.00000000000003% - 1px / 2); width: 80%; z-index: 1; }\",\".framer-tBhlM .framer-mpskwo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-uagshe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-c20ha3 { align-content: center; align-items: center; background-color: var(--token-c4d63f7e-0cf2-44e6-aec2-5ab40fbd1f41, #f0f0ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-27cxpv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-tBhlM .framer-1dksdxf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1f8zpi0 { background: linear-gradient(90deg, var(--token-22ecda11-6d93-4771-a84c-ee16be5ff32f, #ffd9d9) 0%, rgba(155, 45, 64, 0.05) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-tBhlM .framer-pstlbf, .framer-tBhlM .framer-qx7sk3, .framer-tBhlM .framer-11q8j67, .framer-tBhlM .framer-mf2j7l { align-content: flex-start; align-items: flex-start; align-self: start; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-tBhlM .framer-103h92x, .framer-tBhlM .framer-1qkzns2, .framer-tBhlM .framer-182zjx5 { background-color: rgba(240, 128, 128, 0.5); flex: none; height: 75%; overflow: hidden; position: absolute; right: 0px; top: calc(49.230769230769255% - 74.61538461538461% / 2); width: 1px; z-index: 1; }\",\".framer-tBhlM .framer-1x2vbee, .framer-tBhlM .framer-1ldyc1f, .framer-tBhlM .framer-1wi2bh, .framer-tBhlM .framer-8uv1ut { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1fkfpg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tBhlM .framer-1cdemk2, .framer-tBhlM .framer-6zpyad, .framer-tBhlM .framer-1dwqycs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: auto; }\",\".framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1jy6a9j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-uvjt3w, .framer-tBhlM .framer-19m18w5, .framer-tBhlM .framer-1nqlbvb { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-1c6tl0x, .framer-tBhlM .framer-1lz68vy, .framer-tBhlM .framer-y7v32 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tBhlM .framer-1y3byi9, .framer-tBhlM .framer-1rvu6uu, .framer-tBhlM .framer-g6dmaf { aspect-ratio: 1.4330357142857142 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); position: relative; width: 100%; z-index: 1; }\",\".framer-tBhlM .framer-48otj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-163ohcm-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",\".framer-tBhlM .framer-yp1upe-container, .framer-tBhlM .framer-7xrsl0-container, .framer-tBhlM .framer-1q89s5o-container, .framer-tBhlM .framer-z57ypj-container, .framer-tBhlM .framer-1twveed-container, .framer-tBhlM .framer-nlrhi9-container, .framer-tBhlM .framer-2bz8cv-container { height: auto; position: relative; width: auto; }\",\".framer-tBhlM .framer-qqdn22-container, .framer-tBhlM .framer-15xq1wu-container { flex: none; height: auto; max-width: 95%; position: relative; width: 100%; }\",\".framer-tBhlM .framer-1qchm06-container, .framer-tBhlM .framer-1xgkc1f-container, .framer-tBhlM .framer-1u1itr3-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 360px); position: relative; width: 360px; }\",\".framer-tBhlM .framer-1cl3e4w-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-tBhlM .framer-vz82nn-container { flex: none; height: 1px; position: relative; width: 1px; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tBhlM.framer-dafvrd, .framer-tBhlM .framer-hlth1, .framer-tBhlM .framer-1ggm8kq, .framer-tBhlM .framer-17iihac, .framer-tBhlM .framer-1m53elq, .framer-tBhlM .framer-4cqfcy, .framer-tBhlM .framer-hevt6v, .framer-tBhlM .framer-x1vjni, .framer-tBhlM .framer-34uzky, .framer-tBhlM .framer-3jf4sp, .framer-tBhlM .framer-h7l0vh, .framer-tBhlM .framer-1rpj8oq, .framer-tBhlM .framer-ipzgtx, .framer-tBhlM .framer-mpskwo, .framer-tBhlM .framer-zgr0tf, .framer-tBhlM .framer-uagshe, .framer-tBhlM .framer-c20ha3, .framer-tBhlM .framer-1dksdxf, .framer-tBhlM .framer-pstlbf, .framer-tBhlM .framer-1x2vbee, .framer-tBhlM .framer-qx7sk3, .framer-tBhlM .framer-1ldyc1f, .framer-tBhlM .framer-11q8j67, .framer-tBhlM .framer-1wi2bh, .framer-tBhlM .framer-mf2j7l, .framer-tBhlM .framer-8uv1ut, .framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-uvjt3w, .framer-tBhlM .framer-1c6tl0x, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1lz68vy, .framer-tBhlM .framer-19m18w5, .framer-tBhlM .framer-1jy6a9j, .framer-tBhlM .framer-1nqlbvb, .framer-tBhlM .framer-y7v32, .framer-tBhlM .framer-48otj { gap: 0px; } .framer-tBhlM.framer-dafvrd > *, .framer-tBhlM .framer-3jf4sp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tBhlM.framer-dafvrd > :first-child, .framer-tBhlM .framer-hlth1 > :first-child, .framer-tBhlM .framer-17iihac > :first-child, .framer-tBhlM .framer-4cqfcy > :first-child, .framer-tBhlM .framer-x1vjni > :first-child, .framer-tBhlM .framer-34uzky > :first-child, .framer-tBhlM .framer-3jf4sp > :first-child, .framer-tBhlM .framer-c20ha3 > :first-child, .framer-tBhlM .framer-1dksdxf > :first-child, .framer-tBhlM .framer-pstlbf > :first-child, .framer-tBhlM .framer-1x2vbee > :first-child, .framer-tBhlM .framer-qx7sk3 > :first-child, .framer-tBhlM .framer-1ldyc1f > :first-child, .framer-tBhlM .framer-11q8j67 > :first-child, .framer-tBhlM .framer-1wi2bh > :first-child, .framer-tBhlM .framer-mf2j7l > :first-child, .framer-tBhlM .framer-8uv1ut > :first-child, .framer-tBhlM .framer-uvjt3w > :first-child, .framer-tBhlM .framer-1c6tl0x > :first-child, .framer-tBhlM .framer-1lz68vy > :first-child, .framer-tBhlM .framer-19m18w5 > :first-child, .framer-tBhlM .framer-1nqlbvb > :first-child, .framer-tBhlM .framer-y7v32 > :first-child, .framer-tBhlM .framer-48otj > :first-child { margin-top: 0px; } .framer-tBhlM.framer-dafvrd > :last-child, .framer-tBhlM .framer-hlth1 > :last-child, .framer-tBhlM .framer-17iihac > :last-child, .framer-tBhlM .framer-4cqfcy > :last-child, .framer-tBhlM .framer-x1vjni > :last-child, .framer-tBhlM .framer-34uzky > :last-child, .framer-tBhlM .framer-3jf4sp > :last-child, .framer-tBhlM .framer-c20ha3 > :last-child, .framer-tBhlM .framer-1dksdxf > :last-child, .framer-tBhlM .framer-pstlbf > :last-child, .framer-tBhlM .framer-1x2vbee > :last-child, .framer-tBhlM .framer-qx7sk3 > :last-child, .framer-tBhlM .framer-1ldyc1f > :last-child, .framer-tBhlM .framer-11q8j67 > :last-child, .framer-tBhlM .framer-1wi2bh > :last-child, .framer-tBhlM .framer-mf2j7l > :last-child, .framer-tBhlM .framer-8uv1ut > :last-child, .framer-tBhlM .framer-uvjt3w > :last-child, .framer-tBhlM .framer-1c6tl0x > :last-child, .framer-tBhlM .framer-1lz68vy > :last-child, .framer-tBhlM .framer-19m18w5 > :last-child, .framer-tBhlM .framer-1nqlbvb > :last-child, .framer-tBhlM .framer-y7v32 > :last-child, .framer-tBhlM .framer-48otj > :last-child { margin-bottom: 0px; } .framer-tBhlM .framer-hlth1 > *, .framer-tBhlM .framer-1x2vbee > *, .framer-tBhlM .framer-1ldyc1f > *, .framer-tBhlM .framer-1wi2bh > *, .framer-tBhlM .framer-8uv1ut > *, .framer-tBhlM .framer-48otj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tBhlM .framer-1ggm8kq > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-tBhlM .framer-1ggm8kq > :first-child, .framer-tBhlM .framer-1m53elq > :first-child, .framer-tBhlM .framer-hevt6v > :first-child, .framer-tBhlM .framer-h7l0vh > :first-child, .framer-tBhlM .framer-1rpj8oq > :first-child, .framer-tBhlM .framer-ipzgtx > :first-child, .framer-tBhlM .framer-mpskwo > :first-child, .framer-tBhlM .framer-zgr0tf > :first-child, .framer-tBhlM .framer-uagshe > :first-child, .framer-tBhlM .framer-11b99vg > :first-child, .framer-tBhlM .framer-1sc89ox > :first-child, .framer-tBhlM .framer-1jy6a9j > :first-child { margin-left: 0px; } .framer-tBhlM .framer-1ggm8kq > :last-child, .framer-tBhlM .framer-1m53elq > :last-child, .framer-tBhlM .framer-hevt6v > :last-child, .framer-tBhlM .framer-h7l0vh > :last-child, .framer-tBhlM .framer-1rpj8oq > :last-child, .framer-tBhlM .framer-ipzgtx > :last-child, .framer-tBhlM .framer-mpskwo > :last-child, .framer-tBhlM .framer-zgr0tf > :last-child, .framer-tBhlM .framer-uagshe > :last-child, .framer-tBhlM .framer-11b99vg > :last-child, .framer-tBhlM .framer-1sc89ox > :last-child, .framer-tBhlM .framer-1jy6a9j > :last-child { margin-right: 0px; } .framer-tBhlM .framer-17iihac > *, .framer-tBhlM .framer-34uzky > *, .framer-tBhlM .framer-uvjt3w > *, .framer-tBhlM .framer-1c6tl0x > *, .framer-tBhlM .framer-1lz68vy > *, .framer-tBhlM .framer-19m18w5 > *, .framer-tBhlM .framer-1nqlbvb > *, .framer-tBhlM .framer-y7v32 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-tBhlM .framer-1m53elq > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-tBhlM .framer-4cqfcy > *, .framer-tBhlM .framer-c20ha3 > *, .framer-tBhlM .framer-pstlbf > *, .framer-tBhlM .framer-qx7sk3 > *, .framer-tBhlM .framer-11q8j67 > *, .framer-tBhlM .framer-mf2j7l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-tBhlM .framer-hevt6v > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-tBhlM .framer-x1vjni > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-tBhlM .framer-h7l0vh > *, .framer-tBhlM .framer-ipzgtx > *, .framer-tBhlM .framer-zgr0tf > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-tBhlM .framer-1rpj8oq > *, .framer-tBhlM .framer-mpskwo > *, .framer-tBhlM .framer-uagshe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tBhlM .framer-1dksdxf > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-tBhlM .framer-11b99vg > *, .framer-tBhlM .framer-1sc89ox > *, .framer-tBhlM .framer-1jy6a9j > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-tBhlM.framer-dafvrd { width: 810px; } .framer-tBhlM .framer-1ggm8kq { gap: 20px; padding: 60px 30px 60px 30px; } .framer-tBhlM .framer-17iihac { flex: 0.8 0 0px; } .framer-tBhlM.framer-1d0idt8-container, .framer-tBhlM.framer-1swpium-container { width: 45%; } .framer-tBhlM.framer-cmmg3m, .framer-tBhlM.framer-1t4xuxi-container { z-index: 1; } .framer-tBhlM .framer-4cqfcy { padding: 80px 30px 80px 30px; } .framer-tBhlM .framer-hevt6v, .framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1jy6a9j { gap: 30px; } .framer-tBhlM .framer-x1vjni, .framer-tBhlM .framer-34uzky, .framer-tBhlM .framer-uvjt3w, .framer-tBhlM .framer-19m18w5, .framer-tBhlM .framer-1nqlbvb { flex: 0.5 0 0px; } .framer-tBhlM .framer-c20ha3 { padding: 60px 30px 60px 30px; } .framer-tBhlM .framer-1y3byi9, .framer-tBhlM .framer-1rvu6uu, .framer-tBhlM .framer-g6dmaf { aspect-ratio: 1.2324324324324325 / 1; height: var(--framer-aspect-ratio-supported, 162px); } .framer-tBhlM .framer-qqdn22-container { max-width: 98%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tBhlM .framer-1ggm8kq, .framer-tBhlM .framer-hevt6v, .framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1jy6a9j { gap: 0px; } .framer-tBhlM .framer-1ggm8kq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-tBhlM .framer-1ggm8kq > :first-child, .framer-tBhlM .framer-hevt6v > :first-child, .framer-tBhlM .framer-11b99vg > :first-child, .framer-tBhlM .framer-1sc89ox > :first-child, .framer-tBhlM .framer-1jy6a9j > :first-child { margin-left: 0px; } .framer-tBhlM .framer-1ggm8kq > :last-child, .framer-tBhlM .framer-hevt6v > :last-child, .framer-tBhlM .framer-11b99vg > :last-child, .framer-tBhlM .framer-1sc89ox > :last-child, .framer-tBhlM .framer-1jy6a9j > :last-child { margin-right: 0px; } .framer-tBhlM .framer-hevt6v > *, .framer-tBhlM .framer-11b99vg > *, .framer-tBhlM .framer-1sc89ox > *, .framer-tBhlM .framer-1jy6a9j > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }}\",\"@media (max-width: 809px) { .framer-tBhlM.framer-dafvrd { width: 390px; } .framer-tBhlM .framer-1ggm8kq { flex-direction: column; gap: 10px; justify-content: flex-start; order: 0; padding: 60px 30px 60px 30px; } .framer-tBhlM .framer-17iihac { -webkit-backdrop-filter: blur(2px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(2px); background-color: rgba(240, 240, 255, 0.5); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; justify-content: flex-start; order: 0; padding: 0px 0px 20px 0px; width: 100%; z-index: 1; } .framer-tBhlM .framer-1m53elq { justify-content: flex-start; } .framer-tBhlM.framer-1d0idt8-container, .framer-tBhlM.framer-1swpium-container { width: 85%; } .framer-tBhlM .framer-4cqfcy, .framer-tBhlM .framer-c20ha3 { padding: 60px 30px 60px 30px; } .framer-tBhlM .framer-hevt6v { flex-direction: column; gap: 28px; } .framer-tBhlM .framer-x1vjni, .framer-tBhlM .framer-1c6tl0x, .framer-tBhlM .framer-1lz68vy, .framer-tBhlM .framer-y7v32 { flex: none; order: 0; width: 100%; } .framer-tBhlM .framer-dcpah1, .framer-tBhlM .framer-s7se3u, .framer-tBhlM .framer-27cxpv, .framer-tBhlM .framer-1lecm5r, .framer-tBhlM .framer-1tyqdu5, .framer-tBhlM .framer-42tx2h, .framer-tBhlM .framer-1qranyf, .framer-tBhlM .framer-14alhkn, .framer-tBhlM .framer-jjimds { white-space: pre; width: auto; } .framer-tBhlM .framer-34uzky, .framer-tBhlM .framer-uvjt3w, .framer-tBhlM .framer-19m18w5, .framer-tBhlM .framer-1nqlbvb { flex: none; order: 1; width: 100%; } .framer-tBhlM .framer-1dksdxf { gap: 50px; } .framer-tBhlM .framer-1f8zpi0 { background: linear-gradient(180deg, var(--token-22ecda11-6d93-4771-a84c-ee16be5ff32f, #ffd9d9) 0%, rgba(155, 45, 64, 0.05) 100%); grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-tBhlM .framer-pstlbf, .framer-tBhlM .framer-qx7sk3, .framer-tBhlM .framer-11q8j67, .framer-tBhlM .framer-mf2j7l { height: min-content; } .framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1jy6a9j { flex-direction: column; gap: 10px; } .framer-tBhlM .framer-1y3byi9, .framer-tBhlM .framer-1rvu6uu, .framer-tBhlM .framer-g6dmaf { aspect-ratio: 1.6113744075829384 / 1; height: var(--framer-aspect-ratio-supported, 124px); } .framer-tBhlM .framer-15xq1wu-container { max-width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tBhlM .framer-1ggm8kq, .framer-tBhlM .framer-hevt6v, .framer-tBhlM .framer-1dksdxf, .framer-tBhlM .framer-11b99vg, .framer-tBhlM .framer-1sc89ox, .framer-tBhlM .framer-1jy6a9j { gap: 0px; } .framer-tBhlM .framer-1ggm8kq > *, .framer-tBhlM .framer-11b99vg > *, .framer-tBhlM .framer-1sc89ox > *, .framer-tBhlM .framer-1jy6a9j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tBhlM .framer-1ggm8kq > :first-child, .framer-tBhlM .framer-hevt6v > :first-child, .framer-tBhlM .framer-1dksdxf > :first-child, .framer-tBhlM .framer-11b99vg > :first-child, .framer-tBhlM .framer-1sc89ox > :first-child, .framer-tBhlM .framer-1jy6a9j > :first-child { margin-top: 0px; } .framer-tBhlM .framer-1ggm8kq > :last-child, .framer-tBhlM .framer-hevt6v > :last-child, .framer-tBhlM .framer-1dksdxf > :last-child, .framer-tBhlM .framer-11b99vg > :last-child, .framer-tBhlM .framer-1sc89ox > :last-child, .framer-tBhlM .framer-1jy6a9j > :last-child { margin-bottom: 0px; } .framer-tBhlM .framer-hevt6v > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-tBhlM .framer-1dksdxf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4370\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LYfe5s0F6\":{\"layout\":[\"fixed\",\"auto\"]},\"JMp_v0rGU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerBYs8be0nZ=withCSS(Component,css,\"framer-tBhlM\");export default FramerBYs8be0nZ;FramerBYs8be0nZ.displayName=\"Solution / Use Case / Unified Revenue Operations\";FramerBYs8be0nZ.defaultProps={height:4370,width:1200};addFonts(FramerBYs8be0nZ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"}]},...NavigationFonts,...CTAFonts,...HubspotOverlayFormFonts,...YouTubeFonts,...PhosphorFonts,...TestimonialPhotoFonts,...CarouselFonts,...FooterFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBYs8be0nZ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LYfe5s0F6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JMp_v0rGU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"4370\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "y6IVmw92W_default", "CTAFonts", "sUAd3ypwY_default", "HubspotOverlayFormFonts", "x81rr7o9g_default", "YouTubeFonts", "Youtube", "PhosphorFonts", "Icon", "TestimonialPhotoFonts", "CdbHdSa6c_default", "CarouselFonts", "Carousel", "FooterFonts", "oVSyE5nmS_default", "PopupFonts", "yxmfLZyJQ_default", "AdvancedOverlayFonts", "AdvancedOverlay", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "zl1qxW7WF3bnx0g", "overlay", "loadMore", "args", "FapsV0OO73bnx0g", "PxcBbjhVm3bnx0g", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "l", "AnimatePresence", "Ga", "overlay1", "getLoadingLazyAtYPosition", "Image2", "overlay2", "css", "FramerBYs8be0nZ", "withCSS", "BYs8be0nZ_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
